1 2022-04-19 Richard Henderson <rth@gcc.gnu.org>
3 * MAINTAINERS: Update my email address.
5 2022-04-01 Qian Jianhua <qianjh@fujitsu.com>
7 * MAINTAINERS: Update my email address.
9 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
11 * MAINTAINERS: (CPU Port Maintainers): Add myself and
12 Lulu as LoongArch port maintainer.
14 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
15 Lulu Cheng <chenglulu@loongson.cn>
17 * configure.ac: Add LoongArch tuples.
18 * configure: Regenerate.
20 2022-03-28 Tom Tromey <tromey@adacore.com>
22 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
25 2022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
27 * MAINTAINERS: Change my information.
29 2022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
31 * MAINTAINERS: Add myself to DCO section.
33 2022-03-14 Jonathan Wakely <jwakely@redhat.com>
35 * configure.ac: Fix incorrect option in comment.
36 * configure: Regenerate.
38 2022-03-09 Hans-Peter Nilsson <hp@axis.com>
40 * Makefile.def (dependencies): Make configure-sim depend on
42 * Makefile.in: Regenerate.
44 2022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
46 * MAINTAINERS (Write After Approval): Update my e-mail address.
48 2022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
50 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
52 2022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
54 * MAINTAINERS: Update my email and add myself to the DCO list.
56 2022-01-25 Thomas Schwinge <thomas@codesourcery.com>
59 2021-09-16 Andrew Pinski <apinski@marvell.com>
62 * Makefile.def: Have configure-target-libffi depend on
63 all-target-libstdc++-v3.
64 * Makefile.in: Regenerate.
66 2022-01-22 Jakub Jelinek <jakub@redhat.com>
71 2022-01-20 Martin Liska <mliska@suse.cz>
73 * MAINTAINERS: Adjust email address based on IRC request.
75 2022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
77 * MAINTAINERS: Update my email address.
79 2022-01-17 Martin Liska <mliska@suse.cz>
81 * MAINTAINERS: Rename .c names to .cc.
83 2022-01-13 Jakub Jelinek <jakub@redhat.com>
85 * Makefile.am: Remove.
87 2022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
89 * Makefile.am: New file.
91 2022-01-11 Martin Liska <mliska@suse.cz>
93 * MAINTAINERS: Sort 2 names.
95 2022-01-10 Martin Liska <mliska@suse.cz>
97 * MAINTAINERS: Fix obvious issues with sorting.
99 2022-01-07 liuhongt <hongtao.liu@intel.com>
101 * build.log: New file.
103 2022-01-05 Nathan Sidwell <nathan@acm.org>
105 * MAINTAINERS: Add DCO entry. Sort that list.
107 2022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
109 * MAINTAINERS: Change of email address in both DCO and
110 Write After Approval list.
112 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
114 * configure: Regenerate.
116 2021-12-21 Martin Liska <mliska@suse.cz>
118 * config.sub: Change mode back to 755.
120 2021-12-17 Martin Liska <mliska@suse.cz>
122 * config.sub: Sync from master.
124 2021-12-17 Martin Liska <mliska@suse.cz>
127 2021-12-16 Matthias Seidel <mseidel@apache.org>
129 * config.sub: Fix typo.
131 2021-12-16 Matthias Seidel <mseidel@apache.org>
133 * config.sub: Fix typo.
135 2021-12-16 H.J. Lu <hjl.tools@gmail.com>
138 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
140 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
141 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
142 * configure.ac: Include config/gcc-plugin.m4.
143 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
144 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
146 * Makefile.in: Regenerated.
147 * configure: Likewise.
149 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
151 * Makefile.tpl (BUILD_CFLAGS): New.
152 (CFLAGS): Append $(BUILD_CFLAGS).
153 (CXXFLAGS): Likewise.
154 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
155 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
156 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
157 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
158 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
159 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
160 (PGO-TRAINING-TARGETS): Likewise.
161 (PGO_BUILD_TRAINING): Likewise.
162 (all): Add '+' to the command line for recursive make. Support
164 * configure.ac: Add --enable-pgo-build[=lto].
165 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
166 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
167 * Makefile.in: Regenerated.
168 * configure: Likewise.
170 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
172 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
173 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
174 * configure.ac: Include config/gcc-plugin.m4.
175 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
176 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
178 * Makefile.in: Regenerated.
179 * configure: Likewise.
181 2021-12-14 Marc Poulhiès <poulhies@adacore.com>
183 * MAINTAINERS: Add myself to write after approval.
185 2021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
187 * MAINTAINERS: Adding myself.
189 2021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
191 * configure: Regenerate.
192 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
195 2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
197 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
199 * Makefile.in: Regenerate.
200 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
201 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
202 target-libphobos-bootstrap.
203 (STAGE2_CONFIGURE_FLAGS): Likewise.
204 * configure: Regenerate.
205 * configure.ac: Add support for bootstrapping D front-end.
207 2021-11-16 Martin Uecker <uecker@gcc.gnu.org>
209 * MAINTAINERS: Add myself to DCO section and update email address.
211 2021-11-16 Iain Sandoe <iain@sandoe.co.uk>
213 * configure: Regenerate.
214 * configure.ac: Ensure that PIC (shared) defaults are set
215 correctly for Darwin.
217 2021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
219 * MAINTAINERS: Update my address.
221 2021-11-12 Alan Modra <amodra@gmail.com>
223 * Makefile.def (configure-opcodes): Depend on configure-bfd.
224 * Makefile.in: Regenerate.
226 2021-11-03 Maciej W. Rozycki <macro@embecosm.com>
228 * MAINTAINERS: Clarify the policy WRT the Write After Approval
231 2021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
233 * MAINTAINERS (Reviewers, arc): Remove my entry.
234 (Write After Approval): Add an entry for myself.
236 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
238 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
239 * Makefile.in: Regenerate.
240 * configure: Regenerate.
241 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
243 2021-10-26 Jeff Law <jeffreyalaw@gmail.com>
245 * MAINTAINERS: Fix up Maciej's entries.
247 2021-10-26 Maciej W. Rozycki <macro@embecosm.com>
249 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
252 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
255 * Makefile.def: Handle install-dvi target.
256 * Makefile.tpl: Likewise.
257 * Makefile.in: Regenerate.
259 2021-10-19 Clément Chigot <clement.chigot@atos.net>
261 * MAINTAINERS: Add myself for write after approval.
263 2021-10-12 Eric Gallager <egallager@gcc.gnu.org>
265 * Makefile.def: Mark libcody, libdecnumber,
266 c++tools, libgcc, and libobjc as missing TAGS
268 * Makefile.in: Regenerate.
270 2021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
272 * MAINTAINERS: Add myself to DCO section and update email
275 2021-09-29 Jonathan Wakely <jwakely@redhat.com>
277 * MAINTAINERS: Add myself to DCO section.
279 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
281 * configure: Regenerate.
282 * configure.ac (skipdirs): Add the contents of target_configdirs if
283 we are not building gcc.
285 2021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
287 * Makefile.def: Back-port commits ba4d88ad892f and
288 755ba58ebef0 from binutils-gdb repository.
289 * Makefile.in: Regenerated.
291 2021-09-20 Harald Anlauf <anlauf@gmx.de>
293 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
295 2021-09-17 Iain Sandoe <iain@sandoe.co.uk>
297 * Makefile.def: Add a jit check target for the jit
299 * Makefile.in: Regenerate.
301 2021-09-16 Andrew Pinski <apinski@marvell.com>
304 * Makefile.def: Have configure-target-libffi depend on
305 all-target-libstdc++-v3.
306 * Makefile.in: Regenerate.
308 2021-09-10 Petter Tomner <tomner@kth.se>
310 * MAINTAINERS: Me added to DCO and write after approval
312 2021-09-01 YunQiang Su <syq@debian.org>
314 * MAINTAINERS: Add myself for write after approval.
316 2021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
318 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
319 * Makefile.in: Regenerate.
321 2021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
323 * MAINTAINERS: Add myself for write after approval.
325 2021-08-18 Iain Sandoe <iain@sandoe.co.uk>
327 * Makefile.in: Regenerate.
328 * Makefile.tpl: Make the state of the configured host
329 shared flag available to makefile fragements.
331 2021-08-09 Hongyu Wang <hongyu.wang@intel.com>
333 * MAINTAINERS (Write After Approval): Add myself.
335 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
337 * .dir-locals.el (bug-reference-url-format): Use https.
339 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
341 * .dir-locals.el (c-mode): Change fill-column to 79.
343 2021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
345 * MAINTAINERS: Add myself to DCO section.
347 2021-07-09 Iain Sandoe <iain@sandoe.co.uk>
349 * configure: Regenerate.
350 * configure.ac: Adjust cases for which it is necessary to
351 include the Darwin host config fragment.
353 2021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
355 * MAINTAINERS: Add myself for write after approval and DCO.
357 2021-07-05 Iain Sandoe <iain@sandoe.co.uk>
359 * Makefile.def: Add dsymutil defs.
360 * Makefile.in: Regenerated.
361 * Makefile.tpl: Add dsymutil to flags.
362 * configure: Regenerated.
363 * configure.ac: Add dsymutil to target and build recipes.
365 2021-07-01 Ankur Saini <arsenic@sourceware.org>
367 * MAINTAINERS: Add myself for write after approval.
369 2021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
371 * MAINTAINERS (Write After Approval): Add myself.
373 2021-06-25 Matthias Kretz <m.kretz@gsi.de>
375 * MAINTAINERS: Add myself for write after approval and DCO
377 2021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
379 * .gitignore: Add entry for cscope.out.
381 2021-06-22 liuhongt <hongtao.liu@intel.com>
383 * MAINTAINERS: Remove my Write After Approval entry.
385 2021-06-21 liuhongt <hongtao.liu@intel.com>
387 * MAINTAINERS: Add myself as maintainer of the i386 vector
390 2021-06-18 Antoni Boucher <bouanto@zoho.com>
392 * MAINTAINERS (Write After Approval): Add myself.
394 2021-06-17 Aldy Hernandez <aldyh@redhat.com>
396 * MAINTAINERS (Various Maintainers): Add Andrew and myself
397 as *vrp and ranger maintainers.
399 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
401 * MAINTAINERS: Adjust my entry in the DCO section so that it does
402 not trigger testsuite failures.
404 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
406 * MAINTAINERS: Add myself to DCO section with both email addresses.
408 2021-06-03 Jason Merrill <jason@redhat.com>
410 * MAINTAINERS: Add DCO version number.
412 2021-06-02 Jason Merrill <jason@redhat.com>
414 * MAINTAINERS: Add DCO section.
416 2021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
418 * MAINTAINERS (Write After Approval): Add myself.
420 2021-05-29 Mike Frysinger <vapier@gentoo.org>
422 * configure.ac: Add gnulib to configdirs for sim.
423 * configure: Regenerate.
425 2021-05-18 Mike Frysinger <vapier@gentoo.org>
427 * Makefile.def: Add configure-sim dependency on all-gnulib.
428 * Makefile.in: Regenerated.
430 2021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
432 * MAINTAINERS (Write After Approval): Add myself.
434 2021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
436 * MAINTAINERS (Write After Approval): Add myself.
438 2021-05-11 Martin Liska <mliska@suse.cz>
440 * MAINTAINERS: Remove entries for removed
441 components (HSA, BRIG, libhsail-rt).
442 Move Pekka to Write After Approval.
444 2021-05-11 Martin Liska <mliska@suse.cz>
446 * Makefile.def: Remove libhsail-rt.
447 * Makefile.in: Likewise.
448 * configure.ac: Likewise.
449 * configure: Regenerate.
450 * libhsail-rt/ChangeLog: Removed.
451 * libhsail-rt/Makefile.am: Removed.
452 * libhsail-rt/Makefile.in: Removed.
453 * libhsail-rt/README: Removed.
454 * libhsail-rt/aclocal.m4: Removed.
455 * libhsail-rt/configure: Removed.
456 * libhsail-rt/configure.ac: Removed.
457 * libhsail-rt/configure.tgt: Removed.
458 * libhsail-rt/include/internal/fibers.h: Removed.
459 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
460 * libhsail-rt/include/internal/phsa-rt.h: Removed.
461 * libhsail-rt/include/internal/workitems.h: Removed.
462 * libhsail-rt/rt/arithmetic.c: Removed.
463 * libhsail-rt/rt/atomics.c: Removed.
464 * libhsail-rt/rt/bitstring.c: Removed.
465 * libhsail-rt/rt/fbarrier.c: Removed.
466 * libhsail-rt/rt/fibers.c: Removed.
467 * libhsail-rt/rt/fp16.c: Removed.
468 * libhsail-rt/rt/misc.c: Removed.
469 * libhsail-rt/rt/multimedia.c: Removed.
470 * libhsail-rt/rt/queue.c: Removed.
471 * libhsail-rt/rt/sat_arithmetic.c: Removed.
472 * libhsail-rt/rt/segment.c: Removed.
473 * libhsail-rt/rt/workitems.c: Removed.
474 * libhsail-rt/target-config.h.in: Removed.
476 2021-05-04 Nick Clifton <nickc@redhat.com>
478 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
479 * configure: Regenerate.
481 2021-04-28 Jakub Jelinek <jakub@redhat.com>
482 Tobias Burnus <tobias@codesourcery.com>
484 * configure.ac (--enable-offload-defaulted): New.
485 * configure: Regenerate.
487 2021-04-23 David Faust <david.faust@oracle.com>
489 * MAINTAINERS (Write After Approval): Add myself.
491 2021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
493 * MAINTAINERS (Write After Approval): Add myself.
495 2021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
497 * MAINTAINERS: Add myself as pru port maintainer.
499 2021-03-23 David Malcolm <dmalcolm@redhat.com>
501 * MAINTAINERS: Add myself as static analyzer maintainer.
503 2021-03-18 Jeff Law <jlaw@tachyum.com>
505 * MAINTAINERS: Update primary entry.
507 2021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
509 * MAINTAINERS (Write After Approval): Add myself.
511 2021-03-13 Mike Frysinger <vapier@gentoo.org>
513 * Makefile.def: Remove all-sim dependency on configure-gdb.
514 * Makefile.in: Regenerated.
516 2021-03-11 Jeff Law <law@redhat.com>
518 * MAINTAINERS: Update entries for a few ex-ImgTec employees
520 2021-03-11 Martin Liska <mliska@suse.cz>
522 * Makefile.tpl: The change was done Makefile.in which
525 2021-03-08 Jeff Law <law@redhat.com>
527 * MAINTAINERS: Update my email address
529 2021-02-23 Kito Cheng <kito.cheng@sifive.com>
531 * config.guess: Import latest upstream.
532 * config.sub: Import latest upstream.
534 2021-01-25 Martin Liska <mliska@suse.cz>
536 PR gcov-profile/98739
537 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
538 for profiledbootstrap.
540 2021-01-22 Jonathan Wright <jonathan.wright@arm.com>
542 * MAINTAINERS (Write After Approval): Add myself.
544 2021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
546 * MAINTAINERS (Write After Approval): Update my e-mail address.
548 2021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
550 * MAINTAINERS: Fix spacing.
552 2021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
554 * MAINTAINERS (Write After Approval): Add myself
556 2021-01-06 Nick Alcock <nick.alcock@oracle.com>
558 * Makefile.def: Sync with binutils-gdb:
559 (dependencies): all-ld depends on all-libctf.
560 (host_modules): libctf is no longer no_install.
561 No longer no_check. Checking depends on all-ld.
562 * Makefile.in: Regenerated.
564 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
566 * libtool.m4: Match gnu* along other GNU systems.
567 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
568 * libgo/configure: Re-generate.
570 2021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
572 * MAINTAINERS: Update my email address.
574 2020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
576 * MAINTAINERS (Write After Approval): Add myself.
578 2020-12-15 Nathan Sidwell <nathan@acm.org>
586 2020-12-15 Nathan Sidwell <nathan@acm.org>
588 * Makefile.def: Add libcody.
589 * configure.ac: Add libcody.
590 * Makefile.in: Regenerated.
591 * configure: Regenerated.
593 2020-12-14 Andrea Corallo <andrea.corallo@arm.com>
595 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
597 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
600 * libtool.m4: Update handling of Darwin platform link flags
603 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
605 * .gitignore: Sync with binutils-gdb
607 2020-12-02 Claudiu Zissulescu <claziss@gmail.com>
609 * MAINTAINERS: Add myself as arc port maintainer.
611 2020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
614 * configure.ac: Don't disable D for *-*-darwin*.
615 * configure: Regenerate.
617 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
619 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
622 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
624 * configure: Regenerate.
625 * configure.ac: Add --bootstrap-hwasan option.
627 2020-11-23 Iain Sandoe <iain@sandoe.co.uk>
629 * config.guess: Import latest upstream.
630 * config.sub: Import latest upstream.
632 2020-11-16 Martin Liska <mliska@suse.cz>
634 * .gitignore: Add cache as clangd uses it now.
636 2020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
638 * MAINTAINERS (Write After Approval): add myself
640 2020-11-09 Pat Bernardi <bernardi@adacore.com>
642 * MAINTAINERS (Write After Approval): Add myself.
644 2020-11-09 Jonathan Wakely <jwakely@redhat.com>
646 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
647 Remove FIXME comments.
649 2020-11-06 Martin Uecker <muecker@gwdg.de>
651 * MAINTAINERS: Update my email address.
653 2020-11-06 Hongtao Liu <hongtao.liu@intel.com>
655 * MAINTAINERS (Write After Approval): Add myself.
657 2020-10-06 Tobias Burnus <tobias@codesourcery.com>
660 * configure.ac: Only set with_gmp to /usr/local
661 if not building in tree.
662 * configure: Regenerate.
664 2020-09-18 Omar Tahir <omar.tahir@arm.com>
666 * MAINTAINERS (Write After Approval): Add myself.
668 2020-08-26 Tobias Burnus <tobias@codesourcery.com>
670 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
672 2020-08-20 Tobias Burnus <tobias@codesourcery.com>
675 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
676 if not the same as ${host}.
677 * configure: Regenerate.
679 2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
681 * MAINTAINERS (Write After Approval): Add myself.
683 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
685 * MAINTAINERS: Update my email address.
687 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
689 * MAINTAINERS (Write After Approval): Add myself.
691 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
693 * MAINTAINERS (Write After Approval): Add myself.
695 2020-06-12 Martin Liska <mliska@suse.cz>
697 * .gitignore: Add .clang-tidy.
699 2020-06-08 Jason Merrill <jason@redhat.com>
701 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
702 * configure: Regenerate.
704 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
706 * MAINTAINERS: Add myself as xtensa port maintainer.
708 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
710 * configure.ac: Don't require --enable-host-shared when building
712 * configure: Regenerate.
714 2020-05-18 Jason Merrill <jason@redhat.com>
716 * configure.ac: Update bootstrap dialect to -std=c++11.
718 2020-05-18 Alex Coplan <alex.coplan@arm.com>
720 * MAINTAINERS (Write After Approval): Add myself.
722 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
725 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
726 (noconfigdirs): Add 'target-libstdc++-v3'.
727 * configure: Regenerate.
729 2020-04-21 Stephen Casner <casner@acm.org>
732 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
733 * configure: Rebuild.
735 2020-04-17 Martin Liska <mliska@suse.cz>
736 Jonathan Yong <10walls@gmail.com>
738 PR gcov-profile/94570
739 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
742 2020-04-14 Martin Jambor <mjambor@suse.cz>
744 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
746 2020-04-09 Tom Tromey <tom@tromey.com>
748 * configure: Rebuild.
749 * Makefile.in: Rebuild.
750 * Makefile.def (gdbsupport, gdbserver): New host modules.
751 (configure-gdb): Depend on all-gdbsupport.
752 (all-gdb): Depend on all-gdbsupport, all-libctf.
753 * configure.ac (host_tools): Add gdbserver.
754 Conditionally build gdbserver and gdbsupport.
756 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
758 * configure.ac: Build libgomp by default for amdgcn.
759 * configure: Regenerate.
761 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
763 * MAINTAINERS (Write After Approval): Add myself.
765 2020-02-28 Joel Hutton <joel.hutton@arm.com>
767 * MAINTAINERS (Write After Approval) : Add myself.
769 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
771 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
773 2020-02-14 Martin Sebor <msebor@redhat.com>
775 * doc/extend.texi (attribute alias): Mention type requirement.
776 (attribute weak): Same.
777 (attribute weakref): Correct invalid example.
779 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
781 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
783 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
784 Jakub Jelinek <jakub@redhat.com>
786 * .gitattributes: Add *.md diff=md.
788 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
790 The mentioned auto-generated file is no more part of the
792 GCC sources, it's auto-generated in $(builddir) during build.
795 * contrib/gcc_update (files_and_dependencies): Remove
796 entry for gcc/config/avr/t-multilib.
798 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
800 * MAINTAINERS: Update my email address.
802 2020-01-13 Joseph Myers <joseph@codesourcery.com>
804 * README.MOVED_TO_GIT: Remove.
806 2020-01-11 Joseph Myers <joseph@codesourcery.com>
808 * README.MOVED_TO_GIT: New file.
810 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
812 * MAINTAINERS (Write After Approval): Add myself.
814 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
816 * MAINTAINERS (write_after_approval): Add myself.
818 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
820 * MAINTAINERS (write_after_approval): Add myself.
822 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
824 * MAINTAINERS (write_after_approval): Add myself.
826 2019-12-11 Matthias Klose <doko@ubuntu.com>
828 * configure.ac: Factor out common cases for compare_exclusions.
829 * configure: Regenerate.
831 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
833 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
836 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
838 * MAINTAINERS (Write After Approval): Add myself.
840 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
843 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
844 * configure: Regenerate
846 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
848 * configure.ac: Use https for gcc.gnu.org.
849 * configure: Regenerated.
851 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
853 * MAINTAINERS (aarch64 port): Remove my name, move to...
854 (Write After Approval): ...Here.
856 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
858 * MAINTAINERS: Change my email address as maintainer.
860 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
863 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
864 * configure: Regenerated.
866 2019-10-21 Jason Merrill <jason@redhat.com>
868 * .gitattributes: Also check ChangeLog whitespace.
870 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
872 * contrib/dg-extract-results.sh: Add support for KPASS.
873 * contrib/dg-extract-results.py: Likewise.
875 2019-10-17 Jason Merrill <jason@redhat.com>
877 * .gitattributes: Avoid {} in filename pattern.
879 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
881 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
884 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
886 * MAINTAINERS: Add myself to Write After Approval
888 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
890 * MAINTAINERS: Add myself as an aarch64 maintainer.
892 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
894 * MAINTAINERS: Add myself as aarch64 maintainer.
896 2019-09-23 Carl Love <cel@us.ibm.com>
898 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
900 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
901 vsx_xxpermdi16_le_V16QI): Removed define_insn.
903 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
905 * MAINTAINERS (Sam Tebbs): Update email address.
907 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
909 * MAINTAINERS: Update my email address.
911 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
913 * libtool.m4: Handle uclinuxfdpiceabi.
915 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
917 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
918 Remove myself from Write After Approval section.
920 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
922 * configure.ac: Support for bpf-*-* targets.
923 * configure: Regenerate.
925 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
927 * config.sub: Import upstream version 2019-06-30.
928 * config.guess: Import upstream version 2019-07-24.
930 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
932 * MAINTAINERS: Remove spu port maintainers.
934 2019-08-28 Martin Liska <mliska@suse.cz>
936 * .gitignore: Add .clangd and compile_commands.json
939 2019-08-23 Michael Forney <mforney@mforney.org>
941 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
942 * Makefile.in: Regenerate.
944 2019-08-19 Tom Tromey <tom@tromey.com>
946 * configure: Rebuild.
947 * configure.ac: Add --with-static-standard-libraries.
949 2019-08-16 Alexandre Oliva <oliva@gnu.org>
951 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
953 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
955 * MAINTAINERS (Write After Approval): Add myself.
957 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
959 * MAINTAINERS (Write After Approval): Remove myself, already listed in
960 RISC-V port maitainer.
962 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
964 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
966 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
968 * MAINTAINERS (Write After Approval): Add myself.
970 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
972 * MAINTAINERS (Write After Approval): Add myself.
974 2019-06-25 Martin Liska <mliska@suse.cz>
976 contrib/filter-clang-warnings.py: Transform from
977 filter-rtags-warnings.py.
979 2019-06-15 Tom Tromey <tom@tromey.com>
981 * configure.ac (host_libs): Add gnulib.
982 * configure: Rebuild.
983 * Makefile.def (host_modules, dependencies): Add gnulib.
984 * Makefile.in: Rebuild.
986 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
988 * MAINTAINERS (Write After Approval): Add myself.
990 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
992 * configure: Regenerate.
993 * configure.ac: Add PRU target.
995 2019-06-11 Matthew Beliveau <mbelivea@redhat.com>
997 * MAINTAINERS (Write After Approval): Add myself.
999 2019-06-11 Nick Clifton <nickc@redhat.com>
1001 Import these changes from the binutils/gdb repository:
1003 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1005 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1007 * Makefile.in: Regenerated.
1009 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1011 * Makefile.def (host_modules): Add libctf.
1012 * Makefile.def (dependencies): Likewise.
1013 libctf depends on zlib, libiberty, and bfd.
1014 * Makefile.in: Regenerated.
1015 * configure.ac (host_libs): Add libctf.
1016 * configure: Regenerated.
1018 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1020 * MAINTAINERS (Write After Approval): Add myself.
1022 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
1024 * MAINTAINERS: Update my email address.
1026 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
1028 * MAINTAINERS (Write After Approval): Add myself.
1030 2019-05-16 Jun Ma <junma@linux.alibaba.com>
1032 * MAINTAINERS (Write After Approval): Add myself.
1034 2019-05-07 Jim Wilson <jimw@sifive.com>
1036 * MAINTAINERS: Remove myself as IA-64 maintainer.
1038 2019-05-04 Roland Illig <roland.illig@gmx.de>
1040 * MAINTAINERS (Write After Approval): Add myself.
1042 2019-05-02 Richard Biener <rguenther@suse.de>
1045 * Makefile.tpl (compare target): Also compare extra-compare
1047 * Makefile.in: Regenerate.
1049 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1051 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1052 as modulo-scheduler maintainer.
1054 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1056 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1058 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1060 * MAINTAINERS: Update my email address.
1062 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
1064 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1065 * configure: Regenerate.
1067 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1069 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1070 * configure: Regenerate.
1072 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1074 * configure.ac: Add target-zlib to target_libraries.
1075 * configure: Regenerate.
1077 2019-04-09 Martin Liska <mliska@suse.cz>
1079 * Makefile.in: Regenerate.
1080 * Makefile.tpl: Pass GENERATOR_CFLAGS
1083 2019-03-28 Martin Liska <mliska@suse.cz>
1086 * Makefile.in: Revert r254150.
1087 * Makefile.tpl: Likewise.
1089 2019-03-28 Ben Elliston <bje@gnu.org>
1091 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1092 related, and libdecnumber.
1094 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
1096 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1097 (Write After Approval): Remove myself.
1099 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1101 * MAINTAINERS (Write After Approval): Add myself.
1103 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
1105 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1106 (Write After Approval): Remove myself and Julian.
1108 2019-01-26 Harald Anlauf <anlauf@gmx.de>
1110 * MAINTAINERS (Write After Approval): Add myself.
1112 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1114 * MAINTAINERS (Write After Approval): Add myself.
1116 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1118 * ChangeLog: Replace space with tab.
1119 * MAINTAINERS: Delete 1 tab to keep alignment.
1121 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1123 * MAINTAINERS (Write After Approval): Add myself.
1125 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
1127 * MAINTAINERS (Write After Approval): Add myself.
1129 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
1130 Kwok Cheung Yeung <kcy@codesourcery.com>
1131 Julian Brown <julian@codesourcery.com>
1132 Tom de Vries <tom@codesourcery.com>
1133 Jan Hubicka <hubicka@ucw.cz>
1134 Martin Jambor <mjambor@suse.cz>
1136 * configure.ac: Likewise.
1137 * configure: Regenerate.
1138 * contrib/config-list.mk: Add amdgcn-amdhsa.
1140 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1142 * MAINTAINERS (Write After Approval): Add myself.
1144 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1146 * MAINTAINERS (Write After Approval): Add myself.
1148 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1151 * config.guess: Import upstream version 2019-01-03.
1152 * config.sub: Import upstream version 2019-01-01.
1154 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1156 * MAINTAINERS (Write After Approval): Update my maintainer address.
1158 2018-12-21 Gergö Barany <gergo@codesourcery.com>
1160 * MAINTAINERS (Write After Approval): Add myself.
1162 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1164 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1166 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1168 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1169 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1170 (GCC_TARGET_TOOL): Likewise.
1171 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1172 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1173 OTOOL, OTOOL_FOR_TARGET: New substitutions.
1174 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1175 * configure: Regenerate.
1176 * Makefile.in: Likewise.
1178 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
1180 * MAINTAINERS (Write After Approval): Add myself.
1182 2018-11-13 Martin Liska <mliska@suse.cz>
1184 * gcc.target/i386/pr87930.c: Move to ...
1185 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1187 2018-11-10 Stafford Horne <shorne@gmail.com>
1189 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1190 (Write After Approval): Remove myself.
1192 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1194 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1195 Append $INCICONV to it.
1197 2018-11-04 Stafford Horne <shorne@gmail.com>
1199 * MAINTAINERS (Write After Approval): Add myself.
1201 2018-10-31 Joseph Myers <joseph@codesourcery.com>
1204 * multilib.am: New file. From automake.
1206 Merge from binutils-gdb:
1207 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1209 * libtool.m4: Use AC_LANG_SOURCE.
1210 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1212 * test-driver: New file.
1213 * configure: Re-generate.
1215 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1217 * MAINTAINERS (Write After Approval): Add myself.
1219 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1223 * configure: Rebuild.
1224 * configure.ac: Disable D on systems where it is known not to work.
1226 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1228 * Makefile.def (target_modules): Add libphobos.
1229 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1230 GDCFLAGS_FOR_TARGET.
1231 (dependencies): Make libphobos depend on libatomic, libbacktrace
1232 configure, and zlib configure.
1233 (language): Add language d.
1234 * Makefile.in: Rebuild.
1235 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1236 (HOST_EXPORTS): Add GDC.
1237 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1238 (BASE_TARGET_EXPORTS): Add GDC.
1239 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1240 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1241 (EXTRA_HOST_FLAGS): Add GDC.
1242 (STAGE1_FLAGS_TO_PASS): Add GDC.
1243 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1244 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1245 environment variables.
1246 * configure: Rebuild.
1247 * configure.ac: Add target-libphobos to target_libraries. Set and
1248 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1250 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1252 * MAINTAINERS (Write After Approval): Add myself.
1254 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1256 * MAINTAINERS (Write After Approval): Remove myself.
1258 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1260 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1262 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1264 * MAINTAINERS: Update my email address.
1266 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1268 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1271 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1273 * MAINTAINERS (Write After Approval): Add self.
1275 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1277 * MAINTAINERS (write after approval): Add myself.
1279 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1281 * MAINTAINERS: Update my email address.
1283 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1285 * MAINTAINERS (write after approval): Add myself.
1287 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1289 * MAINTAINERS: Add self to global reviewers list.
1291 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1293 MAINTAINERS: Add c-sky port maintainers.
1295 2018-08-10 Martin Liska <mliska@suse.cz>
1297 * MAINTAINERS: Revert change in previous commit and
1300 2018-08-10 Martin Liska <mliska@suse.cz>
1302 * MAINTAINERS: Remove extra line.
1304 2018-08-06 Naveen H.S <naveenh@marvell.com>
1306 * MAINTAINERS: Update my email address.
1308 2018-07-19 DJ Delorie <dj@redhat.com>
1310 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1313 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1315 * MAINTAINERS: Adjust email address for me and my colleague Robin
1318 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1319 Sunil K Pandey <sunil.k.pandey@intel.com>
1322 * config/i386/i386.c (m_CORE_AVX512): New.
1323 (m_CORE_AVX2): Likewise.
1324 (m_CORE_ALL): Add m_CORE_AVX2.
1325 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1326 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1327 and remove the rest of m_SKYLAKE_AVX512.
1329 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1331 * config.sub: Sync with upstream version 2018-07-03.
1333 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1335 * config.guess: Sync with upstream version 2018-06-26.
1336 * config.sub: Sync with upstream version 2018-07-02.
1338 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1340 * libtool.m4: Sort output of 'find' to enable deterministic builds.
1341 * ltmain.sh: Likewise.
1343 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1345 * contrib/config-list.mk: Remove powerpc-linux_paired.
1347 2018-06-29 Alexandre Oliva <oliva@adacore.com>
1349 * configure.ac: Introduce support for @unless/@endunless.
1350 * Makefile.tpl (dep-kind): Rewrite with cond; return
1351 postbootstrap in some cases.
1352 (make-postboot-dep, postboot-targets): New.
1353 (dependencies): Do not output postbootstrap dependencies at
1354 first. Output non-target ones changed for configure to depend
1355 on stage_last @if gcc-bootstrap, and the original deps @unless
1357 * configure.in, Makefile.in: Rebuilt.
1359 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1361 * MAINTAINERS (write after approval): Add myself.
1363 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1365 * MAINTAINERS (write after approval): Add myself.
1367 2018-06-19 Nick Clifton <nickc@redhat.com>
1369 * zlib/configure.ac: Restore old behaviour of only enabling
1370 multilibs when a target subdirectory is defined. This allows
1371 building with srcdir == builddir.
1372 * zlib/configure: Regenerate.
1374 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1376 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1377 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1378 * Makefile.in: Regenerate.
1380 2018-06-16 Ben Elliston <bje@gnu.org>
1382 * config.guess: Import latest version.
1383 * config.sub: Likewise.
1385 2018-06-08 Martin Liska <mliska@suse.cz>
1387 * MAINTAINERS: Remove MPX-related entries.
1388 * Makefile.def: Remove libmpx support.
1389 * Makefile.in: Regenerate.
1390 * configure.ac: Remove removed files.
1391 * configure: Regenerate.
1392 * libmpx/ChangeLog: Remove.
1393 * libmpx/Makefile.am: Remove.
1394 * libmpx/Makefile.in: Remove.
1395 * libmpx/acinclude.m4: Remove.
1396 * libmpx/aclocal.m4: Remove.
1397 * libmpx/config.h.in: Remove.
1398 * libmpx/configure: Remove.
1399 * libmpx/configure.ac: Remove.
1400 * libmpx/configure.tgt: Remove.
1401 * libmpx/libmpx.spec.in: Remove.
1402 * libmpx/mpxrt/Makefile.am: Remove.
1403 * libmpx/mpxrt/Makefile.in: Remove.
1404 * libmpx/mpxrt/libmpx.map: Remove.
1405 * libmpx/mpxrt/libtool-version: Remove.
1406 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1407 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1408 * libmpx/mpxrt/mpxrt.c: Remove.
1409 * libmpx/mpxrt/mpxrt.h: Remove.
1410 * libmpx/mpxwrap/Makefile.am: Remove.
1411 * libmpx/mpxwrap/Makefile.in: Remove.
1412 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1413 * libmpx/mpxwrap/libtool-version: Remove.
1414 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1416 2018-06-04 Martin Liska <mliska@suse.cz>
1418 * MAINTAINERS: Add myself as gcov maintainer.
1420 2018-06-04 Matthew Fortune <mfortune@gmail.com>
1422 * MAINTAINERS: Update my email address.
1424 2018-06-04 Tom de Vries <tdevries@suse.de>
1426 * MAINTAINERS: Remove write-after-approval entries for component
1429 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1431 * MAINTAINERS (write after approval): Add myself.
1433 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
1435 * MAINTAINERS: Update my email address.
1437 2018-06-01 Tom de Vries <tdevries@suse.de>
1439 * MAINTAINERS: Update my email address.
1441 2018-05-22 Bin Cheng <bin.cheng@arm.com>
1443 * MAINTAINERS (loop-optimizer): Add myself.
1445 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
1447 * configure.ac: Added "nfp" target.
1448 * configure: Regenerate.
1450 2018-04-30 Richard Biener <rguenther@suse.de>
1453 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1454 (STAGE3_TFLAGS): Likewise.
1455 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1456 (STAGEtrain_TFLAGS): Likewise.
1457 * Makefile.in: Regenerate.
1459 2018-04-26 Richard Biener <rguenther@suse.de>
1461 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1462 (STAGE2_CFLAGS): Likewise.
1463 (STAGE2_TFLAGS): Likewise.
1464 (STAGE3_CFLAGS): Add -fchecking.
1465 (STAGE3_TFLAGS): Likewise.
1466 (STAGEtrain_CFLAGS): Filter out -fchecking.
1467 (STAGEtrain_TFLAGS): Likewise.
1468 * Makefile.in: Re-generate.
1470 2018-04-25 Catherine Moore <clm@codesourcery.com>
1472 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1474 2018-04-18 Paul Clarke <pc@us.ibm.com>
1476 * MAINTAINERS (write after approval): Add myself.
1478 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
1480 * MAINTAINERS: Update my email address.
1482 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
1484 * MAINTAINERS: Remove redundant Write-After-Approval entry.
1486 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
1488 * MAINTAINERS: Update my email address and disambiguate myself
1489 a bit from Will Schmidt.
1491 2018-03-21 Nathan Sidwell <nathan@acm.org>
1493 * MAINTAINERS: Move maintainers of now-removed picochip and score
1494 ports to write after approval.
1496 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
1498 * MAINTAINERS: Add entry for SVE maintainership.
1500 2018-02-13 Maciej W. Rozycki <macro@mips.com>
1502 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1503 * configure: Regenerate.
1505 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
1507 * MAINTAINERS (write after approval): Add myself.
1509 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
1511 * MAINTAINERS (write after approval): Add myself.
1513 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
1515 * MAINTAINERS (write after approval): Add myself.
1517 2018-01-03 Jakub Jelinek <jakub@redhat.com>
1519 Update copyright years.
1521 2018-01-03 Ben Elliston <bje@gnu.org>
1523 * config.guess: Import latest version.
1524 * config.sub: Likewise.
1526 2017-12-12 Stafford Horne <shorne@gmail.com>
1528 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1529 * configure: Regenerate.
1531 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
1533 * MAINTAINERS (Write After Approval): Add myself.
1535 2017-11-28 Julia Koval <julia.koval@intel.com>
1536 Sebastian Peryt <sebastian.peryt@intel.com>
1538 * Makefile.def (target_modules): Remove libcilkrts.
1539 * Makefile.in: Ditto.
1541 * configure.ac: Ditto.
1543 2017-11-28 Julia Koval <julia.koval@intel.com>
1545 * MAINTAINERS (Write After Approval): Add myself.
1547 2017-11-22 Sudakshina Das <sudi.das@arm.com>
1549 * MAINTAINERS (Write After Approval): Add myself.
1551 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
1553 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1554 Use my SiFive email address.
1556 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
1558 * MAINTAINERS (write after approval): Add myself.
1560 2017-10-27 Martin Liska <mliska@suse.cz>
1562 * Makefile.tpl: Use proper name of folder as it was renamed
1563 during transition to 4 stages.
1564 * Makefile.in: Regenerate.
1566 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1568 * MAINTAINERS (write after approval): Add myself.
1570 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
1572 * MAINTAINERS: Add a note that maintainership also includes web
1573 pages, docs, and testsuite related to that area.
1575 2017-09-25 Tom de Vries <tom@codesourcery.com>
1577 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1579 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
1581 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1583 2017-09-15 Nathan Sidwell <nathan@acm.org>
1585 * MAINTAINERS: Remove myself as a vxworks maintainer.
1587 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
1589 * MAINTAINERS: Remove email address of Jim Norris.
1591 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1593 * MAINTAINERS (Reviewers): Move myself from here...
1594 (CPU Port Maintainers): ... to here.
1596 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
1598 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1600 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
1602 * MAINTAINERS (write after approval): Add myself.
1604 2017-07-28 Tony Reix <tony.reix@atos.net>
1606 * configure.ac (target-libffi): Don't disable for AIX.
1607 (go): Don't add to unsupported_languages on AIX.
1608 (target-libgo): Don't disable for AIX.
1609 * configure: Regenerate.
1611 2017-07-19 Yury Gribov <tetra2005@gmail.com>
1613 * MAINTAINERS: Add myself.
1615 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1617 * MAINTAINERS: Update my email address.
1619 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
1621 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1622 arm-specific auto-generated header files.
1624 2017-07-03 Nathan Sidwell <nathan@acm.org>
1626 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1627 * configure: Rebuilt.
1629 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
1631 * MAINTAINERS: Readd myself for c6x.
1633 2017-06-28 Martin Liska <mliska@suse.cz>
1636 * Makefile.def: Remove superfluous bootstrap_target from
1638 * Makefile.in: Re-generate the file.
1640 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
1642 * MAINTAINERS: Add myself to Write After Approval
1644 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
1646 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1648 2017-06-19 Martin Liska <mliska@suse.cz>
1650 * Makefile.def: Define 4 stages PGO bootstrap.
1651 * Makefile.tpl: Define FLAGS.
1652 * Makefile.in: Regenerate.
1654 2017-06-14 Ian Lance Taylor <iant@golang.org>
1656 * Makefile.def: Add check-gotools to go check targets.
1657 * Makefile.in: Rebuild.
1659 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
1661 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1663 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
1665 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1666 * configure: Regenerate.
1668 2017-05-31 Martin Liska <mliska@suse.cz>
1670 * configure.ac: Add handling of stage2_werror_flags to
1671 action-if-given and to action-if-not-given.
1672 * configure: Regenerate.
1674 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1676 * MAINTAINERS: Add self to Write After Approval
1678 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
1680 * MAINTAINERS: Update my email address, and remove myself as
1681 maintainer in some areas.
1683 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
1685 * MAINTAINERS: Add self to Write After Approval
1687 2017-05-25 Nathan Sidwell <nathan@acm.org>
1689 * configure.ac: Add --enable-languages=default to mean default and
1690 make --enable-languages=all mean all supported languages.
1691 * configure: Regenerated.
1693 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1695 * config.gcc (powerpc*-*-*spe*): New.
1696 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1697 (powerpc-*-rtems*spe*): New.
1698 (powerpc*-*-linux*spe*): New.
1699 (powerpc-wrs-vxworksspe): New.
1700 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1701 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1702 * config.host (powerpc*-*-*spe*): New.
1704 2017-05-19 Martin Liska <mliska@suse.cz>
1706 * configure.ac: Add --enable-werror-always just for
1707 bootstrap-debug (or none build config) and do not add it
1708 when we are on a release branch.
1709 * configure: Regenerated.
1711 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1713 * MAINTAINERS: Add self to Write After Approval
1715 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
1717 * MAINTAINERS: Move myself to Write After Approval section.
1719 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1721 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1723 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1725 (umulsidi3): Likewise.
1726 (mulsidi3_700): Disable this pattern when we have advanced mpy
1728 (umulsidi3_700): Likewise.
1729 (maddsidi4): New pattern.
1730 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1731 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1732 (mpydu_imm_arcv2hs): Likewise.
1733 * config/arc/predicates.md (accl_operand): New predicate.
1735 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1736 Andrew Burgess <andrew.burgess@embecosm.com>
1738 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1740 (ARC_AUTOFP_IRQ_P): Likewise.
1741 (ARC_AUTO_IRQ_P): Likewise.
1742 (rgf_banked_register_count): New variable.
1743 (parse_mrgf_banked_regs_option): New function.
1744 (arc_override_options): Handle rgf_banked_regs option.
1745 (arc_handle_interrupt_attribute): Add firq option.
1746 (arc_compute_function_type): Return fast irq type when required.
1747 (arc_must_save_register): Handle fast interrupts.
1748 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1749 (arc_return_address_regs): Update.
1750 * config/arc/arc.h (arc_return_address_regs): Update.
1751 (arc_function_type): Add fast interrupt type.
1752 (ARC_INTERRUPT_P): Update.
1753 (RC_FAST_INTERRUPT_P): Define.
1754 * config/arc/arc.md (simple_return): Update for fast interrupts.
1755 (p_return_i): Likewise.
1756 * config/arc/arc.opt (mrgf-banked-regs): New option.
1757 * doc/invoke.texi (mrgf-banked-regs): Document.
1759 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1761 * config/arc/arc.c (irq_ctrl_saved): New variable.
1762 (ARC_AUTOBLINK_IRQ_P): Define.
1763 (ARC_AUTOFP_IRQ_P): Likewise.
1764 (ARC_AUTO_IRQ_P): Likewise.
1765 (irq_range): New function.
1766 (arc_must_save_register): Likewise.
1767 (arc_must_save_return_addr): Likewise.
1768 (arc_dwarf_emit_irq_save_regs): Likewise.
1769 (arc_override_options): Handle deferred options.
1770 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1771 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1772 arc_must_save_return_addr.
1773 (arc_compute_frame_size): Handle automated save and restore of
1775 (arc_expand_prologue): Likewise.
1776 (arc_expand_epilogue): Likewise.
1777 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1778 * config/arc/arc.opt (mirq-ctrl-saved): New option.
1779 * doc/invoke.texi (mirq-ctrl-saved): Document option.
1781 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1782 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
1785 * Makefile.def: Don't pass --enable-maintainer-mode on to an
1787 * Makefile.in: Regenerate.
1789 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1791 * configure.ac: Enable LTO by default on darwin >= 9.
1792 * configure: Regenerate.
1794 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
1796 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1797 and Andrew Waterman as the RISC-V maintainers.
1799 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
1801 * MAINTAINERS: Add self to Write After Approval
1803 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1805 * config.guess: Import latest from upstream.
1807 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1809 * MAINTAINERS (Write After Approval): Remove entries that are
1810 already covered under Reviewers.
1812 2017-03-08 Mark Wielaard <mark@klomp.org>
1816 * include/demangle.h: Add d_printing to struct demangle_component
1817 and pass struct demangle_component as non const.
1819 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1821 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1823 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
1825 * Makefile.tpl: Remove HOST_ISLVER.
1826 (HOST_EXPORTS): Remove ISLVER.
1827 * Makefile.in: Regenerate.
1829 2017-02-13 Richard Biener <rguenther@suse.de>
1831 * configure: Re-generate.
1833 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
1835 * MAINTAINERS: Adjust bug reporting URL.
1837 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
1839 * MAINTAINERS (Write After Approval): Remove redundant entry
1842 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
1844 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1845 32-bit hppa*-*-hpux*.
1846 * configure: Regenerate.
1848 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1850 * configure.ac: Moved the white list of enabling BRIG FE to
1851 libhsail-rt/configure.tgt.
1852 * configure: Regenerated.
1853 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1855 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
1856 Martin Jambor <mjambor@suse.cz>
1858 * Makefile.def (target_modules): Added libhsail-rt.
1859 (languages): Added language brig.
1860 * Makefile.in: Regenerated.
1861 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1862 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1863 * configure: Regenerated.
1865 2017-01-17 Jakub Jelinek <jakub@redhat.com>
1868 * configure: Regenerated.
1870 2017-01-04 Alan Modra <amodra@gmail.com>
1872 * configure: Regenerate.
1874 2016-12-29 Ben Elliston <bje@gnu.org>
1876 * config.sub: Import latest version.
1878 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1880 * MAINTAINERS (Write After Approval): Add myself.
1882 2016-12-21 Jakub Jelinek <jakub@redhat.com>
1884 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1885 includes bootstrap-mpx.
1886 * configure: Regenerated.
1888 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1890 * MAINTAINERS (Write After Approval): Add myself.
1892 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1894 * configure: Regenerate.
1896 2016-12-01 Matthias Klose <doko@ubuntu.com>
1898 * configure.ac: Don't use pkg-config to check for bdw-gc.
1899 * configure: Regenerate.
1901 2016-11-30 Matthias Klose <doko@ubuntu.com>
1903 * Makefile.def: Remove reference to boehm-gc target module.
1904 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1905 options and for the bdw-gc pkg-config module.
1906 * configure: Regenerate.
1907 * Makefile.in: Regenerate.
1909 2016-11-28 Nathan Sidwell <nathan@acm.org>
1911 * MAINTAINERS (nvptx): Remove self.
1913 2016-11-25 Ben Elliston <bje@gnu.org>
1915 * config.guess: Import latest version.
1916 * config.sub: Likewise.
1918 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1920 * MAINTAINERS (Write After Approval): Add myself.
1922 2016-11-15 Matthias Klose <doko@ubuntu.com>
1924 * Makefile.def: Remove references to GCJ.
1925 * Makefile.tpl: Likewise.
1926 * Makefile.in: Regenerate.
1928 2016-11-15 Matthias Klose <doko@ubuntu.com>
1930 * config-ml.in: Remove references to GCJ.
1931 * configure.ac: Likewise.
1932 * configure: Regenerate.
1934 2016-11-01 Josh Conner <joshconner@google.com>
1936 * MAINTAINERS (Write After Approval): Update email address,
1938 2016-10-27 Carl Love <cel@us.ibm.com>
1940 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1941 Approval list to make it alphabetical.
1943 2016-10-27 Carl Love <cel@us.ibm.com>
1945 * MAINTAINERS (Write After Approval): Add myself.
1947 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1949 * MAINTAINERS (Reviewers): Add myself.
1950 (Write After Approval): Add myself.
1952 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1953 Ulrich Weigand <uweigand@de.ibm.com>
1955 * MAINTAINERS: Update email address.
1957 2016-10-10 Nathan Sidwell <nathan@acm.org>
1959 * MAINTAINERS: Update email address.
1961 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1963 * configure.ac: Add aarch64-*-freebsd*.
1964 * configure: Regenerate.
1966 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1968 * MAINTAINERS: Update email address after it got reverted.
1970 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1972 * configure.ac (target_libraries): Readd target-boehm-gc.
1973 Restore --enable-objc-gc handling.
1974 * configure: Regenerate.
1976 2015-10-03 Jeff Law <law@redhat.com>
1978 * MAINTAINERS: Move several inactive maintainers to the
1979 write-after-approval section.
1981 2016-09-30 Jakub Jelinek <jakub@redhat.com>
1983 * configure.ac: Add target-libffi to target_libraries.
1984 Readd libgcj target disablings, modified to only target-libffi.
1985 Readd target addition of go to unsupported languages.
1986 * configure: Regenerated.
1988 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1990 * MAINTAINERS: Update email address.
1992 2016-09-30 Andrew Haley <aph@redhat.com>
1994 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1995 write-after approval. Remove Tom Tromey and Bryce McKinlay from
1998 2016-09-30 Andrew Haley <aph@redhat.com>
2000 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2001 write-after approval after GCJ deletion.
2003 2016-09-30 Andrew Haley <aph@redhat.com>
2005 * Makefile.def: Remove libjava.
2006 * Makefile.tpl: Likewise.
2007 * Makefile.in: Regenerate.
2008 * configure.ac: Likewise.
2009 * configure: Likewise.
2011 * libjava: Likewise.
2013 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2015 * MAINTAINERS (Reviewers): Add myself.
2017 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2019 * configure.ac: Disable "sim" directory for arc*-*-*.
2020 * configure: Regenerated.
2022 2016-09-23 Tamar Christina <tamar.christina@arm.com>
2024 * MAINTAINERS (Write After Approval): Add myself.
2026 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2028 * configure.ac: Check for the minimum in-tree MPFR version
2030 * configure: Regenerate.
2032 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2034 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2035 * configure: Regenerated.
2037 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
2039 * MAINTAINERS (Write After Approval): Add myself.
2041 2016-06-23 Andi Kleen <ak@linux.intel.com>
2043 * Makefile.def: Add autoprofiledbootstrap.
2044 * Makefile.tpl: Dito.
2045 * Makefile.in: Regenerate.
2047 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2049 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2050 * configure: Regenerate.
2052 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2054 * configure: Regenerate.
2055 * configure.ac: Remove support for avr-rtems.
2057 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2059 * MAINTAINERS (Write After Approval): Add myself.
2061 2016-06-16 Michael Collison <michael.collison@arm.com>
2063 * MAINTAINERS (Write After Approval): Add myself.
2065 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2067 * MAINTAINERS (Write After Approval): Update e-mail address.
2069 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2071 * MAINTAINERS (Write After Approval): Add myself.
2073 2016-05-28 Alan Modra <amodra@gmail.com>
2075 * Makefile.tpl (configure): Depend on m4 files included.
2076 * Makefile.in: Regenerate.
2078 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2080 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2081 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2083 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2085 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2086 special case builtin.
2087 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2088 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2089 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2090 for __builtin_vec_addec.
2092 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2094 * config.guess: Import version 2016-04-02 (newest).
2095 * config.sub: Import version 2016-05-10 (newest).
2097 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
2099 * configure.ac: Add ARC support to libgloss.
2100 * configure: Regenerate
2102 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2104 * MAINTAINERS (Write After Approval): Add myself.
2106 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2108 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2109 * configure: Regenerated.
2110 * Makefile.def (gmp): Explicitly disable assembler.
2111 (mpfr): Adjust lib_path.
2113 * Makefile.in: Regenerated.
2115 2016-05-01 Jakub Jelinek <jakub@redhat.com>
2118 * configure.ac (--enable-stage1-checking): Add missing
2120 * configure: Regenerated.
2122 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2124 * config.guess: Revert r235676.
2125 * config.sub: Revert r235676.
2127 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2129 * config.guess: Remove SH5 support.
2130 * config.sub: Likewise.
2131 * configure: Likewise.
2132 * configure.ac: Likewise.
2134 2016-04-26 Jakub Jelinek <jakub@redhat.com>
2137 * configure.ac (--enable-stage1-checking): For --disable-checking or
2138 implicit --enable-checking, make sure extra flag matches in between
2139 stage1 and later checking.
2140 * configure: Regenerated.
2142 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2144 * .gitattributes: New file.
2146 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2148 * MAINTAINERS (rs6000/powerpc port): Add myself.
2150 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2153 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2154 and gotools directories. Delete the stage_final file.
2155 * Makefile.in: Regenerate.
2157 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2159 * MAINTAINERS (Write After Approval): Add myself.
2161 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2163 * MAINTAINERS (Fortran maintainer): Remove myself.
2165 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2167 * MAINTAINERS (Write After Approval): Add myself.
2169 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2171 * MAINTAINERS (Write After Approval): Add myself.
2173 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2175 Sync with binutils-gdb:
2177 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2179 * configure.ac: Add mips and s390 to the gold target check.
2180 * configure: Regenerate.
2182 2016-03-01 DJ Delorie <dj@redhat.com>
2184 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2186 2016-02-22 David Malcolm <dmalcolm@redhat.com>
2188 * MAINTAINERS (libcpp): Add myself.
2189 (diagnostic messages): Likewise.
2191 2016-02-20 Tom de Vries <tom@codesourcery.com>
2193 * MAINTAINERS: Fix whitespace.
2195 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2197 * MAINTAINERS (Write After Approval): Add myself.
2199 2016-01-29 Sebastian Pop <s.pop@samsung.com>
2201 * config/isl.m4: Add comments about isl-0.16.
2202 * configure: Regenerate.
2204 2016-01-29 Martin Jambor <mjambor@suse.cz>
2206 * MAINTAINERS (hsa maintainers): Add myself.
2208 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2210 * MAINTAINERS: (Write After Approval): Add myself.
2212 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2213 Sebastian Pop <s.pop@samsung.com>
2215 * Makefile.in: Regenerate.
2216 * Makefile.tpl: Export ISLVER.
2217 * configure: Regenerate.
2218 * config/isl.m4: Detect isl-0.15.
2220 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2223 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2224 * Makefile.in: Regenerate.
2226 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2228 * configure.ac: Enable LTO for DJGPP
2229 * configure: Regenerate
2231 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2233 Sync with binutils-gdb:
2234 2015-10-21 Nick Clifton <nickc@redhat.com>
2237 * configure.ac: Note the 'none' is an acceptable argument to
2238 --enable-compressed-debug-sections.
2239 * configure: Regenerate.
2241 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2244 * Makefile.def (mpfr): Disable assembler.
2245 * Makefile.in: Regenerate.
2247 2016-01-01 Ben Elliston <bje@gnu.org>
2249 * config.guess: Import version 2016-01-01.
2250 * config.sub: Likewise.
2252 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2254 * MAINTAINERS (Write After Approval): Add myself.
2256 2015-12-17 Sebastian Pop <s.pop@samsung.com>
2258 * Makefile.in: Replace ISL with isl.
2259 * Makefile.tpl: Same.
2260 * config/isl.m4: Same.
2261 * configure.ac: Same.
2262 * contrib/download_prerequisites: Same.
2263 * configure: Regenerate.
2265 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2267 * MAINTAINERS (Write After Approval): Add Myself.
2269 2015-12-17 Nathan Sidwell <nathan@acm.org>
2271 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2272 * configure: Regenerate.
2274 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2275 Sebastian Pop <s.pop@samsung.com>
2277 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2278 isl_ctx_get_max_operations.
2279 * configure: Regenerate.
2281 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
2283 * MAINTAINERS (Write After Approval): Add myself.
2285 2015-12-02 Ian Lance Taylor <iant@google.com>
2288 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2289 * Makefile.in: Regenerate.
2291 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2294 * Makefile.def (lang_env_dependencies): Make libffi depend
2296 * Makefile.in: Regenerate.
2298 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
2300 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2303 2015-11-20 Tristan Gingold <gingold@adacore.com>
2305 Sync with binutils-gdb:
2306 2015-11-20 Tristan Gingold <gingold@adacore.com>
2308 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2309 * configure: Regenerate.
2311 2015-11-19 Martin Liska <mliska@suse.cz>
2313 * .gitignore: Add .clang-format to ignored files.
2314 * Makefile.in: Add clang-format.
2315 * Makefile.tpl: Likewise.
2317 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2319 * configure.ac: Enable libmpx by default.
2320 * configure: Regenerated.
2322 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
2324 * MAINTAINERS: Update email address.
2326 2015-10-23 Paulo Matos <pmatos@linki.tools>
2328 * MAINTAINERS: Update email address.
2330 2015-10-23 Alan Hayward <alan.hayward@arm.com>
2332 * MAINTAINERS (Write After Approval): Add myself.
2334 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2336 Sync with binutils-gdb:
2337 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2341 --enable-compressed-debug-sections={all,gas,gold,ld}.
2342 * configure: Regenerated.
2344 2015-10-16 Arnaud Charlet <charlet@adacore.com>
2346 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2348 2015-10-09 Martin Liska <mliska@suse.cz>
2350 * MAINTAINERS (Write After Approval): Add myself.
2352 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2354 * MAINTAINERS (Write After Approval): Add myself.
2356 2015-10-02 Florian Weimer <fweimer@redhat.com>
2358 * MAINTAINERS: Update email address.
2360 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
2362 * MAINTAINERS (Write After Approval): Add myself.
2364 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
2366 * MAINTAINERS: Update email.
2368 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2370 * MAINTAINERS: Update my email address.
2372 2015-09-01 James Bowman <james.bowman@ftdichip.com>
2374 * MAINTAINERS (ft32 port): Add myself.
2376 2015-08-28 David Sherwood <david.sherwood@arm.com>
2378 * MAINTAINERS: Add myself.
2380 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2382 * MAINTAINERS (Write After Approval): Add myself.
2384 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2387 * Makefile.def: Make libgfortran depend on libbacktrace.
2388 * Makefile.in: Regenerate.
2390 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2392 * MAINTAINERS (Write After Approval): Add myself.
2394 2015-08-12 Tom de Vries <tom@codesourcery.com>
2397 * configure.ac: Remove --with_host_libstdcxx support.
2398 * configure: Regenerate.
2400 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2401 Jakub Jelinek <jakub@redhat.com>
2403 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2405 * configure: Regenerate.
2407 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2409 * Makefile.def (libiconv): Define bootstrap=true.
2410 Mark pdf/html/info as missing.
2411 (configure-gcc): Depend on all-libiconv.
2413 (configure-libcpp): Ditto.
2414 (all-libcpp): Ditto.
2415 (configure-intl): Ditto.
2417 * Makefile.in: Regenerate.
2419 2015-08-03 Bin Cheng <bin.cheng@arm.com>
2421 * MAINTAINERS (loop ivopts): Add the entry and myself.
2423 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2425 * MAINTAINERS (nvptx): Add self.
2427 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2429 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2430 128-bit vector modes.
2432 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
2434 * MAINTAINERS (Write After Approval): Add myself.
2436 2015-07-28 Ben Elliston <bje@gnu.org>
2438 * config.sub, config.guess: Import from upstream.
2440 2015-07-24 Michael Darling <darlingm@gmail.com>
2443 * config-ml.in: Reflects renaming of configure.in to configure.ac
2444 * configure: Likewise
2445 * configure.ac: Likewise
2447 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
2449 * MAINTAINERS: Update my email address.
2451 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2453 Sync with binutils-gdb:
2454 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
2456 * configure.ac (target_configdirs): Exclude target-zlib if
2457 target-libjava isn't built.
2458 * configure: Regenerated.
2460 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2462 Sync with binutils-gdb:
2463 2015-05-13 John David Anglin <dave.anglin@bell.net>
2465 * configure.ac: Disable configuration of GDB for HPUX targets.
2466 * configure: Regenerate.
2468 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
2470 * configure.ac: Add --with-system-zlib.
2471 * configure: Regenerated.
2473 2015-01-28 James Bowman <james.bowman@ftdichip.com>
2475 * configure.ac: Add FT32 support.
2476 * configure: Regenerate.
2478 2015-01-12 Anthony Green <green@moxielogic.com>
2480 * configure.ac: Don't disable gprof for moxie.
2481 * configure: Rebuild.
2483 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2485 Sync with binutils-gdb:
2486 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
2489 * Makefile.def: Add extra_configure_flags to host zlib.
2490 * configure.ac (extra_host_zlib_configure_flags): New. Set
2491 to --enable-host-shared When bfd is to be built as shared
2493 * Makefile.in: Regenerated.
2495 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
2498 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
2499 * Makefile.def (dependencies): Add all-zlib to all-bfd.
2500 * Makefile.in: Regenerated.
2502 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
2504 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2506 * configure: Regenerate.
2508 2015-06-23 Ludovic Courtès <ludo@gnu.org>
2510 * MAINTAINERS (Write After Approval): Add myself.
2512 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
2514 * MAINTAINERS (OS Port Maintainers): Add myself.
2515 (Various Maintainers): Remove myself from libffi testsuite.
2517 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
2519 * MAINTAINERS (gen* on machine desc): Add self.
2521 2015-06-02 Jason Merrill <jason@redhat.com>
2524 * configure.ac: Use -std=gnu++98.
2526 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
2528 * MAINTAINERS (Write After Approval): Add myself.
2530 2015-05-28 Mike Frysinger <vapier@gentoo.org>
2532 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2533 * configure: Regenerate.
2535 2015-05-26 Jason Merrill <jason@redhat.com>
2537 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2538 * configure: Regenerate.
2540 2015-05-16 James Bowman <james.bowman@ftdichip.com>
2542 * configure.ac: FT32 target added.
2543 * configure: Regenerated.
2545 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
2547 * MAINTAINERS (Write After Approval): Add myself.
2549 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
2551 * MAINTAINERS (Write After Approval): Add myself.
2553 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
2555 * configure.ac: Fix typo.
2556 * configure: Regenerate.
2558 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
2560 * MAINTAINERS (Write After Approval): Add myself.
2562 2015-05-03 Matthias Klose <doko@ubuntu.com>
2564 * configure.ac: Match $host configured with triplets.
2565 * configure: Regenerate.
2567 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2569 * Makefile.tpl: Remove surplus whitespace throughout.
2570 * Makefile.in: Regenerate.
2572 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
2574 * MAINTAINERS (Various Maintainers): Add myself as instruction
2575 combiner maintainer.
2577 2015-04-17 Jakub Jelinek <jakub@redhat.com>
2580 * configure.ac (--enable-stage1-checking): Default to
2581 release,misc,gimple,rtlflag,tree,types if --disable-checking
2582 or --enable-checking is not specified and DEV-PHASE is not
2584 * configure: Regenerated.
2586 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
2588 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2589 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2590 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2591 * Makefile.in: Regenerate.
2593 2015-04-08 Cary Coutant <ccoutant@gmail.com>
2595 * MAINTAINERS: Update my email address.
2597 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
2599 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2601 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2603 * MAINTAINERS: Add myself as an arm port reviewer.
2605 2015-03-25 Martin Liska <mliska@suse.cz>
2606 Yury Gribov <y.gribov@samsung.com>
2608 * Makefile.in: Fix ln source location for vimrc file.
2609 * Makefile.tpl: Likewise.
2611 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
2614 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2615 cross-compiling. Similarly for CXX_FOR_TARGET.
2616 * configure: Regenerate.
2618 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
2620 * Makefile.def: Add libmpx.
2621 * configure.ac: Add libmpx.
2622 * Makefile.in: Regenerate.
2623 * configure: Regenerate.
2625 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
2627 * MAINTAINERS (CPU Port Maintainers): Add myself
2628 i386 vector ISA extns mantainer.
2630 2015-03-13 Jeff Law <law@redhat.com>
2632 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2634 Remove Richard Henderson as a maintainer for the x86 port.
2636 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
2638 * MAINTAINERS (CPU Port Maintainers): Update my email address.
2640 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
2642 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2643 pointer bounds checker and i386 MPX maintainer.
2645 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
2647 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2649 2015-02-26 Martin Sebor <msebor@redhat.com>
2651 * MAINTAINERS (Various Maintainers): Add self.
2653 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
2655 * configure.ac [--enable-as-accelerator-for] (enable_languages):
2656 Make sure it contains lto.
2657 * configure: Regenerate.
2659 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
2661 * configure: Regenerate.
2663 2015-02-06 Diego Novillo <dnovillo@google.com>
2665 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2666 middle-end, docstring): Remove myself.
2667 (Write After Approval): Add myself.
2669 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
2671 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2672 (Write After Approval): Update address.
2674 2015-01-29 David Malcolm <dmalcolm@redhat.com>
2677 * configure.ac: Require the user to explicitly specify
2678 --enable-host-shared if the jit is enabled.
2679 * configure: Regenerate.
2681 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
2683 * MAINTAINERS (Write After Approval): Add myself.
2685 2015-01-25 Tom de Vries <tom@codesourcery.com>
2687 * MAINTAINERS: Make whitespace consistent.
2689 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
2691 * MAINTAINERS (Write After Approval): Add myself.
2693 2015-01-20 Andre Vehreschild <vehre@gmx.de>
2695 * MAINTAINERS: (Write After Approval): Add myself.
2697 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
2699 * MAINTAINERS: (Write After Approval): Add myself.
2701 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
2703 * MAINTAINERS: (Write After Approval): Add myself.
2705 2015-01-13 Iain Sandoe <iain@codesourcery.com>
2707 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2708 objective-c/c++ front end maintainer.
2710 2015-01-13 Marek Polacek <polacek@redhat.com>
2712 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2714 2015-01-12 Jeff Law <law@redhat.com>
2716 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2719 2015-01-09 Ian Lance Taylor <iant@google.com>
2721 * configure.ac (host_tools): Add gotools.
2722 * Makefile.def (host_modules): Add gotools.
2723 (dependencies): Add dependency of all-gotools on all-target-libgo.
2725 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
2727 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2728 * configure: Regenerate.
2730 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2732 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2734 * Makefile.in: Regenerate.
2736 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2738 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2740 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2742 * configure.ac: Add Visium support.
2743 * configure: Regenerate.
2745 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
2747 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2748 * configure: Regenerate.
2750 2015-01-03 Andrew Pinski <apinski@cavium.com>
2752 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2753 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2754 (BASE_TARGET_EXPORTS): Add OBJCOPY.
2755 (OBJCOPY_FOR_TARGET): New variable.
2756 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2757 * Makefile.in: Regenerate.
2758 * configure.ac: Check for already installed target objcopy.
2759 Also GCC_TARGET_TOOL on objcopy.
2760 * configure: Regenerate.
2762 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2764 * config.sub: Update from upstream, to 2015-01-01 version.
2765 * config.guess: Ditto.
2767 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
2769 * MAINTAINERS (RTEMS Ports): Add myself.
2771 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
2773 * MAINTAINERS (Write After Approval): Add myself.
2775 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2777 * MAINTAINERS (Write After Approval): Add myself.
2779 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
2781 * configure.ac (--enable-as-accelerator-for): Don't set
2782 ENABLE_AS_ACCELERATOR_FOR. Update all users.
2783 * configure: Regenerate.
2785 2014-12-13 Jakub Jelinek <jakub@redhat.com>
2788 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2789 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2790 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2792 * Makefile.in: Regenerated.
2794 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2795 Yury Gribov <y.gribov@samsung.com>
2797 * .gitignore: Added .local.vimrc and .lvimrc.
2798 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2799 * Makefile.in: Regenerate.
2801 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2803 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2804 * configure: Regenerated.
2806 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
2808 * MAINTAINERS (nvptx port): New entry.
2810 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
2812 * configure: Regenerate.
2814 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2816 * configure.ac: Merge with Binutils.
2818 2014-11-26 Tobias Burnus <burnus@net-b.de>
2820 * Makefile.def: Make more dependent on mpfr, mpc and isl.
2821 * Makefile.in: Regenerate.
2823 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2825 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2827 * Makefile.in: Regenerated.
2829 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
2831 * Makefile.in: Regenerate.
2833 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
2836 * libtool.m4: Add $pic_flag with -shared.
2838 2014-11-21 Renlin Li <Renlin.Li@arm.com>
2840 * MAINTAINERS (Write After Approval): Added myself.
2842 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
2844 * MAINTAINERS (write-after-approval): Add myself.
2846 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2848 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2851 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2854 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2856 * MAINTAINERS (Write After Approval): Added myself as line map
2859 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2862 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2864 * MAINTAINERS (Write After Approval): Added myself.
2866 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2868 * MAINTAINERS (Write After Approval): Added myself.
2870 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2872 * MAINTAINERS (Write After Approval): Added myself as line map
2875 2014-11-17 Dodji Seketeli <dodji@redhat.com>
2877 * MAINTAINERS (Various Maintainers): Added myself as line map
2880 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2882 * move-if-change: Sync from upstream gnulib.
2884 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2886 * compile: Sync with upstream Automake.
2888 * install-sh: Ditto.
2890 * mkinstalldirs: Ditto.
2893 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2895 * config.sub: Update from upstream config repo.
2896 * config.guess: Ditto.
2898 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2900 * Makefile.def: Add liboffloadmic to target_modules. Make
2901 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2902 * Makefile.in: Regenerate.
2903 * configure: Regenerate.
2904 * configure.ac: Add liboffloadmic to target binaries.
2905 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2906 Add liboffloadmic to noconfig list when C++ is not supported.
2908 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2909 Thomas Schwinge <thomas@codesourcery.com>
2910 Ilya Verbin <ilya.verbin@intel.com>
2911 Andrey Turetskiy <andrey.turetskiy@intel.com>
2913 * configure: Regenerate.
2914 * configure.ac (--enable-as-accelerator-for)
2915 (--enable-offload-targets): New configure options.
2917 2014-11-11 Tobias Burnus <burnus@net-b.de>
2919 * Makefile.def: Make all-gcc depend on all-isl.
2920 * Makefile.in: Regenerate.
2922 2014-11-11 David Malcolm <dmalcolm@redhat.com>
2924 * ChangeLog.jit: New.
2925 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2927 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2930 * libtool.m4: Fix globbing of darwin versions.
2931 * configure: Regenerate.
2933 2014-11-11 Tobias Burnus <burnus@net-b.de>
2935 * Makefile.def: Remove CLooG.
2936 * Makefile.tpl: Ditto.
2937 * configure.ac: Ditto.
2938 * configure: Regenerate.
2939 * Makefile.in: Ditto.
2941 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2943 * configure.ac: Handle nvptx-*-*.
2944 * configure: Regenerate.
2946 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2948 * MAINTAINERS (Write After Approval): Add myself.
2950 2014-10-31 Jakub Jelinek <jakub@redhat.com>
2952 * Makefile.def (libcc1): Remove bootstrap=true;.
2953 * Makefile.in: Regenerated.
2955 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2957 * configure.ac: Update comment.
2958 * configure: Regenerate.
2960 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2962 * MAINTAINERS (Write After Approval): Add myself.
2964 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2966 * configure.ac (extra_host_libiberty_configure_flags): Add
2967 --enable-shared also for libcc1's benefit.
2968 * configure: Regenerate.
2970 2014-10-29 Tristan Gingold <gingold@adacore.com>
2972 * MAINTAINERS: Change my email address.
2974 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2975 Tom Tromey <tromey@redhat.com>
2977 * Makefile.def: Add libcc1 to host_modules.
2978 * configure.ac (host_tools): Add libcc1.
2979 * Makefile.in, configure: Rebuild.
2981 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
2983 * configure.ac (build_configargs): Don't share config.cache between
2985 * configure: Regenerate.
2987 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2989 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2990 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2991 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2993 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2994 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2995 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2996 * config/sparc/sparc.md (cpu): Add leon3v7.
2997 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2999 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3001 * MAINTAINERS (write-after-approval): Add myself.
3003 2014-10-23 Ian Lance Taylor <iant@google.com>
3005 * configure.ac: Disable the Go frontend on systems where it is known
3007 * configure: Regenerate.
3009 2014-10-23 Richard Biener <rguenther@suse.de>
3011 * Makefile.def: Add libcpp build module and dependencies.
3012 * configure.ac: Add libcpp build module.
3013 * Makefile.in: Regenerate.
3014 * configure: Likewise.
3016 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3018 * MAINTAINERS (write-after-approval): Add myself.
3020 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3022 * INSTALL/README: Do not mention CVS.
3024 2014-10-03 Jing Yu <jingyu@google.com>
3026 * configure.ac: Add aarch64 to list of targets that support gold.
3027 * configure: Regenerate.
3029 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
3031 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3033 2014-09-29 Catherine Moore <clm@codesourcery.com>
3035 * MAINTAINERS: Add myself as MIPS maintainer.
3037 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3039 * MAINTAINERS: Move myself to MIPS maintainers.
3041 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3043 * MAINTAINERS: Put all email addresses between '<' and '>'.
3045 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3047 * MAINTAINERS: Move myself to reviewers (Fortran).
3049 2014-09-01 Andi Kleen <ak@linux.intel.com>
3051 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3052 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3053 * Makefile.in: Regenerate.
3055 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3057 * rtx-classes-status.txt: Delete
3059 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3061 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3063 2014-08-27 Sebastian Pop <s.pop@samsung.com>
3065 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3066 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3067 of checking for version number.
3068 * configure: Regenerated.
3069 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3071 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3073 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3074 is done; begin phase 6 (use extra rtx_def subclasses).
3076 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3078 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3079 done; begin phase 5 (additional rtx_def subclasses).
3081 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3083 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3085 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3087 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3088 SET_BB_HEADER are done.
3090 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3092 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3095 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3097 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3099 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3101 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3103 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3105 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3107 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3109 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3111 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3113 * rtx-classes-status.txt: Phase 3 (per-file commits within
3114 "config" subdirs) is done; begin phase 4 (removal of
3117 2014-08-23 David Malcolm <dmalcolm@redhat.com>
3119 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3120 dir) is done; begin phase 3 (per-file commits within "config"
3123 2014-08-21 David Malcolm <dmalcolm@redhat.com>
3125 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3126 phase 2 (per-file commits in main source dir).
3128 2014-08-21 Bin Cheng <bin.cheng@arm.com>
3130 * configure: Regenerated.
3132 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3134 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3136 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3138 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3140 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3142 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3144 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3146 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3148 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3150 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3152 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3154 * MAINTAINERS (Write After Approval): Add myself.
3156 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3158 * MAINTAINERS: Remove myself
3160 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3162 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3164 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3166 * MAINTAINERS (Write After Approval): Add myself.
3168 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3170 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3171 SET_BB_HEADER, SET_BB_FOOTER
3173 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3175 * rtx-classes-status.txt: New file
3177 2014-08-18 Roman Gareev <gareevroman@gmail.com>
3179 * configure.ac: Eliminate ClooG installation dependency.
3180 * configure: Regenerate.
3181 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3182 * Makefile.in: Regenerate.
3184 2014-08-15 Ilya Verbin <iverbin@gmail.com>
3186 * MAINTAINERS (Write After Approval): Add myself.
3188 2014-08-15 Ilya Tocar <tocarip@gmail.com>
3190 * MAINTAINERS (Write After Approval): Add myself.
3192 2014-08-01 Jiong Wang <jiong.wang@arm.com>
3194 * MAINTAINERS (Write After Approval): Add myself.
3196 2014-07-28 Anthony Green <green@moxielogic.com>
3198 Import from savannah.gnu.org:
3199 * config.sub: Update to 2014-07-28 version.
3201 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3203 * MAINTAINERS: Remove my MIPS maintainer entry.
3205 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
3208 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3209 * configure: Regenerate.
3211 2014-07-24 James Norris <jnorris@codesourcery.com>
3213 * MAINTAINERS (Write After Approval): Add myself.
3215 2014-07-20 Roman Gareev <gareevroman@gmail.com>
3217 * configure.ac: Accept only CLooG 0.18.1.
3218 * configure: Regenerate.
3220 2014-07-17 Roman Gareev <gareevroman@gmail.com>
3222 * configure.ac: Don't accept isl 0.11.
3223 * configure: Regenerate.
3225 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3227 * MAINTAINERS (Write After Approval): Add myself.
3229 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3231 * configure.ac: Don't accept isl 0.10.
3232 * configure: Regenerate.
3234 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
3236 Fix include path for in-tree cloog.
3237 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3238 * configure: Regenerate.
3240 2014-06-18 Richard Henderson <rth@redhat.com>
3242 * .gitignore: Import gcc_update output.
3244 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3246 * config-ml.in: Robustify ac_configure_args parsing.
3248 * configure.ac (--enable-linker-plugin-configure-flags)
3249 (--enable-linker-plugin-flags): New flags.
3250 (configdirs): Conditionally add libiberty-linker-plugin.
3251 * configure: Regenerate.
3252 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3253 (host_modules) <lto-plugin>: Pay attention to
3254 @extra_linker_plugin_flags@ and
3255 @extra_linker_plugin_configure_flags@.
3256 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3257 * Makefile.in: Regenerate.
3259 * Makefile.tpl (configure-[+prefix+][+module+])
3260 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3261 "module_srcdir" instead of "module" for locating a module's srcdir.
3262 * Makefile.in: Regenerate.
3264 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3266 * MAINTAINERS (Write After Approval): Add myself.
3268 2014-06-06 Sebastian Pop <sebpop@gmail.com>
3270 * MAINTAINERS: Update my email address.
3272 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3274 * MAINTAINERS (Write After Approval): Add myself.
3276 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3278 * MAINTAINERS (Write After Approval): Add myself.
3280 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
3283 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3284 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3285 * configure: Regenerate.
3287 2014-05-28 Pedro Alves <palves@redhat.com>
3289 * MAINTAINERS (Write After Approval): Add myself.
3291 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3293 * MAINTAINERS: Update my affiliation/email.
3295 2014-05-19 Mike Stump <mikestump@comcast.net>
3297 * MAINTAINERS: Add wide-int reviewers.
3299 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3301 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3302 * configure: Regenerated.
3304 2014-05-15 Torvald Riegel <triegel@redhat.com>
3306 * MAINTAINERS (libitm): Add myself as maintainer.
3308 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
3310 * MAINTAINERS (Write After Approval): Add myself.
3312 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3314 * config.sub, config.guess: Import from upstream.
3316 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3318 * MAINTAINERS (Write After Approval): Put myself in correct order.
3320 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3322 * MAINTAINERS (Write After Approval): Add myself.
3324 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3326 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3329 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3331 * MAINTAINERS (Write After Approval): Delete myself.
3333 2014-04-17 Jakub Jelinek <jakub@redhat.com>
3336 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3337 and -B* options with -Xcompiler.
3339 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3342 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3343 * Makefile.in: Regenerate.
3345 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3347 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3348 for WINDRES_FOR_TARGET in default-manifest.o rule.
3349 * Makefile.in: Regenerate.
3351 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3353 * MAINTAINERS (Write After Approval): Add myself.
3355 2014-03-26 Jakub Jelinek <jakub@redhat.com>
3358 * Makefile.def: Set bootstrap=true; for host fixincludes.
3359 * configure.ac: Don't bootstrap host fixincludes unless
3360 --with-build-config=bootstrap-{a,ub}san.
3361 * Makefile.in: Regenerated.
3362 * configure: Regenerated.
3364 2014-03-21 Jakub Jelinek <jakub@redhat.com>
3366 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3367 --enable-vtable-verify option parsing. Don't add
3368 target-libsanitizer to bootstrap_target_libs unless
3369 --with-build-config=bootstrap-asan or
3370 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3371 to bootstrap_target_libs unless --enable-vtable-verify.
3372 * configure: Regenerated.
3374 2014-03-10 Anatoly Sokolov <aesok@post.ru>
3376 * MAINTAINERS (Write After Approval): Add myself.
3378 2014-03-07 Denis Chertykov <chertykov@gmail.com>
3380 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3382 2014-03-07 Jakub Jelinek <jakub@redhat.com>
3385 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3386 -I for libstdc++-v3 includes if $(LEAN).
3387 * Makefile.in: Regenerated.
3389 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
3391 * MAINTAINERS: Update my email address.
3393 2014-02-24 Walter Lee <walt@tilera.com>
3395 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3396 (tilegx-*-*): Change to tilegx*-*-*.
3397 * configure: Regenerate.
3399 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
3401 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3403 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3405 * MAINTAINERS (Write After Approval): Add myself.
3407 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3410 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3413 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
3415 * MAINTAINERS: Update my email address.
3417 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3419 * MAINTAINERS: Convert to UTF-8.
3420 Properly sort Xinliang David Li's entry.
3422 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3423 Sandra Loosemore <sandra@codesourcery.com>
3425 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3426 nios2 port maintainers.
3428 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3430 * MAINTAINERS (Write After Approval): Add myself.
3432 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3434 * configure.ac: Add user-friendly check for native x86_64-linux
3436 * configure: Regenerate.
3438 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
3440 * MAINTAINERS: Add myself as sh maintainer.
3442 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3444 * MAINTAINERS: Add self as SLSR maintainer.
3446 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
3448 * MAINTAINERS: Update my email address.
3450 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
3452 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3454 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
3456 * Makefile.in: Regenerate.
3458 * Makefile.tpl: Fix typo.
3459 * Makefile.in: Regenerate partially.
3461 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
3463 * configure.ac: Added libcilkrts to noconfig list when C++ is not
3465 * configure: Regenerated.
3467 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
3469 * MAINTAINERS (Write After Approval): Add myself.
3471 2013-10-30 Jason Merrill <jason@redhat.com>
3473 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3474 --disable-build-format-warnings.
3476 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
3478 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
3479 depend on libstdc++ and libgcc.
3480 * configure: Regenerate.
3481 * configure.ac: Added libcilkrts to target binaries. Also, restrict
3482 libcilkrts for POSIX and i*86, and x86_64 architectures.
3483 * Makefile.in: Added libcilkrts related fields to support building it.
3485 2013-10-26 Jeff Law <law@redhat.com>
3487 * Makefile.def (target_modules): Remove libmudflap
3488 (languages): Remove check-target-libmudflap).
3489 * Makefile.in: Rebuilt.
3490 * Makefile.tpl (check-target-libmudflap-c++): Remove.
3491 * configure.ac (target_libraries): Remove target-libmudflap.
3492 Remove checks which disabled libmudflap on some systems.
3493 * configure: Rebuilt.
3494 * libmudflap: Directory removed.
3496 2013-10-21 Cong Hou <congh@google.com>
3498 * MAINTAINERS (Write After Approval): Add myself.
3500 2013-10-16 Mike Stump <mikestump@comcast.net>
3502 * .dir-locals.el: Add.
3504 2013-10-15 David Malcolm <dmalcolm@redhat.com>
3506 * configure.ac: Add --enable-host-shared
3507 * configure: Regenerate.
3509 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3511 Import from savannah.gnu.org:
3512 * config.guess: Update to 2013-06-10 version.
3513 * config.sub: Update to 2013-10-01 version.
3515 2013-10-01 Simon Cook <simon.cook@embecosm.com>
3517 Changes to build configuration to allow big endian ARC ELF toolchain
3518 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3519 * configure: Regenerate.
3521 2013-09-20 Alan Modra <amodra@gmail.com>
3523 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3524 ppc host match. Support little-endian powerpc linux hosts.
3526 2013-09-19 Dodji Seketeli <dodji@redhat.com>
3528 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3531 2013-09-12 DJ Delorie <dj@redhat.com>
3533 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3536 2013-09-03 Richard Biener <rguenther@suse.de>
3538 * configure.ac: Also allow ISL 0.12.
3539 * configure: Regenerated.
3541 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
3543 * MAINTAINERS (Write After Approval): Add myself.
3545 2013-08-27 David Malcolm <dmalcolm@redhat.com>
3547 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3549 2013-08-26 Caroline Tice <cmtice@google.com>
3551 * MAINTAINERS: Correct earliers update: Move myself from libvtv
3552 "Various Reviewers" to libvtv "Various Maintainers".
3554 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
3556 * MAINTAINERS: Add myself as RTL optimizers reviewer.
3558 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
3560 * MAINTAINERS: Update name, email.
3562 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
3564 * MAINTAINERS (Write After Approval): Add myself.
3566 2013-08-12 Caroline Tice <cmtice@google.com>
3568 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3569 address in the Write After Approval section.
3571 2013-08-09 Carlos O'Donell <carlos@redhat.com>
3573 * MAINTAINERS (Write After Approval): Update email.
3575 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
3577 * configure.ac: Adjust to check VTV_SUPPORTED.
3578 * configure: Regenerated.
3580 2013-08-02 Caroline Tice <cmtice@google.com>
3582 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3583 on non-linux systems; add target-libvtv to noconfigdirs; add
3584 libsupc++/.libs to C++ library search paths.
3585 * configure: Regenerated.
3586 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3587 libstdc++ and libgcc.
3588 * Makefile.in: Regenerated.
3590 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
3592 * MAINTAINERS (Write After Approval): Add myself.
3594 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
3595 Shiva Chen <shiva0217@gmail.com>
3597 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3598 nds32 port maintainers.
3600 2013-07-17 Tim Shen <timshen91@gmail.com>
3602 * MAINTAINERS (Write After Approval): Add myself.
3604 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3606 * configure.ac: Sync from binutils.
3607 * configure: Regenerate.
3609 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
3611 * MAINTAINERS (Write After Approval): Add myself.
3613 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
3615 * MAINTAINERS (Write After Approval): Add myself.
3617 2013-05-17 David Malcolm <dmalcolm@redhat.com>
3619 * MAINTAINERS (Write After Approval): Add myself.
3621 2013-04-30 Brooks Moses <bmoses@google.com>
3623 * MAINTAINERS: Update my email; move myself from Fortran
3624 reviewer to Write After Approval.
3626 2013-04-16 Andreas Schwab <schwab@suse.de>
3628 * configure.ac (aarch64-*-*): Don't disable java.
3629 * configure: Regenerate.
3631 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
3633 * MAINTAINERS (Write After Approval): Add myself.
3635 2013-03-30 Matthias Klose <doko@ubuntu.com>
3637 * Makefile.def (target_modules): Don't install libffi.
3638 * Makefile.in: Regenerate.
3640 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
3642 * MAINTAINERS (Write After Approval): Add myself.
3644 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
3646 * MAINTAINERS (Write After Approval): Add myself.
3648 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
3650 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3651 * configure: Regenerated.
3653 2013-02-05 Ian Lance Taylor <iant@google.com>
3656 * configure.ac: Disable libgo on some systems where it does not
3659 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
3661 * MAINTAINERS: Explicitly add myself as AIX maintainer.
3662 Remove Geoff Keating as rs6000 port maintainer, at his request.
3664 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
3666 * MAINTAINERS: Update my email.
3668 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
3670 * configure: Re-generate.
3672 2013-01-15 Richard Biener <rguenther@suse.de>
3675 * configure: Re-generate.
3677 2013-01-14 Matthias Klose <doko@ubuntu.com>
3679 * Makefile.def (install-target-libsanitizer): Depend on
3680 install-target-libstdc++-v3.
3681 * Makefile.in: Regenerate.
3683 2013-01-14 Richard Biener <rguenther@suse.de>
3685 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3686 * configure: Re-generate
3688 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3690 * config.sub: Update from config repo.
3692 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
3694 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3695 * Makefile.in: Regenerate.
3697 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3699 * MAINTAINERS (arc): Add new port maintainership for myself.
3701 2013-01-09 Jason Merrill <jason@redhat.com>
3703 * .gitignore: Import from gdb repository.
3705 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
3707 * Makefile.def (configure-gcc): Depend on all-gmp.
3708 (all-gcc): Remove dependency on all-gmp.
3709 * Makefile.in: Regenerated.
3711 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3713 * config.sub: Merge from config repo.
3714 * config.guess: Ditto.
3716 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3718 * Makefile.def: Merge from binutils.
3719 * Makefile.in: Ditto.
3721 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3723 * MAINTAINERS: Update my email.
3725 2012-12-29 Ben Elliston <bje@gnu.org>
3727 * config.guess: Update to 2012-12-29 version.
3728 * config.sub: Likewise.
3730 2012-12-20 Matthias Klose <doko@ubuntu.com>
3732 * Makefile.def (install-target-libgfortran): Depend on
3733 install-target-libquadmath, install-target-libgcc.
3734 (install-target-libsanitizer): Depend on install-target-libgcc.
3735 (install-target-libjava): Depend on install-target-libgcc.
3736 (install-target-libitm): Depend on install-target-libgcc.
3737 (install-target-libobjc): Depend on install-target-libgcc.
3738 (install-target-libstdc++-v3): Depend on install-target-libgcc.
3739 * Makefile.in: Regenerate.
3741 2012-12-19 Matthias Klose <doko@ubuntu.com>
3743 * Makefile.def (install-target-libgo): Depend on
3744 install-target-libatomic.
3745 * Makefile.in: Regenerate.
3747 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
3750 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3751 * Makefile.in: Regenerate.
3753 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
3755 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3756 * configure: Regenerate.
3758 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3760 * config.sub: Merge from config repo.
3762 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
3764 * Makefile.def (target_modules): Add bootstrap=true and
3765 raw_cxx=true to libsanitizer.
3766 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3767 * Makefile.in: Regenerated.
3768 * configure: Likewise.
3770 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
3772 * MAINTAINERS: Remove self as RTL optimization maintainer.
3774 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3776 * MAINTAINERS (Write After Approval): Add myself.
3778 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3780 * Makefile.def (target_modules): Remove bootstrap=true and
3781 raw_cxx=true from libsanitizer.
3782 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3783 * Makefile.in: Regenerated.
3784 * configure: Likewise.
3786 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3788 * Makefile.def (target_modules): Add bootstrap=true and
3789 raw_cxx=true to libsanitizer.
3790 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3791 * Makefile.in: Regenerated.
3792 * configure: Likewise.
3794 2012-11-28 Andrew Pinski <apinski@cavium.com>
3797 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3798 * configure: Regenerate.
3799 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3800 * Makefile.in: Regenerate.
3802 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3804 * configure.ac: Disable libsanitizer if we're not building C++.
3805 * configure: Regenerate.
3807 2012-11-15 Roland McGrath <roland@hack.frob.com>
3809 * MAINTAINERS (Write After Approval): Add myself.
3811 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
3813 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3814 Kostya Serebryany (kcc@google.com) and
3815 Jakub Jelinek (jakub@redhat.com).
3816 Rename area for Dodji Seketeli (dodji@redhat.com).
3818 2012-11-15 Dodji Seketeli <dodji@redhat.com>
3820 * MAINTAINERS: (asan.c, related): Add myself.
3822 2012-11-14 Roland McGrath <mcgrathr@google.com>
3824 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3825 * configure: Regenerate.
3827 2012-11-13 Richard Henderson <rth@redhat.com>
3829 * configure.ac: Move libsanitizer logic to subdirectory.
3830 * configure: Regenerate.
3832 2012-11-13 Dodji Seketeli <dodji@redhat.com>
3834 * configure.ac: Enable libsanitizer just on x86 linux for now.
3835 * configure: Re-generate.
3837 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
3839 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3841 * configure: Regenerate.
3843 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
3845 * configure.ac: Add section for configdirs for libsanitizer.
3846 Disable for cris-*-* and mmix-*-*.
3847 * configure: Regenerate.
3849 2012-11-12 Wei Mi <wmi@google.com>
3851 * configure.ac: Add libsanitizer to target_libraries.
3852 * Makefile.def: Ditto.
3853 * configure: Regenerate.
3854 * Makefile.in: Regenerate.
3855 * libsanitizer: New directory for asan runtime. Contains an empty
3858 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
3860 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3861 against Mingw64 w32api.
3862 * configure: Regenerate.
3864 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3866 * configure: Regenerated.
3868 2012-11-03 Robert Mason <rbmj@verizon.net>
3870 * configure.ac: add --disable-libstdcxx configure option
3871 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3873 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3875 * MAINTAINERS (Write After Approval): Add myself.
3877 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3879 * MAINTAINERS (Write After Approval): Add myself.
3881 2012-10-24 Sharad Singhai <singhai@google.com>
3883 * MAINTAINERS (Write After Approval): Add myself.
3885 2012-10-24 Eric Christopher <echristo@gmail.com>
3887 * MAINTAINERS: Update email address.
3889 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3892 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3893 * configure: Regenerate.
3895 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
3897 * MAINTAINERS (aarch64): Add Marcus and myself.
3899 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3902 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3903 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3904 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3905 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3906 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3907 * Makefile.in: Regenerate.
3908 * configure.ac (have_static_libs): New variable and associated check.
3909 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3910 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3911 * configure: Regenerate.
3913 2012-10-10 Richard Biener <rguenther@suse.de>
3915 * MAINTAINERS: Adjust for changed surname.
3917 2012-10-04 Lawrence Crowl <crowl@google.com>
3919 * MAINTAINERS (Write After Approval): Add myself.
3921 2012-10-01 Cary Coutant <ccoutant@google.com>
3923 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3925 2012-09-28 Ian Lance Taylor <iant@google.com>
3927 * Makefile.def: Make all-target-libgo depend on
3928 all-target-libbacktrace.
3929 * Makefile.in: Rebuild.
3931 2012-09-26 Ian Lance Taylor <iant@google.com>
3933 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3934 * Makefile.in: Rebuild.
3936 2012-09-20 Walter Lee <walt@tilera.com>
3938 * configure.ac: Add tilegx to list of targets that support gold.
3939 * configure: Regenerate.
3941 2012-09-20 Marek Polacek <polacek@redhat.com>
3943 * MAINTAINERS (Write After Approval): Add myself.
3945 2012-09-19 Steve Ellcey <sellcey@mips.com>
3947 * configure.ac: Add mips*-mti-elf* target.
3948 * configure: Regenerate.
3950 2012-09-17 Ian Lance Taylor <iant@google.com>
3952 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3953 * configure.ac (host_libs): Add libbacktrace.
3954 (target_libraries): Add libbacktrace.
3955 * Makefile.def (host_modules): Add libbacktrace.
3956 (target_modules): Likewise.
3957 * configure, Makefile.in: Rebuild.
3959 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
3962 Merge upstream change.
3963 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3965 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3966 Add libgomp*.o to compare_exclusions for AIX.
3967 * configure: Regenerate.
3969 2012-09-06 Diego Novillo <dnovillo@google.com>
3971 * configure.ac: Bump minimum GMP version to 4.2.3.
3972 * configure: Re-generate.
3974 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
3977 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3978 target-libgloss if not configured --with-avrlibc=no.
3979 * configure: Regenerate.
3981 2012-09-04 Jason Merrill <jason@redhat.com>
3983 * configure.ac: Fix --enable-languages=all.
3985 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
3987 * MAINTAINERS (Write After Approval): Add myself.
3989 2012-09-03 Richard Guenther <rguenther@suse.de>
3992 * configure.ac: Re-organize ISL / CLOOG checks to allow
3993 disabling with either --without-isl or --without-cloog.
3994 * configure: Regenerated.
3996 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
3998 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3999 * configure: Regenerate.
4001 2012-08-27 Ulrich Drepper <drepper@gmail.com>
4003 * MAINTAINERS: Fix my email address.
4005 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4008 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4010 * Makefile.in: Regenerated.
4012 2012-08-26 Art Haas <ahaas@impactweather.com>
4014 * configure: Regenerate.
4016 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4018 * INSTALL/README: Also refer to the online installation
4021 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4023 * MAINTAINERS (Write After Approval): Add myself.
4024 (Picochip port): Remove myself.
4026 2012-08-14 Diego Novillo <dnovillo@google.com>
4028 Merge from cxx-conversion branch.
4030 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4031 POSTSTAGE1_CONFIGURE_FLAGS.
4032 * Makefile.in: Regenerate.
4033 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4034 Force C++ when bootstrapping.
4035 * configure: Regenerate.
4037 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4039 * MAINTAINERS (Write After Approval): Add myself.
4041 2012-07-16 Joseph Myers <joseph@codesourcery.com>
4043 * README: Document use of ranges of years in copyright notices.
4045 2012-07-06 Richard Guenther <rguenther@suse.de>
4047 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4048 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4050 * Makefile.in: Regenerated.
4051 * configure: Likewise.
4053 2012-07-06 Richard Guenther <rguenther@suse.de>
4055 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4056 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4057 supply V=1 as extra_make_flags.
4058 * configure: Regenerated.
4059 * Makefile.in: Likewise.
4061 2012-07-04 Tristan Gingold <gingold@adacore.com>
4063 * configure: Regenerate.
4065 2012-07-03 Richard Guenther <rguenther@suse.de>
4067 * Makfile.def (isl): Remove not necessary extra_exports and
4069 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4070 * Makefile.in: Regenerated.
4072 2012-07-03 Richard Guenther <rguenther@suse.de>
4074 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4075 * configure.ac: If either the ISL or the CLooG check failed
4076 do not try to build in-tree versions.
4077 * Makefile.in: Regenerated.
4078 * configure: Regenerated.
4080 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4082 * configure: Regenerate.
4084 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
4086 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4089 2012-07-02 Richard Guenther <rguenther@suse.de>
4091 * configure: Regenerated.
4093 2012-07-02 Richard Guenther <rguenther@suse.de>
4094 Michael Matz <matz@suse.de>
4095 Tobias Grosser <tobias@grosser.es>
4096 Sebastian Pop <sebpop@gmail.com>
4098 * Makefile.def: Add ISL host module, remove PPL host module.
4099 Adjust ClooG host module to use the proper ISL.
4100 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4101 * configure.ac: Include config/isl.m4. Add ISL host library,
4102 remove PPL. Remove PPL configury, add ISL configury, adjust
4104 * Makefile.in: Regenerated.
4105 * configure: Likewise.
4107 2012-07-02 Richard Guenther <rguenther@suse.de>
4109 Merge from graphite branch
4110 2011-07-21 Tobias Grosser <tobias@grosser.es>
4112 * configure: Regenerated.
4113 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4114 both cloog.org and legacy versions. The only supported version will
4115 be CLooG with the isl backend.
4117 2011-07-21 Tobias Grosser <tobias@grosser.es>
4119 * configure: Regenerated.
4120 * configure.ac: Require cloog isl 0.17.0
4122 2011-07-21 Tobias Grosser <tobias@grosser.es>
4124 * configure: Regenerated.
4125 * config/cloog.m4: Do not define CLOOG_ORG
4127 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4129 * configure.ac: Skip C if explicitly selected.
4130 * configure: Regenerate.
4132 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
4134 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4136 * configure: Regenerate.
4138 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4141 * df.h, df-problems.c, dce.c: Revert last patch.
4143 2012-06-25 Iain Sandoe <iain@codesourcery.com>
4145 * MAINTAINERS (Write After Approval): Update my email address.
4147 2012-06-21 Meador Inge <meadori@codesourcery.com>
4149 * MAINTAINERS (Write After Approval): Add myself.
4151 2012-06-20 Jason Merrill <jason@redhat.com>
4153 * Makefile.tpl (check-target-libgomp-c++): New.
4154 (check-target-libitm-c++): New.
4155 * Makefile.def (c++): Add them.
4156 * Makefile.in: Regenerate.
4158 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
4160 * MAINTAINERS (Write After Approval): Add myself.
4162 2012-05-16 Olivier Hainque <hainque@adacore.com>
4164 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4165 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4166 (install-no-fixedincludes): Adjust accordingly.
4167 * Makefile.in: Regenerate.
4169 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4171 Merge upstream change
4172 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4174 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
4176 * MAINTAINERS (Write After Approval): Add myself.
4178 2012-05-09 Nick Clifton <nickc@redhat.com>
4179 Paul Smith <psmith@gnu.org>
4182 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4183 allow for the fact that from release v3.1.0 of MPFR the source
4184 files were moved into a src sub-directory.
4185 * configure: Regenerate.
4187 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4189 * configure.ac: Bump minimum MPFR version to 2.4.0.
4190 * configure: Regenerated.
4192 2012-05-01 Richard Henderson <rth@redhat.com>
4194 * Makefile.def (libatomic): New target_module.
4195 * configure.ac (target_libraries): Add libatomic.
4196 (noconfigdirs): Check if libatomic is supported.
4197 * Makefile.in, configure: Rebuild.
4199 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4201 * MAINTAINERS (Write After Approval): Add myself.
4203 2012-04-25 Joel Brobecker <brobecker@adacore.com>
4205 * config.sub: Update to 2012-04-18 version from official repo.
4207 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4209 * MAINTAINERS (Write After Approval): Add myself.
4211 2012-04-11 Steve Ellcey <sellcey@mips.com>
4213 * MAINTAINERS: Changed email address.
4215 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
4218 * contrib/gcc_update (files_and_dependencies):
4219 Remove gcc/config/avr/t-multilib from touch data.
4221 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4223 * MAINTAINERS (OS Port Maintainers): Remove irix.
4224 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4225 (unsupported_languages): Remove mips-sgi-irix6.*.
4226 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4227 (with_stabs): Remove.
4228 * configure: Regenerate.
4230 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4232 * MAINTAINERS (OS Port Maintainers): Remove osf.
4233 * configure.ac (enable_libgomp): Remove *-*-osf*.
4234 (with_stabs): Remove alpha*-*-osf*.
4235 * configure: Regenerate.
4237 2012-03-05 Tristan Gingold <gingold@adacore.com>
4239 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4240 * configure: Regenerate.
4242 2012-02-17 Walter Lee <walt@tilera.com>
4244 * MAINTAINERS: (Write After Approval): Delete myself.
4246 2012-02-14 Walter Lee <walt@tilera.com>
4248 * MAINTAINERS (tilegx port): Add myself.
4249 (tilepro port): Add myself.
4250 (Write After Approval): Add myself.
4252 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4254 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4255 and Joseph Myers as docstring relicensing maintainers.
4257 2012-02-09 Bin Cheng <bin.cheng@arm.com>
4259 * MAINTAINERS (write-after-approval): Add myself.
4261 2012-02-08 Ira Rosen <irar@il.ibm.com>
4263 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4266 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4268 * MAINTAINERS (Write After Approval): Move myself to
4269 maintain alphabetical order.
4271 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4273 * MAINTAINERS (Write After Approval): Add myself.
4275 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4277 * MAINTAINERS (Write After Approval): Add myself.
4279 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4280 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4282 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4283 * configure: Regenerate.
4285 2012-01-23 Harshit Chopra <harshit@google.com>
4287 * MAINTAINERS (Write After Approval): Add myself.
4289 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
4291 * configure.ac: Remove reference to mh-interix.
4292 * configure: Regenerate.
4294 2012-01-05 Richard Henderson <rth@redhat.com>
4297 * configure.ac: Disable libitm if c++ is not enabled.
4298 * configure: Rebuild.
4300 * configure.ac: Fix regexp for same.
4301 * configure: Rebuild.
4303 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4305 * MAINTAINERS (Write After Approval): Add myself.
4307 2012-01-02 Richard Guenther <rguenther@suse.de>
4310 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4311 * Makefile.in: Regenerate.
4313 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4315 * MAINTAINERS (Write After Approval): Add myself.
4317 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4319 * configure: Regenerate.
4321 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4323 * MAINTAINERS (picochip): Changed email address.
4325 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4327 * MAINTAINERS (write-after-approval): Add self.
4329 2011-11-29 DJ Delorie <dj@redhat.com>
4331 * configure.ac (rl78-*-*) New case.
4332 * configure: Regenerate.
4333 * MAINTAINERS: Add myself as RL78 maintainer.
4335 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4337 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4339 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
4341 * libtool.m4: Additional FreeBSD 10 fixes.
4343 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4345 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4346 Maintainers section, as Epiphany maintainer.
4348 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4351 * configure.ac: Remove ranlib special-casing for Darwin.
4352 * configure: Regenerate.
4354 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
4356 * MAINTAINERS (Reviewers): Keep the list sorted.
4358 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
4360 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4362 2011-11-09 Roland McGrath <mcgrathr@google.com>
4364 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4365 * configure: Rebuild.
4366 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4367 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4368 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4369 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4370 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4372 * Makefile.in: Rebuild.
4374 2011-11-09 Jason Merrill <jason@redhat.com>
4376 * Makefile.def (language=c++): Remove check-c++0x.
4377 * Makefile.in (check-gcc-c++): Regenerate.
4379 2011-11-08 Richard Henderson <rth@redhat.com>
4381 * configure.ac: Test for libitm directory present first.
4383 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4385 * configure.ac: Test libitm/configure.tgt to disable libitm.
4386 * configure: Rebuild.
4388 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
4389 Richard Henderson <rth@redhat.com>
4391 Merged from transactional-memory.
4393 * Makefile.def (lang_env_dependencies): libitm is c++.
4394 Add libitm target module.
4395 * configure.ac: Likewise.
4396 * config/mmap.m4: New file.
4397 * contrib/gcc_update: Add libitm to touch data.
4398 * Makefile.in, configure: Rebuild.
4400 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4402 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4403 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4404 * Makefile.in: Regenerate.
4406 2011-11-01 DJ Delorie <dj@redhat.com>
4408 * config.sub: Update to version 2011-10-29 (added rl78)
4410 2011-10-27 Nick Clifton <nickc@redhat.com>
4412 * config.sub: Import these changes from the config project:
4414 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4415 Ben Elliston <bje@gnu.org>
4417 * config.sub (epiphany): New.
4419 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4420 Ben Elliston <bje@gnu.org>
4422 * config.sub (hexagon, hexagon-*): New.
4424 2011-08-23 Roland McGrath <mcgrathr@google.com>
4426 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4429 2011-08-16 Roland McGrath <mcgrathr@google.com>
4431 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4432 (nacl): Grok as alias for 32el-unknown-nacl.
4434 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4436 * MAINTAINERS (Write After Approval): Add myself.
4438 2011-10-24 Teresa Johnson <tejohnson@google.com>
4440 * MAINTAINERS (Write After Approval): Add myself.
4442 2011-09-21 Jakub Jelinek <jakub@redhat.com>
4444 * MAINTAINERS (sparc port): Remove myself.
4446 2011-09-14 Tom de Vries <tom@codesourcery.com>
4448 * MAINTAINERS (Write After Approval): Add myself.
4450 2011-08-14 Yao Qi <yao@codesourcery.com>
4452 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4453 * configure: Regenerate.
4455 2011-07-26 Ian Lance Taylor <iant@google.com>
4457 * configure.ac: Set have_compiler based on whether gcc directory
4458 exists, rather than on whether gcc is in configdirs.
4459 * configure: Rebuild.
4461 2011-07-21 Joseph Myers <joseph@codesourcery.com>
4463 * MAINTAINERS (Global Reviewers): Add self.
4465 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
4467 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4469 * Makefile.in: Rebuild.
4471 2011-07-20 Ian Lance Taylor <iant@google.com>
4474 * configure.ac: Move --enable-bootstrap handling earlier in file.
4475 If --enable-bootstrap and either --enable-build-with-cxx or
4476 --enable-build-poststage1-with-cxx, enable C++ automatically.
4477 * configure: Rebuild.
4479 2011-07-19 Ian Lance Taylor <iant@google.com>
4481 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
4482 make C++ a boot_language. Set and substitute
4483 POSTSTAGE1_CONFIGURE_FLAGS.
4484 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4485 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4486 * configure, Makefile.in: Rebuild.
4488 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
4490 * MAINTAINERS (Register Allocation): Move myself from reviewers to
4493 2011-07-18 Jakub Jelinek <jakub@redhat.com>
4495 * MAINTAINERS (Global Reviewers): Add myself.
4497 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4499 * configure: Regenerate.
4501 2011-07-16 Jason Merrill <jason@redhat.com>
4503 * Makefile.def (language=c++): Add check-c++0x and
4504 check-target-libmudflap-c++.
4505 * Makefile.tpl (check-target-libmudflap-c++): New.
4506 * Makefile.in: Regenerate.
4508 2011-07-16 Matthias Klose <doko@ubuntu.com>
4510 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4511 * Makefile.def (target_modules/libjava): Pass
4512 $(EXTRA_CONFIGARGS_LIBJAVA).
4513 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4514 if not configured with --enable-static-libjava.
4515 * Makefile.in: Regenerate.
4516 * configure: Likewise.
4518 2011-07-15 Jason Merrill <jason@redhat.com>
4520 * Makefile.in (check-c++): Move check-gcc-c++0x after
4521 check-target-libstdc++-v3.
4523 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
4525 * MAINTAINERS (c6x port): New entry.
4527 2011-07-13 Jason Merrill <jason@redhat.com>
4529 * Makefile.in (check-gcc-c++0x): New.
4530 (check-c++): Depend on it.
4532 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4535 * configure.ac (i[3456789]86-*-solaris2*): Also accept
4536 x86_64-*-solaris2.1[0-9]*.
4537 * configure: Regenerate.
4539 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
4541 * MAINTAINERS (RTL optimizers): Add self.
4543 2011-06-27 Gabriel Charette <gchare@google.com>
4545 * MAINTAINERS (Write After Approval): Add myself.
4547 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
4554 * configure.ac (target_libraries): Remove target-libiberty.
4555 Remove case-statement setting skipdirs=target-libiberty for
4556 multiple targets. Remove checking target_configdirs and
4557 removing target-libiberty but keeping target-libgcc if
4559 * Makefile.def (target_modules): Don't add libiberty.
4560 (dependencies): Remove all traces of target-libiberty.
4561 * configure, Makefile.in: Regenerate.
4563 2011-06-13 Walter Lee <walt@tilera.com>
4565 * configure.ac (tilepro-*-*) New case.
4566 (tilegx-*-*): Likewise.
4567 * configure: Regenerate.
4569 2011-06-06 Jing Yu <jingyu@google.com>
4571 * configure.ac: Skip target-libiberty for
4572 arm*-*-linux-androideabi.
4573 * configure: Regenerated.
4575 2011-06-06 Nick Clifton <nickc@redhat.com>
4577 * config.sub: Sync from upstream.
4579 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
4581 * MAINTAINERS (Write After Approval): Add myself.
4583 2011-06-01 Daniel Jacobowitz <drow@false.org>
4585 * MAINTAINERS: Update my email address.
4587 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
4589 * MAINTAINERS (Write After Approval): Update my email address.
4591 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
4593 * MAINTAINERS (Write After Approval): Add myself.
4595 2011-05-08 Doug Kwan <dougkwan@google.com>
4597 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4598 * configure: Regenerated.
4599 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4600 value from configure.
4601 * Makefile.in: Regenerated.
4603 2011-05-05 Joseph Myers <joseph@codesourcery.com>
4605 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4606 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4607 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4608 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4609 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4610 *-*-vxworks*): Disable newlib and libgloss in separate case
4612 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4613 to separate case statement.
4614 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4615 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4616 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4617 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4618 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4619 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4620 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4621 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4622 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4623 i[[3456789]]86-*-rdos*, m32r-*-*,
4624 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4625 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4626 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4627 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4628 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4629 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4630 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4631 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4632 and libgloss in main case over targets. Remove most empty cases
4633 in main case over targets.
4634 * configure: Regenerate.
4636 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
4638 * MAINTAINERS (Write After Approval): Add myself.
4640 2011-05-04 Joseph Myers <joseph@codesourcery.com>
4642 * configure.ac: Remove code setting special library locations for
4643 hppa*64*-*-hpux11*. Remove code setting compiler for
4644 sparc-sun-solaris2*.
4645 * configure: Regenerate.
4647 2011-05-04 Joseph Myers <joseph@codesourcery.com>
4649 * configure.ac: Separate libgloss_dir settings from general case
4651 * configure: Regenerate.
4653 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4655 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4656 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4657 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4658 cases in libgcj-disabling case statement.
4659 (hppa*64*-*-linux*): Set unsupported_languages instead of
4660 disabling target-zlib.
4661 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4662 to hppa*64*-*-hpux*.
4663 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4665 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4666 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4667 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4668 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4669 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4670 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4671 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4672 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4673 libgcj-disabling case statement.
4674 * configure: Regenerate.
4676 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4678 * configure.ac: Disable Java for targets not supporting libffi.
4679 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4680 Remove cases in Java-disabling statement.
4681 (*arm-wince-pe): Change to arm-wince-pe.
4682 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4683 cases in Java-disabling statement.
4684 (bfin-*-*): Don't disable Java again.
4685 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4686 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4687 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4688 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4689 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4690 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4691 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4692 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4693 Java-disabling statement.
4694 (mmix-*-*): Don't disable Java again.
4695 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4696 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4697 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4698 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4699 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4701 * configure: Regenerate.
4703 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4705 * configure.ac: Separate cases disabling Java and Java libraries
4706 from general case over targets.
4707 * configure: Regenerate.
4709 2011-04-21 Jie Zhang <jzhang918@gmail.com>
4711 * MAINTAINERS: Update my email address.
4713 2011-04-20 Easwaran Raman <eraman@google.com>
4715 * MAINTAINERS (Write After Approval): Add myself.
4717 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
4720 * configure.ac: Re-enable LTO on *-apple-darwin9*.
4721 * configure: Regenerate.
4723 2011-04-16 Jim Meyering <meyering@redhat.com>
4725 * MAINTAINERS (Write After Approval): Add myself.
4727 2011-04-15 Dodji Seketeli <dodji@redhat.com>
4729 * MAINTAINERS: Update my email address.
4731 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
4733 * MAINTAINERS (Write After Approval): Add myself.
4735 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
4737 * MAINTAINERS (Write After Approval): Add myself.
4739 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
4741 * MAINTAINERS (Write After Approval): Add myself.
4743 2011-04-06 Joseph Myers <joseph@codesourcery.com>
4745 * configure.ac (build_tools): Remove build-byacc.
4746 (host_libs): Remove mmalloc.
4747 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4748 autoconf automake libtool diff rcs fileutils shellutils time
4749 textutils wdiff find uudecode hello tar gzip indent recode release
4750 sed perl gawk findutils gettext zip.
4751 (libgcj): Remove target-qthreads.
4752 (target_tools): Remove target-examples target-gperf.
4753 (YACC): Don't handle building byacc.
4754 * configure: Regenerate.
4755 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4756 dosutils, examples, fileutils, find, findutils, gawk, gettext,
4757 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4758 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4759 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4760 handle building components.
4761 * Makefile.in: Regenerate.
4763 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
4765 * MAINTAINERS: Update my email address as Xtensa maintainer.
4767 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4769 * config.sub: Sync from upstream.
4771 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4773 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4774 (microblaze*): Don't disable libssp.
4775 * configure: Regenerate.
4777 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4779 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4781 * configure: Regenerate.
4782 * Makefile.tpl: Use @SHELL@ not @config_shell@.
4783 * Makefile.in: Regenerate.
4785 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4787 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4788 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4789 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4790 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4791 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4792 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4793 md_exec_prefix cases.
4794 * configure: Regenerate.
4796 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4798 * configure.ac: Separate cases disabling target-libssp,
4799 target-libiberty, target-libstdc++-v3 and Fortran from general
4801 * configure: Regenerate.
4803 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4805 * configure.ac (*-*-chorusos): Don't disable libgcj.
4806 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4808 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4809 (arm-*-coff): Don't disable libgcj.
4810 (arm*-*-linux-gnueabi): Remove useless assignment.
4811 (arm-*-riscix*): Don't disable libgcj.
4812 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4814 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4815 (c54x*-*-*): Remove case.
4816 (tic54x-*-*): Don't disable GCC or GCC libraries.
4817 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
4819 (d10v-*-*): Don't disable GCC libraries.
4820 (d30v-*-*): Don't disable libgcj.
4821 (h8500-*-*): Don't disable GCC libraries.
4822 (i960-*-*): Don't disable libgcj.
4823 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4824 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4825 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4827 (m68k-*-coff*): Remove case.
4828 (mmix-*-*): Don't disable libgloss on host.
4829 (mn10200-*-*, mn10300-*-*): Remove cases.
4830 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4831 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4832 Don't disable libgcj.
4833 (romp-*-*): Remove case.
4834 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4835 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4837 (v810-*-*): Don't disable GCC libraries.
4838 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4839 (ip2k-*-*): Don't disable GCC libraries.
4840 * configure: Regenerate.
4842 2011-03-28 Joseph Myers <joseph@codesourcery.com>
4844 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4846 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4848 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4849 * configure: Regenerate.
4851 2011-03-26 John Marino <binutils@marino.st>
4853 * configure.ac: Add support for *-*-dragonfly*
4854 * configure: Regenerate.
4856 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4858 * configure.ac (native_only): Remove.
4859 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4860 send-pr uudecode guile gnuserv on host.
4861 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4862 send-pr rcs guile perl texinfo libtool on host.
4863 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4864 automake send-pr rcs guile perl texinfo libtool on host.
4865 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4866 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4867 (alpha*-dec-osf*): Don't disable fileutils on target.
4868 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4869 texinfo send-pr expect dejagnu on target.
4870 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4871 target-qthreads on target.
4872 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4873 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4874 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4875 x86_64-*-mingw*): Don't disable expect on target.
4876 (*-*-cygwin*): Don't disable target-gperf on target.
4877 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4879 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4881 * configure: Regenerate.
4883 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4885 * configure.ac (target_tools): Remove target-groff.
4886 (native_only): Remove target-groff.
4887 (hppa*64*-*-*): Don't disable byacc.
4888 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4890 (*-*-kaos*): Don't skip target-librx and target-groff.
4891 (*-*-netware*): Don't skip target-libmudflap.
4892 (*-*-tpf*): Don't skip target-libmudflap.
4893 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4894 directories on the host.
4895 (ia64*-*-*vms*): Don't skip tix.
4896 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4898 * configure: Regenerate.
4900 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4902 * configure.ac: Remove references to mt-mep, mt-netware,
4904 * Makefile.def: Add all-utils soft dependencies.
4905 * Makefile.tpl: Remove GDB_NLM_DEPS.
4906 * configure: Regenerate.
4907 * Makefile.in: Regenerate.
4909 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4911 * configure.ac: Do not include mh-x86omitfp.
4912 * configure: Regenerate.
4914 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4916 * configure.ac: Remove empty cases.
4917 * configure: Regenerate.
4919 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4921 * Makefile.def: Add dependency from termcap to gdb.
4922 * Makefile.in: Regenerate.
4924 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4926 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4927 * configure: Regenerate.
4928 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4929 * Makefile.tpl: Likewise.
4930 * Makefile.in: Regenerate.
4932 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4934 * configure.ac: Remove all mentions of tentative_cc.
4935 * configure: Regenerate.
4937 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4939 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4940 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4941 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4942 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4943 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4944 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4945 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4946 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4947 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4948 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4949 *-*-rhapsody*): Remove host cases.
4950 * configure: Regenerate.
4952 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4954 * configure.ac (ppc*-*-pe): Remove host case.
4955 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4956 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4957 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4959 * configure: Regenerate.
4961 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4963 * config.sub: Update to version 2011-03-23.
4965 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4967 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4968 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4969 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4970 * configure: Regenerate.
4972 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4974 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4975 to Write After Approval.
4976 * config-ml.in: Don't handle arc-*-elf*.
4977 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4978 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4979 handle GCC libraries.
4980 * configure: Regenerate.
4982 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4985 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4986 Add -lstdc++ -lm to LIBS.
4987 * configure: Regenerate.
4989 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
4991 * config.guess: Update to version 2011-02-02
4992 * config.sub: Update to version 2011-02-24
4994 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4997 * configure.ac: Re-enable LTO on *-apple-darwin9.
4998 * configure: Regenerate.
5000 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5003 * configure.ac: Disable LTO on darwin due to an assembler change in
5004 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5006 * configure: Regenerate.
5008 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5010 * MAINTAINERS: Update myself as score backend maintainer,
5011 update my e-mail address.
5013 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
5015 * MAINTAINERS: Update my e-mail address.
5017 2011-03-06 Joey Ye <joey.ye@arm.com>
5019 * MAINTAINERS: Update my e-mail address.
5021 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5023 * configure.ac: Adjust test of with_ppl.
5024 * configure: Regenerated.
5026 2011-03-02 Kai Tietz <ktietz@redhat.com>
5028 * MAINTAINERS: Adjust my e-mail address.
5030 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5032 * configure.ac: Add -lpwl to ppllibs.
5033 * configure: Regenerated.
5035 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5037 * config/cloog.m4: Add -lisl to clooglibs.
5038 * configure: Regenerated.
5040 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5042 * MAINTAINERS (CPU Port maintainers): Add self.
5044 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5046 * MAINTAINERS: Add myself as testsuite maintainer.
5048 2011-02-15 Mike Stump <mikestump@comcast.net>
5050 * MAINTAINERS: Add myself as testsuite maintainer.
5052 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5054 Import from Libtool and gnulib:
5056 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5058 Prepare for supporting FreeBSD 10.
5059 * config.rpath: Remove handling of freebsd1* which soon would
5062 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5064 Remove support for FreeBSD 1.x.
5065 * libtool.m4 (_LT_LINKER_SHLIBS)
5066 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5067 soon would incorrectly match FreeBSD 10.0.
5069 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5072 * move-if-change: Import version from gnulib.
5074 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
5077 * Makefile.def (lto-plugin): Double dash for enable-shared.
5078 (configure-gcc): Depend on all-lto-plugin.
5079 * Makefile.in: Rebuilt.
5081 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5083 * configure.ac: Remove extra bracket.
5084 * configure: Regenerate.
5086 2011-02-08 Tobias Burnus <burnus@net-b.de>
5088 * MAINTAINERS: Add myself as libquadmath maintainer.
5090 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
5092 * MAINTAINERS: Update my email address.
5094 2011-02-07 Joseph Myers <joseph@codesourcery.com>
5096 * MAINTAINERS (option handling): Add self.
5098 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
5101 * Makefile.def: Add dependency for install-gcc
5102 on install-lto-plugin.
5103 * Makfile.in: Regenerated
5105 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5107 * MAINTAINERS (CPU Port Maintainers): Add myself.
5109 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
5112 * configure.ac: Discard --with-* flags for host when configuring
5113 target libraries for cross build.
5114 * configure: Rebuilt.
5116 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5118 * MAINTAINERS (linear loop transforms): Removed.
5120 2011-01-25 Jakub Jelinek <jakub@redhat.com>
5122 * configure.ac: If with_ppl is no, move setting with_cloog=no
5123 after CLOOG_REQUESTED check.
5124 * configure: Regenerated.
5126 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5128 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5129 CLooG has been requested.
5130 * configure: Regenerated.
5132 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5134 * configure: Regenerated.
5135 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5137 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5139 * configure: Regenerated.
5140 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5142 2011-01-21 Andreas Schwab <schwab@redhat.com>
5144 * configure.ac: Use AS_HELP_STRING throughout.
5145 * configure: Regenerate.
5147 2011-01-18 Jie Zhang <jie.zhang@analog.com>
5149 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5150 * configure: Regenerate.
5152 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5154 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5156 2011-01-13 Joel Brobecker <brobecker@adacore.com>
5158 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5160 * configure: Regenerate.
5162 2011-01-07 Jan Hubicka <jh@suse.cz>
5165 * Makefile.in: Regenerate.
5166 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5169 2011-01-07 Jan Hubicka <jh@suse.cz>
5171 * Makefile.in: Regenerate.
5172 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5173 and configure dependency on lto-plugin configure.
5174 (lto-plugin module): Remove dependency on GCC; add dependency on
5177 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5179 * MAINTAINERS (Write After Approval): Add myself.
5181 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5183 * configure: Regenerate.
5185 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5187 * configure.ac: (picochip): Disable libiberty.
5189 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5191 * MAINTAINERS (Write After Approval): Add myself.
5193 2010-12-10 Ian Lance Taylor <iant@google.com>
5196 * configure.ac: For --disable-libgcj clear libgcj_saved.
5197 * configure: Rebuild.
5199 2010-12-10 Tobias Burnus <burnus@net-b.de>
5202 * configure.ac: Add --disable-libquadmath and
5203 --disable-libquadmath-support.
5204 * configure: Regenerate.
5206 2010-12-03 Ian Lance Taylor <iant@google.com>
5208 * MAINTAINERS: Add myself as libgo maintainer.
5210 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
5213 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5214 * configure: Regenerate.
5216 2010-12-02 Ian Lance Taylor <iant@google.com>
5218 * configure.ac: Always set default for poststage1_ldflags to
5219 -static-libstdc++ -static-libgcc.
5221 2010-11-29 Andreas Schwab <schwab@redhat.com>
5223 * configure.ac: Move comment to remove extra space in last argument
5226 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
5229 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5230 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5231 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5232 (BASE_FLAGS_TO_PASS): Use it.
5233 * configure: Rebuilt.
5234 * Makefile.in: Rebuilt.
5236 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5239 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5240 Properly check default linker.
5241 * configure: Regnerated.
5243 2010-11-23 Matthias Klose <doko@ubuntu.com>
5245 * configure.ac: For --enable-gold, handle value `default' instead of
5246 `both*'. New configure option --{en,dis}able-ld.
5247 * configure: Regenerate.
5249 2010-11-20 Ian Lance Taylor <iant@google.com>
5251 * configure.ac: Only disable a language library if no language needs
5252 it. Don't let --disable-libgcj uncondtionally disable libffi.
5253 * configure: Rebuild.
5255 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5257 * Makefile.in: Regenerate.
5260 * configure.ac: Fix just-built in-tree STRIP name to be
5262 * configure: Regenerate.
5263 * Makefile.def (install-strip-gcc, install-strip-binutils)
5264 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5265 (install-strip-sid): Mirror dependencies on non-strip variants
5266 of these targets on the respective -strip prerequisites.
5267 * Makefile.tpl (install-strip, install-strip-host)
5268 (install-strip-target): New targets.
5269 (install-strip-[+module+], install-strip-target-[+module+]):
5271 * Makefile.in: Regenerate.
5273 2010-11-19 Ian Lance Taylor <iant@google.com>
5274 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5276 * configure.ac: Add target-libgo to target_libraries. Set
5277 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5278 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5279 (HOST_EXPORTS): Add GOC.
5280 (BASE_TARGET_EXPORTS): Add GOC.
5281 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5282 (GOCFLAGS_FOR_TARGET): New variable.
5283 (EXTRA_HOST_FLAGS): Add GOC.
5284 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5285 * Makefile.def (target_modules): Add libgo.
5286 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5287 (dependencies): Add dependency from configure-target-libgo to
5288 configure-target-libffi and all-target-libstdc++-v3. Add
5289 dependencies from all-target-libgo to all-target-libffi.
5290 (languages): Add go.
5291 * configure: Rebuild.
5292 * Makefile.in: Rebuild.
5294 2010-11-19 Ian Lance Taylor <iant@google.com>
5296 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5297 compiler/flag environment variables.
5299 2010-11-18 Ian Lance Taylor <iant@google.com>
5301 * configure.ac: Check for lang_requires_boot_languages in
5302 config-lang.in files.
5303 * configure: Rebuild.
5305 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5306 Tobias Burnus <burnus@net-b.de>
5309 * Makefile.def: Add libquadmath; build it with language=fortran.
5310 * configure.ac: Add libquadmath.
5311 * Makefile.tpl: Handle multiple libs in check-[+language+].
5312 * Makefile.in: Regenerate.
5313 * configure: Regenerate.
5315 2010-11-16 Tom Tromey <tromey@redhat.com>
5317 * MAINTAINERS: Moved myself to reviewers section.
5319 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
5321 * MAINTAINERS: Moved myself to reviewers section.
5323 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5325 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5326 (Write After Approval): Remove self.
5328 2010-11-15 Andreas Schwab <schwab@redhat.com>
5330 * configure.ac: Fix spelling in option names.
5331 * configure: Regenerated.
5333 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
5336 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5337 * configure: Regenerated.
5339 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5341 * MAINTAINERS: Update my email address.
5343 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5345 * configure: Regenerate.
5347 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5349 * configure: Regenerate.
5351 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5353 * configure: Regenerate.
5355 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5357 * configure: Regenerate.
5359 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5361 * configure.ac: Support official CLooG.org versions.
5362 * configure: Regenerate.
5363 * config/cloog.m4: New.
5365 2010-11-10 François Dumont <francois.cppdevs@free.fr>
5367 * MAINTAINERS (Write After Approval): Add myself.
5369 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
5371 * MAINTAINERS: Update my email address.
5373 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5375 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5376 * configure: Regenerate.
5378 2010-11-03 Ian Lance Taylor <iant@google.com>
5379 Dave Korn <dave.korn.cygwin@gmail.com>
5382 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5383 and on other supported platforms whenever LTO is enabled.
5384 * configure: Rebuild.
5386 2010-11-02 Alan Modra <amodra@gmail.com>
5389 * configure.ac: Error when source path contains spaces.
5390 * configure: Regenerate.
5392 2010-10-23 James E. Wilson <wilson@codesourcery.com>
5394 * MAINTAINERS: Update my email address.
5396 2010-10-20 Ian Lance Taylor <iant@google.com>
5398 * Makefile.def (target_modules): Set lib_path to src/.libs for
5399 libstdc++-v3 module.
5400 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5401 * Makefile.in: Rebuild.
5403 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5405 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5406 (Write After Approval): Remove myself.
5408 2010-10-15 Tristan Gingold <gingold@adacore.com>
5410 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5412 2010-10-14 Douglas Rupp <rupp@gnat.com>
5414 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5416 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5418 * configure.ac (build_lto_plugin): New shell variable.
5419 (--enable-lto): Turn on by default for all non-ELF platforms that
5420 have had LTO support added so far. Set build_lto_plugin appropriately
5421 for both ELF and non-ELF.
5422 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5423 * configure: Regenerate.
5425 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5428 * configure.ac (v850 support): Remove target-libgloss from
5430 * configure: Regenerate.
5432 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5436 * configure.ac: Honor initial values of $build_configargs,
5437 $host_configargs, $target_configargs. Mark the precious, so
5438 environment settings get recorded.
5439 * configure: Regenerate.
5441 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5444 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5445 Depend on all-build-libiberty.
5446 * Makefile.in: Regenerate.
5448 2010-09-30 Michael Eager <eager@eagercon.com>
5450 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5451 * configure: Regenerate.
5453 2010-09-28 Michael Eager <eager@eagercon.com>
5455 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5457 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5460 * configure.ac: Fix unportable shell quoting.
5461 * configure: Regenerate.
5463 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
5465 * configure.ac (enable-lto): Add Darwin to the list of supported lto
5466 targets and amend comment.
5467 * configure: Regenerate.
5469 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
5471 * MAINTAINERS (Write After Approval): Add myself.
5473 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
5475 * configure.ac: Enable LTO by default on Darwin.
5476 * configure: Regenerate.
5478 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
5480 * MAINTAINERS (Write After Approval): Add myself.
5482 2010-09-01 Ian Bolton <ian.bolton@arm.com>
5484 * MAINTAINERS (Write After Approval): Add myself.
5486 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
5488 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5491 2010-07-28 David Yuste <david.yuste@gmail.com>
5493 * MAINTAINERS (Write After Approval): Add myself.
5495 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
5497 * configure.ac: Support all v850 targets.
5498 * configure: Regenerate.
5500 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
5503 * configure.ac (extra_mpfr_configure_flags): Copy from
5504 extra_mpc_gmp_configure_flags.
5505 * configure: Re-generated.
5507 2010-07-22 Andi Kleen <ak@linux.intel.com>
5509 * MAINTAINERS (Write After Approval): Add myself.
5511 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
5513 * MAINTAINERS (Write After Approval): Add myself.
5515 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
5517 * MAINTAINERS (Write After Approval): Add myself.
5519 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
5522 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5523 Provide -B option to allow for link spec %s substitutions for
5524 libstdc++.a on darwin.
5525 * Makefile.in: Regenerate.
5527 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
5529 * MAINTAINERS (Reviewers): Update my e-mail address
5531 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
5533 * Makefile.def (configure-gcc): Depend on all-libelf.
5534 * Makefile.in: Rebuild.
5536 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
5538 * MAINTAINERS (Write After Approval): Add myself in the right place.
5540 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
5542 * MAINTAINERS (Write After Approval): Add myself.
5544 2010-05-25 Sterling Augustine <sterling@tensilica.com>
5546 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5548 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
5550 * config.sub: Update to version 2010-05-21.
5551 * config.guess: Update to version 2010-04-03.
5553 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
5555 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5556 * configure: Regenerate.
5558 2010-05-12 Sriraman Tallam <tmsriram@google.com>
5560 * MAINTAINERS (Write After Approval): Add myself.
5562 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
5564 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5565 a platform that supports LTO.
5566 * configure: Regenerate.
5568 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
5570 * configure.ac: Allow all the versions greater than 0.10 of PPL.
5571 * configure: Regenerated.
5573 2010-04-27 Roland McGrath <roland@redhat.com>
5574 H.J. Lu <hongjiu.lu@intel.com>
5576 * configure.ac (--enable-gold): Support both, both/gold and
5577 both/bfd to add gold to configdirs without removing ld.
5578 * configure: Regenerated.
5580 * Makefile.def: Add install-gold dependency to install-ld.
5581 * Makefile.in: Regenerated.
5583 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
5586 * configure.ac (--enable-lto): Refactor handling so libelf tests
5587 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5588 and allow LTO to be explicitly enabled on non-ELF platforms that
5589 are known to support it inside else-clause.
5590 * configure: Regenerate.
5592 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
5594 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5595 * configure: Regenerate.
5597 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
5599 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5600 * configure: Regenerate.
5602 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5604 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5606 * configure: Regenerate.
5608 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
5610 * MAINTAINERS (Write After Approval): Add myself.
5612 2010-04-14 Tristan Gingold <gingold@adacore.com>
5614 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5615 * configure: Regenerate.
5617 2010-04-13 Steve Ellcey <sje@cup.hp.com>
5619 * configure: Regenerate after change to elf.m4.
5621 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
5623 * MAINTAINERS (Write After Approval): Add myself.
5625 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5627 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5628 * configure: Regenerated.
5630 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5632 * configure.ac: Print "buggy but acceptable" when CLooG
5633 revision is less than 9.
5634 * configure: Regenerated.
5636 2010-04-01 Diego Novillo <dnovillo@google.com>
5638 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5640 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5647 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5649 * configure.ac: Do not pass --enable-multilib nor
5650 --disable-multilib in baseargs. Accept explicitly passed
5652 * configure: Regenerate.
5654 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5656 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5658 2010-03-31 Janis Johnson <janis187@us.ibm.com>
5660 * MAINTAINERS: Remove myself.
5662 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5665 * configure.ac: Do not pass --enable-multilib nor
5666 --disable-multilib in baseargs. Accept explicitly passed
5668 * configure: Regenerate.
5670 2010-03-28 Andrew Pinski <pinskia@gmail.com>
5672 * MAINTAINERS (spu port): Remove me.
5674 2010-03-23 Joseph Myers <joseph@codesourcery.com>
5676 * configure.ac (tic6x-*-*): New case.
5677 * configure: Regenerate.
5679 2010-03-23 Joseph Myers <joseph@codesourcery.com>
5681 * config.sub: Update to version 2010-03-22.
5682 * config.guess: Update to version 2009-12-30.
5684 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
5687 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5688 * configure: Regenerate.
5690 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5692 * MAINTAINERS: Update my email address.
5694 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
5696 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5697 (ghassan.shobaki@amd.com): Removed.
5699 2010-03-17 Alan Modra <amodra@gmail.com>
5701 * MAINTAINERS: Update my email address.
5703 2010-03-16 Diego Novillo <dnovillo@google.com>
5705 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5708 2010-03-16 Joseph Myers <joseph@codesourcery.com>
5710 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5711 Gutson, Jeffrey D. Oldham and Mark Shinwell.
5713 2010-03-16 Joseph Myers <joseph@codesourcery.com>
5715 * MAINTAINERS: Update my email address.
5717 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5719 * MAINTAINERS: Update my email address.
5721 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
5723 * MAINTAINERS: Update my email address.
5725 2010-03-09 Jie Zhang <jie@codesourcery.com>
5727 * MAINTAINERS: Update my email address.
5729 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5732 * configure.ac (RANLIB): Default to true.
5734 (RANLIB_FOR_TARGET): Remove superfluous : argument.
5735 * configure: Regenerate.
5737 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
5739 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5740 (Write After Approval): Update my email address.
5742 2010-02-17 Nick Clifton <nickc@redhat.com>
5745 * Makefile.tpl (local-distclean): Also remove config.cache files in
5746 sub-directories as there may not be Makefiles present in the
5748 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5749 the config.cache files found by the find command.
5751 * Makefile.in: Regenerate.
5752 * configure.ac: Revert previous delta.
5753 * configure: Regenerate.
5755 2010-02-15 Nick Clifton <nickc@redhat.com>
5758 * configure.ac: Delete config.cache files in sub-directories when
5760 * configure: Regenerate.
5762 2010-02-12 Ben Elliston <bje@gnu.org>
5764 * MAINTAINERS: Update my email address.
5766 2010-02-08 Andrew Pinski <pinskia@gmail.com>
5768 * MAINTAINERS (spu port): Update my email address.
5770 2010-02-08 Jie Zhang <jie.zhang@analog.com>
5772 * MAINTAINERS: Add myself as a maintainer for the bfin port.
5774 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5776 * configure.ac: Add "recommended" version checks for GMP/MPC.
5777 Update recommended GMP/MPFR/MPC versions.
5778 * configure: Regenerate.
5780 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
5782 * MAINTAINERS: Move my Embecosm email address into the
5783 write-after-approval section.
5785 2010-01-26 Ian Lance Taylor <iant@google.com>
5787 * MAINTAINERS: Add myself as Go frontend maintainer.
5789 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
5791 PR libstdc++/36101, PR libstdc++/42813
5792 * configure.ac (bootstrap_target_libs): Make inclusion of
5793 target-libgomp conditional on libgomb being in target_configdirs.
5794 * configure: Regenerate.
5796 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
5798 PR libstdc++/36101, PR libstdc++/42813
5799 * configure.ac (bootstrap_target_libs): Include target-libgomp.
5800 * configure: Regenerate.
5802 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
5804 PR libstdc++/36101, PR libstdc++/42813
5805 * configure.ac (target_configdirs): Substitute.
5806 * Makefile.def: Bootstrap target module libgomp.
5807 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5808 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5809 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5810 * configure, Makefile.in: Regenerate.
5812 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
5814 * MAINTAINERS: Adjust my details.
5816 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
5818 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5820 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
5822 * MAINTAINERS: reindented my entry with tabs instead of spaces.
5824 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
5826 * MAINTAINERS (Write After Approval): Add myself.
5828 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5830 * MAINTAINERS (Write After Approval): Add myself.
5832 2010-01-11 Richard Guenther <rguenther@suse.de>
5835 * Makefile.def (all-lto-plugin): Depend on all-gcc.
5836 * Makefile.in: Regenerated.
5838 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
5840 * configure.ac: Enable libjava build on x86_64-*freebsd*.
5841 * configure: Regenerate.
5843 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5844 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5847 * configure.ac: Include libtool m4 files.
5848 (_LT_CHECK_OBJDIR): Call it.
5849 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5850 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5852 * configure: Regenerate.
5854 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5857 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5858 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5859 * Makefile.in: Regenerate.
5861 2010-01-02 Richard Guenther <rguenther@suse.de>
5864 * configure.ac: Include config/elf.m4. Disable LTO if not
5865 builting for an elf target.
5866 * configure: Regenerate.
5868 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5870 * MAINTAINERS: Change my email address.
5872 2009-12-18 Ben Elliston <bje@au.ibm.com>
5874 * config.sub, config.guess: Update from upstream sources.
5876 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5878 * MAINTAINERS (Write After Approval): Add myself.
5880 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5886 * configure.ac: Require MPC.
5887 * configure: Regenerate.
5889 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5893 * libtool.m4: Sync from git Libtool.
5894 * ltoptions.m4: Likewise.
5895 * ltversion.m4: Likewise.
5896 * lt~obsolete.m4: Likewise.
5897 * ltmain.sh: Likewise.
5899 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5901 * configure.ac: Update minimum MPC version to 0.8.
5902 * configure: Regenerate.
5904 2009-11-21 Sebastian Pop <sebpop@gmail.com>
5906 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5907 * configure: Regenerated.
5909 2009-11-21 Ian Lance Taylor <iant@google.com>
5911 * configure.ac: Change default of poststage1_ldflags to be empty if
5912 poststage1_libs is set. When poststage1_libs is empty, and
5913 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5914 * configure: Rebuild.
5916 2009-11-21 Adam Nemet <adambnmet@gmail.com>
5918 * MAINTAINERS (Write After Approval): Update my email address.
5920 2009-11-20 Ben Elliston <bje@au.ibm.com>
5922 * config.guess: Update from upstream sources.
5924 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5926 * Makefile.def: Restore host and target settings for gmp.
5927 * Makefile.in: Rebuild.
5929 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5931 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5932 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5933 Fix portability of test of C++ as bootstrap language. Add
5934 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5935 * configure: Rebuild.
5936 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5937 and cloog. Fix in-tree ppl configuration. Introduce libelf
5939 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5940 (POSTSTAGE1_HOST_EXPORTS): Use it.
5941 (STAGE[+id+]_CXXFLAGS): New.
5942 (BASE_FLAGS_TO_PASS): Pass it down.
5943 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5945 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5946 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5948 * Makefile.in: Rebuild.
5950 2009-11-17 Ben Elliston <bje@au.ibm.com>
5952 * config.sub, config.guess: Update from upstream sources.
5954 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5956 * MAINTAINERS (Write After Approval): Add myself.
5958 2009-11-09 Jon Beniston <jon@beniston.com>
5960 * MAINTAINERS (Write After Approval): Add myself.
5962 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5964 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5965 paths for *-w64-mingw* and x86_64-*mingw*.
5966 * configure: Regenerated.
5968 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
5970 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5972 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5974 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5975 Phil Edwards to Write-After Approval.
5977 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
5979 * configure.ac: Disable target-winsup & co for
5980 x86_64-*-mingw* and *-w64-mingw* targets.
5981 * configure: Regenerated.
5983 2009-10-16 Nick Clifton <nickc@redhat.com>
5985 * MAINTAINERS: Add myself as a maintainer for the RX port.
5987 2009-10-26 Johannes Singler <singler@kit.edu>
5989 * MAINTAINERS (Write After Approval): Update my e-mail address.
5991 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5993 * configure.ac (CLooG test): Use = with test.
5994 * configure: Regenerate.
5996 2009-10-22 Richard Guenther <rguenther@suse.de>
5998 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
5999 cloog if the ppl version check failed. Move flags saving
6000 before setting in libelf check.
6001 * configure: Regenerate.
6003 2009-10-21 Richard Guenther <rguenther@suse.de>
6005 * configure.ac: Adjust the ppl and cloog configure to work as
6006 documented. Disable cloog if ppl was disabled. Omit the version
6007 checks if they were disabled.
6008 * configure: Re-generate.
6010 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6012 * configure.ac: Add 'lto' to enable_languages, not
6013 new_enable_languages, and only if not already present.
6014 * configure: Regenerate.
6016 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6018 * README: Refer to the various COPYING* files instead of just
6020 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6022 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
6024 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6026 2009-10-07 Richard Guenther <rguenther@suse.de>
6028 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6029 and Richard Guenther as reviewers.
6030 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6033 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
6035 * config.sub: Update from upstream sources.
6037 2009-10-06 Ian Lance Taylor <iant@google.com>
6039 * Makefile.def: check-gold depends upon all-gas.
6040 * Makefile.in: Rebuild.
6042 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6044 * MAINTAINERS (Write After Approval): Add myself.
6046 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6048 * Makefile.def: all-lto-plugin depends on all-libiberty.
6049 set bootstrap=true for lto-plugin.
6051 * Makefile.in: Regenerate.
6052 * configure.ac (host_libs): Add lto-plugin.
6053 * configure: Regenerate.
6055 2009-10-03 Diego Novillo <dnovillo@google.com>
6057 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6058 (HOST_LIBELFLIBS): Define.
6059 (HOST_LIBELFINC): Define.
6060 * Makefile.in: Regenerate.
6061 * configure.ac: Add --enable-lto.
6062 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6063 If --enable-lto is used, add 'lto' to new_enable_languages.
6064 If --enable-lto is used and gold is enabled, add
6065 lto-plugin to configdirs.
6066 * configure: Regenerate.
6068 2009-10-03 Simon Baldwin <simonb@google.com>
6070 * configure.ac: If --with-system-zlib, suppress local zlib and
6071 pass --with-system-zlib to subdir configure scripts.
6072 * configure: Regenerate.
6074 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
6075 Paolo Bonzini <bonzini@gnu.org>
6077 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6079 * Makefile.in: Rebuilt.
6081 2009-09-26 Gary Funck <gary@intrepid.com>
6083 * MAINTAINERS (Write After Approval): Add myself.
6085 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6087 * configure.ac: Update minimum MPC version to 0.7.
6088 * configure: Regenerate.
6090 2009-09-25 Nick Clifton <nickc@redhat.com>
6092 * configure.ac: Pass any --cache-file=/dev/null option on to
6094 * configure: Regenerate.
6096 2009-09-23 Nick Clifton <nickc@redhat.com>
6098 * config.sub, config.guess: Update from upstream sources.
6100 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
6102 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6103 * Makefile.in: Rebuilt.
6105 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6108 * configure.ac: Error out if $srcdir isn't '.' but contains
6109 host-${host_noncanonical}.
6110 * configure: Regenerate.
6112 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6114 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6117 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6119 * configure.ac: If bootstrapping a combined tree with
6120 --enable-gold, require c++ in stage1_languages.
6121 * configure: Regenerate.
6123 * configure.ac: Also add target_libs of stage1_languages to
6124 bootstrap_target_libs.
6125 * configure: Regenerate.
6127 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6128 with --enable-languages not containing c++.
6129 * configure: Regenerate.
6131 2009-09-15 Jie Zhang <jie.zhang@analog.com>
6133 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6134 * configure: Regenerate.
6136 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
6138 * MAINTAINERS (Write After Approval): Update my e-mail address,
6139 and move from from here...
6140 (Waiting for paperwork): To here.
6142 2009-09-09 Joseph Myers <joseph@codesourcery.com>
6144 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6146 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6148 * configure.ac: Do not use $extrasub for replacing @if/@endif
6149 parts in Makefile; instead, use additional arguments to
6150 AC_CONFIG_COMMANDS to do the replacement manually, with several
6151 sed invocations, to avoid HP-UX sed command limits.
6152 * configure: Regenerate.
6154 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
6156 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6159 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
6161 * configure.ac (with-build-config): Document. Handle without.
6162 Handle missing argument.
6163 * configure: Rebuilt.
6165 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
6167 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6168 Default to bootstrap-debug only if compare-debug works.
6169 * configure: Rebuilt.
6170 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6171 * Makefile.in: Rebuilt.
6173 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6175 * MAINTAINERS (OS Port Maintainers): Update my email address.
6177 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
6179 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6180 * Makefile.in: Rebuilt.
6182 2009-09-01 Chris Demetriou <cgd@google.com>
6184 * MAINTAINERS (Write After Approval): Add myself.
6186 2009-08-31 Dodji Seketeli <dodji@redhat.com>
6189 * include/dwarf2.h (enum dwarf_tag): Added
6190 DW_TAG_GNU_template_template_param
6191 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6193 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6195 * Makefile.tpl (AWK): Fix typo.
6196 * Makefile.in: Regenerate.
6198 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6200 * configure.ac: Detect awk and sed.
6201 * Makefile.def (flags_to_pass): Add AWK and SED.
6202 * Makefile.tpl (AWK, SED): New.
6203 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6204 * configure: Regenerate.
6205 * Makefile.in: Regenerate.
6207 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6209 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6210 (collapseslashes): Likewise.
6212 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6214 * configure.ac (AC_PREREQ): Bump to 2.64.
6216 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6218 * configure.ac: Remove --with-datarootdir, --with-docdir,
6219 --with-pdfdir, --with-htmldir switches.
6220 * configure: Regenerate.
6222 * configure: Regenerate.
6224 * compile: Sync from Automake 1.11.
6225 * depcomp: Likewise.
6226 * install-sh: Likewise.
6227 * missing: Likewise.
6228 * mkinstalldirs: Likewise.
6231 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6233 * ltmain.sh (func_normal_abspath): New function.
6234 (func_relative_path): Likewise.
6235 (func_mode_help): Document new -bindir option for link mode.
6236 (func_mode_link): Add new -bindir option, and use it to place
6237 output DLL if specified.
6239 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6241 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6242 (baseargs): Add --disable-option-checking.
6243 * configure: Regenerate.
6245 * Makefile.def (configure-target-libiberty): Depend on
6246 all-binutils and all-ld.
6247 (configure-target-newlib): Likewise.
6248 * Makefile.in: Regenerate.
6250 2009-08-17 Ben Elliston <bje@au.ibm.com>
6252 * config.sub, config.guess: Update from upstream sources.
6254 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6256 Sync from src, merge:
6258 2009-07-02 Tristan Gingold <gingold@adacore.com>
6260 * configure.ac: Do not exclude gas for i386-*-darwin.
6261 Add a case for x86_64-*-darwin.
6262 * configure: Regenerate.
6264 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6266 * MAINTAINERS: Add my name to Write After Approval list.
6268 2009-08-06 Michael Eager <eager@eagercon.com>
6270 * configure.ac: Add Microblaze target.
6271 * configure: Regenerate.
6273 2009-07-31 Christian Bruel <christian.bruel@st.com>
6275 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6276 * configure: Regenerate.
6278 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
6280 * MAINTAINERS (Write After Approval): Update my e-mail address.
6282 2009-07-06 Ian Lance Taylor <iant@google.com>
6284 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6285 * configure: Rebuild.
6287 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6289 * MAINTAINERS: Move myself to the Graphite Reviewers.
6291 2009-06-30 Wei Guozhi <carrot@google.com>
6293 * MAINTAINERS: Add my name to Write After Approval list.
6295 2009-06-26 Steve Ellcey <sje@cup.hp.com>
6298 * configure.ac (comparestring): Create new variable.
6299 * Makefile.tpl (comparestring): Use to skip some comparisions.
6300 * configure: Regenerate.
6301 * Makefile.in: Regenerate.
6303 2009-06-26 Doug Evans <dje@sebabeach.org>
6305 * Makefile.def (host_modules): Add cgen.
6306 * Makefile.in: Regenerate.
6307 * configure.ac (host_tools): Add cgen.
6308 * configure: Regenerate.
6310 2009-06-23 DJ Delorie <dj@redhat.com>
6312 * MAINTAINERS: Add myself as mep maintainer.
6314 2009-06-23 Ian Lance Taylor <iant@google.com>
6316 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6317 boot_languages. Only bootstrap target libraries listed in
6318 target_libs for some boot language. Add --with-stage1-ldflags,
6319 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6320 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6321 if not building with C++.
6322 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6323 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6324 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6325 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6326 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6327 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6328 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6329 * configure, Makefile.in: Rebuild.
6331 2009-06-23 Li Feng <nemokingdom@gmail.com>
6333 * MAINTAINERS: Added my name to write-after-approval list.
6335 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6337 * configure.ac: Define is_elf for QNX Neutrino targets.
6338 * configure: Regenerate.
6340 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6342 * MAINTAINERS: Added my name to the write-after-approval list
6344 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6346 * configure.ac: Detect MPC in default directory.
6347 * configure: Regenerate.
6349 2009-06-03 Jerome Guitton <guitton@adacore.com>
6350 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6352 * Makefile.tpl (all): Avoid a trailing backslash.
6353 * Makefile.in: Regenerate.
6355 2009-06-03 Ben Elliston <bje@au.ibm.com>
6357 * config.sub, config.guess: Update from upstream sources.
6359 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6361 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6363 * configure: Regenerate.
6365 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
6367 * Makefile.tpl ([+compare-target+]): Compare all stage
6368 directories, rather than just gcc.
6369 * Makefile.in: Rebuilt.
6371 2009-06-01 Doug Kwan <dougkwan@google.com>
6373 * configure.ac: Support gold for target arm*-*-*.
6374 * configure: Regenerate.
6376 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6378 * Makefile.def: Add MPC support and dependencies.
6379 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6381 * Makefile.in, configure: Regenerate.
6383 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
6385 * Makefile.tpl (all): Avoid harmless warning in make all when
6386 gcc-bootstrap is enabled but stage_last does not exist.
6387 * Makefile.in: Rebuilt.
6389 2009-05-24 Nicolas Roche <roche@adacore.com>
6391 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6392 * Makefile.in: Regenerate.
6394 2009-05-21 Denis Chertykov <chertykov@gmail.com>
6396 * MAINTAINERS: Update my e-mail address.
6398 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6400 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6401 * configure: Regenerate.
6403 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
6406 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6407 gcc-no-bootstrap are mutually exclusive.
6408 * Makefile.in: Rebuilt.
6410 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
6413 * Makefile.tpl (all): Don't end with unconditional success.
6414 * Makefile.in: Rebuilt.
6416 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
6419 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6420 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6421 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6422 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6423 stage_configureflags, stage_cflags and stage_libcflags into
6424 explicit Makefile macros.
6425 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6427 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6428 CC. Set CC_FOR_BUILD from CC.
6429 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6430 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6431 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6432 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6434 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6435 (_LIBCFLAGS): Renamed to _TFLAGS.
6436 (do-compare-debug, do-compare3-debug): Drop.
6437 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6438 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6439 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6440 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6441 (XGCC_FLAGS_FOR_TARGET): New.
6442 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6443 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6444 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6445 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6446 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
6447 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
6449 (BUILD_CONFIG): Include if requested.
6450 (all): Set TFLAGS on bootstrap.
6451 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6452 (all-stageid-prefixmodule): Likewise.
6453 (do-clean, distclean-stageid): Set TFLAGS.
6454 (restrap): Fix whitespace.
6455 * Makefile.in: Rebuilt.
6457 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
6459 * config.guess: Sync with src.
6461 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
6463 * configure.ac ($with_ppl): Default to no if not supplied.
6464 ($with_cloog): Likewise.
6465 configure: Regenerate.
6467 2009-04-27 James E. Wilson <wilson@codesourcery.com>
6469 * MAINTAINERS: Update my e-mail address.
6471 2009-04-27 Nick Clifton <nickc@redhat.com>
6473 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6475 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
6477 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6478 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6479 * Makefile.in: Regenerate.
6481 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6484 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6485 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6487 * configure, Makefile.in: Regenerate.
6489 2009-04-21 Taras Glek <tglek@mozilla.com>
6491 * include/hashtab.h: Update GTY annotations to new syntax
6492 * include/splay-tree.h: Likewise
6494 2009-04-17 Ben Elliston <bje@au.ibm.com>
6496 * config.sub, config.guess: Update from upstream sources.
6498 2009-04-15 Anthony Green <green@moxielogic.com>
6500 * configure.ac: Add moxie support.
6501 * configure: Rebuilt.
6503 2009-04-14 Jakub Jelinek <jakub@redhat.com>
6505 * configure.ac: Change copyright header to refer to version
6506 3 of the GNU General Public License and to point readers at the
6507 COPYING3 file and the FSF's license web page.
6508 * Makefile.def: Likewise.
6509 * Makefile.tpl: Likewise.
6510 * Makefile.in: Regenerate.
6512 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
6514 * configure.ac: Restore match for darwin9 or later. Use double
6515 brackets since regeneration eats one pair.
6516 * configure: Regenerate.
6518 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
6521 * configure.ac: Require texinfo 4.7.
6522 * configure: Regenerated.
6524 2009-04-09 Nick Clifton <nickc@redhat.com>
6526 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6527 the GCC Runtime Library Exception.
6529 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6531 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6532 * configure: Regenerate.
6534 2009-04-01 Steve Ellcey <sje@cup.hp.com>
6536 * Makefil.def (languages): New entries.
6537 * Makefile.tpl (check-gcc-*): New generic target.
6538 * Makefile.in: Regenerate.
6540 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
6542 * MAINTAINERS: Update my email address.
6544 2009-03-18 Tom Tromey <tromey@redhat.com>
6546 * configure: Rebuild.
6547 * configure.ac (host_libs): Add libiconv.
6548 * Makefile.in: Rebuild.
6549 * Makefile.def (host_modules): Add libiconv.
6550 (configure-gdb, all-gdb): Depend on libiconv.
6552 2009-03-16 Tristan Gingold <gingold@adacore.com>
6554 * configure.ac: Treat gdb as supported on x86_64-darwin.
6555 * configure: Regenerate.
6557 2009-03-16 Joseph Myers <joseph@codesourcery.com>
6559 * configure.ac (--with-host-libstdcxx): New option.
6560 * configure: Regenerate.
6562 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
6564 * MAINTAINERS: Move myself into the write after approval list.
6566 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
6568 * MAINTAINERS: Update e-mail address.
6570 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
6572 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6574 2009-03-10 Ira Rosen <irar@il.ibm.com>
6576 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6578 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6580 Backport from git Libtool:
6582 2009-01-19 Robert Millan <rmh@aybabtu.com>
6583 Support GNU/kOpenSolaris.
6584 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6585 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6586 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6589 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
6591 * MAINTAINERS: Update e-mail address.
6593 2009-02-24 Michael Eager <eager@eagercon.com>
6595 * MAINTAINERS (Write After Approval): Add self.
6597 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
6599 * MAINTAINERS (Write After Approval): Add myself.
6601 2009-02-05 Andreas Schwab <schwab@suse.de>
6603 * Makefile.tpl (stage_last): Define $r and $s before using
6604 $(RECURSE_FLAGS_TO_PASS).
6605 * Makefile.in: Regenerate
6607 2009-01-30 Ian Lance Taylor <iant@google.com>
6609 * MAINTAINERS: Move myself to the Global Reviewers list.
6611 2009-01-29 Robert Millan <rmh@aybabtu.com>
6613 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6614 * configure: Regenerate.
6616 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
6618 * MAINTAINERS: Make whitespace consistent.
6619 Remove Robert Millan from Write After Approval.
6621 2009-01-16 Alan Modra <amodra@bigpond.net.au>
6623 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6624 (all-opcodes): Depend on all-libiberty.
6625 * Makefile.in: Regenerate.
6627 2009-01-15 Douglas B Rupp <rupp@gnat.com>
6629 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6630 * configure: Regenerate.
6632 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
6634 * MAINTAINERS (Write After Approval): Add myself.
6636 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
6638 * MAINTAINERS: Add myself to reviewers (Fortran).
6640 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
6642 PR tree-optimization/38515
6643 * configure.ac (cloog-polylib): Removed.
6644 (with_ppl, with_cloog): Test for "no".
6645 * configure: Regenerated.
6647 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
6649 * MAINTAINERS: Moved myself to reviewers (Fortran).
6651 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
6653 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6654 (Write After Approval): Remove myself.
6656 2009-01-03 Diego Novillo <dnovillo@google.com>
6658 * MAINTAINERS: Remove myself from alias maintainership.
6660 2009-01-02 David Ayers <ayers@fsfe.org>
6662 * MAINTAINERS: Update e-mail address.
6664 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
6666 * MAINTAINERS: Make whitespace consistent.
6668 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6670 Backport from upstream Libtool:
6671 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6672 Add cache variables to tests that require the linker to work.
6673 For shlibpath_overrides_runpath, this also changes the semantics
6674 to let the result from the C compiler take precedence.
6676 2008-12-02 Ben Elliston <bje@au.ibm.com>
6678 * config.sub, config.guess: Update from upstream sources.
6680 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
6682 * configure.ac (ppllibs): Add by default the lib flags.
6683 * configure: Regenerate.
6685 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
6687 * MAINTAINERS: Add myself to the write after approval list.
6689 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
6691 * configure.ac: Add double brackets on darwin[912].
6692 * configure: Regenerate.
6694 2008-12-03 Daniel Kraft <d@domob.eu>
6696 * MAINTAINERS: Moved myself and Mikael Morin from Write After
6697 Approval to Reviewer section (for Fortran front-end).
6699 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
6701 * configure.ac: Expand to darwin10 and later.
6702 * configure: Regenerate.
6704 2008-12-02 Andreas Schwab <schwab@suse.de>
6706 * Makefile.def: configure-target-boehm-gc depends on
6707 all-target-libstdc++-v3.
6708 * Makefile.in: Regenerate.
6710 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
6712 * MAINTAINERS: Add myself as mingw maintainer.
6714 2008-12-02 Ben Elliston <bje@au.ibm.com>
6716 * config.sub, config.guess: Update from upstream sources.
6718 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
6720 * README.SCO: Remove.
6722 2008-11-29 Fernando Pereira <pronesto@gmail.com>
6724 * MAINTAINERS: Add myself to the write after approval list.
6726 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
6728 * MAINTAINERS: Update my email address in WAA section.
6730 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
6732 * MAINTAINERS: Update e-mail address.
6734 2008-11-27 Toon Moene <toon@moene.org>
6736 * MAINTAINERS: Change e-mail address.
6738 2008-11-27 Tristan Gingold <gingold@adacore.com>
6740 * configure.ac: Build gdb for i?86-*-darwin*
6741 * configure: Regenerated.
6743 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
6745 * MAINTAINERS: Added my full name.
6747 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6754 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6756 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6757 * Makefile.in: Regenerated.
6759 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6766 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6767 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6768 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6769 (HOST_EXPORTS): Pass CPPFLAGS.
6770 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6771 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6772 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6773 * Makefile.in, configure: Regenerated.
6774 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6775 and CPPFLAGS_FOR_BUILD.
6777 2008-11-06 Jeff Law <law@redhat.com>
6779 * MAINTAINERS: Add myself as middle end maintainer.
6781 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
6783 * MAINTAINERS (Write after approval): Add myself.
6785 2008-11-05 Diego Novillo <dnovillo@google.com>
6787 * MAINTAINERS (Global Reviewers): Add myself.
6788 (Non-Algorithmic Maintainers): Remove myself.
6790 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
6792 * MAINTAINERS (Write after approval): Add myself.
6794 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
6796 * MAINTAINERS (Write after approval): Add myself.
6798 2008-10-31 Ben Elliston <bje@au.ibm.com>
6800 * configure.ac (spu-*-*): Remove special case.
6801 * configure: Regenerate.
6803 2008-10-30 Catherine Moore <clm@codesourcery.com>
6805 * MAINTAINERS (Write after approval): Update my email address.
6807 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
6809 * configure.ac [spu-*-*]: Do not set skipdirs.
6810 * configure: Re-generate.
6812 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
6814 * MAINTAINERS (Various Maintainers): Add myself to reload.
6816 2008-10-25 Richard Guenther <rguenther@suse.de>
6818 * MAINTAINERS (Various Maintainers): Add myself as middle-end
6819 maintainer. Remove myself as libgcc-math maintainer.
6820 (Non-Algorithmic Maintainers): Remove myself.
6822 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6824 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6825 * Makefile.in: Regenerated.
6827 2008-10-23 Cary Coutant <ccoutant@google.com>
6829 * MAINTAINERS (Write after approval): Add myself.
6831 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6838 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6839 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6840 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6841 (HOST_EXPORTS): Pass CPPFLAGS.
6842 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6843 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6844 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6845 * Makefile.in, configure: Regenerated.
6846 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6847 and CPPFLAGS_FOR_BUILD.
6849 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
6851 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6854 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
6856 * MAINTAINERS (Write After Approval): Added myself.
6858 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6860 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6861 recommended version to 2.3.2.
6863 * configure: Regenerate.
6865 2008-10-01 Mark Mitchell <mark@codesourcery.com>
6867 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6869 2008-09-29 David Daney <david.daney@caviumnetworks.com>
6871 * MAINTAINERS (Write After Approval): Update e-mail address.
6873 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6875 * libtool.m4: Update to libtool 2.2.6.
6876 * lt~obsolete.m4: Update to libtool 2.2.6.
6877 * ltmain.sh: Update to libtool 2.2.6.
6878 * ltsugar.m4: Update to libtool 2.2.6.
6879 * ltversion.m4: Update to libtool 2.2.6.
6880 * ltoptions.m4: Update to libtool 2.2.6.
6881 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6883 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6885 * MAINTAINERS (Write After Approval): Add myself.
6887 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6889 * MAINTAINERS (Write After Approval): Update my name.
6891 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6893 * MAINTAINERS: Add myself in "Write After Approval".
6895 2008-09-18 Steve Ellcey <sje@cup.hp.com>
6897 * MAINTAINERS: Add myself as ia64 maintainer.
6899 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6901 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6902 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6903 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6904 and Michael Tiemann from Write After Approval since they do not
6905 actually have access.
6907 2008-09-05 Richard Guenther <rguenther@suse.de>
6909 * configure.ac: Initialize clooglibs to -lcloog.
6910 * configure: Re-generate.
6912 2008-09-04 Le-Chun Wu <lcwu@google.com>
6914 * MAINTAINERS (Write After Approval): Add myself.
6916 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6918 * configure.ac (--with-cloog-polylib): New.
6919 (--disable-cloog-version-check): New.
6920 (--disable-ppl-version-check): New.
6921 * configure: Re-generate.
6923 2008-09-03 Richard Guenther <rguenther@suse.de>
6925 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6927 * configure: Re-generate.
6929 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6932 * MAINTAINERS: Add picoChip maintainers.
6934 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6935 Tobias Grosser <grosser@fim.uni-passau.de>
6936 Jan Sjodin <jan.sjodin@amd.com>
6937 Harsha Jagasia <harsha.jagasia@amd.com>
6938 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6939 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6940 Adrien Eliche <aeliche@isty.uvsq.fr>
6942 Merge from graphite branch.
6943 * configure: Regenerate.
6944 * Makefile.in: Regenerate.
6945 * configure.ac (host_libs): Add ppl and cloog.
6946 Add checks for PPL and CLooG.
6947 * Makefile.def (ppl, cloog): Added modules and dependences.
6948 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6949 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6951 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6953 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6954 (GCC_SHLIB_SUBDIR): New.
6955 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6956 * configure: Regenerate.
6957 * Makefile.in: Regenerate.
6959 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6961 * MAINTAINERS: Consistently use tabs to separate columns.
6963 2008-08-29 Tristan Gingold <gingold@adacore.com>
6965 * MAINTAINERS (Write after Approval): Add myself.
6967 2008-08-28 Tristan Gingold <gingold@adacore.com>
6969 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6970 Enable bfd, binutils and opcodes.
6971 * configure: Regenerate.
6973 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6975 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6977 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6979 * MAINTAINERS: Use correct Umlaut for last name.
6981 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6983 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6985 2008-08-16 David Edelsohn <edelsohn@gnu.org>
6987 * MAINTAINERS: Update my email address.
6989 2008-08-16 Nicolas Roche <roche@adacore.com>
6991 * Makefile.tpl: Add BOOT_ADAFLAGS.
6992 * Makefile.in: Regenerate.
6994 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6996 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6997 * configure: Regenerate.
6999 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
7001 * configure.ac: Add makefile fragments for hpux.
7002 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7003 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7004 * configure: Regenerate.
7005 * Makefile.in: Regenerate.
7007 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
7009 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7011 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
7013 * MAINTAINERS (Write after Approval): Add myself.
7015 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7017 * MAINTAINERS (Write After Approval): Add myself.
7019 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
7021 * MAINTAINERS (Write After Approval): Add myself.
7023 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7025 * MAINTAINERS: Update my email address.
7027 2008-06-25 Joey Ye <joey.ye@intel.com>
7029 * MAINTAINERS (Write After Approval): Add myself.
7031 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7033 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7034 * Makefile.in: Regenerate.
7035 * configure: Regenerate.
7037 2008-06-17 Daniel Kraft <d@domob.eu>
7039 * MAINTAINERS (Write After Approval): Add myself.
7041 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7043 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7044 "$@" is still intact with both Autoconf 2.59 and 2.62.
7045 * configure: Regenerate.
7047 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7049 * Makefile.tpl: Fix comment errors.
7050 * Makefile.in: Regenerate.
7052 2008-06-12 David S. Miller <davem@davemloft.net>
7053 David Edelsohn <edelsohn@gnu.org>
7055 * configure.ac: Add powerpc*-*-* to gold supported targets.
7056 * configure: Regenerate.
7058 2008-06-08 Joseph Myers <joseph@codesourcery.com>
7060 PR tree-optimization/36218
7061 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7062 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7063 (all prefix="build-"): Pass them to build-system sub-makes.
7064 * Makefile.in: Regenerate.
7066 2008-06-07 Joseph Myers <joseph@codesourcery.com>
7068 * MAINTAINERS (mt port): Remove.
7069 (sco5, unixware, sco udk): Remove.
7070 (Kean Johnston): Add to Write After Approval.
7072 2008-05-30 Julian Brown <julian@codesourcery.com>
7074 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7075 of libobjc for ARM EABI Linux.
7076 * configure: Regenerate.
7078 2008-05-18 Xinliang David Li <davidxl@google.com>
7080 * ChangeLog: Remove wrong ChangeLog entry.
7082 2008-05-17 Xinliang David Li <davidxl@google.com>
7084 * MAINTAINERS (Write After Approval): Add myself.
7086 2008-05-15 Janus Weil <janus@gcc.gnu.org>
7088 * MAINTAINERS (Write After Approval): Add myself.
7090 2008-05-14 Rafael Espíndola <espindola@google.com>
7092 * config-ml.in: don't handle --enable-shared and --enable-static.
7094 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7096 * MAINTAINERS: Update my email address.
7098 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7100 * MAINTAINERS: Update my email address.
7102 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7104 * MAINTAINERS (Write After Approval): Add myself.
7106 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7108 * MAINTAINERS (Write After Approval): Add myself.
7110 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
7112 * MAINTAINERS (crx): Add myself.
7114 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7117 2008-04-14 David S. Miller <davem@davemloft.net>
7119 * configure.ac: Add sparc*-*-* to gold supported targets.
7120 * configure: Regenerate.
7122 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7125 * configure.ac: Include override.m4.
7126 * configure: Regenerate.
7128 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7130 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7131 * Makefile.in: Regenerate.
7133 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
7135 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7136 as nonconfigurable directories list.
7137 * configure: Regenerate.
7139 2008-04-14 Ben Elliston <bje@au.ibm.com>
7141 * config.sub, config.guess: Update from upstream sources.
7143 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
7145 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7146 * Makefile.in: Regenerate.
7148 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7150 * configure.ac: Do not build libssp for the AVR.
7151 * configure: Regenerate.
7153 2008-04-07 Ian Lance Taylor <iant@google.com>
7155 * Makefile.def: check-gold depends upon all-binutils.
7156 * Makefile.in: Regenerate.
7158 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7160 * MAINTAINERS (Write After Approval): Add myself.
7162 2008-04-04 Nick Clifton <nickc@redhat.com>
7165 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7167 * configure: Regenerate.
7169 2008-04-04 NightStrike <NightStrike@gmail.com>
7172 * configure.ac: Combine rules for mingw32 and mingw64.
7173 * configure: Regenerate.
7175 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
7177 * MAINTAINERS (Write After Approval): Add myself.
7179 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
7181 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7182 * Makefile.in (.NOTPARALLEL): Ditto.
7184 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7186 * MAINTAINERS (Write After Approval): Add myself.
7188 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
7190 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7191 * Makefile.in (.NOTPARALLEL): Regenerate.
7193 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
7195 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7196 * Makefile.in: Regenerate.
7198 2008-03-26 Jakub Staszak <kuba@et.pl>
7200 * MAINTAINERS (Write After Approval): Add myself.
7202 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7204 * MAINTAINERS: Update e-mail address.
7206 2008-03-20 Ian Lance Taylor <iant@google.com>
7208 * configure.ac: Add support for --enable-gold.
7209 * Makefile.def: Add gold as a directory like ld.
7210 * configure, Makefile.in: Regenerate.
7212 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7214 * configure.ac: m4_include config/proginstall.m4.
7215 * configure: Regenerate.
7217 Backport from upstream Libtool:
7219 2007-10-12 Eric Blake <ebb9@byu.net>
7221 Deal with Autoconf 2.62's semantic change in m4_append.
7222 * ltsugar.m4 (lt_append): Replace broken versions of
7224 (lt_if_append_uniq): Don't require separator to be overquoted,
7225 and avoid broken m4_append.
7226 (lt_dict_add): Fix typo.
7227 * libtool.m4 (_LT_DECL): Don't overquote separator.
7229 2008-03-13 David Edelsohn <edelsohn@gnu.org>
7231 * config.rpath: Add AIX 6 support.
7233 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
7235 * Makefile.def (stageprofile). Remove -fprofile-generate
7236 from stage_libcflags.
7237 * Makefile.in: Regenerate.
7239 2008-03-13 Ben Elliston <bje@au.ibm.com>
7241 * config.sub, config.guess: Update from upstream sources.
7243 2008-03-06 Tom Tromey <tromey@redhat.com>
7245 * MAINTAINERS: Update for treelang deletion.
7247 2008-03-03 James E. Wilson <wilson@tuliptree.org>
7249 * MAINTAINERS: Update my email address.
7251 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
7253 * MAINTAINERS (darwin port): Add myself as a maintainer.
7254 (objective-c/c++): Add myself as a maintainer.
7256 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7258 * MAINTAINERS (Write After Approval): Update my email address.
7260 2008-02-25 Tomas Bily <tbily@suse.cz>
7262 * MAINTAINERS (Write After Approval): Add myself.
7264 2008-02-23 Jakub Jelinek <jakub@redhat.com>
7266 * MAINTAINERS (OpenMP): Add myself.
7268 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
7273 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7274 * configure: Regenerate.
7276 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7277 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7278 STAGE4_LIBCFLAGS): New.
7279 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7280 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7281 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7282 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7283 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7284 for target modules. Don't export LIBCFLAGS.
7285 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7286 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7287 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7288 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7289 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7290 * Makefile.in: Regenerate.
7292 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7295 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7296 Do not use -DDLL_EXPORT. Backport from upstream.
7298 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7300 * MAINTAINERS (Write After Approval): Add myself.
7302 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
7304 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7305 * configure: Regenerate.
7307 2008-01-31 Marc Gauthier <marc@tensilica.com>
7309 * configure.ac (xtensa*-*-*): Recognize processor variants.
7310 * configure: Regenerate.
7312 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7315 * configure.ac (PARSE_ARGS): Push suitable setting of
7316 ac_subdirs_all, for `./configure --help=recursive'.
7317 Handle `+' in generic toplevel directory disabling.
7318 * configure: Regenerate.
7320 2008-01-28 Nick Clifton <nickc@redhat.com>
7322 * MAINTAINERS (xstormy16): Take over maintainership.
7324 2008-01-25 Joseph Myers <joseph@codesourcery.com>
7326 * MAINTAINERS (c4x port): Remove.
7328 2008-01-24 David Edelsohn <edelsohn@gnu.org>
7330 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7332 2008-01-23 Ben Elliston <bje@au.ibm.com>
7334 * config.sub, config.guess: Update from upstream sources.
7336 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7338 * MAINTAINERS (Write After Approval): Add myself.
7340 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
7342 * MAINTAINERS: Update my email address.
7344 2008-01-09 Raksit Ashok <raksit@google.com>
7346 * MAINTAINERS (Write After Approval): Add myself.
7348 2008-01-09 Raksit Ashok <raksit@google.com>
7350 * MAINTAINERS (Write After Approval): Add myself.
7352 2008-01-08 Ben Elliston <bje@au.ibm.com>
7354 * config.sub, config.guess: Update from upstream sources.
7356 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7358 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7359 Change recommended MPFR from 2.2.1 -> 2.3.0.
7360 * configure: Regenerate.
7362 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7364 * MAINTAINERS: Update my email address.
7366 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7368 * MAINTAINERS: Update my email address.
7370 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7372 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7373 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7374 * Makefile.in: Regenerate.
7376 2007-12-10 Mark Heffernan <meheff@google.com>
7378 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7381 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7383 * configure.ac: Enable libjava for x86_64-*-darwin9.
7384 * configure: Regenerate.
7386 2007-12-07 Bill Maddox <maddox@google.com>
7388 * MAINTAINERS (Write After Approval): Add myself.
7390 2007-12-05 Ben Elliston <bje@au.ibm.com>
7392 * config.sub, config.guess: Update from upstream sources.
7394 2007-12-02 Matthias Klose <doko@ubuntu.com>
7396 * config-ml.in: Remove 64bit configure tests.
7398 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7400 * config-ml.in: Robustify against white space in absolute file
7403 * config-ml.in (multi-clean): Substitute ${Makefile}.
7404 Remove superfluous ${Makefile} in list.
7406 2007-11-19 Thiemo Seufer <ths@mips.com>
7408 * config-ml.in: Don't hardcode the Makefile name.
7410 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
7412 * MAINTAINERS (Write After Approval): Add myself.
7414 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
7416 * MAINTAINERS (Write After Approval): Add myself.
7418 2007-11-06 Doug Kwan <dougkwan@google.com>
7420 * MAINTAINERS (Write After Approval): Add myself.
7422 2007-10-25 Ben Elliston <bje@au.ibm.com>
7424 * MAINTAINERS (mercury): Remove entry.
7425 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7427 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7429 * Makefile.def (dependencies): Make configure-gdb depend on
7431 * Makefile.in: Regenerated.
7433 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7435 * MAINTAINERS (Fortran maintainer): Remove myself.
7437 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
7439 * Makefile.def: To avoid problems running with parallel makes,
7440 build newlib before libgloss so that target specific header
7442 * Makefile.in: Regenerate
7444 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7446 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7447 * Makefile.in: Regenerate.
7449 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
7451 * MAINTAINERS (Register allocation reviewer): Add myself.
7453 2007-10-08 Mike Frysinger <vapier@gentoo.org>
7455 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7456 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7457 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
7458 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7459 * configure: Regenerate.
7461 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
7463 * MAINTAINERS (Register allocation reviewer): Add myself.
7465 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
7467 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7468 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7469 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7470 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7471 * configure.ac: Default them to host tools for $host = $build.
7474 * configure: Regenerate.
7475 * Makefile.in: Regenerate.
7477 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
7479 * MAINTAINERS (Register allocation reviewer): Add myself.
7481 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
7483 * MAINTAINERS (Register allocation reviewer): Add myself.
7485 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
7487 * MAINTAINERS (Write After Approval): Fix typo.
7489 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
7491 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7492 * configure: Regenerate.
7494 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
7497 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7498 they're already prefixed.
7500 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
7502 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7504 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7505 * configure: Regenerate.
7506 * Makefile.in: Regenerate.
7508 2007-09-17 Andreas Schwab <schwab@suse.de>
7510 * configure.ac: Raise minimum makeinfo version to 4.6.
7511 * configure: Regenerate.
7513 2007-09-17 Johannes Singler <singler@ira.uka.de>
7515 * MAINTAINERS (write-after-approval) add myself
7517 2007-09-15 Alan Modra <amodra@bigpond.net.au>
7519 * configure.ac: Correct makeinfo version check.
7520 * configure: Regenerate.
7522 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
7524 * MAINTAINERS: Update my email address.
7526 2007-09-14 Richard Sandiford <richard@codesourcery.com>
7528 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
7529 to $skipdirs and only disable gprof for newlib. Use the normal
7530 mips*-elf* handling in other respects.
7531 * configure: Regnerate.
7533 2007-09-12 David Daney <ddaney@avtrex.com>
7535 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7537 * configure: Regenerate.
7539 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
7542 * configure.ac: For libgloss targets, point the linker to the linker
7543 script, startup code and simulator library.
7544 * configure: Regenerate.
7546 2007-09-07 Andrew Haley <aph@redhat.com>
7548 * configure.ac (noconfigdirs): Remove target-libffi and
7550 * configure: Regenerate.
7552 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7555 * configure.ac: Use config/mh-mingw on mingw.
7556 * configure: Regenerate.
7558 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
7560 * MAINTAINERS (Write After Approval): Add myself.
7562 2007-09-05 Richard Guenther <rguenther@suse.de>
7564 * configure.ac (--enable-stage1-checking): If neither --enable-checking
7565 nor --disable-checking is provided also turn on yes and types
7566 checking for stage1.
7567 * configure: Re-generate.
7569 2007-08-30 Krister Walfridsson <cato@df.lth.se>
7571 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7572 (Write After Approval): Remove myself.
7574 2007-08-29 Nick Clifton <nickc@redhat.com>
7576 * config.sub, config.guess: Update from upstream sources.
7578 2007-08-22 Bud Davis <jmdavis@link.com>
7580 * MAINTAINERS (Write After Approval): Added myself.
7581 * MAINTAINERS (Reviewers): Removed myself.
7583 2007-08-18 Paul Brook <paul@codesourcery.com>
7584 Joseph Myers <joseph@codesourcery.com>
7586 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7587 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7588 * Makefile.in: Regenerate.
7589 * configure.ac (--with-debug-prefix-map): New.
7590 * configure: Regenerate.
7592 2007-08-17 Richard Sandiford <richard@codesourcery.com>
7593 Nigel Stephens <nigel@mips.com>
7595 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
7596 as target_makefile_frag.
7597 * configure: Regenerate.
7599 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
7601 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7602 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
7603 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7604 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7605 (do-compare, do-compare3, do-compare-debug): New.
7606 ([+compare-target+]): Use them.
7608 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
7610 * MAINTAINERS (Write After Approval): Change my email address.
7612 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7613 Ben Elliston <bje@au.ibm.com>
7615 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7616 --silent if $silent.
7617 * configure: Regenerate.
7619 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
7621 * MAINTAINERS (Various Maintainers): Add myself as
7622 loop infrastructure maintainer. Update my e-mail
7625 2007-07-31 Diego Novillo <dnovillo@google.com>
7627 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7630 2007-07-26 Richard Guenther <rguenther@suse.de>
7632 * configure.ac: Add types checking to stage1 checking flags.
7633 * configure: Regenerate.
7635 2007-07-17 Nick Clifton <nickc@redhat.com>
7637 * COPYING3: New file. Contains version 3 of the GNU General
7639 * COPYING3.LIB: New file. Contains version 3 of the GNU
7640 Lesser General Public License.
7642 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7644 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7646 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7648 * MAINTAINERS (S/390 co-maintainer): Add myself.
7649 (Write After Approval): Remove myself.
7651 2007-07-13 Dan Hipschman <dsh@google.com>
7653 * MAINTAINERS (Write After Approval): Add myself.
7655 2007-07-11 Nick Clifton <nickc@redhat.com>
7657 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7659 * Makefile.in: Regenerate.
7661 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7663 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7666 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
7668 * lt~obsolete.m4: New. Import from 20070318 libtool.
7670 2007-07-03 Julian Brown <julian@codesourcery.com>
7672 * MAINTAINERS (Write After Approval): Add myself.
7674 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7676 * configure.ac: Rewrite 'configure --help' strings to look nicer.
7677 * configure: Regenerate.
7679 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7681 * configure.ac: Add some missing m4 quotation.
7682 * configure: Regenerate.
7684 2007-07-02 Simon Baldwin <simonb@google.com>
7686 * MAINTAINERS (Write After Approval): Add myself.
7688 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
7690 * configure: Regenerate.
7692 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
7694 * Makefile.def: Add windmc tool to build.
7695 * Makefile.tpl: Likewise.
7696 * configure.ac: Likewise.
7697 * Makefile.in: Regenerate.
7698 * configure: Regenerate.
7700 2007-06-28 DJ Delorie <dj@redhat.com>
7702 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7703 not building newlib.
7704 * configure: Regenerated.
7706 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
7708 * MAINTAINERS (Write After Approval): Add myself.
7710 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
7712 * MAINTAINERS (Write After Approval): Add myself.
7714 2007-06-19 Chris Matthews <chrismatthews@google.com>
7716 * MAINTAINERS (Write After Approval): Add myself.
7718 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
7720 * MAINTAINERS (Write After Approval): Add myself.
7722 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7724 * Makefile.def: Add dependency from configure-gdb to all-bfd.
7725 * Makefile.in: Regenerated.
7727 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
7729 * configure.ac: Don't add target-libmudflap to noconfigdirs for
7730 bfin*-*-uclinux* targets.
7731 * configure: Regenerate.
7733 2007-06-14 Ian Lance Taylor <iant@google.com>
7735 * MAINTAINERS: Add myself as non-algorithmic global write
7738 2007-06-14 Diego Novillo <dnovillo@google.com>
7740 * MAINTAINERS: Add self as middle-end maintainer and
7741 non-algorithmic global write maintainer.
7743 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7745 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7746 Move all Fortran maintainers except Paul Brook into the
7747 Non-Autopoiesis section.
7749 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
7751 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7752 (distclean-stage[+id+]): Possibly delete stage_last.
7753 * Makefile.in: Regenerate.
7755 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
7757 * MAINTAINERS (Various Maintainer): Fix typo.
7759 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
7761 * MAINTAINERS (Various Maintainer): Add myself as
7762 dataflow maintainer.
7764 2007-06-07 Ben Elliston <bje@au.ibm.com>
7766 * config.sub, config.guess: Update from upstream sources.
7768 2007-06-07 Ben Elliston <bje@au.ibm.com>
7770 * Makefile.tpl: Fix spelling error.
7771 * Makefile.in: Regenerate.
7773 2007-06-01 Steve Ellcey <sje@cup.hp.com>
7775 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7776 lt_cv_sys_max_cmd_len.
7778 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
7780 * MAINTAINERS (Various Maintainers): Add myself as
7781 auto-vectorizer maintainer.
7783 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
7786 * libtool.m4: Revert previous change.
7787 * ltgcc.m4: Put it here.
7789 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7791 * MAINTAINERS (Various Maintainers): Add myself as
7792 auto-vectorizer maintainer.
7794 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
7797 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7799 2007-05-30 Richard Guenther <rguenther@suse.de>
7801 * MAINTAINERS (Various Maintainers): Add myself as
7802 auto-vectorizer maintainer.
7804 2007-05-30 Jakub Jelinek <jakub@redhat.com>
7807 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7808 * configure: Rebuilt.
7810 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
7812 * MAINTAINERS (Write After Approval): Removed my name.
7814 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
7816 * MAINTAINERS (Write After Approval): Remove myself.
7818 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
7820 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7822 2007-05-23 Steve Ellcey <sje@cup.hp.com>
7824 * ltmain.sh: Update from ToT Libtool.
7825 * libtool.m4: Update from ToT Libtool.
7826 * ltsugar.m4: New. Update from ToT Libtool.
7827 * ltversion.m4: New. Update from ToT Libtool.
7828 * ltoptions.m4: New. Update from ToT Libtool.
7830 * ltcf-c.sh: Remove.
7831 * ltcf-cxx.sh: Remove.
7832 * ltcf-gcj.sh: Remove.
7834 2007-05-22 Ollie Wild <aaw@google.com>
7836 * MAINTAINERS (Write After Approval): Add myself.
7838 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
7840 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7842 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7843 Remove CFLAGS/LIBCFLAGS.
7844 (configure-stage[+id+]-[+prefix+][+module+],
7845 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7846 * Makefile.in: Regenerate.
7848 2007-05-15 Diego Novillo <dnovillo@google.com>
7850 * MAINTAINERS: Update e-mail address.
7852 2007-05-15 Revital Eres <eres@il.ibm.com>
7854 * MAINTAINERS (Write After Approval): Add myself.
7856 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
7858 * MAINTAINERS (Write After Approval): Updated my address.
7860 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7862 * MAINTAINERS (Write After Approval): Add myself.
7864 2007-05-11 Silvius Rus <rus@google.com>
7866 * MAINTAINERS (Write After Approval): Add myself.
7868 2007-04-23 Tom Tromey <tromey@redhat.com>
7870 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7872 2007-04-22 Mark Mitchell <mark@codesourcery.com>
7874 * MAINTAINERS (cpplib): Rename to ...
7875 (libcpp): ... this. Add C/C++ front end maintainers.
7877 2007-04-14 Steve Ellcey <sje@cup.hp.com>
7879 * config-ml.in: Pass ${ml_config_env} to configure calls.
7881 2007-04-04 Christian Bruel <christian.bruel@st.com>
7883 * MAINTAINERS (Write After Approval): Add myself.
7885 2007-04-02 Dave Korn <dave.korn@artimi.com>
7887 * MAINTAINERS (Write After Approval): Add myself.
7889 2007-03-31 Tobias Burnus <burnus@net-b.de>
7891 * MAINTAINERS (fortran 95 front end): Add myself.
7893 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7895 * MAINTAINERS (Write After Approval): Add myself.
7897 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
7899 * MAINTAINERS (Modulo Scheduler): Add myself.
7901 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7903 * MAINTAINERS (fortran 95 front end): Add myself.
7904 (c++ front end): whitespace fix.
7906 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7908 * MAINTAINERS (Write After Approval): Add myself.
7910 2007-03-21 Richard Sandiford <richard@codesourcery.com>
7912 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7913 of glob. Quote arguments with single quotes too.
7914 * configure: Regenerate.
7916 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7918 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7919 * Makefile.in: Regenerate
7921 2007-03-07 Andreas Schwab <schwab@suse.de>
7923 * configure: Regenerate.
7925 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7927 * configure.ac: Add "--with-pdfdir" configure option,
7928 which defines pdfdir variable.
7929 * Makefile.def (target=fixincludes): Add install-pdf to
7931 (recursive_targets): Add install-pdf target.
7932 (flags_to_pass): Add pdfdir.
7933 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7935 * configure: Regenerate
7936 * Makefile.in: Regenerate
7938 2007-02-28 Eric Christopher <echristo@apple.com>
7941 2006-12-07 Mike Stump <mrs@apple.com>
7943 * Makefile.def (dependencies): Add dependency for
7944 install-target-libssp and install-target-libgomp on
7946 * Makefile.in: Regenerate.
7948 2007-02-27 Matt Kraai <kraai@ftbfs.org>
7950 * configure: Regenerate.
7951 * configure.ac: Move statements after variable declarations.
7953 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7955 * MAINTAINERS: Add myself as sh maintainer.
7957 2007-02-19 Joseph Myers <joseph@codesourcery.com>
7959 * configure.ac: Adjust for loop syntax.
7960 * configure: Regenerate.
7962 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7964 * configure: Rebuilt.
7966 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7968 * configure.ac: Drop multiple occurrences of --enable-languages,
7969 and fix its quoting.
7970 * configure: Rebuilt.
7972 2007-02-17 Mark Mitchell <mark@codesourcery.com>
7973 Nathan Sidwell <nathan@codesourcery.com>
7974 Vladimir Prus <vladimir@codesourcery.com>
7975 Joseph Myers <joseph@codesourcery.com>
7977 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7978 * configure: Regenerate.
7980 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7982 * ltconfig (freebsd*): Default to elf.
7984 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7986 * configure.ac (target_libraries): Move libgcc before libiberty.
7987 * configure: Regenerated.
7989 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7990 Paolo Bonzini <bonzini@gnu.org>
7993 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7994 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7995 * configure: Regenerated.
7997 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7999 * MAINTAINERS (Language Front End Maintainers): Update my mail
8002 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8005 * configure.ac: Correct syntax for Solaris ksh.
8006 * configure: Regenerated.
8008 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8010 * configure.ac: Sync with src.
8011 * configure: Regenerate.
8013 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8015 * Makefile.in: Regenerate.
8017 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8019 * config.sub: Sync with src.
8021 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8023 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8024 noncanonical equivalents.
8025 * configure.in: Rename to...
8026 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8027 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8028 target_noncanonical. Use them. Rewrite removal of configure
8029 arguments for autoconf 2.59. Discard variable settings. Force
8030 program_transform_name for native tools.
8032 * Makefile.in: Regenerated.
8033 * configure: Regenerated with autoconf 2.59.
8035 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
8037 * MAINTAINERS (Write After Approval): Add myself.
8039 2007-01-31 Andreas Schwab <schwab@suse.de>
8041 * Makefile.tpl (LDFLAGS): Substitute it.
8042 * Makefile.in: Regenerate.
8044 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
8046 * MAINTAINERS (Write After Approval): Add myself.
8048 2007-01-28 David Edelsohn <edelsohn@gnu.org>
8050 * MAINTAINERS (spu port): Add myself.
8052 2007-01-23 Richard Guenther <rguenther@suse.de>
8055 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8056 * Makefile.tpl (GNATBIND): Substitute it.
8057 (GNATMAKE): Likewise.
8058 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8060 * Makefile.in: Regenerate.
8061 * configure: Regenerate.
8063 2007-01-18 Mike Stump <mrs@apple.com>
8065 * configure.in: Re-enable -Werror for gcc builds.
8067 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
8069 * MAINTAINERS (Write After Approval): Add myself.
8071 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8073 * configure.in: Change == to = in test command.
8074 * configure: Regenerate.
8076 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8077 Nick Clifton <nickc@redhat.com>
8078 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8080 * configure.in (build_configargs, host_configargs, target_configargs):
8081 Remove build/host/target parameters.
8082 (host_libs): Add gmp and mpfr.
8083 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8084 * Makefile.def (gmp, mpfr): New.
8085 (gcc): Remove target.
8086 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8087 target_os, target_vendor): New.
8088 (configure): Add host_alias/target_alias arguments; adjust invocations.
8089 * configure: Regenerate.
8090 * Makefile.in: Regenerate.
8092 2007-01-11 Matt Fago <fago@earthlink.net>
8094 * configure.in: Try to link to functions only in mpfr 2.2.x
8095 to improve robustness of configure tests.
8096 * configure: Regenerate.
8098 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
8100 * MAINTAINERS: Add myself as i386 maintainer.
8102 2007-01-08 Jan Hubicka <jh@suse.cz>
8104 * MAINTAINERS: Add myself as i386 maintainer.
8106 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
8108 * configure.in: Add support for an x86_64-mingw* target.
8109 * configure: Regenerate.
8111 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8113 * Makefile.tpl (all-target): Correct @if conditional for target
8115 * configure.in: Omit libiberty if building only target libgcc.
8116 * configure, Makefile.in: Regenerated.
8118 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
8120 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8121 * configure: Regenerate.
8123 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8125 * Makefile.def (target_modules): Add libgcc.
8126 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8127 * Makefile.tpl (clean-target-libgcc): Delete.
8128 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8129 on gcc even for bootstrapped modules. Rewrite handling of
8130 lang_env_dependencies to loop over target_modules.
8131 * configure.in (target_libraries): Add target-libgcc.
8132 * Makefile.in, configure: Regenerated.
8134 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8136 * configure.in: Reorganize recognition of languages. Add
8137 --enable-stage1-languages. Show supported languages for the chosen
8138 target rather than all recognized languages.
8139 * configure: Regenerate.
8141 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8143 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8144 * Makefile.in: Regenerate.
8146 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8148 * configure.in: Warn that MPFR 2.2.0 is buggy.
8149 * configure: Regenerate.
8151 2006-12-27 Ian Lance Taylor <iant@google.com>
8153 * configure.in: When removing Makefiles to force a reconfigure, also
8154 remove prev-DIR*/Makefile.
8155 * configure: Regenerate.
8157 2006-12-22 Andreas Schwab <schwab@suse.de>
8159 * configure: Regenerate with correct autoconf version.
8161 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8163 * configure.in: add AC_SUBST for *_FOR_TARGET.
8164 * configure: Regenerate.
8166 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8168 * configure.in: Simplify logic for rejecting languages that cannot
8169 be built. Separate the case when a language is unsupported,
8170 from the case when the user chooses not to build a language.
8172 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8174 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8175 it only affects bootstrap and could be tested on "$host" as well.
8176 * configure: Regenerate.
8177 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8179 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8182 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8183 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8184 move here comment from Makefile.tpl.
8185 * Makefile.tpl: Move some definitions higher in the file.
8186 (STAGE1_CHECKING): New.
8187 * configure.in: Add --enable-stage1-checking.
8188 * configure: Regenerate.
8189 * Makefile.in: Regenerate.
8191 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8193 * MAINTAINERS: Add myself as build system maintainer.
8195 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
8197 * MAINTAINERS (Write After Approval): Add myself.
8199 2006-12-13 Eric Christopher <echristo@apple.com>
8201 * MAINTAINERS: Add myself as darwin maintainer.
8203 2006-12-11 Ian Lance Taylor <ian@airs.com>
8205 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8207 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
8209 MAINTAINERS: Update my entry.
8211 2006-12-11 Alan Modra <amodra@bigpond.net.au>
8213 * configure.in: Handle spu makefile frag.
8214 * Makefile.tpl (MAINT): Define
8215 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8216 * configure: Regenerate.
8217 * Makefile.in: Regenerate.
8219 2006-12-11 Ben Elliston <bje@au.ibm.com>
8221 * config.guess: Import latest version.
8222 * config.sub: Likewise.
8224 2006-12-11 Ben Elliston <bje@au.ibm.com>
8226 * configure.in (spu-*-*): Don't skip target-libiberty.
8227 * configure: Regenerate.
8229 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8232 * configure.in: Correct x86 darwin support for libjava to powerpc
8234 * configure: Regenerate.
8236 2006-12-08 Sandro Tolaini <tolaini@libero.it>
8238 * configure.in: Add x86 darwin support for libjava.
8239 * configure: Regenerate.
8241 2006-12-07 Mike Stump <mrs@apple.com>
8243 * Makefile.def (dependencies): Add dependency for
8244 install-target-libssp and install-target-libgomp on
8246 * Makefile.in: Regenerate.
8248 2006-12-04 Richard Guenther <rguenther@suse.de>
8250 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8251 (Non-Algorithmic Maintainers): Move over non-algorithmic
8252 loop optimizer maintainers, add myself as a non-algorithmic
8253 middle-end maintainer.
8255 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
8257 * MAINTAINERS (Write After Approval): Add myself.
8259 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8261 * configure.in: Update error message for missing GMP/MPFR.
8263 * configure: Regenerate.
8265 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8267 * configure.in: Update MPFR version in error message.
8269 * configure: Regenerate.
8271 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8273 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8274 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8275 --with-gmp-lib): New flags.
8277 * configure: Regenerate.
8279 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8281 * MAINTAINERS (Write After Approval): Change my email address.
8283 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8285 * MAINTAINERS (Write After Approval): Add myself.
8287 2006-11-22 Philipp Thomas <pth@suse.de>
8289 * MAINTAINERS (i18n): Update e-mail address.
8291 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8293 * MAINTAINERS (spu port): Add myself as maintainer.
8294 (Write After Approval): Remove myself.
8296 2006-11-22 Ben Elliston <bje@au.ibm.com>
8298 * configure.in (skipdirs): Don't build libssp for SPU.
8299 * configure: Regenerate.
8301 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8303 * MAINTAINERS (spu port): Add myself as maintainer.
8304 (libobjc): Update my email address.
8306 2006-11-21 Andrea Bona <andrea.bona@st.com>
8308 * MAINTAINERS (Write After Approval): Add myself.
8310 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8312 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8313 * configure : Rebuilt.
8315 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8317 * MAINTAINERS (Write After Approval): Add myself.
8319 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8321 * MAINTAINERS (Write After Approval): Add myself.
8323 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8325 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8327 * configure: Regenerate.
8329 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
8331 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8332 (unstage): Test for stage_last presence.
8335 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8337 * Makefile.in: Regenerate.
8339 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8341 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8344 2006-11-14 Erven Rohou <erven.rohou@st.com>
8346 * MAINTAINERS (Write After Approval): Add myself.
8348 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
8350 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8351 and stageN-package/Makefile.
8352 * Makefile.in: Regenerated.
8354 2006-11-14 Jie Zhang <jie.zhang@analog.com>
8356 * configure.in: Remove target-libgloss from noconfigdirs for
8358 * configure: Regenerated.
8360 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8362 * configure.in (have_gmp): Only error if the gcc directory exists.
8364 * configure: Regenerate.
8366 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8368 * configure.in: Robustify error message for missing GMP/MPFR.
8370 * configure: Regenerate.
8372 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8374 * MAINTAINERS (Write After Approval): Add myself.
8376 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
8378 * MAINTAINERS: Change email address.
8380 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8382 * MAINTAINERS (Write After Approval): Add myself.
8384 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8386 * MAINTAINERS (Write After Approval): Add myself.
8388 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8390 * MAINTAINERS (Write After Approval): Move myself to
8391 Write After Approval section.
8393 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8395 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8397 * configure: Regenerate.
8399 2006-10-16 Tobias Burnus <burnus@net-b.de>
8401 * MAINTAINERS (Write After Approval): Add myself.
8403 2006-10-16 Ben Elliston <bje@au.ibm.com>
8405 * config.guess: Import latest version.
8406 * config.sub: Likewise.
8408 2006-10-10 Brooks Moses <bmoses@stanford.edu>
8410 * Makefile.def: Added pdf target handling.
8411 * Makefile.tpl: Added pdf target handling.
8412 * Makefile.in: Regenerated.
8414 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8416 * MAINTAINERS: Add self as score port maintainer.
8418 2006-10-04 Brooks Moses <bmoses@stanford.edu>
8420 * MAINTAINERS (Write After Approval): Add myself.
8422 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8424 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
8426 * configure: Regenerated.
8428 2006-09-27 Dave Brolley <brolley@redhat.com>
8430 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8431 using $s instead of $r.
8432 * configure: Regenerated.
8434 2006-09-26 Thiemo Seufer <ths@mips.com>
8436 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8437 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8438 * configure: Regenerate.
8440 2006-09-24 Graeme Peterson <gridly@gmail.com>
8442 * MAINTAINERS (Write After Approval): Remove myself.
8444 2006-09-22 Chao-ying Fu <fu@mips.com>
8446 * MAINTAINERS (Write After Approval): Add myself.
8448 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
8450 * MAINTAINERS: Add self as soft-fp maintainer.
8452 2006-09-09 Anatoly Sokolov <aesok@post.ru>
8454 * MAINTAINERS: Add myself as avr maintainer.
8455 Remove Marek Michalkiewicz as avr maintainer.
8457 2006-09-07 Roberto Costa <roberto.costa@st.com>
8459 * MAINTAINERS (Write After Approval): Add myself.
8461 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
8463 * configure.in: Never build newlib for a Mingw host.
8464 Never build newlib as Mingw target library.
8465 Test the existence of winsup/cygwin for building a Cygwin newlib,
8466 rather than just winsup.
8467 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8468 building a Mingw target.
8469 * configure: Regenerate.
8471 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
8473 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8475 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
8477 * config.guess: Import from src (was more updated).
8478 * config.sub: Likewise.
8480 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
8482 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8483 * configure: Regenerated.
8485 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
8487 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8488 for stages after the first.
8490 2006-07-17 Jakub Jelinek <jakub@redhat.com>
8492 * Makefile.def: Add dependencies for configure-opcodes
8493 on configure-intl and all-opcodes on all-intl.
8494 * Makefile.in: Regenerated.
8496 2006-07-13 Ben Elliston <bje@au.ibm.com>
8498 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8500 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
8502 Port to hosts whose 'sort' and 'tail' implementations
8503 treat operands with leading '+' as file names, as POSIX
8504 has required since 2001. However, make sure the code still
8505 works on pre-POSIX hosts.
8506 * ltmain.sh: Don't assume "sort +2" is equivalent to
8507 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8509 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
8511 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8513 2006-07-04 Peter O'Gorman <peter@pogma.com>
8515 * ltconfig: chmod 644 before ranlib during install.
8517 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8520 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8521 if the bootstrap compiler is a GCC version that supports it.
8522 * configure: Regenerate.
8524 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
8526 * configure.in: Fix thinkos in previous check-in.
8527 * configure: Regenerate.
8529 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
8532 * configure.in: Test subdir_requires and give an appropriate
8534 * configure: Regenerate.
8536 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
8538 * MAINTAINERS (Write After Approval): Add myself.
8540 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
8542 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8544 2006-06-22 Steve Ellcey <sje@cup.hp.com>
8546 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8548 2006-06-20 David Ayers <d.ayers@inode.at>
8551 * configure.in: Add target-boehm-gc to noconfigdirs depending on
8552 whether target-libjava is being configured instead of whether the
8553 java front end is enabled.
8554 * configure: Regenerate.
8556 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8559 * configure.in: Only enable libgomp on IRIX 6.
8560 * configure: Regenerate.
8562 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
8564 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8566 * Makefile.in: Regenerate.
8568 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
8570 * config-ml.in: Alter CCASFLAGS to include special
8571 multilib options the same as is done for CFLAGS.
8573 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8575 * configure.in: Don't enable libgomp on hpux10.
8576 * configure: Rebuilt.
8578 2006-06-12 David Ayers <d.ayers@inode.at>
8582 * configure.in: Remove target-boehm-gc from noconfigdirs where
8583 ${libgcj} is specified.
8584 * configure: Regenerate.
8586 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
8590 * configure.in: Sync.
8591 * configure: Regenerated.
8593 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
8595 * Makefile.def: Added dependencies from sim and gdb on intl, and
8596 added configure dependencies to everything with an all dependency
8598 * Makefile.in: Regenerated.
8600 2006-06-06 David Ayers <d.ayers@inode.at>
8603 * Makefile.def: Add dependencies for libobjc which boehm-gc.
8604 * Makefile.in: Regenerate.
8605 * configure.in: Add --enable-objc-gc at toplevel and have it
8606 enable boehm-gc for Objective-C.
8607 Remove target-boehm-gc from libgcj.
8608 Add target-boehm-gc to target_libraries.
8609 Add target-boehm-gc to noconfigdirs where ${libgcj}
8611 Assert that boehm-gc is supported when requested for Objective-C.
8612 Only build boehm-gc if needed either for Java or Objective-C.
8613 * configure: Regenerate.
8615 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
8618 * Makefile.tpl (configure-[+prefix+][+module+],
8619 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8620 Remove rule to unstage bootstrapped modules.
8621 (stage_current): New.
8622 * Makefile.in: Regenerate.
8624 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8626 * MAINTAINERS (Write After Approval): Update my e-mail address.
8628 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
8630 * include/libiberty.h: Declare pex_run_in_environment.
8632 2006-05-31 Asher Langton <langton2@llnl.gov>
8634 * MAINTAINERS (Write After Approval): Add myself.
8636 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
8638 * Makefile.def (bfd, opcodes): Fix lib_path.
8639 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8640 (restrap): Move under "@if gcc-bootstrap". Fix typo.
8641 * Makefile.in: Regenerate.
8643 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8645 * Makefile.in: Regenerate.
8647 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8649 * Makefile.def: Add install-html target. Add datarootdir
8650 docdir and htmldir to flags_to_pass.
8651 * Makefile.tpl: Add install-html target.
8652 * Makefile.in: Regenerate.
8653 * configure.in: Add --with-datarootdir, --with-docdir, and
8654 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8655 * configure: Regenerate.
8657 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
8659 * configure.in: Enable gprof for cross builds.
8660 * configure: Regenerate.
8662 2006-05-22 Richard Guenther <rguenther@suse.de>
8665 2006-01-31 Richard Guenther <rguenther@suse.de>
8666 Paolo Bonzini <bonzini@gnu.org>
8668 * Makefile.def (target_modules): Add libgcc-math target module.
8669 * configure.in (target_libraries): Add libgcc-math target library.
8670 (--enable-libgcc-math): New configure switch.
8671 * Makefile.in: Re-generate.
8672 * configure: Re-generate.
8673 * libgcc-math: New toplevel directory.
8675 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8676 Andreas Tobler <a.tobler@schweiz.ch>
8678 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
8679 * configure: Rebuilt.
8681 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
8683 * MAINTAINERS (Write After Approval): Add myself.
8685 2006-05-01 DJ Delorie <dj@redhat.com>
8687 * configure.in: Restore CFLAGS if GMP isn't present.
8688 * configure: Regenerate.
8690 2006-05-01 Richard Guenther <rguenther@suse.de>
8692 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8695 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
8697 * MAINTAINERS (Write After Approval): Add myself.
8699 2006-04-28 Jan Beulich <jbeulich@novell.com>
8701 * MAINTAINERS (Write After Approval): Add myself.
8703 2006-04-18 DJ Delorie <dj@redhat.com>
8705 * configure.in (m32c): Build libstdc++-v3. Pass flags to
8706 reference libgloss so that libssp can be built in a combined
8708 * configure: Regenerate.
8710 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
8712 * MAINTAINERS (Write After Approval): Add myself.
8714 2006-04-05 Ben Elliston <bje@au.ibm.com>
8716 * configure.in: Require makeinfo 4.4 or higher.
8717 * configure: Regenerate.
8719 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
8721 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8722 Rearrange the entries of other libraries to have them in one place.
8724 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
8726 * MAINTAINERS (Write After Approval): Remove myself.
8727 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8729 2006-03-14 Richard Guenther <rguenther@suse.de>
8731 * configure: Regenerate with autoconf 2.13.
8733 2006-03-13 Jim Blandy <jimb@codesourcery.com>
8735 * MAINTAINERS: Use my work address.
8737 * MAINTAINERS: Update my E-mail address.
8739 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
8741 * configure.in: Handle --disable-<component> generically.
8742 * configure: Regenerate.
8744 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
8747 * ltmain.sh: Don't use "$finalize_rpath" for compile.
8749 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
8751 * MAINTAINERS (Write After Approval): Remove myself.
8752 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8754 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
8756 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
8757 (TARGET_CONFIGDIRS): Remove.
8758 * configure.in: Remove AC_SUBST(target_configdirs).
8759 * Makefile.in, configure: Regenerated.
8761 2006-02-20 Steven G. Kargl <kargls@comcast.net>
8763 * MAINTAINERS (Write After Approval): Remove myself.
8764 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8766 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
8770 * Makefile.tpl ([+compare-target+]): Print explanation messages.
8772 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8773 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8774 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8775 BUILD_PREFIX, BUILD_PREFIX_1.
8776 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8778 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8779 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8781 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8782 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8783 of `cat stage_current`. Always provide the `r' and `s' variables.
8784 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8785 a single shell execution.
8786 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8787 bootstrapped modules, make the stage1 module if the build was not
8788 started yet, else build the current stage.
8789 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8790 (all-build, all-host, all-target, [+make_target+]-host,
8791 [+make_target+]-target): Do not use \-continued lines.
8792 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8793 (current_stage, restrap, stage_last): New.
8795 * Makefile.in: Regenerate.
8796 * configure: Regenerate.
8798 2006-02-19 Bud Davis <jmdavis@link.com>
8800 * MAINTAINERS (Write After Approval): Remove myself.
8801 (Language Front End Maintainers): Add myself as fortran 95
8802 maintainer and update e-mail address.
8804 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8806 * MAINTAINERS (Write After Approval): Remove myself.
8807 (Language Front End Maintainers): Add myself as fortran 95
8810 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
8812 * MAINTAINERS (Write After Approval): Add myself.
8814 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
8816 * MAINTAINERS (Write After Approval): Remove myself.
8817 (Language Front End Maintainers): Add myself as
8818 fortran 95 maintainer.
8820 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
8824 2005-12-27 Leif Ekblad <leif@rdos.net>
8826 * configure.in: Add support for RDOS target.
8827 * configure: Regenerate.
8829 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
8830 Andreas Schwab <schwab@suse.de>
8832 * configure: Regenerate.
8834 2006-02-12 David Edelsohn <edelsohn@gnu.org>
8836 * configure.in (enable_libgomp): Add AIX.
8837 * configure: Regenerate.
8839 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
8841 * MAINTAINERS (Write After Approval): Add myself.
8843 2006-02-03 Lee Millward <lee.millward@gmail.com>
8845 * MAINTAINERS (Write After Approval): Add myself.
8847 2006-01-31 Richard Guenther <rguenther@suse.de>
8848 Paolo Bonzini <bonzini@gnu.org>
8850 * Makefile.def (target_modules): Add libgcc-math target module.
8851 * configure.in (target_libraries): Add libgcc-math target library.
8852 (--enable-libgcc-math): New configure switch.
8853 * Makefile.in: Re-generate.
8854 * configure: Re-generate.
8855 * libgcc-math: New toplevel directory.
8857 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
8859 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8860 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8861 the assembler, linker and binutils.
8862 * configure: Regenerate.
8864 2006-01-22 Dirk Mueller <dmueller@suse.de>
8866 * MAINTAINERS (Write After Approval): Add myself.
8868 2006-01-20 Diego Novillo <dnovillo@redhat.com>
8870 * configure: Regenerate.
8872 2006-01-18 Richard Henderson <rth@redhat.com>
8873 Jakub Jelinek <jakub@redhat.com>
8874 Diego Novillo <dnovillo@redhat.com>
8876 * libgomp: New directory.
8877 * Makefile.def: Add target_module libgomp.
8878 * Makefile.in: Regenerate.
8879 * configure.in (target_libraries): Add target-libgomp.
8880 * configure: Regenerate.
8882 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
8884 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8885 @ from continuation.
8886 * Makefile.in: Rebuilt.
8888 2006-01-04 Chris Lattner <sabre@gnu.org>
8890 * MAINTAINERS (Write After Approval): Add myself.
8892 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
8896 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8897 * Makefile.tpl (OBJDUMP): New.
8898 (EXTRA_HOST_FLAGS): Add it.
8899 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8901 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8902 to use symbolic links between directories. Avoid race conditions
8903 or make them harmless.
8904 * configure.in: Do not try to use symbolic links between directories.
8906 * Makefile.def (LEAN): Pass.
8907 * Makefile.tpl (LEAN): Define.
8908 (stage[+id+]-start): Accept that the previous directory does not
8909 exist, if the bootstrap is lean.
8910 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8911 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8912 configure substitution.
8913 ([+compare-target+]): Likewise.
8914 ([+bootstrap-target+]-lean): New.
8915 * configure.in: Remove lean bootstrap support from here.
8917 * Makefile.in: Regenerate.
8918 * configure: Regenerate.
8920 2006-01-04 Ben Elliston <bje@au.ibm.com>
8922 * MAINTAINERS (libdecnumber): Add myself.
8924 2006-01-02 Mark Mitchell <mark@codesourcery.com>
8926 * libtool-ldflags: New script.
8928 2006-01-02 Andreas Schwab <schwab@suse.de>
8930 * configure.in: When reconfiguring remove Makefile in
8931 all stage directories.
8932 * configure: Regenerate.
8934 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8936 * MAINTAINERS: Update my email address.
8938 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
8940 Revert Ada-related part of the previous change.
8942 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8944 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8945 * Makefile.in: Regenerate.
8946 * configure.in: Do not include mt-ppc-aix target fragment.
8947 * configure: Regenerate.
8949 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
8951 * configure.in: Select appropriate fragments for PowerPC/AIX.
8952 * configure: Regenerate.
8954 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8955 BOOT_CFLAGS, BOOT_LDFLAGS.
8956 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8957 BOOT_CFLAGS, BOOT_LDFLAGS.
8958 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8959 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8960 (stage): Fail if we cannot complete the work.
8961 * Makefile.in: Regenerate.
8963 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8965 * configure.in: Replace ms1 with mt.
8966 * configure: Rebuilt.
8968 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8970 * MAINTAINERS: Update my email address.
8972 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
8974 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8975 install-host-nogcc): Don't invoke $(stage) at the end.
8976 * Makefile.in: Regenerate.
8978 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
8980 * configure.in: Flip the top-level bootstrap switch.
8981 * configure: Regenerate.
8983 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8985 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8986 $(stage) and $(unstage).
8987 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8988 (all): Remove stray semicolon.
8989 (local-distclean): Don't handle multilib.tmp and multilib.out.
8990 (install.all): Set $s for consistency.
8991 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8992 check_multilibs setting. Always make the install directory.
8993 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8995 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8996 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8997 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8998 (multilib.out): Remove.
8999 * Makefile.in: Regenerated.
9001 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9003 * MAINTAINERS (Write After Approval): Add myself.
9005 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9007 * MAINTAINERS: Add myself as mt maintainer.
9009 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9011 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9013 * MAINTAINERS: Change email address.
9015 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
9017 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9018 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9019 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9020 Find in-tree tools if available.
9021 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9022 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9023 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9024 (COMPILER_*_FOR_TARGET): New.
9025 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9026 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9027 (CONFIGURED_*, USUAL_*): Remove.
9028 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9029 STRIP): Use autoconf substitutions.
9030 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9031 COMPILER_NM_FOR_TARGET): New.
9032 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9034 (all): Make all-host and all-target in parallel.
9035 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9036 that $$r and $$s are set before invoking a recursive make.
9037 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9038 ([+bootstrap-target+]): Inline most of the `all' target.
9040 2005-11-29 Ben Elliston <bje@au.ibm.com>
9042 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9043 from the gcc build directory.
9044 * Makefile.in: Regenerate.
9046 2005-11-29 Ben Elliston <bje@au.ibm.com>
9048 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9049 depend on all-libdecnumber.
9050 * configure.in (host_libs): Include libdecnumber.
9051 * Makefile.in: Regenerate.
9052 * configure: Likewise.
9054 2005-11-29 Ben Elliston <bje@au.ibm.com>
9056 * libdecnumber: Import decNumber sources from the dfp-branch.
9058 2005-11-21 Kean Johnston <jkj@sco.com>
9060 * config.sub, config.guess: Sync from upstream sources.
9062 2005-11-21 Ben Elliston <bje@au.ibm.com>
9064 Import from Autoconf sources:
9066 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9067 * config/move-if-change: Don't output "$2 is unchanged";
9068 suggested by Ben Elliston. Handle weird characters correctly.
9070 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9072 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9073 to match upstream libtool for darwin.
9075 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9077 * Makefile.def: Remove gdb dependencies for gdbtk.
9078 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9079 (configure-gdb, install-gdb): New rules.
9080 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9081 * Makefile.in, configure: Regenerated.
9083 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9085 * MAINTAINERS (Write After Approval): Add myself.
9087 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9089 * MAINTAINERS (Write After Approval): Add myself.
9091 2005-10-24 Diego Novillo <dnovillo@redhat.com>
9093 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9096 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
9099 * Makefile.tpl (do-[+make-target+], do-check, install,
9100 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9101 are set before recursing.
9102 * Makefile.in: Regenerate.
9104 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9107 * Makefile.def (gcc) <target>: Fix thinko.
9108 * Makefile.in: Regenerate.
9110 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9112 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9113 * configure: Regenerate.
9115 2005-10-15 Jie Zhang <jie.zhang@analog.com>
9117 * MAINTAINERS (Write After Approval): Add self.
9119 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
9121 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9122 target-libffi, target-qthreads, target-libjava, and
9124 * configure: Regenerate.
9126 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9128 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9129 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9130 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9131 (USUAL_OBJDUMP_FOR_TARGET): New.
9132 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9133 * configure.in: Check for $OBJDUMP_FOR_TARGET.
9134 * configure, Makefile.in: Regenerated.
9136 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9138 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9139 before other host packages.
9141 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9143 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9145 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9149 * configure.in (default_target): Remove.
9150 * Makefile.tpl (all): Do not use prerequisites as subroutines
9151 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9152 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9153 use prerequisites as subroutines.
9154 (check-host, check-target): New.
9155 (bootstrap configure & all targets): Do not use stage*-start
9156 if the directory layout is already ok.
9157 (non-bootstrap configure & all targets): Prepend a $(unstage).
9158 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9159 (NOTPARALLEL): Remove.
9160 (unstage, stage variables): New variables.
9161 (unstage, stage targets): Simply expand to those variables.
9163 * configure: Regenerate.
9164 * Makefile.in: Regenerate.
9166 2005-10-04 James E Wilson <wilson@specifix.com>
9168 * Makefile.def (lang_env_dependencies): Add libmudflap.
9169 * Makefile.in: Regenerate.
9171 2005-10-03 Andreas Schwab <schwab@suse.de>
9173 Backport from libtool CVS:
9174 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9176 * ltmain.sh: add support for installing into temporary
9177 staging area (e.g. 'make install DESTDIR=...')
9179 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9181 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9182 * configure: Regenerated.
9184 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9186 * configure: Regenerate with the correct
9189 2005-09-30 Catherine Moore <clm@cm00re.com>
9191 * configure.in (bfin-*-*): New.
9192 * configure: Regenerated.
9194 2005-09-28 Geoffrey Keating <geoffk@apple.com>
9196 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9197 (LIPO_FOR_TARGET): New.
9198 (CONFIGURED_LIPO_FOR_TARGET): New.
9199 (USUAL_LIPO_FOR_TARGET): New.
9200 (STRIP_FOR_TARGET): New.
9201 (CONFIGURED_STRIP_FOR_TARGET): New.
9202 (USUAL_STRIP_FOR_TARGET): New.
9203 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9205 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9206 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9207 * Makefile.in: Regenerate.
9208 * configure: Regenerate.
9210 2005-09-19 David Edelsohn <edelsohn@gnu.org>
9212 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9213 (rs6000-*-aix*): Same.
9214 * configure: Regenerate.
9216 2005-09-16 Tom Tromey <tromey@redhat.com>
9218 * MAINTAINERS: Add self as java maintainer.
9220 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9222 * configure.in: Recognize f95 in the --enable-languages option,
9223 and substitute it for fortran, issuing a warning.
9224 * configure: Regenerate.
9226 2005-08-30 Phil Edwards <phil@codesourcery.com>
9228 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9229 * configure: Regenerated.
9231 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
9233 * MAINTAINERS: Add self as ms1 maintainer.
9235 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9237 * Makefile.def (libssp): Add to lang_env_dependencies.
9238 * Makefile.in: Regenerate.
9240 2005-08-18 Ian Lance Taylor <ian@airs.com>
9242 * MAINTAINERS: Add myself as middle-end maintainer.
9244 2005-08-17 Christian Groessler <chris@groessler.org>
9246 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9247 * Makefile.in: Regenerate.
9249 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9251 * MAINTAINERS (write after approval): Added myself.
9253 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9255 * MAINTAINERS (Write After Approval): Add myself.
9257 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
9259 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9260 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9261 Look for alternate names of the target cc and c++
9262 * configure: Regenerate.
9264 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
9266 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9267 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9268 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9269 tools; remove code to manually set them.
9270 (Target tools): Look in the environment for them.
9271 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9272 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9273 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9275 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9276 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9277 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9278 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9279 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9280 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9281 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9282 * configure: Regenerate.
9283 * Makefile.in: Regenerate.
9285 2005-07-28 Ben Elliston <bje@au.ibm.com>
9287 * MAINTAINERS: Update for removed CPU targets.
9289 2005-07-27 Mark Mitchell <mark@codesourcery.com>
9291 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9292 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9293 * Makefile.in: Regenerated.
9295 2005-07-26 Mark Mitchell <mark@codesourcery.com>
9297 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9298 (CFLAGS_FOR_TARGET): Use it.
9299 (CXXFLAGS_FOR_TARGET): Likewise.
9300 * Makefile.in: Regenerated.
9301 * configure.in (--with-build-sysroot): New option.
9302 * configure: Regenerated.
9304 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
9306 * Makefile.tpl: Wrap install between unstage and stage
9307 * Makefile.in: Regenerate.
9309 2005-07-21 Eric Christopher <echristo@apple.com>
9311 * MAINTAINERS: Update affiliation.
9313 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9315 * MAINTAINERS: Add self as crx port maintainer.
9317 2005-07-20 DJ Delorie <dj@redhat.com>
9319 * MAINTAINERS: Add self as m32c maintainer.
9321 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9323 * all files: Update FSF address.
9325 2005-07-15 Eric Christopher <echristo@redhat.com>
9327 * MAINTAINERS: Change affiliation.
9329 2005-07-14 Jim Blandy <jimb@redhat.com>
9331 * configure.in: Add cases for Renesas m32c.
9332 * configure: Regenerated.
9334 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9336 * COPYING.LIB: Update from fsf.org.
9338 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9340 * COPYING, compile, config.guess,
9341 config.sub, install-sh, missing, mkinstalldirs,
9342 symlink-tree, ylwrap: Sync from upstream sources.
9343 * config-ml.in: Update FSF address.
9345 2005-07-13 Eric Christopher <echristo@redhat.com>
9347 * configure.in: Add toplevel noconfigdir support for tpf.
9348 * configure: Regenerate.
9350 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
9354 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9355 * Makefile.in: Regenerate.
9357 2005-07-07 Mark Mitchell <mark@codesourcery.com>
9359 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
9360 Brolley to write-after-approval.
9362 2005-07-07 Andreas Schwab <schwab@suse.de>
9364 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9365 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9366 * Makefile.in: Regenerated.
9368 2005-07-06 Geoffrey Keating <geoffk@apple.com>
9370 * configure.in: Don't build sim or rda when targetting darwin.
9371 * configure: Regenerate.
9373 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
9375 * configure.in: Add --enable-libssp and --disable-libssp.
9376 * configure: Regenerate with autoconf-2.13.
9378 2005-07-02 Jakub Jelinek <jakub@redhat.com>
9380 * Makefile.def (target_modules): Add libssp.
9381 * configure.in (target_libraries): Add target-libssp.
9382 * configure: Rebuilt.
9383 * Makefile.in: Rebuilt.
9385 2005-07-01 Zack Weinberg <zackw@panix.com>
9387 * MAINTAINERS: Change email address. Resign from maintainership.
9389 2005-07-01 Richard Guenther <rguenther@suse.de>
9391 * MAINTAINERS: Change my e-mail address and affiliation.
9393 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
9395 * Makefile.def (stagefeedback): Come after profile.
9396 Define profiledbootstrap target.
9397 * Makefile.tpl (profiledbootstrap): Remove.
9398 (stageprofile-end): Zap stagefeedback.
9399 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9400 * Makefile.in: Regenerate.
9402 2005-06-13 Richard Sandiford <richard@codesourcery.com>
9404 * MAINTAINERS: Update my email address.
9406 2005-06-13 Zack Weinberg <zack@codesourcery.com>
9408 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9409 In 'cpp' stanza, support '#line' as well as '# '.
9411 2005-06-08 Andreas Schwab <schwab@suse.de>
9413 * MAINTAINERS: Move myself from 'Write After Approval' to
9414 'CPU Port Maintainers' section as m68k maintainer.
9416 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
9418 * configure.in (unsupported_languages): New macro.
9419 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9420 non-ported target libraries in noconfigdirs.
9421 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9422 non-linux-gnu. Remove libgcj_ex_libffi.
9423 <lang_frag loop>: Set add_this_lang=no if the language is in
9424 unsupported_languages.
9425 * configure: Regenerate.
9427 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9429 * configure.in: Fix typo in handling of --with-mpfr-dir.
9430 * configure: Regenerate.
9432 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9434 * MAINTAINERS: Update my email address.
9436 2005-06-02 Jim Blandy <jimb@redhat.com>
9438 * config.sub: Add cases for the Renesas m32c. (This patch has been
9439 accepted into the master sources.)
9441 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
9442 Michael Snyder <msnyder@redhat.com>
9443 Stan Cox <scox@redhat.com>
9445 * configure.in: Set noconfigdirs for ms1.
9447 * configure: Regenerate.
9449 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
9451 * MAINTAINERS (Write After Approval): Add self.
9453 2005-06-01 Josh Conner <jconner@apple.com>
9455 * MAINTAINERS (Write After Approval): Add self.
9457 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
9459 * MAINTAINERS: Update my email address.
9461 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
9463 * MAINTAINERS (Write After Approval): Add self.
9465 2005-05-26 Chris Demetriou <cgd@broadcom.com>
9467 * MAINTAINERS (Write After Approval): Remove self.
9469 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
9471 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9472 (Dependencies): Consider target modules for bootstrap dependencies.
9473 Make target bootstrap modules depend on each stage's gcc.
9474 * Makefile.in: Regenerate.
9476 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
9478 * Makefile.def (configure-gcc): Depend on binutils having been built.
9479 (all-gcc): No need to do it here.
9480 * Makefile.in: Regenerate.
9482 2005-05-19 Paul Brook <paul@codesourcery.com>
9484 * configure.in: Rewrite misleading error message when requested
9485 language cannot be built.
9486 * configure: Regenerate.
9488 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
9490 * ylwrap: Import from Automake 1.9.5.
9492 2005-05-13 David Ung <davidu@mips.com>
9494 * MAINTAINERS (Write After Approval): Add self.
9496 2005-05-09 Mike Stump <mrs@apple.com>
9498 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9499 lt_cv_sys_max_cmd_len for now.
9501 2005-05-09 Stan Cox <scox@redhat.com>
9503 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9505 2005-05-08 Matt Kraai <kraai@ftbfs.org>
9507 * README.SCO: Update the URL.
9509 2005-05-05 David Edelsohn <edelsohn@gnu.org>
9511 * ltconfig: Define file_list_spec. Pass file_list_spec and
9512 with_gnu_ld to libtool.
9513 * ltcf-c.sh (aix[45]): Define file_list_spec.
9514 * ltcf-cxx.sh (aix[45]): Same.
9515 * ltcf-gcj.sh (aix[45]): Same.
9516 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9517 exists, write list of input files to temporary file.
9519 2005-05-04 Mike Stump <mrs@apple.com>
9521 * configure.in: Always pass --target to target configures as
9522 otherwise rebuilds that do --recheck will fail.
9523 * confiugure: Rebuilt.
9525 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
9527 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9529 (configure, all): Add bootstrap support.
9530 (Host modules, target modules): Pass post-stage1 flags and exports.
9531 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9532 * Makefile.in: Regenerate.
9534 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
9536 * configure: Regenerate.
9538 2005-04-27 Mike Stump <mrs@apple.com>
9540 * MAINTAINERS: Add self as darwin maintainer.
9542 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
9544 * config.sub: Update from master copy.
9546 2005-04-21 Mike Stump <mrs@apple.com>
9548 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9549 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9551 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
9553 * configure.in <crisv32-*-*, cris-*-*>: New local variable
9554 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
9555 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
9556 "*-*-elf" and "*-*-linux*".
9557 * configure: Regenerate.
9559 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
9561 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9563 2005-04-12 Mike Stump <mrs@apple.com>
9565 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9567 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
9569 * MAINTAINERS (Write After Approval): Add myself.
9571 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
9573 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9575 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
9577 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9578 (TARGET_CONFIGARGS): Include --with-target-subdir.
9579 (configure, all): New macros. Use them throughout.
9580 * Makefile.in: Regenerate.
9582 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
9584 * MAINTAINERS (Write After Approval): Add myself.
9586 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9588 * MAINTAINERS: Remove 'loop unrolling' maintainer.
9590 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
9592 * MAINTAINERS: Move John Carr to Write After Approval.
9594 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
9596 * config/mh-mingw32: Delete.
9597 * configure.in: Don't use it.
9598 * configure: Regenerate.
9600 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
9602 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9603 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9604 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9605 (HOST_LIB_PATH): Generate from Makefile.def.
9606 (TARGET_LIB_PATH): Likewise.
9607 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9608 * Makefile.in: Regenerate.
9609 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9610 (RPATH_ENVVAR): Include Darwin case.
9611 * configure: Regenerate.
9613 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
9615 * MAINTAINERS (Various Maintainers): Remove self.
9616 (Write After Approval): Add self.
9618 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
9620 * MAINTAINERS (Various Maintainers): Add self.
9622 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
9624 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9625 * configure: Regenerate.
9627 2005-03-21 Zack Weinberg <zack@codesourcery.com>
9629 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9630 gcc_version, and gcc_version_trigger from set of flags to pass.
9631 * Makefile.tpl: Remove definitions of above variables.
9632 (config.status): Remove dependency on $(gcc_version_trigger).
9633 * Makefile.in: Regenerate.
9634 * configure.in: Do not reference config/gcc-version.m4 nor
9635 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
9636 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
9637 * configure: Regenerate.
9639 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
9640 Andrew Pinski <pinskia@physics.uc.edu>
9642 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9643 * Makefile.in: Regenerate.
9645 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
9647 * MAINTAINERS (Write After Approval): Add myself.
9649 2005-03-03 David Ayers <d.ayers@inode.at>
9651 * MAINTAINERS (Write After Approval): Add myself.
9653 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
9656 * ltmain.sh: Avoid creating archives with components that have
9657 duplicate basenames.
9659 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
9662 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9664 * Makefile.in: Regenerate.
9666 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
9668 * Makefile.in: Regenerate to fix conflict between the previous two
9671 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
9674 * Makefile.def (target_modules): Remove "stage", now unnecessary.
9675 * Makefile.tpl (HOST_SUBDIR): New substitution.
9676 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9677 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9678 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9679 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9680 (Host modules, Bootstrapped modules): Use it.
9681 (Build modules, Target modules): Do not create symlink trees,
9682 always configure out-of-srcdir.
9683 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9684 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9685 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9686 $(HOST_SUBDIR). Create a symlink for host_subdir.
9688 * Makefile.in: Regenerate.
9689 * configure: Regenerate.
9691 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9693 Merged from libada-gnattools-branch:
9694 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
9696 * gnattools: New directory.
9697 * Makefile.def: Add gnattools as a module, depending on target-libada.
9698 * Makefile.in: Regenerate.
9699 * configure.in: Include gnattools in host_tools; disable it if ada
9701 * configure: Regenerate.
9703 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
9705 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9706 treelang maintainer.
9707 (Write After Approval): Remove myself.
9709 2005-02-23 Paul Schlie <schlie@comcast.net>
9711 * configure.in: Allow darwin targeted ports to build tk, itcl and
9713 * configure: Regenerate.
9715 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9718 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9719 * configure: Regenerate.
9721 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
9723 * MAINTAINERS (Write After Approval): Add myself.
9725 2005-02-10 Ian Lance Taylor <ian@airs.com>
9727 * MAINTAINERS: Update my e-mail address.
9729 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
9731 * MAINTAINERS (Write After Approval): Add myself.
9733 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
9735 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9736 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9737 target-libgloss when not *-*-elf and *-*-aout.
9738 * configure: Regenerate.
9740 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
9742 * MAINTAINERS: Remove obsolete entries.
9744 * MAINTAINERS (Write After Approval): Add Michael Matz.
9746 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
9748 * MAINTAINERS: Remove self as cpplib maintainer.
9750 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9752 * install-sh, config.sub: Import from upstream.
9754 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9757 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9758 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9759 * Makefile.in: Regenerate.
9761 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
9763 * MAINTAINERS: Update my email address.
9765 2005-01-12 David Edelsohn <edelsohn@gnu.org>
9766 Andreas Schwab <schwab@suse.de>
9769 * config-ml.in: Eval option if surrounded by single quotes.
9771 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
9773 Revert 2004-12-28 Makefile changes, a better fix will be
9774 applied to mainline and src after GCC 4.0 branches.
9776 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
9780 * Makefile.def (target_modules): Remove stage parameter,
9781 it is always true now.
9782 * Makefile.tpl (configure-build-[+module+],
9783 configure-target-[+module+]): Always build symlink tree
9784 for the directory and for include. BUILD_SUBDIR and
9785 TARGET_SUBDIR cannot be . anymore.
9786 * Makefile.in: Regenerate.
9788 2004-12-25 David Edelsohn <edelsohn@gnu.org>
9790 Revert 2004-12-08 Makefile changes.
9792 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
9794 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9797 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
9799 * configure.in (sh64-*-*): Reenable gprof.
9800 * configure: Regenerate.
9802 2004-12-08 David Edelsohn <edelsohn@gnu.org>
9804 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9805 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9806 (EXTRA_TARGET_FLAGS): Add PICFLAG.
9807 * Makefile.in: Regenerate.
9809 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
9811 * MAINTAINERS: Update my email address.
9813 2004-12-07 Matt Kraai <kraai@ftbfs.org>
9815 * Makefile.tpl: Generate normal dependencies if the LHS module is
9817 * Makefile.in: Regenerate.
9819 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
9821 * configure.in: Include config/gxx-include-dir.m4. Use
9822 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
9823 * configure: Regenerate.
9825 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
9827 * config.if: Delete.
9828 * configure.in: Set libstdcxx_incdir directly.
9829 * configure: Regenerate.
9831 2004-12-02 Eric Christopher <echristo@redhat.com>
9833 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9834 * Makefile.in: Regenerate.
9836 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
9838 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9839 * configure: Regenerate.
9841 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
9843 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
9844 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
9845 * configure: Regenerate.
9847 2004-12-01 Eric Christopher <echristo@redhat.com>
9849 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9850 of things to remove.
9852 2004-11-29 Matt Kraai <kraai@ftbfs.org>
9854 * MAINTAINERS (Write After Approval): Update my e-mail address.
9856 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
9858 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9859 from CVS libtool to always pass_all.
9861 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9863 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9864 (hppa*64*-*-*): Delete incorrect comment.
9865 * configure: Rebuilt.
9867 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9869 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9871 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9873 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9874 from CVS libtool to always pass_all.
9876 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9878 * install-sh, compile: Import from automake.
9880 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9882 * config.guess, config.sub: Import from savannnah.
9884 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
9886 * MAINTAINERS (Write After Approval): Add myself
9888 2004-11-12 Mike Stump <mrs@apple.com>
9890 * Makefile.def: Add html support.
9891 * Makefile.tpl: Likewise.
9892 * Makefile.in: Regenerate.
9894 2004-11-11 Geoffrey Keating <geoffk@apple.com>
9897 * configure.in: Remove all instances of build-fixincludes from
9899 (build_configargs): Supply --target to subdirectories.
9900 * configure: Regenerate.
9902 * Makefile.def: Make gcc install depend on fixincludes install.
9903 * Makefile.in: Regenerate.
9905 2004-11-10 Janis Johnson <janis187@us.ibm.com>
9907 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9909 2004-11-11 Paul Brook <paul@codesourcery.com>
9911 * MAINTAINERS: Add self as arm maintainer. Update email address.
9913 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9915 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9917 * configure: Regenerate.
9919 2004-11-07 David Edelsohn <edelsohn@gnu.org>
9921 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9924 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
9926 * Makefile.def (host fixincludes): Specify missing targets.
9927 * Makefile.in: Regenerate.
9929 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9931 * MAINTAINERS: Add myself
9933 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9935 * MAINTAINERS (Write After Approval): Add myself.
9937 2004-11-04 Geoffrey Keating <geoffk@apple.com>
9939 * Makefile.def: Build fixincludes for the host, too.
9940 * Makefile.in: Regenerate.
9941 * configure.in (host_tools): Add fixincludes.
9942 * configure: Regenerate.
9944 2004-11-04 Daniel Jacobowitz <dan@debian.org>
9946 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9947 * configure: Regenerated.
9949 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9952 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9953 * configure: Regenerated.
9955 2004-10-31 Mark Mitchell <mark@codesourcery.com>
9957 * README.SCO: Update per FSF instructions.
9959 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
9962 * configure.in (case ${target}): Do not build fixincludes for avr.
9963 * configure: Regenerated.
9965 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
9967 * configure.in (case ${target}): Do not build fixincludes
9968 on platforms where it is not used.
9969 * configure: Regenerated.
9971 2004-10-23 Daniel Jacobowitz <dan@debian.org>
9973 * configure.in: Use an absolute path to install-sh.
9974 * configure: Regenerated.
9976 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9978 * MAINTAINERS (Write After Approval): Add myself.
9980 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9982 * MAINTAINERS: Remove from Write After Approval those that are
9983 already maintainers.
9985 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9987 * MAINTAINERS: Update my email address.
9989 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9991 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9992 * configure: Regenerate.
9994 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
9996 * MAINTAINERS: Update my email address.
9998 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10000 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10001 entries belonging to this category.
10003 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10005 * MAINTAINERS: Update my e-mail address.
10007 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
10009 Fix wrong conflict resolution in:
10011 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10013 * Makefile.in: Regenerate.
10014 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10015 in the recursive `make', instead of hardwiring `all'.
10016 (Autogenerated TARGET-* variables): New.
10018 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10020 * configure.in: Enable target-libgloss for crx-*-*.
10021 * configure: Regenerate.
10023 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10025 * MAINTAINERS (Various Maintainers): Move the "windows,
10026 cygwin, mingw" maintainer to ...
10027 (OS Port Maintainers): ... here.
10029 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10031 * MAINTAINERS (Write After Approval): Remove those that are
10032 maintainers of some subsystem.
10034 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10036 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10037 * ltcf-cxx.sh (tpf*): Likewise.
10038 * ltconfig (tpf*): Add TPF OS configuration support.
10040 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10042 * MAINTAINERS: Change my email address to my new work account.
10044 2004-09-24 Michael Roth <mroth@nessie.de>
10046 * configure.in (--without-headers): Add missing double quotes.
10047 * configure: Regenerate.
10049 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
10051 * ylwrap: Revert to previous version.
10053 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10056 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10057 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10058 SET_GCC_LIB_PATH_CMD.
10059 (BASE_TARGET_EXPORTS): Likewise.
10060 * Makefile.in: Regenerated.
10062 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10063 * configure: Regenerated.
10065 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10067 * config.guess: New upstream version
10068 * compile, depcomp, install-sh, ylwrap: Likewise.
10070 2004-09-19 Roger Sayle <roger@eyesopen.com>
10072 * config/mh-x86omitfp: New host makefile fragment. Add
10073 -fomit-frame-pointer to the default BOOT_CFLAGS.
10074 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10075 * configure: Regenerate.
10077 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10080 * configure.in (*-*-darwin*): Renable libobjc.
10081 * configure: Regenerate.
10083 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10085 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10087 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
10089 * Makefile.def: Remove libbanshee.
10090 * Makefile.tpl: Ditto.
10091 * configure.in: Ditto.
10092 * Makefile.in: Regen.
10093 * configure: Ditto.
10095 2004-09-08 David Edelsohn <edelsohn@gnu.org>
10097 * ltmain.sh: Use $pic_object as $non_pic_object if
10098 $non_pic_object=none.
10100 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
10102 * missing: Import latest version from master repository.
10104 2004-09-06 Nick Clifton <nickc@redhat.com>
10106 * config.sub: Import latest version from master repository.
10107 * config.guess: Likewise.
10108 This includes these changes:
10110 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10112 * config.sub: Handle crisv32, alias etraxfs.
10113 * config.guess (crisv32:Linux:*:*): Handle.
10115 2004-08-13 Brad Smith <brad@comstyle.com>
10117 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10118 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10120 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10122 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10123 assume the processor is a powerpc. This is because coreutils
10124 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10125 in this case, due to a MacOS X bug that causes
10126 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10127 to return a negative number.
10128 Problem reported by Petter Reinholdtsen in:
10129 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10131 2004-07-19 Ben Elliston <bje@gnu.org>
10133 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10135 2004-06-24 Ben Elliston <bje@gnu.org>
10137 * config.guess: Update copyright years.
10138 * config.sub: Likewise.
10140 2004-06-22 Robert Millan <robertmh@gnu.org>
10142 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10143 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10145 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10147 * config.guess (*:*VMS:*:*): New entry. Replaces
10148 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10151 2004-06-22 Ben Elliston <bje@gnu.org>
10153 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10154 * config.sub: Likewise.
10156 2004-06-22 Ben Elliston <bje@gnu.org>
10158 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10159 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10161 2004-06-11 Ben Elliston <bje@gnu.org>
10163 * config.guess (pegasos:OpenBSD:*:*): Remove.
10165 2004-06-11 Ben Elliston <bje@gnu.org>
10167 From Wouter Verhelst <wouter@grep.be>:
10168 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10170 2004-06-11 Ben Elliston <bje@gnu.org>
10172 * config.guess (luna88k:OpenBSD:*:*): New.
10174 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10176 * config.guess (m32r*:Linux:*:*): New case.
10177 * config.sub: Handle m32rle.
10179 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10181 From Jens Petersen <petersen@redhat.com>:
10182 * config.sub: Handle sparcv8.
10184 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10186 From Tom Smith <smith@cag.lkg.hp.com>:
10187 * config.guess: Version suffixes are equally significant on Tru64
10188 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10189 prefix of "P" (patched kernel).
10191 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10193 * config.sub: Add support for National Semiconductor CRX target.
10195 2004-09-03 Janis Johnson <janis187@us.ibm.com>
10197 * MAINTAINERS (Various Maintainers): Remove myself as web page
10198 maintainer, add myself as maintainer of build status lists.
10200 2004-09-03 Jan Beulich <jbeulich@novell.com>
10202 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10203 *-*-netware, but add target-libmudflap.
10204 Consolidate *-*-netware targets (of which really only i?86 exists)
10205 into a single entry.
10206 * configure: Likewise.
10208 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
10210 * Makefile.tpl (sorry): Remove.
10211 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10212 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10213 (do-clean): Clean per-stage directories too.
10214 (do-distclean): Run distclean-stage1 too.
10215 (.NOTPARALLEL): Enable during toplevel bootstrap.
10216 (stage[+id+]-bubble): Enable parallel execution during
10217 the recursive invocation.
10218 * Makefile.in: Regenerate.
10220 Fix previous checkin:
10222 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10224 * configure.in: Fix indentation.
10225 * configure: Regenerate.
10227 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
10229 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10230 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10231 * configure: regenerate
10232 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10235 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
10237 * Makefile.def (build_modules): Add fixincludes.
10238 (dependencies): Make gcc depend on fixincludes.
10239 * configure.in (build_tools): Add fixincludes.
10240 (build_configdirs): Always include build_libs.
10241 * Makefile.in: Regenerate.
10242 * configure: Regenerate.
10244 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
10246 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10247 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10248 phony targets; do not generate timestamp files.
10249 (distclean-stageN): Remove references to their timestamp files.
10250 (restageN, touch-stageN): Remove.
10251 (stageN-bubble): Rewritten.
10252 (compare): Support lean bootstraps.
10253 * Makefile.in: Regenerate.
10255 * configure.in: Only warn when bootstrapping but
10256 build != host or build != target. Support lean bootstraps.
10257 * configure: Regenerate.
10259 2004-08-26 Phil Edwards <phil@codesourcery.com>
10261 * configure.in: Give a better error message if GMP/MPFR are missing
10262 and a language needing them has been requested.
10263 * configure: Regenerated.
10265 2004-08-25 Phil Edwards <phil@codesourcery.com>
10267 * configure.in: Print a list of available language front-ends if
10268 a requested one is missing. Tidy stray tab characters.
10269 * configure: Regenerated.
10271 2004-08-19 Michael Koch <konqueror@gmx.de>
10273 * gcc/doc/install.texi: Update entry about automake for libjava.
10275 2004-08-17 Robert Millan <robertmh@gnu.org>
10277 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10278 (instead of FreeBSD).
10279 * configure: Regenerate.
10281 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10283 * Makefile.in: Regenerate.
10284 * configure: Regenerate.
10286 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10288 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10289 for bootstrapped modules if toplevel bootstrap is going.
10290 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10291 modules. Adjust for changes in Makefile.def. Enable several
10292 rules even in non-bootstrap mode, just to avoid peppering the
10293 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10294 (stage-[+prev+]-bubble): Remove.
10296 * Makefile.def (Dependencies): Depend on all-build-bison,
10297 all-build-flex, all-build-byacc, all-build-texinfo, rather
10298 than the host variations.
10299 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10301 (BISON): Update for recent Bisons.
10303 (cross): Depend on all-build.
10304 (all): Do not depend on all-build.
10305 (prebootstrap): Remove.
10306 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10307 (Prebootstrap dependencies): Add them to the per-stage targets
10308 and to all-prebootstrap.
10309 * configure.in (build_configdirs): Always enable build_tools.
10310 (BUILD_DIR_PREFIX): Remove.
10312 * Makefile.def (gcc): Add target variable.
10313 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10314 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10315 in the recursive `make', instead of hardwiring `all'.
10316 (Autogenerated TARGET-* variables): New.
10318 2004-08-13 Brian Booth <bbooth@redhat.com>
10320 * MAINTAINERS: Remove myself from write-after-approval.
10322 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10324 * src-release: Stop distributing mmalloc with gdb (which doesn't
10326 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10327 * Makefile.in: Regenerate.
10329 2004-08-09 Mark Mitchell <mark@codesourcery.com>
10331 * configure.in (arm*-*-eabi*): New target.
10332 * configure: Regenerate.
10334 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
10336 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10337 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10338 (Dependencies): New section.
10339 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10340 (configure-target-[+module+]): Depend on maybe-all-gcc
10341 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10342 (toplevel profiledbootstrap): Fix dependencies.
10343 * Makefile.in: Regenerate.
10345 2004-08-03 Mark Mitchell <mark@codesourcery.com>
10347 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10348 target-libiberty to noconfigdirs.
10349 * configure: Regenerate.
10351 2004-08-03 Paul Brook <paul@codesourcery.com>
10353 * configure.in: Check for MPFR as well as GMP.
10354 * configure: Regenerate.
10356 2004-08-01 Robert Millan <robertmh@gnu.org>
10358 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10359 libmudflap for all GNU-based systems (with Glibc).
10360 * configure: Regenerate.
10362 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
10364 * Makefile.def (host-modules): Add gcc.
10365 * Makefile.in: Regenerate.
10366 * Makefile.tpl (sorry): New rule.
10367 (configure-host, all-host, [+make_target+]-host, do-check,
10368 install-host): Do not add gcc as a special case.
10369 (host modules): Add a small special-casing for gcc. Export
10370 extra_make_flags through the environment.
10371 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10372 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10373 other recursive targets for gcc): Remove.
10375 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10376 (stage, unstage): New rules.
10377 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10378 distclean-stage[+id+]): Use stage_current.
10379 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10380 the stage*-start rules.
10382 2004-08-02 Geoffrey Keating <geoffk@apple.com>
10384 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10385 use -all_load flag.
10387 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
10389 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10390 * configure: Regenerate.
10392 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10394 * maintainer-scripts/gcc_release: Revert yesterday's change.
10396 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10398 * MAINTAINERS: Add myself to write-after-approval.
10400 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10403 * gcc/gccbug.in: Updated because of libf2c removal.
10404 * maintainer-scripts/gcc_release: Ditto.
10406 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
10408 * configure.in: Build libmudflap by default on FreeBSD.
10409 * configure: Regenerated.
10411 2004-07-09 Mark Mitchell <mark@codesourcery.com>
10413 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10415 * configure: Regenerated.
10417 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10420 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10421 feedback based compiler.
10422 * Makefile.in: Rebuilt.
10424 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
10426 * Makefile.def (host_modules): Set bootstrap=true for flex.
10427 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10428 * Makefile.in: Rebuilt.
10430 2004-07-07 Jan Hubicka <jh@suse.cz>
10432 * MAINTAINERS: Add self as a profile feedback maintainer.
10434 2004-07-05 Phil Edwards <phil@codesourcery.com>
10436 * configure.in: Do not prepend $srcdir to /dev/null in
10437 makefile fragments.
10438 * configure: Regenerate.
10440 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
10442 * Makefile.def (build_modules): Add bison, byacc, flex,
10444 (flags_to_pass): Add FLEX.
10445 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10446 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10447 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10448 DEFAULT_MAKEINFO): Remove.
10449 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10450 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10451 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10452 objdir or else use configured tool.
10454 (all): Depend on it.
10455 (Build module dependencies): Add.
10456 * Makefile.in: Regenerate.
10457 * configure.in: Better support for multiple build modules,
10458 matching what is done for host/target modules. Do not look
10459 for "plausible" locations of build tools if Canadian cross.
10460 Use autoconf's AC_PROG_CC to find a C compiler. Define
10461 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
10462 * configure: Regenerate.
10464 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
10466 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10467 * Makefile.in: Regenerate.
10469 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
10471 * Makefile.tpl (configure-build-[+module+],
10472 configure-[+module+], configure-target-[+module+]): Pass
10473 [+extra_configure_args+].
10474 (all-build-[+module+], all-[+module+], check-[+module+],
10475 install-[+module+], [+make_target+]-[+module+],
10476 all-target-[+module+], check-target-[+module+],
10477 install-target-[+module+], [+make_target+]-target-[+module+]):
10478 Pass [+extra_make_args+].
10479 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10480 (GCC_HOST_EXPORTS): Remove.
10481 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10482 cross, check-gcc, check-gcc-c++, install-gcc,
10483 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10484 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10485 * Makefile.in: Regenerate.
10487 2004-06-21 Matthew Sachs <msachs@apple.com>
10489 * MAINTAINERS: Added self to write-after-approval.
10491 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
10493 * configure.in: Check for srcdir/winsup rather than build directory
10495 * configure: Regenerate.
10497 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
10499 * configure.in: Don't build Cygwin native newlib if winsup
10500 directory is missing. Emit warning instead.
10501 * configure: Regenerate.
10503 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
10505 * Makefile.tpl (touch-stage[+id+]): New.
10506 (restage[+prev+]): Depend on touch-stage[+id+].
10508 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10511 * Makefile.def: Add profile and feedback bootstrap stages.
10512 Remove next field from bootstrap stages.
10513 * Makefile.tpl (LN, LN_S): Substitute.
10514 (stageN-start, stageN-end): Use double-colon rules, to
10515 provide a hook for additional setup commands.
10516 (distclean-stageN-gcc, restageN): Create dependencies from
10517 [+prev+], not from [+next+].
10518 (stageN-bubble): Add commands for successive stages from
10519 [+prev+], using double-colon rules.
10520 (all-stageN-gcc): Fix typo.
10521 (stagefeedback-start, profiledbootstrap): New.
10522 * Makefile.in: Regenerate.
10523 * configure.in: Call ACX_PROG_LN.
10524 * configure: Regenerate.
10526 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
10528 * MAINTAINERS (Write After Approval): Add myself.
10530 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
10532 * MAINTAINERS (Write After Approval): Add myself.
10534 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
10536 * configure.in: Fix --enable-bootstrap breakage introduced in trees
10538 * configure: Regenerate.
10540 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
10542 * Makefile.tpl: Fix typo.
10543 * Makefile.in: Regenerate.
10545 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
10547 * configure.in: Remove new- prefix from toplevel
10549 * configure: Regenerate.
10551 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
10553 * Makefile.tpl (all.normal): Rename to all.
10554 (all): Replace with a rule to pick the default
10555 target from configure.
10556 (all-gcc, configure-gcc): Use conditionals to
10557 do nothing when toplevel bootstrap is going on.
10558 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10559 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10560 * configure.in: Support --enable-bootstrap.
10562 * Makefile.def: Remove new- prefix from toplevel
10564 * Makefile.tpl: Likewise.
10566 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
10569 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10570 $(RECURSE_FLAGS) to recursive invocation of make.
10572 * Makefile.in: Regenerate.
10573 * configure: Regenerate.
10575 2004-05-30 Andreas Jaeger <aj@suse.de>
10576 Jim Wilson <wilson@specifixinc.com>
10578 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10581 2004-05-27 Daniel Jacobowitz <dan@debian.org>
10583 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10584 * configure: Regenerate.
10586 2004-05-25 Daniel Jacobowitz <drow@false.org>
10588 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10589 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10590 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
10592 * Makefile.in: Regenerate.
10594 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
10596 * configure.in: Test the ability to symlink directories.
10597 * configure: Regenerate.
10599 * Makefile.def (bootstrap-stage): New definitions.
10600 * Makefile.tpl (configure-stage1-gcc,
10601 configure-stage2-gcc, configure-stage3-gcc,
10602 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10603 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10604 new-restage3, compare): Autogenerate, see Makefile.in
10605 entry for behavioral changes.
10606 (distclean-stage1, new-stage1-start, new-stage1-end,
10607 new-stage1-bubble, distclean-stage2, new-stage2-start,
10608 new-stage2-end, new-stage2-bubble, distclean-stage3,
10609 new-stage3-start, new-stage3-end): New autogenerated targets.
10610 (objext, prebootstrap, BOOT_CFLAGS,
10611 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10614 * Makefile.in: Regenerate.
10615 (distclean-stage1, new-stage1-start, new-stage1-end,
10616 new-stage1-bubble, distclean-stage2, new-stage2-start,
10617 new-stage2-end, new-stage2-bubble, distclean-stage3,
10618 new-stage3-start, new-stage3-end): New targets.
10619 (all-stage1-gcc): Move prebootstrap dependency from here...
10620 (configure-stage1-gcc): ...to here.
10621 (new-bootstrap): Use bubble targets.
10622 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10623 Use per-stage distclean targets.
10624 (configure-stage1-gcc, configure-stage2-gcc,
10625 configure-stage3-gcc, all-stage1-gcc,
10626 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10627 Use new-stageN-start to prepare the tree.
10629 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
10631 * Makefile.def (host_modules): add libcpp.
10632 * Makefile.tpl: Add dependencies on and for libcpp.
10633 * Makefile.in: Regenerate.
10634 * configure.in: Add libcpp host module.
10635 * configure: Regenerate.
10637 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
10639 * Makefile.tpl: Whenever a recursive target is defined, wrap
10640 it in a special @if/@endif block, and prepare its maybe
10641 dependency in the @if/@endif block
10642 * configure.in: Instead of writing maybe dependencies, remove
10643 the @if/@endif statements, and remove the @if/@endif blocks
10645 * configure: Regenerate.
10646 * Makefile.in: Regenerate.
10648 2004-05-20 Janis Johnson <janis187@us.ibm.com>
10650 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10652 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
10655 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10656 * */configure: Rebuilt.
10658 2004-05-17 Zack Weinberg <zack@codesourcery.com>
10660 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10662 * configure, Makefile.in: Regenerate.
10664 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
10666 * MAINTAINERS (Write After Approval): Add myself.
10668 2004-05-13 Diego Novillo <dnovillo@redhat.com>
10670 Merge from tree-ssa-20020619-branch.
10672 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10673 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10674 (HOST_GMPLIBS): Define.
10675 (HOST_GMPINC): Define.
10676 (TARGET_LIB_PATH): Add libmudflap.
10677 (GFORTRAN_FOR_TARGET): Define.
10678 (configure-build*): Export GFORTRAN.
10679 (configure-gcc): Export GMPLIBS and GMPINC.
10680 (all-gcc): Add maybe-all-libbanshee.
10681 (configure-target-libgfortran): Define.
10682 * Makefile.in: Regenerate.
10683 * configure.in (host_libs): Add libbanshee.
10684 (target_libraries): Add target-libmudflap and target-libgfortran.
10685 Add --with-libbanshee.
10686 Handle --disable-libmudflap.
10687 (*-*-freebsd*): Use with_gmp.
10688 Add $(libgcj) to noconfigdirs.
10689 * configure: Regenerate.
10690 * depcomp: New file.
10691 * MAINTAINERS: Add tree-ssa maintainers.
10693 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
10695 * MAINTAINERS (Various Maintainers): Add myself.
10697 2004-04-30 Brian Ford <ford@vss.fsi.com>
10699 * MAINTAINERS (Write After Approval): Add myself.
10701 2004-04-29 Uros Bizjak <uros@kss-loka.si>
10703 * MAINTAINERS (Write After Approval): Add myself.
10705 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
10707 * config/acx.m4: Fix fastcompare support for new-bootstrap.
10708 * configure: Regenerate.
10710 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
10713 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10715 * Makefile.def (flags_to_pass): Remove *dir variables that
10716 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10717 as well as prefix and exec_prefix.
10718 * Makefile.in: Regenerate.
10720 2004-04-26 Robert Millan <robertmh@gnu.org>
10722 Add patches from libtool CVS.
10723 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10724 * ltconfig: Likewise.
10725 * ltcf-c.sh: Likewise.
10726 * ltcf-cxx.sh: Likewise.
10727 * ltcf-gcj.sh: Likewise.
10729 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10731 * Makefile.def (host_modules): Mark with the bootstrap
10732 flag packages on which gcc depends.
10733 * Makefile.tpl (all-bootstrap): Use it.
10734 * Makefile.in: Regenerate.
10736 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10738 * Makefile.def (flags_to_pass): Remove *dir variables that
10739 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10740 as well as prefix and exec_prefix.
10741 * Makefile.in: Regenerate.
10743 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10745 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10746 * configure: Regenerate.
10747 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10748 * gcc/Makefile.tpl (compare): Use the result of the test.
10749 * gcc/Makefile.in: Regenerate.
10751 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
10753 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10754 Always relocate gcc and prev-gcc to the original names, even
10755 if the build fails.
10756 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10759 2004-04-23 Laurent GUERBY <laurent@guerby.net>
10761 * MAINTAINERS: Update my email address.
10763 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10765 * configure.in (mips*-*-irix5*): Enable ld.
10766 * configure: Regenerate.
10768 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10770 * configure: Regenerate.
10772 2004-04-15 James E Wilson <wilson@specifixinc.com>
10774 * Makefile.tpl (configure-[+module+], configure-gcc,
10775 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10776 Set and export LDFLAGS.
10777 * Makefile.in: Regenerate.
10779 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
10781 * MAINTAINERS: Add myself to write-after-approval.
10783 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
10786 * Makefile.tpl: If we don't have built-in-tree target tools,
10787 use the ones found by configure rather than hacking around with
10788 program_transform_name.
10789 * configure.in: Give Makefile.tpl the information necessary
10791 * Makefile.in: Regenerate.
10792 * configure: Regenerate.
10794 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
10797 * configure.in: When computing baseargs, strip *all* copies of
10798 offending options. Also, don't match/substitute the trailing space,
10799 so that this actually works when two similar options are separated by
10801 * configure: Regenerate.
10803 2004-04-06 David Edelsohn <edelsohn@gnu.org>
10805 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10806 (rs6000-*-aix*): Same.
10807 * configure: Regenerate.
10809 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
10811 * MAINTAINERS: Add myself to write-after-approval.
10813 2004-04-03 Bud Davis <bdavis9659@comcast.net>
10815 * MAINTAINERS: Add myself to write-after-approval.
10817 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
10819 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10820 STRICT_WARN, WARN_CFLAGS flags passed down to make.
10821 * Makefile.in: Regenerate.
10823 * configure.in (top level bootstrap support): Rework --enable-werror
10824 to set @stage2_werror_flag@.
10825 * configure: Regenerate.
10826 * Makefile.tpl (top level bootstrap support): Pass
10827 @stage2_werror_flag@ down to configure in stages 2 and 3.
10828 * Makefile.in: Regenerate.
10830 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
10832 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10833 for stages 2 and 3 as well as in make. As a consequence, remove
10834 OUTPUT_OPTION (now detected by configure) from the flags passed down
10836 * Makefile.in: Regenerate.
10838 * Makefile.tpl (new-bootstrap): Fix typo.
10839 * Makefile.in: Regenerate.
10841 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
10843 * Makefile.tpl: Rearrange by moving recursive_targets rules
10844 into their proper sections.
10845 * Makefile.tpl (top level bootstrap support): Move disabling
10846 of coverage flags from 'make' to 'configure'; improve comments.
10847 * Makefile.in: Regenerate.
10849 * Makefile.tpl (experimental top level bootstrap) Move stage1
10850 language setting from all- target to configure- target; disable
10851 intermodule optimization in stage 1; prevent gratuitous rebuilds
10853 * Makefile.in: Regenerate.
10854 * configure.in: Comma-separate stage 1 language list for top
10856 * configure: Regenerate.
10858 * Makefile.tpl: Clean up experimental top level bootstrap support:
10859 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10860 prev-gcc in configure- targets as well as all- targets.
10861 * Makefile.in: Regenerate.
10863 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10865 * compile: New file imported from automake.
10867 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
10869 * configure.in: Remove symbolic link section.
10870 * configure: Regenerate.
10871 * Makefile.tpl (links): Remove.
10872 * Makefile.in: Regenerate.
10874 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
10875 Nathanael Nerode <neroden@gcc.gnu.org>
10877 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10878 Set with AC_CHECK_PROGS.
10879 * configure.in: Fix comment typo from last patch.
10880 * configure: Regenerate.
10882 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10884 * Makefile.tpl: Introduce experimental top level bootstrap support.
10885 * Makefile.in: Regenerate.
10886 * configure.in: Introduce support for top level bootstrap.
10887 * configure: Regenerate.
10889 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
10890 Paolo Bonzini <bonzini@gnu.org>
10893 * configure.in: Cope with shells that do not support unquoted ^
10894 * configure: Regenerate.
10896 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
10897 Paolo Bonzini <bonzini@gnu.org>
10900 * configure.in: Cope with shells that do not support nesting
10901 quotes inside quoted backquote substitutions.
10902 * configure: Regenerate.
10904 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10907 * configure.in: Fix escaping of $.
10908 * configure: Regenerate.
10910 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10912 * configure: Regenerate, since I forgot to while committing Paolo's
10915 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
10918 Move language detection to the top level.
10919 * configure.in: Find default values for the tools as
10920 soon as possible. Disable ada if GNAT is not found.
10921 Emit error message about missing languages. Expand
10922 --enable-languages=all for the gcc subdirectory.
10924 2004-03-10 Ben Elliston <bje@gnu.org>
10926 * MAINTAINERS: Update my email address.
10928 2004-03-05 David Edelsohn <edelsohn@gnu.org>
10930 * ltconfig: Disable building static libraries if building shared
10931 libraries on AIX 5L.
10933 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
10935 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10936 and disable libgcj.
10937 * configure: Regenerated.
10939 2004-03-01 Brian Booth <bbooth@redhat.com>
10941 * MAINTAINERS: Add myself to write-after-approval.
10943 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
10945 * MAINTAINERS: Add myself to write-after-approval.
10947 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10950 * Makefile.tpl: Guard XFOO sed statements better.
10951 * Makefile.tpl: Add dependency for configure-target-libada.
10952 * Makefile.in: Regenerate (incidentally fixes broken
10953 commit when libada-branch was merged).
10955 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10957 * MAINTAINERS: Add myself to write-after-approval.
10959 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10961 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10964 2004-02-20 Andrew Cagney <cagney@redhat.com>
10966 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10967 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10969 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10972 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10974 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
10976 * MAINTAINERS: Added myself to write-after-approval.
10978 2004-02-14 Michael Koch <konqueror@gmx.de>
10980 * MAINTAINERS: Added myself to write-after-approval.
10982 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10984 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10985 some OS port maintainers to OS port maintainers section.
10987 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
10989 * MAINTAINERS: Add self.
10991 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10993 * MAINTAINERS: Alphabetize.
10995 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
10997 * MAINTAINERS: Remove myself.
10999 2004-02-11 David Edelsohn <edelsohn@gnu.org>
11001 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11002 (rs6000-*-aix*): Same.
11003 * configure: Regenerate.
11005 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11007 * configure.in (host): Add in missing $noconfigdirs to defines.
11008 * configure: Regenerate.
11010 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11011 Nathanael Nerode <neroden@gcc.gnu.org>
11013 PR ada/6637, PR ada/5911
11014 Merge with libada-branch:
11015 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11016 with appropriate dependencies. Add --enable-libada configure switch.
11017 * configure, Makefile.in: Regenerate.
11019 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
11021 * MAINTAINERS: Add myself to write-after-approval.
11023 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11025 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11026 * configure: Regenerate.
11028 2004-02-04 Geoffrey Keating <geoffk@apple.com>
11030 Merge from upstream:
11032 * ltmain.in: When setting IFS to '~', be careful about user
11033 arguments that contain '~'.
11035 2004-02-04 Peter O'Gorman <peter@pogma.com>
11037 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11038 Also test $base_compile against $CC with escaped arguments. Bug
11039 reported by Geoff Keating <geoffk@apple.com>.
11041 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11043 * MAINTAINERS: Remove i960 port.
11045 2004-01-23 DJ Delorie <dj@redhat.com>
11047 * Makefile.def (target_modules) [libiberty]: Don't stage.
11048 * Makefile.in: Rebuilt.
11050 2004-01-20 Caroline Tice <ctice@apple.com>
11052 * MAINTAINERS: Add myself to write-after-approval.
11054 2004-01-19 Paolo Carlini <pcarlini@suse.de>
11056 * MAINTAINERS: Update my email address.
11058 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11060 * MAINTAINERS: Add myself to write-after-approval.
11062 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11064 * MAINTAINERS: Remove entries without email address.
11066 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
11068 * MAINTAINERS: Add myself to write-after-approval.
11070 2004-01-15 Steven Bosscher <stevenb@suse.de>
11072 * MAINTAINERS: Update my email address.
11074 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
11076 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11077 * Makefile.tpl (configure-target-[+module+]): Support stage.
11078 * Makefile.in: Rebuilt.
11080 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11082 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11084 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
11086 * MAINTAINERS: Add myself as a MIPS maintainer.
11088 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11090 * configure.in: Use ./config.cache, not config.cache.
11091 * configure: Regenerate.
11092 * Makefile.tpl: Special-casing not needed for GCC any more.
11093 * Makefile.in: Regenerate.
11095 * configure.in: Don't share a cache file for host dirs.
11096 * configure: Regenerate.
11098 * config-ml.in: Don't mess with the cache file.
11100 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11102 * MAINTAINERS: Move myself from 'Write After Approval' to
11103 'CPU Port Maintainers' section as SPARC maintainer.
11105 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11107 * Makefile.tpl: Make GCC use a separate config.cache.
11108 * Makefile.in: Regenerate.
11110 PR bootstrap/11932, PR bootstrap/11933
11111 (I don't know if it will fix either of them, but it relates
11113 * configure.in: Don't use shared config.cache for target
11115 * configure: Regenerate.
11117 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11119 * MAINTAINERS: Add myself to 'Write After Approval' section.
11121 2003-12-31 Roger Sayle <roger@eyesopen.com>
11123 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11124 * configure: Regenerated.
11126 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11128 * MAINTAINERS: Remove the mn10200 maintainer.
11130 2003-12-21 Bernardo Innocenti <bernie@develer.com>
11132 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11133 * configure: Regenerated.
11135 2003-12-16 Jan Hubicka <jh@suse.cz>
11137 * MAINTAINERS: Add myself as callgraph maintainer.
11139 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11141 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11142 * configure: Regenerate.
11144 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11146 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11147 'Write After Approval' section. Update email.
11149 2003-12-01 James Lemke <jim@wasabisystems.com>
11151 * MAINTAINERS (Write After Approval): Add myself.
11153 2003-11-20 Matt Thomas <matt@3am-software.com>
11155 * MAINTAINERS: Add myself as a vax port maintainer.
11157 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11159 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11160 (configure-build-[+module+], configure-[+module+]): Likewise.
11161 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11162 * Makefile.in: Regenerate.
11164 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11166 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11167 shared/dylibed libraries.
11168 * ltmain.sh: Likewise.
11169 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11170 * ltcf-cxx.sh: Likewise.
11171 * ltcf-gcj.sh: Likewise.
11172 * ltconfig: Likewise.
11174 2003-11-17 Stan Cox <scox@redhat.com>
11176 * MAINTAINERS: Add myself as iq2000 port maintainer.
11178 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11180 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11181 * Makefile.in: Regenerate.
11183 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11185 * config.sub: Update to 2003-11-03 version.
11187 2003-10-20 Phil Edwards <phil@codesourcery.com>
11189 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11190 * configure: Regenerate.
11192 2003-10-20 Nicolas Pitre <nico@cam.org>
11194 * MAINTAINERS: Add myself to 'Write After Approval' section.
11196 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11198 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11200 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11202 * MAINTAINERS: Update my email address.
11204 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11206 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11208 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
11210 * MAINTAINERS: Add myself to 'Write After Approval' section.
11212 2003-10-16 Bernardo Innocenti <bernie@develer.com>
11214 * config.guess: Update to 2003-10-16 version.
11215 * config.sub: Update to 2003-10-16 version.
11217 2003-10-15 David Daney <ddaney@avtrex.com>
11219 * MAINTAINERS: Added myself to 'Write After Approval' section.
11221 2003-10-15 Falk Hueffner <falk@debian.org>
11223 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11224 'Write After Approval' section. Update email.
11226 2003-10-14 Roger Sayle <roger@eyesopen.com>
11228 * MAINTAINERS: Move myself from 'Write After Approval' to
11229 'Various Maintainers' section as middle-end maintainer.
11231 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11233 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11234 HOST_FLAGS_TO_PASS.
11235 * Makefile.in: Regenerate.
11237 2003-10-11 Bernardo Innocenti <bernie@develer.com>
11239 * config.guess: Update to 2003-10-07 version.
11240 * config.sub: Update to 2003-10-07 version.
11242 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11244 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11245 * ltconfig (irix5*, irix6*): Don't override version_type.
11247 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11249 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11250 * configure: Rebuilt
11251 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11252 * Makefile.in: Rebuilt
11254 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11256 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11258 2003-09-30 Carlo Wood <carlo@alinoe.com>
11260 * MAINTAINERS (Write After Approval): Add myself.
11262 2003-09-29 Paul Koning <ni1d@arrl.net>
11264 * MAINTAINERS: Move myself from "Write After Approval"
11265 to CPU platform maintainers for pdp11 platform.
11267 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11269 * MAINTAINERS: Move myself from 'Write After Approval' to
11270 'Various Maintainers' section as libffi testsuite maintainer.
11272 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
11274 * configure.in: Pass a computed --program-transform-name
11276 * configure: Regenerated.
11278 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11280 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11281 * Makefile.in: Regenerate.
11283 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11284 * Makefile.in: Regenerate.
11286 2003-09-19 Ziemowit Laski <zlaski@apple.com>
11288 * MAINTAINERS: Move myself from 'Write After Approval'
11289 to 'Various Maintainers' (objective-c) section.
11291 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
11293 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11295 * configure: Regenerated.
11297 2003-09-16 Joel Brobecker <brobecker@gnat.com>
11299 * MAINTAINERS (Write After Approval): Add myself to write after
11302 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11304 * MAINTAINERS (Write After Approval): Add myself.
11306 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11308 * MAINTAINERS: Update my e-mail address.
11310 2003-09-09 Alan Modra <amodra@bigpond.net.au>
11312 * libtool.m4 (LD): Correct powerpc64 host match.
11314 2003-09-06 James E Wilson <wilson@tuliptree.org>
11316 * MAINTAINTERS: Update my affiliation and email address.
11318 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11320 * MAINTAINERS (Write After Approval): Add myself.
11322 2003-09-04 DJ Delorie <dj@redhat.com>
11324 * configure: Regenerate.
11326 2003-09-04 Robert Millan <robertmh@gnu.org>
11328 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11330 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11332 * configure.in: Ensure arguments to sed are properly spaced.
11333 * configure: Regenerate.
11335 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11337 * MAINTAINERS: Update my e-mail address.
11339 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11341 * MAINTAINERS (Write After Approval): Add myself.
11343 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
11345 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11346 * configure: Regenerated.
11348 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11350 * MAINTAINERS: Update my email address.
11352 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
11354 * configure.in: Use newline instead of semicolon when assuming
11355 shell arguments in a for loop.
11356 * configure: Regenerated.
11358 2003-08-22 Jason Eckhardt <jle@rice.edu>
11360 * MAINTAINERS: Resurrect the i860 maintainer.
11362 2003-08-20 Geoffrey Keating <geoffk@apple.com>
11365 * configure.in: When testing with_libs and with_headers, treat
11366 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11367 * configure: Regenerate.
11369 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11371 (baseargs): Likewise.
11372 * configure: Regenerate.
11374 2003-08-20 Bernardo Innocenti <bernie@develer.com>
11376 * MAINTAINERS (Write After Approval): Add myself.
11378 2003-08-19 Geoffrey Keating <geoffk@apple.com>
11380 * configure.in: Disable libgcj for darwin not on powerpc.
11381 * configure: Rebuild.
11383 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11385 * config-ml.in, symlink-tree: Add license.
11387 2003-08-03 Richard Stallman <rms@gnu.org>
11388 Eben Moglen <moglen@columbia.edu>
11390 * README.SCO: New file.
11392 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11394 * Makefile.tpl (check, check-c++): Express dependencies using
11395 dependencies rather than commands.
11396 * Makefile.in: Regenerate.
11398 2003-08-01 Andrew Cagney <cagney@redhat.com>
11400 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11401 * configure: Ditto.
11403 2003-07-31 Geoffrey Keating <geoffk@apple.com>
11405 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11406 * Makefile.in: Update.
11408 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11410 * configure.in: Enable libgcj for darwin.
11411 * configure: Rebuild.
11413 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
11415 * config-ml.in: Use ac_configure_args directly instead of
11416 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11419 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11421 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11422 creating target and build subdirs to build all parent dirs as needed.
11423 * Makefile.in: Rebuild.
11424 * configure.in: Don't build dirs explicitly here.
11425 * configure: Rebuild.
11427 2003-07-26 Paul Brook <paul@nowt.org>
11429 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11431 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
11433 * Makefile.tpl (all-make): Depend on intl.
11434 * Makefile.in: Rebuilt.
11436 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
11438 * install-sh: Update to newer upstream versions (associated with
11440 * mkinstalldirs: Likewise.
11441 * missing: Likewise, plus $1Help2man -> $1 typo fix.
11443 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
11445 * MAINTAINERS: Move self from Bug database only accounts
11446 to write-after-approval.
11448 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
11450 * config.if: Remove unused libc_interface determination.
11452 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
11454 * MAINTAINERS: Move self from write-after-approval to
11455 build machinery (*.in).
11457 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
11461 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
11462 unused INSTALL_PROGRAM_ARGS.
11463 * configure.in: Use AC_PROG_INSTALL.
11464 * Makefile.in: Regenerate.
11465 * configure: Regenerate.
11467 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
11469 * MAINTAINERS: Alphabetize.
11471 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
11473 * configure: Rebuilt.
11474 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11475 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11476 newlib nor libgloss.
11477 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
11478 * configure.in (am33_2.0-*-linux*): Added.
11480 2003-07-09 Bob Wilson <bob.wilson@acm.org>
11482 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11483 * configure: Regenerate.
11485 2003-07-07 Zack Weinberg <zack@codesourcery.com>
11487 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11488 * Makefile.in: Regenerate.
11490 2003-07-04 Zack Weinberg <zack@codesourcery.com>
11492 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11493 * Makefile.in: Regenerate.
11495 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
11497 * Makefile.tpl: Replace PWD with PWD_COMMAND.
11498 * Makefile.in: Regenerated.
11500 * config-ml.in: Replace PWD with PWD_COMMAND.
11502 2003-07-04 Zack Weinberg <zack@codesourcery.com>
11504 * intl: New directory; see intl/ChangeLog for details.
11505 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11506 * Makefile.tpl: all-gcc depends on maybe-all-intl.
11507 * Makefile.in: Regenerate.
11509 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
11511 * configure.in: Clean up config-lang.in handling. Delete
11512 useless assignment to "subdirs".
11513 * configure: Regenerate.
11515 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
11517 * configure.in: Rename 'target_libs' to 'target_libraries'.
11518 Remove useless reference to 'target_libs'.
11519 * configure: Regenerate.
11521 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
11523 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11524 * Makefile.in: Regenerate.
11526 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
11528 * Makefile.def: Introduce flags_to_pass.
11529 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11530 * Makefile.in: Regenerate.
11532 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
11534 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11535 and target-libgloss.
11536 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11537 <h8300*-*-*>: Disable libf2c and ${libgcj}.
11538 * configure: Regenerate.
11540 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
11542 * configure.in: Update testsuite_flags to new location.
11543 * configure. Regenerate.
11545 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
11547 * Makefile.tpl: Remove BUILD_CC stuff.
11548 * Makefile.in: Regenerate.
11550 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
11552 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11554 2003-06-16 Graeme Peterson <gp@qnx.com>
11556 * MAINTAINERS (Write After Approval): Add myself.
11558 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
11560 * config.guess: Update to 2003-06-12 version.
11561 * config.sub: Update to 2003-06-13 version.
11563 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
11565 * config.guess: Update to 2003-06-06 version.
11566 * config.sub: Update to 2003-06-06 version.
11568 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11570 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11571 * configure. Regenerate.
11573 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
11575 * configure.in: Disable serial configure by default.
11576 * configure: Regenerate.
11577 * Makefile.tpl: Abolish .NOTPARALLEL.
11578 * Makefile.in: Regenerate.
11580 * Makefile.tpl: Replace {build,host,target}_canonical by
11581 {build,host,target}.
11582 * Makefile.in: Regenerate.
11584 * Makefile.tpl: Fix stupid pasto.
11585 * Makefile.in: Regenerate.
11587 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
11589 * Makefile.tpl: Remove bogus conditional.
11590 * Makefile.in: Regenerate.
11592 2003-06-05 Jan Hubicka <jh@suse.cz>
11594 * Makefile.tpl (profiledbootstrap): New target.
11595 * Makefile.in (profiledbootstrap): New target.
11597 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
11599 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11600 Pinski. Remove user names from other bugzilla-only maintainers.
11602 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
11604 * Makefile.tpl: Make 'recursive targets' using autogen rather
11605 than shell loop. Remove duplicate 'clean' targets and false
11607 * Makefile.def: Add systematic dependencies to 'recursive' targets.
11608 Add systematic method of specifying missing targets in subdirs.
11609 Add copyright boilerplate.
11610 * Makefile.in: Regenerate.
11611 * configure.in: Add 'recursive targets' to maybe list.
11612 * configure: Regenerate.
11614 * MAINTAINERS: "GNATS only" -> "Bug database only".
11616 * Makefile.tpl: Rename [+target+] to [+make_target+].
11617 * Makefile.def: Rename 'target' to 'make_target'.
11619 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
11621 * MAINTAINERS: Add self as options handling maintainer.
11623 2003-05-28 Michael Meissner <gnu@the-meissners.org>
11625 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11626 been too long since I touched those ports.
11628 2003-05-28 DJ Delorie <dj@redhat.com>
11630 * Makefile.tpl: Make maybe-check-gcc .PHONY.
11631 * Makefile.in: Regenerate.
11633 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11635 * configure.in: Use curly braces in the definition of tooldir.
11636 * configure: Regenerate.
11638 2003-05-21 DJ Delorie <dj@redhat.com>
11640 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11641 newlib or libgloss.
11642 * Makefile.in: Regenerate.
11644 2003-05-21 DJ Delorie <dj@redhat.com>
11646 * Makefile.tpl: Add missing empty maybe-check-gcc target.
11647 * Makefile.in: Regenerate.
11649 2003-05-20 Ian Lance Taylor <ian@airs.com>
11651 * MAINTAINERS: Update my e-mail address.
11653 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
11655 * configure.in: Switch more things to use maybe dependencies.
11656 * Makefile.tpl: Switch more things to use maybe dependencies.
11657 Factor out common code from autogen IF statements.
11658 * configure: Regenerate.
11659 * Makefile.in: Regenerate.
11661 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
11663 * configure.in: Accept i[3456789]86 for machine type.
11664 * configure: Regenerate.
11666 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
11668 * configure.in: Switch more things to use maybe dependencies.
11669 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
11670 * configure: Regenerate.
11671 * Makefile.tpl: Switch more things to use maybe dependencies.
11672 * Makefile.in: Regenerate.
11674 2003-05-16 Andreas Schwab <schwab@suse.de>
11676 * Makefile.tpl (install-opcodes): Define.
11677 * Makefile.in: Rebuild.
11679 2003-05-13 Andreas Jaeger <aj@suse.de>
11681 * config.guess: Update to 2003-05-09 version.
11682 * config.sub: Update to 2003-05-09 version.
11684 2003-05-13 Michael Eager <eager@mvista.com>
11686 * configure.in: Correct sed script so that options in quotes are not
11688 * configure: Rebuild.
11690 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
11692 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11693 and $$s/newlib/libc/sys/cygwin32 include paths.
11694 * configure: Ditto.
11696 2003-05-12 Michael Meissner <gnu@the-meissners.org>
11698 * MAINTAINERS: Update my email addresses.
11700 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
11702 * config-ml.in: Propagate INSTALL variables.
11704 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11706 * MAINTAINERS: Remove duplicate entries in Write After Approval.
11708 2003-05-02 Chris Demetriou <cgd@broadcom.com>
11710 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11711 * Makefile.in: Regenerate.
11713 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
11715 * MAINTAINERS (GNATS only): Add Falk Hueffner.
11717 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
11719 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11721 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
11723 * Makefile.tpl: Clean $(BUILD_SUBDIR).
11724 * Makefile.in: Regenerated.
11726 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
11728 * MAINTAINERS (Write After Approval): Upgrade myself from
11729 GNATS only to write-after-approval. Update my mail address.
11731 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
11733 (OS Port Maintainers: freebsd): Add myself.
11735 2003-04-22 Mark Mitchell <mark@codesourcery.com>
11737 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11739 2003-04-22 Kean Johnston <jkj@sco.com>
11741 * MAINTAINERS (SCO ports): Added myself.
11743 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11745 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11747 2003-04-19 Kean Johnston <jkj@sco.com>
11749 * MAINTAINERS (Write After Approval): Add myself.
11751 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11753 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11754 * Makefile.in: Regenerate.
11756 2003-04-18 Jakub Jelinek <jakub@redhat.com>
11758 * configure.in (powerpc64*-*-linux*): Remove.
11759 * configure: Rebuilt.
11761 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
11763 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
11764 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11766 * Makefile.in: Regenerate.
11768 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
11770 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11771 * configure: Regenerated.
11773 2003-04-15 DJ Delorie <dj@redhat.com>
11775 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11777 2003-04-13 Nick Clifton <nickc@redhat.com>
11779 * config-ml.in: Remove support for --disable-aix removing
11780 call-aix multilibs.
11782 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
11784 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11785 * */configure: Rebuilt.
11787 2003-04-08 Joel Sherrill <joel@oarcorp.com>
11789 * MAINTAINERS: Add my email address.
11791 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
11793 * MAINTAINERS (Write After Approval): Add myself.
11795 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
11797 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11798 * Makefile.in: Regenerate.
11800 2003-03-14 Michael Chastain <mec@shout.net>
11802 * Makefile.in: Regenerate with correct Makefile.def.
11804 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
11806 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
11808 * Makefile.in: Regenerate.
11809 * configure.in: Clean up gxx_include_dir logic.
11810 * configure: Regenerate.
11812 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
11814 * MAINTAINERS (Write After Approval): Add myself.
11816 2003-03-10 Ben Elliston <bje@wasabisystems.com>
11818 * MAINTAINERS: Update my mail address.
11820 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11822 * configure.in (gxx_include_dir): Fix typo.
11823 * configure: Regenerated.
11825 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11827 * Makefile.tpl: Reindent.
11828 * Makefile.in: Regenerate.
11829 * configure.in: Reindent. Don't set unused variables.
11830 * configure: Regenerate.
11832 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
11834 * configure.in: Include $(build_tooldir)/sys-include in
11836 * configure: Regenerated.
11838 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11840 * Makefile.tpl: Always pass down RANLIB.
11841 * Makefile.in: Regenerate.
11843 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11844 * Makefile.in: Regenerate.
11845 * configure.in: Remove unused logic relating to --enable-shared
11846 and --enable-threads. Remove bogus comments. Remove redundant
11848 * configure: Regenerate.
11850 * configure.in: Replace ${libstdcxx_version} by its value.
11851 Remove reference to mh-dgux.
11852 * configure: Regenerate.
11854 2003-03-03 Kevin Buettner <kevinb@redhat.com>
11856 * MAINTAINERS (Write After Approval): Add myself.
11858 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11860 * Makefile.tpl: Rearrange.
11861 * Makefile.in: Regenerate.
11863 2003-02-25 Uwe Stieber <uwe@wwws.de>
11865 * configure.in: Add support for kaOS as cross build target system.
11866 * configure: Regenerated.
11868 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11870 * MAINTAINERS (Write after approval): Add myself.
11872 2003-02-21 James E Wilson <wilson@tuliptree.org>
11874 * MAINTAINERS: Update my email address.
11876 2003-02-21 Zack Weinberg <zack@codesourcery.com>
11878 * MAINTAINERS: Add self to blanket write privs. section.
11880 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
11882 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11883 configure-target-* as some target builds may require additional
11884 flags for preprocessor tests.
11885 * Makefile.in: Regenerated.
11887 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
11889 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11890 * ltconfig: Handle it.
11891 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11894 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11895 it is used as argument to $CC.
11896 * ltcf-gcj.sh: Likewise.
11898 * configure.in: Introduce --enable-maintainer-mode.
11899 * configure: Rebuilt.
11900 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11901 for maintainer mode.
11902 * Makefile.in: Rebuilt.
11904 2003-02-18 Jason Merrill <jason@redhat.com>
11906 * Makefile.tpl (check-c++): Allow parallelism.
11908 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11910 * MAINTAINERS: Remove John Carr (who never actually had access to
11913 2003-02-15 Geoffrey Keating <geoffk@apple.com>
11915 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11916 don't configure target-libobjc.
11917 * configure: Regenerate.
11919 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11921 * Makefile.tpl (RANLIB): Define.
11922 * Makefile.in: Regenerate.
11924 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11926 * MAINTAINERS: Update my email.
11928 2003-02-06 Keith R Seitz <keiths@redhat.com>
11930 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11931 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11932 * Makefile.in: Regenerated.
11933 * configure.in: Remove all traces of snavigator, db, and grep.
11934 * configure: Regenerated.
11936 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11938 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11941 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11943 * MAINTAINERS (Write after approval): Add myself.
11945 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
11947 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11948 * Makefile.in: Regenerated.
11950 2003-01-30 Roger Sayle <roger@eyesopen.com>
11952 * config.guess: Updated to 2003-01-30's version.
11953 * config.sub: Updated to 2003-01-28's version.
11955 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
11957 * config.if: If gcc_version is already set, just use it. Don't set
11958 gcc_version_trigger if it's already set, otherwise set it to
11959 gcc/version.c, but only if the file exists. If it is not set and
11960 gcc/version.c does not exist, try to extract the version number from
11963 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11965 * MAINTAINERS: Add myself to write-after-approval list.
11967 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
11969 * configure.in: Revert 24Jan change.
11970 * configure: Regenerate.
11972 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11974 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11977 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11979 * configure.in: Revert previous change.
11980 * configure: Regenerate.
11982 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11984 * configure.in: Make rda native-only.
11985 * configure: Regenerate.
11987 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11989 * MAINTAINERS: Move myself from GNATS-only-accounts to
11990 write-after-approval.
11992 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11994 * configure.in: Add missing \.
11995 * configure: Rebuilt.
11997 2003-01-17 Jakub Jelinek <jakub@redhat.com>
11999 * configure.in (baseargs): Avoid using \| in sed regular
12001 * configure: Rebuilt.
12003 2003-01-16 Jakub Jelinek <jakub@redhat.com>
12005 * configure.in (baseargs): Remove all supported forms of
12006 --cache-file, --srcdir, --host, --build and --target options
12007 from argument lists.
12008 * configure: Rebuilt.
12010 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
12012 * MAINTAINERS: Add myself to write-after-approval list.
12014 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
12016 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12017 * configure: Rebuilt.
12019 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12021 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12022 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12023 * Makefile.in: Regenerate.
12024 * configure: Regenerate.
12026 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
12028 * configure.in: Remove Makefile in build, host and target modules
12029 unless configure was run with --no-recursion.
12030 * configure: Rebuilt.
12032 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12034 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12035 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12036 * Makefile.in: Regenerate.
12038 2003-01-08 Chris Demetriou <cgd@broadcom.com>
12040 * config.guess: Update to 2003-01-03 version.
12041 * config.sub: Update to 2003-01-03 version.
12043 2003-01-07 Christopher Faylor <cgf@redhat.com>
12045 * configure: Regenerate with proper autoconf 2.13.
12047 2003-01-07 Christopher Faylor <cgf@redhat.com>
12049 * configure.in: Add AC_PREREQ for consistency.
12050 * configure: Regenerate.
12052 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12054 * configure.in (GDB_TK): Add tcl directories conditional on
12055 gdb/gdbtk directory being present.
12056 * configure: Regenerate.
12058 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
12060 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12061 used by gcc if LD is not defined and we are not doing a Canadian Cross.
12062 * configure: Rebuilt.
12064 2002-12-31 Tom Tromey <tromey@redhat.com>
12066 * Makefile.in: Rebuilt.
12067 * Makefile.def (target_modules) [libffi]: Allow installation.
12069 2002-12-31 Andreas Schwab <schwab@suse.de>
12071 * configure.in: Fix use of $program_transform_name.
12072 * configure: Regenerated.
12074 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
12076 * configure.in (baseargs): Don't remove first configure argument.
12077 * configure: Regenerated.
12079 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
12081 * Makefile.tpl (local-distclean): Don't remove...
12082 (multilib.ts): ... this. Moved into...
12083 (multilib.out): ... this. Don't use sub-make.
12084 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12085 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12086 (configure-build-[+module+], configure-[+module+],
12087 configure-target-[+module+], configure-gcc): ... these. Test
12088 for Makefile existence. Drop config.status from dependencies.
12089 * Makefile.in: Rebuilt.
12090 * configure.in: Move gcc-version-trigger to the end of
12091 ac_configure_args. Add comments to maybedep.tmp and
12092 serdep.tmp. Introduce --disable-serial-configure. Remove
12093 nonopt from baseargs, matching and removing corresponding
12094 whitespace while at it.
12095 * configure: Rebuilt.
12097 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
12099 * configure.in (host_configargs): Replace reference to
12100 no-longer-defined buildopts with --build=${build_alias}.
12101 * configure: Rebuilt.
12103 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12104 program_transform_name to standard idiom.
12105 (AUTOGEN, AUTOCONF): Define.
12106 (Makefile.in): Use $(AUTOGEN).
12107 (Makefile): Depend on config.status, and use autoconf-style rule to
12108 build it. Move original commands to...
12109 (config.status): ... this new target.
12110 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12112 * Makefile.in: Rebuilt.
12114 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12116 * Makefile.tpl: Fix dramatic bustage due to change in
12117 program_transform_name.
12118 * Makefile.in: Regenerate.
12120 * configure.in: Remove unnecessary PATH setting.
12121 * configure: Regnerate.
12123 * configure.in: Don't default to unprefixed tools unless
12124 the native tools will work.
12125 * configure: Regenerate.
12127 * configure.in: Convert to autoconf script. Blow away lots
12128 of now-redundant Makefile fragments.
12129 * configure: Generate using Autoconf.
12130 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12131 * Makefile.in: Regenerate.
12133 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12135 * configure: Fix stupid bug where RANLIB was mistakenly included.
12137 * configure.in: Rename (buildargs, hostargs, targargs) to
12138 (build_configargs, host_configargs, target_configargs).
12140 * configure.in: Move logic out of sed statement.
12142 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
12143 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12145 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12147 * config.sub: Import from master repository
12148 * config.guess: Ditto
12150 2002-12-24 Andreas Schwab <schwab@suse.de>
12152 * Makefile.tpl (multilib.out): Fix missing space.
12153 * Makefile.in: Regenerate.
12155 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12157 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12158 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12159 * Makefile.in: Regenerate.
12160 * configure.in: Remove unnecessary leftovers.
12162 2002-12-21 Geoffrey Keating <geoffk@apple.com>
12164 * configure.in (extra_ranlibflags_for_target): New variable.
12165 (*-*-darwin): Add -c to ranlib commands.
12166 * configure (tooldir): Handle extra_ranlibflags_for_target.
12168 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
12170 * Makefile.tpl: Revert HJL's change.
12171 * Makefile.in: Regenerated.
12172 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12175 2002-12-19 Andreas Schwab <schwab@suse.de>
12177 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12178 * Makefile.in: Regenerate.
12180 2002-12-18 H.J. Lu <hjl@gnu.org>
12182 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12183 * Makefile.in: Regenerated.
12185 * configure.in (build_prefix): New. Substitute.
12187 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12189 * Makefile.tpl: Don't let real targets depend on phony targets.
12190 * Makefile.in: Regenerate.
12192 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12193 * Makefile.in: Regenerate.
12195 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12197 * config.sub: Import from master repository
12198 * config.guess: Ditto
12200 2002-12-16 Jason Merrill <jason@redhat.com>
12202 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12203 previous 'make bootstrap'.
12204 * Makefile.in: Regenerate.
12206 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12208 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12210 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12212 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12213 * Makefile.in: Regenerate.
12215 2002-12-13 Jason Merrill <jason@redhat.com>
12217 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
12219 (check-c++): Just depend on it and check-target-libstdc++-v3.
12220 * Makefile.in: Regenerate.
12222 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12224 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12225 * Makefile.in: Rebuilt.
12227 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12229 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12231 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12233 * configure: Fix bug put in by gremlins.
12235 * Makefile.tpl: Substitute more autoconfily.
12236 * configure: Substitute more autoconfily.
12237 * Makefile.in: Regenerate.
12239 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12241 * config.sub: Import from master repository
12242 * config.guess: Ditto
12243 * MAINTAINERS: Added Svein Seldal under write after approval
12245 2002-12-08 Andrew Cagney <ac131313@redhat.com>
12247 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12248 * Makefile.in (all-sim): Ditto.
12250 2002-12-06 DJ Delorie <dj@redhat.com>
12252 * Makefile.tpl: Change configure dependencies to not have real
12253 targets depend on phony targets.
12255 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12257 * configure.in: Revert unintentional change.
12259 * Makefile.tpl: Change dependency for */multilib.out so that
12260 it works when gcc isn't in the tree.
12262 * configure.in: Substitute more.
12263 * configure: Run subconfigures from the Makefile.
12264 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12265 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12267 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12269 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12271 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12273 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12274 and corresponding dependencies.
12275 * Makefile.in: Regenerate.
12277 * configure.in (host_tools): Order binutils, gas and ld for
12278 convenience in running the testsuites.
12280 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12281 * Makefile.in: Regenerate.
12282 * configure.in: Introduce rules to serialize subconfigure runs.
12284 * configure.in: Introduce BASE_CC_FOR_TARGET.
12285 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12286 Realize configure-build-* targets. Realize configure-target-* targets.
12287 * Makefile.in: Regenerate.
12289 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12291 * configure: Move gcc_version_trigger stuff from here...
12292 * configure.in: ...to here.
12294 * configure.in: Separate subconfigure options added by this file from
12295 options given by the user. Add machinery to put args for host
12296 subconfigures into the Makefile.
12298 * Makefile.tpl: Remove 'vault' targets.
12299 * Makefile.tpl: Reorder and comment dependencies.
12300 * Makefile.in: Regenerate.
12302 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12303 * configure.in: Fix my broken commit of previous patch. (sigh)
12305 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12307 * configure.in: Move host-specific darwin noconfigdirs into
12308 the host-specific section.
12310 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12312 * configure.in: Move host-specific darwin noconfigdirs into
12313 the host-specific section.
12315 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12317 * configure: Remove skip-this-dir support.
12318 * Makefile.tpl: Remove skip-this-dir support.
12320 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12322 * Makefile.in: Regenerate.
12324 * Makefile.tpl: Strip out useless setting of 'dir'.
12325 * Makefile.in: Regenerate.
12327 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12329 * configure.in: Fix deeply stupid bug.
12331 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12332 shell code in CXX_FOR_TARGET
12333 * Makefile.def: Introduce raw_cxx.
12334 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12335 RAW_CXX_FOR_TARGET.
12336 * Makefile.in: Regenerate.
12338 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12340 * Makefile.tpl: Remove unnecessary ifs.
12341 * Makefile.in: Regenerate.
12343 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12344 dependencies. Maybe-ize build-libiberty. Create dummy install
12345 targets for 'no_install' modules.
12346 * configure: Move GDB_TK substitution to configure.in. Move
12347 build_modules stuff to configure.in.
12348 * configure.in: Implement soft dependency machinery. Maybe-ize
12349 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12350 * Makefile.in: Regenerate.
12352 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12354 * Makefile.tpl: Make all-target, install-target behave similarly
12355 to all, install (only hitting configured targets). Eliminate
12356 unused macro defintions.
12358 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12361 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12363 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12365 * configure.in: Produce lists of subdir targets we're actually
12366 configuring. Remove references to "dosrel".
12367 * Makefile.tpl: Let configure set which subdir targets are hit.
12368 Remove install-cross; clean up install; remove ALL. Remove
12369 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12370 Autogenerate host module targets. Remove empty dependency lines
12371 and redundant dependency; rearrange slightly.
12372 * Makefile.def: Add host-side libtermcap, utils.
12374 * Makefile.in: Regenerate.
12376 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12378 * ltconfig (osf[345]): Append $major to soname_spec.
12379 Reflect this in library_names_spec.
12380 * ltmain.sh (osf): Prefix $major with . for use as extension.
12382 2002-11-19 Andreas Jaeger <aj@suse.de>
12384 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12385 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12386 and sparc64 GNU/Linux systems.
12388 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12390 * MAINTAINERS: Update email.
12392 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12394 * MAINTAINERS: Complete James Dennett's entry.
12396 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12398 * MAINTAINERS (Write After Approval): Add myself.
12400 2002-11-13 Bruce Korb <bkorb@gnu.org>
12402 * Makefile.tpl: syntactic cleanup
12404 2002-11-13 Stuart Hastings <stuart@apple.com>
12406 * MAINTAINERS: Add myself to write-after-approval list.
12408 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12410 * Makefile.def: Add list of recursive targets to autogenerate.
12412 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12413 targets. Autogenerate *-build-* targets.
12414 * Makefile.in: Regenerate.
12416 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12418 * configure: More autoconf-style substitutions.
12419 * Makefile.tpl: More autoconf-style substitutions.
12420 * Makefile.in: Regenerate.
12422 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12424 * configure: Substitute more variables in a more autoconf-friendly
12425 way. Simplify slightly.
12426 * Makefile.tpl: Make more variables substitutable in an
12427 autoconf-friendly way.
12428 * Makefile.in: Regenerate.
12430 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12432 * MAINTAINERS (Write After Approval): Add myself.
12434 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12436 * configure.in (v810*): Remove special setting of tools.
12438 * configure: Add support for extra required flags for ar or nm.
12439 * configure.in (aix4.3+): Use above support for target-specific
12440 issues, rather than using config/mt-aix43.
12442 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
12444 * configure: Remove 'removing', which doesn't work. Replace $subdir
12445 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
12446 with $srcdir. Reformat indentation. Substitute some variables
12447 formerly hard-coded in the Makefile for build=host.
12448 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12449 * Makefile.def: Autogenerate more.
12450 * Makefile.in: Regenerate.
12452 2002-11-04 Adam Nemet <anemet@lnxw.com>
12454 * MAINTAINERS (Write After Approval): Add myself.
12456 2002-11-04 Kevin Buettner <kevinb@redhat.com>
12458 * Makefile.def (host_modules): Add rda.
12459 * Makefile.in: Regenerate.
12460 * configure.in (target_tool): Add target-rda to list.
12462 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12464 * MAINTAINERS: Remove "co-maintainer" note for web pages.
12466 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
12468 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
12469 and restrap targets to this rule.
12470 * Makefile.in: Regenerate.
12472 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12474 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12475 GNATS only accounts.
12477 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
12479 * configure.in (i[3456]86-*-linux*): Add check to disable
12480 ${libgcj} for glibc1.
12482 2002-10-24 Denis Chertykov <denisc@overta.ru>
12484 * MAINTAINERS: Add myself as ip2k port maintainer.
12486 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
12488 * configure.in: Add tic4x target.
12490 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
12492 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12493 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12494 * Makefile.in: Regenerate.
12496 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12497 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12498 * Makefile.in: Regenerate.
12500 2002-10-02 Janis Johnson <janis187@us.ibm.com>
12502 * MAINTAINERS: Add myself as web pages co-maintainer.
12504 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
12506 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12507 * Makefile.in: Regenerate.
12509 2002-10-02 Zack Weinberg <zack@codesourcery.com>
12511 * MAINTAINERS: Add myself and Nathan Sidwell
12512 <nathan@codesourcery.com> as VxWorks maintainers.
12514 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
12516 * Makefile.def: Remove order dependency comments.
12517 * Makefile.tpl: Add explicit install-install dependencies.
12518 * Makefile.in: Regenerate.
12520 * Makefile.tpl: Remove material now in src-release. (Finally!)
12521 * Makefile.in: Regenerate.
12523 * Makefile.tpl: Add configure-target (for src-release in src)
12524 * Makefile.in: Regenerate.
12526 2002-09-30 Nick Clifton <nickc@redhat.com>
12528 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12530 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
12532 * configure.in (s390*-*-linux*): Enable libgcj.
12534 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
12536 * configure: Revert accidentally applied changes.
12538 * Makefile.tpl: Make more autoconf-friendly.
12539 * Makefile.in: Regenerate.
12540 * configure: Make substitution more autoconf-like.
12542 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
12544 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12545 single entry to handle all these.
12546 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
12547 libjava on arm-*-elf.
12549 2002-09-27 Geoffrey Keating <geoffk@apple.com>
12551 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12552 things that depend on them.
12554 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12556 * Makefile.tpl: Make subsituted variables more autoconfy.
12557 * Makefile.in: Regenerate.
12558 * configure: Make seds more autoconfy.
12560 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12562 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12563 * Makefile.in: Regenerate.
12564 * configure.in: Rewrite sed statements to look autoconfy.
12566 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12567 all-target-foo on configure-target-foo.
12568 * Makefile.def: Ditto.
12569 * Makefile.in: Rebuild.
12571 2002-09-25 Andrew Haley <aph@redhat.com>
12573 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12575 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
12577 * Makefile.def: New file.
12578 * Makefile.tpl: New file.
12579 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12580 * contrib/gcc_update: Note that Makefile.in is a generated file.
12582 * configure.in: Minor rearrangement. Simplify tests.
12584 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
12586 * configure.in (with_headers): Skip copy if value is "yes".
12587 (with_libs): Likewise.
12589 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
12591 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12592 * configure.in (sh*-*-pe*): Ditto.
12593 * configure.in (mips*-*-pe*): Ditto.
12594 * configure.in (*arm-wince-pe): Ditto.
12596 * configure.in: Rearrange.
12598 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
12600 * MAINTAINERS: Update my email address.
12602 2002-08-30 Paul Koning <pkoning@equallogic.com>
12604 * MAINTAINERS: (Write After Approval): Add myself.
12606 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
12608 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12610 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
12612 * MAINTAINERS: Change my mailing address.
12614 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
12616 * MAINTAINERS (Write After Approval): Remove myself.
12617 (Various Maintainers: c++ runtime libs): Add myself.
12619 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
12621 * MAINTAINERS (Write After Approval): Remove myself.
12622 (Various Maintainers: c++ runtime libs): Add myself.
12624 2002-08-15 Eric Christopher <echristo@redhat.com>
12626 * config.sub: Import from master repository.
12627 * config.guess: Ditto.
12629 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
12631 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12632 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12633 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12635 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
12637 * MAINTAINERS: Add self to rs6000 vector extensions.
12639 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
12641 * libiberty/configure: Reverted unintended yesterday's check in.
12643 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
12645 * boehm-gc/configure, libf2c/configure: Rebuilt.
12646 * libffi/configure, libiberty/configure: Ditto.
12647 * libjava/configure, libobjc/configure: Ditto.
12648 * libstdc++-v3/configure, zlib/configure: Ditto.
12649 Merged from binutils:
12650 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
12651 From Steve Ellcey <sje@cup.hp.com>:
12652 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12653 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12654 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12656 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12657 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12658 soname_spec, sys_lib_search_path_spec): Ditto.
12660 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
12662 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12664 2002-08-04 H.J. Lu (hjl@gnu.org)
12666 * configure.in (mips*-*-linux*): Don't skip target-libffi.
12668 2002-08-02 Krister Walfridsson <cato@df.lth.se>
12670 * MAINTAINERS (Write After Approval): Add myself.
12672 2002-07-31 Alan Modra <amodra@bigpond.net.au>
12674 * configure.in: Move generic linux case to end. Copy generic
12675 linux noconfigdirs to mips*-*-linux* entry and new
12676 powerpc64*-*-linux* entry. Add target-libffi for the latter.
12678 2002-07-19 Michael Matz <matz@suse.de>
12680 * MAINTAINERS: Add myself as ra* maintainer.
12682 2002-07-16 Chris Demetriou <cgd@broadcom.com>
12684 * config.guess: Update to 2002-07-09 version.
12685 * config.sub: Update to 2002-07-03 version.
12687 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
12689 * MAINTAINERS: Fix typo in a maintainer email address.
12691 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
12693 * configure.in: Remove two redundant tests.
12695 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12697 * configure.in (mips*-*-irix6*o32): Enable stabs.
12699 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
12701 * configure.in: Don't build grez.
12702 * Makefile.in: Ditto.
12704 * Makefile.in: Remove references to bsp, cygmon, libstub.
12705 * configure.in: Ditto.
12707 * configure.in: Remove leftover reference to gdbtest.
12709 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
12711 * configure.in (gxx_include_dir): Change to match versioned
12712 C++ headers if --enable-version-specific-runtime-libs is used.
12714 2002-07-04 Steve Ellcey <sje@cup.hp.com>
12716 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12718 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
12720 * configure.in: Make --without-x work.
12722 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
12724 * configure.in: Rearrange target Makefile fragment collection.
12726 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12728 * configure.in: Ditto.
12730 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12732 * MAINTAINERS (Write After Approval): Update my e-mail address.
12734 2002-06-24 Ben Elliston <bje@redhat.com>
12736 * configure.in (host_tools): Remove cgen.
12738 * Makefile.in (all-cgen): Remove; runs from its source directory.
12739 (check-cgen, install-cgen, clean-cgen): Likewise.
12740 (all-opcodes): Do not depend on all-cgen.
12741 (all-sim): Likewise.
12743 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
12745 * Makefile.in: Eliminate 'apache' targets.
12746 * configure.in: Eliminate 'apache' targets.
12748 * configure.in: Eliminate redundant tests. Reorganize.
12750 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12752 * config-ml.in: Eliminate references to Cygnus configure.
12754 * Makefile.in: Eliminate references to building emacs.
12756 2002-06-28 Graham Stott <graham.stott@btinternet.com>
12758 * MAINTAINERS: Update my email address.
12760 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
12762 * config.if (libstdcxx_incdir): Version C++ headers.
12763 (cxx_incdir): Remove.
12765 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
12767 * MAINTAINERS (Write After Approval): Add self.
12769 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
12771 * configure.in: Add support for ip2k.
12773 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
12775 * configure.in: Fix AIX configury bug.
12777 2002-06-20 Steve Ellcey <sje@cup.hp.com>
12779 * MAINTAINERS (Write After Approval): Add self.
12781 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12783 * configure.in: replace ${topsrcdir} with ${srcdir}
12785 * configure.in: Move definition of libstdcxx_flags
12786 right above usage, rather than waaay earlier.
12788 * configure.in: Pull definition of is_cross_compiler earlier.
12790 * configure.in: Rearrange a little.
12792 * configure.in: Remove references to librx.
12793 * Makefile.in: Remove references to librx.
12795 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
12797 * config.sub: Add support for avr target.
12798 Import from master sources, rev 1.255
12800 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
12802 * configure, .cvsignore: Revert previous change...
12803 * Makefile: ...delete.
12805 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12807 * configure.in: Eliminate ${gasdir} variable.
12809 2002-06-18 Dave Brolley <brolley@redhat.com>
12811 * configure.in: Add support for frv.
12812 * config.sub: Add support for frv.
12814 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
12816 * configure: Remove garbage from previous commit.
12818 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
12820 * configure: For in-source builds, make a subdir and re-exec there.
12821 * Makefile: New file. Pass targets through to build directory.
12822 * .cvsignore: No longer ignore "Makefile".
12824 2002-06-16 Douglas Rupp <rupp@gnat.com>
12826 * MAINTAINERS (Write After Approval): Add self.
12828 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12830 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12832 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
12834 * configure.in (vax-*-netbsd*): Re-enable gas.
12836 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
12838 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12839 BUILD_PREFIX_1, to correct nomenclature.
12840 * configure: Likewise.
12842 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12843 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12845 2002-05-31 Olaf Hering <olh@suse.de>
12847 * config-ml.in: Propogate DESTDIR also.
12849 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
12851 * configure.in (vax-*-netbsd*): Don't build gas for this
12854 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
12856 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12857 and libgcj for AVR.
12859 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12861 * MAINTAINERS (Write After Approval): Add myself.
12863 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12865 * config.guess: Update to 2002-05-22 version.
12866 * config.sub: Likewise.
12868 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12870 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12871 * config-ml.in: Likewise.
12872 * configure: Likewise.
12873 * configure.in: Likewise.
12875 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12877 * MAINTAINERS: Update my email address.
12879 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12881 * configure.in: Simplify makefile fragment collection.
12883 * configure.in: Remove code to build emacs.
12885 * configure.in : Remove --srcdir argument from targargs and buildargs
12886 (it's always overridden in the Makefile anyway). Rearrange a bit.
12888 * configure: Move some logic to configure.in.
12889 * configure.in: Move some logic from configure.
12891 2002-05-11 Tom Tromey <tromey@redhat.com>
12893 * MAINTAINERS: Reflect libgcj reality.
12895 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12897 * Makefile.in: Honour DESTDIR.
12899 2002-05-08 Mark Mitchell <mark@codesourcery.com>
12901 * config.guess: Import 2002-03-20 version.
12902 * config.sub: Import 2002-04-26 version.
12904 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12906 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12908 2002-05-07 Tim Josling <tej@melbpc.org.au>
12910 * MAINTAINERS: Add self.
12912 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
12914 * ltmain.sh: Detect and handle object name conflicts
12915 while piecewise linking a static library.
12917 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
12919 * configure.in (noconfigdirs): Don't disable libgcj on
12920 sparc64-*-solaris* and sparcv9-*-solaris*.
12922 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
12924 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12926 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12928 * configure.in (FLAGS_FOR_TARGET): Do not add
12929 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12930 on i[3456]86-*-linux*.
12932 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12934 * configure.in (noconfigdirs): Replace [ ] with test.
12936 * configure.in (noconfigdirs): Do not add target-newlib if
12937 target == i[3456]86-*-linux*, and host == target.
12939 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12941 * configure.in: delete reference to absent file
12943 * configure.in: replace '[' with 'test'
12945 * configure.in: Eliminate references to gash.
12946 * Makefile.in: Eliminate references to gash.
12948 * configure.in: remove useless references to 'pic' makefile fragments.
12950 * configure.in: (*-*-windows*) Finish removing.
12952 * configure.in: Eliminate redundant test for libgui.
12954 2002-04-29 Roger Sayle <roger@eyesopen.com>
12956 * MAINTAINERS: Add self and realphabetize. Update entries
12957 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12958 entry for a29k port maintainer.
12960 2002-04-26 Joel Sherrill <joel@OARcorp.com>
12962 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12963 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12965 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12967 * configure.in: remove references to dead files
12969 2002-04-19 Mark Mitchell <mark@codesourcery.com>
12971 * MAINTAINERS: Add information about purpose of this file.
12973 2002-04-18 Tom Tromey <tromey@redhat.com>
12975 * configure.in: Disallow configuring libgcj when it is already
12976 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12977 Solaris 2.8 by default. For PR libgcj/6158.
12979 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12981 * configure.in: Move default CC setting out of config/mh-* fragments
12982 directly into here.
12984 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12986 * configure.in: don't even try to configure or make a subdirectory
12987 if there's no configure script for it.
12989 2002-04-15 Mark Mitchell <mark@codesourcery.com>
12991 * MAINTAINERS: Remove chill maintainers.
12992 * Makefile.in (CHILLFLAGS): Remove.
12993 (CHILL_LIB): Remove.
12994 (TARGET_CONFIGDIRS): Remove libchill.
12995 (CHILL_FOR_TARGET): Remove.
12996 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12998 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12999 (CHECK_TARGET_MODULES): Likewise.
13000 (INSTALL_TARGET_MODULES): Likewise.
13001 (CLEAN_TARGET_MODULES): Likewise.
13002 (configure-target-libchill): Remove.
13003 (all-target-libchill): Remove.
13004 * configure.in (target_libs): Remove target-libchill.
13005 Do not compute CHILL_FOR_TARGET.
13006 * libchill: Remove directory.
13008 2002-04-11 DJ Delorie <dj@redhat.com>
13010 * Makefile.in, configure.in: Sync with binutils, entries
13013 2002-04-07 Andrew Cagney <ac131313@redhat.com>
13015 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13016 (do-tar, do-bz2): New rules.
13017 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13018 (gdb-tar): New rule.
13019 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13020 (insight_dejagnu.tar): New rule.
13021 (insight.tar): New rule.
13022 (gdb+dejagnu.tar): New rule.
13023 (gdb.tar): New rule.
13025 2002-02-01 Mo DeJong <supermo@bayarea.net>
13027 * Makefile.in: Add all-tix to deps for all-snavigator
13028 so that tix is built when building snavigator.
13030 2002-01-11 Steve Ellcey <sje@cup.hp.com>
13032 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13033 ld and gdb are not supported.
13035 2002-01-07 Mark Salter <msalter@redhat.com>
13037 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13038 Allow target-libgloss to be built for arm, strongarm, and xscale.
13040 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13042 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13043 options for i[3456]86-pc-linux* native builds.
13045 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13047 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13048 files from .po files for a distribution.
13050 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
13052 * configure.in: Enable libstdc++-v3 for h8300 targets.
13054 2001-06-19 Alan Modra <amodra@bigpond.net.au>
13056 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13059 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13061 * Makefile.in (VER): When present, extract the version number from
13062 the file version.in.
13064 2001-05-24 Tom Rix <trix@redhat.com>
13066 * configure.in : enable ld for aix
13068 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13070 * config.guess: Add linux target for S/390.
13072 2000-11-07 Philip Blundell <pb@futuretv.com>
13074 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13076 2000-11-03 Philip Blundell <pb@futuretv.com>
13078 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13081 2001-01-15 Ben Elliston <bje@redhat.com>
13083 * configure.in (host_tools): Add sid.
13084 Always configure cgen.
13086 2000-11-24 Nick Clifton <nickc@redhat.com>
13088 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13090 2000-08-20 Doug Evans <dje@casey.transmeta.com>
13092 * Makefile.in (ALL_MODULES): Add all-cgen.
13093 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13094 (all-cgen): New target.
13095 (all-opcodes,all-sim): Depend on all-cgen.
13096 * configure.in (host_tools): Add cgen.
13097 Only configure cgen if --enable-cgen-maint.
13099 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
13101 * configure.in: Add *-*-freebsd* configurations.
13103 2002-04-08 Tom Tromey <tromey@redhat.com>
13105 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13106 Fixes PR libgcj/6068.
13108 2002-03-30 Krister Walfridsson <cato@df.lth.se>
13110 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13112 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13114 * configure.in (alpha*-dec-osf*): Enable libgcj.
13116 2003-03-27 Matthew Gingell <gingell@gnat.com>
13118 * MAINTAINERS (Write After Approval): Add myself.
13120 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13122 Fix for: PR bootstrap/3591, target/5676
13123 * configure.in (mcore-pe): Disable the configuration of
13124 libstdc++-v3 since exceptions are not supported.
13126 2002-03-20 Anthony Green <green@redhat.com>
13128 * configure.in: Enable libgcj for xscale-elf target.
13130 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
13132 * MAINTAINERS: Update my email address.
13134 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
13136 * ltmain.sh (relink_command): Fix typo in previous change.
13138 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
13140 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13141 (relink_command): Added --tag flags.
13142 (mode=install): If relinking fails; error out.
13144 2002-03-12 Richard Henderson <rth@redhat.com>
13146 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13148 (do-check): Rename from check.
13149 (check): Allow parallel check.
13151 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13153 * MAINTAINERS: Add myself as maintainer for xtensa port.
13154 Fix alphabetical order in CPU port maintainer list.
13155 Remove myself from Write After Approval list.
13157 2002-03-11 Richard Henderson <rth@redhat.com>
13159 * Makefile.in (.NOTPARALLEL): Add fake tag.
13161 2002-03-07 H.J. Lu (hjl@gnu.org)
13163 * configure.in: Enable gprof for mips*-*-linux*.
13165 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13167 * MAINTAINERS (Write After Approval): Add myself.
13169 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
13171 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13173 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13175 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
13177 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13178 because its Makefile is there; test for the executable instead.
13180 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
13182 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13183 libstdc++-v3 and libjava.
13185 2002-02-11 Adam Megacz <adam@xwt.org>
13187 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13190 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
13192 * config.guess: Updated to 2002-01-30's version.
13193 * config.sub: Updated to 2002-02-01's version.
13194 Contribute sh64-elf.
13195 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13196 * configure.in: Added sh64-*-*.
13198 2002-02-08 Chris Demetriou <cgd@broadcom.com>
13200 * MAINTAINERS: Belatedly add myself to write after approval list.
13202 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13204 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13205 Remove self as Write After Approval.
13207 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
13209 * MAINTAINERS: Put self in as maintainer for contrib/regression
13212 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
13214 * MAINTAINERS: Update my email address.
13216 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13218 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13219 target-libiberty, and target-libgloss. Skip Java-related
13220 libraries if not supported for NetBSD on target CPU.
13222 2002-01-25 Douglas B Rupp <rupp@gnat.com>
13224 * install-sh: Use _inst.$$_ for temp file name.
13226 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13228 * MAINTAINERS (Write After Approval): Move my contact info
13230 (OS Port Maintainers): ...to here (netbsd).
13232 2002-01-22 Bob Wilson <bob.wilson@acm.org>
13234 * MAINTAINERS (Write After Approval): Add myself.
13236 2002-01-17 H.J. Lu <hjl@gnu.org>
13238 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13239 (all-target-fastjar): Also depend on all-target-libiberty.
13241 2002-01-16 H.J. Lu (hjl@gnu.org)
13243 * config.guess: Import from master sources, rev 1.225.
13244 * config.sub: Import from master sources, rev 1.238.
13246 2002-01-16 Kazu Hirata <kazu@hxi.com>
13248 * MAINTAINERS (Write After Approval): Remove myself.
13250 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
13252 * MAINTAINERS (Write After Approval): Add myself.
13254 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13256 * MAINTAINERS: Add self as docs co-maintainer.
13258 2001-12-11 Matthias Klose <doko@debian.org>
13260 * MAINTAINERS (Write After Approval): Add myself.
13262 2001-12-09 Zack Weinberg <zack@codesourcery.com>
13264 * MAINTAINERS: Update my email address.
13266 2001-12-07 Turly O'Connor <turly@apple.com>
13267 * MAINTAINERS (Write After Approval): Add myself.
13268 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13269 (rs6000_initialize_trampoline): Call __trampoline_setup for
13271 * darwin-tramp.asm: New file, implements __trampoline_setup.
13272 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13274 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
13276 * MAINTAINERS (Write After Approval): Add myself.
13278 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13280 * configure, configure.in: Use temp file for long sed commands.
13282 2001-12-03 Laurent Guerby <guerby@acm.org>
13284 * config.sub: Update to version 1.232 on subversion.
13286 2001-12-03 Ben Elliston <bje@redhat.com>
13288 * MAINTAINERS: Update mail address for config.* patches.
13290 2001-11-27 DJ Delorie <dj@redhat.com>
13291 Zack Weinberg <zack@codesourcery.com>
13293 When build != host, create libiberty for the build machine.
13295 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13297 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13299 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13301 (all.normal): Depend on ALL_BUILD_MODULES.
13302 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13303 (all-build-libiberty): Depend on configure-build-libiberty.
13305 * configure: Calculate and substitute proper value for
13307 * configure.in: Create the build subdirectory.
13308 Calculate and substitute TARGET_CONFIGARGS (formerly
13309 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13311 2001-11-26 Ziemowit Laski <zlaski@apple.com>
13313 * MAINTAINERS (write-after-approval): Add self.
13315 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13317 * MAINTAINERS (GNATS only accounts): Remove self.
13319 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13321 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13324 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13326 * MAINTAINERS (Write After Approval): Add self.
13328 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13330 * MAINTAINERS: mips and s390 are also CPU ports.
13332 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13334 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13336 2001-11-11 David O'Brien <obrien@FreeBSD.org>
13338 * MAINTAINERS: Alphabetize.
13340 2001-11-09 Kazu Hirata <kazu@hxi.com>
13342 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13344 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13346 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13348 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13350 * configure.in (--enable-languages): Be more permissive about
13351 syntax. Check for empty lists better. Warn about $LANGUAGES.
13353 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
13355 * config.sub: Import from master sources, rev. 1.230.
13356 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13358 2001-11-07 Laurent Guerby <guerby@acm.org>
13360 * MAINTAINERS (Write After Approval): Add self.
13362 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13364 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13366 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13368 * config.sub: Import from master sources, rev 1.226.
13369 * config.guess: Import from master sources, rev 1.216.
13371 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13373 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13374 * MAINTAINERS: Add self as maintainer of MMIX port.
13375 Remove old after-approval entry.
13377 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13379 * ChangeLog, configure: Fix spelling errors.
13381 2001-10-20 Brendan Kehoe <brendan@zen.org>
13383 * MAINTAINERS: Tweak my address.
13385 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
13387 * MAINTAINERS: Update my email address.
13389 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
13391 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13392 * MAINTAINERS: Add self as maintainer of CRIS port.
13394 2001-10-10 Geert Bosch <bosch@gnat.com>
13396 * MAINTAINERS (Various maintainers: Ada front end):
13397 Added Robert Dewar.
13399 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
13401 * MAINTAINERS (Write After Approval): Added self
13403 2001-10-02 Geert Bosch <bosch@gnat.com>
13405 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13407 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13409 * configure: Handle temporary files securely using mkdir.
13411 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
13413 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13415 2001-09-26 Will Cohen <wcohen@redhat.com>
13417 * configure.in (*-*-linux*): Disable configuration of target-newlib
13418 and target-libgloss.
13420 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
13422 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13425 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
13427 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13428 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13429 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13430 avoid quotes nesting problems.
13431 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13432 (DO_X): Export only variables that are set.
13434 2001-09-19 Ben Elliston <bje@redhat.com>
13436 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13437 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13438 semantics. Use the shell built-in "type" command instead.
13440 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
13442 Merged from gcc-3_0-branch:
13443 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
13444 * ltcf-c.sh: Use $objext, not $ac_objext.
13445 2001-07-27 Mark Kettenis <kettenis@gnu.org>
13446 * ltcf-cxx.sh: Add support for GNU.
13447 2001-07-22 Timothy Wall <twall@redhat.com>
13448 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
13449 default settings if using GNU tools with that configuration.
13450 * ltcf-cxx.sh: Ditto.
13451 * ltcf-gcj.sh: Ditto.
13452 2001-07-21 Michael Chastain <chastain@redhat.com>
13453 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13454 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
13455 * ltmain.sh: Mark as gcc-local.
13457 2001-08-30 Eric Christopher <echristo@redhat.com>
13458 Jason Eckhardt <jle@redhat.com>
13460 * config.guess: Merge from master sources.
13461 * config.sub: Merge from master sources, add support for mipsisa32.
13463 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
13464 * config.sub: Merge from master sources, rev 1.219.
13465 * MAINTAINERS: Add self as contact for stormy16 port.
13467 2001-08-14 Zack Weinberg <zackw@panix.com>
13469 * config.sub: Merge from master sources, rev 1.218.
13470 * config.guess: Merge from master sources, rev 1.209.
13472 2001-08-11 Graham Stott <grahams@redhat.com>
13474 * Makefile.in (check-c++): Add missing semicolon.
13476 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
13478 * MAINTAINERS (Various maitainers: predict.def): Added myself.
13480 2001-07-30 Eric Christopher <echristo@redhat.com>
13482 * MAINTAINERS (Various maintainers: mips port): Added myself.
13484 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
13486 * configure.in (sh-*-linux*): New.
13488 2001-07-27 Richard Henderson <rth@redhat.com>
13490 * .cvsignore: Add LAST_UPDATED.
13492 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
13494 * MAINTAINERS (Various maintainers: s390 port): Added myself.
13496 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
13498 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13500 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
13502 * MAINTAINERS (Write After Approval): Added myself.
13504 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13506 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13507 and libgcj on m68hc11/m68hc12.
13509 2001-06-27 H.J. Lu (hjl@gnu.org)
13511 * Makefile (CFLAGS_FOR_BUILD): New.
13512 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13514 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13516 * README: Remove version number.
13518 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13520 * INSTALL/README: Update wrt. to the installation instructions now
13521 residing in gcc/doc/install.texi.
13523 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13525 * README: Replace with a cut-down and updated version of gcc/README.
13527 2001-06-12 David Edelsohn <edelsohn@gnu.org>
13529 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13530 multilibs to be disabled.
13532 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
13534 * MAINTAINERS (Write After Approval): Add myself.
13536 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
13538 * config.guess: Import CVS version 1.195.
13539 * config.sub: Import CVS version 1.212.
13541 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
13543 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13544 gcc/xgcc is built, use -print-prog-name to find out the program
13547 2001-06-04 Phil Edwards <pme@sources.redhat.com>
13549 * config.guess: Import CVS version 1.194. All gcc-local changes
13550 appear to also be in the master copy.
13551 * config.sub: Import CVS version 1.211.
13553 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
13555 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13556 with_gcc]: Use `gcc -shared' to build a shared library.
13558 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
13560 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13563 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13565 * MAINTAINERS (Write After Approval): Add myself.
13567 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
13569 * configure.in (libstdcxx_flags): Do not try to execute
13570 libstdc++-v3/testsuite_flags until it exists.
13572 2001-06-01 Alan Modra <amodra@bigpond.net.au>
13574 * MAINTAINERS: Update my email address.
13576 2001-05-31 Graham Stott <grahams@redhat.com>
13578 * MAINTAINERS (Write After Approval): Add myself.
13580 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
13582 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
13583 libraries when using g++ with native linker.
13585 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
13587 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13589 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
13591 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13592 [aix4*|aix5*]: Prepend blank.
13594 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
13596 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13597 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
13598 of subdir/configure scripts to use the new libtool.m4.
13600 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
13602 * MAINTAINERS (Write After Approval): Add myself.
13604 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
13606 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13608 2001-05-11 Ben Elliston <bje@redhat.com>
13610 * Makefile.in (all-sid): New target.
13611 (check-sid, clean-sid, install-sid): Likewise.
13613 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
13615 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13617 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
13619 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13622 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
13624 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13625 gcc/xgcc is built, use -print-prog-name to find out the program
13628 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
13630 * configure.in (noconfigdirs): Don't reset it from scratch in the
13631 target case; only append to it.
13633 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13634 sparc-*-solaris2.8]: Disable ${libgcj}.
13636 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
13638 * configure.in (libgcj_saved): Copy from $libgcj.
13639 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13642 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
13644 * MAINTAINERS: Remove self as MIPS maintainer and
13645 C front end maintainer.
13647 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
13649 * configure.in: Move *-chorusos target case to the proper switch.
13652 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
13654 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13657 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13659 * Makefile.in (STAGE1_CFLAGS): Pass down.
13661 2001-04-13 Alan Modra <amodra@one.net.au>
13663 * config.guess: Add hppa64-linux support. Note for next import that
13664 this is already in the master file.
13665 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
13667 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
13669 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13670 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13672 2001-04-11 Stan Shebs <shebs@apple.com>
13674 * MAINTAINERS: Add self as Darwin port maintainer.
13676 2001-04-11 Alan Modra <amodra@one.net.au>
13678 * MAINTAINERS: Update my email address.
13680 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
13682 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13683 recent versions of FreeBSD (release 3 or later).
13684 * ltconfig: On FreeBSD, -lc must not be provided when building
13685 a shared library or else the standard -pthread gcc option is
13686 rendered worthless to later users of the built library.
13688 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
13690 * MAINTAINERS: Add self and RTH as C front end maintainers.
13692 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
13694 * config.sub: Make sure to match an already-canonicalized
13695 machine name (eg. mn10300-unknown-elf).
13697 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
13699 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13701 (bootstrap, cross): Use RECURSE_FLAGS.
13702 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13704 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
13706 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13708 2001-03-22 Colin Howell <chowell@redhat.com>
13710 * Makefile.in (DO_X): Do not backslash single-quotes in
13711 backquotes (two places).
13713 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
13716 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13717 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13718 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13719 * ltcf-cxx.sh: Likewise.
13720 * ltcf-gcj.sh: Likewise.
13722 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13724 * MAINTAINERS: Add myself as "documentation co-maintainer".
13726 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
13728 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13729 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13731 2001-03-19 Tom Tromey <tromey@redhat.com>
13733 * config-ml.in: Handle GCJ and GCJFLAGS.
13735 2001-03-21 Michael Chastain <chastain@redhat.com>
13737 * Makefile.in: all-m4 depends on all-texinfo.
13739 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
13741 * MAINTAINERS: Add myself to write after approval list.
13743 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
13745 * Makefile.in (DO_X): Quote nested quotes.
13747 2001-03-18 Alan Modra <alan@linuxcare.com.au>
13749 * MAINTAINERS: Add myself to write after approval list.
13751 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
13753 * Makefile.in (DO_X): Use double quotes for quoting
13754 "RANLIB=$${RANLIB}".
13756 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
13758 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13760 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
13762 * configure.in: Only use `lang_requires' for languages athat are
13765 2001-03-08 Phil Edwards <pme@sources.redhat.com>
13767 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
13769 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
13771 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13773 2001-03-07 Tom Tromey <tromey@redhat.com>
13775 * configure.in: Allow config-lang.in to set `lang_requires' to list
13776 of other required languages.
13778 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
13780 * Makefile.in: Remove RANLIB definition. Use RANLIB
13781 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13782 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13784 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
13785 Alexandre Oliva <aoliva@redhat.com>
13787 * Makefile.in (check-c++): Use tabs, not spaces.
13789 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
13791 * MAINTAINERS: add myself to Write After Approval list.
13793 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
13795 * Makefile.in (check-c++): New rule.
13797 * configure.in (target_libs): Remove libg++.
13798 (noconfigdirs): Remove libg++.
13799 (noconfigdirs): Same.
13800 (noconfigdirs): Same.
13801 (noconfigdirs): Same.
13803 * config-ml.in: Remove libg++ references.
13805 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13806 (ALL_TARGET_MODULES): Same.
13807 (configure-target-libg++): Remove.
13808 (all-target-libg++): Remove.
13809 (configure-target-libio): Remove.
13810 (all-target-libio): Remove.
13811 (check-target-libio): Remove.
13813 (libg++.tar.bz2): Remove.
13814 (all-target-cygmon): Remove libio.
13815 (all-target-libstdc++): Remove.
13816 (configure-target-libstdc++): Remove.
13817 (TARGET_LIB_PATH): Remove libstdc++.
13818 (ALL_GCC_CXX): Remove libstdc++.
13819 (all-target-gperf): Correct.
13821 2001-02-16 Nick Clifton <nickc@redhat.com>
13823 * configure.in (noconfigdirs): Allow configuration of texinfo
13826 2001-02-15 Anthony Green <green@redhat.com>
13828 * configure: Introduce GCJ_FOR_TARGET.
13829 * configure.in: Ditto.
13830 * Makefile.in: Ditto.
13832 2001-02-13 Andreas Schwab <schwab@suse.de>
13834 * MAINTAINERS: Update mail address.
13836 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13838 * config.guess: Add linux target for S/390.
13839 * config.sub: Likewise.
13841 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
13843 * configure.in: for *-chorusos, don't config target-newlib and
13846 2001-02-06 Ben Elliston <bje@redhat.com>
13848 * configure: Output host type to stdout, not stderr.
13850 2001-02-05 Mark Mitchell <mark@codesourcery.com>
13852 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13853 * ltcf-cxx.sh: Likewise.
13855 * config.if: Assume enable_libstdcxx_v3 is defined.
13857 2001-02-04 Mark Mitchell <mark@codesourcery.com>
13859 Remove V2 C++ library.
13860 * configure.in: Remove --enable-libstdcxx_v3 support.
13862 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13864 * include/demangle.h: Add prototype for java_demangle_v3.
13866 2001-01-29 Phil Edwards <pme@sources.redhat.com>
13868 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13870 2001-01-27 Richard Henderson <rth@redhat.com>
13872 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13874 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13876 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13877 Don't unset, it's non-portable and no longer necessary, set to empty
13880 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13882 * ltconfig: Shell portability fix for the tagname validity check.
13884 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
13886 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13887 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13889 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13891 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13893 2001-01-26 Tom Tromey <tromey@redhat.com>
13895 * configure.in: Allow libgcj to be built on Sparc Solaris.
13897 2001-01-25 David Edelsohn <edelsohn@gnu.org>
13899 * ltcf-c.sh: Add aix5 case.
13900 * ltcf-cxx.sh: Likewise.
13901 * ltconfig: Likewise.
13903 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
13905 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13906 keep at least one of build_libtool_libs or build_old_libs set to
13909 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13910 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13912 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13914 * configure.in: Enable libgcj on several additional platforms.
13916 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13918 * configure.in: Enable libgcj for linux targets.
13920 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13922 * MAINTAINERS (Write After Approval): Add myself.
13924 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13926 * MAINTAINERS: Add myself as vax port maintainer.
13928 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13930 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13932 2001-01-09 Mike Stump <mrs@wrs.com>
13934 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13935 failures of subdirectories.
13937 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13939 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13940 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13941 * ltcf-cxx.sh: Likewise.
13942 * ltcf-gcj.sh: Likewise.
13943 * ltconfig.sh: Fix typo.
13945 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13947 * configure: handle DOS-style absolute paths.
13949 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13951 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13953 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13955 * MAINTAINERS: Add myself as avr port co-maintainer.
13957 2000-12-28 Ben Elliston <bje@redhat.com>
13959 * MAINTAINERS: Add myself under ``Write After Approval''.
13961 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13963 * texinfo: Remove directory from GCC.
13965 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13967 * COPYING: Update to current
13968 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13969 to 19yy as example year in copyright notice).
13971 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13973 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13974 (libstdcxx_incdir): Pass down.
13975 * config.if: Remove expired bits for cxx_interface, add stub.
13976 (libstdcxx_incdir): Add variable for g++ include directory.
13977 * configure.in (gxx_include_dir): Use it.
13979 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
13981 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13982 with old-email address from ``Write After Approval''.
13984 2000-12-15 Andreas Jaeger <aj@suse.de>
13986 * configure.in: Handle lang_dirs.
13988 2000-12-14 Tom Tromey <tromey@redhat.com>
13990 * MAINTAINERS: Removed brads.
13992 * MAINTAINERS: Added gcj developers.
13994 2000-12-13 Anthony Green <green@redhat.com>
13996 * configure.in: Disable libgcj for any target not specifically
13997 listed. Disable libgcj for x86 and Alpha Linux until compatible
14000 2000-12-13 Mike Stump <mrs@wrs.com>
14002 * Makefile.in (local-distclean): Also remove fastjar.
14004 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14006 * contrib/gcc_update: Add fastjar --touch entries.
14008 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
14010 * configure.in: Disable language-specific target libraries for
14011 languages that aren't enabled.
14013 2000-12-10 Anthony Green <green@redhat.com>
14015 * configure.in: Define libgcj. Disable libgcj target libraries for
14018 2000-12-10 Neil Booth <neilb@earthling.net>
14020 * MAINTAINERS: Update mail address, remove from WAA list.
14022 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14024 * libjava: Imported from /cvs/java.
14025 * libffi: Likewise.
14026 * Boehm-gc: Likewise.
14028 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14030 * configure.in (target_libs): Revert 2000-12-08 patch.
14031 (noconfigdirs): Added target-libjava.
14033 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14035 * djunpack.bat: removed.
14037 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14039 * Makefile.in: handle DOS-style absolute paths.
14040 * config-ml.in: likewise.
14041 * symlink-tree: likewise.
14043 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14045 * fastjar: Imported.
14047 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14049 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14051 * configure.in (target_libs): Removed `target-libjava'.
14053 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14055 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14056 (ALL_MODULES): Added fastjar.
14057 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14058 (all-target-libjava): all-fastjar replaces all-zip.
14059 (all-fastjar): Added.
14060 (configure-target-fastjar, all-target-fastjar): Likewise.
14061 * configure.in (host_tools): Added fastjar.
14063 2000-12-07 Mike Stump <mrs@wrs.com>
14065 * Makefile.in (local-distclean): Remove leftover built files.
14067 2000-11-24 Nick Clifton <nickc@redhat.com>
14069 * configure.in (xscale-elf): Add target.
14070 (xscale-coff): Add target.
14072 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
14074 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14075 recent versions of FreeBSD (release 3 or later).
14076 * ltconfig: On FreeBSD, -lc must not be provided when building
14077 a shared library or else the standard -pthread gcc option is
14078 rendered worthless to later users of the built library.
14080 2000-11-16 Fred Fish <fnf@be.com>
14082 * configure.in (enable_libstdcxx_v3): Fix typo,
14083 libstd++ -> libstdc++.
14085 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14087 * MAINTAINERS: Add self to Write After Approval list.
14089 2000-11-21 Bernd Schmidt <bernds@redhat.com>
14091 * MAINTAINERS: Update my email address. Add myself to global write
14094 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
14096 * Makefile.in: Merge with src and libgcj.
14097 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14098 configure-target-<library> when their configure scripts need the C
14099 or C++ library to have already been built to work properly.
14100 (do_proto_toplev): Set them to an empty string.
14102 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14103 (REALLY_SET_LIB_PATH): Use them.
14105 2000-11-17 Stan Shebs <shebs@apple.com>
14107 * MAINTAINERS: Add self to Write After Approval list.
14109 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14111 * configure: Provide the original toplevel configure arguments
14112 (including $0) to subprocesses in the environment rather than
14113 through gcc/configargs.h.
14115 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14117 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14118 C99. Alphabetise "Write After Approval" list.
14120 2000-11-12 Mark Mitchell <mark@codesourcery.com>
14122 * configure: Turn on libstdc++ V3 by default.
14124 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14127 2000-11-11 Philip Blundell <philb@gnu.org>
14129 * MAINTAINERS: Add self to Write After Approval list.
14131 2000-11-09 David Edelsohn <edelsohn@gnu.org>
14133 * ltcf-c.sh (aix4): Improve shared library configuration; require
14135 * ltcf-cxx.sh (aix4): Define.
14136 * ltconfig (aix4): Define library and soname specs appropriate for
14137 AIX. Define command to create export symbols list.
14139 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
14141 * config.sub: Add support for Sun Chorus
14143 2000-10-31 Nick Clifton <nickc@redhat.com>
14145 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14146 <name>@redhat.com. Also installed new email address for Clint
14149 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14151 * etc: Remove directory from GCC.
14153 2000-10-16 Michael Meissner <meissner@redhat.com>
14155 * configure (gcc/configargs.h): Only create if there is a build GCC
14158 2000-10-16 Matthias Klose <doko@debian.org>
14160 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14161 when configured for libstdc++-v3.
14163 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
14165 * configure: Save configure arguments to gcc/configargs.h.
14167 2000-10-04 Philipp Thomas <pthomas@suse.de>
14169 * config.guess: Import CVS version 1.157.
14170 * config.sub: Import CVS version 1.181.
14172 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
14174 * Makefile.in (bootstrap): avoid recursion if subdir missing
14176 (do-proto-toplev): ditto
14178 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
14180 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14181 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14183 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14184 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14185 all affected `configure' scripts.
14187 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14189 * MAINTAINERS: Add self as cpplib co-maintainer.
14191 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
14193 * MAINTAINERS: Add self to Write After Approval list.
14195 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14197 * INSTALL/README: egcs -> GCC update.
14199 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
14201 * MAINTAINERS: Add myself to Write After Approval list.
14203 2000-09-15 Kazu Hirata <kazu@hxi.com>
14205 * MAINTAINERS: Add myself to Write After Approval list.
14207 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14209 * configure.in: Do not build byacc for hppa64. Provide paths to the
14210 X11 libraries for hppa64.
14212 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14214 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14216 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
14218 * Makefile.in (all-zlib): Added dummy target.
14220 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14221 ltcf-gcj.sh: Updated from libtool multi-language branch.
14223 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
14225 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14226 (bootstrap*): Depend on all-bootstrap.
14228 2000-09-05 Philipp Thomas <pthomas@suse.de>
14230 * config.guess: Import CVS version 1.156.
14231 * config.sub: Import CVS version 1.179.
14233 2000-09-02 Anthony Green <green@cygnus.com>
14235 * Makefile.in (all-gcc): Depend on all-zlib.
14236 (CLEAN_MODULES): Add clean-zlib.
14237 (ALL_MODULES): Add all-zlib.
14238 * configure.in (host_libs): Add zlib.
14240 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
14242 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14243 crosses, but add gcc/include to the header search path for them.
14245 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14247 * MAINTAINERS: Add self to Write After Approval list.
14249 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14251 * config.guess: Import CVS version 1.152.
14252 * config.sub: Import CVS version 1.177.
14254 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
14256 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14257 $targargs to tell whether newlib is going to be built.
14259 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14260 $$r/TARGET_SUBDIR/libio for _G_config.h.
14262 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
14264 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14266 2000-08-22 DJ Delorie <dj@redhat.com>
14268 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14270 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
14272 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14273 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14276 2000-08-21 DJ Delorie <dj@redhat.com>
14278 * MAINTAINERS: Add self as a libiberty maintainer
14280 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
14282 * configure.in (libstdcxx_flags): Use
14283 libstdc++-v3/src/libstdc++.INC.
14285 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
14287 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14289 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14291 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14293 * configure: Make enable_threads and enable_shared defaults
14294 explicit. Substitute enable_threads into generated Makefiles.
14295 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14296 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14298 2000-08-13 Geoff Keating <geoffk@cygnus.com>
14300 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14302 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
14304 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14307 2000-08-11 Jason Merrill <jason@redhat.com>
14309 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14310 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14311 (FLAGS_FOR_TARGET): Not here.
14312 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14314 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
14316 * config-ml.in (CC, CXX): Don't introduce a leading space.
14318 2000-08-07 DJ Delorie <dj@delorie.com>
14320 * MAINTAINERS: Add self as a DJGPP maintainer
14322 2000-08-07 DJ Delorie <dj@redhat.com>
14324 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14325 "if we're also building gcc, and it's a gcc that will run on the
14326 build machine, we want to use its includes instead of the system's
14329 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14331 * MAINTAINERS: Add self to Write After Approval list.
14333 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
14335 * configure.in (libstdcxx_flags): Don't use `"'.
14337 * config-ml.in: Adjust multilib search paths to the
14338 appropriate multilib tree.
14340 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
14342 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14343 commas in $LANGUAGES.
14345 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
14347 * configure.in: Re-enable all references to libg++ and librx.
14349 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
14351 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14352 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14353 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14354 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14356 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14358 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
14360 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14361 CXX_FOR_TARGET for sed.
14363 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
14365 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14366 Do not override if already set in the environment or in configure.
14367 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14368 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14370 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
14372 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14373 the libtool CVS tree multi-language branch.
14374 * ltconfig, ltmain.sh: Updated.
14376 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
14378 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14379 (clean-target): Depend on it.
14381 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14382 (GCC_FOR_TARGET): Use it.
14383 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14384 * configure.in: ... here.
14385 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14386 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14388 2000-07-24 Eric Christopher <echristo@cygnus.com>
14390 * MAINTAINERS: Add self to Write After Approval list.
14392 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
14394 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14395 (configure-target-libchill, configure-target-libobjc): Likewise.
14397 * configure.in: Use the same cache file for all target libs.
14398 * config-ml.in: But different cache files per multilib variant.
14400 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14402 * configure (topsrcdir): Don't use dirname.
14404 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14406 * MAINTAINERS: Add self to Write After Approval list.
14408 2000-07-20 Jason Merrill <jason@redhat.com>
14410 * configure.in: Remove all references to libg++ and librx.
14412 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14414 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
14416 * config.sub: Update to subversions version 2000-07-06.
14418 2000-07-12 Andrew Haley <aph@cygnus.com>
14420 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14421 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14423 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14425 * symlink-tree: Check number of arguments.
14427 2000-07-05 Jim Wilson <wilson@cygnus.com>
14429 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14430 search path for a g++ extracted from the build tree. This
14431 will allow link tests run by configure scripts in
14432 subdirectories to succeed.
14434 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
14436 * ltconfig: Add support for mips-dde-sysv4.2MP
14438 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14440 * MAINTAINERS: Add myself as loop discovery maintainer.
14442 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
14444 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14445 `os2'. Force ac_cv_exeext to be ".exe" in that case.
14447 2000-06-19 Timothy Wall <twall@cygnus.com>
14449 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14450 * config.sub: Add tic54x target.
14452 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14454 * MAINTAINERS: Add self as Fortran maintainer,
14455 remove Craig Burley.
14457 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
14459 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14460 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14462 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
14464 * MAINTAINERS: Add self as i18n maintainer
14466 20000-05-21 H.J. Lu (hjl@gnu.org)
14468 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14469 directory are used if they exist. Make sure
14470 $(build_tooldir)/include is searched for header files,
14471 $(build_tooldir)/lib/ for library files.
14472 (GCC_FOR_TARGET): Likewise.
14473 (CXX_FOR_TARGET): Likewise.
14475 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
14477 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14479 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
14481 * Makefile.in (configure-target-libiberty): Depend on
14482 configure-target-newlib.
14484 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
14486 * configure.in, Makefile.in: Merge all libffi-related
14487 configury stuff from the libgcj tree.
14489 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
14491 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14492 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14494 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
14496 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14497 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14498 current version information. Add to proto-toplev directory.
14499 (gdb-taz): Build do-djunpack.
14501 2000-05-15 David Edelsohn <edelsohn@gnu.org>
14503 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14505 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
14507 * MAINTAINERS: Add self to Write After Approval list.
14509 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14511 * ltmain.sh: Preserve in relink_command any environment
14512 variables that may affect the linker behavior.
14514 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
14516 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14518 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
14520 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14522 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14524 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14525 with the version name.
14527 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
14529 * MAINTAINERS: Add self as bb-reorder maintainer.
14531 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
14533 * config.if: Tweak.
14535 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
14537 * djunpack.bat: New file.
14539 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
14541 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14542 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14543 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14544 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14546 2000-04-16 Dave Pitts <dpitts@cozx.com>
14548 * config.sub (case $basic_machine): Change default for "ibm-*"
14551 2000-04-13 Andreas Jaeger <aj@suse.de>
14553 * MAINTAINERS: Added myself.
14555 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
14557 * Makefile.in (gdb-taz): New target. GDB specific archive.
14558 (do-md5sum): New target.
14560 (PACKAGE): Default to TOOL.
14561 (VER): Default to a shell script.
14562 (taz): Rewrite target. Move real work to do-proto-toplev. Include
14563 md5 checksum generation.
14564 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14565 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14566 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14567 insight.tar.bz2): Use gdb-taz to create archive.
14569 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14571 * configure (warn_cflags): Delete.
14573 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
14575 * MAINTAINERS: Added myself.
14577 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
14578 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
14580 * configure.in (enable_libstdcxx_v3): Add.
14581 (target_libs): Add bits here to switch between libstdc++-v2 and
14583 * config.if: And this file too.
14584 * Makefile.in: Add libstdc++-v3 targets.
14586 2000-04-05 Michael Meissner <meissner@redhat.com>
14588 * config.sub (d30v): Add d30v as a basic machine type.
14590 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
14592 * configure.in: -linux-gnu*, not -linux-gnu.
14594 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14596 * MAINTAINERS: Add self in write-after-approval section.
14598 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
14600 * MAINTAINERS: Add self as ia64 port maintainer.
14602 2000-03-08 Neil Booth <NeilB@earthling.net>
14604 * MAINTAINERS: Add self in write-after-approval section.
14606 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
14608 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14609 (do-tar-bz2): Replace TOOL with PACKAGE.
14610 (gdb.tar.bz2): Remove GDBTK from GDB package.
14611 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14612 dejagnu.tar.bz2): New packages.
14614 2000-02-27 Andreas Jaeger <aj@suse.de>
14616 * configure.in: Add entry for mips*-*-linux*, move catch all
14617 *-*-*linux* entry below this one.
14619 2000-02-27 Ian Lance Taylor <ian@zembu.com>
14621 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14623 2000-02-24 Nick Clifton <nickc@cygnus.com>
14625 * config.sub: Support an OS of "wince".
14627 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
14629 * config.guess, config.sub: Updated to match config's 2000-02-15
14632 2000-02-23 Linas Vepstas <linas@linas.org>
14634 * config.sub: Add support for Linux/IBM 370.
14635 * configure.in: Likewise.
14637 2000-02-22 Nick Clifton <nickc@cygnus.com>
14639 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14641 2000-02-20 Christopher Faylor <cgf@cygnus.com>
14643 * config.guess: Guess "cygwin" rather than "cygwin32".
14645 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14647 * configure (gcc_version): When setting, narrow search to
14648 lines containing `version_string'.
14650 2000-02-15 Denis Chertykov <denisc@overta.ru>
14652 * config.sub: Add support for avr target.
14654 2000-02-14 Nick Clifton <nickc@cygnus.com>
14656 * MAINTAINERS: Add maintainers for MCore port.
14658 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
14660 * config.sub: Add mmix-knuth-mmixware.
14662 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14664 * MAINTAINERS: Pair cccp with cpplib maintainership.
14666 2000-01-27 Christopher Faylor <cgf@redhat.com>
14668 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14669 structure stuff to -L library search.
14670 (CXX_FOR_TARGET): Ditto.
14671 (CROSS_CHECK_MODULES): Fix spelling mistake.
14673 2000-01-24 Mark Mitchell <mark@codesourcery.com>
14675 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14678 2000-01-12 Richard Henderson <rth@cygnus.com>
14680 * configure.in: Don't build some bits for beos.
14682 2000-01-12 Joel Sherrill (joel@OARcorp.com)
14684 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14687 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
14689 * Add self as cpplib maintainer, as requested by Jason
14690 Merrill. Correct my e-mail address.
14692 2000-01-06 Geoff Keating <geoffk@cygnus.com>
14694 * configure.in: Use mt-aix43 to handle *_TARGET defs,
14697 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
14699 * MAINTAINERS: Add myself to "write after approval" list.
14701 1999-12-14 Richard Henderson <rth@cygnus.com>
14703 * config.guess (alpha-osf, alpha-linux): Detect ev67.
14704 * config.sub: Accept alphaev[78], alphaev8.
14706 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14708 * config.guess, config.sub: Update from autoconf.
14710 1999-11-29 Bruce Korb <autogen@linuxbox.com>
14712 * MAINTAINERS: update my playtime e-address.
14714 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14716 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14717 necessary libraries are missing.
14719 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
14721 * MAINTAINERS: Add new 'write after approval' maintainer.
14723 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
14725 * MAINTAINERS: Add new Java maintainer.
14727 1999-10-25 Andreas Schwab <schwab@suse.de>
14729 * configure: Fix quoting inside arguments of eval.
14731 1999-10-21 Nick Clifton <nickc@cygnus.com>
14733 * config-ml.in: Allow suppression of some ARM multilibs.
14735 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
14737 * config.guess: Add OS/390 match pattern.
14738 * config.sub: Add mvs, openedition targets.
14739 * configure.in (i370-ibm-opened*): New.
14741 1999-09-04 Steve Chamberlain <sac@pobox.com>
14743 * config.sub: Add support for configuring for pj.
14745 1999-08-31 Nick Clifton <nickc@cygnus.com>
14747 * config.sub (maybe_os): Add support for configuring for fr30.
14749 1999-08-25 Nick Clifton <nickc@cygnus.com>
14751 * configure.in: Do not configure or build ld for AIX
14752 platforms. ld is known to be broken on these platforms.
14754 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14756 * config-ml.in: Pass compiler flag corresponding to multidirs to
14759 1999-08-09 Ian Lance Taylor <ian@zembu.com>
14761 * Makefile.in (LDFLAGS): Define.
14763 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
14765 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14767 (*-*-cygwin*): Likewise.
14769 1999-08-08 Ian Lance Taylor <ian@zembu.com>
14772 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14773 (BINUTILS_SUPPORT_DIRS): Add mkdep.
14775 From Eli Zaretskii <eliz@is.elta.co.il>:
14776 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14777 long file name when using DJGPP on MS-DOS.
14779 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
14781 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14783 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
14785 * Makefile.in (check-target-libio): Remove all-target-libstdc++
14786 dependency as this causes "make check" to globally "make all"
14788 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
14790 * configure.in (target_libs): Added target-zlib.
14791 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14792 (CONFIGURE_TARGET_MODULES): Likewise.
14793 (CHECK_TARGET_MODULES): Likewise.
14794 (INSTALL_TARGET_MODULES): Likewise.
14795 (CLEAN_TARGET_MODULES): Likewise.
14796 (configure-target-zlib): New target.
14797 (all-target-zlib): Likewise.
14798 (all-target-libjava): Depend on all-target-zlib.
14799 (configure-target-libjava): Depend on configure-target-zlib.
14801 * Makefile.in (configure-target-libjava): Depend on
14802 configure-target-newlib.
14803 (configure-target-boehm-gc): New target.
14804 (configure-target-qthreads): New target.
14806 * configure.in (target_libs): Added target-qthreads.
14807 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14808 (CONFIGURE_TARGET_MODULES): Likewise.
14809 (CHECK_TARGET_MODULES): Likewise.
14810 (INSTALL_TARGET_MODULES): Likewise.
14811 (CLEAN_TARGET_MODULES): Likewise.
14812 (all-target-qthreads): New target.
14813 (configure-target-libjava): Depend on configure-target-qthreads.
14814 (all-target-libjava): Depend on all-target-qthreads.
14816 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14817 (CONFIGURE_TARGET_MODULES): Likewise.
14818 (CHECK_TARGET_MODULES): Likewise.
14819 (INSTALL_TARGET_MODULES): Likewise.
14820 (CLEAN_TARGET_MODULES): Likewise.
14821 (all-target-libjava): New target.
14822 (all-target-boehm-gc): Likewise.
14823 * configure.in (target_libs): Added libjava, boehm-gc.
14825 1999-07-22 Ian Lance Taylor <ian@zembu.com>
14827 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14828 configure.bat in SUPPORT_FILES.
14829 (gas+binutils.tar.bz2): Likewise.
14831 * makeall.bat: Remove; obsolete.
14833 1999-07-21 Ian Lance Taylor <ian@zembu.com>
14835 From Mark Elbrecht:
14836 * configure.bat: Remove; obsolete.
14838 1999-07-11 Ian Lance Taylor <ian@zembu.com>
14840 * configure: Add -W -Wall to the default CFLAGS when compiling with
14843 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
14845 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14847 1999-06-30 Mark Mitchell <mark@codesourcery.com>
14849 * configure.in: Build ld on IRIX6.
14851 1999-06-12 Ian Lance Taylor <ian@zembu.com>
14853 * Makefile.in: Change distribution targets to use bzip2 instead of
14855 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14856 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14858 1999-06-04 Nick Clifton <nickc@cygnus.com>
14860 * config.sub: Add mcore target.
14862 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14864 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14866 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14868 * config.guess (dummy): Changed to $dummy.
14870 1999-05-24 Nick Clifton <nickc@cygnus.com>
14872 * config.sub: Tidied up case statements.
14874 1999-05-22 Ben Elliston <bje@cygnus.com>
14876 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14879 * config.guess: Merge with FSF version. Future changes will be
14880 more accurately recorded in this ChangeLog.
14881 * config.sub: Likewise.
14883 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14885 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14887 1999-04-30 Tom Tromey <tromey@cygnus.com>
14889 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14891 1999-04-23 Tom Tromey <tromey@cygnus.com>
14893 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14895 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
14897 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14898 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14899 Bad merge removed these two changes.
14901 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
14902 Martin Heller (Ing.-Buero_Heller@t-online.de)
14904 * config.guess (interix Alpha): Add.
14906 1999-04-11 Richard Henderson <rth@cygnus.com>
14908 * configure.in (i?86-*-beos*): Do config gperf; don't config
14909 gdb, newlib, or libgloss.
14911 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
14913 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14914 link a trivial program with -mabi=64. If it fails, remove mabi=64
14917 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14919 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14921 1999-04-08 Nick Clifton <nickc@cygnus.com>
14923 * config.sub: Add support for mcore targets.
14925 1999-04-07 Michael Meissner <meissner@cygnus.com>
14927 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14928 not mt-ospace, in order to shut up assembler warning about using
14929 symbols that are named the same as registers.
14931 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
14933 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14934 dependency list for all-target-cygmon.
14936 1999-04-05 Doug Evans <devans@casey.cygnus.com>
14938 * config-ml.in: Check $host, not $target, for selective multilibs.
14939 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14940 thumb interworking, and underscore prefix multilibs.
14942 1999-04-04 Ian Lance Taylor <ian@zembu.com>
14944 * missing: Update to version from current automake.
14946 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14948 * configure (gxx_include_dir): Removed.
14950 * configure.in (gxx_include_dir): Handle it.
14951 * Makefile.in: Likewise.
14953 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14955 * config.sub (mips64vr4111,mips64vr4111el) Add.
14957 1999-03-21 Ben Elliston <bje@cygnus.com>
14959 * config.guess: Correct typo for detecting ELF on FreeBSD.
14961 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14963 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14966 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14968 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14969 all-target-newlib to dependency list for all-target-bsp.
14971 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14973 * config.sub: Add i386-uwin support.
14974 * config.guess: Likewise.
14976 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14978 * configure.in: cleanup, add mh-*pic handling for arm, special
14979 case powerpc*-*-aix*
14981 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14983 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14986 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14988 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14991 1999-03-02 Nick Clifton <nickc@cygnus.com>
14993 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14995 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
14997 * config.sub: Check for "cygwin*" rather than "cygwin32*"
14999 1999-02-24 Nick Clifton <nickc@cygnus.com>
15001 * config.sub: Fix typo in arm recognition.
15003 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15005 * configure.in (noconfigdirs): Changed target_configdirs to
15006 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15007 rather than m68k-*-* since it is not known to work on
15008 m68k-aout. Ditto for arm-*-*oabi.
15010 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15012 * configure.in (*-*-windows*): Remove, no longer used.
15014 1999-02-19 Ben Elliston <bje@cygnus.com>
15016 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15017 Smart and improved by Andrew Cagney.
15019 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15021 * config.guess: Recognize openbsd-*-hppa.
15023 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15025 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15026 only if it is not empty.
15028 1999-02-17 Nick Clifton <nickc@cygnus.com>
15030 Patch from: Scott Bambrough <scottb@corelcomputer.com>
15032 * config.guess: Modified to recognize uname's armv* syntax.
15034 * config.sub: Modified to recognize uname's armv* syntax.
15036 1999-02-17 Mark Salter <msalter@cygnus.com>
15038 * configure.in: Added target-bsp for sparclite.
15040 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15042 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15044 1999-02-08 Nick Clifton <nickc@cygnus.com>
15046 * configure.in: Add support for strongarm port.
15047 * config.sub: Add support for strongarm target.
15049 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
15051 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15052 the old name config/mh-cygwin32.
15055 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15057 * configure.in: Do build ld for ix86 Solaris.
15059 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15061 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15062 $AR_FOR_TARGET. Likewise for RANLIB.
15064 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
15066 * config.sub (oabi): Recognize.
15067 * configure.in (arm-*-oabi): Handle.
15069 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15071 * config.guess: Improve detection of i686 on UnixWare 7.
15073 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15075 * config.guess: Add support for i386-pc-interix.
15076 * config.sub: Likewise.
15077 * configure.in: Likewise.
15079 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15081 * Makefile.in: Remove unneeded all-target-libio from
15082 from all-target-winsup target since it is now unneeded.
15083 Add all-target-libtermcap in its place since it is now
15086 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15088 * configure.in: makefile stub for cygwin target is probably
15089 unnecessary. Remove it for now.
15091 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15093 * configure.in: libtermcap.a should be built when cygwin is the
15094 target as well as the host.
15095 * config.guess: Allow mixed case in cygwin uname output.
15096 * Makefile.in: Add libtermcap target.
15098 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15100 * config.sub: Clean up handling of hppa2.0.
15102 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15104 * config.guess: Use C code to identify more HP machines.
15106 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15108 * config.sub: Handle hppa2.0.
15110 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15112 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15113 cygmon for all sparclite targets, regardless of object format.
15115 1998-12-15 Mark Salter <msalter@cygnus.com>
15117 * configure.in: Added target-bsp for several target architectures.
15119 * Makefile.in: Added rules for bsp.
15121 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15123 * config.guess: Improve detection of hppa2.0 processors.
15125 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15127 * config.guess: Recognize FreeBSD using ELF automatically.
15129 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15131 * configure (skip-this-dir): Add handling for new shell script, which
15132 might be created by a sub-directory's configure to indicate, this particular
15133 directory is "unwanted".
15134 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15136 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15138 * ltconfig: import from libtool, after changing libtool to
15139 account for the cygwin name change.
15141 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15143 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15144 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15146 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15148 * configure.in: Add libtermcap to list of cygwin dependencies.
15150 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15152 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15153 they include winsup/include when it's a cygwin target.
15155 1998-11-12 Tom Tromey <tromey@cygnus.com>
15157 * configure.in (host_tools): Added zip.
15158 * Makefile.in (all-target-libjava): Depend on all-zip.
15159 (all-zip): New target.
15160 (ALL_MODULES): Added all-zip.
15161 (NATIVE_CHECK_MODULES): Added check-zip.
15162 (INSTALL_MODULES): Added install-zip.
15163 (CLEAN_MODULES): Added clean-zip.
15165 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15167 * Makefile.in: lose "32" from comment about cygwin.
15169 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15171 * configure.in: Use -Os to build target libraries for the fr30.
15173 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15175 * config.sub: Add fr30.
15177 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15179 * configure.in: drop "32" from config/mh-cygwin32. Check
15180 cygwin* instead of cygwin32*.
15181 * config.sub: Check cygwin* instead of cygwin32*.
15183 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15185 * config.guess: Match any version of Unixware7.
15187 1998-10-20 Syd Polk <spolk@cygnus.com>
15189 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15192 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15194 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15195 these if the appropriate directories and files to not exist.
15197 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15199 * Makefile.in (DEVO_SUPPORT): Add config.if.
15201 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15203 * configure: Add pattern to replace "build_tooldir"'s
15204 definition in the generated Makefile with "tooldir"'s
15207 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15209 * config.sub: Bring back lost sparcv9.
15211 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15213 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15215 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15216 CC_FOR_TARGET and friends.
15218 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15220 * Makefile.in (build_tooldir): New variable, same as tooldir.
15221 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15222 -B$(build_tooldir)/bin/.
15223 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15225 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15227 * README: Remove installation instructions and refer to the
15228 INSTALL directory instead.
15230 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
15232 * config.sub: Add support for i[34567]86-pc-udk.
15233 * configure.in: Likewise.
15235 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15237 * Makefile.in: add bzip2 package building bits for user
15239 * configure.in: ditto
15241 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15243 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15244 (ALL_TARGET_MODULES): Add all-target-libobjc.
15245 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15246 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15247 (all-target-libchill): Add dependencies.
15248 * configure.in (target_libs): Add libchill.
15250 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15252 * configure.in (target_subdir): Remove duplicate line.
15254 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15256 * Makefile.in (all-automake): fix dependencies.
15258 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15260 * configure.in: Minor cleanups for building in the $(target_alias)
15263 1998-09-22 Jim Wilson <wilson@cygnus.com>
15265 * Makefile.in (bootstrap): Set r and s before make all. Use
15266 BASE_FLAGS_TO_PASS in make all.
15269 1998-09-20 Mark Mitchell <mark@markmitchell.com>
15271 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15273 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15275 * config.sub: Fix typo in last change.
15277 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15279 * config.sub: Add support for C4x target.
15280 * configure.in: Likewise.
15282 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15284 * config.sub: Recognize sparcv9 just like sparc64.
15286 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15288 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15290 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15292 * config.guess: Correctly identify Pentium II sco boxes.
15294 * config.guess: Fix "tr" code. From Weiwen Liu.
15296 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15298 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15301 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15303 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15304 (ALL_TARGET_MODULES): Add all-target-libchill.
15305 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15306 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15307 (all-target-libchill): Add dependencies.
15308 * configure.in (target_libs): Add libchill.
15310 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15312 * config.guess: Avoid assumptions about "tr" behaves when
15313 LANG is set to something other than English.
15315 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15317 * configure (gxx_include_dir): Changed to
15318 '${prefix}/include/g++'-${libstdcxx_interface}.
15320 * config.if: New to determine the interfaces.
15322 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15324 * config.guess: Detect and handle MPE/IX.
15325 * config.sub: Deal with MPE/IX.
15327 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15329 * configure.in: Use mh-aix43.
15331 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15333 * configure: Fix --without/--disable cases for gxx-include-dir.
15335 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15337 * mdata-sh: Imported. Needed for automake support.
15339 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15341 * Makefile.in (taz): Try "chmod -R og=u ." before
15342 "chmod og=u `find . -print`".
15344 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15346 * configure.in: Add arm-elf and thumb-elf support.
15348 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15350 * Makefile.in: Undo previous patch.
15352 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15354 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15356 (install-no-fixedincludes): and here
15357 (INSTALL_MODULES): ... from here.
15359 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15361 * config.sub: Merge with FSF.
15363 * config.guess: Merge with FSF.
15365 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15367 * configure (extraconfigdirs): New variable.
15368 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15369 * Makefile.in (all): Move higher in file.
15370 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15371 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15372 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15373 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15374 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15376 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
15378 * Makefile.in (all-target-libjava): Depend on all-gcc and
15380 (configure-target-libjava): Depend on $(ALL_GCC).
15382 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15384 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15385 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15387 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15389 * INSTALL/README: Fix typo.
15391 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15393 * ylwrap: Change absolute path checks to check for DOS style path
15396 * ylwrap: Don't use a full path name if the source file is in the
15397 same directory. From hjl@lucon.org (H.J. Lu).
15399 * config-ml.in: Default to being verbose, to match Feb 18 change to
15402 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15404 Brought over from egcs:
15406 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15408 * configure.in (target_subdir): Set to ${target_alias} instead
15411 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15413 * configure.in (target_subdir): Set to libraries if enable_multilib.
15415 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15417 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15418 multilibs, force reconfiguration the first time we create
15419 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15421 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15423 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15424 avoid confusion with --no-recursion.
15426 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15428 * configure.in: Win32 hosts shouldn't use install -x
15429 * install-sh: remove -x option, and special .exe-handling
15432 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15434 * config.guess: Recognize i586-pc-beos.
15435 * configure.in: Don't build some bits for beos.
15437 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
15439 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15440 CFLAGS default to -O2.
15442 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15445 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
15447 * ltmain.sh: Correct install when using a different shell.
15449 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
15451 * ltconfig, ltmain.sh: Update to libtool 1.2b.
15453 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
15455 * makefile.vms: Update to build binutils/makefile.vms. Add install
15458 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
15460 * ltconfig: Update to correct AIX handling.
15462 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15464 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15466 * configure.in (target_subdir): Set to ${target_alias} instead
15469 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
15471 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15472 (Makefile): Depend on $(gcc_version_trigger).
15474 * configure (gcc_version): Change default initializer to empty
15476 (gcc_version_trigger): New variable; pass this variable down
15477 to subdir configures to enable them checking gcc's version
15478 themselves. Emit make macros for both gcc_version vars.
15479 (topsrcdir): Initialize reliably.
15480 (recursion line): Remove --with-gcc-version=${gcc_version}.
15482 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15484 * configure (enable_version_specific_runtime_libs): Implement new flag
15485 --enable-version-specific-runtime-libs which installs C++ runtime stuff
15486 in $(libsubdir); emit definition in each generated Makefile.
15487 (gxx_include_dir): Initialize depending on
15488 $enable_version_specific_runtime_libs.
15490 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15492 * configure (gcc_version): Initialize properly depending on
15493 how and where configure is started.
15494 (recursion line): Pass a --with-gcc-version=${gcc_version}
15495 to configures in subdirs.
15497 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
15499 * configure.in (noconfigdirs): Add configure pattern for mips tx39
15502 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
15504 * configure.in: Add cygmon and libstub support for mn10200.
15506 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
15508 * configure (gcc_version): Add new variable describing the
15509 particular gcc version we're building.
15510 * Makefile.in (libsubdir): Add new macro for the directory
15511 in which the compiler finds executables, libraries, etc.
15512 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15515 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15517 * Makefile.in (local-clean): Remove *.log.
15518 (warning.log): Built with warn_summary from build.log.
15519 (mail-report.log): Run test_summary.
15520 (mail-report-with-warnings.log): Run test_summary including
15521 warning.log in the report.
15523 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
15525 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15527 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
15529 * Makefile.in (grep): Grep no longer depends on libiberty.
15531 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
15533 * Makefile.in: all-snavigator needs all-libgui.
15535 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
15537 * configure.in: Add cygmon and libstub support for mn10300.
15539 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
15541 * missing: Update to version from automake 1.3.
15543 * ltmain.sh: On installation, don't get confused if the same name
15544 appears more than once in the list of library names.
15546 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
15548 * config.sub: Accept m68060 and m5200 as CPU names.
15550 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
15552 * configure: Use && rather than using -a in test, because odd
15553 strings can confuse test.
15554 * configure.in: Likewise.
15556 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
15558 * ltconfig, ltmain.sh: Bring in Visual C++ support.
15560 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15562 * Makefile.in (boostrap2-lean, bootstrap3-lean,
15563 bootstrap4-lean): New targets.
15565 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
15567 * mpw-* Delete. Not used.
15569 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
15571 * COPYING.LIB: Update FSF address.
15573 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
15575 * ltconfig, ltmain.sh: Update to libtool 1.2a.
15577 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15580 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
15582 * ltconfig, ltmain.sh: Avoid producing a version number if
15583 -version-info was not used.
15585 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
15587 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15588 building with newlib.
15590 1998-04-30 Paul Eggert <eggert@twinsun.com>
15592 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15593 Solaris `make' causes it to continue to next definition.
15595 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
15597 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15598 the right GUI libraries and files are installed along with GDB.
15600 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
15602 * configure.in: Change alpha to alpha* in several places.
15604 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
15606 * config.sub: Recognize sparc86x.
15608 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
15610 * configure.in (--enable-target-optspace): Remove debug echo.
15612 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
15614 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15616 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
15618 * ltconfig: Update cygwin32 support.
15620 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15621 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15622 (GDB_SUPPORT_DIRS): Likewise.
15624 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
15626 * configure.in (target_makefile_frag): If --enable-target-optspace,
15627 use -Os to compile target libraries rather than -O2. Default to
15628 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15630 * configure.in (target_cflags): Ditto for d30v.
15632 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
15634 * Makefile.in (all-bfd): Depend on all-intl.
15635 (all-binutils): Likewise.
15636 (all-gas): Likewise.
15637 (all-gprof): Likewise.
15638 (all-ld): Likewise.
15640 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
15642 * configure.in (host_tools): Fix typo, lbtool -> libtool.
15644 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
15646 * Makefile.in (all-bfd): Depend upon all-libiberty.
15648 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15650 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
15652 * Makefile.in: Add libstub.
15654 * configure.in: Ditto. Build libstub for targets that have cygmon
15657 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
15659 * configure.in: Don't set PICFLAG on ix86-cygwin32.
15661 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
15663 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15664 use mh-sysv5 if specified. Support gprof on SCO Open Server.
15666 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
15668 * configure: Define DEFAULT_M4 by searching PATH.
15669 * Makfile.in: Use DEFAULT_M4.
15671 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
15673 * ltconfig: Add cygwin32 support.
15675 * Makefile.in, configure.in: Add libtool as a native only directory
15676 to configure and build.
15678 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
15680 * Makefile.in (INSTALL_MODULES): Remove texinfo.
15682 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
15684 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15686 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
15688 * Makefile.in: add ash make rules
15689 * configure.in: add ash to native_only and host_tools lists
15691 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
15693 * Makefile.in (all-gettext, all-intl): New targets.
15694 (ALL_MODULES): Added all-gettext, all-intl.
15695 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15696 (INSTALL_MODULES): Added install-gettext, install-intl.
15697 (CLEAN_MODULES): Added clean-gettext, clean-intl.
15699 * configure.in (host_tools): Added gettext.
15700 (native_only): Likewise.
15701 (noconfigdirs) [various cases]: Likewise.
15702 (host_libs): Added intl.
15704 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
15706 * configure: Do not disable building gdbtk for cygwin32 hosts.
15708 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
15710 * configure.in: Add thumb-coff target.
15711 * config.sub: Add thumb-coff target.
15713 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15715 * Makefile.in: Revert yesterday's change.
15716 (all-target-winsup): all-target-librx stays out of here.
15718 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
15720 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15721 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15722 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15723 Remove references to librx and libg++.
15725 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
15727 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15730 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
15732 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15733 for newlib directory.
15734 (CXX_FOR_TARGET): Likewise.
15736 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
15738 * ltconfig: Update after libtool/ltconfig.in change for
15741 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
15743 * ltconfig, ltmain.sh: Update to libtool 1.2.
15745 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
15747 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15748 (install-gcc-cross): Instead, override LANGUAGES here.
15750 1998-03-18 Dave Love <d.love@dl.ac.uk>
15752 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15753 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15755 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
15757 * configure.in: Add Thumb-pe target.
15759 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
15761 * Makefile.in - changed sn targets to snavigator
15762 * configure.in - changed sn targets to snavigator
15764 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
15766 * config-ml.in: After building symlink tree call make distclean
15767 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15768 to be the case for libiberty.
15770 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
15772 * configure: When making link, also check the current
15773 directory. The configure scripts may create one.
15775 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
15777 * config.sub: Accept alphapca56 and alphaev6 properly.
15779 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15781 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15783 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15785 * config.sub (sco5): Fix typo.
15787 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
15789 * Makefile.in (INSTALL_MODULES): Move install-tcl before
15791 (install-itcl): Remove dependency on install-tcl.
15793 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
15795 * configure.in: Remove libgloss from noconfigdirs for MN10300.
15797 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
15799 * configure.in: Don't build libgui for a cygwin32 target when not on
15802 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
15804 * configure (redirect): Set to null, so default behavior of
15805 configure is now --verbose.
15807 1998-02-16 Dave Love <d.love@dl.ac.uk>
15809 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15810 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15812 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
15814 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15815 this change to sync Makefile.in with its ChangeLog entries.
15817 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
15819 * ltmain.sh (mkdir): Check that the directory doesn't exist
15820 before we exit with error, so that we don't get races during
15823 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
15825 * ltconfig, ltmain.sh: Update from libtool 1.0i.
15827 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
15829 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15830 PICFLAG_FOR_TARGET.
15831 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15833 * configure: Emit a definition for the new macro enable_shared
15834 into each Makefile.
15836 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15838 * configure.in (host_tools, native_only): Add libtool.
15840 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
15842 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15843 Fix typo in ming config comment.
15845 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
15847 * ltconfig, ltmain.sh: Update from libtool 1.0h.
15849 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
15851 * config.sub: Add tic30 cases, and map c30 to tic30.
15853 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
15855 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15856 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15857 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15858 (CLEAN_TARGET_MODULES): Similarly
15859 (all-target-libf2c): Add dependences.
15860 * configure.in (target_libs): Add libf2c.
15862 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15864 * configure.in: Remove expect from noconfigdirs when target
15865 is cygwin32. OK to build expect and dejagnu with Canadian
15868 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15870 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15873 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15876 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15878 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15879 here as it is not defined in the toplevel Makefile.
15881 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15883 * configure (package_makefile_rules_frag): New variable, which names
15884 a file with generic rules, ...
15885 Change comment to mention we now have FIVE parts.
15886 * configure: Undo last change.
15888 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15890 * config.guess: More accurate determination of HP processor types.
15891 * config.sub: More accurate determination of HP processor types.
15893 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15895 * configure (package_makefile_frag): Move inserting the
15896 ${package_makefile_frag} to where it should be according
15899 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15901 * config.guess: Add support for Linux/ARM.
15903 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15905 * .cvsignore: Remove *-info and *-install since they match
15906 release-info and mpw-install, which we don't want to just ignore.
15908 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15910 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15912 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15914 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15915 local_prefix to sub-make invocations.
15917 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15919 * configure.in: Check makefile fragments in the source
15922 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15924 * configure.in: Check whether host and target makefile
15925 fragments exist before adding them to *_makefile_frag.
15927 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15929 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15931 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15933 * configure.in: Make sure we only replace RPATH_ENVVAR on
15934 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15937 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15940 1998-01-13 Lee Iverson (leei@ai.sri.com)
15942 * config-ml.in (multi-do): LDFLAGS must include multilib
15945 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
15947 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15949 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15951 * config.sub: Add mingw32 support.
15952 * configure.in: Likewise.
15954 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15956 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15958 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15960 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15961 * configure (gxx_include_dir): Provide a definition for subdirs
15962 which do not use autoconf.
15964 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15966 * config.guess: Sync with egcs. Picks up new alpha support,
15967 BeOS & some additional linux support.
15969 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15971 * config.guess: HP 9000/803 is a PA1.1 machine.
15973 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15975 * configure.in: It's alpha*-...
15977 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15979 * configure.in (host_makefile_frag, target_makefile_frag):
15980 Handle multiple config files.
15981 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15984 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15988 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15990 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15992 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15994 * Makefile.in: Add libgui directory.
15995 (GDB_TK): Add all-libgui.
15996 * configure.in: Add libgui directory.
15997 * configure: Add all-libgui to GDB_TK.
15999 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16001 * config-ml.in (multidirs): Add m32r to multilib list.
16003 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16005 * Makefile.in (all-target-gperf): Change dependency to
16006 all-target-libstdc++.
16008 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16010 * config.guess: Add BeOS support.
16012 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16014 Source directory cvs renamed to cvssrc:
16015 * configure.in (host_tools): Change cvs to cvssrc.
16016 (native_only): Likewise.
16017 (noconfigdirs) [various cases]: Likewise.
16018 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16019 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16020 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16021 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16022 (all-cvssrc): Rename target from all-cvs.
16024 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16026 * configure (gxx_include_dir): Fix thinko.
16028 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16030 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16031 (install-cross, install-gcc-cross): New targets.
16033 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16035 * configure.in (noconfigdirs): Add support for Thumb target.
16037 * config.sub (maybe_os): Add support for Thumb target.
16039 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16041 * Makefile.in: Add rules for cygmon.
16043 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16045 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16047 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16048 * configure (gxx_include_dir): Provide a definition for subdirs
16049 which do not use autoconf.
16051 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16053 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16056 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16059 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16060 found on RedHat Linux systems.
16062 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16064 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16067 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16069 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16071 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16073 * ltmain.sh: If mkdir fails, check whether the directory was created
16074 anyhow by some other process.
16076 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16078 * configure.in (d30v-*-*): Configure all directories.
16080 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16082 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16085 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16087 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16089 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16091 * include/libiberty.h: Add extern "C" { so it can be used with C++
16093 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16096 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16098 * configure.in (d30v-*-*): Configure GCC now.
16100 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16102 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16103 is no longer needed.
16105 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16107 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16109 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16111 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16112 targets using "$@" to provide support for similar but not identical
16113 targets without having to duplicate code.
16115 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16117 * makefile.vms: Fix to work with DEC C.
16119 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16121 * config.sub: Add mips-tx39-elf to marketing names.
16123 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16125 * ltmain.sh: Handle symlinks in generated script.
16127 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16129 * configure: Handle autoconf style directory options: --bindir,
16130 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16131 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16133 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16134 (sharedstatedir, localstatedir, oldincludedir): New variables.
16135 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16136 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16137 sbindir, sharedstatedir, and sysconfdir.
16139 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16141 * Makefile.in (bootstrap-lean): New target.
16143 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16145 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
16146 sn, and gnuserv from noconfigdirs.
16148 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16150 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16152 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16154 * Makefile.in (cross): New target.
16156 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16157 Jeff Law <law@cygnus.com>
16159 * Makefile.in (bootstrap2, bootstrap3): New targets.
16160 (all-bootstrap): Remove outdated and confusing target.
16161 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16163 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16165 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16166 windows. Consistent with gdb/configure.
16168 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16170 * configure.in: Name Linux target fragment.
16172 * configure: Rewrite so that project Makefile fragment is inserted
16173 first and appears last in the resulting Makefile.
16175 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16177 * Makefile.in (install-itcl): Install tcl first.
16179 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16181 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16183 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16185 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16187 * configure.in (skipdirs): Add target-librx for Linux.
16188 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16190 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16192 * Makefile.in (bootstrap): New target.
16194 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16196 * config.sub: Accept 'amigados' for backward compatibility.
16198 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16200 * config.guess: Merge with FSF.
16202 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16204 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16206 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16208 * config.sub: Add "marketing-names" patch.
16210 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16212 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16214 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16216 * config.sub: Handle v850-elf.
16218 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
16220 * .cvsignore (*-install): Remove.
16222 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16224 * ltconfig: Set CONFIG_SHELL in libtool.
16225 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16227 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16229 * configure.in (target_subdir): Set to libraries if enable_multilib.
16231 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16233 * config.guess: Update from gcc directory.
16235 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16237 * Makefile.in (all-sim): Depends on all-readline.
16239 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16241 * Makefile.in (BISON, YACC): Use $$s.
16242 (all-bison): Depend on all-texinfo.
16244 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16246 * Makefile.in (BISON): Add -L flag.
16249 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16251 * configure.in (noconfigdirs): Add support for v850e target.
16253 * config.sub (maybe_os): Add support for v850e target.
16255 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16257 * configure.in (noconfigdirs): Add support for v850ea target.
16259 * config.sub (maybe_os): Add support for v850ea target.
16261 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16263 * config.sub: Add mipstx39. Delete r3900.
16265 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16267 * Makefile.in (all-autoconf): Depends on all-texinfo.
16269 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16271 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16274 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16276 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16278 * configure: When handling a Canadian Cross, handle YACC as well as
16279 BISON. Just set BISON to bison. When setting YACC, prefer bison.
16280 * Makefile.in (all-bison): Depend upon all-texinfo.
16282 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16284 * Makefile.in (BISON): bison, not byacc or bison -y.
16285 (YACC): bison -y or byacc or yacc.
16286 (various): Add *-bison as appropriate.
16287 (taz): No need to mess with BISON anymore.
16289 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16291 * configure: If OSTYPE matches *win32*, try to find a good value for
16294 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16296 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16297 configure.in if it is present.
16299 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16301 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16303 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16305 * config.sub: Recognize `arc' cpu.
16306 * configure.in: Likewise.
16307 * config-ml.in: Likewise.
16309 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16311 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16313 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16315 * configure: Changed sed delimiter from ':' to '|' when
16316 attempting to substitute ${config_shell} for SHELL. On
16317 NT ${config_shell} may contain a ':' in it.
16319 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16321 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16323 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16325 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16327 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16329 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16331 * ylwrap: If the program is a relative path, force it to be
16334 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16336 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16338 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16340 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16341 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16344 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16346 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16347 separated by spaces.
16349 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16351 * ylwrap: New file.
16352 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16354 * ltmain.sh: Handle /bin/sh at start of install program.
16356 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16358 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16359 * missing: New file, from automake 1.2.
16361 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16363 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16364 check-tk to CHECK_X11_MODULES.
16366 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16368 * config.sub: Merge with FSF.
16370 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16372 * config.guess: Merge with FSF.
16374 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16376 * configure: Treat msdosdjgpp like go32.
16377 * configure.in: Likewise. Don't remove gprof for go32.
16379 * configure: Change Makefile.tem2 to Makefile.tm2.
16381 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16383 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16385 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16387 * install-sh (chmodcmd): Set to null if the DST directory already
16388 exists. Same as Nov 11th change.
16390 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16392 * configure (GDB_TK): Needs itcl and tix.
16394 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16396 * config.guess: Update from FSF.
16398 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16400 * Makefile.in (GDB_TK): Depend on itcl and tix.
16402 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16404 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16405 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16406 (INSTALL_SCRIPT): New variable.
16407 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16408 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16410 * install-sh: Add support for -x option.
16412 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16414 * configure.in, Makefile.in: Treat tix like itcl.
16416 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16418 * Makefile.in (WINDRES): New variable.
16419 (WINDRES_FOR_TARGET): New variable.
16420 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16421 (EXTRA_HOST_FLAGS): Add WINDRES.
16422 (EXTRA_TARGET_FLAGS): Add WINDRES.
16423 (EXTRA_GCC_FLAGS): Add WINDRES.
16424 ($(DO_X)): Pass down WINDRES.
16425 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16426 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16427 DLLTOOL_FOR_TARGET.
16429 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16431 * configure.in: configure sim before gdb for win32-x-ppc
16433 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16435 Move gperf into the toplevel, from libg++.
16436 * configure.in (target_tools): Add target-gperf.
16437 (native_only): Add target-gperf.
16438 * Makefile.in (all-target-gperf): New target, depend on
16440 (configure-target-gperf): Empty rule.
16441 (ALL_TARGET_MODULES): Add all-target-gperf.
16442 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16443 (CHECK_TARGET_MODULES): Add check-target-gperf.
16444 (INSTALL_TARGET_MODULES): Add install-target-gperf.
16445 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16447 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
16449 * config.sub (mn10200): Recognize new basic machine.
16451 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16453 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16454 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16456 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16458 * configure.in: If we're building mips-sgi-irix6* native, turn on
16459 ENABLE_MULTILIB and set TARGET_SUBDIR.
16461 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
16463 * Makefile.in (all-sn): Depend on all-grep.
16465 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
16467 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16469 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16470 Makefile. From Jeff Makey <jeff@cts.com>.
16471 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16473 * Makefile.in (DISTBISONFILES): Remove.
16474 (taz): Don't futz with DISTBISONFILES. Change BISON to use
16477 * configure.in: Build itl, db, sn, etc., when building for native
16480 * Makefile.in (LD): New variable.
16481 (EXTRA_HOST_FLAGS): Pass down LD.
16482 ($(DO_X)): Likewise.
16484 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
16486 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16488 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
16490 * configure.in (targargs): Strip out any supplied --build argument
16491 before adding our own. Always add --build.
16493 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
16495 * configure.in (targargs): Pass --build if we're doing
16498 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
16500 * configure: Use '|' instead of ":" as the separator in
16501 sed. Otherwise sed chokes on NT path names with drive
16502 designators. Also look for "?:*" as the leading characters in an
16505 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
16507 * config.sub: Support for r3900.
16509 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
16511 * configure.in: Use install-sh, not install.sh.
16513 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
16515 * Makefile.in (taz): Improve check for BISON so it doesn't try to
16518 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
16520 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16523 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
16525 * Makefile.in: Add automake targets.
16526 * configure.in (host_tools): Add automake.
16528 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
16530 * configure: Default CXX to c++, not gcc.
16531 * Makefile.in (CXX): Set to c++, not gcc.
16532 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16534 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
16536 * install-sh: try appending a .exe if source file doesn't
16539 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
16541 * configure.in: Turn on multilib by default.
16542 (cross_only): Remove target-libiberty.
16544 * Makefile.in (all-gcc): Don't depend on libiberty.
16546 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
16548 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16550 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
16552 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16553 (DISTBISONFILES): Add ld/Makefile.in
16555 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
16557 * configure.in: if target is cygwin32 but host isn't cygwin32,
16558 don't configure gdb tcl tk expect, not just gdb.
16560 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
16562 * configure.in: Added gnuserv everywhere sn appears.
16564 * Makefile.in (ALL_MODULES): Added all-gnuserv.
16565 (CROSS_CHECK_MODULES): Added check-gnuserv.
16566 (INSTALL_MODULES): Added install-gnuserv.
16567 (CLEAN_MODULES): Added clean-gnuserv.
16568 (all-gnuserv): New target.
16570 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
16572 * config.guess: Fixes for MIPS OpenBSD systems.
16574 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
16576 * Makefile.in (INSTALL_XFORM): Remove.
16577 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16579 * mkinstalldirs: New file, copied from automake.
16580 * Makefile.in (installdirs): Rename from install-dirs. Use
16581 mkinstalldirs. Change all users.
16582 (DEVO_SUPPORT): Add mkinstalldirs.
16584 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
16586 * install-sh: Rename from install.sh.
16587 * Makefile.in (INSTALL): Change install.sh to install-sh.
16588 (DEVO_SUPPORT): Likewise.
16590 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
16591 Graichen <graichen@rzpd.de>.
16593 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
16595 * config.guess: Recognize OpenBSD systems correctly.
16597 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16599 * README, Makefile.in (ETC_SUPPORT): Remove references to
16600 cfg-paper*, configure.{texi,man,info*}._
16602 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
16604 * Makefile.in (all.normal): Ensure that gcc is built after all
16605 the x11 - ie gdb - targets.
16607 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
16609 * makefile.vms: Don't run conf-a-gas.
16611 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
16613 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16615 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
16617 * configure.in: Remove noconfigdirs case since gdb also
16618 configures and builds for tic80-coff.
16620 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
16622 * configure: Set cache_file to config.cache.
16623 * Makefile.in (local-distclean): Remove config.cache.
16625 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
16627 * COPYING: Update FSF address.
16629 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
16631 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16634 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
16636 * Makefile.in (install-dirs): Don't crash if prefix, and hence
16637 MAKEDIRS, is empty.
16639 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
16641 * config.sub: Tweak mn10300 entry.
16643 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
16645 * configure.in (host_tools): Put sim before gdb, so gdb's
16646 configure.tgt can determine if the simulator was configured.
16648 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
16650 * config.sub: Move BeOS $os case to be with other Cygnus
16653 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
16655 * config.sub: Remove misplaced comment that broke Linux.
16657 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
16659 * config.sub: Add BeOS support.
16661 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
16663 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16665 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
16667 * configure.in (noconfigdirs): Remove tcl and tk from
16668 noconfigdirs for cygwin32 builds.
16670 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
16672 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16674 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
16676 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16677 make-all.com, use makefile.vms instead.
16679 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
16681 * config.sub: Accept -lnews*.
16683 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
16685 * configure.in (noconfigdirs): Disable target-newlib,
16686 target-examples and target-libiberty for d30v.
16688 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16690 * configure.in (noconfigdirs): Enable ld for d30v.
16692 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
16694 * configure.in (tic80-*-*): Build compiler.
16696 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
16698 * configure.in (d30v-*): Remove sim directory from list of
16699 unsupported d30v directories
16701 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16703 * config.sub, configure.in: Add d30v target cpu.
16705 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
16707 * makefile.vms: New file.
16708 * make-all.com: Remove.
16710 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
16712 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16714 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
16716 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16718 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
16720 * Makefile.in (ALL_MODULES): Added all-db.
16721 (CROSS_CHECK_MODULES): Addec check-db.
16722 (INSTALL_MODULES): Added install-db.
16723 (CLEAN_MODULES): Added clean-db.
16725 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
16727 * config.guess: Merge with latest FSF sources.
16729 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
16731 * Makefile.in (ALL_MODULES): Added all-itcl.
16732 (CROSS_CHECK_MODULES): Added check-itcl.
16733 (INSTALL_MODULES): Added install-itcl.
16734 (CLEAN_MODULES): Added clean-itcl.
16736 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
16738 * configure.in: build gdb for mn10200
16740 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
16742 * Makefile.in (all-target-winsup): Depend on all-target-libio.
16744 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
16746 * configure.in (tic80-*-*): Turn off most targets right now.
16748 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
16750 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16751 rather than the makeinfo program.
16752 (do-info): Depend upon all-texinfo.
16754 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
16756 * configure.in: Remove uses of config/mh-linux.
16758 * config.sub, config.guess: Merge with latest FSF sources.
16760 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
16762 * config.sub (case $basic_machine): Add tic80 entries.
16764 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
16766 * config.sub, config.guess: Merge with latest FSF sources.
16768 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16770 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16771 * mpw-config.in: Test for NewFolderRecursive.
16772 * mpw-install: Use symbolic name for startup filename.
16773 * mpw-README: Add various additional details.
16775 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
16777 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16779 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
16781 * configure.in: Do build gcc and the target libraries for
16784 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
16786 * configure.in: don't avoid building gdb for mn10300 any more
16787 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16788 instead of single-quoting it.
16790 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
16792 * configure.in: Don't use --with-stabs on IRIX 6.
16794 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
16796 * configure.in (m32r): Build gdb, libg++ now.
16798 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16800 * configure.in (mips*-sgi-irix6*): Remove gdb and related
16801 directories from noconfigdirs.
16803 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
16805 * config.sub (basic_machine): added mips16 configuration
16807 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16809 * config.sub: Handle d10v-unknown.
16811 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
16813 * config.sub: Handle v850-unknown.
16815 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
16817 * Makefile.in: add findutils
16818 * configure.in: add findutils to list of host_tools
16820 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
16822 * config.sub: Handle mn10200 and mn10300.
16824 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16826 * configure.in (d10v-*): Do not build librx.
16828 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
16830 * configure.in (mn10300): Build everything except gdb & libgloss.
16832 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
16834 * config.guess: Patch for Dansk Data Elektronik servers,
16835 from Niels Skou Olsen <nso@dde.dk>.
16837 For ncr, use /bin/uname rather than uname, since GNU uname does not
16838 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
16840 Patch for MIPS R4000 running System V,
16841 from Eric S. Raymond <esr@snark.thyrsus.com>.
16843 Fix thinko for nextstep.
16845 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16847 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
16848 * config.guess: Guess mips-dec-mach_bsd4.3.
16850 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
16851 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
16853 * config.guess (mips-mips-riscos*): Emit just enough of the
16856 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
16857 * config.guess (sparc-auspex-sunos*): Added.
16858 (f300-fujitsu-*): Added.
16860 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16861 * config.guess: Recognize a Tadpole as a sparc.
16863 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16865 * config.guess: Don't assume that NextStep version is either 2 or
16866 3. NextStep 4 (aka OpenStep 4) has come out now.
16868 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16870 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16871 From Rik Faith <faith@cs.unc.edu>.
16873 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16875 * config.sub: Contributions from bug-gnu-utils to:
16876 Support plain "hppa" (no version given) architecture, reported by
16878 OpenBSD like NetBSD.
16879 LynxOs is not a hardware supplier.
16881 * config.guess: Contributions from bug-gnu-utils to add support for:
16882 OpenBSD like NetBSD.
16884 More Pyramid systems.
16885 i[n>4]86 Intel chips.
16886 M680[n>4]0 Motorola chips.
16887 Use unknown instead of lynx for hardware manufacturer.
16889 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16891 * install.sh (chmodcmd): Set to null if the DST directory already
16894 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16896 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16897 not use mt-ppc target Makefile fragment any more.
16899 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16901 * configure.in (*-*-windows): Exclude everything but those dirs
16902 needed to build windows.
16904 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16906 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16908 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16910 * configure.in: Exclude mmalloc from i386-windows.
16912 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16914 * Undo my previous change.
16916 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16918 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16920 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16922 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16924 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16925 host to add it's own flags.
16927 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16929 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16931 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16933 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16934 (CXX_FOR_TARGET): Likewise.
16935 (GCC_FOR_TARGET): Define.
16936 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16937 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16938 CC_FOR_TARGET was specified on the command line.
16939 (MAKEOVERRIDES): Don't define.
16941 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16943 * configure.in (m32r): Fix spelling of libg++ libs.
16945 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16947 * config.sub (-apple*): Remove, now redundant.
16949 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16951 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16953 * configure: Rework yesterday's sed script patch.
16955 * config.sub: Merge with FSF.
16957 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16959 * config.guess: Merge from FSF.
16961 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
16962 * config.guess: Use pc instead of unknown, for pc clone systems.
16963 Change linux to linux-gnu.
16965 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16966 * config.guess: Avoid non-portable tr syntax.
16968 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16970 * test-build.mk (HOLES): Add "xargs" for gdb.
16972 * configure: Avoid hpux10.20 sed bug.
16974 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16976 * configure.in: Add support for windows host
16977 (that is a build done under the Microsoft build environment).
16979 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16981 * Makefile.in: Replace all uses of srcroot with s, to shrink
16982 command line lengths.
16984 Patches from Geoffrey Noer <noer@cygnus.com>:
16985 * configure.in: If configuring for newlib, pass --with-newlib to
16987 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16988 -Bnewlib/ and -Lwinsup to gcc.
16989 (CXX_FOR_TARGET): Likewise.
16991 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16993 * Makefile.in (ETC_SUPPORT): Add configure.
16995 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
16997 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16998 host configuration file.
17000 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17002 * configure.in: Break mn10x00 support into separate
17003 mn10200 and mn10300 configurations.
17004 * config.sub: Likewise.
17006 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17008 * configure.in: Add lots of stuff to noconfigdirs for
17009 the mn10x00 targets.
17011 * config.sub, configure.in: Add mn10x00 support.
17013 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17015 * make-all.com: Call conf-a-gas, not config-a-gas.
17017 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17019 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17022 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17024 * mpw-README: Add much more detail for native PowerMac.
17025 * mpw-install: New file.
17026 * mpw-configure: Add --norecursion and --help options.
17027 * mpw-config.in: Translate readme and install files when
17029 * mpw-build.in: Don't always depend on byacc and flex.
17030 (install-only-top): New action.
17032 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17034 * configure.in: You can now configure GDB for the v850.
17036 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17038 * configure.in (noconfigdirs): Don't configure any C++ dirs
17041 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17043 * config.sub: Recognize mips64vr5000.
17045 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17047 * configure.in: Use a single line for host_tools and native_only.
17049 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17051 * config.sub, configure.in: Add entries for m32r.
17053 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17055 * Makefile.in (inet-install): Don't run install-gzip.
17057 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17059 * configure.in: Don't config lots of things for *-*-windows*.
17061 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17063 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17064 (host_libs, host_tools): Copy from configure.in.
17065 * mpw-configure: Don't complain about directories not found.
17067 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17069 * configure.in (i[345]86): Recognize i686 for pentium pro.
17070 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17073 * config.guess (i[345]86): Ditto.
17075 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17077 * configure.in (noconfigdirs): Removed gdb for D10V.
17079 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
17081 * configure.in: Remove ld, target-libio, target-libg++, and
17082 target-libstdc++ from noconfigdirs.
17084 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17086 * configure: Fix three locations where shell scripts were
17087 being run directly rather than with config_shell.
17089 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17091 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17092 * config.sub (basic_machine): Recognize v850.
17094 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17096 * mpw-configure: Handle multiple enable/disable options and
17097 pass them down recursively, handle -c and -s flags appropriately
17098 depending on choice of compiler, add escape mechanism for
17099 quoted arguments to gC.
17101 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17103 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17104 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17105 so that -mrelocatable-lib and -mno-eabi are used.
17107 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17108 not support --print-multi-lib, don't abort.
17110 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17112 * make-all.com: Run config-a-gas.
17113 * setup.com: Don't copy subdirectory files around.
17115 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17117 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17118 target, it now compiles correctly.
17120 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17122 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17124 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17126 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17128 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17130 * configure.in (native_only): Add prms.
17132 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17134 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17135 (BINUTILS_SUPPORT_DIRS): Likewise.
17137 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17139 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17140 d10v support is added.
17142 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17144 * configure.in (d10v-*-*): New target.
17146 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17148 * config.guess (HP 9000/811): Recognize this as a PA1.1
17151 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17153 * Makefile.in (do-tar-gz): New target, split out from tail end of
17154 taz target. Run each command separately, don't use pipes.
17157 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17159 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17160 * mpw-build.in: No builds should depend on building byacc or flex,
17161 they are assumed to be installed already.
17163 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17165 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17166 variable that CC_FOR_TARGET needs.
17168 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17170 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17171 options have changed since the last time the subdirectory was
17172 configured, and if it has, reconfigure.
17173 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17174 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17176 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17178 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17179 CLEAN_MODULES): Add bash.
17180 (all-bash): New target.
17182 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17184 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17186 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17188 * config.sub (basic_machine): Recognize d10v as a valid processor.
17190 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17192 * mpw-configure: Add support for --bindir.
17193 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17195 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17197 * configure.in: add bash, time, gawk to list of hosttools and things
17198 to only build for native toolchains
17200 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17202 * Makefile.in (docdir): Remove.
17204 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17206 * Makefile.in (datadir): Set to $(prefix)/share.
17208 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17210 * configure.in: build diff and patch for cygwin32-hosted
17213 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17215 * config.sub: Accept -rtems*.
17217 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17219 * configure.in: enable dosrel for cygwin32-hosted builds,
17220 remove diff from the list of things not buildable
17223 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17225 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17228 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17230 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17232 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17234 * Makefile.in (taz): Handle case where tex3patch didn't even get
17235 checked out. Also, if it was found, put the symlink in a new util
17238 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17240 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17242 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17244 * config.sub: Recognize -openvms.
17245 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17246 * make-all.com, setup.com: New files.
17248 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17250 * Makefile.in (taz): tex3patch moved to texinfo/util.
17252 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17254 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17255 * configure.in: remove make from disable-if-Can-Cross list
17256 enable gdb if ${host} and ${target} are cygwin32
17258 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17260 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17261 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17263 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17265 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17266 distinguish sysv/svr4/bsd variants.
17267 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17269 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17271 * configure.in: Added copyright notice.
17272 * move-if-change: Added copyright notice.
17274 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17276 * configure.in (powerpcle-*-solaris*): Until we get shared
17277 libraries working, don't build gdb, sim, make, tcl, tk, or
17280 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17282 * config.guess: Merge with FSF:
17284 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17285 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17287 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17288 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17290 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17291 * config.guess: Combine two OSF1 rules.
17292 Also recognize field test versions. From mjr@zk3.dec.com.
17293 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17294 because GNU uname does not support -p. From pmr@pajato.com.
17296 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17298 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17300 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17302 * mpw-README: Document GCCIncludes.
17304 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17306 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17308 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17310 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17312 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17314 * configure.in (*-*-cygwin32): Configure make.
17316 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17318 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17320 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17322 * Makefile.in (all-inet): Depend on all-perl.
17324 * Makefile.in (inet-install): New target.
17326 * Makefile.in (all-inet): Depend on all-tcl.
17327 (all-inet): Depend on all-send-pr.
17329 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17331 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17334 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17336 * configure.in: Don't configure --with-gnu-ld on AIX.
17338 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17340 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17342 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17344 * Makefile.in (ALL_MODULES): Added all-inet.
17345 (CROSS_CHECK_MODULES): Added check-inet.
17346 (INSTALL_MODULES): Added install-inet.
17347 (CLEAN_MODULES): Added clean-inet.
17348 (all-indent): New target.
17350 * configure.in (host_tools): Added inet.
17351 (native_only): Added inet.
17352 (noconfigdirs): Added inet.
17354 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17356 * configure.in: Don't configure libgloss if we are not configuring
17359 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17361 * configure.in: Don't configure libgloss for unsupported
17364 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17366 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17368 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17370 * Makefile.in (ALL_MODULES): Include all-apache.
17371 (CROSS_CHECK_MODULES): Include check-apache.
17372 (INSTALL_MODULES): Include install-apache.
17373 (all-apache): New target.
17375 * configure.in: Added apache everywhere perl is seen.
17377 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17379 * Makefile.in: Add support for clean-{module} and
17380 clean-target-{module} rules.
17382 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17384 * configure.in (*-*-ose) do not build libgloss.
17386 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17388 * config.guess (prep*:SunOS:5.*:*): Turn into
17389 powerpele-unknown-solaris2.
17391 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17393 * configure.in: Permit --enable-shared to specify a list of
17396 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17398 * configure.in (host==solaris): Pass only the first word of $CC
17399 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17401 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17403 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17405 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17407 * Makefile.in (ALL_MODULES): Include all-perl.
17408 (CROSS_CHECK_MODULES): Include check-perl.
17409 (INSTALL_MODULES): Include install-perl.
17410 (ALL_X11_MODULES): Include all-guile.
17411 (CHECK_X11_MODULES): Include check-guile.
17412 (INSTALL_X11_MODULES): Include install-guile.
17413 (all-perl): New target.
17414 (all-guile): New target.
17416 * configure.in (host_tools): Include perl and guile.
17417 (native_only): Include perl and guile.
17418 (noconfigdirs): Don't build guile and perl; no ports have been
17421 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17423 * configure (--enable-*): Handle quoted option lists such as
17424 --enable-sim-cflags='-g0 -O' better.
17426 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17428 * Makefile.in ({,inst}all-target): New rule so we can make and
17429 install all of the target directories easily.
17431 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17433 * configure.in: Add missing global flag in sed substitution when
17434 deleting `target-' from ${configdirs}.
17436 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
17438 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17441 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17444 * install.sh: Correct misspelling of transformbasename.
17446 * config.guess: Recognize mips-*-sysv*.
17448 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
17450 * config.sub: Recognize mon960.
17452 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
17454 * configure: Restore Canadian Cross handling of BISON and LEX,
17455 removed in Feb 20 change.
17457 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
17459 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17460 Mention make install. Remove the old copyright date as well the
17461 clumsy and rather pointless copyright on the README file.
17463 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
17465 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17466 Makefile after running symlink-tree, then run `make distclean' to
17467 avoid clobbering any generated files in srcdir.
17469 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
17471 * configure.in (m68k-*-netbsd*): Build everything now.
17473 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17475 * Makefile.in (taz): Fix quoting.
17477 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
17479 * configure.in (sparclet-*-*): Build everything now.
17481 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17483 * configure.in (m68k-*-linux*): New host.
17485 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
17487 * configure: Check for bison before byacc.
17489 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
17491 * Makefile.in configure: Change the way LEX and BISON/YACC are
17492 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
17493 searching PATH. These are used as fallbacks by Makefile.in if
17494 flex/bison/byacc aren't in objdir.
17496 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
17498 * Makefile.in: Make everything which depends upon all-bfd also
17499 depend upon all-opcodes, in case --with-commonbfdlib is used.
17501 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17503 * configure.in (host *-*-cygwin32): Don't build gdb if we are
17504 building NT native compilers on Unix.
17506 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
17508 * configure.in: Don't get CC from the host Makefile fragment if we
17509 can find gcc in PATH, or if this is a Canadian Cross. Move the
17510 Solaris test for /usr/ucb/cc to the post target script, just after
17511 the compiler sanity test.
17513 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
17515 * config.sub: Merge with FSF.
17517 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
17519 * Makefile.in (RPATH_ENVVAR): New variable.
17520 (REALLY_SET_LIB_PATH): Use it.
17521 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17523 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
17525 * config.sub, configure.in: Recognize sparclet cpu.
17527 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17529 * config.guess: Support m68k-cbm-sysv4.
17531 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17533 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17534 m68k-unknown-linuxaout from linker help string. Put quotes around
17537 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
17539 * config.guess (powerpc-harris-powerunix): Add guess for port
17542 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17544 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17546 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
17548 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17549 $(REALLY_SET_LIB_PATH) in Makefile.
17550 * Makefile.in (SET_LIB_PATH): New variable.
17551 (REALLY_SET_LIB_PATH): New variable.
17552 ($(DO_X)): Use $(SET_LIB_PATH).
17553 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17554 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17555 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17556 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17557 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17558 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17559 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17560 (install-dosrel): Likewise.
17561 (all-opcodes): Depend upon all-libiberty.
17563 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
17565 * config.guess (*:CYGWIN*): New
17567 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17569 * Makefile.in (all-target-winsup): All all-target-libiberty.
17571 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17573 * configure.in (noconfigdirs): Add missing # in front of comment.
17575 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
17577 * configure.in: add second pass to things added to noconfigdirs
17578 so *-gm-magic can exclude libgloss properly.
17580 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17582 * mpw-configure (extralibs_name, rez_name): Set correctly
17583 for MWC68K compiler.
17585 * mpw-README: Add more info on the necessary build tools.
17587 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
17589 * configure.in, config.sub: Recognize cygwin32.
17591 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
17593 * config.guess, config.sub: Recognize A/UX.
17595 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
17597 * config.sub: Merge with gcc/config.sub.
17599 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
17601 * mpw-build.in (do-binutils): Add build of stamps.
17603 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
17605 * config.sub: Add recognition for mips64vr4100*-* targets.
17607 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17609 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17610 Add creation of gconfigargs with `--enable-shared' turned on.
17611 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17612 ($(host)-stamp-stage3-configured): Likewise.
17613 (HOLES): Add chatr and ldd.
17614 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17616 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
17618 * configure: Pass --nfp to recursive configures.
17620 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
17622 * Makefile.in (DLLTOOL): New.
17623 (DLLTOOL_FOR_TARGET): New.
17624 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17625 (EXTRA_TARGET_FLAGS): Ditto.
17626 (EXTRA_GCC_FLAGS): Ditto.
17627 (CONFIGURE_TARGET_MODULES): Ditto.
17629 * configure: Add DLLTOOL.
17631 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
17633 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17634 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17635 mh-sco, since old workarounds no longer needed, and don't
17636 build ld, since libraries have weak symbols in COFF.
17638 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
17640 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17642 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
17644 * configure.in: Make sure that ${CC} can be used to compile an
17647 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17649 * Makefile.in (all-gdb): Depend on $(GDB_TK).
17650 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17651 nothing depending on whether gdbtk is being built.
17653 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
17655 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17657 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
17659 * configure.in (noconfigdirs): Put ld or gas in this early, if the
17660 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17662 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
17664 * config-ml.in: Add support for
17665 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17666 Simplify setting of multidirs from --disable-foo.
17668 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17670 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17671 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17672 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17673 non-empty, pass them on to the GCC make.
17674 (all-bootstrap): New rule that is like all-gcc, except it executes
17675 the GCC bootstrap rule instead of the GCC all rule.
17677 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
17679 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17681 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17683 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17686 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
17688 * config.sub (i*86*) Change [345] to [3456]
17690 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17692 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17695 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17697 * config-ml.in (rs6000*, powerpc*): Add switches to control which
17698 AIX multilibs get built.
17700 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17702 * configure.in (i386-win32): Don't build expect if we're not
17703 building the tcl subdir.
17705 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
17707 * Makefile.in: (configure-target-examples, all-target-examples):
17708 New targets, configure and build example programs.
17710 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17712 * mpw-configure: If an mpw-config.in generated a file mk.sed,
17713 use it as input to sedit the generated MPW makefile.
17714 * mpw-README: Add a suggestion about Gestalt.h.
17716 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
17718 * config.sub: Accept *-*-ieee*.
17720 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
17722 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
17723 Ronald F. Guilmette <rfg@monkeys.com>.
17725 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17727 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17728 for powerpc-pe native.
17729 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17730 (target==powerpc-pe): duplicate i386-win32 entry.
17732 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17734 * configure.in (noconfigdirs): Exclude target-newlib for all versions
17735 of vxworks, not just vxworks5.1.
17737 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
17739 * mpw-configure: Add support for exec-prefix.
17741 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17743 * config.guess: Recognize HP model 816 machines as having
17746 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
17748 * configure: Ignore new autoconf configure options.
17750 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17752 * config.guess: Recognize Pentium under SCO.
17753 From Robert Lipe <robertl@arnet.com>.
17755 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17757 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17759 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
17761 * configure.in: Don't configure gas for alpha-dec-osf*.
17763 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
17765 * configure.in: Default to --with-stabs for some targets for which
17766 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17767 i[345]86*-*-unixware*.
17769 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
17771 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17772 rather than basing it on the target. Simplify handling of options
17773 controlling which directories to configure. Remove extraneous
17774 slash in multi-clean target.
17776 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
17778 * config-ml.in: Prefix more variables with ml_ so they don't collide
17781 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
17783 * configure: Don't turn -v into --v.
17785 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
17787 * configure.in (targargs): Fix typo.
17789 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17791 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
17793 * configure.in: Strip --host and --target options from
17794 CONFIG_ARGUMENTS, and always configure for --host only. Add
17795 --with-cross-host option when building with a cross-compiler.
17796 * configure: Canonicalize the arguments put into config.status by
17797 always using `=' for an option with an argument. Pass a presumed
17798 --host or --target explicitly.
17800 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
17802 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17803 into general OS recognition case.
17805 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17807 * configure.in (target_configdirs): add target-winsup only
17808 for win32 target systems.
17810 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
17812 * Makefile.in (all-target-libgloss): Depend upon
17813 configure-target-newlib, since when libgloss is built it looks to
17814 see if the newlib directory exists.
17816 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
17818 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17821 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
17823 * configure: Handle LD and LD_FOR_TARGET when configuring a
17826 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17828 * configure.in (target_libs): add target-winsup.
17829 (target==i386-win32): add patch diff flex make to $noconfigdirs.
17830 (target==ppcle-pe): remove ld from $noconfigdirs.
17832 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
17834 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17835 Preserve relative path names in $srcdir. Build symlink tree if
17836 configuring cross target dir and srcdir=. (= no VPATH support).
17837 (configure-target-libg++): Depend on configure-target-librx.
17838 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17839 * config-ml.in: New file.
17840 * symlink-tree: New file.
17841 * configure: Ensure srcdir="." if that's what it is.
17843 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17845 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17846 includes and FLEX_SKELETON setting.
17847 * mpw-configure (--with-gnu-ld): New option, controls whether
17848 to use PPCLink or ld with PowerMac GCC.
17849 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17850 * mpw-config.in: Configure grez if targeting Mac.
17852 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17853 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17855 * configure.in: Configure grez resource compiler if targeting Mac.
17856 * Makefile.in (all-grez, install-grez): New targets.
17858 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17860 * configure: CXX defaults to gcc, not g++. If we find
17861 gcc in the path, set CC to gcc -O2.
17863 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17865 * configure: Default ${build} correctly. Avoid picking up extra
17866 spaces when reading CC and CXX from Makefile. When doing a
17867 Canadian Cross, use plausible default values for numerous
17869 * configure.in: When doing a Canadian Cross, don't try to
17870 configure tools whose configure script can't handle it.
17872 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17874 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17876 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17878 * configure: Remove dubious bug reporting address.
17880 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17882 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17883 configure script, run that instead of this directory's configure.
17884 In either case, print a message that we're configuring the sub-dir.
17886 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17888 * configure.in: Before checking for the existence of various files,
17889 use sed to filter out "target-".
17891 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17893 * Makefile.in (DO_X): Split rule to decrease command line length
17894 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17895 (Philippe De Muyter).
17897 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17899 * Makefile.in (all-patch): depend on all-libiberty.
17901 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17903 * configure.in: If the only directory in target_configdirs which
17904 actually exists is libiberty, then set target_configdirs to empty,
17905 to avoid trying to build a target libiberty in a gas or gdb
17908 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17910 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17911 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17914 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17916 * configure.in (copy_dirs): Use sys-include instead of include
17917 for --with-headers option.
17919 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17921 * Makefile.in, configure.in: Make winsup builds work with
17924 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17926 * configure.in: Build the linker on AIX.
17928 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17930 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17933 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17935 * Makefile.in (all-gcc): Fix typo.
17937 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17939 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17941 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17943 * configure.in: Rename libFOO to target-libFOO, and xiberty
17944 to target-xiberty, to provide more flexibility.
17945 (target_subdir): Define. Create if cross.
17946 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17947 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17948 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17949 check-libFOO -> check-target-libFOO, etc.
17950 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17951 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17952 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17953 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17954 allow ALL_GCC="" to only configure.
17955 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17956 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17957 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17959 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17961 * Makefile.in (taz): Build "info" in etc explicitly.
17963 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17965 * configure.in: Make sure that CC is undefined (as opposed to
17966 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17967 problem with autoconf trying to configure on a host without GCC.
17969 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17971 * mpw-configure: Set host alias from choice of host compiler,
17972 only use generic MPW Makefile sed if present, edit a file
17973 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17974 * mpw-README: Add problem notes about CW6 and CW7.
17976 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17978 * Makefile.in (taz): Use ";" instead of ";;".
17980 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17982 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17983 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17985 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17986 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17988 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17990 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17991 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17992 Move bfd to DISTSTUFFDIRS.
17994 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17996 * Makefile.in (X11_LIB): Removed.
17997 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17999 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18001 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18003 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18006 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18008 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18010 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18012 * configure.in (i[345]86-*-win32): Always build newlib.
18013 Don't configure cvs, autoconf or texinfo.
18014 * Makefile.in (LD_FOR_TARGET): New.
18015 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18016 Pass down LD_FOR_TARGET.
18018 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18020 * winsup: New directory.
18021 * Makefile.in: Build winsup.
18022 * configure.in: Winsup is configured when target is win32.
18023 Can only build win32 target GDB when native.
18025 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18027 * config.guess: Recognize HP model 819 machines as having
18028 a PA 1.1 processor.
18030 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18032 * configure: Fix sed loop which substitutes for CC and CXX to
18033 avoid bug found in various sed implementations.
18035 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18037 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18038 simulator. Use standard powerpc-*-eabi*.
18040 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18042 * configure.in: Stop putting gas and binutils in noconfigdirs for
18043 powerpc-*-aix* and rs6000-*-*.
18045 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18047 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18048 -mcall-aixdesc libraries.
18050 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18052 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18054 * config.sub (arm | armel | armeb): Fix shell syntax.
18056 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18058 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18059 -msoft-float and -mcpu=common support.
18060 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18063 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18065 * configure.in: Allow configuration and build of emacs19 for the alpha.
18067 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18069 * configure.in (CC): Get ^CC, not just any old CC, from
18070 ${host_makefile_frag}.
18072 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18074 * configure.in (CC): Try to get CC from
18075 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18077 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18079 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18080 only if it exists in $(srcdir).
18082 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18084 * configure: If CC and CXX are not set in the environment, set
18085 them, based on either an existing Makefile or on searching for gcc
18086 in PATH. Substitute for CC and CXX in Makefile.
18087 * configure.in: Remove libm from target_libs. Separate
18088 target_configdirs from configdirs. If CC is not set in
18089 environment, try to get it from a host Makefile fragment. Rewrite
18090 changes of configdirs to use skipdirs instead. A few minor
18091 tweaks. Take directories out of target_configdirs as they are
18092 taken out of configdirs. Remove existing Makefile files from
18093 subdirectories. Substitute for TARGET_CONFIGDIRS and
18094 CONFIG_ARGUMENTS in Makefile.
18095 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18097 (CONFIG_ARGUMENTS): Likewise.
18098 (CONFIGURE_TARGET_MODULES): New variable.
18099 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18100 ($(CONFIGURE_TARGET_MODULES)): New target.
18101 (configure-libg++, configure-libio): New targets.
18102 (all-libg++): Depend upon configure-libg++.
18103 (all-libio): Depend upon configure-libio.
18104 (configure-libgloss, all-libgloss): New targets.
18105 (configure-libstdc++): New target.
18106 (all-libstdc++): Depend upon configure-libstdc++.
18107 (configure-librx, all-librx): New targets.
18108 (configure-newlib): New target.
18109 (all-newlib): Depend upon configure-newlib
18110 (configure-xiberty): New target.
18111 (all-xiberty): Depend upon configure-xiberty.
18113 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18115 * configure.in (host i[345]86-*-win32): Expand the
18116 noconfigdirs again.
18118 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18120 * mpw-configure: Fix sed command file name.
18122 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18124 * configure.in (host i[345]86-*-win32): Reduce the
18125 noconfigdirs again.
18127 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18129 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18130 or powerpc*-*-pe*, since they are not yet supported.
18132 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18134 Add PowerMac support and many other enhancements.
18135 * mpw-configure: New option --cc to select compiler to use,
18136 paste options set according to --cc into the generated
18137 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18138 if mpw-make.sed is present.
18139 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18140 add forward includes for PowerPC include files.
18141 * mpw-build.in: Build using Makefile.PPC if present.
18142 (do-byacc, etc): Remove separate version resource builds.
18143 (do-gas): Build "stamps" before "all".
18144 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18145 * mpw-README: Update to reflect --cc option, PowerMac support,
18146 and recently-reported compatibility problems.
18148 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18150 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18151 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18152 (--with-multilib-top): Pass to recursive invocations.
18154 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18156 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18159 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18161 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18162 gdb, ld and opcodes on v810-*-*.
18164 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18166 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18167 (local-maintainer-clean): New target.
18168 (maintainer-clean): New target.
18169 (realclean): Just depend upon maintainer-clean.
18171 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18173 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18175 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18177 * configure.in: Build ld in mips*-*-bsd* case.
18179 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18181 * config.sub: Accept -lites* OS. From Ian Dall.
18183 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18185 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18188 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18190 * configure.in: treat i386-win32 canadian cross the same as
18191 i386-go32 canadian cross.
18193 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18195 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18196 running under the simulator to build a reduced set of libraries.
18197 (powerpc-*-eabiaix): Add fine grained multilib support added to
18198 other powerpc targets yesterday.
18200 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18202 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18203 -disable-softfloat, -disable-relocatable, -disable-aix, and
18204 -disable-sysv to control which multilib libraries get built.
18206 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18208 * configure: Add Makefile.tem to list of files to remove in trap
18211 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18213 * config.guess (*Linux*): Add missing "exit"s.
18214 Also, need specific check for alpha-unknown-linux (uses COFF).
18216 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18218 * config.guess: Merge with FSF:
18220 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18221 * config.guess (AIX4): More robust release numbering discovery.
18223 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18224 * config.guess (i386-sequent-ptx): Properly get version number.
18226 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18227 * config.guess (mips:*:4*:UMIPS): New case.
18229 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18231 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18232 (i386-win32 host): Likewise. Don't build readline.
18234 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18236 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18237 SUPPORT_FILES to submakes.
18239 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18241 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18242 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18245 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18247 * configure.in (appdirs): Use =, not ==, in test expression when
18248 trying to build the text to print in the warning message for
18251 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18253 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18255 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18257 * config.guess: Recognize lynx-2.3.
18259 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18261 * config.sub (z8ksim): Deleted
18262 (z8k-*-coff): New, this is the one true name of the target.
18264 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18266 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18268 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18270 * config.guess (*:Linux:*:*): First try asking the linker what the
18271 default object file format is (elf, aout, or coff). Then if this
18272 fails, try previous methods.
18274 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18276 * configure.in: Don't build newlib for *-*-vxworks5.1.
18278 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18280 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18281 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18283 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18285 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18287 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18289 * cfg-ml-com.in: New file.
18290 * cfg-ml-pos.in: New file.
18292 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18294 * COPYING.NEWLIB: Add HP free copyright to list.
18296 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18298 * config.sub: Recognize -eabi* for the system, not just -eabi.
18300 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18302 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18303 * config.sub, configure.in (win32): New target and host.
18305 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18307 * configure.in: Add i386-pe configuration.
18309 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18311 * mpw-build.in (install): Install GDB after LD.
18313 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18315 * mpw-config.in (elf/mips.h): Always forward-include, needed
18318 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18320 * testsuite: New directory for customer acceptance and whole tool
18323 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18325 * configure: If per-host line isn't found, but AC_OUTPUT is found
18326 and a configure script exists, run it instead.
18328 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18330 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18332 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18334 * configure: Set build_{cpu,vendor,os,alias} to host values when
18335 --build isn't specified.
18337 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18339 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18340 (FLAGS_TO_PASS): Pass them.
18341 (EXTRA_TARGET_FLAGS): Ditto.
18343 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18345 * Makefile.in (all-libg++): Depend on all-libstdc++.
18347 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18349 * configure.in (noconfigdirs): Enable all packages for
18350 i386-unknown-netbsd.
18352 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18354 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18355 hosted builds (DOS builds)
18357 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18359 Changes for ARM based on patches from Richard Earnshaw:
18360 * config.sub: Handle armeb and armel.
18361 * configure.in: Omit arm linker only for riscix.
18363 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18365 * config.guess: Update from FSF.
18367 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18369 * config.sub: Recognize powerpcle as the little endian variant of
18370 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18371 powerpcle variant. Convert pentium into i586, not i486. Add p5
18372 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18375 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18377 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18379 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18381 * config.sub: Accept -lites* as a basic system type.
18383 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18385 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18386 installed, and if so return linuxoldld as the system name.
18388 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18390 * config.guess: Add hppa1.1-hp-lites support.
18392 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18394 * configure.in: Don't build newlib for m68k-vxworks5.1.
18396 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18398 * configure.in (mips-sgi-irix6): Use mh-irix5.
18400 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18402 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18404 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18406 * test-build.mk: Enable building of shared libraries on IRIX 5 and
18407 OSF/1. Fix compiler flags.
18408 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18410 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18412 * configure.in: Recognize --with-newlib.
18413 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18415 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18417 * Makefile.in: move {all,check,install}-gdb from *_MODULES
18418 to *_X11_MODULES due to gdbtk needing X include files et al.
18420 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18422 Merge in support for Mac MPW as a host.
18423 (Old change descriptions retained for informational value.)
18425 * mpw-config.in: Add generic include forwards for cpu-specific
18426 include files in aout and elf directories.
18428 * mpw-configure: Added copyright.
18429 * mpw-config.in: Check for presence of required build tools.
18430 (target_libs): Add newlib.
18431 (target_tools): Add examples.
18432 (Read Me): Generate as "Read Me for MPW" instead.
18433 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18434 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18435 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18437 * mpw-configure: Remove subdir-specific makefile hackery,
18438 delete mk.tmp after using it.
18440 * mpw-build.in (all): Display start and end times.
18442 * mpw-configure (host_canonical): Set.
18443 (target_cpu): Always add to makefiles.
18444 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18445 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18446 (mpw-mh-mpw): Look for in srcdir and srcroot.
18447 Use sed instead of mpw-edit-prefix to edit prefix definitions.
18449 * mpw-build.in: (install-only): New target.
18451 * mpw-configure (host_alias, target_alias): Rename from hostalias
18452 and targetalias, add into generated Makefile.
18453 (mk.tmp): If present, add into generated Makefile.
18454 * mpw-build.in (all-gas): Build config.h first before gas proper.
18456 * mpw-configure (config.status): Write only if changed.
18457 * mpw-config.in (readline): Configure it (not built, just used for
18460 * mpw-config.in (elf/mips.h): Add a forward include.
18462 * mpw-config.in: Forward-include most .h files in include into
18464 (readline): Don't build.
18465 mpw-build.in (install): Install GDB.
18467 * mpw-configure (prefix, mpw_prefix): Handle it.
18468 * mpw-config.in (mmalloc, readline): Don't configure.
18469 * mpw-build.in (thisscript): Rename to ThisScript.
18470 Use mpw-build instead of BuildProgram everywhere.
18471 (mmalloc, readline): Don't build.
18472 * mpw-README: New file, basic documentation about the MPW port.
18474 * mpw-config.in: Use forward-include to create include files.
18476 * mpw-configure: Add more things to the top of each configured
18477 Makefile, including contents of config/mpw-mh-mpw.
18478 * mpw-config.in (extra-include): Create this directory and fill it
18479 with Posix-like include files when configuring.
18481 * config.sub (apple, mac, mpw): Add various aliases.
18483 * mpw-build.in: New file, top-level build script fragment for MPW.
18484 * mpw-configure: New file, configure script for MPW.
18485 * mpw-config.in: New file, config fragment for MPW.
18487 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18489 * configure.in (host_libs): Remove glob, since it is gone from the
18492 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18494 * Makefile.in: define empty GDB_NLM_DEPS var.
18496 * configure.in(target_makefile_frag): use config/mt-netware
18497 for netware targets.
18499 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
18501 * config.sub: Merge in recent FSF changes. Remove linux special
18504 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18506 Revert this change:
18508 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18510 * build-all.mk: Use CC=cc -Xs on Solaris.
18512 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18514 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
18516 * Makefile.in: Nuke all references to glob subdirectory.
18518 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18520 * configure.in: Fix --enable-shared logic in per-host.
18522 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
18524 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18526 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18528 * configure.in (noconfigdirs): Don't build gas on AIX, for
18529 powerpc*-*-aix* as well as for rs6000*-*-aix*.
18531 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
18533 * configure: Fix --cache-file to work if the file argument is a
18536 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
18538 * configure: If the --cache-file is used, pass it down to
18539 configure in subdirectories.
18541 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
18543 * config.sub: add vxworks29k configuration.
18545 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18547 * Makefile.in (taz): Do "diststuff" part quietly.
18549 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
18551 * config.sub: Mini-merge with gcc/config.sub.
18553 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18555 * config.guess (IRIX): Sed - to _.
18557 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18559 * Makefile.in (source-vault, binary-vault): New targets.
18561 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
18563 * config.sub: Recognize -eabi as a basic system type.
18565 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18567 * configure.in (enable_shared stuff): Fix typo.
18569 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
18571 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18573 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18575 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18577 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
18579 * configure.in (rs6000-*-*): Don't build gas.
18581 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
18583 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18584 reduce command line length.
18585 (AS_FOR_TARGET): Check for as.new, not Makefile.
18586 (NM_FOR_TARGET): Check for nm.new, not Makefile.
18588 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
18590 * config.guess: Merge from FSF.
18592 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18594 * configure: Don't use $ when handling program_suffix.
18596 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
18598 * configure.in: Configure tk for hppa/hpux.
18600 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
18602 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
18604 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18606 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
18607 to LIBCXXFLAGS. Tests are better run without it.
18609 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
18611 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18613 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
18615 * configure.in (*-*-netware*): Don't configure xiberty.
18617 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
18619 * configure.in: Remove tk from native_only list.
18621 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
18623 * build-all.mk: Add mips-ncd-elf target to sun4 targets
18624 for special NCD build.
18626 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18628 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18629 makeall.bat, they're only useful for binutils snapshots.
18630 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18631 makeall.bat to specified SUPPORT_FILES.
18633 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
18635 * build-all.mk: Add Ericsson targets to sun4 and solaris
18636 hosts. Add BNR's sun4 target to solaris host, so their
18637 build-from-source will be tested in-house first.
18639 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18641 * Makefile.in (LIBCFLAGS): New variable.
18642 (CFLAGS_FOR_TARGET): Ditto.
18643 (LIBCFLAGS_FOR_TARGET): Ditto.
18644 (LIBCXXFLAGS): Ditto.
18645 (CXXFLAGS_FOR_TARGET): Ditto.
18646 (LIBCXXFLAGS_FOR_TARGET): Ditto.
18647 (BASE_FLAGS_TO_PASS): Pass them.
18648 (EXTRA_TARGET_FLAGS): Ditto.
18650 * configure.in: Support --enable-shared.
18652 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
18654 * configure.in (target_libs): Include libstdc++ again.
18655 * config.guess: Update from FSF (for FreeBSD).
18657 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18659 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18661 (DISTDOCDIRS): Add `etc'.
18662 (ETC_SUPPORT_PFX): New variable.
18663 (taz): Include anything from etc starting with a word in
18666 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18668 * config.sub: Update for recent FSF changes. Remove obsolete
18669 h8300hds entry. Add -windows* and -osx as basic os. Minor
18672 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18674 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
18676 * config.guess: Merge with FSF.
18677 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18679 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18681 * configure: Since the "trap 0" handler will override the exit
18682 status on many systems, only use it for "exit 1", and make it set
18683 a non-zero exit status; reset it before "exit 0". Also, check
18684 exit status of config.sub, and error out if it failed.
18686 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
18688 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18689 and install libgloss.
18691 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18693 * Makefile.in (all-binutils): Depend upon all-byacc.
18695 * configure.in: Don't build emacs on Irix 5.
18697 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18699 * configure.in (*-*-netware*): Add libio.
18701 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18703 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18704 (CHECK_TARGET_MODULES): Ditto.
18705 (INSTALL_TARGET_MODULES): Ditto.
18706 (TARGET_LIBS): Ditto.
18707 (all-libstdc++): Note dependencies.
18709 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18711 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18713 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18715 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18716 -fexternal-templates.
18718 * configure.in (target_libs): Add libstdc++.
18719 (noconfigdirs): Add libstdc++ as appropriate.
18721 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18723 * config.guess: Update from FSF.
18725 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18727 * configure: Use ${config_shell} when running ${configsub}.
18729 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
18731 * config.sub: No longer recognize h8300h.
18733 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18735 * config.sub: Remove extraneous differences between config.sub and
18738 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18740 * Makefile.in (DISTSTUFFDIRS): Add gas.
18742 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
18744 * COPYING.NEWLIB: New file.
18746 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
18748 * config.guess (HP-UX): Patch from Harlan Stenn
18749 <harlan@landmark.com> to also emit release level.
18751 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18753 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18755 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
18757 * config.sub: Merge nextstep cleanup from FSF.
18759 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18761 * configure.in (arm-*-*): Don't configure ld for this target.
18763 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18765 * configure.in (*-*-netware): don't configure libg++, libio,
18768 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18770 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
18771 configure ld--it works, but it doesn't support shared libraries.
18773 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18775 * config.guess (*-unknown-freebsd*): Get rid of possible
18776 trailing "(Release)" in version string.
18777 Patch from Paul Richards <paul@isl.cf.ac.uk>.
18779 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
18781 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18782 Fix type: *-next-neststep -> *-next-nextstep.
18784 * config.guess: Merge from FSF:
18786 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18788 * config.guess: Recognize powerpc-ibm-aix3.2.5.
18790 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18792 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18793 instead of UNIX_SV for UnixWare 1.0).
18795 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
18797 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
18798 to make gdb/nlm/* build after the compiler and linker.
18800 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
18802 * config.guess (netbsd, freebsd, linux): Accept any machine,
18804 (m68k-atari-sysv4): Relocate to match FSF version.
18806 * config.guess: More merges from the FSF:
18808 Add a space before function call or macro invocation.
18810 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18812 * config.guess: Add trap cmd to remove dummy.c and dummy when
18815 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18817 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18818 (dummy): Redirect stderr from compilation of dummy.c.
18820 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
18822 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18824 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
18826 * configure: Accept and ignore --cache*, for compatibility with
18829 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
18831 * config.guess: Merge from FSF:
18833 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18835 * config.guess (Pyramid*:OSx*:*:*): New case.
18836 (PATH): Add /.attbin at end for finding uname.
18837 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
18839 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
18841 * config.guess (M88*:DolphinOS:*:*): New case.
18843 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
18845 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18846 to select whether to use ELF or COFF.
18848 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18850 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18852 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
18854 * config.guess: Guess the OS version for HPUX.
18856 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
18858 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18860 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18862 * configure.in: Recognize --with-headers, --with-libs, and
18864 * Makefile.in (all-xiberty): Depend upon all-ld.
18866 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18868 * configure.in: Change i[34]86 to i[345]86.
18870 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18872 * configure (version): A few more tweaks to help message.
18874 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18876 * Makefile.in: Remove (for now) librx as a host library,
18877 now that we're building it for target.
18879 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18881 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18884 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18886 * configure.in: Also configure librx.
18888 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18890 * Makefile.in: Update various rules to reflect that librx
18891 is now needed for libg++.
18893 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18895 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18897 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18899 * configure.in: Configure the examples directory.
18901 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18903 * configure: Simplify Jun 2 1994 change.
18905 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18907 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18908 /bin/gcc isn't good enough to build gcc.
18910 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18912 * Makefile.in (GDB_SUPPORT_FILES): Remove
18913 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18914 (gdb.tar.gz): Add new rule to use standard distribution building
18917 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18919 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18920 Bill Cox <bill@cygnus.com>.
18922 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18924 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18926 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18928 * configure: Search current dir first in .gdbinit.
18930 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18932 * config.sub: Recognize freebsd (merged from gcc config.sub).
18934 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18936 * config.sub: Refer to NeXT's operating system as nextstep.
18938 * config.sub (case $basic_machine): Re-order the cases, to match
18939 the order in the FSF version (which is mostly alphabethical).
18940 Merge in some additions and changes from the FSF.
18942 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18944 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18945 * config.sub: Recognize cxux7.
18946 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18948 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18950 * config.sub: Fix typo powerpc -> powerpc-*.
18952 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18954 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18956 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18957 parallel with all-emacs and install-emacs). Top-level command
18958 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18960 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18962 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18963 $(relbindir)/make before doing ``make install'', and use
18964 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18965 installing over running make binary.
18966 ($(host)-stamp-stage3-installed): Likewise.
18968 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18970 * config.guess: Recognize Mach.
18972 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18974 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18975 see whether --exec-prefix was used.
18977 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18979 * README: Explicitly mention libg++/README. (Zoo's idea.)
18981 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18983 * Makefile.in: Add all-librx target similar to all-libproc.
18985 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18987 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18988 with post 1.2 uname bogosity.
18990 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18992 * configure: Remove temporary files on receipt of a signal.
18994 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18996 * configure: If there is a package_makefile_frag, remove
18997 ${subdir}/Makefile.tem after copying it in.
18999 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19001 * build_all.mk: support rs6000 lynx identifies itself as
19002 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19003 since /bin/gcc is too feeble to compile a modern gcc.
19005 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19007 * brought devo/test-build.mk update-to-date with progressive/
19008 test-build.mk. Add lynx targets and hppa flag info.
19010 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19012 * configure.in: Use mh-ncrsvr43. Patch from
19013 Tom McConnell <tmcconne@sedona.intel.com>.
19015 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19017 * config.guess (i386-unknown-bsdi): No longer need to
19018 check #if defined(__bsdi__) && defined(__i386__).
19020 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19022 * configure: Set program_transform_nameoption correctly.
19024 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19026 * brought build-all.mk update-to-date with progressive build-all.mk,
19027 added new targets and hppa info.
19029 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19031 * configure: If config.guess result is a prefix of the user
19032 specified target, assume a native build and use the user specified
19033 target as the host alias. Remove SunOS patch suffix removal hack.
19034 * configure.in: Remove SunOS patch suffix removal hack.
19036 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19037 in NATIVE_CHECK_MODULES.
19039 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19041 * Makefile.in: Rename HOST_ONLY to NATIVE.
19042 * configure: Delete SunOs patch suffix from host_canonical
19043 and build_canonical variables that are prepended to Makefiles.
19044 * configure.in: Add comments for easier maintenance.
19046 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19048 * Makefile.in: Add all-libproc target similar to all-gui.
19050 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19052 * Makefile.in (CHECK_MODULES): split into
19053 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19055 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19057 * config.guess (i386-unknown-bsdi): New system to guess.
19059 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19061 * Makefile.in: Add all-gui target (but not yet build by "all").
19063 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19065 * config.sub: Move deletion of patch suffix from here...
19066 * configure.in: To here, at Ian's suggestion. The top-
19067 level scripts might need to know of a patch level.
19069 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19071 * config.sub: Strip off patch suffix so rtl is recognized
19072 as a sunos4.1.3 machine, even though it's been patched.
19074 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19076 * Makefile.in (INSTALL_LAST): Delete.
19077 (INSTALL_DOSREL): New.
19079 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19081 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19082 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19083 whether we pass down --with-gnu-ld anyhow.
19085 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19087 * Makefile.in (INSTALL_LAST): Change operation so it works
19088 on more flavors of make.
19089 * configure.in (go32): Don't build libg++ or libio.
19091 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19093 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19094 they can be overriden by templates.
19096 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19098 * configure.in (target==go32): Don't build gdb.
19099 * dosrel: New directory.
19101 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19103 * configure.in (host==go32): Configure dosrel too.
19104 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19105 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19106 be set by incoming names or templates.
19107 (INSTALL_LAST): New rule.
19109 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19111 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19113 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19115 * configure.in (appdirs): New variable. Currently empty, but will
19116 be used in gas distribution. If nonempty, lists a set of
19117 directories at least one of which must get configured, or top
19118 level configuration is considered to have failed.
19119 (rs6000-*-lynxos*): Use new file name.
19121 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19123 Eliminate XTRAFLAGS.
19124 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19125 newlib include files using -idirafter, and also use -nostdinc.
19126 (CXX_FOR_TARGET): Likewise.
19127 (XTRAFLAGS): Removed.
19128 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19129 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19130 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19131 ($(DO_X)): Don't pass down XTRAFLAGS.
19133 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19135 * configure.in (mips*-dec-bsd*): New target; do build linker.
19136 (mips*-*-bsd*): New target; don't build linker.
19138 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19140 * configure.in: support rs6000-*-lynxos* configuration.
19141 support sunos4 as a cross target.
19143 * config.sub: look for lynx*, not lynx since the OS version may
19144 legitimately be part of the name.
19146 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19148 * configure.in (i[34]86-*-sco*): Move to be with other i386
19150 (romp-*-*): New target. Skip various binary utilities.
19151 (vax-*-*): New target. Don't build newlib.
19152 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19154 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19156 * configure.in: Only set host_makefile_frag if config
19159 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19161 * install.sh: If $dstdir exists, don't check whether each
19164 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19166 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19168 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19170 * configure.in (*-*-lynxos*): Don't configure newlib for either
19171 native or cross Lynx.
19173 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19175 * config.sub (sparc64-elf): Fix os.
19176 (z8k): Remove duplicate.
19178 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19180 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19181 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19183 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19185 * configure: Make file links cleanly even if Lynx fails on
19186 an NFS symlink (at least fail cleanly).
19188 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19190 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19193 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19195 * configure: Unknown options are fatal again.
19197 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19199 * configure: Ignore --x-includes and --x-libraries, for Autoconf
19202 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19204 * build-all.mk: Add `clean' target.
19206 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19208 * config.guess: Add SINIX support.
19209 * configure.in: Add mips-*-sysv4* support.
19211 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19213 * build-all.mk: Document all useful targets.
19214 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19215 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19217 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19219 * configure: Support --silent, --quiet.
19221 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19223 * configure: Support --disable-FEATURE.
19225 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19227 * config.guess: Recognize NCR running SVR4.3.
19229 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19231 * config.guess: Make BSDI generate i386-unknown-bsd386.
19232 Patch from Paul Eggert <eggert@twinsun.com>.
19234 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19236 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19238 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19240 * configure: Make unrecognized options give nonfatal warnings
19241 instead of fatal errors, and pass them to any subdirectory
19242 configures in case they recognize them.
19243 Make --x equivalent to --with-x.
19245 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19247 * configure: Add --enable-* options. Clean up usage message and
19250 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19252 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19254 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19256 * configure.in (hppa*-*-*): Enable binutils.
19258 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19260 * config.sub: Recognize cisco.
19262 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19264 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19266 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19268 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19269 than one configuration name. Add comment.
19271 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19273 * config.guess: about target *-hitachi-hiuxwe2, fixed
19274 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19275 macro is incorrect.]
19277 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19279 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19280 than the "make ls" stuff which used to be here.
19282 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19284 * config.guess: Recognize i[34]86-unknown-freebsd.
19285 From Shawn M Carey <smcarey@rodan.syr.edu>.
19287 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19289 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19291 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19293 * config.guess: Check for ptx.
19295 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19297 * config.sub: Add os9k checking.
19299 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19301 * config.guess: Handle OSF1 running on HPPA processors
19303 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19305 * configure: If subdir configure fails, print out a message with
19306 subdirectory name, in case subdir's configure code didn't identify
19309 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19311 * configure.in: Remove embedded newlines from configdirs.
19312 Avoid mismatches of substrings. Fix matching strings at end
19315 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19317 * config.guess: Add Lynx/rs6000 config support.
19319 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19321 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19323 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19325 * configure.in (hppa*-*-osf*): Treat this just like most other
19326 PA configurations (eg no binutils or ld).
19327 (hppa*-*-*elf*): These configurations have binutils and ld.
19329 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19331 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19333 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19335 * configure.in (rs6000-*-*): Build gas.
19337 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19339 * Makefile.in: Avoid bug in losing hpux sed.
19341 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19343 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19344 for GDB and GDB has been fixed to not need it.
19346 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19348 * config.guess: Recognize vax hosts.
19350 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19352 * configure (while loop): Don't use "break 2" inside case
19353 statement -- the case statement isn't an enclosing loop.
19355 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19357 * config.guess: Clean up NeXT support, to allow nextstep
19358 on Intel machines. Make OS be nextstep.
19360 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19362 * config.guess: Add alternate forms for Convex.
19364 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19366 * configure: Completely rewrite option processing. Take
19367 advantage of pattern-matching to avoid invoking test frequently.
19368 Also clean up host and target defaulting logic.
19370 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19372 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19373 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19374 commands (plus user environment) will fit SCO limits.
19376 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19378 * configure.in: Don't issue warnings about directories which are
19379 not being configured if -norecursion is set. Correct test for
19380 --with-gnu-as and --with-gnu-ld to not get confused by substring
19383 * configure.in: Don't build gas for alpha-dec-osf1*.
19385 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19387 * configure: Back out Per's change of 12/19/1993. It changes the
19388 behavior of configure in unexpected and confusing ways.
19390 Also, use different delim char when calculating
19391 program_transform_name so that the name can contain slashes.
19393 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19395 * configure.in, config.sub: Add support for VSTa micro-kernel.
19397 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19399 * configure.in: Nuke hacks which were used to get a special
19400 version of GAS for HPPA configurations.
19402 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19404 * configure: If only ${target_alias} is given, use that
19405 as the default for ${host_alias}.
19406 * configure: Add missing back-slashes before nested quotes.
19408 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19410 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19412 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19414 * config.guess: Recognize some Tektronix configurations.
19415 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19417 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19419 * config.sub: Match any flavor of SH.
19421 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19423 * configure.in: Don't try to configure newlib for Alpha.
19425 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19427 * configure.in: Don't build ld for Irix 5. Don't build gas,
19428 libg++ or libio for any Alpha target.
19430 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19432 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19434 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19435 default arguments -- so it tried to compress itself.
19437 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19439 * configure.in (notsupp): ensure that a space is always at the end
19440 of the configdirs list, since the grep checks for an explicit space
19442 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19444 * configure.in (target i386-sysv4.2): don't build ld, since static
19445 versions of many libraries are not available.
19447 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19449 * config.guess: Recognize Apollos (using environment variables).
19450 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19452 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19454 * config.guess: Recognize Sony news mips running newsos.
19456 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
19458 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19459 "fi ; else" for bash.
19461 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
19463 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19465 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
19467 * config.sub: accept unixware as an alias for svr4.2.
19468 Fix some inconsistancies with the gcc version.
19470 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19472 * Makefile.in (DISTDOCDIRS): Add gdb.
19474 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
19476 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
19478 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19480 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19481 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19484 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19486 * config.sub: Accept hiux* as an OS name.
19488 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19489 etc/make-stds.texi. The underscore came from gcc, and dje now
19490 agrees that RUNTESTFLAGS is the correct name.
19492 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
19494 * install.sh: Remove 'set -e'. It makes any conditionals
19495 in the script useless.
19497 * config.guess: Automatically recognize arm-acorn-riscix
19498 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19500 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
19502 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19504 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19506 * Makefile.in (DISTDOCDIRS): New variable.
19507 (taz): Edit local Makefile.in sooner, instead of proto-toplev
19508 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
19510 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19512 * configure.in (hppa target): check the source directory for the
19513 pagas sub-directory
19515 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
19517 * config.sub: Allow -aout* and -elf*.
19519 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19521 * configure.in: Don't build ld on i386-solaris2, same as for
19524 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
19526 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19528 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19530 * configure.in: Configure gdb for alpha.
19532 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19534 * Makefile.in (CXXFLAGS): Add -O.
19536 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19538 * config.guess: added support for DG Aviion
19540 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19542 * configure.in: Produce warning message for subdirectories not
19543 configurable for this host/target combination. Don't try to
19544 configure gdb for vms.
19546 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19548 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19549 appropriate files before making "diststuff".
19550 (DISTBISONFILES): New var: list of files to be edited.
19551 (DISTSTUFFDIRS): Add binutils.
19553 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19555 * config.sub: also handle mipsel and mips64el (for little endian mips)
19557 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19559 * configure.in: Add * to end of all OS names.
19561 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
19563 * configure.in: Build newlib for LynxOS native.
19565 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19567 * config.guess: Add support for delta 88k running SVR3.
19569 * configure.in: Add comment about HP compiler vs. emacs.
19571 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19573 * configure.in: don't build ld on solaris2 (not a viable option
19574 due to bugs in getpwnam & getpwuid)
19576 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19578 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19579 config.guess will produce a full version number.
19581 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19583 * configure.in: Build linker and binutils for alpha-dec-osf1.
19585 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19587 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19588 and gdb/testsuite/Makefile.in.
19590 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19592 * configure.in: recognize mips*- instead of mips-
19594 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
19596 * config.sub: Accept linux*coff and linux*elf as operating
19599 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19601 * config.sub: Recognize mips64, and mips3 as an alias for it.
19603 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19605 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19606 gdb knows how to handle OSF/1 shared libraries.
19608 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19610 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19611 * config.guess: Recognize Hitachi's HIUX.
19612 * config.sub: Recognize h3050r* and hppahitachi.
19613 Remove redundant cases for hp9k[23]*.
19615 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19617 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19618 if gas and ld are in the source tree and are in ${configdirs}.
19619 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19620 --with options (but still pass them down on the command line,
19621 if they were explicitly specified).
19623 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19625 * configure: substitute SHELL value in Makefile.in with
19628 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19630 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19631 *-*-solaris2* targets.
19633 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19635 * Makefile.in: define M4, and pass it down to sub-makes;
19636 all-autoconf now depends on all-m4
19638 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19640 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19641 presence of {ar,ranlib} instead of a configured directory
19643 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19645 * config.guess: Accept 34?? as well as 33?? for NCR.
19647 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19649 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19650 of 'gas' in sed commands, since 'gash' is now in the tree as well.
19652 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19654 * configure: grab values for $(CC) and $(CXX) from the
19655 environment, so that someone can do "CC=gcc configure; make" and
19656 have it work right (matching the way that autoconf works now)
19658 * configure.in, Makefile.in: add support for gash, the tcl
19659 interface to Galaxy
19661 * config.guess: add NetBSD variants (hp300, x86)
19663 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
19665 * install.sh: Support -d option (in the manner of SunOS 4 install,
19666 as it is more deterministic than that of GNU install)
19667 (chmodcmd): Set file to mode 755 by default (should also do default
19668 chgrp and chown, but I don't feel like dealing with that now)
19670 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
19672 * config.sub: Remove h8300hhms alias.
19674 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19676 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19678 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19680 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19683 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19685 * config.sub: recognize m88110-bug-coff.
19687 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19689 * Makefile.in (all-libio): all dependencies on the toolchain used
19690 to build this (gcc, gas, ld, etc)
19692 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19694 * config.guess: Deal with OSF/1 1.3 on alpha.
19696 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19698 * install.sh: add some 'else true' clauses for portability
19700 * configure.in: don't build libio for h8[35]00-*-* targets
19702 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
19704 * Makefile.in: Add support for new libio.
19706 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19708 * install.sh: If one command fails, don't try the rest. Don't try
19709 to remove $dsttmp (via trap) unless we have already created it.
19710 If $src doesn't exist, detect it and exit with an error.
19712 * config.guess: Recognize BSD on hp300.
19714 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
19716 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19717 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19719 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
19721 * Makefile.in (all-send-pr): depends on all-prms
19723 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19725 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19727 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19729 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19730 Added test for mips-mips-riscos5.
19732 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19734 * configure.in: use mh-hp300 for 68k HP hosts
19736 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19738 * configure: add support for CONFIG_SHELL, so that you can use
19739 some alternate shell for evaluating configure scripts
19741 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
19743 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
19744 in configure script to bug-gdb@prep.ai.mit.edu when building
19745 distribution archive.
19746 * Makefile.in (COMPRESS): Remove def.
19747 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
19748 gdb.tar.Z and make-gdb.tar.Z respectively.
19749 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
19750 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
19751 to convergence with 'taz' target in Makefile.in.
19753 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19755 * install.sh (dsttmp): use trap to ensure that tmp files go
19756 away on error conditions
19758 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19760 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19762 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19764 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19765 its parent is '/' not ''.
19767 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19769 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
19771 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19772 that ${newsrcdir}/configure.in does.
19774 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19776 * test-build.mk: support for CONFIG_SHELL
19778 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
19780 * config.sub (netware): Add as a basic system type.
19782 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19784 * Makefile.in (Makefile): depend on configure.in. Also drop the
19785 $(srcdir)/ from the dependency on Makefile.in.
19787 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
19789 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19790 (h8300hhms is temporary until multi-libraries are implemented).
19791 * configure.in: Handle h8300h too.
19793 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19795 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19797 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
19799 * configure: Remove extraneous output when guessing host type.
19800 * config.guess: Remove extraneous output when guessing using C
19801 compiler rather than uname, or when guessing fails.
19803 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
19805 * Makefile.in: remove all.cross and install.cross targets
19807 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19810 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
19812 * configure.in (target sh): Build gprof.
19814 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19816 * config.sub: change -solaris to -solaris2
19818 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19820 * configure.in: Use config/mh-riscos for mips-*-sysv*.
19822 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
19824 * configure: Correct error message for missing Makefile.in to
19825 print correct directory.
19827 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19829 * install.sh: kludge around 386BSD shell bug
19831 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
19833 * config.guess: Recognize NeXT.
19834 * config.guess: Recognize i486-ncr-sysv4.
19835 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
19837 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
19839 * Makefile.in (MAKEINFOFLAGS): New variable.
19840 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19841 * build-all.mk, test-build.mk: Pass down --no-split as
19842 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
19844 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
19846 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
19848 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
19850 * Makefile.in (libg++.tar.z): New rule.
19851 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
19852 * Makefile.in (taz): Only do a single chmod.
19854 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19856 * install.sh: don't use dirname anymore (replaced with sed usage)
19858 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19860 * Makefile.in: Change extension for gzip'd files from '.z' to
19861 '.gz' per new FSF standard usage.
19863 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19865 * configure: put quotes around the final value of program_transform_name
19867 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19869 * Makefile.in: new install.sh support; update install-info rules
19871 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19873 * configure.in: Build diff for crosses, but not for go32 host.
19875 * configure.in: Build gprof only for native, and don't build it
19876 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19878 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19880 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19882 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19884 * configure.in (host_tools): Add prms.
19886 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19888 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19889 with $(FLAGS_TO_PASS) on the command line
19891 * config.sub: Recognize lynx and lynxos
19893 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19895 * config.sub: Accept -ecoff*, not just -ecoff.
19897 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19899 * Makefile.in (taz): Use .gz suffix instead of .z.
19900 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19903 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19905 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19907 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19909 * Makefile.in (install-no-fixedincludes): install gcc last, so
19910 that rebuilds that might happen during 'make install' don't get
19911 bogus gcc include files
19913 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19915 Change from Utah for HPPA support:
19916 * config.guess: Recognize hppa1.x-hp-bsd.
19918 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19920 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19921 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19923 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19925 * config.sub: Add support for rom68k and bug boot monitors.
19927 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19929 * Makefile.in: Make all-opcodes depend on all-bfd.
19931 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19933 * config.guess: Added special check for i[34]86-univel-sysv4*.
19935 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19937 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19938 the processor rather than assuming i486.
19940 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19942 * config.guess: Recognize SunOS6 as Solaris3.
19944 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19946 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19947 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19949 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19951 * build-all.mk (all-cross): New target for Canadian Cross.
19952 Added Q2 go32 targets.
19953 * test-build.mk: Configure go32 cross sparclite-aout and
19954 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19955 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19957 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19959 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19960 GO32 hosted toolchains
19962 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19964 * configure: change so "-exec-prefix" gets passed down rather
19965 than "-exec_prefix" so autoconf generated Makefiles get the
19966 exec_prefix set right.
19968 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19970 * config.guess: get the Solaris2 minor version number
19972 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19974 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19976 * config.guess: Recognize some Sequent platforms.
19978 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19980 * Makefile.in: added the vault-install target
19982 * configure.in: actually use the Sun3 makefile fragment that's in
19983 config, also added the release dir to configdirs
19985 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19987 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19989 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19991 * configure.in: remove some program from Alpha targetted toolchains
19993 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19995 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
19997 (taz): Run "make diststuff" in those directories instead of "make
19998 proto-dir". Look for "VERSION=" only at start of line in subdir
19999 Makefile. Use "gzip -9" for compression.
20000 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20001 (binutils.tar.z): New target.
20003 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20005 * Makefile.in (taz): Include gpl.texinfo.
20007 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20009 * Makefile.in (setup-dirs): Merged into "taz" target.
20010 (taz): Only do `proto-dir' stuff if a directory is actually needed
20013 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20015 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20016 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20017 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20018 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20019 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20021 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20023 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20024 config.sub, and move-if-change to gdb testsuite distribution
20025 archive, so the testsuite can be extracted, configured, and
20026 run separately from the gdb distribution. Blow away the Chill
20027 tests that require a Chill compiled executable, since GNU Chill
20028 is not yet publically available.
20030 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20032 * test-build.mk: set environment variables in a single command,
20033 instead of a list of assignments and exports
20035 * config.guess: recognize Alpha/OSF1 systems
20037 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20039 * configure: Change help message to prefer --options rather than
20042 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20044 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20045 zippy@ecst.csuchico.edu.
20046 * config.guess: Recognize miniframe.
20048 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20050 * Makefile.in: Use srcroot to find runtest rather than rootme.
20051 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20053 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20055 * test-build.mk: Extensive additions to support building on a
20056 machine other than the host.
20058 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20060 * configure (tooldir): Fix for i386-aix again.
20062 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20064 * configure, Makefile.in: Change definition of $(tooldir)
20067 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20069 * config.guess: Recognize i[34]86/SVR4.
20071 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20073 * Makefile.in (all-gdb): gdb depends on sim.
20075 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20077 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20078 at the same time we make the prototype gdb directory.
20079 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20080 files at the same time as the gdb base release distribution.
20082 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20084 * Makefile.in (check): Use individual check targets rather than
20086 (check-gcc): Added.
20088 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20090 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20091 for System V release 3.2.
20093 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20095 * config.sub: Recognize hppaosf.
20096 * configure.in: Do configure ld/binutils/gas for it.
20098 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20100 * configure (tooldir): Alter syntax used to set this, for systems
20101 where "\$" isn't handled right, like i386-aix.
20103 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20105 * configure: Pass program-transform-name, not
20106 program_transform_name, to recursive configures.
20108 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20110 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20111 of gas+ld+binutils.
20113 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20115 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20117 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20119 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20121 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20123 * Makefile.in (PRMS): Set back to all-prms.
20125 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20127 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20128 targets, rather than for MIPS hosts.
20130 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20132 * configure.in: add comment for --with-x default values
20134 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20136 * Makefile.in: add check-* targets for each of the directories in
20137 the tree. Add a definition of RUNTEST that will use the one we
20138 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20140 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20142 * configure.in: Removed obsolete references to bfd_target and
20143 target_makefile_frag.
20145 * build-all.mk: Set assorted targets for Q2.
20146 * config.sub: Recognize z8k-sim and h8300-hms.
20147 * test-build.mk: Really don't pass host to configure.
20148 (HOLES): Added uname.
20150 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20152 * configure: Handle an empty program-prefix, program-suffix or
20153 program-transform-name correctly.
20155 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20157 * build-all.mk: -G 8 no longer required for MIPS targets.
20158 * test-build.mk: Don't pass host argument to configure; make it
20161 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20163 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20164 * Makefile.in (COMPRESS): New macro, like GZIP.
20166 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20168 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20170 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20171 with gas currently defaults to -G 0.
20173 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20175 * Makefile.in (all-flex): flex depends on byacc.
20177 * build-all.mk: If host not specified, use config.guess. Pass TAG
20178 to test-build.mk as RELEASE_TAG.
20179 * test-build.mk (configargs): New variable containing arguments to
20180 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20181 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20183 * config.guess: Use /bin/uname when checking -X argument on SCO,
20184 to avoid invoking GNU uname which doesn't understand -X.
20186 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20188 * configure.in: Build gas for mips-*-*.
20190 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20192 * Makefile.in (all.normal): insert missing backslash.
20194 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20196 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20198 * Makefile.in: Complete overhaul to merge many almost identical
20201 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20203 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20204 (gdb.tar.Z): Adjusted.
20206 * Makefile.in (setup-dirs, taz): New targets; should be general
20207 enough to adapt for gdb sometime. Build only .z file.
20208 (gas.tar.z): New target.
20210 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20212 * build-all.mk: Use CC=cc -Xs on Solaris.
20214 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20216 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20217 for handling BISON for FSF releases.
20219 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20221 * configure: Actually implement the change zoo just documented.
20223 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20225 * configure: when using config.guess, only set target_alias when
20226 it's not already been set (ie, on the command line)
20228 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20230 * Makefile.in: add installcheck target, set PRMS to install-prms
20232 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20234 * configure: add support for package_makefile_fragment, handle the
20235 case where a directory has a configure.in file but no Makefile.in
20236 more gracefully (with an actual understandable error message, even);
20237 add support for --without (and add this to the usage message); also
20238 explicitly add a --host=${host_alias} to the command line when
20239 config.guess is used
20241 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20243 * configure: Must use both --host and --target in recursive calls.
20245 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20247 * Makefile.in: Change deja-gnu to dejagnu.
20249 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20251 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20253 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20255 * configure.in: canonicalize all instances to *-*-solaris2*,
20256 also strip out a number of tools to not build for go32 host
20258 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20260 * config.guess: add GPL.
20262 * Makefile.in, config.guess, config.sub, configure: bump
20265 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20267 * Makefile.in (do-info): Removed obsolete check for existence of
20270 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20272 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20274 * Makefile.in: a couple of 'else true' for decstation,
20277 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20279 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20281 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20283 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20285 * config.guess: Recognize i386-ibm-aix (PS/2).
20286 * configure.in: Use config/mh-aix386 file for it.
20288 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20290 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20291 CC_FOR_TARGET instead.
20292 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20294 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20296 * Makefile.in: Add sim to list of directories sent with gdb
20298 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20300 * configure.in: Put back mips-dec-bsd* case.
20302 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20304 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20305 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20306 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20308 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20310 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20312 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20313 (install-info): install dir.info only if it exists,
20314 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20316 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20318 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20319 gas for mips-dec-bsd.
20321 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20323 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20324 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20326 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20328 * configure.in: Added "dejagnu" to hosttools list.
20330 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20332 * config.sub, configure.in, config.guess: Add support
20333 for Bosx, an AIX variant from Bull.
20334 Patches from F.Pierresteguy@frcl.bull.fr.
20336 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20338 * devo/dejagnu: Initial creation of devo/dejagnu.
20339 Migrated dejagnu testcases and support files for testing software
20340 tools to reside as subdirectories, currently called "testsuite",
20341 within the directory of the software tool. Migrated all programs,
20342 support libraries, etc. beloging to dejagnu proper from
20343 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20344 with no modifications. The changes to these files which will
20345 allow them to configure, build, and execute properly will be made
20346 in a future update.
20348 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20350 * Makefile.in: Change send_pr to send-pr.
20351 * configure.in: Likewise.
20352 * send_pr: Renamed directory to send-pr.
20354 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20356 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20358 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20360 * README: Update for gdb-4.8 release.
20361 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20362 gdb-xxx.tar.z (gzip'd) file also.
20364 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20366 * Makefile.in: make all-diff depend on all-libiberty
20368 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20370 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20372 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20374 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20376 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20378 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20379 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20380 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20382 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20384 * Makefile.in: makeinfo binary is in a new location
20386 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20388 * config.sub: Accept -ecoff as an OS.
20390 * Makefile.in: Various changes to eliminate a level of make
20391 recursion and reduce the required command line length.
20392 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20394 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20395 variables holding settings for specific sub-makes.
20396 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20397 in terms of BASE_FLAGS_TO_PASS.
20398 (TARGET_LIBS): New variable listing directories which use
20399 TARGET_FLAGS_TO_PASS.
20400 (subdir_do): Eliminated.
20401 (do-*): New set of targets to replace subdir_do.
20402 (various): All targets which used subdir_do now depend on do-*.
20403 (local-clean): Renamed from do_clean.
20404 (local-distclean): New target, dependency of distclean and
20406 (install-info): Don't create directories. Depend on dir.info
20407 rather than calling make recursively.
20408 (install-dir.info): Eliminated.
20409 (install-info-dirs): Create all info directories here.
20410 (dir.info): Depend upon do-install-info.
20412 * test-build.mk (HOLES): Added false.
20414 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20416 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20418 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20420 * Makefile.in (info): remove dependency on all-texinfo. The
20421 problem was really in texinfo/C, not at this level.
20423 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20425 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20427 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20429 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20432 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20434 * configure: Include srcdir in message about target of link not
20435 being found. Don't convert `-' to `_' in `with' options being
20438 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20440 * configure.in: add uudecode to host_tools
20442 * Makefile.in: added {all,install}-uudecode targets, added them to
20443 the appropriate lists
20445 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
20447 * Makefile.in (all-gcc): Added dependency on all-gas.
20449 * configure.in (mips-*-*): Build ld and binutils.
20451 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20453 * configure: check return code from mkdir, print error message and
20456 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
20458 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
20460 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
20462 * test-build.mk (HOLES): Added tar, cpio and uudecode.
20464 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20466 * config.sub (h8500): Recognize this as a cpu type.
20468 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20470 * configure: source directory missing is no longer a warning
20472 * configure.in: recognize irix[34]* instead of irix[34]
20474 * Makefile.in: define and pass down X11_LIB
20476 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
20478 * guess-systype: Renamed to ...
20479 * config.guess: ... by popular request.
20480 * configure.in, Makefile.in: Update accordingly.
20482 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
20484 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
20485 + Add Convex, Cray/Unicos, and Encore/Multimax support.
20486 + Execute ./dummy instead of assuming . is in PATH.
20488 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
20490 * guess-systype: New shell script. Attempts to guess the
20491 canonical host name of the executing host.
20492 Only a few hosts are supported so far.
20493 * configure: Call guess-systype if no host is specified.
20495 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
20497 * Makefile.in (gcc-no-fixedincludes): Made to work with current
20500 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
20502 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20503 (all-gcc, install-gcc, subdir_do): Use it.
20505 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20507 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20509 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
20511 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20512 set exclusively by configure, using configure.in .
20514 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20516 * test-build.mk: set $PATH for all builds
20518 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20520 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
20522 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
20523 the one used in gcc/Makefile.in, so that a null expansion doesn't
20524 override the one needed to build gcc with a native cc.
20526 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20528 * configure: Accept -with arguments.
20530 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20532 * Makefile.in: added h8300sim
20534 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
20536 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20537 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
20538 (all-cygnus, native, build-cygnus): Make
20539 $(canonhost)-stamp-3stage-done, not $(host)....
20540 * test-build.mk (stamp-3stage-compared): Use tail +10c for
20541 i386-sco3.2v4. Added else true to if command.
20543 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
20545 * config.sub: (from FSF) Sequent uses a BSD-like OS.
20547 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
20549 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20551 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20553 * configure.in: don't remove binutils from Solaris builds
20555 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
20557 * Makefile.in: get rid of earlier definitions for *clean,
20558 also handle the recursive info rule better
20560 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
20562 * Makefile.in (mostlyclean, distclean, realclean): Fix to
20563 do more-or-less the right thing.
20565 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
20567 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20568 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20570 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20572 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20575 * configure.in: split the configdirs list into 4 categories (native
20576 v. cross, library v. tool) and handle the cross-only and native-
20577 only in more reasonable (and correct!) way.
20579 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
20581 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
20582 configdirs anymore.
20584 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20586 * Makefile.in: extensive cleanup:: removed all of the explicit
20587 clean-* targets, collapsed many wrappers around subdir_do into
20588 one, added additional targets to satisfy standards.texi, deleted
20589 some old targets, some changes for consistency
20591 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20593 * configure.in: handle some programs as cross-only, and others as
20596 * test-build.mk: handle partial holes in a more generic manner
20598 * Makefile.in: m4 depends on libiberty
20600 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20602 * configure.in: add m4, textutils, fileutils, sed, shellutils,
20603 time, wdiff, and find to configdirs
20605 * Makefile.in: all, clean, and install rules for the new programs
20606 added to configure.in
20608 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20610 * configure.in: use mh-sun for all *-sun-* hosts
20612 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20614 * Makefile.in: define flags for X11 include files and library file
20615 locations, pass them down to the programs that need this info
20617 * build-all.mk: added a 'native' target, to 3stage the native toolchain
20619 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20621 * configure.in: start building libg++ for HP-UX targets
20623 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
20625 * README: Update references to files moved into etc/.
20627 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
20629 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
20630 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
20632 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
20634 * configure: accept dash as well as underscore in long option
20635 names for FSF compatibility.
20637 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
20639 * config.sub: added -sco3.2v4 support from FSF.
20641 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20643 * configure.in: expand the section that adds or removes
20644 directories from the list of programs to build, to handle native
20645 vs. cross in addition to host v. native
20647 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
20649 * Makefile.in: Replace C++ in macro names with CXX.
20650 This is less likely to break ...
20652 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20654 * test-build.mk: add -w to GNU_MAKE
20656 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20658 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20659 add 'sparc' to list of recognized cpus. This needed to make
20660 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20661 Delete some redundant ose68 variants. Recognize -wrs as an os,
20662 then changes that into $CPU-wrs-vxworks.
20664 * configure.in: remove most references to gdbtest, regularize
20665 target based program removal
20667 * test-build.mk: import from p3 tree (many fixes and changes)
20669 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20671 * Makefile.in: added rules to handle tcl, tk, and expect
20673 * configure.in: handle those directories if they exist
20675 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20677 * config.sub: removed bogus hppabsd and hppahpux names, since
20678 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20680 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20682 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
20683 depends upon all-xiberty
20685 * Makefile.in: changes from p3, including:
20687 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20689 * Makefile.in (XTRAFLAGS): include newlib directories if
20690 newlib/Makefile exists, rather than if host != target.
20692 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
20694 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20695 from the same source tree and not building a cross-compiler. This
20696 matters for the libg++ configuration if reconfiguring a tree that
20697 has already been installed.
20699 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
20701 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20702 pick up the machine and system specific header files.
20704 * Makefile.in: added AS_FOR_TARGET, passed down in
20705 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20706 the C compiler to use to create programs which are run in the
20707 build environment, set it to default to $(CC), and passed it down
20708 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20710 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
20712 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20713 We need them for unusual native builds, like systems without
20716 * configure: also define $(host_canonical) and
20717 $(target_canonical), which are the full, canonical names for the
20718 given host and target
20720 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
20722 * Makefile.in: Added separate definitions for C++.
20724 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20726 * configure.in (configdirs): Add deja-gnu.
20728 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
20730 * README: Update for configure.texi and gdb-4.7 release.
20732 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
20734 * Makefile.in: Move "all" target to top of file.
20735 Previously, first target was ".PHONY" which caused BSD4.4 make
20736 to build .PHONY when make was run without arguments.
20738 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
20740 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
20741 Library-copylefted code in libiberty.
20743 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
20745 * config.sub: Replace m68kmote with plain old m68k.
20747 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
20749 * Makefile.in: Remove space from blank line, avoid Make complaints.
20751 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
20753 * config.sub: Complain if no argument is given. Added support for
20754 386bsd as OS and target alias.
20756 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
20758 * Makefile.in (XTRAFLAGS): include newlib directories if
20759 newlib/Makefile exists, rather than if host != target.
20761 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
20763 * config.sub: recognize sparclite-wrs-vxworks.
20765 * Makefile.in (install-xiberty): added *-xiberty make rules (from
20766 p3.) Added clean-xiberty to clean.
20768 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20770 * configure.in: use *-*-* instead of nested cases for host and target
20772 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
20774 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20775 from the same source tree and not building a cross-compiler. This
20776 matters for the libg++ configuration if reconfiguring a tree that
20777 has already been installed.
20779 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
20781 * config.sub (i486v/i486v4): Merge in from FSF version.
20783 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
20785 * configure: only set PWD if it is already set.
20787 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
20789 * configure: just set PWD=`pwd` at the top, since Ultrix sh
20790 doesn't have unset and all success paths (and most error paths)
20791 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20792 to just ${PWD} to avoid confusion.)
20794 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
20796 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20797 even for a native compilation.
20799 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
20801 Changes to make the gdb.tar.Z rule work better.
20803 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
20804 (DEVO_SUPPORT): Add configure.texi.
20805 (bfd-ilrt.tar.Z): Remove ancient rule.
20807 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
20809 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20810 pick up the machine and system specific header files.
20812 * configure.in, config.sub: added new target m68010-adobe-scout,
20813 with alias of adobe68k. Changed configure.in to check for
20814 -scout before -sco* to avoid a false match.
20816 * Makefile.in: added AS_FOR_TARGET, passed down in
20817 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20818 the C compiler to use to create programs which are run in the
20819 build environment, set it to default to $(CC), and passed it down
20820 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20822 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
20824 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20825 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
20826 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20827 FOR_TARGET variants, to newlib and libg++.
20829 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
20831 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20834 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
20836 * config.sub: Accept `elf' as an environment.
20838 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20840 * Makefile.in (all-opcodes): cd into the right directory
20842 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
20844 * configure: added -program_transform_name option, used as
20845 argument to sed when installing programs.
20846 configure.texi: added documentation for -program_prefix,
20847 -program_suffix and -program_transform_name.
20849 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
20851 * config.sub: Accept i486 where i386 ok.
20853 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
20855 * config.sub: accept we32k
20857 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
20859 * config.sub, configure.in: accept OSE68000 and OSE68k.
20861 * Makefile.in: don't create all directories for ``make install'';
20862 let the subdirectories create the ones they need.
20864 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20866 * COPYING: new file, GPL v2
20868 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20870 * Makefile.in: use the new gen-info-dir, which needs a template
20871 argument (which also lives in texinfo)
20873 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20875 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20877 * config.sub (ncr3000): Change i386 to i486.
20879 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20881 * Makefile.in: add install-rcs, install-grep to
20882 install-no-fixedincludes, removed install-bison and install-libgcc
20884 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20886 * configure.in: grab the HPUX makefile fragment if on HPUX
20888 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20890 * Makefile.in: eradicate bison spoor (ditto libgcc).
20891 configure.in: recognise m68{k,000}-ericsson-OSE.
20892 es1800 is alias for m68k-ericsson-OSE
20894 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20896 * configure.in: rearrange the parts that remove programs from
20897 configdirs, based now on HOST==TARGET or by canonical triple.
20899 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20901 * test-build.mk: recurse explicitly with -f test-build.mk when
20902 appropriate. predicate stage3 and comparison on the existence
20903 of gcc. That is, if gcc isn't around, we aren't three-staging.
20904 On very clean, also remove ...stamp-co. Build in-place before
20905 doing other builds.
20907 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20909 * Makefile.in, configure.in: add tgas
20911 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20913 * Makefile.in: a number of changes merged in from progressive.
20915 * configure.in: add libm.
20917 * .cvsignore: ignore some stuff that comes from test-build.mk.
20919 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20921 * config.sub: Add es1800 (m68k-ericsson-es1800).
20923 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20925 * configure: Add program_suffix (parallel to program_prefix)
20926 * Makefile.in: adjust directory-creating script for losing decstation
20928 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20930 * configure: Minor $subdir-related fixes.
20932 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20934 * configure: fix various problems with propogating
20935 makefile_target_frag in subdirs.
20936 * configure.in: config libgcc if its there
20938 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20940 * config.sub: HPPA merge.
20942 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20944 * Makefile.in: Replace all-bison with all-byacc in all
20945 dependency lines for other tools (which now use byacc).
20947 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20949 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20951 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20953 * Makefile.in: make gprof rules similar to byacc rules (instead of
20954 vestigal $(unsubdir) that didn't work...)
20956 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20958 * config.sub: Add support for Linux.
20959 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20960 (at least for libg++).
20962 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20964 * configure.texi: fix doc for the -nfp option to configure
20966 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20968 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20970 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20972 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20973 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20974 * configure.in: added solaris* host_makefile_frag hook.
20976 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20978 * config.sub: changed recognition of m68000 so that various
20979 m68k types can be specified via m680[01234]0
20981 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20983 * config.sub (basic_machine): fix sed so that '-foo' isn't
20984 completely substituted out while .+'-foo' loses the '-foo'
20986 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20988 * config.sub ($os): Add -aout.
20990 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20992 * configure: If host_makefile_frag is absolute, don't
20993 prefix ${invsubdir} (relevant to libg++ auto-configure).
20995 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20997 * Makefile.in (tooldir): Define it.
20998 (all-ld): Depend on all-flex.
21000 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21002 * Makefile.in (check): Fix libg++ special case.
21004 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21006 * configure: do not bury `pwd` into config.status, thus do fewer
21009 * configure: print the "Building in" message only when building in
21010 other than "." AND verbose.
21012 * configure: remove -s, rework -v to better accommodate guested
21015 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21017 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21019 * Makefile.in: macroize flags passed on recursion. remove
21022 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21024 * configure: get makesrcdir right for subdirs deeper than 1.
21026 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21029 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21031 * Makefile.in: don't print subdir_do or recursion lines.
21033 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21035 * standards.texi: added menu item.
21037 * Makefile.in: build and install standards.info.
21039 * standards.texi: new file.
21041 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21043 * configure: test for and move config.status pieces from
21046 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21048 * configure: Test for existance of files before trying to mv
21049 them, to avoid numerous non-existance messages.
21051 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21053 * configure: correct final line of config.status.
21055 * configure: patch from eggert. Avoids a protection problem if
21056 the original Makefile.in is read only.
21058 * configure: use move-if-change from gcc to create config.status.
21059 Some makefiles depend on config.status to tell if a directory
21060 has been reconfigured for a different host. This change
21061 prevents those directories from remaking everything in the case
21062 where the reconfig was only intended to rebuild a Makefile.
21064 * configure: test for config.sub with "config.sub sun4" rather
21065 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21066 host alias from a missing config.sub.
21068 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21070 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21071 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21073 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21075 * configure: mkdir ${subdir} as needed.
21077 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21079 * Makefile.in,configure.in: added autoconf.
21081 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21083 * Makefile.in: no longer pass against on recursion.
21085 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21086 definitions are not inherited.
21088 * configure: correct makesrcdir when subdir is .
21090 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21092 * configure: Add support for 'subdirs' variable, which is
21093 like 'configdirs', except that configure doesn't re-invoke
21094 itself for subdirs, it just creates a Makefile for each subdir.
21095 * configure.texi: Document subdirs.
21097 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21099 * configure.in: added flex to configdirs
21101 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21103 * Makefile.in: remove clean-stamps from clean.
21105 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21107 * configure.in: Add gdbtest to configdirs.
21109 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21111 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21112 to recursive makes.
21113 * configure.in: Recognize new ncr3000 config.
21115 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21117 * Makefile.in, configure.in: removed references to gdbm.
21119 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21121 * config.sub: Don't canonicalize os value
21122 newsos* to bsd (readline needs to check for newsos).
21123 (This fix was earlier made Jan 31, but got re-broken.)
21125 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21127 * configure.in: sco is an os, not a vendor!
21129 * configure: Quote $( better. Keep various shells happy.
21131 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21133 * Makefile.in: eliminate stamp-files.
21135 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21137 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21138 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21140 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21142 * config.sub: fix iris/iris3.
21144 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21146 * configure: re-add -rm.
21148 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21150 * Maskefile.in: add .stmp-rcs to all.
21152 * configure.in: remove gas from rs6000 build, use aix host fragment.
21154 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21156 * configure: pass down site_option during recursion.
21158 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21160 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21162 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21164 * configure: Change exec_prefix so that it really defaults to prefix.
21166 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21168 * Makefile.in, configure.in: Add support for mmalloc library.
21170 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21172 * Makefile.in: add stmp dependencies for a few more things.
21174 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21176 * configure: adjusted error message on objdir/srcdir configure
21177 collision, per john's suggestion.
21179 * Makefile.in: add libiberty stmp to all and all.cross.
21181 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21183 * Makefile.in: remove force dependencies, add grep to all.
21185 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21187 * Makefile.in: drop flex. make stamp files work.
21189 * configure: added test for conflicting configuration in srcdir,
21190 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21191 gets cranky. use relative paths for configure and srcdir
21192 whenever possible. Send some error messages to stderr that were
21195 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21197 * Makefile.in: Fix libg++ rule to check for gcc directory
21198 before using gcc/gcc. Also pass XTRAFLAGS.
21200 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21202 * Makefile.in: added stmp-files so that directories aren't polled
21203 when they are already built.
21205 * configure.texi: fixed a node pointer problem.
21207 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21209 * config.sub configure.in gdb/configure.in
21210 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21211 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21212 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21214 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21216 * configure: -recurring becomes -silent. corrected help message
21219 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21221 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21223 * configure: when building Makefile for crosses, replace
21224 tooldir and program_prefix. default srcdir from location of
21225 config.sub. remove "for host in hosts" and "for target in
21228 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21230 * Makefile.in: Do not pass bindir or mandir to cvs.
21232 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21234 * Makefile.in, configure.in: removed traces of namesubdir,
21235 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21236 copyrights to '92, changed some from Cygnus to FSF.
21238 * configure.texi: remove most references to multiple hosts,
21239 multiple targets, subdirs, etc.
21241 * configure.man: removed rcsid. reference config.sub not
21244 * Makefile.in: mkdir $(infodir) on install-info.
21246 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21248 * configure.texi: Explain better about .gdbinit and about
21249 the environment that configure.in sections run in.
21251 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21253 * configure.in: Ultrix is only a decstation if it's a MIPS.
21255 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21257 * README: DOC.configure => cfg-paper.texi.
21259 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21261 * config.sub (near case $os): Don't convert newsos* to bsd!
21263 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21265 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21266 the number of copies of COPYING that go into the GDB tar file.
21268 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21270 * bfd/configure.in, gdb/config/mh-i386sco,
21271 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21272 Fix SCO configuration stuff.
21274 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21276 * Makefile.in: For libg++, make sure the -I pointing
21277 to the gcc directory goes *after* all the libg++-local -I flags.
21278 Also, move just-gcc dependency from just-libg++ to all-libg++.
21280 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21282 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21284 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21286 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21288 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21290 * config.sub: Add stratus configuration frags. Also
21293 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21295 * Makefile.in (DEV_SUPPORT): add configure.man.
21297 * config.sub(Decode manufacturer-specific): add -none*.
21299 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21301 * Makefile.in: remove form feeds to make Sun's make happy.
21302 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21304 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21306 * Makefile.in (AR_FLAGS): Make quieter.
21308 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21310 * configure.in: Add libg++.
21311 * configure: When verbose, don't output the command line at each
21312 level; it will be unremarkably the same as the previous version,
21313 which will be the same as what the user typed.
21315 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21317 * configure.in, Makefile.in: fix clean-info, add flex. add
21320 * configure: be less sensitive to spaces in Makefile.in. Do not
21321 look for sources in "..". Doing so breaks subdirectories that
21322 might have their own configure. If a subdir has it's own
21323 configure script, use it.
21325 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21327 * cfg-paper.texi: some changes suggested by rms.
21329 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21331 * config.sub: Merge in some small additions from the FSF version,
21332 taken from the gcc distribution, to bring the Cygnus and FSF
21333 versions into closer sync.
21335 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21337 * configure.in: Changed svr4 references to sysv4.
21339 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21341 * configure: added -V for version number option.
21343 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21345 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21346 renamed from DOC.configure to cfg-paper.texi.
21348 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21350 * configure, config.subr, config.sub: config.subr is now
21353 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21355 * configure.texi: new file, in progress.
21357 * Makefile.in: build info file and install the man page for
21360 * configure.man: new file, first cut.
21362 * configure: find config.subr again now that configuration "none"
21363 has gone. removed all traces of the -ansi option. removed all
21364 traces of the -languages option.
21366 * config.subr: resync from rms.
21368 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21370 * configure, config.sub, config.subr: merge config.sub into
21371 config.subr, call the result config.subr, remove config.sub, use
21374 * Makefile.in: revised install for dir.info.
21376 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21378 * configure.in: add decstation host makefile frag.
21380 * Makefile.in: BISON now bison -y again. also install-gcc on
21381 install. clean-gdbm on clean. infodir belongs in datadir.
21382 Make directories for info install. Build dir.info here then
21385 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21387 * Makefile.in: fix for bad directory tests.
21389 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21391 * configure: \{1,2\} appears to be a sysv'ism. Use a different
21392 regexp. -srcdir relative was being handled incorrectly.
21394 * Makefile.in: unwrapped some for loops so that parallel makes
21395 work again and so one can focus one's attention on a particular
21398 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21400 * configure: added PWD as a stand in for `pwd` (for speed). use
21401 elif wherever possible. make -srcdir work without -objdir.
21402 -objdir= commented out.
21404 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21406 * configure: +options become --options. -subdirs commented out.
21407 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21408 Makefile now at top of generated Makefile. Removed cvs log
21409 entries. added -srcdir. create .gdbinit only if there is one
21412 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21413 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21414 and mandir now keyed off datadir by default.
21416 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21418 * Freshly created ChangeLog.
21425 version-control: never