1 2022-04-01 Qian Jianhua <qianjh@fujitsu.com>
3 * MAINTAINERS: Update my email address.
5 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
7 * MAINTAINERS: (CPU Port Maintainers): Add myself and
8 Lulu as LoongArch port maintainer.
10 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
11 Lulu Cheng <chenglulu@loongson.cn>
13 * configure.ac: Add LoongArch tuples.
14 * configure: Regenerate.
16 2022-03-28 Tom Tromey <tromey@adacore.com>
18 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
21 2022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
23 * MAINTAINERS: Change my information.
25 2022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
27 * MAINTAINERS: Add myself to DCO section.
29 2022-03-14 Jonathan Wakely <jwakely@redhat.com>
31 * configure.ac: Fix incorrect option in comment.
32 * configure: Regenerate.
34 2022-03-09 Hans-Peter Nilsson <hp@axis.com>
36 * Makefile.def (dependencies): Make configure-sim depend on
38 * Makefile.in: Regenerate.
40 2022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
42 * MAINTAINERS (Write After Approval): Update my e-mail address.
44 2022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
46 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
48 2022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
50 * MAINTAINERS: Update my email and add myself to the DCO list.
52 2022-01-25 Thomas Schwinge <thomas@codesourcery.com>
55 2021-09-16 Andrew Pinski <apinski@marvell.com>
58 * Makefile.def: Have configure-target-libffi depend on
59 all-target-libstdc++-v3.
60 * Makefile.in: Regenerate.
62 2022-01-22 Jakub Jelinek <jakub@redhat.com>
67 2022-01-20 Martin Liska <mliska@suse.cz>
69 * MAINTAINERS: Adjust email address based on IRC request.
71 2022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
73 * MAINTAINERS: Update my email address.
75 2022-01-17 Martin Liska <mliska@suse.cz>
77 * MAINTAINERS: Rename .c names to .cc.
79 2022-01-13 Jakub Jelinek <jakub@redhat.com>
81 * Makefile.am: Remove.
83 2022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
85 * Makefile.am: New file.
87 2022-01-11 Martin Liska <mliska@suse.cz>
89 * MAINTAINERS: Sort 2 names.
91 2022-01-10 Martin Liska <mliska@suse.cz>
93 * MAINTAINERS: Fix obvious issues with sorting.
95 2022-01-07 liuhongt <hongtao.liu@intel.com>
97 * build.log: New file.
99 2022-01-05 Nathan Sidwell <nathan@acm.org>
101 * MAINTAINERS: Add DCO entry. Sort that list.
103 2022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
105 * MAINTAINERS: Change of email address in both DCO and
106 Write After Approval list.
108 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
110 * configure: Regenerate.
112 2021-12-21 Martin Liska <mliska@suse.cz>
114 * config.sub: Change mode back to 755.
116 2021-12-17 Martin Liska <mliska@suse.cz>
118 * config.sub: Sync from master.
120 2021-12-17 Martin Liska <mliska@suse.cz>
123 2021-12-16 Matthias Seidel <mseidel@apache.org>
125 * config.sub: Fix typo.
127 2021-12-16 Matthias Seidel <mseidel@apache.org>
129 * config.sub: Fix typo.
131 2021-12-16 H.J. Lu <hjl.tools@gmail.com>
134 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
136 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
137 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
138 * configure.ac: Include config/gcc-plugin.m4.
139 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
140 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
142 * Makefile.in: Regenerated.
143 * configure: Likewise.
145 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
147 * Makefile.tpl (BUILD_CFLAGS): New.
148 (CFLAGS): Append $(BUILD_CFLAGS).
149 (CXXFLAGS): Likewise.
150 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
151 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
152 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
153 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
154 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
155 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
156 (PGO-TRAINING-TARGETS): Likewise.
157 (PGO_BUILD_TRAINING): Likewise.
158 (all): Add '+' to the command line for recursive make. Support
160 * configure.ac: Add --enable-pgo-build[=lto].
161 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
162 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
163 * Makefile.in: Regenerated.
164 * configure: Likewise.
166 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
168 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
169 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
170 * configure.ac: Include config/gcc-plugin.m4.
171 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
172 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
174 * Makefile.in: Regenerated.
175 * configure: Likewise.
177 2021-12-14 Marc Poulhiès <poulhies@adacore.com>
179 * MAINTAINERS: Add myself to write after approval.
181 2021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
183 * MAINTAINERS: Adding myself.
185 2021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
187 * configure: Regenerate.
188 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
191 2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
193 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
195 * Makefile.in: Regenerate.
196 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
197 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
198 target-libphobos-bootstrap.
199 (STAGE2_CONFIGURE_FLAGS): Likewise.
200 * configure: Regenerate.
201 * configure.ac: Add support for bootstrapping D front-end.
203 2021-11-16 Martin Uecker <uecker@gcc.gnu.org>
205 * MAINTAINERS: Add myself to DCO section and update email address.
207 2021-11-16 Iain Sandoe <iain@sandoe.co.uk>
209 * configure: Regenerate.
210 * configure.ac: Ensure that PIC (shared) defaults are set
211 correctly for Darwin.
213 2021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
215 * MAINTAINERS: Update my address.
217 2021-11-12 Alan Modra <amodra@gmail.com>
219 * Makefile.def (configure-opcodes): Depend on configure-bfd.
220 * Makefile.in: Regenerate.
222 2021-11-03 Maciej W. Rozycki <macro@embecosm.com>
224 * MAINTAINERS: Clarify the policy WRT the Write After Approval
227 2021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
229 * MAINTAINERS (Reviewers, arc): Remove my entry.
230 (Write After Approval): Add an entry for myself.
232 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
234 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
235 * Makefile.in: Regenerate.
236 * configure: Regenerate.
237 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
239 2021-10-26 Jeff Law <jeffreyalaw@gmail.com>
241 * MAINTAINERS: Fix up Maciej's entries.
243 2021-10-26 Maciej W. Rozycki <macro@embecosm.com>
245 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
248 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
251 * Makefile.def: Handle install-dvi target.
252 * Makefile.tpl: Likewise.
253 * Makefile.in: Regenerate.
255 2021-10-19 Clément Chigot <clement.chigot@atos.net>
257 * MAINTAINERS: Add myself for write after approval.
259 2021-10-12 Eric Gallager <egallager@gcc.gnu.org>
261 * Makefile.def: Mark libcody, libdecnumber,
262 c++tools, libgcc, and libobjc as missing TAGS
264 * Makefile.in: Regenerate.
266 2021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
268 * MAINTAINERS: Add myself to DCO section and update email
271 2021-09-29 Jonathan Wakely <jwakely@redhat.com>
273 * MAINTAINERS: Add myself to DCO section.
275 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
277 * configure: Regenerate.
278 * configure.ac (skipdirs): Add the contents of target_configdirs if
279 we are not building gcc.
281 2021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
283 * Makefile.def: Back-port commits ba4d88ad892f and
284 755ba58ebef0 from binutils-gdb repository.
285 * Makefile.in: Regenerated.
287 2021-09-20 Harald Anlauf <anlauf@gmx.de>
289 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
291 2021-09-17 Iain Sandoe <iain@sandoe.co.uk>
293 * Makefile.def: Add a jit check target for the jit
295 * Makefile.in: Regenerate.
297 2021-09-16 Andrew Pinski <apinski@marvell.com>
300 * Makefile.def: Have configure-target-libffi depend on
301 all-target-libstdc++-v3.
302 * Makefile.in: Regenerate.
304 2021-09-10 Petter Tomner <tomner@kth.se>
306 * MAINTAINERS: Me added to DCO and write after approval
308 2021-09-01 YunQiang Su <syq@debian.org>
310 * MAINTAINERS: Add myself for write after approval.
312 2021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
314 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
315 * Makefile.in: Regenerate.
317 2021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
319 * MAINTAINERS: Add myself for write after approval.
321 2021-08-18 Iain Sandoe <iain@sandoe.co.uk>
323 * Makefile.in: Regenerate.
324 * Makefile.tpl: Make the state of the configured host
325 shared flag available to makefile fragements.
327 2021-08-09 Hongyu Wang <hongyu.wang@intel.com>
329 * MAINTAINERS (Write After Approval): Add myself.
331 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
333 * .dir-locals.el (bug-reference-url-format): Use https.
335 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
337 * .dir-locals.el (c-mode): Change fill-column to 79.
339 2021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
341 * MAINTAINERS: Add myself to DCO section.
343 2021-07-09 Iain Sandoe <iain@sandoe.co.uk>
345 * configure: Regenerate.
346 * configure.ac: Adjust cases for which it is necessary to
347 include the Darwin host config fragment.
349 2021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
351 * MAINTAINERS: Add myself for write after approval and DCO.
353 2021-07-05 Iain Sandoe <iain@sandoe.co.uk>
355 * Makefile.def: Add dsymutil defs.
356 * Makefile.in: Regenerated.
357 * Makefile.tpl: Add dsymutil to flags.
358 * configure: Regenerated.
359 * configure.ac: Add dsymutil to target and build recipes.
361 2021-07-01 Ankur Saini <arsenic@sourceware.org>
363 * MAINTAINERS: Add myself for write after approval.
365 2021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
367 * MAINTAINERS (Write After Approval): Add myself.
369 2021-06-25 Matthias Kretz <m.kretz@gsi.de>
371 * MAINTAINERS: Add myself for write after approval and DCO
373 2021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
375 * .gitignore: Add entry for cscope.out.
377 2021-06-22 liuhongt <hongtao.liu@intel.com>
379 * MAINTAINERS: Remove my Write After Approval entry.
381 2021-06-21 liuhongt <hongtao.liu@intel.com>
383 * MAINTAINERS: Add myself as maintainer of the i386 vector
386 2021-06-18 Antoni Boucher <bouanto@zoho.com>
388 * MAINTAINERS (Write After Approval): Add myself.
390 2021-06-17 Aldy Hernandez <aldyh@redhat.com>
392 * MAINTAINERS (Various Maintainers): Add Andrew and myself
393 as *vrp and ranger maintainers.
395 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
397 * MAINTAINERS: Adjust my entry in the DCO section so that it does
398 not trigger testsuite failures.
400 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
402 * MAINTAINERS: Add myself to DCO section with both email addresses.
404 2021-06-03 Jason Merrill <jason@redhat.com>
406 * MAINTAINERS: Add DCO version number.
408 2021-06-02 Jason Merrill <jason@redhat.com>
410 * MAINTAINERS: Add DCO section.
412 2021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
414 * MAINTAINERS (Write After Approval): Add myself.
416 2021-05-29 Mike Frysinger <vapier@gentoo.org>
418 * configure.ac: Add gnulib to configdirs for sim.
419 * configure: Regenerate.
421 2021-05-18 Mike Frysinger <vapier@gentoo.org>
423 * Makefile.def: Add configure-sim dependency on all-gnulib.
424 * Makefile.in: Regenerated.
426 2021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
428 * MAINTAINERS (Write After Approval): Add myself.
430 2021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
432 * MAINTAINERS (Write After Approval): Add myself.
434 2021-05-11 Martin Liska <mliska@suse.cz>
436 * MAINTAINERS: Remove entries for removed
437 components (HSA, BRIG, libhsail-rt).
438 Move Pekka to Write After Approval.
440 2021-05-11 Martin Liska <mliska@suse.cz>
442 * Makefile.def: Remove libhsail-rt.
443 * Makefile.in: Likewise.
444 * configure.ac: Likewise.
445 * configure: Regenerate.
446 * libhsail-rt/ChangeLog: Removed.
447 * libhsail-rt/Makefile.am: Removed.
448 * libhsail-rt/Makefile.in: Removed.
449 * libhsail-rt/README: Removed.
450 * libhsail-rt/aclocal.m4: Removed.
451 * libhsail-rt/configure: Removed.
452 * libhsail-rt/configure.ac: Removed.
453 * libhsail-rt/configure.tgt: Removed.
454 * libhsail-rt/include/internal/fibers.h: Removed.
455 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
456 * libhsail-rt/include/internal/phsa-rt.h: Removed.
457 * libhsail-rt/include/internal/workitems.h: Removed.
458 * libhsail-rt/rt/arithmetic.c: Removed.
459 * libhsail-rt/rt/atomics.c: Removed.
460 * libhsail-rt/rt/bitstring.c: Removed.
461 * libhsail-rt/rt/fbarrier.c: Removed.
462 * libhsail-rt/rt/fibers.c: Removed.
463 * libhsail-rt/rt/fp16.c: Removed.
464 * libhsail-rt/rt/misc.c: Removed.
465 * libhsail-rt/rt/multimedia.c: Removed.
466 * libhsail-rt/rt/queue.c: Removed.
467 * libhsail-rt/rt/sat_arithmetic.c: Removed.
468 * libhsail-rt/rt/segment.c: Removed.
469 * libhsail-rt/rt/workitems.c: Removed.
470 * libhsail-rt/target-config.h.in: Removed.
472 2021-05-04 Nick Clifton <nickc@redhat.com>
474 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
475 * configure: Regenerate.
477 2021-04-28 Jakub Jelinek <jakub@redhat.com>
478 Tobias Burnus <tobias@codesourcery.com>
480 * configure.ac (--enable-offload-defaulted): New.
481 * configure: Regenerate.
483 2021-04-23 David Faust <david.faust@oracle.com>
485 * MAINTAINERS (Write After Approval): Add myself.
487 2021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
489 * MAINTAINERS (Write After Approval): Add myself.
491 2021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
493 * MAINTAINERS: Add myself as pru port maintainer.
495 2021-03-23 David Malcolm <dmalcolm@redhat.com>
497 * MAINTAINERS: Add myself as static analyzer maintainer.
499 2021-03-18 Jeff Law <jlaw@tachyum.com>
501 * MAINTAINERS: Update primary entry.
503 2021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
505 * MAINTAINERS (Write After Approval): Add myself.
507 2021-03-13 Mike Frysinger <vapier@gentoo.org>
509 * Makefile.def: Remove all-sim dependency on configure-gdb.
510 * Makefile.in: Regenerated.
512 2021-03-11 Jeff Law <law@redhat.com>
514 * MAINTAINERS: Update entries for a few ex-ImgTec employees
516 2021-03-11 Martin Liska <mliska@suse.cz>
518 * Makefile.tpl: The change was done Makefile.in which
521 2021-03-08 Jeff Law <law@redhat.com>
523 * MAINTAINERS: Update my email address
525 2021-02-23 Kito Cheng <kito.cheng@sifive.com>
527 * config.guess: Import latest upstream.
528 * config.sub: Import latest upstream.
530 2021-01-25 Martin Liska <mliska@suse.cz>
532 PR gcov-profile/98739
533 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
534 for profiledbootstrap.
536 2021-01-22 Jonathan Wright <jonathan.wright@arm.com>
538 * MAINTAINERS (Write After Approval): Add myself.
540 2021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
542 * MAINTAINERS (Write After Approval): Update my e-mail address.
544 2021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
546 * MAINTAINERS: Fix spacing.
548 2021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
550 * MAINTAINERS (Write After Approval): Add myself
552 2021-01-06 Nick Alcock <nick.alcock@oracle.com>
554 * Makefile.def: Sync with binutils-gdb:
555 (dependencies): all-ld depends on all-libctf.
556 (host_modules): libctf is no longer no_install.
557 No longer no_check. Checking depends on all-ld.
558 * Makefile.in: Regenerated.
560 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
562 * libtool.m4: Match gnu* along other GNU systems.
563 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
564 * libgo/configure: Re-generate.
566 2021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
568 * MAINTAINERS: Update my email address.
570 2020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
572 * MAINTAINERS (Write After Approval): Add myself.
574 2020-12-15 Nathan Sidwell <nathan@acm.org>
582 2020-12-15 Nathan Sidwell <nathan@acm.org>
584 * Makefile.def: Add libcody.
585 * configure.ac: Add libcody.
586 * Makefile.in: Regenerated.
587 * configure: Regenerated.
589 2020-12-14 Andrea Corallo <andrea.corallo@arm.com>
591 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
593 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
596 * libtool.m4: Update handling of Darwin platform link flags
599 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
601 * .gitignore: Sync with binutils-gdb
603 2020-12-02 Claudiu Zissulescu <claziss@gmail.com>
605 * MAINTAINERS: Add myself as arc port maintainer.
607 2020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
610 * configure.ac: Don't disable D for *-*-darwin*.
611 * configure: Regenerate.
613 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
615 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
618 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
620 * configure: Regenerate.
621 * configure.ac: Add --bootstrap-hwasan option.
623 2020-11-23 Iain Sandoe <iain@sandoe.co.uk>
625 * config.guess: Import latest upstream.
626 * config.sub: Import latest upstream.
628 2020-11-16 Martin Liska <mliska@suse.cz>
630 * .gitignore: Add cache as clangd uses it now.
632 2020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
634 * MAINTAINERS (Write After Approval): add myself
636 2020-11-09 Pat Bernardi <bernardi@adacore.com>
638 * MAINTAINERS (Write After Approval): Add myself.
640 2020-11-09 Jonathan Wakely <jwakely@redhat.com>
642 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
643 Remove FIXME comments.
645 2020-11-06 Martin Uecker <muecker@gwdg.de>
647 * MAINTAINERS: Update my email address.
649 2020-11-06 Hongtao Liu <hongtao.liu@intel.com>
651 * MAINTAINERS (Write After Approval): Add myself.
653 2020-10-06 Tobias Burnus <tobias@codesourcery.com>
656 * configure.ac: Only set with_gmp to /usr/local
657 if not building in tree.
658 * configure: Regenerate.
660 2020-09-18 Omar Tahir <omar.tahir@arm.com>
662 * MAINTAINERS (Write After Approval): Add myself.
664 2020-08-26 Tobias Burnus <tobias@codesourcery.com>
666 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
668 2020-08-20 Tobias Burnus <tobias@codesourcery.com>
671 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
672 if not the same as ${host}.
673 * configure: Regenerate.
675 2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
677 * MAINTAINERS (Write After Approval): Add myself.
679 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
681 * MAINTAINERS: Update my email address.
683 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
685 * MAINTAINERS (Write After Approval): Add myself.
687 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
689 * MAINTAINERS (Write After Approval): Add myself.
691 2020-06-12 Martin Liska <mliska@suse.cz>
693 * .gitignore: Add .clang-tidy.
695 2020-06-08 Jason Merrill <jason@redhat.com>
697 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
698 * configure: Regenerate.
700 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
702 * MAINTAINERS: Add myself as xtensa port maintainer.
704 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
706 * configure.ac: Don't require --enable-host-shared when building
708 * configure: Regenerate.
710 2020-05-18 Jason Merrill <jason@redhat.com>
712 * configure.ac: Update bootstrap dialect to -std=c++11.
714 2020-05-18 Alex Coplan <alex.coplan@arm.com>
716 * MAINTAINERS (Write After Approval): Add myself.
718 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
721 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
722 (noconfigdirs): Add 'target-libstdc++-v3'.
723 * configure: Regenerate.
725 2020-04-21 Stephen Casner <casner@acm.org>
728 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
729 * configure: Rebuild.
731 2020-04-17 Martin Liska <mliska@suse.cz>
732 Jonathan Yong <10walls@gmail.com>
734 PR gcov-profile/94570
735 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
738 2020-04-14 Martin Jambor <mjambor@suse.cz>
740 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
742 2020-04-09 Tom Tromey <tom@tromey.com>
744 * configure: Rebuild.
745 * Makefile.in: Rebuild.
746 * Makefile.def (gdbsupport, gdbserver): New host modules.
747 (configure-gdb): Depend on all-gdbsupport.
748 (all-gdb): Depend on all-gdbsupport, all-libctf.
749 * configure.ac (host_tools): Add gdbserver.
750 Conditionally build gdbserver and gdbsupport.
752 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
754 * configure.ac: Build libgomp by default for amdgcn.
755 * configure: Regenerate.
757 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
759 * MAINTAINERS (Write After Approval): Add myself.
761 2020-02-28 Joel Hutton <joel.hutton@arm.com>
763 * MAINTAINERS (Write After Approval) : Add myself.
765 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
767 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
769 2020-02-14 Martin Sebor <msebor@redhat.com>
771 * doc/extend.texi (attribute alias): Mention type requirement.
772 (attribute weak): Same.
773 (attribute weakref): Correct invalid example.
775 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
777 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
779 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
780 Jakub Jelinek <jakub@redhat.com>
782 * .gitattributes: Add *.md diff=md.
784 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
786 The mentioned auto-generated file is no more part of the
788 GCC sources, it's auto-generated in $(builddir) during build.
791 * contrib/gcc_update (files_and_dependencies): Remove
792 entry for gcc/config/avr/t-multilib.
794 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
796 * MAINTAINERS: Update my email address.
798 2020-01-13 Joseph Myers <joseph@codesourcery.com>
800 * README.MOVED_TO_GIT: Remove.
802 2020-01-11 Joseph Myers <joseph@codesourcery.com>
804 * README.MOVED_TO_GIT: New file.
806 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
808 * MAINTAINERS (Write After Approval): Add myself.
810 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
812 * MAINTAINERS (write_after_approval): Add myself.
814 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
816 * MAINTAINERS (write_after_approval): Add myself.
818 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
820 * MAINTAINERS (write_after_approval): Add myself.
822 2019-12-11 Matthias Klose <doko@ubuntu.com>
824 * configure.ac: Factor out common cases for compare_exclusions.
825 * configure: Regenerate.
827 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
829 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
832 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
834 * MAINTAINERS (Write After Approval): Add myself.
836 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
839 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
840 * configure: Regenerate
842 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
844 * configure.ac: Use https for gcc.gnu.org.
845 * configure: Regenerated.
847 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
849 * MAINTAINERS (aarch64 port): Remove my name, move to...
850 (Write After Approval): ...Here.
852 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
854 * MAINTAINERS: Change my email address as maintainer.
856 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
859 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
860 * configure: Regenerated.
862 2019-10-21 Jason Merrill <jason@redhat.com>
864 * .gitattributes: Also check ChangeLog whitespace.
866 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
868 * contrib/dg-extract-results.sh: Add support for KPASS.
869 * contrib/dg-extract-results.py: Likewise.
871 2019-10-17 Jason Merrill <jason@redhat.com>
873 * .gitattributes: Avoid {} in filename pattern.
875 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
877 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
880 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
882 * MAINTAINERS: Add myself to Write After Approval
884 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
886 * MAINTAINERS: Add myself as an aarch64 maintainer.
888 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
890 * MAINTAINERS: Add myself as aarch64 maintainer.
892 2019-09-23 Carl Love <cel@us.ibm.com>
894 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
896 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
897 vsx_xxpermdi16_le_V16QI): Removed define_insn.
899 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
901 * MAINTAINERS (Sam Tebbs): Update email address.
903 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
905 * MAINTAINERS: Update my email address.
907 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
909 * libtool.m4: Handle uclinuxfdpiceabi.
911 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
913 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
914 Remove myself from Write After Approval section.
916 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
918 * configure.ac: Support for bpf-*-* targets.
919 * configure: Regenerate.
921 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
923 * config.sub: Import upstream version 2019-06-30.
924 * config.guess: Import upstream version 2019-07-24.
926 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
928 * MAINTAINERS: Remove spu port maintainers.
930 2019-08-28 Martin Liska <mliska@suse.cz>
932 * .gitignore: Add .clangd and compile_commands.json
935 2019-08-23 Michael Forney <mforney@mforney.org>
937 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
938 * Makefile.in: Regenerate.
940 2019-08-19 Tom Tromey <tom@tromey.com>
942 * configure: Rebuild.
943 * configure.ac: Add --with-static-standard-libraries.
945 2019-08-16 Alexandre Oliva <oliva@gnu.org>
947 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
949 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
951 * MAINTAINERS (Write After Approval): Add myself.
953 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
955 * MAINTAINERS (Write After Approval): Remove myself, already listed in
956 RISC-V port maitainer.
958 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
960 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
962 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
964 * MAINTAINERS (Write After Approval): Add myself.
966 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
968 * MAINTAINERS (Write After Approval): Add myself.
970 2019-06-25 Martin Liska <mliska@suse.cz>
972 contrib/filter-clang-warnings.py: Transform from
973 filter-rtags-warnings.py.
975 2019-06-15 Tom Tromey <tom@tromey.com>
977 * configure.ac (host_libs): Add gnulib.
978 * configure: Rebuild.
979 * Makefile.def (host_modules, dependencies): Add gnulib.
980 * Makefile.in: Rebuild.
982 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
984 * MAINTAINERS (Write After Approval): Add myself.
986 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
988 * configure: Regenerate.
989 * configure.ac: Add PRU target.
991 2019-06-11 Matthew Beliveau <mbelivea@redhat.com>
993 * MAINTAINERS (Write After Approval): Add myself.
995 2019-06-11 Nick Clifton <nickc@redhat.com>
997 Import these changes from the binutils/gdb repository:
999 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1001 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1003 * Makefile.in: Regenerated.
1005 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1007 * Makefile.def (host_modules): Add libctf.
1008 * Makefile.def (dependencies): Likewise.
1009 libctf depends on zlib, libiberty, and bfd.
1010 * Makefile.in: Regenerated.
1011 * configure.ac (host_libs): Add libctf.
1012 * configure: Regenerated.
1014 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1016 * MAINTAINERS (Write After Approval): Add myself.
1018 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
1020 * MAINTAINERS: Update my email address.
1022 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
1024 * MAINTAINERS (Write After Approval): Add myself.
1026 2019-05-16 Jun Ma <junma@linux.alibaba.com>
1028 * MAINTAINERS (Write After Approval): Add myself.
1030 2019-05-07 Jim Wilson <jimw@sifive.com>
1032 * MAINTAINERS: Remove myself as IA-64 maintainer.
1034 2019-05-04 Roland Illig <roland.illig@gmx.de>
1036 * MAINTAINERS (Write After Approval): Add myself.
1038 2019-05-02 Richard Biener <rguenther@suse.de>
1041 * Makefile.tpl (compare target): Also compare extra-compare
1043 * Makefile.in: Regenerate.
1045 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1047 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1048 as modulo-scheduler maintainer.
1050 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1052 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1054 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1056 * MAINTAINERS: Update my email address.
1058 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
1060 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1061 * configure: Regenerate.
1063 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1065 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1066 * configure: Regenerate.
1068 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1070 * configure.ac: Add target-zlib to target_libraries.
1071 * configure: Regenerate.
1073 2019-04-09 Martin Liska <mliska@suse.cz>
1075 * Makefile.in: Regenerate.
1076 * Makefile.tpl: Pass GENERATOR_CFLAGS
1079 2019-03-28 Martin Liska <mliska@suse.cz>
1082 * Makefile.in: Revert r254150.
1083 * Makefile.tpl: Likewise.
1085 2019-03-28 Ben Elliston <bje@gnu.org>
1087 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1088 related, and libdecnumber.
1090 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
1092 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1093 (Write After Approval): Remove myself.
1095 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1097 * MAINTAINERS (Write After Approval): Add myself.
1099 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
1101 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1102 (Write After Approval): Remove myself and Julian.
1104 2019-01-26 Harald Anlauf <anlauf@gmx.de>
1106 * MAINTAINERS (Write After Approval): Add myself.
1108 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1110 * MAINTAINERS (Write After Approval): Add myself.
1112 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1114 * ChangeLog: Replace space with tab.
1115 * MAINTAINERS: Delete 1 tab to keep alignment.
1117 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1119 * MAINTAINERS (Write After Approval): Add myself.
1121 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
1123 * MAINTAINERS (Write After Approval): Add myself.
1125 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
1126 Kwok Cheung Yeung <kcy@codesourcery.com>
1127 Julian Brown <julian@codesourcery.com>
1128 Tom de Vries <tom@codesourcery.com>
1129 Jan Hubicka <hubicka@ucw.cz>
1130 Martin Jambor <mjambor@suse.cz>
1132 * configure.ac: Likewise.
1133 * configure: Regenerate.
1134 * contrib/config-list.mk: Add amdgcn-amdhsa.
1136 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1138 * MAINTAINERS (Write After Approval): Add myself.
1140 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1142 * MAINTAINERS (Write After Approval): Add myself.
1144 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1147 * config.guess: Import upstream version 2019-01-03.
1148 * config.sub: Import upstream version 2019-01-01.
1150 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1152 * MAINTAINERS (Write After Approval): Update my maintainer address.
1154 2018-12-21 Gergö Barany <gergo@codesourcery.com>
1156 * MAINTAINERS (Write After Approval): Add myself.
1158 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1160 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1162 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1164 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1165 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1166 (GCC_TARGET_TOOL): Likewise.
1167 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1168 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1169 OTOOL, OTOOL_FOR_TARGET: New substitutions.
1170 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1171 * configure: Regenerate.
1172 * Makefile.in: Likewise.
1174 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
1176 * MAINTAINERS (Write After Approval): Add myself.
1178 2018-11-13 Martin Liska <mliska@suse.cz>
1180 * gcc.target/i386/pr87930.c: Move to ...
1181 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1183 2018-11-10 Stafford Horne <shorne@gmail.com>
1185 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1186 (Write After Approval): Remove myself.
1188 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1190 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1191 Append $INCICONV to it.
1193 2018-11-04 Stafford Horne <shorne@gmail.com>
1195 * MAINTAINERS (Write After Approval): Add myself.
1197 2018-10-31 Joseph Myers <joseph@codesourcery.com>
1200 * multilib.am: New file. From automake.
1202 Merge from binutils-gdb:
1203 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1205 * libtool.m4: Use AC_LANG_SOURCE.
1206 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1208 * test-driver: New file.
1209 * configure: Re-generate.
1211 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1213 * MAINTAINERS (Write After Approval): Add myself.
1215 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1219 * configure: Rebuild.
1220 * configure.ac: Disable D on systems where it is known not to work.
1222 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1224 * Makefile.def (target_modules): Add libphobos.
1225 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1226 GDCFLAGS_FOR_TARGET.
1227 (dependencies): Make libphobos depend on libatomic, libbacktrace
1228 configure, and zlib configure.
1229 (language): Add language d.
1230 * Makefile.in: Rebuild.
1231 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1232 (HOST_EXPORTS): Add GDC.
1233 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1234 (BASE_TARGET_EXPORTS): Add GDC.
1235 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1236 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1237 (EXTRA_HOST_FLAGS): Add GDC.
1238 (STAGE1_FLAGS_TO_PASS): Add GDC.
1239 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1240 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1241 environment variables.
1242 * configure: Rebuild.
1243 * configure.ac: Add target-libphobos to target_libraries. Set and
1244 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1246 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1248 * MAINTAINERS (Write After Approval): Add myself.
1250 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1252 * MAINTAINERS (Write After Approval): Remove myself.
1254 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1256 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1258 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1260 * MAINTAINERS: Update my email address.
1262 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1264 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1267 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1269 * MAINTAINERS (Write After Approval): Add self.
1271 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1273 * MAINTAINERS (write after approval): Add myself.
1275 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1277 * MAINTAINERS: Update my email address.
1279 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1281 * MAINTAINERS (write after approval): Add myself.
1283 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1285 * MAINTAINERS: Add self to global reviewers list.
1287 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1289 MAINTAINERS: Add c-sky port maintainers.
1291 2018-08-10 Martin Liska <mliska@suse.cz>
1293 * MAINTAINERS: Revert change in previous commit and
1296 2018-08-10 Martin Liska <mliska@suse.cz>
1298 * MAINTAINERS: Remove extra line.
1300 2018-08-06 Naveen H.S <naveenh@marvell.com>
1302 * MAINTAINERS: Update my email address.
1304 2018-07-19 DJ Delorie <dj@redhat.com>
1306 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1309 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1311 * MAINTAINERS: Adjust email address for me and my colleague Robin
1314 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1315 Sunil K Pandey <sunil.k.pandey@intel.com>
1318 * config/i386/i386.c (m_CORE_AVX512): New.
1319 (m_CORE_AVX2): Likewise.
1320 (m_CORE_ALL): Add m_CORE_AVX2.
1321 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1322 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1323 and remove the rest of m_SKYLAKE_AVX512.
1325 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1327 * config.sub: Sync with upstream version 2018-07-03.
1329 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1331 * config.guess: Sync with upstream version 2018-06-26.
1332 * config.sub: Sync with upstream version 2018-07-02.
1334 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1336 * libtool.m4: Sort output of 'find' to enable deterministic builds.
1337 * ltmain.sh: Likewise.
1339 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1341 * contrib/config-list.mk: Remove powerpc-linux_paired.
1343 2018-06-29 Alexandre Oliva <oliva@adacore.com>
1345 * configure.ac: Introduce support for @unless/@endunless.
1346 * Makefile.tpl (dep-kind): Rewrite with cond; return
1347 postbootstrap in some cases.
1348 (make-postboot-dep, postboot-targets): New.
1349 (dependencies): Do not output postbootstrap dependencies at
1350 first. Output non-target ones changed for configure to depend
1351 on stage_last @if gcc-bootstrap, and the original deps @unless
1353 * configure.in, Makefile.in: Rebuilt.
1355 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1357 * MAINTAINERS (write after approval): Add myself.
1359 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1361 * MAINTAINERS (write after approval): Add myself.
1363 2018-06-19 Nick Clifton <nickc@redhat.com>
1365 * zlib/configure.ac: Restore old behaviour of only enabling
1366 multilibs when a target subdirectory is defined. This allows
1367 building with srcdir == builddir.
1368 * zlib/configure: Regenerate.
1370 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1372 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1373 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1374 * Makefile.in: Regenerate.
1376 2018-06-16 Ben Elliston <bje@gnu.org>
1378 * config.guess: Import latest version.
1379 * config.sub: Likewise.
1381 2018-06-08 Martin Liska <mliska@suse.cz>
1383 * MAINTAINERS: Remove MPX-related entries.
1384 * Makefile.def: Remove libmpx support.
1385 * Makefile.in: Regenerate.
1386 * configure.ac: Remove removed files.
1387 * configure: Regenerate.
1388 * libmpx/ChangeLog: Remove.
1389 * libmpx/Makefile.am: Remove.
1390 * libmpx/Makefile.in: Remove.
1391 * libmpx/acinclude.m4: Remove.
1392 * libmpx/aclocal.m4: Remove.
1393 * libmpx/config.h.in: Remove.
1394 * libmpx/configure: Remove.
1395 * libmpx/configure.ac: Remove.
1396 * libmpx/configure.tgt: Remove.
1397 * libmpx/libmpx.spec.in: Remove.
1398 * libmpx/mpxrt/Makefile.am: Remove.
1399 * libmpx/mpxrt/Makefile.in: Remove.
1400 * libmpx/mpxrt/libmpx.map: Remove.
1401 * libmpx/mpxrt/libtool-version: Remove.
1402 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1403 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1404 * libmpx/mpxrt/mpxrt.c: Remove.
1405 * libmpx/mpxrt/mpxrt.h: Remove.
1406 * libmpx/mpxwrap/Makefile.am: Remove.
1407 * libmpx/mpxwrap/Makefile.in: Remove.
1408 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1409 * libmpx/mpxwrap/libtool-version: Remove.
1410 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1412 2018-06-04 Martin Liska <mliska@suse.cz>
1414 * MAINTAINERS: Add myself as gcov maintainer.
1416 2018-06-04 Matthew Fortune <mfortune@gmail.com>
1418 * MAINTAINERS: Update my email address.
1420 2018-06-04 Tom de Vries <tdevries@suse.de>
1422 * MAINTAINERS: Remove write-after-approval entries for component
1425 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1427 * MAINTAINERS (write after approval): Add myself.
1429 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
1431 * MAINTAINERS: Update my email address.
1433 2018-06-01 Tom de Vries <tdevries@suse.de>
1435 * MAINTAINERS: Update my email address.
1437 2018-05-22 Bin Cheng <bin.cheng@arm.com>
1439 * MAINTAINERS (loop-optimizer): Add myself.
1441 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
1443 * configure.ac: Added "nfp" target.
1444 * configure: Regenerate.
1446 2018-04-30 Richard Biener <rguenther@suse.de>
1449 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1450 (STAGE3_TFLAGS): Likewise.
1451 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1452 (STAGEtrain_TFLAGS): Likewise.
1453 * Makefile.in: Regenerate.
1455 2018-04-26 Richard Biener <rguenther@suse.de>
1457 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1458 (STAGE2_CFLAGS): Likewise.
1459 (STAGE2_TFLAGS): Likewise.
1460 (STAGE3_CFLAGS): Add -fchecking.
1461 (STAGE3_TFLAGS): Likewise.
1462 (STAGEtrain_CFLAGS): Filter out -fchecking.
1463 (STAGEtrain_TFLAGS): Likewise.
1464 * Makefile.in: Re-generate.
1466 2018-04-25 Catherine Moore <clm@codesourcery.com>
1468 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1470 2018-04-18 Paul Clarke <pc@us.ibm.com>
1472 * MAINTAINERS (write after approval): Add myself.
1474 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
1476 * MAINTAINERS: Update my email address.
1478 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
1480 * MAINTAINERS: Remove redundant Write-After-Approval entry.
1482 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
1484 * MAINTAINERS: Update my email address and disambiguate myself
1485 a bit from Will Schmidt.
1487 2018-03-21 Nathan Sidwell <nathan@acm.org>
1489 * MAINTAINERS: Move maintainers of now-removed picochip and score
1490 ports to write after approval.
1492 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
1494 * MAINTAINERS: Add entry for SVE maintainership.
1496 2018-02-13 Maciej W. Rozycki <macro@mips.com>
1498 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1499 * configure: Regenerate.
1501 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
1503 * MAINTAINERS (write after approval): Add myself.
1505 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
1507 * MAINTAINERS (write after approval): Add myself.
1509 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
1511 * MAINTAINERS (write after approval): Add myself.
1513 2018-01-03 Jakub Jelinek <jakub@redhat.com>
1515 Update copyright years.
1517 2018-01-03 Ben Elliston <bje@gnu.org>
1519 * config.guess: Import latest version.
1520 * config.sub: Likewise.
1522 2017-12-12 Stafford Horne <shorne@gmail.com>
1524 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1525 * configure: Regenerate.
1527 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
1529 * MAINTAINERS (Write After Approval): Add myself.
1531 2017-11-28 Julia Koval <julia.koval@intel.com>
1532 Sebastian Peryt <sebastian.peryt@intel.com>
1534 * Makefile.def (target_modules): Remove libcilkrts.
1535 * Makefile.in: Ditto.
1537 * configure.ac: Ditto.
1539 2017-11-28 Julia Koval <julia.koval@intel.com>
1541 * MAINTAINERS (Write After Approval): Add myself.
1543 2017-11-22 Sudakshina Das <sudi.das@arm.com>
1545 * MAINTAINERS (Write After Approval): Add myself.
1547 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
1549 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1550 Use my SiFive email address.
1552 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
1554 * MAINTAINERS (write after approval): Add myself.
1556 2017-10-27 Martin Liska <mliska@suse.cz>
1558 * Makefile.tpl: Use proper name of folder as it was renamed
1559 during transition to 4 stages.
1560 * Makefile.in: Regenerate.
1562 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1564 * MAINTAINERS (write after approval): Add myself.
1566 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
1568 * MAINTAINERS: Add a note that maintainership also includes web
1569 pages, docs, and testsuite related to that area.
1571 2017-09-25 Tom de Vries <tom@codesourcery.com>
1573 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1575 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
1577 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1579 2017-09-15 Nathan Sidwell <nathan@acm.org>
1581 * MAINTAINERS: Remove myself as a vxworks maintainer.
1583 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
1585 * MAINTAINERS: Remove email address of Jim Norris.
1587 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1589 * MAINTAINERS (Reviewers): Move myself from here...
1590 (CPU Port Maintainers): ... to here.
1592 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
1594 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1596 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
1598 * MAINTAINERS (write after approval): Add myself.
1600 2017-07-28 Tony Reix <tony.reix@atos.net>
1602 * configure.ac (target-libffi): Don't disable for AIX.
1603 (go): Don't add to unsupported_languages on AIX.
1604 (target-libgo): Don't disable for AIX.
1605 * configure: Regenerate.
1607 2017-07-19 Yury Gribov <tetra2005@gmail.com>
1609 * MAINTAINERS: Add myself.
1611 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1613 * MAINTAINERS: Update my email address.
1615 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
1617 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1618 arm-specific auto-generated header files.
1620 2017-07-03 Nathan Sidwell <nathan@acm.org>
1622 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1623 * configure: Rebuilt.
1625 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
1627 * MAINTAINERS: Readd myself for c6x.
1629 2017-06-28 Martin Liska <mliska@suse.cz>
1632 * Makefile.def: Remove superfluous bootstrap_target from
1634 * Makefile.in: Re-generate the file.
1636 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
1638 * MAINTAINERS: Add myself to Write After Approval
1640 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
1642 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1644 2017-06-19 Martin Liska <mliska@suse.cz>
1646 * Makefile.def: Define 4 stages PGO bootstrap.
1647 * Makefile.tpl: Define FLAGS.
1648 * Makefile.in: Regenerate.
1650 2017-06-14 Ian Lance Taylor <iant@golang.org>
1652 * Makefile.def: Add check-gotools to go check targets.
1653 * Makefile.in: Rebuild.
1655 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
1657 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1659 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
1661 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1662 * configure: Regenerate.
1664 2017-05-31 Martin Liska <mliska@suse.cz>
1666 * configure.ac: Add handling of stage2_werror_flags to
1667 action-if-given and to action-if-not-given.
1668 * configure: Regenerate.
1670 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1672 * MAINTAINERS: Add self to Write After Approval
1674 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
1676 * MAINTAINERS: Update my email address, and remove myself as
1677 maintainer in some areas.
1679 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
1681 * MAINTAINERS: Add self to Write After Approval
1683 2017-05-25 Nathan Sidwell <nathan@acm.org>
1685 * configure.ac: Add --enable-languages=default to mean default and
1686 make --enable-languages=all mean all supported languages.
1687 * configure: Regenerated.
1689 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1691 * config.gcc (powerpc*-*-*spe*): New.
1692 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1693 (powerpc-*-rtems*spe*): New.
1694 (powerpc*-*-linux*spe*): New.
1695 (powerpc-wrs-vxworksspe): New.
1696 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1697 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1698 * config.host (powerpc*-*-*spe*): New.
1700 2017-05-19 Martin Liska <mliska@suse.cz>
1702 * configure.ac: Add --enable-werror-always just for
1703 bootstrap-debug (or none build config) and do not add it
1704 when we are on a release branch.
1705 * configure: Regenerated.
1707 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1709 * MAINTAINERS: Add self to Write After Approval
1711 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
1713 * MAINTAINERS: Move myself to Write After Approval section.
1715 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1717 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1719 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1721 (umulsidi3): Likewise.
1722 (mulsidi3_700): Disable this pattern when we have advanced mpy
1724 (umulsidi3_700): Likewise.
1725 (maddsidi4): New pattern.
1726 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1727 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1728 (mpydu_imm_arcv2hs): Likewise.
1729 * config/arc/predicates.md (accl_operand): New predicate.
1731 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1732 Andrew Burgess <andrew.burgess@embecosm.com>
1734 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1736 (ARC_AUTOFP_IRQ_P): Likewise.
1737 (ARC_AUTO_IRQ_P): Likewise.
1738 (rgf_banked_register_count): New variable.
1739 (parse_mrgf_banked_regs_option): New function.
1740 (arc_override_options): Handle rgf_banked_regs option.
1741 (arc_handle_interrupt_attribute): Add firq option.
1742 (arc_compute_function_type): Return fast irq type when required.
1743 (arc_must_save_register): Handle fast interrupts.
1744 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1745 (arc_return_address_regs): Update.
1746 * config/arc/arc.h (arc_return_address_regs): Update.
1747 (arc_function_type): Add fast interrupt type.
1748 (ARC_INTERRUPT_P): Update.
1749 (RC_FAST_INTERRUPT_P): Define.
1750 * config/arc/arc.md (simple_return): Update for fast interrupts.
1751 (p_return_i): Likewise.
1752 * config/arc/arc.opt (mrgf-banked-regs): New option.
1753 * doc/invoke.texi (mrgf-banked-regs): Document.
1755 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1757 * config/arc/arc.c (irq_ctrl_saved): New variable.
1758 (ARC_AUTOBLINK_IRQ_P): Define.
1759 (ARC_AUTOFP_IRQ_P): Likewise.
1760 (ARC_AUTO_IRQ_P): Likewise.
1761 (irq_range): New function.
1762 (arc_must_save_register): Likewise.
1763 (arc_must_save_return_addr): Likewise.
1764 (arc_dwarf_emit_irq_save_regs): Likewise.
1765 (arc_override_options): Handle deferred options.
1766 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1767 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1768 arc_must_save_return_addr.
1769 (arc_compute_frame_size): Handle automated save and restore of
1771 (arc_expand_prologue): Likewise.
1772 (arc_expand_epilogue): Likewise.
1773 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1774 * config/arc/arc.opt (mirq-ctrl-saved): New option.
1775 * doc/invoke.texi (mirq-ctrl-saved): Document option.
1777 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1778 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
1781 * Makefile.def: Don't pass --enable-maintainer-mode on to an
1783 * Makefile.in: Regenerate.
1785 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1787 * configure.ac: Enable LTO by default on darwin >= 9.
1788 * configure: Regenerate.
1790 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
1792 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1793 and Andrew Waterman as the RISC-V maintainers.
1795 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
1797 * MAINTAINERS: Add self to Write After Approval
1799 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1801 * config.guess: Import latest from upstream.
1803 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1805 * MAINTAINERS (Write After Approval): Remove entries that are
1806 already covered under Reviewers.
1808 2017-03-08 Mark Wielaard <mark@klomp.org>
1812 * include/demangle.h: Add d_printing to struct demangle_component
1813 and pass struct demangle_component as non const.
1815 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1817 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1819 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
1821 * Makefile.tpl: Remove HOST_ISLVER.
1822 (HOST_EXPORTS): Remove ISLVER.
1823 * Makefile.in: Regenerate.
1825 2017-02-13 Richard Biener <rguenther@suse.de>
1827 * configure: Re-generate.
1829 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
1831 * MAINTAINERS: Adjust bug reporting URL.
1833 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
1835 * MAINTAINERS (Write After Approval): Remove redundant entry
1838 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
1840 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1841 32-bit hppa*-*-hpux*.
1842 * configure: Regenerate.
1844 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1846 * configure.ac: Moved the white list of enabling BRIG FE to
1847 libhsail-rt/configure.tgt.
1848 * configure: Regenerated.
1849 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1851 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
1852 Martin Jambor <mjambor@suse.cz>
1854 * Makefile.def (target_modules): Added libhsail-rt.
1855 (languages): Added language brig.
1856 * Makefile.in: Regenerated.
1857 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1858 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1859 * configure: Regenerated.
1861 2017-01-17 Jakub Jelinek <jakub@redhat.com>
1864 * configure: Regenerated.
1866 2017-01-04 Alan Modra <amodra@gmail.com>
1868 * configure: Regenerate.
1870 2016-12-29 Ben Elliston <bje@gnu.org>
1872 * config.sub: Import latest version.
1874 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1876 * MAINTAINERS (Write After Approval): Add myself.
1878 2016-12-21 Jakub Jelinek <jakub@redhat.com>
1880 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1881 includes bootstrap-mpx.
1882 * configure: Regenerated.
1884 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1886 * MAINTAINERS (Write After Approval): Add myself.
1888 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1890 * configure: Regenerate.
1892 2016-12-01 Matthias Klose <doko@ubuntu.com>
1894 * configure.ac: Don't use pkg-config to check for bdw-gc.
1895 * configure: Regenerate.
1897 2016-11-30 Matthias Klose <doko@ubuntu.com>
1899 * Makefile.def: Remove reference to boehm-gc target module.
1900 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1901 options and for the bdw-gc pkg-config module.
1902 * configure: Regenerate.
1903 * Makefile.in: Regenerate.
1905 2016-11-28 Nathan Sidwell <nathan@acm.org>
1907 * MAINTAINERS (nvptx): Remove self.
1909 2016-11-25 Ben Elliston <bje@gnu.org>
1911 * config.guess: Import latest version.
1912 * config.sub: Likewise.
1914 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1916 * MAINTAINERS (Write After Approval): Add myself.
1918 2016-11-15 Matthias Klose <doko@ubuntu.com>
1920 * Makefile.def: Remove references to GCJ.
1921 * Makefile.tpl: Likewise.
1922 * Makefile.in: Regenerate.
1924 2016-11-15 Matthias Klose <doko@ubuntu.com>
1926 * config-ml.in: Remove references to GCJ.
1927 * configure.ac: Likewise.
1928 * configure: Regenerate.
1930 2016-11-01 Josh Conner <joshconner@google.com>
1932 * MAINTAINERS (Write After Approval): Update email address,
1934 2016-10-27 Carl Love <cel@us.ibm.com>
1936 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1937 Approval list to make it alphabetical.
1939 2016-10-27 Carl Love <cel@us.ibm.com>
1941 * MAINTAINERS (Write After Approval): Add myself.
1943 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1945 * MAINTAINERS (Reviewers): Add myself.
1946 (Write After Approval): Add myself.
1948 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1949 Ulrich Weigand <uweigand@de.ibm.com>
1951 * MAINTAINERS: Update email address.
1953 2016-10-10 Nathan Sidwell <nathan@acm.org>
1955 * MAINTAINERS: Update email address.
1957 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1959 * configure.ac: Add aarch64-*-freebsd*.
1960 * configure: Regenerate.
1962 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1964 * MAINTAINERS: Update email address after it got reverted.
1966 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1968 * configure.ac (target_libraries): Readd target-boehm-gc.
1969 Restore --enable-objc-gc handling.
1970 * configure: Regenerate.
1972 2015-10-03 Jeff Law <law@redhat.com>
1974 * MAINTAINERS: Move several inactive maintainers to the
1975 write-after-approval section.
1977 2016-09-30 Jakub Jelinek <jakub@redhat.com>
1979 * configure.ac: Add target-libffi to target_libraries.
1980 Readd libgcj target disablings, modified to only target-libffi.
1981 Readd target addition of go to unsupported languages.
1982 * configure: Regenerated.
1984 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1986 * MAINTAINERS: Update email address.
1988 2016-09-30 Andrew Haley <aph@redhat.com>
1990 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1991 write-after approval. Remove Tom Tromey and Bryce McKinlay from
1994 2016-09-30 Andrew Haley <aph@redhat.com>
1996 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1997 write-after approval after GCJ deletion.
1999 2016-09-30 Andrew Haley <aph@redhat.com>
2001 * Makefile.def: Remove libjava.
2002 * Makefile.tpl: Likewise.
2003 * Makefile.in: Regenerate.
2004 * configure.ac: Likewise.
2005 * configure: Likewise.
2007 * libjava: Likewise.
2009 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2011 * MAINTAINERS (Reviewers): Add myself.
2013 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2015 * configure.ac: Disable "sim" directory for arc*-*-*.
2016 * configure: Regenerated.
2018 2016-09-23 Tamar Christina <tamar.christina@arm.com>
2020 * MAINTAINERS (Write After Approval): Add myself.
2022 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2024 * configure.ac: Check for the minimum in-tree MPFR version
2026 * configure: Regenerate.
2028 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2030 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2031 * configure: Regenerated.
2033 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
2035 * MAINTAINERS (Write After Approval): Add myself.
2037 2016-06-23 Andi Kleen <ak@linux.intel.com>
2039 * Makefile.def: Add autoprofiledbootstrap.
2040 * Makefile.tpl: Dito.
2041 * Makefile.in: Regenerate.
2043 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2045 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2046 * configure: Regenerate.
2048 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2050 * configure: Regenerate.
2051 * configure.ac: Remove support for avr-rtems.
2053 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2055 * MAINTAINERS (Write After Approval): Add myself.
2057 2016-06-16 Michael Collison <michael.collison@arm.com>
2059 * MAINTAINERS (Write After Approval): Add myself.
2061 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2063 * MAINTAINERS (Write After Approval): Update e-mail address.
2065 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2067 * MAINTAINERS (Write After Approval): Add myself.
2069 2016-05-28 Alan Modra <amodra@gmail.com>
2071 * Makefile.tpl (configure): Depend on m4 files included.
2072 * Makefile.in: Regenerate.
2074 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2076 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2077 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2079 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2081 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2082 special case builtin.
2083 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2084 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2085 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2086 for __builtin_vec_addec.
2088 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2090 * config.guess: Import version 2016-04-02 (newest).
2091 * config.sub: Import version 2016-05-10 (newest).
2093 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
2095 * configure.ac: Add ARC support to libgloss.
2096 * configure: Regenerate
2098 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2100 * MAINTAINERS (Write After Approval): Add myself.
2102 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2104 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2105 * configure: Regenerated.
2106 * Makefile.def (gmp): Explicitly disable assembler.
2107 (mpfr): Adjust lib_path.
2109 * Makefile.in: Regenerated.
2111 2016-05-01 Jakub Jelinek <jakub@redhat.com>
2114 * configure.ac (--enable-stage1-checking): Add missing
2116 * configure: Regenerated.
2118 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2120 * config.guess: Revert r235676.
2121 * config.sub: Revert r235676.
2123 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2125 * config.guess: Remove SH5 support.
2126 * config.sub: Likewise.
2127 * configure: Likewise.
2128 * configure.ac: Likewise.
2130 2016-04-26 Jakub Jelinek <jakub@redhat.com>
2133 * configure.ac (--enable-stage1-checking): For --disable-checking or
2134 implicit --enable-checking, make sure extra flag matches in between
2135 stage1 and later checking.
2136 * configure: Regenerated.
2138 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2140 * .gitattributes: New file.
2142 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2144 * MAINTAINERS (rs6000/powerpc port): Add myself.
2146 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2149 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2150 and gotools directories. Delete the stage_final file.
2151 * Makefile.in: Regenerate.
2153 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2155 * MAINTAINERS (Write After Approval): Add myself.
2157 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2159 * MAINTAINERS (Fortran maintainer): Remove myself.
2161 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2163 * MAINTAINERS (Write After Approval): Add myself.
2165 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2167 * MAINTAINERS (Write After Approval): Add myself.
2169 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2171 Sync with binutils-gdb:
2173 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2175 * configure.ac: Add mips and s390 to the gold target check.
2176 * configure: Regenerate.
2178 2016-03-01 DJ Delorie <dj@redhat.com>
2180 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2182 2016-02-22 David Malcolm <dmalcolm@redhat.com>
2184 * MAINTAINERS (libcpp): Add myself.
2185 (diagnostic messages): Likewise.
2187 2016-02-20 Tom de Vries <tom@codesourcery.com>
2189 * MAINTAINERS: Fix whitespace.
2191 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2193 * MAINTAINERS (Write After Approval): Add myself.
2195 2016-01-29 Sebastian Pop <s.pop@samsung.com>
2197 * config/isl.m4: Add comments about isl-0.16.
2198 * configure: Regenerate.
2200 2016-01-29 Martin Jambor <mjambor@suse.cz>
2202 * MAINTAINERS (hsa maintainers): Add myself.
2204 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2206 * MAINTAINERS: (Write After Approval): Add myself.
2208 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2209 Sebastian Pop <s.pop@samsung.com>
2211 * Makefile.in: Regenerate.
2212 * Makefile.tpl: Export ISLVER.
2213 * configure: Regenerate.
2214 * config/isl.m4: Detect isl-0.15.
2216 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2219 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2220 * Makefile.in: Regenerate.
2222 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2224 * configure.ac: Enable LTO for DJGPP
2225 * configure: Regenerate
2227 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2229 Sync with binutils-gdb:
2230 2015-10-21 Nick Clifton <nickc@redhat.com>
2233 * configure.ac: Note the 'none' is an acceptable argument to
2234 --enable-compressed-debug-sections.
2235 * configure: Regenerate.
2237 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2240 * Makefile.def (mpfr): Disable assembler.
2241 * Makefile.in: Regenerate.
2243 2016-01-01 Ben Elliston <bje@gnu.org>
2245 * config.guess: Import version 2016-01-01.
2246 * config.sub: Likewise.
2248 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2250 * MAINTAINERS (Write After Approval): Add myself.
2252 2015-12-17 Sebastian Pop <s.pop@samsung.com>
2254 * Makefile.in: Replace ISL with isl.
2255 * Makefile.tpl: Same.
2256 * config/isl.m4: Same.
2257 * configure.ac: Same.
2258 * contrib/download_prerequisites: Same.
2259 * configure: Regenerate.
2261 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2263 * MAINTAINERS (Write After Approval): Add Myself.
2265 2015-12-17 Nathan Sidwell <nathan@acm.org>
2267 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2268 * configure: Regenerate.
2270 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2271 Sebastian Pop <s.pop@samsung.com>
2273 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2274 isl_ctx_get_max_operations.
2275 * configure: Regenerate.
2277 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
2279 * MAINTAINERS (Write After Approval): Add myself.
2281 2015-12-02 Ian Lance Taylor <iant@google.com>
2284 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2285 * Makefile.in: Regenerate.
2287 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2290 * Makefile.def (lang_env_dependencies): Make libffi depend
2292 * Makefile.in: Regenerate.
2294 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
2296 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2299 2015-11-20 Tristan Gingold <gingold@adacore.com>
2301 Sync with binutils-gdb:
2302 2015-11-20 Tristan Gingold <gingold@adacore.com>
2304 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2305 * configure: Regenerate.
2307 2015-11-19 Martin Liska <mliska@suse.cz>
2309 * .gitignore: Add .clang-format to ignored files.
2310 * Makefile.in: Add clang-format.
2311 * Makefile.tpl: Likewise.
2313 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2315 * configure.ac: Enable libmpx by default.
2316 * configure: Regenerated.
2318 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
2320 * MAINTAINERS: Update email address.
2322 2015-10-23 Paulo Matos <pmatos@linki.tools>
2324 * MAINTAINERS: Update email address.
2326 2015-10-23 Alan Hayward <alan.hayward@arm.com>
2328 * MAINTAINERS (Write After Approval): Add myself.
2330 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2332 Sync with binutils-gdb:
2333 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2337 --enable-compressed-debug-sections={all,gas,gold,ld}.
2338 * configure: Regenerated.
2340 2015-10-16 Arnaud Charlet <charlet@adacore.com>
2342 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2344 2015-10-09 Martin Liska <mliska@suse.cz>
2346 * MAINTAINERS (Write After Approval): Add myself.
2348 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2350 * MAINTAINERS (Write After Approval): Add myself.
2352 2015-10-02 Florian Weimer <fweimer@redhat.com>
2354 * MAINTAINERS: Update email address.
2356 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
2358 * MAINTAINERS (Write After Approval): Add myself.
2360 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
2362 * MAINTAINERS: Update email.
2364 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2366 * MAINTAINERS: Update my email address.
2368 2015-09-01 James Bowman <james.bowman@ftdichip.com>
2370 * MAINTAINERS (ft32 port): Add myself.
2372 2015-08-28 David Sherwood <david.sherwood@arm.com>
2374 * MAINTAINERS: Add myself.
2376 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2378 * MAINTAINERS (Write After Approval): Add myself.
2380 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2383 * Makefile.def: Make libgfortran depend on libbacktrace.
2384 * Makefile.in: Regenerate.
2386 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2388 * MAINTAINERS (Write After Approval): Add myself.
2390 2015-08-12 Tom de Vries <tom@codesourcery.com>
2393 * configure.ac: Remove --with_host_libstdcxx support.
2394 * configure: Regenerate.
2396 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2397 Jakub Jelinek <jakub@redhat.com>
2399 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2401 * configure: Regenerate.
2403 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2405 * Makefile.def (libiconv): Define bootstrap=true.
2406 Mark pdf/html/info as missing.
2407 (configure-gcc): Depend on all-libiconv.
2409 (configure-libcpp): Ditto.
2410 (all-libcpp): Ditto.
2411 (configure-intl): Ditto.
2413 * Makefile.in: Regenerate.
2415 2015-08-03 Bin Cheng <bin.cheng@arm.com>
2417 * MAINTAINERS (loop ivopts): Add the entry and myself.
2419 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2421 * MAINTAINERS (nvptx): Add self.
2423 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2425 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2426 128-bit vector modes.
2428 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
2430 * MAINTAINERS (Write After Approval): Add myself.
2432 2015-07-28 Ben Elliston <bje@gnu.org>
2434 * config.sub, config.guess: Import from upstream.
2436 2015-07-24 Michael Darling <darlingm@gmail.com>
2439 * config-ml.in: Reflects renaming of configure.in to configure.ac
2440 * configure: Likewise
2441 * configure.ac: Likewise
2443 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
2445 * MAINTAINERS: Update my email address.
2447 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2449 Sync with binutils-gdb:
2450 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
2452 * configure.ac (target_configdirs): Exclude target-zlib if
2453 target-libjava isn't built.
2454 * configure: Regenerated.
2456 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2458 Sync with binutils-gdb:
2459 2015-05-13 John David Anglin <dave.anglin@bell.net>
2461 * configure.ac: Disable configuration of GDB for HPUX targets.
2462 * configure: Regenerate.
2464 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
2466 * configure.ac: Add --with-system-zlib.
2467 * configure: Regenerated.
2469 2015-01-28 James Bowman <james.bowman@ftdichip.com>
2471 * configure.ac: Add FT32 support.
2472 * configure: Regenerate.
2474 2015-01-12 Anthony Green <green@moxielogic.com>
2476 * configure.ac: Don't disable gprof for moxie.
2477 * configure: Rebuild.
2479 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2481 Sync with binutils-gdb:
2482 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
2485 * Makefile.def: Add extra_configure_flags to host zlib.
2486 * configure.ac (extra_host_zlib_configure_flags): New. Set
2487 to --enable-host-shared When bfd is to be built as shared
2489 * Makefile.in: Regenerated.
2491 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
2494 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
2495 * Makefile.def (dependencies): Add all-zlib to all-bfd.
2496 * Makefile.in: Regenerated.
2498 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
2500 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2502 * configure: Regenerate.
2504 2015-06-23 Ludovic Courtès <ludo@gnu.org>
2506 * MAINTAINERS (Write After Approval): Add myself.
2508 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
2510 * MAINTAINERS (OS Port Maintainers): Add myself.
2511 (Various Maintainers): Remove myself from libffi testsuite.
2513 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
2515 * MAINTAINERS (gen* on machine desc): Add self.
2517 2015-06-02 Jason Merrill <jason@redhat.com>
2520 * configure.ac: Use -std=gnu++98.
2522 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
2524 * MAINTAINERS (Write After Approval): Add myself.
2526 2015-05-28 Mike Frysinger <vapier@gentoo.org>
2528 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2529 * configure: Regenerate.
2531 2015-05-26 Jason Merrill <jason@redhat.com>
2533 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2534 * configure: Regenerate.
2536 2015-05-16 James Bowman <james.bowman@ftdichip.com>
2538 * configure.ac: FT32 target added.
2539 * configure: Regenerated.
2541 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
2543 * MAINTAINERS (Write After Approval): Add myself.
2545 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
2547 * MAINTAINERS (Write After Approval): Add myself.
2549 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
2551 * configure.ac: Fix typo.
2552 * configure: Regenerate.
2554 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
2556 * MAINTAINERS (Write After Approval): Add myself.
2558 2015-05-03 Matthias Klose <doko@ubuntu.com>
2560 * configure.ac: Match $host configured with triplets.
2561 * configure: Regenerate.
2563 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2565 * Makefile.tpl: Remove surplus whitespace throughout.
2566 * Makefile.in: Regenerate.
2568 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
2570 * MAINTAINERS (Various Maintainers): Add myself as instruction
2571 combiner maintainer.
2573 2015-04-17 Jakub Jelinek <jakub@redhat.com>
2576 * configure.ac (--enable-stage1-checking): Default to
2577 release,misc,gimple,rtlflag,tree,types if --disable-checking
2578 or --enable-checking is not specified and DEV-PHASE is not
2580 * configure: Regenerated.
2582 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
2584 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2585 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2586 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2587 * Makefile.in: Regenerate.
2589 2015-04-08 Cary Coutant <ccoutant@gmail.com>
2591 * MAINTAINERS: Update my email address.
2593 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
2595 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2597 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2599 * MAINTAINERS: Add myself as an arm port reviewer.
2601 2015-03-25 Martin Liska <mliska@suse.cz>
2602 Yury Gribov <y.gribov@samsung.com>
2604 * Makefile.in: Fix ln source location for vimrc file.
2605 * Makefile.tpl: Likewise.
2607 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
2610 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2611 cross-compiling. Similarly for CXX_FOR_TARGET.
2612 * configure: Regenerate.
2614 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
2616 * Makefile.def: Add libmpx.
2617 * configure.ac: Add libmpx.
2618 * Makefile.in: Regenerate.
2619 * configure: Regenerate.
2621 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
2623 * MAINTAINERS (CPU Port Maintainers): Add myself
2624 i386 vector ISA extns mantainer.
2626 2015-03-13 Jeff Law <law@redhat.com>
2628 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2630 Remove Richard Henderson as a maintainer for the x86 port.
2632 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
2634 * MAINTAINERS (CPU Port Maintainers): Update my email address.
2636 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
2638 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2639 pointer bounds checker and i386 MPX maintainer.
2641 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
2643 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2645 2015-02-26 Martin Sebor <msebor@redhat.com>
2647 * MAINTAINERS (Various Maintainers): Add self.
2649 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
2651 * configure.ac [--enable-as-accelerator-for] (enable_languages):
2652 Make sure it contains lto.
2653 * configure: Regenerate.
2655 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
2657 * configure: Regenerate.
2659 2015-02-06 Diego Novillo <dnovillo@google.com>
2661 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2662 middle-end, docstring): Remove myself.
2663 (Write After Approval): Add myself.
2665 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
2667 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2668 (Write After Approval): Update address.
2670 2015-01-29 David Malcolm <dmalcolm@redhat.com>
2673 * configure.ac: Require the user to explicitly specify
2674 --enable-host-shared if the jit is enabled.
2675 * configure: Regenerate.
2677 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
2679 * MAINTAINERS (Write After Approval): Add myself.
2681 2015-01-25 Tom de Vries <tom@codesourcery.com>
2683 * MAINTAINERS: Make whitespace consistent.
2685 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
2687 * MAINTAINERS (Write After Approval): Add myself.
2689 2015-01-20 Andre Vehreschild <vehre@gmx.de>
2691 * MAINTAINERS: (Write After Approval): Add myself.
2693 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
2695 * MAINTAINERS: (Write After Approval): Add myself.
2697 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
2699 * MAINTAINERS: (Write After Approval): Add myself.
2701 2015-01-13 Iain Sandoe <iain@codesourcery.com>
2703 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2704 objective-c/c++ front end maintainer.
2706 2015-01-13 Marek Polacek <polacek@redhat.com>
2708 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2710 2015-01-12 Jeff Law <law@redhat.com>
2712 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2715 2015-01-09 Ian Lance Taylor <iant@google.com>
2717 * configure.ac (host_tools): Add gotools.
2718 * Makefile.def (host_modules): Add gotools.
2719 (dependencies): Add dependency of all-gotools on all-target-libgo.
2721 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
2723 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2724 * configure: Regenerate.
2726 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2728 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2730 * Makefile.in: Regenerate.
2732 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2734 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2736 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2738 * configure.ac: Add Visium support.
2739 * configure: Regenerate.
2741 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
2743 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2744 * configure: Regenerate.
2746 2015-01-03 Andrew Pinski <apinski@cavium.com>
2748 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2749 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2750 (BASE_TARGET_EXPORTS): Add OBJCOPY.
2751 (OBJCOPY_FOR_TARGET): New variable.
2752 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2753 * Makefile.in: Regenerate.
2754 * configure.ac: Check for already installed target objcopy.
2755 Also GCC_TARGET_TOOL on objcopy.
2756 * configure: Regenerate.
2758 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2760 * config.sub: Update from upstream, to 2015-01-01 version.
2761 * config.guess: Ditto.
2763 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
2765 * MAINTAINERS (RTEMS Ports): Add myself.
2767 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
2769 * MAINTAINERS (Write After Approval): Add myself.
2771 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2773 * MAINTAINERS (Write After Approval): Add myself.
2775 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
2777 * configure.ac (--enable-as-accelerator-for): Don't set
2778 ENABLE_AS_ACCELERATOR_FOR. Update all users.
2779 * configure: Regenerate.
2781 2014-12-13 Jakub Jelinek <jakub@redhat.com>
2784 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2785 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2786 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2788 * Makefile.in: Regenerated.
2790 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2791 Yury Gribov <y.gribov@samsung.com>
2793 * .gitignore: Added .local.vimrc and .lvimrc.
2794 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2795 * Makefile.in: Regenerate.
2797 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2799 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2800 * configure: Regenerated.
2802 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
2804 * MAINTAINERS (nvptx port): New entry.
2806 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
2808 * configure: Regenerate.
2810 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2812 * configure.ac: Merge with Binutils.
2814 2014-11-26 Tobias Burnus <burnus@net-b.de>
2816 * Makefile.def: Make more dependent on mpfr, mpc and isl.
2817 * Makefile.in: Regenerate.
2819 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2821 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2823 * Makefile.in: Regenerated.
2825 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
2827 * Makefile.in: Regenerate.
2829 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
2832 * libtool.m4: Add $pic_flag with -shared.
2834 2014-11-21 Renlin Li <Renlin.Li@arm.com>
2836 * MAINTAINERS (Write After Approval): Added myself.
2838 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
2840 * MAINTAINERS (write-after-approval): Add myself.
2842 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2844 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2847 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2850 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2852 * MAINTAINERS (Write After Approval): Added myself as line map
2855 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2858 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2860 * MAINTAINERS (Write After Approval): Added myself.
2862 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2864 * MAINTAINERS (Write After Approval): Added myself.
2866 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2868 * MAINTAINERS (Write After Approval): Added myself as line map
2871 2014-11-17 Dodji Seketeli <dodji@redhat.com>
2873 * MAINTAINERS (Various Maintainers): Added myself as line map
2876 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2878 * move-if-change: Sync from upstream gnulib.
2880 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2882 * compile: Sync with upstream Automake.
2884 * install-sh: Ditto.
2886 * mkinstalldirs: Ditto.
2889 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2891 * config.sub: Update from upstream config repo.
2892 * config.guess: Ditto.
2894 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2896 * Makefile.def: Add liboffloadmic to target_modules. Make
2897 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2898 * Makefile.in: Regenerate.
2899 * configure: Regenerate.
2900 * configure.ac: Add liboffloadmic to target binaries.
2901 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2902 Add liboffloadmic to noconfig list when C++ is not supported.
2904 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2905 Thomas Schwinge <thomas@codesourcery.com>
2906 Ilya Verbin <ilya.verbin@intel.com>
2907 Andrey Turetskiy <andrey.turetskiy@intel.com>
2909 * configure: Regenerate.
2910 * configure.ac (--enable-as-accelerator-for)
2911 (--enable-offload-targets): New configure options.
2913 2014-11-11 Tobias Burnus <burnus@net-b.de>
2915 * Makefile.def: Make all-gcc depend on all-isl.
2916 * Makefile.in: Regenerate.
2918 2014-11-11 David Malcolm <dmalcolm@redhat.com>
2920 * ChangeLog.jit: New.
2921 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2923 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2926 * libtool.m4: Fix globbing of darwin versions.
2927 * configure: Regenerate.
2929 2014-11-11 Tobias Burnus <burnus@net-b.de>
2931 * Makefile.def: Remove CLooG.
2932 * Makefile.tpl: Ditto.
2933 * configure.ac: Ditto.
2934 * configure: Regenerate.
2935 * Makefile.in: Ditto.
2937 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2939 * configure.ac: Handle nvptx-*-*.
2940 * configure: Regenerate.
2942 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2944 * MAINTAINERS (Write After Approval): Add myself.
2946 2014-10-31 Jakub Jelinek <jakub@redhat.com>
2948 * Makefile.def (libcc1): Remove bootstrap=true;.
2949 * Makefile.in: Regenerated.
2951 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2953 * configure.ac: Update comment.
2954 * configure: Regenerate.
2956 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2958 * MAINTAINERS (Write After Approval): Add myself.
2960 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2962 * configure.ac (extra_host_libiberty_configure_flags): Add
2963 --enable-shared also for libcc1's benefit.
2964 * configure: Regenerate.
2966 2014-10-29 Tristan Gingold <gingold@adacore.com>
2968 * MAINTAINERS: Change my email address.
2970 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2971 Tom Tromey <tromey@redhat.com>
2973 * Makefile.def: Add libcc1 to host_modules.
2974 * configure.ac (host_tools): Add libcc1.
2975 * Makefile.in, configure: Rebuild.
2977 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
2979 * configure.ac (build_configargs): Don't share config.cache between
2981 * configure: Regenerate.
2983 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2985 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2986 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2987 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2989 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2990 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2991 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2992 * config/sparc/sparc.md (cpu): Add leon3v7.
2993 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2995 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2997 * MAINTAINERS (write-after-approval): Add myself.
2999 2014-10-23 Ian Lance Taylor <iant@google.com>
3001 * configure.ac: Disable the Go frontend on systems where it is known
3003 * configure: Regenerate.
3005 2014-10-23 Richard Biener <rguenther@suse.de>
3007 * Makefile.def: Add libcpp build module and dependencies.
3008 * configure.ac: Add libcpp build module.
3009 * Makefile.in: Regenerate.
3010 * configure: Likewise.
3012 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3014 * MAINTAINERS (write-after-approval): Add myself.
3016 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3018 * INSTALL/README: Do not mention CVS.
3020 2014-10-03 Jing Yu <jingyu@google.com>
3022 * configure.ac: Add aarch64 to list of targets that support gold.
3023 * configure: Regenerate.
3025 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
3027 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3029 2014-09-29 Catherine Moore <clm@codesourcery.com>
3031 * MAINTAINERS: Add myself as MIPS maintainer.
3033 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3035 * MAINTAINERS: Move myself to MIPS maintainers.
3037 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3039 * MAINTAINERS: Put all email addresses between '<' and '>'.
3041 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3043 * MAINTAINERS: Move myself to reviewers (Fortran).
3045 2014-09-01 Andi Kleen <ak@linux.intel.com>
3047 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3048 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3049 * Makefile.in: Regenerate.
3051 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3053 * rtx-classes-status.txt: Delete
3055 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3057 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3059 2014-08-27 Sebastian Pop <s.pop@samsung.com>
3061 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3062 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3063 of checking for version number.
3064 * configure: Regenerated.
3065 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3067 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3069 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3070 is done; begin phase 6 (use extra rtx_def subclasses).
3072 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3074 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3075 done; begin phase 5 (additional rtx_def subclasses).
3077 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3079 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3081 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3083 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3084 SET_BB_HEADER are done.
3086 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3088 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3091 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3093 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3095 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3097 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3099 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3101 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3103 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3105 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3107 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3109 * rtx-classes-status.txt: Phase 3 (per-file commits within
3110 "config" subdirs) is done; begin phase 4 (removal of
3113 2014-08-23 David Malcolm <dmalcolm@redhat.com>
3115 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3116 dir) is done; begin phase 3 (per-file commits within "config"
3119 2014-08-21 David Malcolm <dmalcolm@redhat.com>
3121 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3122 phase 2 (per-file commits in main source dir).
3124 2014-08-21 Bin Cheng <bin.cheng@arm.com>
3126 * configure: Regenerated.
3128 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3130 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3132 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3134 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3136 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3138 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3140 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3142 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3144 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3146 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3148 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3150 * MAINTAINERS (Write After Approval): Add myself.
3152 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3154 * MAINTAINERS: Remove myself
3156 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3158 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3160 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3162 * MAINTAINERS (Write After Approval): Add myself.
3164 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3166 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3167 SET_BB_HEADER, SET_BB_FOOTER
3169 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3171 * rtx-classes-status.txt: New file
3173 2014-08-18 Roman Gareev <gareevroman@gmail.com>
3175 * configure.ac: Eliminate ClooG installation dependency.
3176 * configure: Regenerate.
3177 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3178 * Makefile.in: Regenerate.
3180 2014-08-15 Ilya Verbin <iverbin@gmail.com>
3182 * MAINTAINERS (Write After Approval): Add myself.
3184 2014-08-15 Ilya Tocar <tocarip@gmail.com>
3186 * MAINTAINERS (Write After Approval): Add myself.
3188 2014-08-01 Jiong Wang <jiong.wang@arm.com>
3190 * MAINTAINERS (Write After Approval): Add myself.
3192 2014-07-28 Anthony Green <green@moxielogic.com>
3194 Import from savannah.gnu.org:
3195 * config.sub: Update to 2014-07-28 version.
3197 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3199 * MAINTAINERS: Remove my MIPS maintainer entry.
3201 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
3204 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3205 * configure: Regenerate.
3207 2014-07-24 James Norris <jnorris@codesourcery.com>
3209 * MAINTAINERS (Write After Approval): Add myself.
3211 2014-07-20 Roman Gareev <gareevroman@gmail.com>
3213 * configure.ac: Accept only CLooG 0.18.1.
3214 * configure: Regenerate.
3216 2014-07-17 Roman Gareev <gareevroman@gmail.com>
3218 * configure.ac: Don't accept isl 0.11.
3219 * configure: Regenerate.
3221 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3223 * MAINTAINERS (Write After Approval): Add myself.
3225 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3227 * configure.ac: Don't accept isl 0.10.
3228 * configure: Regenerate.
3230 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
3232 Fix include path for in-tree cloog.
3233 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3234 * configure: Regenerate.
3236 2014-06-18 Richard Henderson <rth@redhat.com>
3238 * .gitignore: Import gcc_update output.
3240 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3242 * config-ml.in: Robustify ac_configure_args parsing.
3244 * configure.ac (--enable-linker-plugin-configure-flags)
3245 (--enable-linker-plugin-flags): New flags.
3246 (configdirs): Conditionally add libiberty-linker-plugin.
3247 * configure: Regenerate.
3248 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3249 (host_modules) <lto-plugin>: Pay attention to
3250 @extra_linker_plugin_flags@ and
3251 @extra_linker_plugin_configure_flags@.
3252 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3253 * Makefile.in: Regenerate.
3255 * Makefile.tpl (configure-[+prefix+][+module+])
3256 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3257 "module_srcdir" instead of "module" for locating a module's srcdir.
3258 * Makefile.in: Regenerate.
3260 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3262 * MAINTAINERS (Write After Approval): Add myself.
3264 2014-06-06 Sebastian Pop <sebpop@gmail.com>
3266 * MAINTAINERS: Update my email address.
3268 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3270 * MAINTAINERS (Write After Approval): Add myself.
3272 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3274 * MAINTAINERS (Write After Approval): Add myself.
3276 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
3279 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3280 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3281 * configure: Regenerate.
3283 2014-05-28 Pedro Alves <palves@redhat.com>
3285 * MAINTAINERS (Write After Approval): Add myself.
3287 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3289 * MAINTAINERS: Update my affiliation/email.
3291 2014-05-19 Mike Stump <mikestump@comcast.net>
3293 * MAINTAINERS: Add wide-int reviewers.
3295 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3297 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3298 * configure: Regenerated.
3300 2014-05-15 Torvald Riegel <triegel@redhat.com>
3302 * MAINTAINERS (libitm): Add myself as maintainer.
3304 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
3306 * MAINTAINERS (Write After Approval): Add myself.
3308 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3310 * config.sub, config.guess: Import from upstream.
3312 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3314 * MAINTAINERS (Write After Approval): Put myself in correct order.
3316 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3318 * MAINTAINERS (Write After Approval): Add myself.
3320 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3322 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3325 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3327 * MAINTAINERS (Write After Approval): Delete myself.
3329 2014-04-17 Jakub Jelinek <jakub@redhat.com>
3332 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3333 and -B* options with -Xcompiler.
3335 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3338 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3339 * Makefile.in: Regenerate.
3341 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3343 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3344 for WINDRES_FOR_TARGET in default-manifest.o rule.
3345 * Makefile.in: Regenerate.
3347 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3349 * MAINTAINERS (Write After Approval): Add myself.
3351 2014-03-26 Jakub Jelinek <jakub@redhat.com>
3354 * Makefile.def: Set bootstrap=true; for host fixincludes.
3355 * configure.ac: Don't bootstrap host fixincludes unless
3356 --with-build-config=bootstrap-{a,ub}san.
3357 * Makefile.in: Regenerated.
3358 * configure: Regenerated.
3360 2014-03-21 Jakub Jelinek <jakub@redhat.com>
3362 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3363 --enable-vtable-verify option parsing. Don't add
3364 target-libsanitizer to bootstrap_target_libs unless
3365 --with-build-config=bootstrap-asan or
3366 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3367 to bootstrap_target_libs unless --enable-vtable-verify.
3368 * configure: Regenerated.
3370 2014-03-10 Anatoly Sokolov <aesok@post.ru>
3372 * MAINTAINERS (Write After Approval): Add myself.
3374 2014-03-07 Denis Chertykov <chertykov@gmail.com>
3376 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3378 2014-03-07 Jakub Jelinek <jakub@redhat.com>
3381 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3382 -I for libstdc++-v3 includes if $(LEAN).
3383 * Makefile.in: Regenerated.
3385 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
3387 * MAINTAINERS: Update my email address.
3389 2014-02-24 Walter Lee <walt@tilera.com>
3391 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3392 (tilegx-*-*): Change to tilegx*-*-*.
3393 * configure: Regenerate.
3395 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
3397 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3399 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3401 * MAINTAINERS (Write After Approval): Add myself.
3403 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3406 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3409 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
3411 * MAINTAINERS: Update my email address.
3413 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3415 * MAINTAINERS: Convert to UTF-8.
3416 Properly sort Xinliang David Li's entry.
3418 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3419 Sandra Loosemore <sandra@codesourcery.com>
3421 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3422 nios2 port maintainers.
3424 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3426 * MAINTAINERS (Write After Approval): Add myself.
3428 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3430 * configure.ac: Add user-friendly check for native x86_64-linux
3432 * configure: Regenerate.
3434 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
3436 * MAINTAINERS: Add myself as sh maintainer.
3438 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3440 * MAINTAINERS: Add self as SLSR maintainer.
3442 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
3444 * MAINTAINERS: Update my email address.
3446 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
3448 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3450 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
3452 * Makefile.in: Regenerate.
3454 * Makefile.tpl: Fix typo.
3455 * Makefile.in: Regenerate partially.
3457 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
3459 * configure.ac: Added libcilkrts to noconfig list when C++ is not
3461 * configure: Regenerated.
3463 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
3465 * MAINTAINERS (Write After Approval): Add myself.
3467 2013-10-30 Jason Merrill <jason@redhat.com>
3469 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3470 --disable-build-format-warnings.
3472 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
3474 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
3475 depend on libstdc++ and libgcc.
3476 * configure: Regenerate.
3477 * configure.ac: Added libcilkrts to target binaries. Also, restrict
3478 libcilkrts for POSIX and i*86, and x86_64 architectures.
3479 * Makefile.in: Added libcilkrts related fields to support building it.
3481 2013-10-26 Jeff Law <law@redhat.com>
3483 * Makefile.def (target_modules): Remove libmudflap
3484 (languages): Remove check-target-libmudflap).
3485 * Makefile.in: Rebuilt.
3486 * Makefile.tpl (check-target-libmudflap-c++): Remove.
3487 * configure.ac (target_libraries): Remove target-libmudflap.
3488 Remove checks which disabled libmudflap on some systems.
3489 * configure: Rebuilt.
3490 * libmudflap: Directory removed.
3492 2013-10-21 Cong Hou <congh@google.com>
3494 * MAINTAINERS (Write After Approval): Add myself.
3496 2013-10-16 Mike Stump <mikestump@comcast.net>
3498 * .dir-locals.el: Add.
3500 2013-10-15 David Malcolm <dmalcolm@redhat.com>
3502 * configure.ac: Add --enable-host-shared
3503 * configure: Regenerate.
3505 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3507 Import from savannah.gnu.org:
3508 * config.guess: Update to 2013-06-10 version.
3509 * config.sub: Update to 2013-10-01 version.
3511 2013-10-01 Simon Cook <simon.cook@embecosm.com>
3513 Changes to build configuration to allow big endian ARC ELF toolchain
3514 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3515 * configure: Regenerate.
3517 2013-09-20 Alan Modra <amodra@gmail.com>
3519 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3520 ppc host match. Support little-endian powerpc linux hosts.
3522 2013-09-19 Dodji Seketeli <dodji@redhat.com>
3524 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3527 2013-09-12 DJ Delorie <dj@redhat.com>
3529 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3532 2013-09-03 Richard Biener <rguenther@suse.de>
3534 * configure.ac: Also allow ISL 0.12.
3535 * configure: Regenerated.
3537 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
3539 * MAINTAINERS (Write After Approval): Add myself.
3541 2013-08-27 David Malcolm <dmalcolm@redhat.com>
3543 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3545 2013-08-26 Caroline Tice <cmtice@google.com>
3547 * MAINTAINERS: Correct earliers update: Move myself from libvtv
3548 "Various Reviewers" to libvtv "Various Maintainers".
3550 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
3552 * MAINTAINERS: Add myself as RTL optimizers reviewer.
3554 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
3556 * MAINTAINERS: Update name, email.
3558 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
3560 * MAINTAINERS (Write After Approval): Add myself.
3562 2013-08-12 Caroline Tice <cmtice@google.com>
3564 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3565 address in the Write After Approval section.
3567 2013-08-09 Carlos O'Donell <carlos@redhat.com>
3569 * MAINTAINERS (Write After Approval): Update email.
3571 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
3573 * configure.ac: Adjust to check VTV_SUPPORTED.
3574 * configure: Regenerated.
3576 2013-08-02 Caroline Tice <cmtice@google.com>
3578 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3579 on non-linux systems; add target-libvtv to noconfigdirs; add
3580 libsupc++/.libs to C++ library search paths.
3581 * configure: Regenerated.
3582 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3583 libstdc++ and libgcc.
3584 * Makefile.in: Regenerated.
3586 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
3588 * MAINTAINERS (Write After Approval): Add myself.
3590 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
3591 Shiva Chen <shiva0217@gmail.com>
3593 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3594 nds32 port maintainers.
3596 2013-07-17 Tim Shen <timshen91@gmail.com>
3598 * MAINTAINERS (Write After Approval): Add myself.
3600 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3602 * configure.ac: Sync from binutils.
3603 * configure: Regenerate.
3605 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
3607 * MAINTAINERS (Write After Approval): Add myself.
3609 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
3611 * MAINTAINERS (Write After Approval): Add myself.
3613 2013-05-17 David Malcolm <dmalcolm@redhat.com>
3615 * MAINTAINERS (Write After Approval): Add myself.
3617 2013-04-30 Brooks Moses <bmoses@google.com>
3619 * MAINTAINERS: Update my email; move myself from Fortran
3620 reviewer to Write After Approval.
3622 2013-04-16 Andreas Schwab <schwab@suse.de>
3624 * configure.ac (aarch64-*-*): Don't disable java.
3625 * configure: Regenerate.
3627 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
3629 * MAINTAINERS (Write After Approval): Add myself.
3631 2013-03-30 Matthias Klose <doko@ubuntu.com>
3633 * Makefile.def (target_modules): Don't install libffi.
3634 * Makefile.in: Regenerate.
3636 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
3638 * MAINTAINERS (Write After Approval): Add myself.
3640 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
3642 * MAINTAINERS (Write After Approval): Add myself.
3644 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
3646 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3647 * configure: Regenerated.
3649 2013-02-05 Ian Lance Taylor <iant@google.com>
3652 * configure.ac: Disable libgo on some systems where it does not
3655 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
3657 * MAINTAINERS: Explicitly add myself as AIX maintainer.
3658 Remove Geoff Keating as rs6000 port maintainer, at his request.
3660 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
3662 * MAINTAINERS: Update my email.
3664 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
3666 * configure: Re-generate.
3668 2013-01-15 Richard Biener <rguenther@suse.de>
3671 * configure: Re-generate.
3673 2013-01-14 Matthias Klose <doko@ubuntu.com>
3675 * Makefile.def (install-target-libsanitizer): Depend on
3676 install-target-libstdc++-v3.
3677 * Makefile.in: Regenerate.
3679 2013-01-14 Richard Biener <rguenther@suse.de>
3681 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3682 * configure: Re-generate
3684 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3686 * config.sub: Update from config repo.
3688 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
3690 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3691 * Makefile.in: Regenerate.
3693 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3695 * MAINTAINERS (arc): Add new port maintainership for myself.
3697 2013-01-09 Jason Merrill <jason@redhat.com>
3699 * .gitignore: Import from gdb repository.
3701 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
3703 * Makefile.def (configure-gcc): Depend on all-gmp.
3704 (all-gcc): Remove dependency on all-gmp.
3705 * Makefile.in: Regenerated.
3707 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3709 * config.sub: Merge from config repo.
3710 * config.guess: Ditto.
3712 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3714 * Makefile.def: Merge from binutils.
3715 * Makefile.in: Ditto.
3717 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3719 * MAINTAINERS: Update my email.
3721 2012-12-29 Ben Elliston <bje@gnu.org>
3723 * config.guess: Update to 2012-12-29 version.
3724 * config.sub: Likewise.
3726 2012-12-20 Matthias Klose <doko@ubuntu.com>
3728 * Makefile.def (install-target-libgfortran): Depend on
3729 install-target-libquadmath, install-target-libgcc.
3730 (install-target-libsanitizer): Depend on install-target-libgcc.
3731 (install-target-libjava): Depend on install-target-libgcc.
3732 (install-target-libitm): Depend on install-target-libgcc.
3733 (install-target-libobjc): Depend on install-target-libgcc.
3734 (install-target-libstdc++-v3): Depend on install-target-libgcc.
3735 * Makefile.in: Regenerate.
3737 2012-12-19 Matthias Klose <doko@ubuntu.com>
3739 * Makefile.def (install-target-libgo): Depend on
3740 install-target-libatomic.
3741 * Makefile.in: Regenerate.
3743 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
3746 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3747 * Makefile.in: Regenerate.
3749 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
3751 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3752 * configure: Regenerate.
3754 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3756 * config.sub: Merge from config repo.
3758 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
3760 * Makefile.def (target_modules): Add bootstrap=true and
3761 raw_cxx=true to libsanitizer.
3762 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3763 * Makefile.in: Regenerated.
3764 * configure: Likewise.
3766 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
3768 * MAINTAINERS: Remove self as RTL optimization maintainer.
3770 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3772 * MAINTAINERS (Write After Approval): Add myself.
3774 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3776 * Makefile.def (target_modules): Remove bootstrap=true and
3777 raw_cxx=true from libsanitizer.
3778 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3779 * Makefile.in: Regenerated.
3780 * configure: Likewise.
3782 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3784 * Makefile.def (target_modules): Add bootstrap=true and
3785 raw_cxx=true to libsanitizer.
3786 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3787 * Makefile.in: Regenerated.
3788 * configure: Likewise.
3790 2012-11-28 Andrew Pinski <apinski@cavium.com>
3793 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3794 * configure: Regenerate.
3795 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3796 * Makefile.in: Regenerate.
3798 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3800 * configure.ac: Disable libsanitizer if we're not building C++.
3801 * configure: Regenerate.
3803 2012-11-15 Roland McGrath <roland@hack.frob.com>
3805 * MAINTAINERS (Write After Approval): Add myself.
3807 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
3809 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3810 Kostya Serebryany (kcc@google.com) and
3811 Jakub Jelinek (jakub@redhat.com).
3812 Rename area for Dodji Seketeli (dodji@redhat.com).
3814 2012-11-15 Dodji Seketeli <dodji@redhat.com>
3816 * MAINTAINERS: (asan.c, related): Add myself.
3818 2012-11-14 Roland McGrath <mcgrathr@google.com>
3820 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3821 * configure: Regenerate.
3823 2012-11-13 Richard Henderson <rth@redhat.com>
3825 * configure.ac: Move libsanitizer logic to subdirectory.
3826 * configure: Regenerate.
3828 2012-11-13 Dodji Seketeli <dodji@redhat.com>
3830 * configure.ac: Enable libsanitizer just on x86 linux for now.
3831 * configure: Re-generate.
3833 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
3835 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3837 * configure: Regenerate.
3839 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
3841 * configure.ac: Add section for configdirs for libsanitizer.
3842 Disable for cris-*-* and mmix-*-*.
3843 * configure: Regenerate.
3845 2012-11-12 Wei Mi <wmi@google.com>
3847 * configure.ac: Add libsanitizer to target_libraries.
3848 * Makefile.def: Ditto.
3849 * configure: Regenerate.
3850 * Makefile.in: Regenerate.
3851 * libsanitizer: New directory for asan runtime. Contains an empty
3854 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
3856 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3857 against Mingw64 w32api.
3858 * configure: Regenerate.
3860 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3862 * configure: Regenerated.
3864 2012-11-03 Robert Mason <rbmj@verizon.net>
3866 * configure.ac: add --disable-libstdcxx configure option
3867 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3869 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3871 * MAINTAINERS (Write After Approval): Add myself.
3873 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3875 * MAINTAINERS (Write After Approval): Add myself.
3877 2012-10-24 Sharad Singhai <singhai@google.com>
3879 * MAINTAINERS (Write After Approval): Add myself.
3881 2012-10-24 Eric Christopher <echristo@gmail.com>
3883 * MAINTAINERS: Update email address.
3885 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3888 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3889 * configure: Regenerate.
3891 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
3893 * MAINTAINERS (aarch64): Add Marcus and myself.
3895 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3898 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3899 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3900 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3901 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3902 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3903 * Makefile.in: Regenerate.
3904 * configure.ac (have_static_libs): New variable and associated check.
3905 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3906 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3907 * configure: Regenerate.
3909 2012-10-10 Richard Biener <rguenther@suse.de>
3911 * MAINTAINERS: Adjust for changed surname.
3913 2012-10-04 Lawrence Crowl <crowl@google.com>
3915 * MAINTAINERS (Write After Approval): Add myself.
3917 2012-10-01 Cary Coutant <ccoutant@google.com>
3919 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3921 2012-09-28 Ian Lance Taylor <iant@google.com>
3923 * Makefile.def: Make all-target-libgo depend on
3924 all-target-libbacktrace.
3925 * Makefile.in: Rebuild.
3927 2012-09-26 Ian Lance Taylor <iant@google.com>
3929 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3930 * Makefile.in: Rebuild.
3932 2012-09-20 Walter Lee <walt@tilera.com>
3934 * configure.ac: Add tilegx to list of targets that support gold.
3935 * configure: Regenerate.
3937 2012-09-20 Marek Polacek <polacek@redhat.com>
3939 * MAINTAINERS (Write After Approval): Add myself.
3941 2012-09-19 Steve Ellcey <sellcey@mips.com>
3943 * configure.ac: Add mips*-mti-elf* target.
3944 * configure: Regenerate.
3946 2012-09-17 Ian Lance Taylor <iant@google.com>
3948 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3949 * configure.ac (host_libs): Add libbacktrace.
3950 (target_libraries): Add libbacktrace.
3951 * Makefile.def (host_modules): Add libbacktrace.
3952 (target_modules): Likewise.
3953 * configure, Makefile.in: Rebuild.
3955 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
3958 Merge upstream change.
3959 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3961 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3962 Add libgomp*.o to compare_exclusions for AIX.
3963 * configure: Regenerate.
3965 2012-09-06 Diego Novillo <dnovillo@google.com>
3967 * configure.ac: Bump minimum GMP version to 4.2.3.
3968 * configure: Re-generate.
3970 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
3973 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3974 target-libgloss if not configured --with-avrlibc=no.
3975 * configure: Regenerate.
3977 2012-09-04 Jason Merrill <jason@redhat.com>
3979 * configure.ac: Fix --enable-languages=all.
3981 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
3983 * MAINTAINERS (Write After Approval): Add myself.
3985 2012-09-03 Richard Guenther <rguenther@suse.de>
3988 * configure.ac: Re-organize ISL / CLOOG checks to allow
3989 disabling with either --without-isl or --without-cloog.
3990 * configure: Regenerated.
3992 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
3994 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3995 * configure: Regenerate.
3997 2012-08-27 Ulrich Drepper <drepper@gmail.com>
3999 * MAINTAINERS: Fix my email address.
4001 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4004 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4006 * Makefile.in: Regenerated.
4008 2012-08-26 Art Haas <ahaas@impactweather.com>
4010 * configure: Regenerate.
4012 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4014 * INSTALL/README: Also refer to the online installation
4017 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4019 * MAINTAINERS (Write After Approval): Add myself.
4020 (Picochip port): Remove myself.
4022 2012-08-14 Diego Novillo <dnovillo@google.com>
4024 Merge from cxx-conversion branch.
4026 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4027 POSTSTAGE1_CONFIGURE_FLAGS.
4028 * Makefile.in: Regenerate.
4029 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4030 Force C++ when bootstrapping.
4031 * configure: Regenerate.
4033 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4035 * MAINTAINERS (Write After Approval): Add myself.
4037 2012-07-16 Joseph Myers <joseph@codesourcery.com>
4039 * README: Document use of ranges of years in copyright notices.
4041 2012-07-06 Richard Guenther <rguenther@suse.de>
4043 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4044 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4046 * Makefile.in: Regenerated.
4047 * configure: Likewise.
4049 2012-07-06 Richard Guenther <rguenther@suse.de>
4051 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4052 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4053 supply V=1 as extra_make_flags.
4054 * configure: Regenerated.
4055 * Makefile.in: Likewise.
4057 2012-07-04 Tristan Gingold <gingold@adacore.com>
4059 * configure: Regenerate.
4061 2012-07-03 Richard Guenther <rguenther@suse.de>
4063 * Makfile.def (isl): Remove not necessary extra_exports and
4065 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4066 * Makefile.in: Regenerated.
4068 2012-07-03 Richard Guenther <rguenther@suse.de>
4070 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4071 * configure.ac: If either the ISL or the CLooG check failed
4072 do not try to build in-tree versions.
4073 * Makefile.in: Regenerated.
4074 * configure: Regenerated.
4076 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4078 * configure: Regenerate.
4080 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
4082 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4085 2012-07-02 Richard Guenther <rguenther@suse.de>
4087 * configure: Regenerated.
4089 2012-07-02 Richard Guenther <rguenther@suse.de>
4090 Michael Matz <matz@suse.de>
4091 Tobias Grosser <tobias@grosser.es>
4092 Sebastian Pop <sebpop@gmail.com>
4094 * Makefile.def: Add ISL host module, remove PPL host module.
4095 Adjust ClooG host module to use the proper ISL.
4096 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4097 * configure.ac: Include config/isl.m4. Add ISL host library,
4098 remove PPL. Remove PPL configury, add ISL configury, adjust
4100 * Makefile.in: Regenerated.
4101 * configure: Likewise.
4103 2012-07-02 Richard Guenther <rguenther@suse.de>
4105 Merge from graphite branch
4106 2011-07-21 Tobias Grosser <tobias@grosser.es>
4108 * configure: Regenerated.
4109 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4110 both cloog.org and legacy versions. The only supported version will
4111 be CLooG with the isl backend.
4113 2011-07-21 Tobias Grosser <tobias@grosser.es>
4115 * configure: Regenerated.
4116 * configure.ac: Require cloog isl 0.17.0
4118 2011-07-21 Tobias Grosser <tobias@grosser.es>
4120 * configure: Regenerated.
4121 * config/cloog.m4: Do not define CLOOG_ORG
4123 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4125 * configure.ac: Skip C if explicitly selected.
4126 * configure: Regenerate.
4128 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
4130 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4132 * configure: Regenerate.
4134 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4137 * df.h, df-problems.c, dce.c: Revert last patch.
4139 2012-06-25 Iain Sandoe <iain@codesourcery.com>
4141 * MAINTAINERS (Write After Approval): Update my email address.
4143 2012-06-21 Meador Inge <meadori@codesourcery.com>
4145 * MAINTAINERS (Write After Approval): Add myself.
4147 2012-06-20 Jason Merrill <jason@redhat.com>
4149 * Makefile.tpl (check-target-libgomp-c++): New.
4150 (check-target-libitm-c++): New.
4151 * Makefile.def (c++): Add them.
4152 * Makefile.in: Regenerate.
4154 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
4156 * MAINTAINERS (Write After Approval): Add myself.
4158 2012-05-16 Olivier Hainque <hainque@adacore.com>
4160 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4161 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4162 (install-no-fixedincludes): Adjust accordingly.
4163 * Makefile.in: Regenerate.
4165 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4167 Merge upstream change
4168 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4170 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
4172 * MAINTAINERS (Write After Approval): Add myself.
4174 2012-05-09 Nick Clifton <nickc@redhat.com>
4175 Paul Smith <psmith@gnu.org>
4178 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4179 allow for the fact that from release v3.1.0 of MPFR the source
4180 files were moved into a src sub-directory.
4181 * configure: Regenerate.
4183 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4185 * configure.ac: Bump minimum MPFR version to 2.4.0.
4186 * configure: Regenerated.
4188 2012-05-01 Richard Henderson <rth@redhat.com>
4190 * Makefile.def (libatomic): New target_module.
4191 * configure.ac (target_libraries): Add libatomic.
4192 (noconfigdirs): Check if libatomic is supported.
4193 * Makefile.in, configure: Rebuild.
4195 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4197 * MAINTAINERS (Write After Approval): Add myself.
4199 2012-04-25 Joel Brobecker <brobecker@adacore.com>
4201 * config.sub: Update to 2012-04-18 version from official repo.
4203 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4205 * MAINTAINERS (Write After Approval): Add myself.
4207 2012-04-11 Steve Ellcey <sellcey@mips.com>
4209 * MAINTAINERS: Changed email address.
4211 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
4214 * contrib/gcc_update (files_and_dependencies):
4215 Remove gcc/config/avr/t-multilib from touch data.
4217 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4219 * MAINTAINERS (OS Port Maintainers): Remove irix.
4220 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4221 (unsupported_languages): Remove mips-sgi-irix6.*.
4222 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4223 (with_stabs): Remove.
4224 * configure: Regenerate.
4226 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4228 * MAINTAINERS (OS Port Maintainers): Remove osf.
4229 * configure.ac (enable_libgomp): Remove *-*-osf*.
4230 (with_stabs): Remove alpha*-*-osf*.
4231 * configure: Regenerate.
4233 2012-03-05 Tristan Gingold <gingold@adacore.com>
4235 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4236 * configure: Regenerate.
4238 2012-02-17 Walter Lee <walt@tilera.com>
4240 * MAINTAINERS: (Write After Approval): Delete myself.
4242 2012-02-14 Walter Lee <walt@tilera.com>
4244 * MAINTAINERS (tilegx port): Add myself.
4245 (tilepro port): Add myself.
4246 (Write After Approval): Add myself.
4248 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4250 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4251 and Joseph Myers as docstring relicensing maintainers.
4253 2012-02-09 Bin Cheng <bin.cheng@arm.com>
4255 * MAINTAINERS (write-after-approval): Add myself.
4257 2012-02-08 Ira Rosen <irar@il.ibm.com>
4259 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4262 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4264 * MAINTAINERS (Write After Approval): Move myself to
4265 maintain alphabetical order.
4267 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4269 * MAINTAINERS (Write After Approval): Add myself.
4271 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4273 * MAINTAINERS (Write After Approval): Add myself.
4275 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4276 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4278 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4279 * configure: Regenerate.
4281 2012-01-23 Harshit Chopra <harshit@google.com>
4283 * MAINTAINERS (Write After Approval): Add myself.
4285 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
4287 * configure.ac: Remove reference to mh-interix.
4288 * configure: Regenerate.
4290 2012-01-05 Richard Henderson <rth@redhat.com>
4293 * configure.ac: Disable libitm if c++ is not enabled.
4294 * configure: Rebuild.
4296 * configure.ac: Fix regexp for same.
4297 * configure: Rebuild.
4299 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4301 * MAINTAINERS (Write After Approval): Add myself.
4303 2012-01-02 Richard Guenther <rguenther@suse.de>
4306 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4307 * Makefile.in: Regenerate.
4309 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4311 * MAINTAINERS (Write After Approval): Add myself.
4313 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4315 * configure: Regenerate.
4317 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4319 * MAINTAINERS (picochip): Changed email address.
4321 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4323 * MAINTAINERS (write-after-approval): Add self.
4325 2011-11-29 DJ Delorie <dj@redhat.com>
4327 * configure.ac (rl78-*-*) New case.
4328 * configure: Regenerate.
4329 * MAINTAINERS: Add myself as RL78 maintainer.
4331 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4333 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4335 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
4337 * libtool.m4: Additional FreeBSD 10 fixes.
4339 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4341 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4342 Maintainers section, as Epiphany maintainer.
4344 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4347 * configure.ac: Remove ranlib special-casing for Darwin.
4348 * configure: Regenerate.
4350 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
4352 * MAINTAINERS (Reviewers): Keep the list sorted.
4354 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
4356 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4358 2011-11-09 Roland McGrath <mcgrathr@google.com>
4360 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4361 * configure: Rebuild.
4362 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4363 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4364 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4365 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4366 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4368 * Makefile.in: Rebuild.
4370 2011-11-09 Jason Merrill <jason@redhat.com>
4372 * Makefile.def (language=c++): Remove check-c++0x.
4373 * Makefile.in (check-gcc-c++): Regenerate.
4375 2011-11-08 Richard Henderson <rth@redhat.com>
4377 * configure.ac: Test for libitm directory present first.
4379 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4381 * configure.ac: Test libitm/configure.tgt to disable libitm.
4382 * configure: Rebuild.
4384 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
4385 Richard Henderson <rth@redhat.com>
4387 Merged from transactional-memory.
4389 * Makefile.def (lang_env_dependencies): libitm is c++.
4390 Add libitm target module.
4391 * configure.ac: Likewise.
4392 * config/mmap.m4: New file.
4393 * contrib/gcc_update: Add libitm to touch data.
4394 * Makefile.in, configure: Rebuild.
4396 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4398 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4399 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4400 * Makefile.in: Regenerate.
4402 2011-11-01 DJ Delorie <dj@redhat.com>
4404 * config.sub: Update to version 2011-10-29 (added rl78)
4406 2011-10-27 Nick Clifton <nickc@redhat.com>
4408 * config.sub: Import these changes from the config project:
4410 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4411 Ben Elliston <bje@gnu.org>
4413 * config.sub (epiphany): New.
4415 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4416 Ben Elliston <bje@gnu.org>
4418 * config.sub (hexagon, hexagon-*): New.
4420 2011-08-23 Roland McGrath <mcgrathr@google.com>
4422 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4425 2011-08-16 Roland McGrath <mcgrathr@google.com>
4427 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4428 (nacl): Grok as alias for 32el-unknown-nacl.
4430 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4432 * MAINTAINERS (Write After Approval): Add myself.
4434 2011-10-24 Teresa Johnson <tejohnson@google.com>
4436 * MAINTAINERS (Write After Approval): Add myself.
4438 2011-09-21 Jakub Jelinek <jakub@redhat.com>
4440 * MAINTAINERS (sparc port): Remove myself.
4442 2011-09-14 Tom de Vries <tom@codesourcery.com>
4444 * MAINTAINERS (Write After Approval): Add myself.
4446 2011-08-14 Yao Qi <yao@codesourcery.com>
4448 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4449 * configure: Regenerate.
4451 2011-07-26 Ian Lance Taylor <iant@google.com>
4453 * configure.ac: Set have_compiler based on whether gcc directory
4454 exists, rather than on whether gcc is in configdirs.
4455 * configure: Rebuild.
4457 2011-07-21 Joseph Myers <joseph@codesourcery.com>
4459 * MAINTAINERS (Global Reviewers): Add self.
4461 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
4463 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4465 * Makefile.in: Rebuild.
4467 2011-07-20 Ian Lance Taylor <iant@google.com>
4470 * configure.ac: Move --enable-bootstrap handling earlier in file.
4471 If --enable-bootstrap and either --enable-build-with-cxx or
4472 --enable-build-poststage1-with-cxx, enable C++ automatically.
4473 * configure: Rebuild.
4475 2011-07-19 Ian Lance Taylor <iant@google.com>
4477 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
4478 make C++ a boot_language. Set and substitute
4479 POSTSTAGE1_CONFIGURE_FLAGS.
4480 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4481 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4482 * configure, Makefile.in: Rebuild.
4484 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
4486 * MAINTAINERS (Register Allocation): Move myself from reviewers to
4489 2011-07-18 Jakub Jelinek <jakub@redhat.com>
4491 * MAINTAINERS (Global Reviewers): Add myself.
4493 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4495 * configure: Regenerate.
4497 2011-07-16 Jason Merrill <jason@redhat.com>
4499 * Makefile.def (language=c++): Add check-c++0x and
4500 check-target-libmudflap-c++.
4501 * Makefile.tpl (check-target-libmudflap-c++): New.
4502 * Makefile.in: Regenerate.
4504 2011-07-16 Matthias Klose <doko@ubuntu.com>
4506 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4507 * Makefile.def (target_modules/libjava): Pass
4508 $(EXTRA_CONFIGARGS_LIBJAVA).
4509 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4510 if not configured with --enable-static-libjava.
4511 * Makefile.in: Regenerate.
4512 * configure: Likewise.
4514 2011-07-15 Jason Merrill <jason@redhat.com>
4516 * Makefile.in (check-c++): Move check-gcc-c++0x after
4517 check-target-libstdc++-v3.
4519 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
4521 * MAINTAINERS (c6x port): New entry.
4523 2011-07-13 Jason Merrill <jason@redhat.com>
4525 * Makefile.in (check-gcc-c++0x): New.
4526 (check-c++): Depend on it.
4528 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4531 * configure.ac (i[3456789]86-*-solaris2*): Also accept
4532 x86_64-*-solaris2.1[0-9]*.
4533 * configure: Regenerate.
4535 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
4537 * MAINTAINERS (RTL optimizers): Add self.
4539 2011-06-27 Gabriel Charette <gchare@google.com>
4541 * MAINTAINERS (Write After Approval): Add myself.
4543 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
4550 * configure.ac (target_libraries): Remove target-libiberty.
4551 Remove case-statement setting skipdirs=target-libiberty for
4552 multiple targets. Remove checking target_configdirs and
4553 removing target-libiberty but keeping target-libgcc if
4555 * Makefile.def (target_modules): Don't add libiberty.
4556 (dependencies): Remove all traces of target-libiberty.
4557 * configure, Makefile.in: Regenerate.
4559 2011-06-13 Walter Lee <walt@tilera.com>
4561 * configure.ac (tilepro-*-*) New case.
4562 (tilegx-*-*): Likewise.
4563 * configure: Regenerate.
4565 2011-06-06 Jing Yu <jingyu@google.com>
4567 * configure.ac: Skip target-libiberty for
4568 arm*-*-linux-androideabi.
4569 * configure: Regenerated.
4571 2011-06-06 Nick Clifton <nickc@redhat.com>
4573 * config.sub: Sync from upstream.
4575 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
4577 * MAINTAINERS (Write After Approval): Add myself.
4579 2011-06-01 Daniel Jacobowitz <drow@false.org>
4581 * MAINTAINERS: Update my email address.
4583 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
4585 * MAINTAINERS (Write After Approval): Update my email address.
4587 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
4589 * MAINTAINERS (Write After Approval): Add myself.
4591 2011-05-08 Doug Kwan <dougkwan@google.com>
4593 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4594 * configure: Regenerated.
4595 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4596 value from configure.
4597 * Makefile.in: Regenerated.
4599 2011-05-05 Joseph Myers <joseph@codesourcery.com>
4601 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4602 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4603 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4604 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4605 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4606 *-*-vxworks*): Disable newlib and libgloss in separate case
4608 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4609 to separate case statement.
4610 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4611 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4612 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4613 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4614 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4615 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4616 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4617 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4618 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4619 i[[3456789]]86-*-rdos*, m32r-*-*,
4620 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4621 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4622 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4623 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4624 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4625 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4626 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4627 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4628 and libgloss in main case over targets. Remove most empty cases
4629 in main case over targets.
4630 * configure: Regenerate.
4632 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
4634 * MAINTAINERS (Write After Approval): Add myself.
4636 2011-05-04 Joseph Myers <joseph@codesourcery.com>
4638 * configure.ac: Remove code setting special library locations for
4639 hppa*64*-*-hpux11*. Remove code setting compiler for
4640 sparc-sun-solaris2*.
4641 * configure: Regenerate.
4643 2011-05-04 Joseph Myers <joseph@codesourcery.com>
4645 * configure.ac: Separate libgloss_dir settings from general case
4647 * configure: Regenerate.
4649 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4651 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4652 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4653 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4654 cases in libgcj-disabling case statement.
4655 (hppa*64*-*-linux*): Set unsupported_languages instead of
4656 disabling target-zlib.
4657 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4658 to hppa*64*-*-hpux*.
4659 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4661 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4662 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4663 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4664 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4665 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4666 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4667 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4668 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4669 libgcj-disabling case statement.
4670 * configure: Regenerate.
4672 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4674 * configure.ac: Disable Java for targets not supporting libffi.
4675 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4676 Remove cases in Java-disabling statement.
4677 (*arm-wince-pe): Change to arm-wince-pe.
4678 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4679 cases in Java-disabling statement.
4680 (bfin-*-*): Don't disable Java again.
4681 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4682 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4683 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4684 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4685 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4686 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4687 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4688 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4689 Java-disabling statement.
4690 (mmix-*-*): Don't disable Java again.
4691 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4692 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4693 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4694 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4695 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4697 * configure: Regenerate.
4699 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4701 * configure.ac: Separate cases disabling Java and Java libraries
4702 from general case over targets.
4703 * configure: Regenerate.
4705 2011-04-21 Jie Zhang <jzhang918@gmail.com>
4707 * MAINTAINERS: Update my email address.
4709 2011-04-20 Easwaran Raman <eraman@google.com>
4711 * MAINTAINERS (Write After Approval): Add myself.
4713 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
4716 * configure.ac: Re-enable LTO on *-apple-darwin9*.
4717 * configure: Regenerate.
4719 2011-04-16 Jim Meyering <meyering@redhat.com>
4721 * MAINTAINERS (Write After Approval): Add myself.
4723 2011-04-15 Dodji Seketeli <dodji@redhat.com>
4725 * MAINTAINERS: Update my email address.
4727 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
4729 * MAINTAINERS (Write After Approval): Add myself.
4731 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
4733 * MAINTAINERS (Write After Approval): Add myself.
4735 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
4737 * MAINTAINERS (Write After Approval): Add myself.
4739 2011-04-06 Joseph Myers <joseph@codesourcery.com>
4741 * configure.ac (build_tools): Remove build-byacc.
4742 (host_libs): Remove mmalloc.
4743 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4744 autoconf automake libtool diff rcs fileutils shellutils time
4745 textutils wdiff find uudecode hello tar gzip indent recode release
4746 sed perl gawk findutils gettext zip.
4747 (libgcj): Remove target-qthreads.
4748 (target_tools): Remove target-examples target-gperf.
4749 (YACC): Don't handle building byacc.
4750 * configure: Regenerate.
4751 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4752 dosutils, examples, fileutils, find, findutils, gawk, gettext,
4753 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4754 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4755 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4756 handle building components.
4757 * Makefile.in: Regenerate.
4759 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
4761 * MAINTAINERS: Update my email address as Xtensa maintainer.
4763 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4765 * config.sub: Sync from upstream.
4767 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4769 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4770 (microblaze*): Don't disable libssp.
4771 * configure: Regenerate.
4773 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4775 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4777 * configure: Regenerate.
4778 * Makefile.tpl: Use @SHELL@ not @config_shell@.
4779 * Makefile.in: Regenerate.
4781 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4783 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4784 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4785 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4786 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4787 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4788 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4789 md_exec_prefix cases.
4790 * configure: Regenerate.
4792 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4794 * configure.ac: Separate cases disabling target-libssp,
4795 target-libiberty, target-libstdc++-v3 and Fortran from general
4797 * configure: Regenerate.
4799 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4801 * configure.ac (*-*-chorusos): Don't disable libgcj.
4802 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4804 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4805 (arm-*-coff): Don't disable libgcj.
4806 (arm*-*-linux-gnueabi): Remove useless assignment.
4807 (arm-*-riscix*): Don't disable libgcj.
4808 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4810 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4811 (c54x*-*-*): Remove case.
4812 (tic54x-*-*): Don't disable GCC or GCC libraries.
4813 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
4815 (d10v-*-*): Don't disable GCC libraries.
4816 (d30v-*-*): Don't disable libgcj.
4817 (h8500-*-*): Don't disable GCC libraries.
4818 (i960-*-*): Don't disable libgcj.
4819 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4820 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4821 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4823 (m68k-*-coff*): Remove case.
4824 (mmix-*-*): Don't disable libgloss on host.
4825 (mn10200-*-*, mn10300-*-*): Remove cases.
4826 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4827 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4828 Don't disable libgcj.
4829 (romp-*-*): Remove case.
4830 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4831 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4833 (v810-*-*): Don't disable GCC libraries.
4834 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4835 (ip2k-*-*): Don't disable GCC libraries.
4836 * configure: Regenerate.
4838 2011-03-28 Joseph Myers <joseph@codesourcery.com>
4840 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4842 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4844 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4845 * configure: Regenerate.
4847 2011-03-26 John Marino <binutils@marino.st>
4849 * configure.ac: Add support for *-*-dragonfly*
4850 * configure: Regenerate.
4852 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4854 * configure.ac (native_only): Remove.
4855 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4856 send-pr uudecode guile gnuserv on host.
4857 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4858 send-pr rcs guile perl texinfo libtool on host.
4859 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4860 automake send-pr rcs guile perl texinfo libtool on host.
4861 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4862 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4863 (alpha*-dec-osf*): Don't disable fileutils on target.
4864 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4865 texinfo send-pr expect dejagnu on target.
4866 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4867 target-qthreads on target.
4868 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4869 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4870 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4871 x86_64-*-mingw*): Don't disable expect on target.
4872 (*-*-cygwin*): Don't disable target-gperf on target.
4873 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4875 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4877 * configure: Regenerate.
4879 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4881 * configure.ac (target_tools): Remove target-groff.
4882 (native_only): Remove target-groff.
4883 (hppa*64*-*-*): Don't disable byacc.
4884 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4886 (*-*-kaos*): Don't skip target-librx and target-groff.
4887 (*-*-netware*): Don't skip target-libmudflap.
4888 (*-*-tpf*): Don't skip target-libmudflap.
4889 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4890 directories on the host.
4891 (ia64*-*-*vms*): Don't skip tix.
4892 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4894 * configure: Regenerate.
4896 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4898 * configure.ac: Remove references to mt-mep, mt-netware,
4900 * Makefile.def: Add all-utils soft dependencies.
4901 * Makefile.tpl: Remove GDB_NLM_DEPS.
4902 * configure: Regenerate.
4903 * Makefile.in: Regenerate.
4905 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4907 * configure.ac: Do not include mh-x86omitfp.
4908 * configure: Regenerate.
4910 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4912 * configure.ac: Remove empty cases.
4913 * configure: Regenerate.
4915 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4917 * Makefile.def: Add dependency from termcap to gdb.
4918 * Makefile.in: Regenerate.
4920 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4922 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4923 * configure: Regenerate.
4924 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4925 * Makefile.tpl: Likewise.
4926 * Makefile.in: Regenerate.
4928 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4930 * configure.ac: Remove all mentions of tentative_cc.
4931 * configure: Regenerate.
4933 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4935 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4936 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4937 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4938 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4939 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4940 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4941 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4942 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4943 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4944 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4945 *-*-rhapsody*): Remove host cases.
4946 * configure: Regenerate.
4948 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4950 * configure.ac (ppc*-*-pe): Remove host case.
4951 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4952 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4953 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4955 * configure: Regenerate.
4957 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4959 * config.sub: Update to version 2011-03-23.
4961 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4963 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4964 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4965 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4966 * configure: Regenerate.
4968 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4970 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4971 to Write After Approval.
4972 * config-ml.in: Don't handle arc-*-elf*.
4973 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4974 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4975 handle GCC libraries.
4976 * configure: Regenerate.
4978 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4981 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4982 Add -lstdc++ -lm to LIBS.
4983 * configure: Regenerate.
4985 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
4987 * config.guess: Update to version 2011-02-02
4988 * config.sub: Update to version 2011-02-24
4990 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4993 * configure.ac: Re-enable LTO on *-apple-darwin9.
4994 * configure: Regenerate.
4996 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
4999 * configure.ac: Disable LTO on darwin due to an assembler change in
5000 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5002 * configure: Regenerate.
5004 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5006 * MAINTAINERS: Update myself as score backend maintainer,
5007 update my e-mail address.
5009 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
5011 * MAINTAINERS: Update my e-mail address.
5013 2011-03-06 Joey Ye <joey.ye@arm.com>
5015 * MAINTAINERS: Update my e-mail address.
5017 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5019 * configure.ac: Adjust test of with_ppl.
5020 * configure: Regenerated.
5022 2011-03-02 Kai Tietz <ktietz@redhat.com>
5024 * MAINTAINERS: Adjust my e-mail address.
5026 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5028 * configure.ac: Add -lpwl to ppllibs.
5029 * configure: Regenerated.
5031 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5033 * config/cloog.m4: Add -lisl to clooglibs.
5034 * configure: Regenerated.
5036 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5038 * MAINTAINERS (CPU Port maintainers): Add self.
5040 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5042 * MAINTAINERS: Add myself as testsuite maintainer.
5044 2011-02-15 Mike Stump <mikestump@comcast.net>
5046 * MAINTAINERS: Add myself as testsuite maintainer.
5048 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5050 Import from Libtool and gnulib:
5052 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5054 Prepare for supporting FreeBSD 10.
5055 * config.rpath: Remove handling of freebsd1* which soon would
5058 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5060 Remove support for FreeBSD 1.x.
5061 * libtool.m4 (_LT_LINKER_SHLIBS)
5062 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5063 soon would incorrectly match FreeBSD 10.0.
5065 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5068 * move-if-change: Import version from gnulib.
5070 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
5073 * Makefile.def (lto-plugin): Double dash for enable-shared.
5074 (configure-gcc): Depend on all-lto-plugin.
5075 * Makefile.in: Rebuilt.
5077 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5079 * configure.ac: Remove extra bracket.
5080 * configure: Regenerate.
5082 2011-02-08 Tobias Burnus <burnus@net-b.de>
5084 * MAINTAINERS: Add myself as libquadmath maintainer.
5086 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
5088 * MAINTAINERS: Update my email address.
5090 2011-02-07 Joseph Myers <joseph@codesourcery.com>
5092 * MAINTAINERS (option handling): Add self.
5094 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
5097 * Makefile.def: Add dependency for install-gcc
5098 on install-lto-plugin.
5099 * Makfile.in: Regenerated
5101 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5103 * MAINTAINERS (CPU Port Maintainers): Add myself.
5105 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
5108 * configure.ac: Discard --with-* flags for host when configuring
5109 target libraries for cross build.
5110 * configure: Rebuilt.
5112 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5114 * MAINTAINERS (linear loop transforms): Removed.
5116 2011-01-25 Jakub Jelinek <jakub@redhat.com>
5118 * configure.ac: If with_ppl is no, move setting with_cloog=no
5119 after CLOOG_REQUESTED check.
5120 * configure: Regenerated.
5122 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5124 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5125 CLooG has been requested.
5126 * configure: Regenerated.
5128 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5130 * configure: Regenerated.
5131 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5133 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5135 * configure: Regenerated.
5136 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5138 2011-01-21 Andreas Schwab <schwab@redhat.com>
5140 * configure.ac: Use AS_HELP_STRING throughout.
5141 * configure: Regenerate.
5143 2011-01-18 Jie Zhang <jie.zhang@analog.com>
5145 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5146 * configure: Regenerate.
5148 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5150 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5152 2011-01-13 Joel Brobecker <brobecker@adacore.com>
5154 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5156 * configure: Regenerate.
5158 2011-01-07 Jan Hubicka <jh@suse.cz>
5161 * Makefile.in: Regenerate.
5162 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5165 2011-01-07 Jan Hubicka <jh@suse.cz>
5167 * Makefile.in: Regenerate.
5168 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5169 and configure dependency on lto-plugin configure.
5170 (lto-plugin module): Remove dependency on GCC; add dependency on
5173 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5175 * MAINTAINERS (Write After Approval): Add myself.
5177 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5179 * configure: Regenerate.
5181 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5183 * configure.ac: (picochip): Disable libiberty.
5185 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5187 * MAINTAINERS (Write After Approval): Add myself.
5189 2010-12-10 Ian Lance Taylor <iant@google.com>
5192 * configure.ac: For --disable-libgcj clear libgcj_saved.
5193 * configure: Rebuild.
5195 2010-12-10 Tobias Burnus <burnus@net-b.de>
5198 * configure.ac: Add --disable-libquadmath and
5199 --disable-libquadmath-support.
5200 * configure: Regenerate.
5202 2010-12-03 Ian Lance Taylor <iant@google.com>
5204 * MAINTAINERS: Add myself as libgo maintainer.
5206 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
5209 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5210 * configure: Regenerate.
5212 2010-12-02 Ian Lance Taylor <iant@google.com>
5214 * configure.ac: Always set default for poststage1_ldflags to
5215 -static-libstdc++ -static-libgcc.
5217 2010-11-29 Andreas Schwab <schwab@redhat.com>
5219 * configure.ac: Move comment to remove extra space in last argument
5222 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
5225 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5226 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5227 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5228 (BASE_FLAGS_TO_PASS): Use it.
5229 * configure: Rebuilt.
5230 * Makefile.in: Rebuilt.
5232 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5235 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5236 Properly check default linker.
5237 * configure: Regnerated.
5239 2010-11-23 Matthias Klose <doko@ubuntu.com>
5241 * configure.ac: For --enable-gold, handle value `default' instead of
5242 `both*'. New configure option --{en,dis}able-ld.
5243 * configure: Regenerate.
5245 2010-11-20 Ian Lance Taylor <iant@google.com>
5247 * configure.ac: Only disable a language library if no language needs
5248 it. Don't let --disable-libgcj uncondtionally disable libffi.
5249 * configure: Rebuild.
5251 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5253 * Makefile.in: Regenerate.
5256 * configure.ac: Fix just-built in-tree STRIP name to be
5258 * configure: Regenerate.
5259 * Makefile.def (install-strip-gcc, install-strip-binutils)
5260 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5261 (install-strip-sid): Mirror dependencies on non-strip variants
5262 of these targets on the respective -strip prerequisites.
5263 * Makefile.tpl (install-strip, install-strip-host)
5264 (install-strip-target): New targets.
5265 (install-strip-[+module+], install-strip-target-[+module+]):
5267 * Makefile.in: Regenerate.
5269 2010-11-19 Ian Lance Taylor <iant@google.com>
5270 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5272 * configure.ac: Add target-libgo to target_libraries. Set
5273 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5274 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5275 (HOST_EXPORTS): Add GOC.
5276 (BASE_TARGET_EXPORTS): Add GOC.
5277 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5278 (GOCFLAGS_FOR_TARGET): New variable.
5279 (EXTRA_HOST_FLAGS): Add GOC.
5280 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5281 * Makefile.def (target_modules): Add libgo.
5282 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5283 (dependencies): Add dependency from configure-target-libgo to
5284 configure-target-libffi and all-target-libstdc++-v3. Add
5285 dependencies from all-target-libgo to all-target-libffi.
5286 (languages): Add go.
5287 * configure: Rebuild.
5288 * Makefile.in: Rebuild.
5290 2010-11-19 Ian Lance Taylor <iant@google.com>
5292 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5293 compiler/flag environment variables.
5295 2010-11-18 Ian Lance Taylor <iant@google.com>
5297 * configure.ac: Check for lang_requires_boot_languages in
5298 config-lang.in files.
5299 * configure: Rebuild.
5301 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5302 Tobias Burnus <burnus@net-b.de>
5305 * Makefile.def: Add libquadmath; build it with language=fortran.
5306 * configure.ac: Add libquadmath.
5307 * Makefile.tpl: Handle multiple libs in check-[+language+].
5308 * Makefile.in: Regenerate.
5309 * configure: Regenerate.
5311 2010-11-16 Tom Tromey <tromey@redhat.com>
5313 * MAINTAINERS: Moved myself to reviewers section.
5315 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
5317 * MAINTAINERS: Moved myself to reviewers section.
5319 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5321 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5322 (Write After Approval): Remove self.
5324 2010-11-15 Andreas Schwab <schwab@redhat.com>
5326 * configure.ac: Fix spelling in option names.
5327 * configure: Regenerated.
5329 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
5332 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5333 * configure: Regenerated.
5335 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5337 * MAINTAINERS: Update my email address.
5339 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5341 * configure: Regenerate.
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-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5357 * configure.ac: Support official CLooG.org versions.
5358 * configure: Regenerate.
5359 * config/cloog.m4: New.
5361 2010-11-10 François Dumont <francois.cppdevs@free.fr>
5363 * MAINTAINERS (Write After Approval): Add myself.
5365 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
5367 * MAINTAINERS: Update my email address.
5369 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5371 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5372 * configure: Regenerate.
5374 2010-11-03 Ian Lance Taylor <iant@google.com>
5375 Dave Korn <dave.korn.cygwin@gmail.com>
5378 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5379 and on other supported platforms whenever LTO is enabled.
5380 * configure: Rebuild.
5382 2010-11-02 Alan Modra <amodra@gmail.com>
5385 * configure.ac: Error when source path contains spaces.
5386 * configure: Regenerate.
5388 2010-10-23 James E. Wilson <wilson@codesourcery.com>
5390 * MAINTAINERS: Update my email address.
5392 2010-10-20 Ian Lance Taylor <iant@google.com>
5394 * Makefile.def (target_modules): Set lib_path to src/.libs for
5395 libstdc++-v3 module.
5396 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5397 * Makefile.in: Rebuild.
5399 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5401 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5402 (Write After Approval): Remove myself.
5404 2010-10-15 Tristan Gingold <gingold@adacore.com>
5406 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5408 2010-10-14 Douglas Rupp <rupp@gnat.com>
5410 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5412 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5414 * configure.ac (build_lto_plugin): New shell variable.
5415 (--enable-lto): Turn on by default for all non-ELF platforms that
5416 have had LTO support added so far. Set build_lto_plugin appropriately
5417 for both ELF and non-ELF.
5418 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5419 * configure: Regenerate.
5421 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5424 * configure.ac (v850 support): Remove target-libgloss from
5426 * configure: Regenerate.
5428 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5432 * configure.ac: Honor initial values of $build_configargs,
5433 $host_configargs, $target_configargs. Mark the precious, so
5434 environment settings get recorded.
5435 * configure: Regenerate.
5437 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5440 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5441 Depend on all-build-libiberty.
5442 * Makefile.in: Regenerate.
5444 2010-09-30 Michael Eager <eager@eagercon.com>
5446 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5447 * configure: Regenerate.
5449 2010-09-28 Michael Eager <eager@eagercon.com>
5451 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5453 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5456 * configure.ac: Fix unportable shell quoting.
5457 * configure: Regenerate.
5459 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
5461 * configure.ac (enable-lto): Add Darwin to the list of supported lto
5462 targets and amend comment.
5463 * configure: Regenerate.
5465 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
5467 * MAINTAINERS (Write After Approval): Add myself.
5469 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
5471 * configure.ac: Enable LTO by default on Darwin.
5472 * configure: Regenerate.
5474 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
5476 * MAINTAINERS (Write After Approval): Add myself.
5478 2010-09-01 Ian Bolton <ian.bolton@arm.com>
5480 * MAINTAINERS (Write After Approval): Add myself.
5482 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
5484 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5487 2010-07-28 David Yuste <david.yuste@gmail.com>
5489 * MAINTAINERS (Write After Approval): Add myself.
5491 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
5493 * configure.ac: Support all v850 targets.
5494 * configure: Regenerate.
5496 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
5499 * configure.ac (extra_mpfr_configure_flags): Copy from
5500 extra_mpc_gmp_configure_flags.
5501 * configure: Re-generated.
5503 2010-07-22 Andi Kleen <ak@linux.intel.com>
5505 * MAINTAINERS (Write After Approval): Add myself.
5507 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
5509 * MAINTAINERS (Write After Approval): Add myself.
5511 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
5513 * MAINTAINERS (Write After Approval): Add myself.
5515 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
5518 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5519 Provide -B option to allow for link spec %s substitutions for
5520 libstdc++.a on darwin.
5521 * Makefile.in: Regenerate.
5523 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
5525 * MAINTAINERS (Reviewers): Update my e-mail address
5527 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
5529 * Makefile.def (configure-gcc): Depend on all-libelf.
5530 * Makefile.in: Rebuild.
5532 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
5534 * MAINTAINERS (Write After Approval): Add myself in the right place.
5536 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
5538 * MAINTAINERS (Write After Approval): Add myself.
5540 2010-05-25 Sterling Augustine <sterling@tensilica.com>
5542 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5544 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
5546 * config.sub: Update to version 2010-05-21.
5547 * config.guess: Update to version 2010-04-03.
5549 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
5551 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5552 * configure: Regenerate.
5554 2010-05-12 Sriraman Tallam <tmsriram@google.com>
5556 * MAINTAINERS (Write After Approval): Add myself.
5558 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
5560 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5561 a platform that supports LTO.
5562 * configure: Regenerate.
5564 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
5566 * configure.ac: Allow all the versions greater than 0.10 of PPL.
5567 * configure: Regenerated.
5569 2010-04-27 Roland McGrath <roland@redhat.com>
5570 H.J. Lu <hongjiu.lu@intel.com>
5572 * configure.ac (--enable-gold): Support both, both/gold and
5573 both/bfd to add gold to configdirs without removing ld.
5574 * configure: Regenerated.
5576 * Makefile.def: Add install-gold dependency to install-ld.
5577 * Makefile.in: Regenerated.
5579 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
5582 * configure.ac (--enable-lto): Refactor handling so libelf tests
5583 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5584 and allow LTO to be explicitly enabled on non-ELF platforms that
5585 are known to support it inside else-clause.
5586 * configure: Regenerate.
5588 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
5590 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5591 * configure: Regenerate.
5593 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
5595 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5596 * configure: Regenerate.
5598 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5600 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5602 * configure: Regenerate.
5604 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
5606 * MAINTAINERS (Write After Approval): Add myself.
5608 2010-04-14 Tristan Gingold <gingold@adacore.com>
5610 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5611 * configure: Regenerate.
5613 2010-04-13 Steve Ellcey <sje@cup.hp.com>
5615 * configure: Regenerate after change to elf.m4.
5617 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
5619 * MAINTAINERS (Write After Approval): Add myself.
5621 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5623 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5624 * configure: Regenerated.
5626 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5628 * configure.ac: Print "buggy but acceptable" when CLooG
5629 revision is less than 9.
5630 * configure: Regenerated.
5632 2010-04-01 Diego Novillo <dnovillo@google.com>
5634 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5636 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5643 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5645 * configure.ac: Do not pass --enable-multilib nor
5646 --disable-multilib in baseargs. Accept explicitly passed
5648 * configure: Regenerate.
5650 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5652 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5654 2010-03-31 Janis Johnson <janis187@us.ibm.com>
5656 * MAINTAINERS: Remove myself.
5658 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5661 * configure.ac: Do not pass --enable-multilib nor
5662 --disable-multilib in baseargs. Accept explicitly passed
5664 * configure: Regenerate.
5666 2010-03-28 Andrew Pinski <pinskia@gmail.com>
5668 * MAINTAINERS (spu port): Remove me.
5670 2010-03-23 Joseph Myers <joseph@codesourcery.com>
5672 * configure.ac (tic6x-*-*): New case.
5673 * configure: Regenerate.
5675 2010-03-23 Joseph Myers <joseph@codesourcery.com>
5677 * config.sub: Update to version 2010-03-22.
5678 * config.guess: Update to version 2009-12-30.
5680 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
5683 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5684 * configure: Regenerate.
5686 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5688 * MAINTAINERS: Update my email address.
5690 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
5692 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5693 (ghassan.shobaki@amd.com): Removed.
5695 2010-03-17 Alan Modra <amodra@gmail.com>
5697 * MAINTAINERS: Update my email address.
5699 2010-03-16 Diego Novillo <dnovillo@google.com>
5701 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5704 2010-03-16 Joseph Myers <joseph@codesourcery.com>
5706 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5707 Gutson, Jeffrey D. Oldham and Mark Shinwell.
5709 2010-03-16 Joseph Myers <joseph@codesourcery.com>
5711 * MAINTAINERS: Update my email address.
5713 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5715 * MAINTAINERS: Update my email address.
5717 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
5719 * MAINTAINERS: Update my email address.
5721 2010-03-09 Jie Zhang <jie@codesourcery.com>
5723 * MAINTAINERS: Update my email address.
5725 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5728 * configure.ac (RANLIB): Default to true.
5730 (RANLIB_FOR_TARGET): Remove superfluous : argument.
5731 * configure: Regenerate.
5733 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
5735 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5736 (Write After Approval): Update my email address.
5738 2010-02-17 Nick Clifton <nickc@redhat.com>
5741 * Makefile.tpl (local-distclean): Also remove config.cache files in
5742 sub-directories as there may not be Makefiles present in the
5744 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5745 the config.cache files found by the find command.
5747 * Makefile.in: Regenerate.
5748 * configure.ac: Revert previous delta.
5749 * configure: Regenerate.
5751 2010-02-15 Nick Clifton <nickc@redhat.com>
5754 * configure.ac: Delete config.cache files in sub-directories when
5756 * configure: Regenerate.
5758 2010-02-12 Ben Elliston <bje@gnu.org>
5760 * MAINTAINERS: Update my email address.
5762 2010-02-08 Andrew Pinski <pinskia@gmail.com>
5764 * MAINTAINERS (spu port): Update my email address.
5766 2010-02-08 Jie Zhang <jie.zhang@analog.com>
5768 * MAINTAINERS: Add myself as a maintainer for the bfin port.
5770 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5772 * configure.ac: Add "recommended" version checks for GMP/MPC.
5773 Update recommended GMP/MPFR/MPC versions.
5774 * configure: Regenerate.
5776 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
5778 * MAINTAINERS: Move my Embecosm email address into the
5779 write-after-approval section.
5781 2010-01-26 Ian Lance Taylor <iant@google.com>
5783 * MAINTAINERS: Add myself as Go frontend maintainer.
5785 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
5787 PR libstdc++/36101, PR libstdc++/42813
5788 * configure.ac (bootstrap_target_libs): Make inclusion of
5789 target-libgomp conditional on libgomb being in target_configdirs.
5790 * configure: Regenerate.
5792 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
5794 PR libstdc++/36101, PR libstdc++/42813
5795 * configure.ac (bootstrap_target_libs): Include target-libgomp.
5796 * configure: Regenerate.
5798 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
5800 PR libstdc++/36101, PR libstdc++/42813
5801 * configure.ac (target_configdirs): Substitute.
5802 * Makefile.def: Bootstrap target module libgomp.
5803 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5804 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5805 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5806 * configure, Makefile.in: Regenerate.
5808 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
5810 * MAINTAINERS: Adjust my details.
5812 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
5814 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5816 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
5818 * MAINTAINERS: reindented my entry with tabs instead of spaces.
5820 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
5822 * MAINTAINERS (Write After Approval): Add myself.
5824 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5826 * MAINTAINERS (Write After Approval): Add myself.
5828 2010-01-11 Richard Guenther <rguenther@suse.de>
5831 * Makefile.def (all-lto-plugin): Depend on all-gcc.
5832 * Makefile.in: Regenerated.
5834 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
5836 * configure.ac: Enable libjava build on x86_64-*freebsd*.
5837 * configure: Regenerate.
5839 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5840 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5843 * configure.ac: Include libtool m4 files.
5844 (_LT_CHECK_OBJDIR): Call it.
5845 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5846 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5848 * configure: Regenerate.
5850 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5853 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5854 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5855 * Makefile.in: Regenerate.
5857 2010-01-02 Richard Guenther <rguenther@suse.de>
5860 * configure.ac: Include config/elf.m4. Disable LTO if not
5861 builting for an elf target.
5862 * configure: Regenerate.
5864 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5866 * MAINTAINERS: Change my email address.
5868 2009-12-18 Ben Elliston <bje@au.ibm.com>
5870 * config.sub, config.guess: Update from upstream sources.
5872 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5874 * MAINTAINERS (Write After Approval): Add myself.
5876 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5882 * configure.ac: Require MPC.
5883 * configure: Regenerate.
5885 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5889 * libtool.m4: Sync from git Libtool.
5890 * ltoptions.m4: Likewise.
5891 * ltversion.m4: Likewise.
5892 * lt~obsolete.m4: Likewise.
5893 * ltmain.sh: Likewise.
5895 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5897 * configure.ac: Update minimum MPC version to 0.8.
5898 * configure: Regenerate.
5900 2009-11-21 Sebastian Pop <sebpop@gmail.com>
5902 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5903 * configure: Regenerated.
5905 2009-11-21 Ian Lance Taylor <iant@google.com>
5907 * configure.ac: Change default of poststage1_ldflags to be empty if
5908 poststage1_libs is set. When poststage1_libs is empty, and
5909 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5910 * configure: Rebuild.
5912 2009-11-21 Adam Nemet <adambnmet@gmail.com>
5914 * MAINTAINERS (Write After Approval): Update my email address.
5916 2009-11-20 Ben Elliston <bje@au.ibm.com>
5918 * config.guess: Update from upstream sources.
5920 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5922 * Makefile.def: Restore host and target settings for gmp.
5923 * Makefile.in: Rebuild.
5925 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5927 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5928 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5929 Fix portability of test of C++ as bootstrap language. Add
5930 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5931 * configure: Rebuild.
5932 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5933 and cloog. Fix in-tree ppl configuration. Introduce libelf
5935 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5936 (POSTSTAGE1_HOST_EXPORTS): Use it.
5937 (STAGE[+id+]_CXXFLAGS): New.
5938 (BASE_FLAGS_TO_PASS): Pass it down.
5939 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5941 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5942 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5944 * Makefile.in: Rebuild.
5946 2009-11-17 Ben Elliston <bje@au.ibm.com>
5948 * config.sub, config.guess: Update from upstream sources.
5950 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5952 * MAINTAINERS (Write After Approval): Add myself.
5954 2009-11-09 Jon Beniston <jon@beniston.com>
5956 * MAINTAINERS (Write After Approval): Add myself.
5958 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5960 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5961 paths for *-w64-mingw* and x86_64-*mingw*.
5962 * configure: Regenerated.
5964 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
5966 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5968 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5970 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5971 Phil Edwards to Write-After Approval.
5973 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
5975 * configure.ac: Disable target-winsup & co for
5976 x86_64-*-mingw* and *-w64-mingw* targets.
5977 * configure: Regenerated.
5979 2009-10-16 Nick Clifton <nickc@redhat.com>
5981 * MAINTAINERS: Add myself as a maintainer for the RX port.
5983 2009-10-26 Johannes Singler <singler@kit.edu>
5985 * MAINTAINERS (Write After Approval): Update my e-mail address.
5987 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5989 * configure.ac (CLooG test): Use = with test.
5990 * configure: Regenerate.
5992 2009-10-22 Richard Guenther <rguenther@suse.de>
5994 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
5995 cloog if the ppl version check failed. Move flags saving
5996 before setting in libelf check.
5997 * configure: Regenerate.
5999 2009-10-21 Richard Guenther <rguenther@suse.de>
6001 * configure.ac: Adjust the ppl and cloog configure to work as
6002 documented. Disable cloog if ppl was disabled. Omit the version
6003 checks if they were disabled.
6004 * configure: Re-generate.
6006 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6008 * configure.ac: Add 'lto' to enable_languages, not
6009 new_enable_languages, and only if not already present.
6010 * configure: Regenerate.
6012 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6014 * README: Refer to the various COPYING* files instead of just
6016 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6018 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
6020 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6022 2009-10-07 Richard Guenther <rguenther@suse.de>
6024 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6025 and Richard Guenther as reviewers.
6026 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6029 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
6031 * config.sub: Update from upstream sources.
6033 2009-10-06 Ian Lance Taylor <iant@google.com>
6035 * Makefile.def: check-gold depends upon all-gas.
6036 * Makefile.in: Rebuild.
6038 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6040 * MAINTAINERS (Write After Approval): Add myself.
6042 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6044 * Makefile.def: all-lto-plugin depends on all-libiberty.
6045 set bootstrap=true for lto-plugin.
6047 * Makefile.in: Regenerate.
6048 * configure.ac (host_libs): Add lto-plugin.
6049 * configure: Regenerate.
6051 2009-10-03 Diego Novillo <dnovillo@google.com>
6053 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6054 (HOST_LIBELFLIBS): Define.
6055 (HOST_LIBELFINC): Define.
6056 * Makefile.in: Regenerate.
6057 * configure.ac: Add --enable-lto.
6058 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6059 If --enable-lto is used, add 'lto' to new_enable_languages.
6060 If --enable-lto is used and gold is enabled, add
6061 lto-plugin to configdirs.
6062 * configure: Regenerate.
6064 2009-10-03 Simon Baldwin <simonb@google.com>
6066 * configure.ac: If --with-system-zlib, suppress local zlib and
6067 pass --with-system-zlib to subdir configure scripts.
6068 * configure: Regenerate.
6070 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
6071 Paolo Bonzini <bonzini@gnu.org>
6073 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6075 * Makefile.in: Rebuilt.
6077 2009-09-26 Gary Funck <gary@intrepid.com>
6079 * MAINTAINERS (Write After Approval): Add myself.
6081 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6083 * configure.ac: Update minimum MPC version to 0.7.
6084 * configure: Regenerate.
6086 2009-09-25 Nick Clifton <nickc@redhat.com>
6088 * configure.ac: Pass any --cache-file=/dev/null option on to
6090 * configure: Regenerate.
6092 2009-09-23 Nick Clifton <nickc@redhat.com>
6094 * config.sub, config.guess: Update from upstream sources.
6096 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
6098 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6099 * Makefile.in: Rebuilt.
6101 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6104 * configure.ac: Error out if $srcdir isn't '.' but contains
6105 host-${host_noncanonical}.
6106 * configure: Regenerate.
6108 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6110 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6113 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6115 * configure.ac: If bootstrapping a combined tree with
6116 --enable-gold, require c++ in stage1_languages.
6117 * configure: Regenerate.
6119 * configure.ac: Also add target_libs of stage1_languages to
6120 bootstrap_target_libs.
6121 * configure: Regenerate.
6123 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6124 with --enable-languages not containing c++.
6125 * configure: Regenerate.
6127 2009-09-15 Jie Zhang <jie.zhang@analog.com>
6129 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6130 * configure: Regenerate.
6132 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
6134 * MAINTAINERS (Write After Approval): Update my e-mail address,
6135 and move from from here...
6136 (Waiting for paperwork): To here.
6138 2009-09-09 Joseph Myers <joseph@codesourcery.com>
6140 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6142 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6144 * configure.ac: Do not use $extrasub for replacing @if/@endif
6145 parts in Makefile; instead, use additional arguments to
6146 AC_CONFIG_COMMANDS to do the replacement manually, with several
6147 sed invocations, to avoid HP-UX sed command limits.
6148 * configure: Regenerate.
6150 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
6152 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6155 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
6157 * configure.ac (with-build-config): Document. Handle without.
6158 Handle missing argument.
6159 * configure: Rebuilt.
6161 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
6163 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6164 Default to bootstrap-debug only if compare-debug works.
6165 * configure: Rebuilt.
6166 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6167 * Makefile.in: Rebuilt.
6169 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6171 * MAINTAINERS (OS Port Maintainers): Update my email address.
6173 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
6175 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6176 * Makefile.in: Rebuilt.
6178 2009-09-01 Chris Demetriou <cgd@google.com>
6180 * MAINTAINERS (Write After Approval): Add myself.
6182 2009-08-31 Dodji Seketeli <dodji@redhat.com>
6185 * include/dwarf2.h (enum dwarf_tag): Added
6186 DW_TAG_GNU_template_template_param
6187 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6189 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6191 * Makefile.tpl (AWK): Fix typo.
6192 * Makefile.in: Regenerate.
6194 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6196 * configure.ac: Detect awk and sed.
6197 * Makefile.def (flags_to_pass): Add AWK and SED.
6198 * Makefile.tpl (AWK, SED): New.
6199 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6200 * configure: Regenerate.
6201 * Makefile.in: Regenerate.
6203 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6205 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6206 (collapseslashes): Likewise.
6208 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6210 * configure.ac (AC_PREREQ): Bump to 2.64.
6212 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6214 * configure.ac: Remove --with-datarootdir, --with-docdir,
6215 --with-pdfdir, --with-htmldir switches.
6216 * configure: Regenerate.
6218 * configure: Regenerate.
6220 * compile: Sync from Automake 1.11.
6221 * depcomp: Likewise.
6222 * install-sh: Likewise.
6223 * missing: Likewise.
6224 * mkinstalldirs: Likewise.
6227 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6229 * ltmain.sh (func_normal_abspath): New function.
6230 (func_relative_path): Likewise.
6231 (func_mode_help): Document new -bindir option for link mode.
6232 (func_mode_link): Add new -bindir option, and use it to place
6233 output DLL if specified.
6235 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6237 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6238 (baseargs): Add --disable-option-checking.
6239 * configure: Regenerate.
6241 * Makefile.def (configure-target-libiberty): Depend on
6242 all-binutils and all-ld.
6243 (configure-target-newlib): Likewise.
6244 * Makefile.in: Regenerate.
6246 2009-08-17 Ben Elliston <bje@au.ibm.com>
6248 * config.sub, config.guess: Update from upstream sources.
6250 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6252 Sync from src, merge:
6254 2009-07-02 Tristan Gingold <gingold@adacore.com>
6256 * configure.ac: Do not exclude gas for i386-*-darwin.
6257 Add a case for x86_64-*-darwin.
6258 * configure: Regenerate.
6260 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6262 * MAINTAINERS: Add my name to Write After Approval list.
6264 2009-08-06 Michael Eager <eager@eagercon.com>
6266 * configure.ac: Add Microblaze target.
6267 * configure: Regenerate.
6269 2009-07-31 Christian Bruel <christian.bruel@st.com>
6271 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6272 * configure: Regenerate.
6274 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
6276 * MAINTAINERS (Write After Approval): Update my e-mail address.
6278 2009-07-06 Ian Lance Taylor <iant@google.com>
6280 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6281 * configure: Rebuild.
6283 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6285 * MAINTAINERS: Move myself to the Graphite Reviewers.
6287 2009-06-30 Wei Guozhi <carrot@google.com>
6289 * MAINTAINERS: Add my name to Write After Approval list.
6291 2009-06-26 Steve Ellcey <sje@cup.hp.com>
6294 * configure.ac (comparestring): Create new variable.
6295 * Makefile.tpl (comparestring): Use to skip some comparisions.
6296 * configure: Regenerate.
6297 * Makefile.in: Regenerate.
6299 2009-06-26 Doug Evans <dje@sebabeach.org>
6301 * Makefile.def (host_modules): Add cgen.
6302 * Makefile.in: Regenerate.
6303 * configure.ac (host_tools): Add cgen.
6304 * configure: Regenerate.
6306 2009-06-23 DJ Delorie <dj@redhat.com>
6308 * MAINTAINERS: Add myself as mep maintainer.
6310 2009-06-23 Ian Lance Taylor <iant@google.com>
6312 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6313 boot_languages. Only bootstrap target libraries listed in
6314 target_libs for some boot language. Add --with-stage1-ldflags,
6315 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6316 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6317 if not building with C++.
6318 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6319 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6320 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6321 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6322 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6323 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6324 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6325 * configure, Makefile.in: Rebuild.
6327 2009-06-23 Li Feng <nemokingdom@gmail.com>
6329 * MAINTAINERS: Added my name to write-after-approval list.
6331 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6333 * configure.ac: Define is_elf for QNX Neutrino targets.
6334 * configure: Regenerate.
6336 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6338 * MAINTAINERS: Added my name to the write-after-approval list
6340 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6342 * configure.ac: Detect MPC in default directory.
6343 * configure: Regenerate.
6345 2009-06-03 Jerome Guitton <guitton@adacore.com>
6346 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6348 * Makefile.tpl (all): Avoid a trailing backslash.
6349 * Makefile.in: Regenerate.
6351 2009-06-03 Ben Elliston <bje@au.ibm.com>
6353 * config.sub, config.guess: Update from upstream sources.
6355 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6357 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6359 * configure: Regenerate.
6361 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
6363 * Makefile.tpl ([+compare-target+]): Compare all stage
6364 directories, rather than just gcc.
6365 * Makefile.in: Rebuilt.
6367 2009-06-01 Doug Kwan <dougkwan@google.com>
6369 * configure.ac: Support gold for target arm*-*-*.
6370 * configure: Regenerate.
6372 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6374 * Makefile.def: Add MPC support and dependencies.
6375 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6377 * Makefile.in, configure: Regenerate.
6379 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
6381 * Makefile.tpl (all): Avoid harmless warning in make all when
6382 gcc-bootstrap is enabled but stage_last does not exist.
6383 * Makefile.in: Rebuilt.
6385 2009-05-24 Nicolas Roche <roche@adacore.com>
6387 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6388 * Makefile.in: Regenerate.
6390 2009-05-21 Denis Chertykov <chertykov@gmail.com>
6392 * MAINTAINERS: Update my e-mail address.
6394 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6396 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6397 * configure: Regenerate.
6399 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
6402 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6403 gcc-no-bootstrap are mutually exclusive.
6404 * Makefile.in: Rebuilt.
6406 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
6409 * Makefile.tpl (all): Don't end with unconditional success.
6410 * Makefile.in: Rebuilt.
6412 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
6415 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6416 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6417 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6418 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6419 stage_configureflags, stage_cflags and stage_libcflags into
6420 explicit Makefile macros.
6421 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6423 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6424 CC. Set CC_FOR_BUILD from CC.
6425 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6426 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6427 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6428 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6430 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6431 (_LIBCFLAGS): Renamed to _TFLAGS.
6432 (do-compare-debug, do-compare3-debug): Drop.
6433 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6434 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6435 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6436 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6437 (XGCC_FLAGS_FOR_TARGET): New.
6438 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6439 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6440 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6441 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6442 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
6443 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
6445 (BUILD_CONFIG): Include if requested.
6446 (all): Set TFLAGS on bootstrap.
6447 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6448 (all-stageid-prefixmodule): Likewise.
6449 (do-clean, distclean-stageid): Set TFLAGS.
6450 (restrap): Fix whitespace.
6451 * Makefile.in: Rebuilt.
6453 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
6455 * config.guess: Sync with src.
6457 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
6459 * configure.ac ($with_ppl): Default to no if not supplied.
6460 ($with_cloog): Likewise.
6461 configure: Regenerate.
6463 2009-04-27 James E. Wilson <wilson@codesourcery.com>
6465 * MAINTAINERS: Update my e-mail address.
6467 2009-04-27 Nick Clifton <nickc@redhat.com>
6469 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6471 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
6473 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6474 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6475 * Makefile.in: Regenerate.
6477 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6480 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6481 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6483 * configure, Makefile.in: Regenerate.
6485 2009-04-21 Taras Glek <tglek@mozilla.com>
6487 * include/hashtab.h: Update GTY annotations to new syntax
6488 * include/splay-tree.h: Likewise
6490 2009-04-17 Ben Elliston <bje@au.ibm.com>
6492 * config.sub, config.guess: Update from upstream sources.
6494 2009-04-15 Anthony Green <green@moxielogic.com>
6496 * configure.ac: Add moxie support.
6497 * configure: Rebuilt.
6499 2009-04-14 Jakub Jelinek <jakub@redhat.com>
6501 * configure.ac: Change copyright header to refer to version
6502 3 of the GNU General Public License and to point readers at the
6503 COPYING3 file and the FSF's license web page.
6504 * Makefile.def: Likewise.
6505 * Makefile.tpl: Likewise.
6506 * Makefile.in: Regenerate.
6508 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
6510 * configure.ac: Restore match for darwin9 or later. Use double
6511 brackets since regeneration eats one pair.
6512 * configure: Regenerate.
6514 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
6517 * configure.ac: Require texinfo 4.7.
6518 * configure: Regenerated.
6520 2009-04-09 Nick Clifton <nickc@redhat.com>
6522 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6523 the GCC Runtime Library Exception.
6525 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6527 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6528 * configure: Regenerate.
6530 2009-04-01 Steve Ellcey <sje@cup.hp.com>
6532 * Makefil.def (languages): New entries.
6533 * Makefile.tpl (check-gcc-*): New generic target.
6534 * Makefile.in: Regenerate.
6536 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
6538 * MAINTAINERS: Update my email address.
6540 2009-03-18 Tom Tromey <tromey@redhat.com>
6542 * configure: Rebuild.
6543 * configure.ac (host_libs): Add libiconv.
6544 * Makefile.in: Rebuild.
6545 * Makefile.def (host_modules): Add libiconv.
6546 (configure-gdb, all-gdb): Depend on libiconv.
6548 2009-03-16 Tristan Gingold <gingold@adacore.com>
6550 * configure.ac: Treat gdb as supported on x86_64-darwin.
6551 * configure: Regenerate.
6553 2009-03-16 Joseph Myers <joseph@codesourcery.com>
6555 * configure.ac (--with-host-libstdcxx): New option.
6556 * configure: Regenerate.
6558 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
6560 * MAINTAINERS: Move myself into the write after approval list.
6562 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
6564 * MAINTAINERS: Update e-mail address.
6566 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
6568 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6570 2009-03-10 Ira Rosen <irar@il.ibm.com>
6572 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6574 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6576 Backport from git Libtool:
6578 2009-01-19 Robert Millan <rmh@aybabtu.com>
6579 Support GNU/kOpenSolaris.
6580 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6581 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6582 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6585 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
6587 * MAINTAINERS: Update e-mail address.
6589 2009-02-24 Michael Eager <eager@eagercon.com>
6591 * MAINTAINERS (Write After Approval): Add self.
6593 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
6595 * MAINTAINERS (Write After Approval): Add myself.
6597 2009-02-05 Andreas Schwab <schwab@suse.de>
6599 * Makefile.tpl (stage_last): Define $r and $s before using
6600 $(RECURSE_FLAGS_TO_PASS).
6601 * Makefile.in: Regenerate
6603 2009-01-30 Ian Lance Taylor <iant@google.com>
6605 * MAINTAINERS: Move myself to the Global Reviewers list.
6607 2009-01-29 Robert Millan <rmh@aybabtu.com>
6609 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6610 * configure: Regenerate.
6612 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
6614 * MAINTAINERS: Make whitespace consistent.
6615 Remove Robert Millan from Write After Approval.
6617 2009-01-16 Alan Modra <amodra@bigpond.net.au>
6619 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6620 (all-opcodes): Depend on all-libiberty.
6621 * Makefile.in: Regenerate.
6623 2009-01-15 Douglas B Rupp <rupp@gnat.com>
6625 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6626 * configure: Regenerate.
6628 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
6630 * MAINTAINERS (Write After Approval): Add myself.
6632 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
6634 * MAINTAINERS: Add myself to reviewers (Fortran).
6636 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
6638 PR tree-optimization/38515
6639 * configure.ac (cloog-polylib): Removed.
6640 (with_ppl, with_cloog): Test for "no".
6641 * configure: Regenerated.
6643 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
6645 * MAINTAINERS: Moved myself to reviewers (Fortran).
6647 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
6649 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6650 (Write After Approval): Remove myself.
6652 2009-01-03 Diego Novillo <dnovillo@google.com>
6654 * MAINTAINERS: Remove myself from alias maintainership.
6656 2009-01-02 David Ayers <ayers@fsfe.org>
6658 * MAINTAINERS: Update e-mail address.
6660 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
6662 * MAINTAINERS: Make whitespace consistent.
6664 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6666 Backport from upstream Libtool:
6667 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6668 Add cache variables to tests that require the linker to work.
6669 For shlibpath_overrides_runpath, this also changes the semantics
6670 to let the result from the C compiler take precedence.
6672 2008-12-02 Ben Elliston <bje@au.ibm.com>
6674 * config.sub, config.guess: Update from upstream sources.
6676 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
6678 * configure.ac (ppllibs): Add by default the lib flags.
6679 * configure: Regenerate.
6681 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
6683 * MAINTAINERS: Add myself to the write after approval list.
6685 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
6687 * configure.ac: Add double brackets on darwin[912].
6688 * configure: Regenerate.
6690 2008-12-03 Daniel Kraft <d@domob.eu>
6692 * MAINTAINERS: Moved myself and Mikael Morin from Write After
6693 Approval to Reviewer section (for Fortran front-end).
6695 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
6697 * configure.ac: Expand to darwin10 and later.
6698 * configure: Regenerate.
6700 2008-12-02 Andreas Schwab <schwab@suse.de>
6702 * Makefile.def: configure-target-boehm-gc depends on
6703 all-target-libstdc++-v3.
6704 * Makefile.in: Regenerate.
6706 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
6708 * MAINTAINERS: Add myself as mingw maintainer.
6710 2008-12-02 Ben Elliston <bje@au.ibm.com>
6712 * config.sub, config.guess: Update from upstream sources.
6714 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
6716 * README.SCO: Remove.
6718 2008-11-29 Fernando Pereira <pronesto@gmail.com>
6720 * MAINTAINERS: Add myself to the write after approval list.
6722 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
6724 * MAINTAINERS: Update my email address in WAA section.
6726 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
6728 * MAINTAINERS: Update e-mail address.
6730 2008-11-27 Toon Moene <toon@moene.org>
6732 * MAINTAINERS: Change e-mail address.
6734 2008-11-27 Tristan Gingold <gingold@adacore.com>
6736 * configure.ac: Build gdb for i?86-*-darwin*
6737 * configure: Regenerated.
6739 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
6741 * MAINTAINERS: Added my full name.
6743 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6750 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6752 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6753 * Makefile.in: Regenerated.
6755 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6762 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6763 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6764 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6765 (HOST_EXPORTS): Pass CPPFLAGS.
6766 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6767 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6768 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6769 * Makefile.in, configure: Regenerated.
6770 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6771 and CPPFLAGS_FOR_BUILD.
6773 2008-11-06 Jeff Law <law@redhat.com>
6775 * MAINTAINERS: Add myself as middle end maintainer.
6777 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
6779 * MAINTAINERS (Write after approval): Add myself.
6781 2008-11-05 Diego Novillo <dnovillo@google.com>
6783 * MAINTAINERS (Global Reviewers): Add myself.
6784 (Non-Algorithmic Maintainers): Remove myself.
6786 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
6788 * MAINTAINERS (Write after approval): Add myself.
6790 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
6792 * MAINTAINERS (Write after approval): Add myself.
6794 2008-10-31 Ben Elliston <bje@au.ibm.com>
6796 * configure.ac (spu-*-*): Remove special case.
6797 * configure: Regenerate.
6799 2008-10-30 Catherine Moore <clm@codesourcery.com>
6801 * MAINTAINERS (Write after approval): Update my email address.
6803 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
6805 * configure.ac [spu-*-*]: Do not set skipdirs.
6806 * configure: Re-generate.
6808 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
6810 * MAINTAINERS (Various Maintainers): Add myself to reload.
6812 2008-10-25 Richard Guenther <rguenther@suse.de>
6814 * MAINTAINERS (Various Maintainers): Add myself as middle-end
6815 maintainer. Remove myself as libgcc-math maintainer.
6816 (Non-Algorithmic Maintainers): Remove myself.
6818 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6820 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6821 * Makefile.in: Regenerated.
6823 2008-10-23 Cary Coutant <ccoutant@google.com>
6825 * MAINTAINERS (Write after approval): Add myself.
6827 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6834 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6835 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6836 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6837 (HOST_EXPORTS): Pass CPPFLAGS.
6838 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6839 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6840 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6841 * Makefile.in, configure: Regenerated.
6842 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6843 and CPPFLAGS_FOR_BUILD.
6845 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
6847 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6850 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
6852 * MAINTAINERS (Write After Approval): Added myself.
6854 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6856 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6857 recommended version to 2.3.2.
6859 * configure: Regenerate.
6861 2008-10-01 Mark Mitchell <mark@codesourcery.com>
6863 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6865 2008-09-29 David Daney <david.daney@caviumnetworks.com>
6867 * MAINTAINERS (Write After Approval): Update e-mail address.
6869 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6871 * libtool.m4: Update to libtool 2.2.6.
6872 * lt~obsolete.m4: Update to libtool 2.2.6.
6873 * ltmain.sh: Update to libtool 2.2.6.
6874 * ltsugar.m4: Update to libtool 2.2.6.
6875 * ltversion.m4: Update to libtool 2.2.6.
6876 * ltoptions.m4: Update to libtool 2.2.6.
6877 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6879 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6881 * MAINTAINERS (Write After Approval): Add myself.
6883 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6885 * MAINTAINERS (Write After Approval): Update my name.
6887 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6889 * MAINTAINERS: Add myself in "Write After Approval".
6891 2008-09-18 Steve Ellcey <sje@cup.hp.com>
6893 * MAINTAINERS: Add myself as ia64 maintainer.
6895 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6897 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6898 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6899 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6900 and Michael Tiemann from Write After Approval since they do not
6901 actually have access.
6903 2008-09-05 Richard Guenther <rguenther@suse.de>
6905 * configure.ac: Initialize clooglibs to -lcloog.
6906 * configure: Re-generate.
6908 2008-09-04 Le-Chun Wu <lcwu@google.com>
6910 * MAINTAINERS (Write After Approval): Add myself.
6912 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6914 * configure.ac (--with-cloog-polylib): New.
6915 (--disable-cloog-version-check): New.
6916 (--disable-ppl-version-check): New.
6917 * configure: Re-generate.
6919 2008-09-03 Richard Guenther <rguenther@suse.de>
6921 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6923 * configure: Re-generate.
6925 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6928 * MAINTAINERS: Add picoChip maintainers.
6930 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6931 Tobias Grosser <grosser@fim.uni-passau.de>
6932 Jan Sjodin <jan.sjodin@amd.com>
6933 Harsha Jagasia <harsha.jagasia@amd.com>
6934 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6935 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6936 Adrien Eliche <aeliche@isty.uvsq.fr>
6938 Merge from graphite branch.
6939 * configure: Regenerate.
6940 * Makefile.in: Regenerate.
6941 * configure.ac (host_libs): Add ppl and cloog.
6942 Add checks for PPL and CLooG.
6943 * Makefile.def (ppl, cloog): Added modules and dependences.
6944 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6945 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6947 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6949 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6950 (GCC_SHLIB_SUBDIR): New.
6951 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6952 * configure: Regenerate.
6953 * Makefile.in: Regenerate.
6955 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6957 * MAINTAINERS: Consistently use tabs to separate columns.
6959 2008-08-29 Tristan Gingold <gingold@adacore.com>
6961 * MAINTAINERS (Write after Approval): Add myself.
6963 2008-08-28 Tristan Gingold <gingold@adacore.com>
6965 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6966 Enable bfd, binutils and opcodes.
6967 * configure: Regenerate.
6969 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6971 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6973 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6975 * MAINTAINERS: Use correct Umlaut for last name.
6977 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6979 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6981 2008-08-16 David Edelsohn <edelsohn@gnu.org>
6983 * MAINTAINERS: Update my email address.
6985 2008-08-16 Nicolas Roche <roche@adacore.com>
6987 * Makefile.tpl: Add BOOT_ADAFLAGS.
6988 * Makefile.in: Regenerate.
6990 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6992 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6993 * configure: Regenerate.
6995 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
6997 * configure.ac: Add makefile fragments for hpux.
6998 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6999 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7000 * configure: Regenerate.
7001 * Makefile.in: Regenerate.
7003 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
7005 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7007 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
7009 * MAINTAINERS (Write after Approval): Add myself.
7011 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7013 * MAINTAINERS (Write After Approval): Add myself.
7015 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
7017 * MAINTAINERS (Write After Approval): Add myself.
7019 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7021 * MAINTAINERS: Update my email address.
7023 2008-06-25 Joey Ye <joey.ye@intel.com>
7025 * MAINTAINERS (Write After Approval): Add myself.
7027 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7029 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7030 * Makefile.in: Regenerate.
7031 * configure: Regenerate.
7033 2008-06-17 Daniel Kraft <d@domob.eu>
7035 * MAINTAINERS (Write After Approval): Add myself.
7037 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7039 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7040 "$@" is still intact with both Autoconf 2.59 and 2.62.
7041 * configure: Regenerate.
7043 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7045 * Makefile.tpl: Fix comment errors.
7046 * Makefile.in: Regenerate.
7048 2008-06-12 David S. Miller <davem@davemloft.net>
7049 David Edelsohn <edelsohn@gnu.org>
7051 * configure.ac: Add powerpc*-*-* to gold supported targets.
7052 * configure: Regenerate.
7054 2008-06-08 Joseph Myers <joseph@codesourcery.com>
7056 PR tree-optimization/36218
7057 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7058 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7059 (all prefix="build-"): Pass them to build-system sub-makes.
7060 * Makefile.in: Regenerate.
7062 2008-06-07 Joseph Myers <joseph@codesourcery.com>
7064 * MAINTAINERS (mt port): Remove.
7065 (sco5, unixware, sco udk): Remove.
7066 (Kean Johnston): Add to Write After Approval.
7068 2008-05-30 Julian Brown <julian@codesourcery.com>
7070 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7071 of libobjc for ARM EABI Linux.
7072 * configure: Regenerate.
7074 2008-05-18 Xinliang David Li <davidxl@google.com>
7076 * ChangeLog: Remove wrong ChangeLog entry.
7078 2008-05-17 Xinliang David Li <davidxl@google.com>
7080 * MAINTAINERS (Write After Approval): Add myself.
7082 2008-05-15 Janus Weil <janus@gcc.gnu.org>
7084 * MAINTAINERS (Write After Approval): Add myself.
7086 2008-05-14 Rafael Espíndola <espindola@google.com>
7088 * config-ml.in: don't handle --enable-shared and --enable-static.
7090 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7092 * MAINTAINERS: Update my email address.
7094 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7096 * MAINTAINERS: Update my email address.
7098 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7100 * MAINTAINERS (Write After Approval): Add myself.
7102 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7104 * MAINTAINERS (Write After Approval): Add myself.
7106 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
7108 * MAINTAINERS (crx): Add myself.
7110 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7113 2008-04-14 David S. Miller <davem@davemloft.net>
7115 * configure.ac: Add sparc*-*-* to gold supported targets.
7116 * configure: Regenerate.
7118 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7121 * configure.ac: Include override.m4.
7122 * configure: Regenerate.
7124 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7126 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7127 * Makefile.in: Regenerate.
7129 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
7131 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7132 as nonconfigurable directories list.
7133 * configure: Regenerate.
7135 2008-04-14 Ben Elliston <bje@au.ibm.com>
7137 * config.sub, config.guess: Update from upstream sources.
7139 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
7141 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7142 * Makefile.in: Regenerate.
7144 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7146 * configure.ac: Do not build libssp for the AVR.
7147 * configure: Regenerate.
7149 2008-04-07 Ian Lance Taylor <iant@google.com>
7151 * Makefile.def: check-gold depends upon all-binutils.
7152 * Makefile.in: Regenerate.
7154 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7156 * MAINTAINERS (Write After Approval): Add myself.
7158 2008-04-04 Nick Clifton <nickc@redhat.com>
7161 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7163 * configure: Regenerate.
7165 2008-04-04 NightStrike <NightStrike@gmail.com>
7168 * configure.ac: Combine rules for mingw32 and mingw64.
7169 * configure: Regenerate.
7171 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
7173 * MAINTAINERS (Write After Approval): Add myself.
7175 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
7177 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7178 * Makefile.in (.NOTPARALLEL): Ditto.
7180 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7182 * MAINTAINERS (Write After Approval): Add myself.
7184 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
7186 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7187 * Makefile.in (.NOTPARALLEL): Regenerate.
7189 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
7191 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7192 * Makefile.in: Regenerate.
7194 2008-03-26 Jakub Staszak <kuba@et.pl>
7196 * MAINTAINERS (Write After Approval): Add myself.
7198 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7200 * MAINTAINERS: Update e-mail address.
7202 2008-03-20 Ian Lance Taylor <iant@google.com>
7204 * configure.ac: Add support for --enable-gold.
7205 * Makefile.def: Add gold as a directory like ld.
7206 * configure, Makefile.in: Regenerate.
7208 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7210 * configure.ac: m4_include config/proginstall.m4.
7211 * configure: Regenerate.
7213 Backport from upstream Libtool:
7215 2007-10-12 Eric Blake <ebb9@byu.net>
7217 Deal with Autoconf 2.62's semantic change in m4_append.
7218 * ltsugar.m4 (lt_append): Replace broken versions of
7220 (lt_if_append_uniq): Don't require separator to be overquoted,
7221 and avoid broken m4_append.
7222 (lt_dict_add): Fix typo.
7223 * libtool.m4 (_LT_DECL): Don't overquote separator.
7225 2008-03-13 David Edelsohn <edelsohn@gnu.org>
7227 * config.rpath: Add AIX 6 support.
7229 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
7231 * Makefile.def (stageprofile). Remove -fprofile-generate
7232 from stage_libcflags.
7233 * Makefile.in: Regenerate.
7235 2008-03-13 Ben Elliston <bje@au.ibm.com>
7237 * config.sub, config.guess: Update from upstream sources.
7239 2008-03-06 Tom Tromey <tromey@redhat.com>
7241 * MAINTAINERS: Update for treelang deletion.
7243 2008-03-03 James E. Wilson <wilson@tuliptree.org>
7245 * MAINTAINERS: Update my email address.
7247 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
7249 * MAINTAINERS (darwin port): Add myself as a maintainer.
7250 (objective-c/c++): Add myself as a maintainer.
7252 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7254 * MAINTAINERS (Write After Approval): Update my email address.
7256 2008-02-25 Tomas Bily <tbily@suse.cz>
7258 * MAINTAINERS (Write After Approval): Add myself.
7260 2008-02-23 Jakub Jelinek <jakub@redhat.com>
7262 * MAINTAINERS (OpenMP): Add myself.
7264 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
7269 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7270 * configure: Regenerate.
7272 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7273 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7274 STAGE4_LIBCFLAGS): New.
7275 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7276 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7277 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7278 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7279 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7280 for target modules. Don't export LIBCFLAGS.
7281 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7282 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7283 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7284 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7285 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7286 * Makefile.in: Regenerate.
7288 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7291 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7292 Do not use -DDLL_EXPORT. Backport from upstream.
7294 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7296 * MAINTAINERS (Write After Approval): Add myself.
7298 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
7300 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7301 * configure: Regenerate.
7303 2008-01-31 Marc Gauthier <marc@tensilica.com>
7305 * configure.ac (xtensa*-*-*): Recognize processor variants.
7306 * configure: Regenerate.
7308 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7311 * configure.ac (PARSE_ARGS): Push suitable setting of
7312 ac_subdirs_all, for `./configure --help=recursive'.
7313 Handle `+' in generic toplevel directory disabling.
7314 * configure: Regenerate.
7316 2008-01-28 Nick Clifton <nickc@redhat.com>
7318 * MAINTAINERS (xstormy16): Take over maintainership.
7320 2008-01-25 Joseph Myers <joseph@codesourcery.com>
7322 * MAINTAINERS (c4x port): Remove.
7324 2008-01-24 David Edelsohn <edelsohn@gnu.org>
7326 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7328 2008-01-23 Ben Elliston <bje@au.ibm.com>
7330 * config.sub, config.guess: Update from upstream sources.
7332 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7334 * MAINTAINERS (Write After Approval): Add myself.
7336 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
7338 * MAINTAINERS: Update my email address.
7340 2008-01-09 Raksit Ashok <raksit@google.com>
7342 * MAINTAINERS (Write After Approval): Add myself.
7344 2008-01-09 Raksit Ashok <raksit@google.com>
7346 * MAINTAINERS (Write After Approval): Add myself.
7348 2008-01-08 Ben Elliston <bje@au.ibm.com>
7350 * config.sub, config.guess: Update from upstream sources.
7352 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7354 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7355 Change recommended MPFR from 2.2.1 -> 2.3.0.
7356 * configure: Regenerate.
7358 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7360 * MAINTAINERS: Update my email address.
7362 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7364 * MAINTAINERS: Update my email address.
7366 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7368 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7369 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7370 * Makefile.in: Regenerate.
7372 2007-12-10 Mark Heffernan <meheff@google.com>
7374 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7377 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7379 * configure.ac: Enable libjava for x86_64-*-darwin9.
7380 * configure: Regenerate.
7382 2007-12-07 Bill Maddox <maddox@google.com>
7384 * MAINTAINERS (Write After Approval): Add myself.
7386 2007-12-05 Ben Elliston <bje@au.ibm.com>
7388 * config.sub, config.guess: Update from upstream sources.
7390 2007-12-02 Matthias Klose <doko@ubuntu.com>
7392 * config-ml.in: Remove 64bit configure tests.
7394 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7396 * config-ml.in: Robustify against white space in absolute file
7399 * config-ml.in (multi-clean): Substitute ${Makefile}.
7400 Remove superfluous ${Makefile} in list.
7402 2007-11-19 Thiemo Seufer <ths@mips.com>
7404 * config-ml.in: Don't hardcode the Makefile name.
7406 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
7408 * MAINTAINERS (Write After Approval): Add myself.
7410 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
7412 * MAINTAINERS (Write After Approval): Add myself.
7414 2007-11-06 Doug Kwan <dougkwan@google.com>
7416 * MAINTAINERS (Write After Approval): Add myself.
7418 2007-10-25 Ben Elliston <bje@au.ibm.com>
7420 * MAINTAINERS (mercury): Remove entry.
7421 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7423 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7425 * Makefile.def (dependencies): Make configure-gdb depend on
7427 * Makefile.in: Regenerated.
7429 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7431 * MAINTAINERS (Fortran maintainer): Remove myself.
7433 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
7435 * Makefile.def: To avoid problems running with parallel makes,
7436 build newlib before libgloss so that target specific header
7438 * Makefile.in: Regenerate
7440 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7442 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7443 * Makefile.in: Regenerate.
7445 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
7447 * MAINTAINERS (Register allocation reviewer): Add myself.
7449 2007-10-08 Mike Frysinger <vapier@gentoo.org>
7451 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7452 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7453 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
7454 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7455 * configure: Regenerate.
7457 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
7459 * MAINTAINERS (Register allocation reviewer): Add myself.
7461 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
7463 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7464 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7465 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7466 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7467 * configure.ac: Default them to host tools for $host = $build.
7470 * configure: Regenerate.
7471 * Makefile.in: Regenerate.
7473 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
7475 * MAINTAINERS (Register allocation reviewer): Add myself.
7477 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
7479 * MAINTAINERS (Register allocation reviewer): Add myself.
7481 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
7483 * MAINTAINERS (Write After Approval): Fix typo.
7485 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
7487 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7488 * configure: Regenerate.
7490 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
7493 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7494 they're already prefixed.
7496 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
7498 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7500 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7501 * configure: Regenerate.
7502 * Makefile.in: Regenerate.
7504 2007-09-17 Andreas Schwab <schwab@suse.de>
7506 * configure.ac: Raise minimum makeinfo version to 4.6.
7507 * configure: Regenerate.
7509 2007-09-17 Johannes Singler <singler@ira.uka.de>
7511 * MAINTAINERS (write-after-approval) add myself
7513 2007-09-15 Alan Modra <amodra@bigpond.net.au>
7515 * configure.ac: Correct makeinfo version check.
7516 * configure: Regenerate.
7518 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
7520 * MAINTAINERS: Update my email address.
7522 2007-09-14 Richard Sandiford <richard@codesourcery.com>
7524 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
7525 to $skipdirs and only disable gprof for newlib. Use the normal
7526 mips*-elf* handling in other respects.
7527 * configure: Regnerate.
7529 2007-09-12 David Daney <ddaney@avtrex.com>
7531 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7533 * configure: Regenerate.
7535 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
7538 * configure.ac: For libgloss targets, point the linker to the linker
7539 script, startup code and simulator library.
7540 * configure: Regenerate.
7542 2007-09-07 Andrew Haley <aph@redhat.com>
7544 * configure.ac (noconfigdirs): Remove target-libffi and
7546 * configure: Regenerate.
7548 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7551 * configure.ac: Use config/mh-mingw on mingw.
7552 * configure: Regenerate.
7554 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
7556 * MAINTAINERS (Write After Approval): Add myself.
7558 2007-09-05 Richard Guenther <rguenther@suse.de>
7560 * configure.ac (--enable-stage1-checking): If neither --enable-checking
7561 nor --disable-checking is provided also turn on yes and types
7562 checking for stage1.
7563 * configure: Re-generate.
7565 2007-08-30 Krister Walfridsson <cato@df.lth.se>
7567 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7568 (Write After Approval): Remove myself.
7570 2007-08-29 Nick Clifton <nickc@redhat.com>
7572 * config.sub, config.guess: Update from upstream sources.
7574 2007-08-22 Bud Davis <jmdavis@link.com>
7576 * MAINTAINERS (Write After Approval): Added myself.
7577 * MAINTAINERS (Reviewers): Removed myself.
7579 2007-08-18 Paul Brook <paul@codesourcery.com>
7580 Joseph Myers <joseph@codesourcery.com>
7582 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7583 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7584 * Makefile.in: Regenerate.
7585 * configure.ac (--with-debug-prefix-map): New.
7586 * configure: Regenerate.
7588 2007-08-17 Richard Sandiford <richard@codesourcery.com>
7589 Nigel Stephens <nigel@mips.com>
7591 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
7592 as target_makefile_frag.
7593 * configure: Regenerate.
7595 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
7597 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7598 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
7599 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7600 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7601 (do-compare, do-compare3, do-compare-debug): New.
7602 ([+compare-target+]): Use them.
7604 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
7606 * MAINTAINERS (Write After Approval): Change my email address.
7608 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7609 Ben Elliston <bje@au.ibm.com>
7611 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7612 --silent if $silent.
7613 * configure: Regenerate.
7615 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
7617 * MAINTAINERS (Various Maintainers): Add myself as
7618 loop infrastructure maintainer. Update my e-mail
7621 2007-07-31 Diego Novillo <dnovillo@google.com>
7623 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7626 2007-07-26 Richard Guenther <rguenther@suse.de>
7628 * configure.ac: Add types checking to stage1 checking flags.
7629 * configure: Regenerate.
7631 2007-07-17 Nick Clifton <nickc@redhat.com>
7633 * COPYING3: New file. Contains version 3 of the GNU General
7635 * COPYING3.LIB: New file. Contains version 3 of the GNU
7636 Lesser General Public License.
7638 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7640 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7642 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7644 * MAINTAINERS (S/390 co-maintainer): Add myself.
7645 (Write After Approval): Remove myself.
7647 2007-07-13 Dan Hipschman <dsh@google.com>
7649 * MAINTAINERS (Write After Approval): Add myself.
7651 2007-07-11 Nick Clifton <nickc@redhat.com>
7653 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7655 * Makefile.in: Regenerate.
7657 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7659 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7662 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
7664 * lt~obsolete.m4: New. Import from 20070318 libtool.
7666 2007-07-03 Julian Brown <julian@codesourcery.com>
7668 * MAINTAINERS (Write After Approval): Add myself.
7670 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7672 * configure.ac: Rewrite 'configure --help' strings to look nicer.
7673 * configure: Regenerate.
7675 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7677 * configure.ac: Add some missing m4 quotation.
7678 * configure: Regenerate.
7680 2007-07-02 Simon Baldwin <simonb@google.com>
7682 * MAINTAINERS (Write After Approval): Add myself.
7684 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
7686 * configure: Regenerate.
7688 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
7690 * Makefile.def: Add windmc tool to build.
7691 * Makefile.tpl: Likewise.
7692 * configure.ac: Likewise.
7693 * Makefile.in: Regenerate.
7694 * configure: Regenerate.
7696 2007-06-28 DJ Delorie <dj@redhat.com>
7698 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7699 not building newlib.
7700 * configure: Regenerated.
7702 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
7704 * MAINTAINERS (Write After Approval): Add myself.
7706 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
7708 * MAINTAINERS (Write After Approval): Add myself.
7710 2007-06-19 Chris Matthews <chrismatthews@google.com>
7712 * MAINTAINERS (Write After Approval): Add myself.
7714 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
7716 * MAINTAINERS (Write After Approval): Add myself.
7718 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7720 * Makefile.def: Add dependency from configure-gdb to all-bfd.
7721 * Makefile.in: Regenerated.
7723 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
7725 * configure.ac: Don't add target-libmudflap to noconfigdirs for
7726 bfin*-*-uclinux* targets.
7727 * configure: Regenerate.
7729 2007-06-14 Ian Lance Taylor <iant@google.com>
7731 * MAINTAINERS: Add myself as non-algorithmic global write
7734 2007-06-14 Diego Novillo <dnovillo@google.com>
7736 * MAINTAINERS: Add self as middle-end maintainer and
7737 non-algorithmic global write maintainer.
7739 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7741 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7742 Move all Fortran maintainers except Paul Brook into the
7743 Non-Autopoiesis section.
7745 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
7747 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7748 (distclean-stage[+id+]): Possibly delete stage_last.
7749 * Makefile.in: Regenerate.
7751 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
7753 * MAINTAINERS (Various Maintainer): Fix typo.
7755 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
7757 * MAINTAINERS (Various Maintainer): Add myself as
7758 dataflow maintainer.
7760 2007-06-07 Ben Elliston <bje@au.ibm.com>
7762 * config.sub, config.guess: Update from upstream sources.
7764 2007-06-07 Ben Elliston <bje@au.ibm.com>
7766 * Makefile.tpl: Fix spelling error.
7767 * Makefile.in: Regenerate.
7769 2007-06-01 Steve Ellcey <sje@cup.hp.com>
7771 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7772 lt_cv_sys_max_cmd_len.
7774 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
7776 * MAINTAINERS (Various Maintainers): Add myself as
7777 auto-vectorizer maintainer.
7779 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
7782 * libtool.m4: Revert previous change.
7783 * ltgcc.m4: Put it here.
7785 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7787 * MAINTAINERS (Various Maintainers): Add myself as
7788 auto-vectorizer maintainer.
7790 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
7793 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7795 2007-05-30 Richard Guenther <rguenther@suse.de>
7797 * MAINTAINERS (Various Maintainers): Add myself as
7798 auto-vectorizer maintainer.
7800 2007-05-30 Jakub Jelinek <jakub@redhat.com>
7803 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7804 * configure: Rebuilt.
7806 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
7808 * MAINTAINERS (Write After Approval): Removed my name.
7810 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
7812 * MAINTAINERS (Write After Approval): Remove myself.
7814 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
7816 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7818 2007-05-23 Steve Ellcey <sje@cup.hp.com>
7820 * ltmain.sh: Update from ToT Libtool.
7821 * libtool.m4: Update from ToT Libtool.
7822 * ltsugar.m4: New. Update from ToT Libtool.
7823 * ltversion.m4: New. Update from ToT Libtool.
7824 * ltoptions.m4: New. Update from ToT Libtool.
7826 * ltcf-c.sh: Remove.
7827 * ltcf-cxx.sh: Remove.
7828 * ltcf-gcj.sh: Remove.
7830 2007-05-22 Ollie Wild <aaw@google.com>
7832 * MAINTAINERS (Write After Approval): Add myself.
7834 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
7836 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7838 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7839 Remove CFLAGS/LIBCFLAGS.
7840 (configure-stage[+id+]-[+prefix+][+module+],
7841 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7842 * Makefile.in: Regenerate.
7844 2007-05-15 Diego Novillo <dnovillo@google.com>
7846 * MAINTAINERS: Update e-mail address.
7848 2007-05-15 Revital Eres <eres@il.ibm.com>
7850 * MAINTAINERS (Write After Approval): Add myself.
7852 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
7854 * MAINTAINERS (Write After Approval): Updated my address.
7856 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7858 * MAINTAINERS (Write After Approval): Add myself.
7860 2007-05-11 Silvius Rus <rus@google.com>
7862 * MAINTAINERS (Write After Approval): Add myself.
7864 2007-04-23 Tom Tromey <tromey@redhat.com>
7866 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7868 2007-04-22 Mark Mitchell <mark@codesourcery.com>
7870 * MAINTAINERS (cpplib): Rename to ...
7871 (libcpp): ... this. Add C/C++ front end maintainers.
7873 2007-04-14 Steve Ellcey <sje@cup.hp.com>
7875 * config-ml.in: Pass ${ml_config_env} to configure calls.
7877 2007-04-04 Christian Bruel <christian.bruel@st.com>
7879 * MAINTAINERS (Write After Approval): Add myself.
7881 2007-04-02 Dave Korn <dave.korn@artimi.com>
7883 * MAINTAINERS (Write After Approval): Add myself.
7885 2007-03-31 Tobias Burnus <burnus@net-b.de>
7887 * MAINTAINERS (fortran 95 front end): Add myself.
7889 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7891 * MAINTAINERS (Write After Approval): Add myself.
7893 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
7895 * MAINTAINERS (Modulo Scheduler): Add myself.
7897 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7899 * MAINTAINERS (fortran 95 front end): Add myself.
7900 (c++ front end): whitespace fix.
7902 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7904 * MAINTAINERS (Write After Approval): Add myself.
7906 2007-03-21 Richard Sandiford <richard@codesourcery.com>
7908 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7909 of glob. Quote arguments with single quotes too.
7910 * configure: Regenerate.
7912 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7914 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7915 * Makefile.in: Regenerate
7917 2007-03-07 Andreas Schwab <schwab@suse.de>
7919 * configure: Regenerate.
7921 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7923 * configure.ac: Add "--with-pdfdir" configure option,
7924 which defines pdfdir variable.
7925 * Makefile.def (target=fixincludes): Add install-pdf to
7927 (recursive_targets): Add install-pdf target.
7928 (flags_to_pass): Add pdfdir.
7929 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7931 * configure: Regenerate
7932 * Makefile.in: Regenerate
7934 2007-02-28 Eric Christopher <echristo@apple.com>
7937 2006-12-07 Mike Stump <mrs@apple.com>
7939 * Makefile.def (dependencies): Add dependency for
7940 install-target-libssp and install-target-libgomp on
7942 * Makefile.in: Regenerate.
7944 2007-02-27 Matt Kraai <kraai@ftbfs.org>
7946 * configure: Regenerate.
7947 * configure.ac: Move statements after variable declarations.
7949 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7951 * MAINTAINERS: Add myself as sh maintainer.
7953 2007-02-19 Joseph Myers <joseph@codesourcery.com>
7955 * configure.ac: Adjust for loop syntax.
7956 * configure: Regenerate.
7958 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7960 * configure: Rebuilt.
7962 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7964 * configure.ac: Drop multiple occurrences of --enable-languages,
7965 and fix its quoting.
7966 * configure: Rebuilt.
7968 2007-02-17 Mark Mitchell <mark@codesourcery.com>
7969 Nathan Sidwell <nathan@codesourcery.com>
7970 Vladimir Prus <vladimir@codesourcery.com>
7971 Joseph Myers <joseph@codesourcery.com>
7973 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7974 * configure: Regenerate.
7976 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7978 * ltconfig (freebsd*): Default to elf.
7980 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7982 * configure.ac (target_libraries): Move libgcc before libiberty.
7983 * configure: Regenerated.
7985 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7986 Paolo Bonzini <bonzini@gnu.org>
7989 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7990 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7991 * configure: Regenerated.
7993 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7995 * MAINTAINERS (Language Front End Maintainers): Update my mail
7998 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8001 * configure.ac: Correct syntax for Solaris ksh.
8002 * configure: Regenerated.
8004 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8006 * configure.ac: Sync with src.
8007 * configure: Regenerate.
8009 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8011 * Makefile.in: Regenerate.
8013 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8015 * config.sub: Sync with src.
8017 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8019 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8020 noncanonical equivalents.
8021 * configure.in: Rename to...
8022 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8023 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8024 target_noncanonical. Use them. Rewrite removal of configure
8025 arguments for autoconf 2.59. Discard variable settings. Force
8026 program_transform_name for native tools.
8028 * Makefile.in: Regenerated.
8029 * configure: Regenerated with autoconf 2.59.
8031 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
8033 * MAINTAINERS (Write After Approval): Add myself.
8035 2007-01-31 Andreas Schwab <schwab@suse.de>
8037 * Makefile.tpl (LDFLAGS): Substitute it.
8038 * Makefile.in: Regenerate.
8040 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
8042 * MAINTAINERS (Write After Approval): Add myself.
8044 2007-01-28 David Edelsohn <edelsohn@gnu.org>
8046 * MAINTAINERS (spu port): Add myself.
8048 2007-01-23 Richard Guenther <rguenther@suse.de>
8051 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8052 * Makefile.tpl (GNATBIND): Substitute it.
8053 (GNATMAKE): Likewise.
8054 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8056 * Makefile.in: Regenerate.
8057 * configure: Regenerate.
8059 2007-01-18 Mike Stump <mrs@apple.com>
8061 * configure.in: Re-enable -Werror for gcc builds.
8063 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
8065 * MAINTAINERS (Write After Approval): Add myself.
8067 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8069 * configure.in: Change == to = in test command.
8070 * configure: Regenerate.
8072 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8073 Nick Clifton <nickc@redhat.com>
8074 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8076 * configure.in (build_configargs, host_configargs, target_configargs):
8077 Remove build/host/target parameters.
8078 (host_libs): Add gmp and mpfr.
8079 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8080 * Makefile.def (gmp, mpfr): New.
8081 (gcc): Remove target.
8082 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8083 target_os, target_vendor): New.
8084 (configure): Add host_alias/target_alias arguments; adjust invocations.
8085 * configure: Regenerate.
8086 * Makefile.in: Regenerate.
8088 2007-01-11 Matt Fago <fago@earthlink.net>
8090 * configure.in: Try to link to functions only in mpfr 2.2.x
8091 to improve robustness of configure tests.
8092 * configure: Regenerate.
8094 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
8096 * MAINTAINERS: Add myself as i386 maintainer.
8098 2007-01-08 Jan Hubicka <jh@suse.cz>
8100 * MAINTAINERS: Add myself as i386 maintainer.
8102 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
8104 * configure.in: Add support for an x86_64-mingw* target.
8105 * configure: Regenerate.
8107 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8109 * Makefile.tpl (all-target): Correct @if conditional for target
8111 * configure.in: Omit libiberty if building only target libgcc.
8112 * configure, Makefile.in: Regenerated.
8114 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
8116 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8117 * configure: Regenerate.
8119 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8121 * Makefile.def (target_modules): Add libgcc.
8122 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8123 * Makefile.tpl (clean-target-libgcc): Delete.
8124 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8125 on gcc even for bootstrapped modules. Rewrite handling of
8126 lang_env_dependencies to loop over target_modules.
8127 * configure.in (target_libraries): Add target-libgcc.
8128 * Makefile.in, configure: Regenerated.
8130 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8132 * configure.in: Reorganize recognition of languages. Add
8133 --enable-stage1-languages. Show supported languages for the chosen
8134 target rather than all recognized languages.
8135 * configure: Regenerate.
8137 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8139 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8140 * Makefile.in: Regenerate.
8142 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8144 * configure.in: Warn that MPFR 2.2.0 is buggy.
8145 * configure: Regenerate.
8147 2006-12-27 Ian Lance Taylor <iant@google.com>
8149 * configure.in: When removing Makefiles to force a reconfigure, also
8150 remove prev-DIR*/Makefile.
8151 * configure: Regenerate.
8153 2006-12-22 Andreas Schwab <schwab@suse.de>
8155 * configure: Regenerate with correct autoconf version.
8157 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8159 * configure.in: add AC_SUBST for *_FOR_TARGET.
8160 * configure: Regenerate.
8162 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8164 * configure.in: Simplify logic for rejecting languages that cannot
8165 be built. Separate the case when a language is unsupported,
8166 from the case when the user chooses not to build a language.
8168 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8170 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8171 it only affects bootstrap and could be tested on "$host" as well.
8172 * configure: Regenerate.
8173 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8175 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8178 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8179 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8180 move here comment from Makefile.tpl.
8181 * Makefile.tpl: Move some definitions higher in the file.
8182 (STAGE1_CHECKING): New.
8183 * configure.in: Add --enable-stage1-checking.
8184 * configure: Regenerate.
8185 * Makefile.in: Regenerate.
8187 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8189 * MAINTAINERS: Add myself as build system maintainer.
8191 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
8193 * MAINTAINERS (Write After Approval): Add myself.
8195 2006-12-13 Eric Christopher <echristo@apple.com>
8197 * MAINTAINERS: Add myself as darwin maintainer.
8199 2006-12-11 Ian Lance Taylor <ian@airs.com>
8201 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8203 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
8205 MAINTAINERS: Update my entry.
8207 2006-12-11 Alan Modra <amodra@bigpond.net.au>
8209 * configure.in: Handle spu makefile frag.
8210 * Makefile.tpl (MAINT): Define
8211 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8212 * configure: Regenerate.
8213 * Makefile.in: Regenerate.
8215 2006-12-11 Ben Elliston <bje@au.ibm.com>
8217 * config.guess: Import latest version.
8218 * config.sub: Likewise.
8220 2006-12-11 Ben Elliston <bje@au.ibm.com>
8222 * configure.in (spu-*-*): Don't skip target-libiberty.
8223 * configure: Regenerate.
8225 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8228 * configure.in: Correct x86 darwin support for libjava to powerpc
8230 * configure: Regenerate.
8232 2006-12-08 Sandro Tolaini <tolaini@libero.it>
8234 * configure.in: Add x86 darwin support for libjava.
8235 * configure: Regenerate.
8237 2006-12-07 Mike Stump <mrs@apple.com>
8239 * Makefile.def (dependencies): Add dependency for
8240 install-target-libssp and install-target-libgomp on
8242 * Makefile.in: Regenerate.
8244 2006-12-04 Richard Guenther <rguenther@suse.de>
8246 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8247 (Non-Algorithmic Maintainers): Move over non-algorithmic
8248 loop optimizer maintainers, add myself as a non-algorithmic
8249 middle-end maintainer.
8251 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
8253 * MAINTAINERS (Write After Approval): Add myself.
8255 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8257 * configure.in: Update error message for missing GMP/MPFR.
8259 * configure: Regenerate.
8261 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8263 * configure.in: Update MPFR version in error message.
8265 * configure: Regenerate.
8267 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8269 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8270 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8271 --with-gmp-lib): New flags.
8273 * configure: Regenerate.
8275 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8277 * MAINTAINERS (Write After Approval): Change my email address.
8279 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8281 * MAINTAINERS (Write After Approval): Add myself.
8283 2006-11-22 Philipp Thomas <pth@suse.de>
8285 * MAINTAINERS (i18n): Update e-mail address.
8287 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8289 * MAINTAINERS (spu port): Add myself as maintainer.
8290 (Write After Approval): Remove myself.
8292 2006-11-22 Ben Elliston <bje@au.ibm.com>
8294 * configure.in (skipdirs): Don't build libssp for SPU.
8295 * configure: Regenerate.
8297 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8299 * MAINTAINERS (spu port): Add myself as maintainer.
8300 (libobjc): Update my email address.
8302 2006-11-21 Andrea Bona <andrea.bona@st.com>
8304 * MAINTAINERS (Write After Approval): Add myself.
8306 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8308 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8309 * configure : Rebuilt.
8311 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8313 * MAINTAINERS (Write After Approval): Add myself.
8315 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8317 * MAINTAINERS (Write After Approval): Add myself.
8319 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8321 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8323 * configure: Regenerate.
8325 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
8327 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8328 (unstage): Test for stage_last presence.
8331 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8333 * Makefile.in: Regenerate.
8335 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8337 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8340 2006-11-14 Erven Rohou <erven.rohou@st.com>
8342 * MAINTAINERS (Write After Approval): Add myself.
8344 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
8346 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8347 and stageN-package/Makefile.
8348 * Makefile.in: Regenerated.
8350 2006-11-14 Jie Zhang <jie.zhang@analog.com>
8352 * configure.in: Remove target-libgloss from noconfigdirs for
8354 * configure: Regenerated.
8356 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8358 * configure.in (have_gmp): Only error if the gcc directory exists.
8360 * configure: Regenerate.
8362 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8364 * configure.in: Robustify error message for missing GMP/MPFR.
8366 * configure: Regenerate.
8368 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8370 * MAINTAINERS (Write After Approval): Add myself.
8372 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
8374 * MAINTAINERS: Change email address.
8376 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8378 * MAINTAINERS (Write After Approval): Add myself.
8380 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8382 * MAINTAINERS (Write After Approval): Add myself.
8384 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8386 * MAINTAINERS (Write After Approval): Move myself to
8387 Write After Approval section.
8389 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8391 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8393 * configure: Regenerate.
8395 2006-10-16 Tobias Burnus <burnus@net-b.de>
8397 * MAINTAINERS (Write After Approval): Add myself.
8399 2006-10-16 Ben Elliston <bje@au.ibm.com>
8401 * config.guess: Import latest version.
8402 * config.sub: Likewise.
8404 2006-10-10 Brooks Moses <bmoses@stanford.edu>
8406 * Makefile.def: Added pdf target handling.
8407 * Makefile.tpl: Added pdf target handling.
8408 * Makefile.in: Regenerated.
8410 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8412 * MAINTAINERS: Add self as score port maintainer.
8414 2006-10-04 Brooks Moses <bmoses@stanford.edu>
8416 * MAINTAINERS (Write After Approval): Add myself.
8418 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8420 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
8422 * configure: Regenerated.
8424 2006-09-27 Dave Brolley <brolley@redhat.com>
8426 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8427 using $s instead of $r.
8428 * configure: Regenerated.
8430 2006-09-26 Thiemo Seufer <ths@mips.com>
8432 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8433 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8434 * configure: Regenerate.
8436 2006-09-24 Graeme Peterson <gridly@gmail.com>
8438 * MAINTAINERS (Write After Approval): Remove myself.
8440 2006-09-22 Chao-ying Fu <fu@mips.com>
8442 * MAINTAINERS (Write After Approval): Add myself.
8444 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
8446 * MAINTAINERS: Add self as soft-fp maintainer.
8448 2006-09-09 Anatoly Sokolov <aesok@post.ru>
8450 * MAINTAINERS: Add myself as avr maintainer.
8451 Remove Marek Michalkiewicz as avr maintainer.
8453 2006-09-07 Roberto Costa <roberto.costa@st.com>
8455 * MAINTAINERS (Write After Approval): Add myself.
8457 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
8459 * configure.in: Never build newlib for a Mingw host.
8460 Never build newlib as Mingw target library.
8461 Test the existence of winsup/cygwin for building a Cygwin newlib,
8462 rather than just winsup.
8463 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8464 building a Mingw target.
8465 * configure: Regenerate.
8467 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
8469 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8471 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
8473 * config.guess: Import from src (was more updated).
8474 * config.sub: Likewise.
8476 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
8478 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8479 * configure: Regenerated.
8481 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
8483 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8484 for stages after the first.
8486 2006-07-17 Jakub Jelinek <jakub@redhat.com>
8488 * Makefile.def: Add dependencies for configure-opcodes
8489 on configure-intl and all-opcodes on all-intl.
8490 * Makefile.in: Regenerated.
8492 2006-07-13 Ben Elliston <bje@au.ibm.com>
8494 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8496 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
8498 Port to hosts whose 'sort' and 'tail' implementations
8499 treat operands with leading '+' as file names, as POSIX
8500 has required since 2001. However, make sure the code still
8501 works on pre-POSIX hosts.
8502 * ltmain.sh: Don't assume "sort +2" is equivalent to
8503 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8505 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
8507 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8509 2006-07-04 Peter O'Gorman <peter@pogma.com>
8511 * ltconfig: chmod 644 before ranlib during install.
8513 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8516 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8517 if the bootstrap compiler is a GCC version that supports it.
8518 * configure: Regenerate.
8520 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
8522 * configure.in: Fix thinkos in previous check-in.
8523 * configure: Regenerate.
8525 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
8528 * configure.in: Test subdir_requires and give an appropriate
8530 * configure: Regenerate.
8532 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
8534 * MAINTAINERS (Write After Approval): Add myself.
8536 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
8538 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8540 2006-06-22 Steve Ellcey <sje@cup.hp.com>
8542 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8544 2006-06-20 David Ayers <d.ayers@inode.at>
8547 * configure.in: Add target-boehm-gc to noconfigdirs depending on
8548 whether target-libjava is being configured instead of whether the
8549 java front end is enabled.
8550 * configure: Regenerate.
8552 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8555 * configure.in: Only enable libgomp on IRIX 6.
8556 * configure: Regenerate.
8558 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
8560 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8562 * Makefile.in: Regenerate.
8564 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
8566 * config-ml.in: Alter CCASFLAGS to include special
8567 multilib options the same as is done for CFLAGS.
8569 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8571 * configure.in: Don't enable libgomp on hpux10.
8572 * configure: Rebuilt.
8574 2006-06-12 David Ayers <d.ayers@inode.at>
8578 * configure.in: Remove target-boehm-gc from noconfigdirs where
8579 ${libgcj} is specified.
8580 * configure: Regenerate.
8582 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
8586 * configure.in: Sync.
8587 * configure: Regenerated.
8589 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
8591 * Makefile.def: Added dependencies from sim and gdb on intl, and
8592 added configure dependencies to everything with an all dependency
8594 * Makefile.in: Regenerated.
8596 2006-06-06 David Ayers <d.ayers@inode.at>
8599 * Makefile.def: Add dependencies for libobjc which boehm-gc.
8600 * Makefile.in: Regenerate.
8601 * configure.in: Add --enable-objc-gc at toplevel and have it
8602 enable boehm-gc for Objective-C.
8603 Remove target-boehm-gc from libgcj.
8604 Add target-boehm-gc to target_libraries.
8605 Add target-boehm-gc to noconfigdirs where ${libgcj}
8607 Assert that boehm-gc is supported when requested for Objective-C.
8608 Only build boehm-gc if needed either for Java or Objective-C.
8609 * configure: Regenerate.
8611 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
8614 * Makefile.tpl (configure-[+prefix+][+module+],
8615 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8616 Remove rule to unstage bootstrapped modules.
8617 (stage_current): New.
8618 * Makefile.in: Regenerate.
8620 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8622 * MAINTAINERS (Write After Approval): Update my e-mail address.
8624 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
8626 * include/libiberty.h: Declare pex_run_in_environment.
8628 2006-05-31 Asher Langton <langton2@llnl.gov>
8630 * MAINTAINERS (Write After Approval): Add myself.
8632 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
8634 * Makefile.def (bfd, opcodes): Fix lib_path.
8635 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8636 (restrap): Move under "@if gcc-bootstrap". Fix typo.
8637 * Makefile.in: Regenerate.
8639 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8641 * Makefile.in: Regenerate.
8643 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8645 * Makefile.def: Add install-html target. Add datarootdir
8646 docdir and htmldir to flags_to_pass.
8647 * Makefile.tpl: Add install-html target.
8648 * Makefile.in: Regenerate.
8649 * configure.in: Add --with-datarootdir, --with-docdir, and
8650 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8651 * configure: Regenerate.
8653 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
8655 * configure.in: Enable gprof for cross builds.
8656 * configure: Regenerate.
8658 2006-05-22 Richard Guenther <rguenther@suse.de>
8661 2006-01-31 Richard Guenther <rguenther@suse.de>
8662 Paolo Bonzini <bonzini@gnu.org>
8664 * Makefile.def (target_modules): Add libgcc-math target module.
8665 * configure.in (target_libraries): Add libgcc-math target library.
8666 (--enable-libgcc-math): New configure switch.
8667 * Makefile.in: Re-generate.
8668 * configure: Re-generate.
8669 * libgcc-math: New toplevel directory.
8671 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8672 Andreas Tobler <a.tobler@schweiz.ch>
8674 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
8675 * configure: Rebuilt.
8677 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
8679 * MAINTAINERS (Write After Approval): Add myself.
8681 2006-05-01 DJ Delorie <dj@redhat.com>
8683 * configure.in: Restore CFLAGS if GMP isn't present.
8684 * configure: Regenerate.
8686 2006-05-01 Richard Guenther <rguenther@suse.de>
8688 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8691 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
8693 * MAINTAINERS (Write After Approval): Add myself.
8695 2006-04-28 Jan Beulich <jbeulich@novell.com>
8697 * MAINTAINERS (Write After Approval): Add myself.
8699 2006-04-18 DJ Delorie <dj@redhat.com>
8701 * configure.in (m32c): Build libstdc++-v3. Pass flags to
8702 reference libgloss so that libssp can be built in a combined
8704 * configure: Regenerate.
8706 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
8708 * MAINTAINERS (Write After Approval): Add myself.
8710 2006-04-05 Ben Elliston <bje@au.ibm.com>
8712 * configure.in: Require makeinfo 4.4 or higher.
8713 * configure: Regenerate.
8715 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
8717 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8718 Rearrange the entries of other libraries to have them in one place.
8720 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
8722 * MAINTAINERS (Write After Approval): Remove myself.
8723 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8725 2006-03-14 Richard Guenther <rguenther@suse.de>
8727 * configure: Regenerate with autoconf 2.13.
8729 2006-03-13 Jim Blandy <jimb@codesourcery.com>
8731 * MAINTAINERS: Use my work address.
8733 * MAINTAINERS: Update my E-mail address.
8735 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
8737 * configure.in: Handle --disable-<component> generically.
8738 * configure: Regenerate.
8740 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
8743 * ltmain.sh: Don't use "$finalize_rpath" for compile.
8745 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
8747 * MAINTAINERS (Write After Approval): Remove myself.
8748 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8750 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
8752 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
8753 (TARGET_CONFIGDIRS): Remove.
8754 * configure.in: Remove AC_SUBST(target_configdirs).
8755 * Makefile.in, configure: Regenerated.
8757 2006-02-20 Steven G. Kargl <kargls@comcast.net>
8759 * MAINTAINERS (Write After Approval): Remove myself.
8760 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8762 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
8766 * Makefile.tpl ([+compare-target+]): Print explanation messages.
8768 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8769 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8770 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8771 BUILD_PREFIX, BUILD_PREFIX_1.
8772 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8774 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8775 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8777 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8778 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8779 of `cat stage_current`. Always provide the `r' and `s' variables.
8780 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8781 a single shell execution.
8782 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8783 bootstrapped modules, make the stage1 module if the build was not
8784 started yet, else build the current stage.
8785 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8786 (all-build, all-host, all-target, [+make_target+]-host,
8787 [+make_target+]-target): Do not use \-continued lines.
8788 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8789 (current_stage, restrap, stage_last): New.
8791 * Makefile.in: Regenerate.
8792 * configure: Regenerate.
8794 2006-02-19 Bud Davis <jmdavis@link.com>
8796 * MAINTAINERS (Write After Approval): Remove myself.
8797 (Language Front End Maintainers): Add myself as fortran 95
8798 maintainer and update e-mail address.
8800 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8802 * MAINTAINERS (Write After Approval): Remove myself.
8803 (Language Front End Maintainers): Add myself as fortran 95
8806 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
8808 * MAINTAINERS (Write After Approval): Add myself.
8810 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
8812 * MAINTAINERS (Write After Approval): Remove myself.
8813 (Language Front End Maintainers): Add myself as
8814 fortran 95 maintainer.
8816 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
8820 2005-12-27 Leif Ekblad <leif@rdos.net>
8822 * configure.in: Add support for RDOS target.
8823 * configure: Regenerate.
8825 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
8826 Andreas Schwab <schwab@suse.de>
8828 * configure: Regenerate.
8830 2006-02-12 David Edelsohn <edelsohn@gnu.org>
8832 * configure.in (enable_libgomp): Add AIX.
8833 * configure: Regenerate.
8835 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
8837 * MAINTAINERS (Write After Approval): Add myself.
8839 2006-02-03 Lee Millward <lee.millward@gmail.com>
8841 * MAINTAINERS (Write After Approval): Add myself.
8843 2006-01-31 Richard Guenther <rguenther@suse.de>
8844 Paolo Bonzini <bonzini@gnu.org>
8846 * Makefile.def (target_modules): Add libgcc-math target module.
8847 * configure.in (target_libraries): Add libgcc-math target library.
8848 (--enable-libgcc-math): New configure switch.
8849 * Makefile.in: Re-generate.
8850 * configure: Re-generate.
8851 * libgcc-math: New toplevel directory.
8853 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
8855 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8856 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8857 the assembler, linker and binutils.
8858 * configure: Regenerate.
8860 2006-01-22 Dirk Mueller <dmueller@suse.de>
8862 * MAINTAINERS (Write After Approval): Add myself.
8864 2006-01-20 Diego Novillo <dnovillo@redhat.com>
8866 * configure: Regenerate.
8868 2006-01-18 Richard Henderson <rth@redhat.com>
8869 Jakub Jelinek <jakub@redhat.com>
8870 Diego Novillo <dnovillo@redhat.com>
8872 * libgomp: New directory.
8873 * Makefile.def: Add target_module libgomp.
8874 * Makefile.in: Regenerate.
8875 * configure.in (target_libraries): Add target-libgomp.
8876 * configure: Regenerate.
8878 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
8880 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8881 @ from continuation.
8882 * Makefile.in: Rebuilt.
8884 2006-01-04 Chris Lattner <sabre@gnu.org>
8886 * MAINTAINERS (Write After Approval): Add myself.
8888 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
8892 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8893 * Makefile.tpl (OBJDUMP): New.
8894 (EXTRA_HOST_FLAGS): Add it.
8895 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8897 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8898 to use symbolic links between directories. Avoid race conditions
8899 or make them harmless.
8900 * configure.in: Do not try to use symbolic links between directories.
8902 * Makefile.def (LEAN): Pass.
8903 * Makefile.tpl (LEAN): Define.
8904 (stage[+id+]-start): Accept that the previous directory does not
8905 exist, if the bootstrap is lean.
8906 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8907 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8908 configure substitution.
8909 ([+compare-target+]): Likewise.
8910 ([+bootstrap-target+]-lean): New.
8911 * configure.in: Remove lean bootstrap support from here.
8913 * Makefile.in: Regenerate.
8914 * configure: Regenerate.
8916 2006-01-04 Ben Elliston <bje@au.ibm.com>
8918 * MAINTAINERS (libdecnumber): Add myself.
8920 2006-01-02 Mark Mitchell <mark@codesourcery.com>
8922 * libtool-ldflags: New script.
8924 2006-01-02 Andreas Schwab <schwab@suse.de>
8926 * configure.in: When reconfiguring remove Makefile in
8927 all stage directories.
8928 * configure: Regenerate.
8930 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8932 * MAINTAINERS: Update my email address.
8934 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
8936 Revert Ada-related part of the previous change.
8938 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8940 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8941 * Makefile.in: Regenerate.
8942 * configure.in: Do not include mt-ppc-aix target fragment.
8943 * configure: Regenerate.
8945 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
8947 * configure.in: Select appropriate fragments for PowerPC/AIX.
8948 * configure: Regenerate.
8950 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8951 BOOT_CFLAGS, BOOT_LDFLAGS.
8952 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8953 BOOT_CFLAGS, BOOT_LDFLAGS.
8954 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8955 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8956 (stage): Fail if we cannot complete the work.
8957 * Makefile.in: Regenerate.
8959 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8961 * configure.in: Replace ms1 with mt.
8962 * configure: Rebuilt.
8964 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8966 * MAINTAINERS: Update my email address.
8968 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
8970 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8971 install-host-nogcc): Don't invoke $(stage) at the end.
8972 * Makefile.in: Regenerate.
8974 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
8976 * configure.in: Flip the top-level bootstrap switch.
8977 * configure: Regenerate.
8979 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8981 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8982 $(stage) and $(unstage).
8983 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8984 (all): Remove stray semicolon.
8985 (local-distclean): Don't handle multilib.tmp and multilib.out.
8986 (install.all): Set $s for consistency.
8987 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8988 check_multilibs setting. Always make the install directory.
8989 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8991 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8992 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8993 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8994 (multilib.out): Remove.
8995 * Makefile.in: Regenerated.
8997 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
8999 * MAINTAINERS (Write After Approval): Add myself.
9001 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9003 * MAINTAINERS: Add myself as mt maintainer.
9005 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9007 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9009 * MAINTAINERS: Change email address.
9011 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
9013 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9014 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9015 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9016 Find in-tree tools if available.
9017 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9018 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9019 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9020 (COMPILER_*_FOR_TARGET): New.
9021 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9022 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9023 (CONFIGURED_*, USUAL_*): Remove.
9024 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9025 STRIP): Use autoconf substitutions.
9026 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9027 COMPILER_NM_FOR_TARGET): New.
9028 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9030 (all): Make all-host and all-target in parallel.
9031 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9032 that $$r and $$s are set before invoking a recursive make.
9033 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9034 ([+bootstrap-target+]): Inline most of the `all' target.
9036 2005-11-29 Ben Elliston <bje@au.ibm.com>
9038 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9039 from the gcc build directory.
9040 * Makefile.in: Regenerate.
9042 2005-11-29 Ben Elliston <bje@au.ibm.com>
9044 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9045 depend on all-libdecnumber.
9046 * configure.in (host_libs): Include libdecnumber.
9047 * Makefile.in: Regenerate.
9048 * configure: Likewise.
9050 2005-11-29 Ben Elliston <bje@au.ibm.com>
9052 * libdecnumber: Import decNumber sources from the dfp-branch.
9054 2005-11-21 Kean Johnston <jkj@sco.com>
9056 * config.sub, config.guess: Sync from upstream sources.
9058 2005-11-21 Ben Elliston <bje@au.ibm.com>
9060 Import from Autoconf sources:
9062 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9063 * config/move-if-change: Don't output "$2 is unchanged";
9064 suggested by Ben Elliston. Handle weird characters correctly.
9066 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9068 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9069 to match upstream libtool for darwin.
9071 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9073 * Makefile.def: Remove gdb dependencies for gdbtk.
9074 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9075 (configure-gdb, install-gdb): New rules.
9076 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9077 * Makefile.in, configure: Regenerated.
9079 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9081 * MAINTAINERS (Write After Approval): Add myself.
9083 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9085 * MAINTAINERS (Write After Approval): Add myself.
9087 2005-10-24 Diego Novillo <dnovillo@redhat.com>
9089 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9092 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
9095 * Makefile.tpl (do-[+make-target+], do-check, install,
9096 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9097 are set before recursing.
9098 * Makefile.in: Regenerate.
9100 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9103 * Makefile.def (gcc) <target>: Fix thinko.
9104 * Makefile.in: Regenerate.
9106 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9108 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9109 * configure: Regenerate.
9111 2005-10-15 Jie Zhang <jie.zhang@analog.com>
9113 * MAINTAINERS (Write After Approval): Add self.
9115 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
9117 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9118 target-libffi, target-qthreads, target-libjava, and
9120 * configure: Regenerate.
9122 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9124 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9125 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9126 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9127 (USUAL_OBJDUMP_FOR_TARGET): New.
9128 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9129 * configure.in: Check for $OBJDUMP_FOR_TARGET.
9130 * configure, Makefile.in: Regenerated.
9132 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9134 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9135 before other host packages.
9137 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9139 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9141 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9145 * configure.in (default_target): Remove.
9146 * Makefile.tpl (all): Do not use prerequisites as subroutines
9147 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9148 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9149 use prerequisites as subroutines.
9150 (check-host, check-target): New.
9151 (bootstrap configure & all targets): Do not use stage*-start
9152 if the directory layout is already ok.
9153 (non-bootstrap configure & all targets): Prepend a $(unstage).
9154 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9155 (NOTPARALLEL): Remove.
9156 (unstage, stage variables): New variables.
9157 (unstage, stage targets): Simply expand to those variables.
9159 * configure: Regenerate.
9160 * Makefile.in: Regenerate.
9162 2005-10-04 James E Wilson <wilson@specifix.com>
9164 * Makefile.def (lang_env_dependencies): Add libmudflap.
9165 * Makefile.in: Regenerate.
9167 2005-10-03 Andreas Schwab <schwab@suse.de>
9169 Backport from libtool CVS:
9170 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9172 * ltmain.sh: add support for installing into temporary
9173 staging area (e.g. 'make install DESTDIR=...')
9175 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9177 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9178 * configure: Regenerated.
9180 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9182 * configure: Regenerate with the correct
9185 2005-09-30 Catherine Moore <clm@cm00re.com>
9187 * configure.in (bfin-*-*): New.
9188 * configure: Regenerated.
9190 2005-09-28 Geoffrey Keating <geoffk@apple.com>
9192 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9193 (LIPO_FOR_TARGET): New.
9194 (CONFIGURED_LIPO_FOR_TARGET): New.
9195 (USUAL_LIPO_FOR_TARGET): New.
9196 (STRIP_FOR_TARGET): New.
9197 (CONFIGURED_STRIP_FOR_TARGET): New.
9198 (USUAL_STRIP_FOR_TARGET): New.
9199 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9201 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9202 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9203 * Makefile.in: Regenerate.
9204 * configure: Regenerate.
9206 2005-09-19 David Edelsohn <edelsohn@gnu.org>
9208 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9209 (rs6000-*-aix*): Same.
9210 * configure: Regenerate.
9212 2005-09-16 Tom Tromey <tromey@redhat.com>
9214 * MAINTAINERS: Add self as java maintainer.
9216 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9218 * configure.in: Recognize f95 in the --enable-languages option,
9219 and substitute it for fortran, issuing a warning.
9220 * configure: Regenerate.
9222 2005-08-30 Phil Edwards <phil@codesourcery.com>
9224 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9225 * configure: Regenerated.
9227 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
9229 * MAINTAINERS: Add self as ms1 maintainer.
9231 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9233 * Makefile.def (libssp): Add to lang_env_dependencies.
9234 * Makefile.in: Regenerate.
9236 2005-08-18 Ian Lance Taylor <ian@airs.com>
9238 * MAINTAINERS: Add myself as middle-end maintainer.
9240 2005-08-17 Christian Groessler <chris@groessler.org>
9242 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9243 * Makefile.in: Regenerate.
9245 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9247 * MAINTAINERS (write after approval): Added myself.
9249 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9251 * MAINTAINERS (Write After Approval): Add myself.
9253 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
9255 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9256 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9257 Look for alternate names of the target cc and c++
9258 * configure: Regenerate.
9260 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
9262 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9263 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9264 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9265 tools; remove code to manually set them.
9266 (Target tools): Look in the environment for them.
9267 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9268 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9269 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9271 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9272 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9273 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9274 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9275 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9276 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9277 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9278 * configure: Regenerate.
9279 * Makefile.in: Regenerate.
9281 2005-07-28 Ben Elliston <bje@au.ibm.com>
9283 * MAINTAINERS: Update for removed CPU targets.
9285 2005-07-27 Mark Mitchell <mark@codesourcery.com>
9287 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9288 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9289 * Makefile.in: Regenerated.
9291 2005-07-26 Mark Mitchell <mark@codesourcery.com>
9293 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9294 (CFLAGS_FOR_TARGET): Use it.
9295 (CXXFLAGS_FOR_TARGET): Likewise.
9296 * Makefile.in: Regenerated.
9297 * configure.in (--with-build-sysroot): New option.
9298 * configure: Regenerated.
9300 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
9302 * Makefile.tpl: Wrap install between unstage and stage
9303 * Makefile.in: Regenerate.
9305 2005-07-21 Eric Christopher <echristo@apple.com>
9307 * MAINTAINERS: Update affiliation.
9309 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9311 * MAINTAINERS: Add self as crx port maintainer.
9313 2005-07-20 DJ Delorie <dj@redhat.com>
9315 * MAINTAINERS: Add self as m32c maintainer.
9317 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9319 * all files: Update FSF address.
9321 2005-07-15 Eric Christopher <echristo@redhat.com>
9323 * MAINTAINERS: Change affiliation.
9325 2005-07-14 Jim Blandy <jimb@redhat.com>
9327 * configure.in: Add cases for Renesas m32c.
9328 * configure: Regenerated.
9330 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9332 * COPYING.LIB: Update from fsf.org.
9334 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9336 * COPYING, compile, config.guess,
9337 config.sub, install-sh, missing, mkinstalldirs,
9338 symlink-tree, ylwrap: Sync from upstream sources.
9339 * config-ml.in: Update FSF address.
9341 2005-07-13 Eric Christopher <echristo@redhat.com>
9343 * configure.in: Add toplevel noconfigdir support for tpf.
9344 * configure: Regenerate.
9346 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
9350 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9351 * Makefile.in: Regenerate.
9353 2005-07-07 Mark Mitchell <mark@codesourcery.com>
9355 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
9356 Brolley to write-after-approval.
9358 2005-07-07 Andreas Schwab <schwab@suse.de>
9360 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9361 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9362 * Makefile.in: Regenerated.
9364 2005-07-06 Geoffrey Keating <geoffk@apple.com>
9366 * configure.in: Don't build sim or rda when targetting darwin.
9367 * configure: Regenerate.
9369 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
9371 * configure.in: Add --enable-libssp and --disable-libssp.
9372 * configure: Regenerate with autoconf-2.13.
9374 2005-07-02 Jakub Jelinek <jakub@redhat.com>
9376 * Makefile.def (target_modules): Add libssp.
9377 * configure.in (target_libraries): Add target-libssp.
9378 * configure: Rebuilt.
9379 * Makefile.in: Rebuilt.
9381 2005-07-01 Zack Weinberg <zackw@panix.com>
9383 * MAINTAINERS: Change email address. Resign from maintainership.
9385 2005-07-01 Richard Guenther <rguenther@suse.de>
9387 * MAINTAINERS: Change my e-mail address and affiliation.
9389 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
9391 * Makefile.def (stagefeedback): Come after profile.
9392 Define profiledbootstrap target.
9393 * Makefile.tpl (profiledbootstrap): Remove.
9394 (stageprofile-end): Zap stagefeedback.
9395 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9396 * Makefile.in: Regenerate.
9398 2005-06-13 Richard Sandiford <richard@codesourcery.com>
9400 * MAINTAINERS: Update my email address.
9402 2005-06-13 Zack Weinberg <zack@codesourcery.com>
9404 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9405 In 'cpp' stanza, support '#line' as well as '# '.
9407 2005-06-08 Andreas Schwab <schwab@suse.de>
9409 * MAINTAINERS: Move myself from 'Write After Approval' to
9410 'CPU Port Maintainers' section as m68k maintainer.
9412 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
9414 * configure.in (unsupported_languages): New macro.
9415 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9416 non-ported target libraries in noconfigdirs.
9417 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9418 non-linux-gnu. Remove libgcj_ex_libffi.
9419 <lang_frag loop>: Set add_this_lang=no if the language is in
9420 unsupported_languages.
9421 * configure: Regenerate.
9423 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9425 * configure.in: Fix typo in handling of --with-mpfr-dir.
9426 * configure: Regenerate.
9428 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9430 * MAINTAINERS: Update my email address.
9432 2005-06-02 Jim Blandy <jimb@redhat.com>
9434 * config.sub: Add cases for the Renesas m32c. (This patch has been
9435 accepted into the master sources.)
9437 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
9438 Michael Snyder <msnyder@redhat.com>
9439 Stan Cox <scox@redhat.com>
9441 * configure.in: Set noconfigdirs for ms1.
9443 * configure: Regenerate.
9445 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
9447 * MAINTAINERS (Write After Approval): Add self.
9449 2005-06-01 Josh Conner <jconner@apple.com>
9451 * MAINTAINERS (Write After Approval): Add self.
9453 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
9455 * MAINTAINERS: Update my email address.
9457 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
9459 * MAINTAINERS (Write After Approval): Add self.
9461 2005-05-26 Chris Demetriou <cgd@broadcom.com>
9463 * MAINTAINERS (Write After Approval): Remove self.
9465 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
9467 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9468 (Dependencies): Consider target modules for bootstrap dependencies.
9469 Make target bootstrap modules depend on each stage's gcc.
9470 * Makefile.in: Regenerate.
9472 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
9474 * Makefile.def (configure-gcc): Depend on binutils having been built.
9475 (all-gcc): No need to do it here.
9476 * Makefile.in: Regenerate.
9478 2005-05-19 Paul Brook <paul@codesourcery.com>
9480 * configure.in: Rewrite misleading error message when requested
9481 language cannot be built.
9482 * configure: Regenerate.
9484 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
9486 * ylwrap: Import from Automake 1.9.5.
9488 2005-05-13 David Ung <davidu@mips.com>
9490 * MAINTAINERS (Write After Approval): Add self.
9492 2005-05-09 Mike Stump <mrs@apple.com>
9494 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9495 lt_cv_sys_max_cmd_len for now.
9497 2005-05-09 Stan Cox <scox@redhat.com>
9499 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9501 2005-05-08 Matt Kraai <kraai@ftbfs.org>
9503 * README.SCO: Update the URL.
9505 2005-05-05 David Edelsohn <edelsohn@gnu.org>
9507 * ltconfig: Define file_list_spec. Pass file_list_spec and
9508 with_gnu_ld to libtool.
9509 * ltcf-c.sh (aix[45]): Define file_list_spec.
9510 * ltcf-cxx.sh (aix[45]): Same.
9511 * ltcf-gcj.sh (aix[45]): Same.
9512 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9513 exists, write list of input files to temporary file.
9515 2005-05-04 Mike Stump <mrs@apple.com>
9517 * configure.in: Always pass --target to target configures as
9518 otherwise rebuilds that do --recheck will fail.
9519 * confiugure: Rebuilt.
9521 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
9523 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9525 (configure, all): Add bootstrap support.
9526 (Host modules, target modules): Pass post-stage1 flags and exports.
9527 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9528 * Makefile.in: Regenerate.
9530 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
9532 * configure: Regenerate.
9534 2005-04-27 Mike Stump <mrs@apple.com>
9536 * MAINTAINERS: Add self as darwin maintainer.
9538 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
9540 * config.sub: Update from master copy.
9542 2005-04-21 Mike Stump <mrs@apple.com>
9544 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9545 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9547 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
9549 * configure.in <crisv32-*-*, cris-*-*>: New local variable
9550 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
9551 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
9552 "*-*-elf" and "*-*-linux*".
9553 * configure: Regenerate.
9555 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
9557 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9559 2005-04-12 Mike Stump <mrs@apple.com>
9561 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9563 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
9565 * MAINTAINERS (Write After Approval): Add myself.
9567 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
9569 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9571 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
9573 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9574 (TARGET_CONFIGARGS): Include --with-target-subdir.
9575 (configure, all): New macros. Use them throughout.
9576 * Makefile.in: Regenerate.
9578 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
9580 * MAINTAINERS (Write After Approval): Add myself.
9582 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9584 * MAINTAINERS: Remove 'loop unrolling' maintainer.
9586 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
9588 * MAINTAINERS: Move John Carr to Write After Approval.
9590 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
9592 * config/mh-mingw32: Delete.
9593 * configure.in: Don't use it.
9594 * configure: Regenerate.
9596 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
9598 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9599 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9600 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9601 (HOST_LIB_PATH): Generate from Makefile.def.
9602 (TARGET_LIB_PATH): Likewise.
9603 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9604 * Makefile.in: Regenerate.
9605 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9606 (RPATH_ENVVAR): Include Darwin case.
9607 * configure: Regenerate.
9609 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
9611 * MAINTAINERS (Various Maintainers): Remove self.
9612 (Write After Approval): Add self.
9614 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
9616 * MAINTAINERS (Various Maintainers): Add self.
9618 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
9620 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9621 * configure: Regenerate.
9623 2005-03-21 Zack Weinberg <zack@codesourcery.com>
9625 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9626 gcc_version, and gcc_version_trigger from set of flags to pass.
9627 * Makefile.tpl: Remove definitions of above variables.
9628 (config.status): Remove dependency on $(gcc_version_trigger).
9629 * Makefile.in: Regenerate.
9630 * configure.in: Do not reference config/gcc-version.m4 nor
9631 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
9632 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
9633 * configure: Regenerate.
9635 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
9636 Andrew Pinski <pinskia@physics.uc.edu>
9638 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9639 * Makefile.in: Regenerate.
9641 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
9643 * MAINTAINERS (Write After Approval): Add myself.
9645 2005-03-03 David Ayers <d.ayers@inode.at>
9647 * MAINTAINERS (Write After Approval): Add myself.
9649 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
9652 * ltmain.sh: Avoid creating archives with components that have
9653 duplicate basenames.
9655 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
9658 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9660 * Makefile.in: Regenerate.
9662 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
9664 * Makefile.in: Regenerate to fix conflict between the previous two
9667 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
9670 * Makefile.def (target_modules): Remove "stage", now unnecessary.
9671 * Makefile.tpl (HOST_SUBDIR): New substitution.
9672 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9673 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9674 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9675 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9676 (Host modules, Bootstrapped modules): Use it.
9677 (Build modules, Target modules): Do not create symlink trees,
9678 always configure out-of-srcdir.
9679 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9680 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9681 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9682 $(HOST_SUBDIR). Create a symlink for host_subdir.
9684 * Makefile.in: Regenerate.
9685 * configure: Regenerate.
9687 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9689 Merged from libada-gnattools-branch:
9690 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
9692 * gnattools: New directory.
9693 * Makefile.def: Add gnattools as a module, depending on target-libada.
9694 * Makefile.in: Regenerate.
9695 * configure.in: Include gnattools in host_tools; disable it if ada
9697 * configure: Regenerate.
9699 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
9701 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9702 treelang maintainer.
9703 (Write After Approval): Remove myself.
9705 2005-02-23 Paul Schlie <schlie@comcast.net>
9707 * configure.in: Allow darwin targeted ports to build tk, itcl and
9709 * configure: Regenerate.
9711 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9714 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9715 * configure: Regenerate.
9717 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
9719 * MAINTAINERS (Write After Approval): Add myself.
9721 2005-02-10 Ian Lance Taylor <ian@airs.com>
9723 * MAINTAINERS: Update my e-mail address.
9725 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
9727 * MAINTAINERS (Write After Approval): Add myself.
9729 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
9731 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9732 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9733 target-libgloss when not *-*-elf and *-*-aout.
9734 * configure: Regenerate.
9736 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
9738 * MAINTAINERS: Remove obsolete entries.
9740 * MAINTAINERS (Write After Approval): Add Michael Matz.
9742 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
9744 * MAINTAINERS: Remove self as cpplib maintainer.
9746 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9748 * install-sh, config.sub: Import from upstream.
9750 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9753 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9754 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9755 * Makefile.in: Regenerate.
9757 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
9759 * MAINTAINERS: Update my email address.
9761 2005-01-12 David Edelsohn <edelsohn@gnu.org>
9762 Andreas Schwab <schwab@suse.de>
9765 * config-ml.in: Eval option if surrounded by single quotes.
9767 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
9769 Revert 2004-12-28 Makefile changes, a better fix will be
9770 applied to mainline and src after GCC 4.0 branches.
9772 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
9776 * Makefile.def (target_modules): Remove stage parameter,
9777 it is always true now.
9778 * Makefile.tpl (configure-build-[+module+],
9779 configure-target-[+module+]): Always build symlink tree
9780 for the directory and for include. BUILD_SUBDIR and
9781 TARGET_SUBDIR cannot be . anymore.
9782 * Makefile.in: Regenerate.
9784 2004-12-25 David Edelsohn <edelsohn@gnu.org>
9786 Revert 2004-12-08 Makefile changes.
9788 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
9790 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9793 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
9795 * configure.in (sh64-*-*): Reenable gprof.
9796 * configure: Regenerate.
9798 2004-12-08 David Edelsohn <edelsohn@gnu.org>
9800 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9801 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9802 (EXTRA_TARGET_FLAGS): Add PICFLAG.
9803 * Makefile.in: Regenerate.
9805 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
9807 * MAINTAINERS: Update my email address.
9809 2004-12-07 Matt Kraai <kraai@ftbfs.org>
9811 * Makefile.tpl: Generate normal dependencies if the LHS module is
9813 * Makefile.in: Regenerate.
9815 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
9817 * configure.in: Include config/gxx-include-dir.m4. Use
9818 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
9819 * configure: Regenerate.
9821 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
9823 * config.if: Delete.
9824 * configure.in: Set libstdcxx_incdir directly.
9825 * configure: Regenerate.
9827 2004-12-02 Eric Christopher <echristo@redhat.com>
9829 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9830 * Makefile.in: Regenerate.
9832 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
9834 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9835 * configure: Regenerate.
9837 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
9839 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
9840 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
9841 * configure: Regenerate.
9843 2004-12-01 Eric Christopher <echristo@redhat.com>
9845 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9846 of things to remove.
9848 2004-11-29 Matt Kraai <kraai@ftbfs.org>
9850 * MAINTAINERS (Write After Approval): Update my e-mail address.
9852 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
9854 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9855 from CVS libtool to always pass_all.
9857 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9859 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9860 (hppa*64*-*-*): Delete incorrect comment.
9861 * configure: Rebuilt.
9863 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9865 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9867 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9869 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9870 from CVS libtool to always pass_all.
9872 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9874 * install-sh, compile: Import from automake.
9876 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9878 * config.guess, config.sub: Import from savannnah.
9880 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
9882 * MAINTAINERS (Write After Approval): Add myself
9884 2004-11-12 Mike Stump <mrs@apple.com>
9886 * Makefile.def: Add html support.
9887 * Makefile.tpl: Likewise.
9888 * Makefile.in: Regenerate.
9890 2004-11-11 Geoffrey Keating <geoffk@apple.com>
9893 * configure.in: Remove all instances of build-fixincludes from
9895 (build_configargs): Supply --target to subdirectories.
9896 * configure: Regenerate.
9898 * Makefile.def: Make gcc install depend on fixincludes install.
9899 * Makefile.in: Regenerate.
9901 2004-11-10 Janis Johnson <janis187@us.ibm.com>
9903 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9905 2004-11-11 Paul Brook <paul@codesourcery.com>
9907 * MAINTAINERS: Add self as arm maintainer. Update email address.
9909 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9911 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9913 * configure: Regenerate.
9915 2004-11-07 David Edelsohn <edelsohn@gnu.org>
9917 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9920 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
9922 * Makefile.def (host fixincludes): Specify missing targets.
9923 * Makefile.in: Regenerate.
9925 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9927 * MAINTAINERS: Add myself
9929 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9931 * MAINTAINERS (Write After Approval): Add myself.
9933 2004-11-04 Geoffrey Keating <geoffk@apple.com>
9935 * Makefile.def: Build fixincludes for the host, too.
9936 * Makefile.in: Regenerate.
9937 * configure.in (host_tools): Add fixincludes.
9938 * configure: Regenerate.
9940 2004-11-04 Daniel Jacobowitz <dan@debian.org>
9942 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9943 * configure: Regenerated.
9945 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9948 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9949 * configure: Regenerated.
9951 2004-10-31 Mark Mitchell <mark@codesourcery.com>
9953 * README.SCO: Update per FSF instructions.
9955 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
9958 * configure.in (case ${target}): Do not build fixincludes for avr.
9959 * configure: Regenerated.
9961 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
9963 * configure.in (case ${target}): Do not build fixincludes
9964 on platforms where it is not used.
9965 * configure: Regenerated.
9967 2004-10-23 Daniel Jacobowitz <dan@debian.org>
9969 * configure.in: Use an absolute path to install-sh.
9970 * configure: Regenerated.
9972 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9974 * MAINTAINERS (Write After Approval): Add myself.
9976 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9978 * MAINTAINERS: Remove from Write After Approval those that are
9979 already maintainers.
9981 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9983 * MAINTAINERS: Update my email address.
9985 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9987 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9988 * configure: Regenerate.
9990 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
9992 * MAINTAINERS: Update my email address.
9994 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
9996 * MAINTAINERS (Language Front Ends Maintainers): New. Move
9997 entries belonging to this category.
9999 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10001 * MAINTAINERS: Update my e-mail address.
10003 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
10005 Fix wrong conflict resolution in:
10007 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10009 * Makefile.in: Regenerate.
10010 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10011 in the recursive `make', instead of hardwiring `all'.
10012 (Autogenerated TARGET-* variables): New.
10014 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10016 * configure.in: Enable target-libgloss for crx-*-*.
10017 * configure: Regenerate.
10019 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10021 * MAINTAINERS (Various Maintainers): Move the "windows,
10022 cygwin, mingw" maintainer to ...
10023 (OS Port Maintainers): ... here.
10025 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10027 * MAINTAINERS (Write After Approval): Remove those that are
10028 maintainers of some subsystem.
10030 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10032 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10033 * ltcf-cxx.sh (tpf*): Likewise.
10034 * ltconfig (tpf*): Add TPF OS configuration support.
10036 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10038 * MAINTAINERS: Change my email address to my new work account.
10040 2004-09-24 Michael Roth <mroth@nessie.de>
10042 * configure.in (--without-headers): Add missing double quotes.
10043 * configure: Regenerate.
10045 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
10047 * ylwrap: Revert to previous version.
10049 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10052 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10053 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10054 SET_GCC_LIB_PATH_CMD.
10055 (BASE_TARGET_EXPORTS): Likewise.
10056 * Makefile.in: Regenerated.
10058 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10059 * configure: Regenerated.
10061 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10063 * config.guess: New upstream version
10064 * compile, depcomp, install-sh, ylwrap: Likewise.
10066 2004-09-19 Roger Sayle <roger@eyesopen.com>
10068 * config/mh-x86omitfp: New host makefile fragment. Add
10069 -fomit-frame-pointer to the default BOOT_CFLAGS.
10070 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10071 * configure: Regenerate.
10073 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10076 * configure.in (*-*-darwin*): Renable libobjc.
10077 * configure: Regenerate.
10079 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10081 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10083 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
10085 * Makefile.def: Remove libbanshee.
10086 * Makefile.tpl: Ditto.
10087 * configure.in: Ditto.
10088 * Makefile.in: Regen.
10089 * configure: Ditto.
10091 2004-09-08 David Edelsohn <edelsohn@gnu.org>
10093 * ltmain.sh: Use $pic_object as $non_pic_object if
10094 $non_pic_object=none.
10096 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
10098 * missing: Import latest version from master repository.
10100 2004-09-06 Nick Clifton <nickc@redhat.com>
10102 * config.sub: Import latest version from master repository.
10103 * config.guess: Likewise.
10104 This includes these changes:
10106 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10108 * config.sub: Handle crisv32, alias etraxfs.
10109 * config.guess (crisv32:Linux:*:*): Handle.
10111 2004-08-13 Brad Smith <brad@comstyle.com>
10113 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10114 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10116 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10118 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10119 assume the processor is a powerpc. This is because coreutils
10120 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10121 in this case, due to a MacOS X bug that causes
10122 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10123 to return a negative number.
10124 Problem reported by Petter Reinholdtsen in:
10125 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10127 2004-07-19 Ben Elliston <bje@gnu.org>
10129 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10131 2004-06-24 Ben Elliston <bje@gnu.org>
10133 * config.guess: Update copyright years.
10134 * config.sub: Likewise.
10136 2004-06-22 Robert Millan <robertmh@gnu.org>
10138 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10139 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10141 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10143 * config.guess (*:*VMS:*:*): New entry. Replaces
10144 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10147 2004-06-22 Ben Elliston <bje@gnu.org>
10149 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10150 * config.sub: Likewise.
10152 2004-06-22 Ben Elliston <bje@gnu.org>
10154 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10155 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10157 2004-06-11 Ben Elliston <bje@gnu.org>
10159 * config.guess (pegasos:OpenBSD:*:*): Remove.
10161 2004-06-11 Ben Elliston <bje@gnu.org>
10163 From Wouter Verhelst <wouter@grep.be>:
10164 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10166 2004-06-11 Ben Elliston <bje@gnu.org>
10168 * config.guess (luna88k:OpenBSD:*:*): New.
10170 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10172 * config.guess (m32r*:Linux:*:*): New case.
10173 * config.sub: Handle m32rle.
10175 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10177 From Jens Petersen <petersen@redhat.com>:
10178 * config.sub: Handle sparcv8.
10180 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10182 From Tom Smith <smith@cag.lkg.hp.com>:
10183 * config.guess: Version suffixes are equally significant on Tru64
10184 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10185 prefix of "P" (patched kernel).
10187 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10189 * config.sub: Add support for National Semiconductor CRX target.
10191 2004-09-03 Janis Johnson <janis187@us.ibm.com>
10193 * MAINTAINERS (Various Maintainers): Remove myself as web page
10194 maintainer, add myself as maintainer of build status lists.
10196 2004-09-03 Jan Beulich <jbeulich@novell.com>
10198 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10199 *-*-netware, but add target-libmudflap.
10200 Consolidate *-*-netware targets (of which really only i?86 exists)
10201 into a single entry.
10202 * configure: Likewise.
10204 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
10206 * Makefile.tpl (sorry): Remove.
10207 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10208 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10209 (do-clean): Clean per-stage directories too.
10210 (do-distclean): Run distclean-stage1 too.
10211 (.NOTPARALLEL): Enable during toplevel bootstrap.
10212 (stage[+id+]-bubble): Enable parallel execution during
10213 the recursive invocation.
10214 * Makefile.in: Regenerate.
10216 Fix previous checkin:
10218 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10220 * configure.in: Fix indentation.
10221 * configure: Regenerate.
10223 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
10225 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10226 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10227 * configure: regenerate
10228 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10231 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
10233 * Makefile.def (build_modules): Add fixincludes.
10234 (dependencies): Make gcc depend on fixincludes.
10235 * configure.in (build_tools): Add fixincludes.
10236 (build_configdirs): Always include build_libs.
10237 * Makefile.in: Regenerate.
10238 * configure: Regenerate.
10240 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
10242 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10243 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10244 phony targets; do not generate timestamp files.
10245 (distclean-stageN): Remove references to their timestamp files.
10246 (restageN, touch-stageN): Remove.
10247 (stageN-bubble): Rewritten.
10248 (compare): Support lean bootstraps.
10249 * Makefile.in: Regenerate.
10251 * configure.in: Only warn when bootstrapping but
10252 build != host or build != target. Support lean bootstraps.
10253 * configure: Regenerate.
10255 2004-08-26 Phil Edwards <phil@codesourcery.com>
10257 * configure.in: Give a better error message if GMP/MPFR are missing
10258 and a language needing them has been requested.
10259 * configure: Regenerated.
10261 2004-08-25 Phil Edwards <phil@codesourcery.com>
10263 * configure.in: Print a list of available language front-ends if
10264 a requested one is missing. Tidy stray tab characters.
10265 * configure: Regenerated.
10267 2004-08-19 Michael Koch <konqueror@gmx.de>
10269 * gcc/doc/install.texi: Update entry about automake for libjava.
10271 2004-08-17 Robert Millan <robertmh@gnu.org>
10273 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10274 (instead of FreeBSD).
10275 * configure: Regenerate.
10277 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10279 * Makefile.in: Regenerate.
10280 * configure: Regenerate.
10282 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10284 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10285 for bootstrapped modules if toplevel bootstrap is going.
10286 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10287 modules. Adjust for changes in Makefile.def. Enable several
10288 rules even in non-bootstrap mode, just to avoid peppering the
10289 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10290 (stage-[+prev+]-bubble): Remove.
10292 * Makefile.def (Dependencies): Depend on all-build-bison,
10293 all-build-flex, all-build-byacc, all-build-texinfo, rather
10294 than the host variations.
10295 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10297 (BISON): Update for recent Bisons.
10299 (cross): Depend on all-build.
10300 (all): Do not depend on all-build.
10301 (prebootstrap): Remove.
10302 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10303 (Prebootstrap dependencies): Add them to the per-stage targets
10304 and to all-prebootstrap.
10305 * configure.in (build_configdirs): Always enable build_tools.
10306 (BUILD_DIR_PREFIX): Remove.
10308 * Makefile.def (gcc): Add target variable.
10309 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10310 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10311 in the recursive `make', instead of hardwiring `all'.
10312 (Autogenerated TARGET-* variables): New.
10314 2004-08-13 Brian Booth <bbooth@redhat.com>
10316 * MAINTAINERS: Remove myself from write-after-approval.
10318 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10320 * src-release: Stop distributing mmalloc with gdb (which doesn't
10322 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10323 * Makefile.in: Regenerate.
10325 2004-08-09 Mark Mitchell <mark@codesourcery.com>
10327 * configure.in (arm*-*-eabi*): New target.
10328 * configure: Regenerate.
10330 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
10332 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10333 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10334 (Dependencies): New section.
10335 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10336 (configure-target-[+module+]): Depend on maybe-all-gcc
10337 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10338 (toplevel profiledbootstrap): Fix dependencies.
10339 * Makefile.in: Regenerate.
10341 2004-08-03 Mark Mitchell <mark@codesourcery.com>
10343 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10344 target-libiberty to noconfigdirs.
10345 * configure: Regenerate.
10347 2004-08-03 Paul Brook <paul@codesourcery.com>
10349 * configure.in: Check for MPFR as well as GMP.
10350 * configure: Regenerate.
10352 2004-08-01 Robert Millan <robertmh@gnu.org>
10354 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10355 libmudflap for all GNU-based systems (with Glibc).
10356 * configure: Regenerate.
10358 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
10360 * Makefile.def (host-modules): Add gcc.
10361 * Makefile.in: Regenerate.
10362 * Makefile.tpl (sorry): New rule.
10363 (configure-host, all-host, [+make_target+]-host, do-check,
10364 install-host): Do not add gcc as a special case.
10365 (host modules): Add a small special-casing for gcc. Export
10366 extra_make_flags through the environment.
10367 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10368 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10369 other recursive targets for gcc): Remove.
10371 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10372 (stage, unstage): New rules.
10373 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10374 distclean-stage[+id+]): Use stage_current.
10375 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10376 the stage*-start rules.
10378 2004-08-02 Geoffrey Keating <geoffk@apple.com>
10380 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10381 use -all_load flag.
10383 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
10385 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10386 * configure: Regenerate.
10388 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10390 * maintainer-scripts/gcc_release: Revert yesterday's change.
10392 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10394 * MAINTAINERS: Add myself to write-after-approval.
10396 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10399 * gcc/gccbug.in: Updated because of libf2c removal.
10400 * maintainer-scripts/gcc_release: Ditto.
10402 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
10404 * configure.in: Build libmudflap by default on FreeBSD.
10405 * configure: Regenerated.
10407 2004-07-09 Mark Mitchell <mark@codesourcery.com>
10409 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10411 * configure: Regenerated.
10413 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10416 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10417 feedback based compiler.
10418 * Makefile.in: Rebuilt.
10420 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
10422 * Makefile.def (host_modules): Set bootstrap=true for flex.
10423 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10424 * Makefile.in: Rebuilt.
10426 2004-07-07 Jan Hubicka <jh@suse.cz>
10428 * MAINTAINERS: Add self as a profile feedback maintainer.
10430 2004-07-05 Phil Edwards <phil@codesourcery.com>
10432 * configure.in: Do not prepend $srcdir to /dev/null in
10433 makefile fragments.
10434 * configure: Regenerate.
10436 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
10438 * Makefile.def (build_modules): Add bison, byacc, flex,
10440 (flags_to_pass): Add FLEX.
10441 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10442 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10443 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10444 DEFAULT_MAKEINFO): Remove.
10445 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10446 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10447 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10448 objdir or else use configured tool.
10450 (all): Depend on it.
10451 (Build module dependencies): Add.
10452 * Makefile.in: Regenerate.
10453 * configure.in: Better support for multiple build modules,
10454 matching what is done for host/target modules. Do not look
10455 for "plausible" locations of build tools if Canadian cross.
10456 Use autoconf's AC_PROG_CC to find a C compiler. Define
10457 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
10458 * configure: Regenerate.
10460 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
10462 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10463 * Makefile.in: Regenerate.
10465 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
10467 * Makefile.tpl (configure-build-[+module+],
10468 configure-[+module+], configure-target-[+module+]): Pass
10469 [+extra_configure_args+].
10470 (all-build-[+module+], all-[+module+], check-[+module+],
10471 install-[+module+], [+make_target+]-[+module+],
10472 all-target-[+module+], check-target-[+module+],
10473 install-target-[+module+], [+make_target+]-target-[+module+]):
10474 Pass [+extra_make_args+].
10475 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10476 (GCC_HOST_EXPORTS): Remove.
10477 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10478 cross, check-gcc, check-gcc-c++, install-gcc,
10479 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10480 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10481 * Makefile.in: Regenerate.
10483 2004-06-21 Matthew Sachs <msachs@apple.com>
10485 * MAINTAINERS: Added self to write-after-approval.
10487 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
10489 * configure.in: Check for srcdir/winsup rather than build directory
10491 * configure: Regenerate.
10493 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
10495 * configure.in: Don't build Cygwin native newlib if winsup
10496 directory is missing. Emit warning instead.
10497 * configure: Regenerate.
10499 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
10501 * Makefile.tpl (touch-stage[+id+]): New.
10502 (restage[+prev+]): Depend on touch-stage[+id+].
10504 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10507 * Makefile.def: Add profile and feedback bootstrap stages.
10508 Remove next field from bootstrap stages.
10509 * Makefile.tpl (LN, LN_S): Substitute.
10510 (stageN-start, stageN-end): Use double-colon rules, to
10511 provide a hook for additional setup commands.
10512 (distclean-stageN-gcc, restageN): Create dependencies from
10513 [+prev+], not from [+next+].
10514 (stageN-bubble): Add commands for successive stages from
10515 [+prev+], using double-colon rules.
10516 (all-stageN-gcc): Fix typo.
10517 (stagefeedback-start, profiledbootstrap): New.
10518 * Makefile.in: Regenerate.
10519 * configure.in: Call ACX_PROG_LN.
10520 * configure: Regenerate.
10522 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
10524 * MAINTAINERS (Write After Approval): Add myself.
10526 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
10528 * MAINTAINERS (Write After Approval): Add myself.
10530 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
10532 * configure.in: Fix --enable-bootstrap breakage introduced in trees
10534 * configure: Regenerate.
10536 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
10538 * Makefile.tpl: Fix typo.
10539 * Makefile.in: Regenerate.
10541 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
10543 * configure.in: Remove new- prefix from toplevel
10545 * configure: Regenerate.
10547 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
10549 * Makefile.tpl (all.normal): Rename to all.
10550 (all): Replace with a rule to pick the default
10551 target from configure.
10552 (all-gcc, configure-gcc): Use conditionals to
10553 do nothing when toplevel bootstrap is going on.
10554 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10555 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10556 * configure.in: Support --enable-bootstrap.
10558 * Makefile.def: Remove new- prefix from toplevel
10560 * Makefile.tpl: Likewise.
10562 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
10565 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10566 $(RECURSE_FLAGS) to recursive invocation of make.
10568 * Makefile.in: Regenerate.
10569 * configure: Regenerate.
10571 2004-05-30 Andreas Jaeger <aj@suse.de>
10572 Jim Wilson <wilson@specifixinc.com>
10574 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10577 2004-05-27 Daniel Jacobowitz <dan@debian.org>
10579 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10580 * configure: Regenerate.
10582 2004-05-25 Daniel Jacobowitz <drow@false.org>
10584 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10585 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10586 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
10588 * Makefile.in: Regenerate.
10590 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
10592 * configure.in: Test the ability to symlink directories.
10593 * configure: Regenerate.
10595 * Makefile.def (bootstrap-stage): New definitions.
10596 * Makefile.tpl (configure-stage1-gcc,
10597 configure-stage2-gcc, configure-stage3-gcc,
10598 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10599 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10600 new-restage3, compare): Autogenerate, see Makefile.in
10601 entry for behavioral changes.
10602 (distclean-stage1, new-stage1-start, new-stage1-end,
10603 new-stage1-bubble, distclean-stage2, new-stage2-start,
10604 new-stage2-end, new-stage2-bubble, distclean-stage3,
10605 new-stage3-start, new-stage3-end): New autogenerated targets.
10606 (objext, prebootstrap, BOOT_CFLAGS,
10607 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10610 * Makefile.in: Regenerate.
10611 (distclean-stage1, new-stage1-start, new-stage1-end,
10612 new-stage1-bubble, distclean-stage2, new-stage2-start,
10613 new-stage2-end, new-stage2-bubble, distclean-stage3,
10614 new-stage3-start, new-stage3-end): New targets.
10615 (all-stage1-gcc): Move prebootstrap dependency from here...
10616 (configure-stage1-gcc): ...to here.
10617 (new-bootstrap): Use bubble targets.
10618 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10619 Use per-stage distclean targets.
10620 (configure-stage1-gcc, configure-stage2-gcc,
10621 configure-stage3-gcc, all-stage1-gcc,
10622 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10623 Use new-stageN-start to prepare the tree.
10625 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
10627 * Makefile.def (host_modules): add libcpp.
10628 * Makefile.tpl: Add dependencies on and for libcpp.
10629 * Makefile.in: Regenerate.
10630 * configure.in: Add libcpp host module.
10631 * configure: Regenerate.
10633 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
10635 * Makefile.tpl: Whenever a recursive target is defined, wrap
10636 it in a special @if/@endif block, and prepare its maybe
10637 dependency in the @if/@endif block
10638 * configure.in: Instead of writing maybe dependencies, remove
10639 the @if/@endif statements, and remove the @if/@endif blocks
10641 * configure: Regenerate.
10642 * Makefile.in: Regenerate.
10644 2004-05-20 Janis Johnson <janis187@us.ibm.com>
10646 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10648 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
10651 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10652 * */configure: Rebuilt.
10654 2004-05-17 Zack Weinberg <zack@codesourcery.com>
10656 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10658 * configure, Makefile.in: Regenerate.
10660 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
10662 * MAINTAINERS (Write After Approval): Add myself.
10664 2004-05-13 Diego Novillo <dnovillo@redhat.com>
10666 Merge from tree-ssa-20020619-branch.
10668 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10669 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10670 (HOST_GMPLIBS): Define.
10671 (HOST_GMPINC): Define.
10672 (TARGET_LIB_PATH): Add libmudflap.
10673 (GFORTRAN_FOR_TARGET): Define.
10674 (configure-build*): Export GFORTRAN.
10675 (configure-gcc): Export GMPLIBS and GMPINC.
10676 (all-gcc): Add maybe-all-libbanshee.
10677 (configure-target-libgfortran): Define.
10678 * Makefile.in: Regenerate.
10679 * configure.in (host_libs): Add libbanshee.
10680 (target_libraries): Add target-libmudflap and target-libgfortran.
10681 Add --with-libbanshee.
10682 Handle --disable-libmudflap.
10683 (*-*-freebsd*): Use with_gmp.
10684 Add $(libgcj) to noconfigdirs.
10685 * configure: Regenerate.
10686 * depcomp: New file.
10687 * MAINTAINERS: Add tree-ssa maintainers.
10689 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
10691 * MAINTAINERS (Various Maintainers): Add myself.
10693 2004-04-30 Brian Ford <ford@vss.fsi.com>
10695 * MAINTAINERS (Write After Approval): Add myself.
10697 2004-04-29 Uros Bizjak <uros@kss-loka.si>
10699 * MAINTAINERS (Write After Approval): Add myself.
10701 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
10703 * config/acx.m4: Fix fastcompare support for new-bootstrap.
10704 * configure: Regenerate.
10706 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
10709 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10711 * Makefile.def (flags_to_pass): Remove *dir variables that
10712 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10713 as well as prefix and exec_prefix.
10714 * Makefile.in: Regenerate.
10716 2004-04-26 Robert Millan <robertmh@gnu.org>
10718 Add patches from libtool CVS.
10719 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10720 * ltconfig: Likewise.
10721 * ltcf-c.sh: Likewise.
10722 * ltcf-cxx.sh: Likewise.
10723 * ltcf-gcj.sh: Likewise.
10725 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10727 * Makefile.def (host_modules): Mark with the bootstrap
10728 flag packages on which gcc depends.
10729 * Makefile.tpl (all-bootstrap): Use it.
10730 * Makefile.in: Regenerate.
10732 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10734 * Makefile.def (flags_to_pass): Remove *dir variables that
10735 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10736 as well as prefix and exec_prefix.
10737 * Makefile.in: Regenerate.
10739 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10741 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10742 * configure: Regenerate.
10743 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10744 * gcc/Makefile.tpl (compare): Use the result of the test.
10745 * gcc/Makefile.in: Regenerate.
10747 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
10749 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10750 Always relocate gcc and prev-gcc to the original names, even
10751 if the build fails.
10752 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10755 2004-04-23 Laurent GUERBY <laurent@guerby.net>
10757 * MAINTAINERS: Update my email address.
10759 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10761 * configure.in (mips*-*-irix5*): Enable ld.
10762 * configure: Regenerate.
10764 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10766 * configure: Regenerate.
10768 2004-04-15 James E Wilson <wilson@specifixinc.com>
10770 * Makefile.tpl (configure-[+module+], configure-gcc,
10771 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10772 Set and export LDFLAGS.
10773 * Makefile.in: Regenerate.
10775 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
10777 * MAINTAINERS: Add myself to write-after-approval.
10779 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
10782 * Makefile.tpl: If we don't have built-in-tree target tools,
10783 use the ones found by configure rather than hacking around with
10784 program_transform_name.
10785 * configure.in: Give Makefile.tpl the information necessary
10787 * Makefile.in: Regenerate.
10788 * configure: Regenerate.
10790 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
10793 * configure.in: When computing baseargs, strip *all* copies of
10794 offending options. Also, don't match/substitute the trailing space,
10795 so that this actually works when two similar options are separated by
10797 * configure: Regenerate.
10799 2004-04-06 David Edelsohn <edelsohn@gnu.org>
10801 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10802 (rs6000-*-aix*): Same.
10803 * configure: Regenerate.
10805 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
10807 * MAINTAINERS: Add myself to write-after-approval.
10809 2004-04-03 Bud Davis <bdavis9659@comcast.net>
10811 * MAINTAINERS: Add myself to write-after-approval.
10813 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
10815 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10816 STRICT_WARN, WARN_CFLAGS flags passed down to make.
10817 * Makefile.in: Regenerate.
10819 * configure.in (top level bootstrap support): Rework --enable-werror
10820 to set @stage2_werror_flag@.
10821 * configure: Regenerate.
10822 * Makefile.tpl (top level bootstrap support): Pass
10823 @stage2_werror_flag@ down to configure in stages 2 and 3.
10824 * Makefile.in: Regenerate.
10826 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
10828 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10829 for stages 2 and 3 as well as in make. As a consequence, remove
10830 OUTPUT_OPTION (now detected by configure) from the flags passed down
10832 * Makefile.in: Regenerate.
10834 * Makefile.tpl (new-bootstrap): Fix typo.
10835 * Makefile.in: Regenerate.
10837 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
10839 * Makefile.tpl: Rearrange by moving recursive_targets rules
10840 into their proper sections.
10841 * Makefile.tpl (top level bootstrap support): Move disabling
10842 of coverage flags from 'make' to 'configure'; improve comments.
10843 * Makefile.in: Regenerate.
10845 * Makefile.tpl (experimental top level bootstrap) Move stage1
10846 language setting from all- target to configure- target; disable
10847 intermodule optimization in stage 1; prevent gratuitous rebuilds
10849 * Makefile.in: Regenerate.
10850 * configure.in: Comma-separate stage 1 language list for top
10852 * configure: Regenerate.
10854 * Makefile.tpl: Clean up experimental top level bootstrap support:
10855 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10856 prev-gcc in configure- targets as well as all- targets.
10857 * Makefile.in: Regenerate.
10859 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10861 * compile: New file imported from automake.
10863 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
10865 * configure.in: Remove symbolic link section.
10866 * configure: Regenerate.
10867 * Makefile.tpl (links): Remove.
10868 * Makefile.in: Regenerate.
10870 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
10871 Nathanael Nerode <neroden@gcc.gnu.org>
10873 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10874 Set with AC_CHECK_PROGS.
10875 * configure.in: Fix comment typo from last patch.
10876 * configure: Regenerate.
10878 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10880 * Makefile.tpl: Introduce experimental top level bootstrap support.
10881 * Makefile.in: Regenerate.
10882 * configure.in: Introduce support for top level bootstrap.
10883 * configure: Regenerate.
10885 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
10886 Paolo Bonzini <bonzini@gnu.org>
10889 * configure.in: Cope with shells that do not support unquoted ^
10890 * configure: Regenerate.
10892 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
10893 Paolo Bonzini <bonzini@gnu.org>
10896 * configure.in: Cope with shells that do not support nesting
10897 quotes inside quoted backquote substitutions.
10898 * configure: Regenerate.
10900 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10903 * configure.in: Fix escaping of $.
10904 * configure: Regenerate.
10906 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10908 * configure: Regenerate, since I forgot to while committing Paolo's
10911 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
10914 Move language detection to the top level.
10915 * configure.in: Find default values for the tools as
10916 soon as possible. Disable ada if GNAT is not found.
10917 Emit error message about missing languages. Expand
10918 --enable-languages=all for the gcc subdirectory.
10920 2004-03-10 Ben Elliston <bje@gnu.org>
10922 * MAINTAINERS: Update my email address.
10924 2004-03-05 David Edelsohn <edelsohn@gnu.org>
10926 * ltconfig: Disable building static libraries if building shared
10927 libraries on AIX 5L.
10929 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
10931 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10932 and disable libgcj.
10933 * configure: Regenerated.
10935 2004-03-01 Brian Booth <bbooth@redhat.com>
10937 * MAINTAINERS: Add myself to write-after-approval.
10939 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
10941 * MAINTAINERS: Add myself to write-after-approval.
10943 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10946 * Makefile.tpl: Guard XFOO sed statements better.
10947 * Makefile.tpl: Add dependency for configure-target-libada.
10948 * Makefile.in: Regenerate (incidentally fixes broken
10949 commit when libada-branch was merged).
10951 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10953 * MAINTAINERS: Add myself to write-after-approval.
10955 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10957 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10960 2004-02-20 Andrew Cagney <cagney@redhat.com>
10962 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10963 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10965 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10968 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10970 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
10972 * MAINTAINERS: Added myself to write-after-approval.
10974 2004-02-14 Michael Koch <konqueror@gmx.de>
10976 * MAINTAINERS: Added myself to write-after-approval.
10978 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10980 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10981 some OS port maintainers to OS port maintainers section.
10983 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
10985 * MAINTAINERS: Add self.
10987 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10989 * MAINTAINERS: Alphabetize.
10991 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
10993 * MAINTAINERS: Remove myself.
10995 2004-02-11 David Edelsohn <edelsohn@gnu.org>
10997 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10998 (rs6000-*-aix*): Same.
10999 * configure: Regenerate.
11001 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11003 * configure.in (host): Add in missing $noconfigdirs to defines.
11004 * configure: Regenerate.
11006 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11007 Nathanael Nerode <neroden@gcc.gnu.org>
11009 PR ada/6637, PR ada/5911
11010 Merge with libada-branch:
11011 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11012 with appropriate dependencies. Add --enable-libada configure switch.
11013 * configure, Makefile.in: Regenerate.
11015 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
11017 * MAINTAINERS: Add myself to write-after-approval.
11019 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11021 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11022 * configure: Regenerate.
11024 2004-02-04 Geoffrey Keating <geoffk@apple.com>
11026 Merge from upstream:
11028 * ltmain.in: When setting IFS to '~', be careful about user
11029 arguments that contain '~'.
11031 2004-02-04 Peter O'Gorman <peter@pogma.com>
11033 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11034 Also test $base_compile against $CC with escaped arguments. Bug
11035 reported by Geoff Keating <geoffk@apple.com>.
11037 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11039 * MAINTAINERS: Remove i960 port.
11041 2004-01-23 DJ Delorie <dj@redhat.com>
11043 * Makefile.def (target_modules) [libiberty]: Don't stage.
11044 * Makefile.in: Rebuilt.
11046 2004-01-20 Caroline Tice <ctice@apple.com>
11048 * MAINTAINERS: Add myself to write-after-approval.
11050 2004-01-19 Paolo Carlini <pcarlini@suse.de>
11052 * MAINTAINERS: Update my email address.
11054 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11056 * MAINTAINERS: Add myself to write-after-approval.
11058 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11060 * MAINTAINERS: Remove entries without email address.
11062 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
11064 * MAINTAINERS: Add myself to write-after-approval.
11066 2004-01-15 Steven Bosscher <stevenb@suse.de>
11068 * MAINTAINERS: Update my email address.
11070 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
11072 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11073 * Makefile.tpl (configure-target-[+module+]): Support stage.
11074 * Makefile.in: Rebuilt.
11076 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11078 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11080 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
11082 * MAINTAINERS: Add myself as a MIPS maintainer.
11084 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11086 * configure.in: Use ./config.cache, not config.cache.
11087 * configure: Regenerate.
11088 * Makefile.tpl: Special-casing not needed for GCC any more.
11089 * Makefile.in: Regenerate.
11091 * configure.in: Don't share a cache file for host dirs.
11092 * configure: Regenerate.
11094 * config-ml.in: Don't mess with the cache file.
11096 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11098 * MAINTAINERS: Move myself from 'Write After Approval' to
11099 'CPU Port Maintainers' section as SPARC maintainer.
11101 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11103 * Makefile.tpl: Make GCC use a separate config.cache.
11104 * Makefile.in: Regenerate.
11106 PR bootstrap/11932, PR bootstrap/11933
11107 (I don't know if it will fix either of them, but it relates
11109 * configure.in: Don't use shared config.cache for target
11111 * configure: Regenerate.
11113 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11115 * MAINTAINERS: Add myself to 'Write After Approval' section.
11117 2003-12-31 Roger Sayle <roger@eyesopen.com>
11119 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11120 * configure: Regenerated.
11122 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11124 * MAINTAINERS: Remove the mn10200 maintainer.
11126 2003-12-21 Bernardo Innocenti <bernie@develer.com>
11128 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11129 * configure: Regenerated.
11131 2003-12-16 Jan Hubicka <jh@suse.cz>
11133 * MAINTAINERS: Add myself as callgraph maintainer.
11135 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11137 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11138 * configure: Regenerate.
11140 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11142 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11143 'Write After Approval' section. Update email.
11145 2003-12-01 James Lemke <jim@wasabisystems.com>
11147 * MAINTAINERS (Write After Approval): Add myself.
11149 2003-11-20 Matt Thomas <matt@3am-software.com>
11151 * MAINTAINERS: Add myself as a vax port maintainer.
11153 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11155 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11156 (configure-build-[+module+], configure-[+module+]): Likewise.
11157 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11158 * Makefile.in: Regenerate.
11160 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11162 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11163 shared/dylibed libraries.
11164 * ltmain.sh: Likewise.
11165 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11166 * ltcf-cxx.sh: Likewise.
11167 * ltcf-gcj.sh: Likewise.
11168 * ltconfig: Likewise.
11170 2003-11-17 Stan Cox <scox@redhat.com>
11172 * MAINTAINERS: Add myself as iq2000 port maintainer.
11174 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11176 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11177 * Makefile.in: Regenerate.
11179 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11181 * config.sub: Update to 2003-11-03 version.
11183 2003-10-20 Phil Edwards <phil@codesourcery.com>
11185 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11186 * configure: Regenerate.
11188 2003-10-20 Nicolas Pitre <nico@cam.org>
11190 * MAINTAINERS: Add myself to 'Write After Approval' section.
11192 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11194 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11196 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11198 * MAINTAINERS: Update my email address.
11200 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11202 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11204 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
11206 * MAINTAINERS: Add myself to 'Write After Approval' section.
11208 2003-10-16 Bernardo Innocenti <bernie@develer.com>
11210 * config.guess: Update to 2003-10-16 version.
11211 * config.sub: Update to 2003-10-16 version.
11213 2003-10-15 David Daney <ddaney@avtrex.com>
11215 * MAINTAINERS: Added myself to 'Write After Approval' section.
11217 2003-10-15 Falk Hueffner <falk@debian.org>
11219 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11220 'Write After Approval' section. Update email.
11222 2003-10-14 Roger Sayle <roger@eyesopen.com>
11224 * MAINTAINERS: Move myself from 'Write After Approval' to
11225 'Various Maintainers' section as middle-end maintainer.
11227 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11229 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11230 HOST_FLAGS_TO_PASS.
11231 * Makefile.in: Regenerate.
11233 2003-10-11 Bernardo Innocenti <bernie@develer.com>
11235 * config.guess: Update to 2003-10-07 version.
11236 * config.sub: Update to 2003-10-07 version.
11238 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11240 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11241 * ltconfig (irix5*, irix6*): Don't override version_type.
11243 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11245 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11246 * configure: Rebuilt
11247 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11248 * Makefile.in: Rebuilt
11250 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11252 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11254 2003-09-30 Carlo Wood <carlo@alinoe.com>
11256 * MAINTAINERS (Write After Approval): Add myself.
11258 2003-09-29 Paul Koning <ni1d@arrl.net>
11260 * MAINTAINERS: Move myself from "Write After Approval"
11261 to CPU platform maintainers for pdp11 platform.
11263 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11265 * MAINTAINERS: Move myself from 'Write After Approval' to
11266 'Various Maintainers' section as libffi testsuite maintainer.
11268 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
11270 * configure.in: Pass a computed --program-transform-name
11272 * configure: Regenerated.
11274 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11276 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11277 * Makefile.in: Regenerate.
11279 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11280 * Makefile.in: Regenerate.
11282 2003-09-19 Ziemowit Laski <zlaski@apple.com>
11284 * MAINTAINERS: Move myself from 'Write After Approval'
11285 to 'Various Maintainers' (objective-c) section.
11287 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
11289 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11291 * configure: Regenerated.
11293 2003-09-16 Joel Brobecker <brobecker@gnat.com>
11295 * MAINTAINERS (Write After Approval): Add myself to write after
11298 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11300 * MAINTAINERS (Write After Approval): Add myself.
11302 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11304 * MAINTAINERS: Update my e-mail address.
11306 2003-09-09 Alan Modra <amodra@bigpond.net.au>
11308 * libtool.m4 (LD): Correct powerpc64 host match.
11310 2003-09-06 James E Wilson <wilson@tuliptree.org>
11312 * MAINTAINTERS: Update my affiliation and email address.
11314 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11316 * MAINTAINERS (Write After Approval): Add myself.
11318 2003-09-04 DJ Delorie <dj@redhat.com>
11320 * configure: Regenerate.
11322 2003-09-04 Robert Millan <robertmh@gnu.org>
11324 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11326 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11328 * configure.in: Ensure arguments to sed are properly spaced.
11329 * configure: Regenerate.
11331 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11333 * MAINTAINERS: Update my e-mail address.
11335 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11337 * MAINTAINERS (Write After Approval): Add myself.
11339 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
11341 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11342 * configure: Regenerated.
11344 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11346 * MAINTAINERS: Update my email address.
11348 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
11350 * configure.in: Use newline instead of semicolon when assuming
11351 shell arguments in a for loop.
11352 * configure: Regenerated.
11354 2003-08-22 Jason Eckhardt <jle@rice.edu>
11356 * MAINTAINERS: Resurrect the i860 maintainer.
11358 2003-08-20 Geoffrey Keating <geoffk@apple.com>
11361 * configure.in: When testing with_libs and with_headers, treat
11362 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11363 * configure: Regenerate.
11365 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11367 (baseargs): Likewise.
11368 * configure: Regenerate.
11370 2003-08-20 Bernardo Innocenti <bernie@develer.com>
11372 * MAINTAINERS (Write After Approval): Add myself.
11374 2003-08-19 Geoffrey Keating <geoffk@apple.com>
11376 * configure.in: Disable libgcj for darwin not on powerpc.
11377 * configure: Rebuild.
11379 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11381 * config-ml.in, symlink-tree: Add license.
11383 2003-08-03 Richard Stallman <rms@gnu.org>
11384 Eben Moglen <moglen@columbia.edu>
11386 * README.SCO: New file.
11388 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11390 * Makefile.tpl (check, check-c++): Express dependencies using
11391 dependencies rather than commands.
11392 * Makefile.in: Regenerate.
11394 2003-08-01 Andrew Cagney <cagney@redhat.com>
11396 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11397 * configure: Ditto.
11399 2003-07-31 Geoffrey Keating <geoffk@apple.com>
11401 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11402 * Makefile.in: Update.
11404 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11406 * configure.in: Enable libgcj for darwin.
11407 * configure: Rebuild.
11409 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
11411 * config-ml.in: Use ac_configure_args directly instead of
11412 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11415 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11417 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11418 creating target and build subdirs to build all parent dirs as needed.
11419 * Makefile.in: Rebuild.
11420 * configure.in: Don't build dirs explicitly here.
11421 * configure: Rebuild.
11423 2003-07-26 Paul Brook <paul@nowt.org>
11425 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11427 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
11429 * Makefile.tpl (all-make): Depend on intl.
11430 * Makefile.in: Rebuilt.
11432 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
11434 * install-sh: Update to newer upstream versions (associated with
11436 * mkinstalldirs: Likewise.
11437 * missing: Likewise, plus $1Help2man -> $1 typo fix.
11439 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
11441 * MAINTAINERS: Move self from Bug database only accounts
11442 to write-after-approval.
11444 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
11446 * config.if: Remove unused libc_interface determination.
11448 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
11450 * MAINTAINERS: Move self from write-after-approval to
11451 build machinery (*.in).
11453 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
11457 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
11458 unused INSTALL_PROGRAM_ARGS.
11459 * configure.in: Use AC_PROG_INSTALL.
11460 * Makefile.in: Regenerate.
11461 * configure: Regenerate.
11463 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
11465 * MAINTAINERS: Alphabetize.
11467 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
11469 * configure: Rebuilt.
11470 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11471 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11472 newlib nor libgloss.
11473 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
11474 * configure.in (am33_2.0-*-linux*): Added.
11476 2003-07-09 Bob Wilson <bob.wilson@acm.org>
11478 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11479 * configure: Regenerate.
11481 2003-07-07 Zack Weinberg <zack@codesourcery.com>
11483 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11484 * Makefile.in: Regenerate.
11486 2003-07-04 Zack Weinberg <zack@codesourcery.com>
11488 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11489 * Makefile.in: Regenerate.
11491 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
11493 * Makefile.tpl: Replace PWD with PWD_COMMAND.
11494 * Makefile.in: Regenerated.
11496 * config-ml.in: Replace PWD with PWD_COMMAND.
11498 2003-07-04 Zack Weinberg <zack@codesourcery.com>
11500 * intl: New directory; see intl/ChangeLog for details.
11501 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11502 * Makefile.tpl: all-gcc depends on maybe-all-intl.
11503 * Makefile.in: Regenerate.
11505 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
11507 * configure.in: Clean up config-lang.in handling. Delete
11508 useless assignment to "subdirs".
11509 * configure: Regenerate.
11511 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
11513 * configure.in: Rename 'target_libs' to 'target_libraries'.
11514 Remove useless reference to 'target_libs'.
11515 * configure: Regenerate.
11517 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
11519 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11520 * Makefile.in: Regenerate.
11522 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
11524 * Makefile.def: Introduce flags_to_pass.
11525 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11526 * Makefile.in: Regenerate.
11528 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
11530 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11531 and target-libgloss.
11532 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11533 <h8300*-*-*>: Disable libf2c and ${libgcj}.
11534 * configure: Regenerate.
11536 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
11538 * configure.in: Update testsuite_flags to new location.
11539 * configure. Regenerate.
11541 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
11543 * Makefile.tpl: Remove BUILD_CC stuff.
11544 * Makefile.in: Regenerate.
11546 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
11548 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11550 2003-06-16 Graeme Peterson <gp@qnx.com>
11552 * MAINTAINERS (Write After Approval): Add myself.
11554 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
11556 * config.guess: Update to 2003-06-12 version.
11557 * config.sub: Update to 2003-06-13 version.
11559 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
11561 * config.guess: Update to 2003-06-06 version.
11562 * config.sub: Update to 2003-06-06 version.
11564 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11566 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11567 * configure. Regenerate.
11569 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
11571 * configure.in: Disable serial configure by default.
11572 * configure: Regenerate.
11573 * Makefile.tpl: Abolish .NOTPARALLEL.
11574 * Makefile.in: Regenerate.
11576 * Makefile.tpl: Replace {build,host,target}_canonical by
11577 {build,host,target}.
11578 * Makefile.in: Regenerate.
11580 * Makefile.tpl: Fix stupid pasto.
11581 * Makefile.in: Regenerate.
11583 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
11585 * Makefile.tpl: Remove bogus conditional.
11586 * Makefile.in: Regenerate.
11588 2003-06-05 Jan Hubicka <jh@suse.cz>
11590 * Makefile.tpl (profiledbootstrap): New target.
11591 * Makefile.in (profiledbootstrap): New target.
11593 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
11595 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11596 Pinski. Remove user names from other bugzilla-only maintainers.
11598 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
11600 * Makefile.tpl: Make 'recursive targets' using autogen rather
11601 than shell loop. Remove duplicate 'clean' targets and false
11603 * Makefile.def: Add systematic dependencies to 'recursive' targets.
11604 Add systematic method of specifying missing targets in subdirs.
11605 Add copyright boilerplate.
11606 * Makefile.in: Regenerate.
11607 * configure.in: Add 'recursive targets' to maybe list.
11608 * configure: Regenerate.
11610 * MAINTAINERS: "GNATS only" -> "Bug database only".
11612 * Makefile.tpl: Rename [+target+] to [+make_target+].
11613 * Makefile.def: Rename 'target' to 'make_target'.
11615 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
11617 * MAINTAINERS: Add self as options handling maintainer.
11619 2003-05-28 Michael Meissner <gnu@the-meissners.org>
11621 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11622 been too long since I touched those ports.
11624 2003-05-28 DJ Delorie <dj@redhat.com>
11626 * Makefile.tpl: Make maybe-check-gcc .PHONY.
11627 * Makefile.in: Regenerate.
11629 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11631 * configure.in: Use curly braces in the definition of tooldir.
11632 * configure: Regenerate.
11634 2003-05-21 DJ Delorie <dj@redhat.com>
11636 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11637 newlib or libgloss.
11638 * Makefile.in: Regenerate.
11640 2003-05-21 DJ Delorie <dj@redhat.com>
11642 * Makefile.tpl: Add missing empty maybe-check-gcc target.
11643 * Makefile.in: Regenerate.
11645 2003-05-20 Ian Lance Taylor <ian@airs.com>
11647 * MAINTAINERS: Update my e-mail address.
11649 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
11651 * configure.in: Switch more things to use maybe dependencies.
11652 * Makefile.tpl: Switch more things to use maybe dependencies.
11653 Factor out common code from autogen IF statements.
11654 * configure: Regenerate.
11655 * Makefile.in: Regenerate.
11657 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
11659 * configure.in: Accept i[3456789]86 for machine type.
11660 * configure: Regenerate.
11662 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
11664 * configure.in: Switch more things to use maybe dependencies.
11665 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
11666 * configure: Regenerate.
11667 * Makefile.tpl: Switch more things to use maybe dependencies.
11668 * Makefile.in: Regenerate.
11670 2003-05-16 Andreas Schwab <schwab@suse.de>
11672 * Makefile.tpl (install-opcodes): Define.
11673 * Makefile.in: Rebuild.
11675 2003-05-13 Andreas Jaeger <aj@suse.de>
11677 * config.guess: Update to 2003-05-09 version.
11678 * config.sub: Update to 2003-05-09 version.
11680 2003-05-13 Michael Eager <eager@mvista.com>
11682 * configure.in: Correct sed script so that options in quotes are not
11684 * configure: Rebuild.
11686 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
11688 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11689 and $$s/newlib/libc/sys/cygwin32 include paths.
11690 * configure: Ditto.
11692 2003-05-12 Michael Meissner <gnu@the-meissners.org>
11694 * MAINTAINERS: Update my email addresses.
11696 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
11698 * config-ml.in: Propagate INSTALL variables.
11700 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11702 * MAINTAINERS: Remove duplicate entries in Write After Approval.
11704 2003-05-02 Chris Demetriou <cgd@broadcom.com>
11706 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11707 * Makefile.in: Regenerate.
11709 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
11711 * MAINTAINERS (GNATS only): Add Falk Hueffner.
11713 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
11715 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11717 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
11719 * Makefile.tpl: Clean $(BUILD_SUBDIR).
11720 * Makefile.in: Regenerated.
11722 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
11724 * MAINTAINERS (Write After Approval): Upgrade myself from
11725 GNATS only to write-after-approval. Update my mail address.
11727 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
11729 (OS Port Maintainers: freebsd): Add myself.
11731 2003-04-22 Mark Mitchell <mark@codesourcery.com>
11733 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11735 2003-04-22 Kean Johnston <jkj@sco.com>
11737 * MAINTAINERS (SCO ports): Added myself.
11739 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11741 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11743 2003-04-19 Kean Johnston <jkj@sco.com>
11745 * MAINTAINERS (Write After Approval): Add myself.
11747 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11749 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11750 * Makefile.in: Regenerate.
11752 2003-04-18 Jakub Jelinek <jakub@redhat.com>
11754 * configure.in (powerpc64*-*-linux*): Remove.
11755 * configure: Rebuilt.
11757 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
11759 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
11760 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11762 * Makefile.in: Regenerate.
11764 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
11766 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11767 * configure: Regenerated.
11769 2003-04-15 DJ Delorie <dj@redhat.com>
11771 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11773 2003-04-13 Nick Clifton <nickc@redhat.com>
11775 * config-ml.in: Remove support for --disable-aix removing
11776 call-aix multilibs.
11778 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
11780 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11781 * */configure: Rebuilt.
11783 2003-04-08 Joel Sherrill <joel@oarcorp.com>
11785 * MAINTAINERS: Add my email address.
11787 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
11789 * MAINTAINERS (Write After Approval): Add myself.
11791 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
11793 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11794 * Makefile.in: Regenerate.
11796 2003-03-14 Michael Chastain <mec@shout.net>
11798 * Makefile.in: Regenerate with correct Makefile.def.
11800 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
11802 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
11804 * Makefile.in: Regenerate.
11805 * configure.in: Clean up gxx_include_dir logic.
11806 * configure: Regenerate.
11808 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
11810 * MAINTAINERS (Write After Approval): Add myself.
11812 2003-03-10 Ben Elliston <bje@wasabisystems.com>
11814 * MAINTAINERS: Update my mail address.
11816 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11818 * configure.in (gxx_include_dir): Fix typo.
11819 * configure: Regenerated.
11821 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11823 * Makefile.tpl: Reindent.
11824 * Makefile.in: Regenerate.
11825 * configure.in: Reindent. Don't set unused variables.
11826 * configure: Regenerate.
11828 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
11830 * configure.in: Include $(build_tooldir)/sys-include in
11832 * configure: Regenerated.
11834 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11836 * Makefile.tpl: Always pass down RANLIB.
11837 * Makefile.in: Regenerate.
11839 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11840 * Makefile.in: Regenerate.
11841 * configure.in: Remove unused logic relating to --enable-shared
11842 and --enable-threads. Remove bogus comments. Remove redundant
11844 * configure: Regenerate.
11846 * configure.in: Replace ${libstdcxx_version} by its value.
11847 Remove reference to mh-dgux.
11848 * configure: Regenerate.
11850 2003-03-03 Kevin Buettner <kevinb@redhat.com>
11852 * MAINTAINERS (Write After Approval): Add myself.
11854 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11856 * Makefile.tpl: Rearrange.
11857 * Makefile.in: Regenerate.
11859 2003-02-25 Uwe Stieber <uwe@wwws.de>
11861 * configure.in: Add support for kaOS as cross build target system.
11862 * configure: Regenerated.
11864 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11866 * MAINTAINERS (Write after approval): Add myself.
11868 2003-02-21 James E Wilson <wilson@tuliptree.org>
11870 * MAINTAINERS: Update my email address.
11872 2003-02-21 Zack Weinberg <zack@codesourcery.com>
11874 * MAINTAINERS: Add self to blanket write privs. section.
11876 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
11878 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11879 configure-target-* as some target builds may require additional
11880 flags for preprocessor tests.
11881 * Makefile.in: Regenerated.
11883 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
11885 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11886 * ltconfig: Handle it.
11887 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11890 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11891 it is used as argument to $CC.
11892 * ltcf-gcj.sh: Likewise.
11894 * configure.in: Introduce --enable-maintainer-mode.
11895 * configure: Rebuilt.
11896 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11897 for maintainer mode.
11898 * Makefile.in: Rebuilt.
11900 2003-02-18 Jason Merrill <jason@redhat.com>
11902 * Makefile.tpl (check-c++): Allow parallelism.
11904 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11906 * MAINTAINERS: Remove John Carr (who never actually had access to
11909 2003-02-15 Geoffrey Keating <geoffk@apple.com>
11911 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11912 don't configure target-libobjc.
11913 * configure: Regenerate.
11915 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11917 * Makefile.tpl (RANLIB): Define.
11918 * Makefile.in: Regenerate.
11920 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11922 * MAINTAINERS: Update my email.
11924 2003-02-06 Keith R Seitz <keiths@redhat.com>
11926 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11927 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11928 * Makefile.in: Regenerated.
11929 * configure.in: Remove all traces of snavigator, db, and grep.
11930 * configure: Regenerated.
11932 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11934 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11937 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11939 * MAINTAINERS (Write after approval): Add myself.
11941 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
11943 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11944 * Makefile.in: Regenerated.
11946 2003-01-30 Roger Sayle <roger@eyesopen.com>
11948 * config.guess: Updated to 2003-01-30's version.
11949 * config.sub: Updated to 2003-01-28's version.
11951 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
11953 * config.if: If gcc_version is already set, just use it. Don't set
11954 gcc_version_trigger if it's already set, otherwise set it to
11955 gcc/version.c, but only if the file exists. If it is not set and
11956 gcc/version.c does not exist, try to extract the version number from
11959 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11961 * MAINTAINERS: Add myself to write-after-approval list.
11963 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
11965 * configure.in: Revert 24Jan change.
11966 * configure: Regenerate.
11968 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11970 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11973 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11975 * configure.in: Revert previous change.
11976 * configure: Regenerate.
11978 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11980 * configure.in: Make rda native-only.
11981 * configure: Regenerate.
11983 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11985 * MAINTAINERS: Move myself from GNATS-only-accounts to
11986 write-after-approval.
11988 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11990 * configure.in: Add missing \.
11991 * configure: Rebuilt.
11993 2003-01-17 Jakub Jelinek <jakub@redhat.com>
11995 * configure.in (baseargs): Avoid using \| in sed regular
11997 * configure: Rebuilt.
11999 2003-01-16 Jakub Jelinek <jakub@redhat.com>
12001 * configure.in (baseargs): Remove all supported forms of
12002 --cache-file, --srcdir, --host, --build and --target options
12003 from argument lists.
12004 * configure: Rebuilt.
12006 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
12008 * MAINTAINERS: Add myself to write-after-approval list.
12010 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
12012 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12013 * configure: Rebuilt.
12015 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12017 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12018 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12019 * Makefile.in: Regenerate.
12020 * configure: Regenerate.
12022 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
12024 * configure.in: Remove Makefile in build, host and target modules
12025 unless configure was run with --no-recursion.
12026 * configure: Rebuilt.
12028 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12030 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12031 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12032 * Makefile.in: Regenerate.
12034 2003-01-08 Chris Demetriou <cgd@broadcom.com>
12036 * config.guess: Update to 2003-01-03 version.
12037 * config.sub: Update to 2003-01-03 version.
12039 2003-01-07 Christopher Faylor <cgf@redhat.com>
12041 * configure: Regenerate with proper autoconf 2.13.
12043 2003-01-07 Christopher Faylor <cgf@redhat.com>
12045 * configure.in: Add AC_PREREQ for consistency.
12046 * configure: Regenerate.
12048 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12050 * configure.in (GDB_TK): Add tcl directories conditional on
12051 gdb/gdbtk directory being present.
12052 * configure: Regenerate.
12054 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
12056 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12057 used by gcc if LD is not defined and we are not doing a Canadian Cross.
12058 * configure: Rebuilt.
12060 2002-12-31 Tom Tromey <tromey@redhat.com>
12062 * Makefile.in: Rebuilt.
12063 * Makefile.def (target_modules) [libffi]: Allow installation.
12065 2002-12-31 Andreas Schwab <schwab@suse.de>
12067 * configure.in: Fix use of $program_transform_name.
12068 * configure: Regenerated.
12070 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
12072 * configure.in (baseargs): Don't remove first configure argument.
12073 * configure: Regenerated.
12075 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
12077 * Makefile.tpl (local-distclean): Don't remove...
12078 (multilib.ts): ... this. Moved into...
12079 (multilib.out): ... this. Don't use sub-make.
12080 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12081 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12082 (configure-build-[+module+], configure-[+module+],
12083 configure-target-[+module+], configure-gcc): ... these. Test
12084 for Makefile existence. Drop config.status from dependencies.
12085 * Makefile.in: Rebuilt.
12086 * configure.in: Move gcc-version-trigger to the end of
12087 ac_configure_args. Add comments to maybedep.tmp and
12088 serdep.tmp. Introduce --disable-serial-configure. Remove
12089 nonopt from baseargs, matching and removing corresponding
12090 whitespace while at it.
12091 * configure: Rebuilt.
12093 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
12095 * configure.in (host_configargs): Replace reference to
12096 no-longer-defined buildopts with --build=${build_alias}.
12097 * configure: Rebuilt.
12099 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12100 program_transform_name to standard idiom.
12101 (AUTOGEN, AUTOCONF): Define.
12102 (Makefile.in): Use $(AUTOGEN).
12103 (Makefile): Depend on config.status, and use autoconf-style rule to
12104 build it. Move original commands to...
12105 (config.status): ... this new target.
12106 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12108 * Makefile.in: Rebuilt.
12110 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12112 * Makefile.tpl: Fix dramatic bustage due to change in
12113 program_transform_name.
12114 * Makefile.in: Regenerate.
12116 * configure.in: Remove unnecessary PATH setting.
12117 * configure: Regnerate.
12119 * configure.in: Don't default to unprefixed tools unless
12120 the native tools will work.
12121 * configure: Regenerate.
12123 * configure.in: Convert to autoconf script. Blow away lots
12124 of now-redundant Makefile fragments.
12125 * configure: Generate using Autoconf.
12126 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12127 * Makefile.in: Regenerate.
12129 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12131 * configure: Fix stupid bug where RANLIB was mistakenly included.
12133 * configure.in: Rename (buildargs, hostargs, targargs) to
12134 (build_configargs, host_configargs, target_configargs).
12136 * configure.in: Move logic out of sed statement.
12138 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
12139 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12141 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12143 * config.sub: Import from master repository
12144 * config.guess: Ditto
12146 2002-12-24 Andreas Schwab <schwab@suse.de>
12148 * Makefile.tpl (multilib.out): Fix missing space.
12149 * Makefile.in: Regenerate.
12151 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12153 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12154 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12155 * Makefile.in: Regenerate.
12156 * configure.in: Remove unnecessary leftovers.
12158 2002-12-21 Geoffrey Keating <geoffk@apple.com>
12160 * configure.in (extra_ranlibflags_for_target): New variable.
12161 (*-*-darwin): Add -c to ranlib commands.
12162 * configure (tooldir): Handle extra_ranlibflags_for_target.
12164 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
12166 * Makefile.tpl: Revert HJL's change.
12167 * Makefile.in: Regenerated.
12168 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12171 2002-12-19 Andreas Schwab <schwab@suse.de>
12173 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12174 * Makefile.in: Regenerate.
12176 2002-12-18 H.J. Lu <hjl@gnu.org>
12178 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12179 * Makefile.in: Regenerated.
12181 * configure.in (build_prefix): New. Substitute.
12183 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12185 * Makefile.tpl: Don't let real targets depend on phony targets.
12186 * Makefile.in: Regenerate.
12188 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12189 * Makefile.in: Regenerate.
12191 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12193 * config.sub: Import from master repository
12194 * config.guess: Ditto
12196 2002-12-16 Jason Merrill <jason@redhat.com>
12198 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12199 previous 'make bootstrap'.
12200 * Makefile.in: Regenerate.
12202 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12204 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12206 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12208 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12209 * Makefile.in: Regenerate.
12211 2002-12-13 Jason Merrill <jason@redhat.com>
12213 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
12215 (check-c++): Just depend on it and check-target-libstdc++-v3.
12216 * Makefile.in: Regenerate.
12218 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12220 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12221 * Makefile.in: Rebuilt.
12223 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12225 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12227 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12229 * configure: Fix bug put in by gremlins.
12231 * Makefile.tpl: Substitute more autoconfily.
12232 * configure: Substitute more autoconfily.
12233 * Makefile.in: Regenerate.
12235 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12237 * config.sub: Import from master repository
12238 * config.guess: Ditto
12239 * MAINTAINERS: Added Svein Seldal under write after approval
12241 2002-12-08 Andrew Cagney <ac131313@redhat.com>
12243 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12244 * Makefile.in (all-sim): Ditto.
12246 2002-12-06 DJ Delorie <dj@redhat.com>
12248 * Makefile.tpl: Change configure dependencies to not have real
12249 targets depend on phony targets.
12251 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12253 * configure.in: Revert unintentional change.
12255 * Makefile.tpl: Change dependency for */multilib.out so that
12256 it works when gcc isn't in the tree.
12258 * configure.in: Substitute more.
12259 * configure: Run subconfigures from the Makefile.
12260 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12261 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12263 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12265 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12267 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12269 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12270 and corresponding dependencies.
12271 * Makefile.in: Regenerate.
12273 * configure.in (host_tools): Order binutils, gas and ld for
12274 convenience in running the testsuites.
12276 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12277 * Makefile.in: Regenerate.
12278 * configure.in: Introduce rules to serialize subconfigure runs.
12280 * configure.in: Introduce BASE_CC_FOR_TARGET.
12281 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12282 Realize configure-build-* targets. Realize configure-target-* targets.
12283 * Makefile.in: Regenerate.
12285 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12287 * configure: Move gcc_version_trigger stuff from here...
12288 * configure.in: ...to here.
12290 * configure.in: Separate subconfigure options added by this file from
12291 options given by the user. Add machinery to put args for host
12292 subconfigures into the Makefile.
12294 * Makefile.tpl: Remove 'vault' targets.
12295 * Makefile.tpl: Reorder and comment dependencies.
12296 * Makefile.in: Regenerate.
12298 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12299 * configure.in: Fix my broken commit of previous patch. (sigh)
12301 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12303 * configure.in: Move host-specific darwin noconfigdirs into
12304 the host-specific section.
12306 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12308 * configure.in: Move host-specific darwin noconfigdirs into
12309 the host-specific section.
12311 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12313 * configure: Remove skip-this-dir support.
12314 * Makefile.tpl: Remove skip-this-dir support.
12316 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12318 * Makefile.in: Regenerate.
12320 * Makefile.tpl: Strip out useless setting of 'dir'.
12321 * Makefile.in: Regenerate.
12323 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12325 * configure.in: Fix deeply stupid bug.
12327 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12328 shell code in CXX_FOR_TARGET
12329 * Makefile.def: Introduce raw_cxx.
12330 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12331 RAW_CXX_FOR_TARGET.
12332 * Makefile.in: Regenerate.
12334 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12336 * Makefile.tpl: Remove unnecessary ifs.
12337 * Makefile.in: Regenerate.
12339 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12340 dependencies. Maybe-ize build-libiberty. Create dummy install
12341 targets for 'no_install' modules.
12342 * configure: Move GDB_TK substitution to configure.in. Move
12343 build_modules stuff to configure.in.
12344 * configure.in: Implement soft dependency machinery. Maybe-ize
12345 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12346 * Makefile.in: Regenerate.
12348 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12350 * Makefile.tpl: Make all-target, install-target behave similarly
12351 to all, install (only hitting configured targets). Eliminate
12352 unused macro defintions.
12354 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12357 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12359 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12361 * configure.in: Produce lists of subdir targets we're actually
12362 configuring. Remove references to "dosrel".
12363 * Makefile.tpl: Let configure set which subdir targets are hit.
12364 Remove install-cross; clean up install; remove ALL. Remove
12365 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12366 Autogenerate host module targets. Remove empty dependency lines
12367 and redundant dependency; rearrange slightly.
12368 * Makefile.def: Add host-side libtermcap, utils.
12370 * Makefile.in: Regenerate.
12372 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12374 * ltconfig (osf[345]): Append $major to soname_spec.
12375 Reflect this in library_names_spec.
12376 * ltmain.sh (osf): Prefix $major with . for use as extension.
12378 2002-11-19 Andreas Jaeger <aj@suse.de>
12380 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12381 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12382 and sparc64 GNU/Linux systems.
12384 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12386 * MAINTAINERS: Update email.
12388 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12390 * MAINTAINERS: Complete James Dennett's entry.
12392 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12394 * MAINTAINERS (Write After Approval): Add myself.
12396 2002-11-13 Bruce Korb <bkorb@gnu.org>
12398 * Makefile.tpl: syntactic cleanup
12400 2002-11-13 Stuart Hastings <stuart@apple.com>
12402 * MAINTAINERS: Add myself to write-after-approval list.
12404 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12406 * Makefile.def: Add list of recursive targets to autogenerate.
12408 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12409 targets. Autogenerate *-build-* targets.
12410 * Makefile.in: Regenerate.
12412 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12414 * configure: More autoconf-style substitutions.
12415 * Makefile.tpl: More autoconf-style substitutions.
12416 * Makefile.in: Regenerate.
12418 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12420 * configure: Substitute more variables in a more autoconf-friendly
12421 way. Simplify slightly.
12422 * Makefile.tpl: Make more variables substitutable in an
12423 autoconf-friendly way.
12424 * Makefile.in: Regenerate.
12426 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12428 * MAINTAINERS (Write After Approval): Add myself.
12430 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12432 * configure.in (v810*): Remove special setting of tools.
12434 * configure: Add support for extra required flags for ar or nm.
12435 * configure.in (aix4.3+): Use above support for target-specific
12436 issues, rather than using config/mt-aix43.
12438 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
12440 * configure: Remove 'removing', which doesn't work. Replace $subdir
12441 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
12442 with $srcdir. Reformat indentation. Substitute some variables
12443 formerly hard-coded in the Makefile for build=host.
12444 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12445 * Makefile.def: Autogenerate more.
12446 * Makefile.in: Regenerate.
12448 2002-11-04 Adam Nemet <anemet@lnxw.com>
12450 * MAINTAINERS (Write After Approval): Add myself.
12452 2002-11-04 Kevin Buettner <kevinb@redhat.com>
12454 * Makefile.def (host_modules): Add rda.
12455 * Makefile.in: Regenerate.
12456 * configure.in (target_tool): Add target-rda to list.
12458 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12460 * MAINTAINERS: Remove "co-maintainer" note for web pages.
12462 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
12464 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
12465 and restrap targets to this rule.
12466 * Makefile.in: Regenerate.
12468 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12470 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12471 GNATS only accounts.
12473 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
12475 * configure.in (i[3456]86-*-linux*): Add check to disable
12476 ${libgcj} for glibc1.
12478 2002-10-24 Denis Chertykov <denisc@overta.ru>
12480 * MAINTAINERS: Add myself as ip2k port maintainer.
12482 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
12484 * configure.in: Add tic4x target.
12486 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
12488 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12489 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12490 * Makefile.in: Regenerate.
12492 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12493 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12494 * Makefile.in: Regenerate.
12496 2002-10-02 Janis Johnson <janis187@us.ibm.com>
12498 * MAINTAINERS: Add myself as web pages co-maintainer.
12500 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
12502 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12503 * Makefile.in: Regenerate.
12505 2002-10-02 Zack Weinberg <zack@codesourcery.com>
12507 * MAINTAINERS: Add myself and Nathan Sidwell
12508 <nathan@codesourcery.com> as VxWorks maintainers.
12510 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
12512 * Makefile.def: Remove order dependency comments.
12513 * Makefile.tpl: Add explicit install-install dependencies.
12514 * Makefile.in: Regenerate.
12516 * Makefile.tpl: Remove material now in src-release. (Finally!)
12517 * Makefile.in: Regenerate.
12519 * Makefile.tpl: Add configure-target (for src-release in src)
12520 * Makefile.in: Regenerate.
12522 2002-09-30 Nick Clifton <nickc@redhat.com>
12524 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12526 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
12528 * configure.in (s390*-*-linux*): Enable libgcj.
12530 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
12532 * configure: Revert accidentally applied changes.
12534 * Makefile.tpl: Make more autoconf-friendly.
12535 * Makefile.in: Regenerate.
12536 * configure: Make substitution more autoconf-like.
12538 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
12540 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12541 single entry to handle all these.
12542 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
12543 libjava on arm-*-elf.
12545 2002-09-27 Geoffrey Keating <geoffk@apple.com>
12547 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12548 things that depend on them.
12550 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12552 * Makefile.tpl: Make subsituted variables more autoconfy.
12553 * Makefile.in: Regenerate.
12554 * configure: Make seds more autoconfy.
12556 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12558 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12559 * Makefile.in: Regenerate.
12560 * configure.in: Rewrite sed statements to look autoconfy.
12562 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12563 all-target-foo on configure-target-foo.
12564 * Makefile.def: Ditto.
12565 * Makefile.in: Rebuild.
12567 2002-09-25 Andrew Haley <aph@redhat.com>
12569 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12571 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
12573 * Makefile.def: New file.
12574 * Makefile.tpl: New file.
12575 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12576 * contrib/gcc_update: Note that Makefile.in is a generated file.
12578 * configure.in: Minor rearrangement. Simplify tests.
12580 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
12582 * configure.in (with_headers): Skip copy if value is "yes".
12583 (with_libs): Likewise.
12585 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
12587 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12588 * configure.in (sh*-*-pe*): Ditto.
12589 * configure.in (mips*-*-pe*): Ditto.
12590 * configure.in (*arm-wince-pe): Ditto.
12592 * configure.in: Rearrange.
12594 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
12596 * MAINTAINERS: Update my email address.
12598 2002-08-30 Paul Koning <pkoning@equallogic.com>
12600 * MAINTAINERS: (Write After Approval): Add myself.
12602 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
12604 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12606 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
12608 * MAINTAINERS: Change my mailing address.
12610 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
12612 * MAINTAINERS (Write After Approval): Remove myself.
12613 (Various Maintainers: c++ runtime libs): Add myself.
12615 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
12617 * MAINTAINERS (Write After Approval): Remove myself.
12618 (Various Maintainers: c++ runtime libs): Add myself.
12620 2002-08-15 Eric Christopher <echristo@redhat.com>
12622 * config.sub: Import from master repository.
12623 * config.guess: Ditto.
12625 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
12627 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12628 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12629 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12631 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
12633 * MAINTAINERS: Add self to rs6000 vector extensions.
12635 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
12637 * libiberty/configure: Reverted unintended yesterday's check in.
12639 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
12641 * boehm-gc/configure, libf2c/configure: Rebuilt.
12642 * libffi/configure, libiberty/configure: Ditto.
12643 * libjava/configure, libobjc/configure: Ditto.
12644 * libstdc++-v3/configure, zlib/configure: Ditto.
12645 Merged from binutils:
12646 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
12647 From Steve Ellcey <sje@cup.hp.com>:
12648 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12649 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12650 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12652 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12653 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12654 soname_spec, sys_lib_search_path_spec): Ditto.
12656 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
12658 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12660 2002-08-04 H.J. Lu (hjl@gnu.org)
12662 * configure.in (mips*-*-linux*): Don't skip target-libffi.
12664 2002-08-02 Krister Walfridsson <cato@df.lth.se>
12666 * MAINTAINERS (Write After Approval): Add myself.
12668 2002-07-31 Alan Modra <amodra@bigpond.net.au>
12670 * configure.in: Move generic linux case to end. Copy generic
12671 linux noconfigdirs to mips*-*-linux* entry and new
12672 powerpc64*-*-linux* entry. Add target-libffi for the latter.
12674 2002-07-19 Michael Matz <matz@suse.de>
12676 * MAINTAINERS: Add myself as ra* maintainer.
12678 2002-07-16 Chris Demetriou <cgd@broadcom.com>
12680 * config.guess: Update to 2002-07-09 version.
12681 * config.sub: Update to 2002-07-03 version.
12683 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
12685 * MAINTAINERS: Fix typo in a maintainer email address.
12687 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
12689 * configure.in: Remove two redundant tests.
12691 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12693 * configure.in (mips*-*-irix6*o32): Enable stabs.
12695 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
12697 * configure.in: Don't build grez.
12698 * Makefile.in: Ditto.
12700 * Makefile.in: Remove references to bsp, cygmon, libstub.
12701 * configure.in: Ditto.
12703 * configure.in: Remove leftover reference to gdbtest.
12705 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
12707 * configure.in (gxx_include_dir): Change to match versioned
12708 C++ headers if --enable-version-specific-runtime-libs is used.
12710 2002-07-04 Steve Ellcey <sje@cup.hp.com>
12712 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12714 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
12716 * configure.in: Make --without-x work.
12718 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
12720 * configure.in: Rearrange target Makefile fragment collection.
12722 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12724 * configure.in: Ditto.
12726 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12728 * MAINTAINERS (Write After Approval): Update my e-mail address.
12730 2002-06-24 Ben Elliston <bje@redhat.com>
12732 * configure.in (host_tools): Remove cgen.
12734 * Makefile.in (all-cgen): Remove; runs from its source directory.
12735 (check-cgen, install-cgen, clean-cgen): Likewise.
12736 (all-opcodes): Do not depend on all-cgen.
12737 (all-sim): Likewise.
12739 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
12741 * Makefile.in: Eliminate 'apache' targets.
12742 * configure.in: Eliminate 'apache' targets.
12744 * configure.in: Eliminate redundant tests. Reorganize.
12746 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12748 * config-ml.in: Eliminate references to Cygnus configure.
12750 * Makefile.in: Eliminate references to building emacs.
12752 2002-06-28 Graham Stott <graham.stott@btinternet.com>
12754 * MAINTAINERS: Update my email address.
12756 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
12758 * config.if (libstdcxx_incdir): Version C++ headers.
12759 (cxx_incdir): Remove.
12761 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
12763 * MAINTAINERS (Write After Approval): Add self.
12765 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
12767 * configure.in: Add support for ip2k.
12769 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
12771 * configure.in: Fix AIX configury bug.
12773 2002-06-20 Steve Ellcey <sje@cup.hp.com>
12775 * MAINTAINERS (Write After Approval): Add self.
12777 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12779 * configure.in: replace ${topsrcdir} with ${srcdir}
12781 * configure.in: Move definition of libstdcxx_flags
12782 right above usage, rather than waaay earlier.
12784 * configure.in: Pull definition of is_cross_compiler earlier.
12786 * configure.in: Rearrange a little.
12788 * configure.in: Remove references to librx.
12789 * Makefile.in: Remove references to librx.
12791 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
12793 * config.sub: Add support for avr target.
12794 Import from master sources, rev 1.255
12796 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
12798 * configure, .cvsignore: Revert previous change...
12799 * Makefile: ...delete.
12801 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12803 * configure.in: Eliminate ${gasdir} variable.
12805 2002-06-18 Dave Brolley <brolley@redhat.com>
12807 * configure.in: Add support for frv.
12808 * config.sub: Add support for frv.
12810 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
12812 * configure: Remove garbage from previous commit.
12814 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
12816 * configure: For in-source builds, make a subdir and re-exec there.
12817 * Makefile: New file. Pass targets through to build directory.
12818 * .cvsignore: No longer ignore "Makefile".
12820 2002-06-16 Douglas Rupp <rupp@gnat.com>
12822 * MAINTAINERS (Write After Approval): Add self.
12824 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12826 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12828 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
12830 * configure.in (vax-*-netbsd*): Re-enable gas.
12832 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
12834 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12835 BUILD_PREFIX_1, to correct nomenclature.
12836 * configure: Likewise.
12838 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12839 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12841 2002-05-31 Olaf Hering <olh@suse.de>
12843 * config-ml.in: Propogate DESTDIR also.
12845 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
12847 * configure.in (vax-*-netbsd*): Don't build gas for this
12850 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
12852 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12853 and libgcj for AVR.
12855 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12857 * MAINTAINERS (Write After Approval): Add myself.
12859 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12861 * config.guess: Update to 2002-05-22 version.
12862 * config.sub: Likewise.
12864 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12866 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12867 * config-ml.in: Likewise.
12868 * configure: Likewise.
12869 * configure.in: Likewise.
12871 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12873 * MAINTAINERS: Update my email address.
12875 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12877 * configure.in: Simplify makefile fragment collection.
12879 * configure.in: Remove code to build emacs.
12881 * configure.in : Remove --srcdir argument from targargs and buildargs
12882 (it's always overridden in the Makefile anyway). Rearrange a bit.
12884 * configure: Move some logic to configure.in.
12885 * configure.in: Move some logic from configure.
12887 2002-05-11 Tom Tromey <tromey@redhat.com>
12889 * MAINTAINERS: Reflect libgcj reality.
12891 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12893 * Makefile.in: Honour DESTDIR.
12895 2002-05-08 Mark Mitchell <mark@codesourcery.com>
12897 * config.guess: Import 2002-03-20 version.
12898 * config.sub: Import 2002-04-26 version.
12900 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12902 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12904 2002-05-07 Tim Josling <tej@melbpc.org.au>
12906 * MAINTAINERS: Add self.
12908 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
12910 * ltmain.sh: Detect and handle object name conflicts
12911 while piecewise linking a static library.
12913 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
12915 * configure.in (noconfigdirs): Don't disable libgcj on
12916 sparc64-*-solaris* and sparcv9-*-solaris*.
12918 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
12920 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12922 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12924 * configure.in (FLAGS_FOR_TARGET): Do not add
12925 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12926 on i[3456]86-*-linux*.
12928 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12930 * configure.in (noconfigdirs): Replace [ ] with test.
12932 * configure.in (noconfigdirs): Do not add target-newlib if
12933 target == i[3456]86-*-linux*, and host == target.
12935 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12937 * configure.in: delete reference to absent file
12939 * configure.in: replace '[' with 'test'
12941 * configure.in: Eliminate references to gash.
12942 * Makefile.in: Eliminate references to gash.
12944 * configure.in: remove useless references to 'pic' makefile fragments.
12946 * configure.in: (*-*-windows*) Finish removing.
12948 * configure.in: Eliminate redundant test for libgui.
12950 2002-04-29 Roger Sayle <roger@eyesopen.com>
12952 * MAINTAINERS: Add self and realphabetize. Update entries
12953 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12954 entry for a29k port maintainer.
12956 2002-04-26 Joel Sherrill <joel@OARcorp.com>
12958 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12959 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12961 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12963 * configure.in: remove references to dead files
12965 2002-04-19 Mark Mitchell <mark@codesourcery.com>
12967 * MAINTAINERS: Add information about purpose of this file.
12969 2002-04-18 Tom Tromey <tromey@redhat.com>
12971 * configure.in: Disallow configuring libgcj when it is already
12972 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12973 Solaris 2.8 by default. For PR libgcj/6158.
12975 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12977 * configure.in: Move default CC setting out of config/mh-* fragments
12978 directly into here.
12980 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12982 * configure.in: don't even try to configure or make a subdirectory
12983 if there's no configure script for it.
12985 2002-04-15 Mark Mitchell <mark@codesourcery.com>
12987 * MAINTAINERS: Remove chill maintainers.
12988 * Makefile.in (CHILLFLAGS): Remove.
12989 (CHILL_LIB): Remove.
12990 (TARGET_CONFIGDIRS): Remove libchill.
12991 (CHILL_FOR_TARGET): Remove.
12992 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12994 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12995 (CHECK_TARGET_MODULES): Likewise.
12996 (INSTALL_TARGET_MODULES): Likewise.
12997 (CLEAN_TARGET_MODULES): Likewise.
12998 (configure-target-libchill): Remove.
12999 (all-target-libchill): Remove.
13000 * configure.in (target_libs): Remove target-libchill.
13001 Do not compute CHILL_FOR_TARGET.
13002 * libchill: Remove directory.
13004 2002-04-11 DJ Delorie <dj@redhat.com>
13006 * Makefile.in, configure.in: Sync with binutils, entries
13009 2002-04-07 Andrew Cagney <ac131313@redhat.com>
13011 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13012 (do-tar, do-bz2): New rules.
13013 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13014 (gdb-tar): New rule.
13015 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13016 (insight_dejagnu.tar): New rule.
13017 (insight.tar): New rule.
13018 (gdb+dejagnu.tar): New rule.
13019 (gdb.tar): New rule.
13021 2002-02-01 Mo DeJong <supermo@bayarea.net>
13023 * Makefile.in: Add all-tix to deps for all-snavigator
13024 so that tix is built when building snavigator.
13026 2002-01-11 Steve Ellcey <sje@cup.hp.com>
13028 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13029 ld and gdb are not supported.
13031 2002-01-07 Mark Salter <msalter@redhat.com>
13033 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13034 Allow target-libgloss to be built for arm, strongarm, and xscale.
13036 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13038 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13039 options for i[3456]86-pc-linux* native builds.
13041 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13043 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13044 files from .po files for a distribution.
13046 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
13048 * configure.in: Enable libstdc++-v3 for h8300 targets.
13050 2001-06-19 Alan Modra <amodra@bigpond.net.au>
13052 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13055 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13057 * Makefile.in (VER): When present, extract the version number from
13058 the file version.in.
13060 2001-05-24 Tom Rix <trix@redhat.com>
13062 * configure.in : enable ld for aix
13064 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13066 * config.guess: Add linux target for S/390.
13068 2000-11-07 Philip Blundell <pb@futuretv.com>
13070 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13072 2000-11-03 Philip Blundell <pb@futuretv.com>
13074 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13077 2001-01-15 Ben Elliston <bje@redhat.com>
13079 * configure.in (host_tools): Add sid.
13080 Always configure cgen.
13082 2000-11-24 Nick Clifton <nickc@redhat.com>
13084 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13086 2000-08-20 Doug Evans <dje@casey.transmeta.com>
13088 * Makefile.in (ALL_MODULES): Add all-cgen.
13089 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13090 (all-cgen): New target.
13091 (all-opcodes,all-sim): Depend on all-cgen.
13092 * configure.in (host_tools): Add cgen.
13093 Only configure cgen if --enable-cgen-maint.
13095 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
13097 * configure.in: Add *-*-freebsd* configurations.
13099 2002-04-08 Tom Tromey <tromey@redhat.com>
13101 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13102 Fixes PR libgcj/6068.
13104 2002-03-30 Krister Walfridsson <cato@df.lth.se>
13106 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13108 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13110 * configure.in (alpha*-dec-osf*): Enable libgcj.
13112 2003-03-27 Matthew Gingell <gingell@gnat.com>
13114 * MAINTAINERS (Write After Approval): Add myself.
13116 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13118 Fix for: PR bootstrap/3591, target/5676
13119 * configure.in (mcore-pe): Disable the configuration of
13120 libstdc++-v3 since exceptions are not supported.
13122 2002-03-20 Anthony Green <green@redhat.com>
13124 * configure.in: Enable libgcj for xscale-elf target.
13126 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
13128 * MAINTAINERS: Update my email address.
13130 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
13132 * ltmain.sh (relink_command): Fix typo in previous change.
13134 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
13136 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13137 (relink_command): Added --tag flags.
13138 (mode=install): If relinking fails; error out.
13140 2002-03-12 Richard Henderson <rth@redhat.com>
13142 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13144 (do-check): Rename from check.
13145 (check): Allow parallel check.
13147 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13149 * MAINTAINERS: Add myself as maintainer for xtensa port.
13150 Fix alphabetical order in CPU port maintainer list.
13151 Remove myself from Write After Approval list.
13153 2002-03-11 Richard Henderson <rth@redhat.com>
13155 * Makefile.in (.NOTPARALLEL): Add fake tag.
13157 2002-03-07 H.J. Lu (hjl@gnu.org)
13159 * configure.in: Enable gprof for mips*-*-linux*.
13161 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13163 * MAINTAINERS (Write After Approval): Add myself.
13165 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
13167 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13169 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13171 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
13173 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13174 because its Makefile is there; test for the executable instead.
13176 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
13178 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13179 libstdc++-v3 and libjava.
13181 2002-02-11 Adam Megacz <adam@xwt.org>
13183 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13186 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
13188 * config.guess: Updated to 2002-01-30's version.
13189 * config.sub: Updated to 2002-02-01's version.
13190 Contribute sh64-elf.
13191 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13192 * configure.in: Added sh64-*-*.
13194 2002-02-08 Chris Demetriou <cgd@broadcom.com>
13196 * MAINTAINERS: Belatedly add myself to write after approval list.
13198 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13200 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13201 Remove self as Write After Approval.
13203 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
13205 * MAINTAINERS: Put self in as maintainer for contrib/regression
13208 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
13210 * MAINTAINERS: Update my email address.
13212 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13214 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13215 target-libiberty, and target-libgloss. Skip Java-related
13216 libraries if not supported for NetBSD on target CPU.
13218 2002-01-25 Douglas B Rupp <rupp@gnat.com>
13220 * install-sh: Use _inst.$$_ for temp file name.
13222 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13224 * MAINTAINERS (Write After Approval): Move my contact info
13226 (OS Port Maintainers): ...to here (netbsd).
13228 2002-01-22 Bob Wilson <bob.wilson@acm.org>
13230 * MAINTAINERS (Write After Approval): Add myself.
13232 2002-01-17 H.J. Lu <hjl@gnu.org>
13234 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13235 (all-target-fastjar): Also depend on all-target-libiberty.
13237 2002-01-16 H.J. Lu (hjl@gnu.org)
13239 * config.guess: Import from master sources, rev 1.225.
13240 * config.sub: Import from master sources, rev 1.238.
13242 2002-01-16 Kazu Hirata <kazu@hxi.com>
13244 * MAINTAINERS (Write After Approval): Remove myself.
13246 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
13248 * MAINTAINERS (Write After Approval): Add myself.
13250 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13252 * MAINTAINERS: Add self as docs co-maintainer.
13254 2001-12-11 Matthias Klose <doko@debian.org>
13256 * MAINTAINERS (Write After Approval): Add myself.
13258 2001-12-09 Zack Weinberg <zack@codesourcery.com>
13260 * MAINTAINERS: Update my email address.
13262 2001-12-07 Turly O'Connor <turly@apple.com>
13263 * MAINTAINERS (Write After Approval): Add myself.
13264 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13265 (rs6000_initialize_trampoline): Call __trampoline_setup for
13267 * darwin-tramp.asm: New file, implements __trampoline_setup.
13268 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13270 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
13272 * MAINTAINERS (Write After Approval): Add myself.
13274 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13276 * configure, configure.in: Use temp file for long sed commands.
13278 2001-12-03 Laurent Guerby <guerby@acm.org>
13280 * config.sub: Update to version 1.232 on subversion.
13282 2001-12-03 Ben Elliston <bje@redhat.com>
13284 * MAINTAINERS: Update mail address for config.* patches.
13286 2001-11-27 DJ Delorie <dj@redhat.com>
13287 Zack Weinberg <zack@codesourcery.com>
13289 When build != host, create libiberty for the build machine.
13291 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13293 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13295 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13297 (all.normal): Depend on ALL_BUILD_MODULES.
13298 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13299 (all-build-libiberty): Depend on configure-build-libiberty.
13301 * configure: Calculate and substitute proper value for
13303 * configure.in: Create the build subdirectory.
13304 Calculate and substitute TARGET_CONFIGARGS (formerly
13305 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13307 2001-11-26 Ziemowit Laski <zlaski@apple.com>
13309 * MAINTAINERS (write-after-approval): Add self.
13311 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13313 * MAINTAINERS (GNATS only accounts): Remove self.
13315 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13317 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13320 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13322 * MAINTAINERS (Write After Approval): Add self.
13324 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13326 * MAINTAINERS: mips and s390 are also CPU ports.
13328 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13330 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13332 2001-11-11 David O'Brien <obrien@FreeBSD.org>
13334 * MAINTAINERS: Alphabetize.
13336 2001-11-09 Kazu Hirata <kazu@hxi.com>
13338 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13340 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13342 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13344 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13346 * configure.in (--enable-languages): Be more permissive about
13347 syntax. Check for empty lists better. Warn about $LANGUAGES.
13349 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
13351 * config.sub: Import from master sources, rev. 1.230.
13352 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13354 2001-11-07 Laurent Guerby <guerby@acm.org>
13356 * MAINTAINERS (Write After Approval): Add self.
13358 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13360 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13362 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13364 * config.sub: Import from master sources, rev 1.226.
13365 * config.guess: Import from master sources, rev 1.216.
13367 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13369 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13370 * MAINTAINERS: Add self as maintainer of MMIX port.
13371 Remove old after-approval entry.
13373 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13375 * ChangeLog, configure: Fix spelling errors.
13377 2001-10-20 Brendan Kehoe <brendan@zen.org>
13379 * MAINTAINERS: Tweak my address.
13381 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
13383 * MAINTAINERS: Update my email address.
13385 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
13387 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13388 * MAINTAINERS: Add self as maintainer of CRIS port.
13390 2001-10-10 Geert Bosch <bosch@gnat.com>
13392 * MAINTAINERS (Various maintainers: Ada front end):
13393 Added Robert Dewar.
13395 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
13397 * MAINTAINERS (Write After Approval): Added self
13399 2001-10-02 Geert Bosch <bosch@gnat.com>
13401 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13403 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13405 * configure: Handle temporary files securely using mkdir.
13407 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
13409 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13411 2001-09-26 Will Cohen <wcohen@redhat.com>
13413 * configure.in (*-*-linux*): Disable configuration of target-newlib
13414 and target-libgloss.
13416 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
13418 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13421 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
13423 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13424 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13425 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13426 avoid quotes nesting problems.
13427 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13428 (DO_X): Export only variables that are set.
13430 2001-09-19 Ben Elliston <bje@redhat.com>
13432 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13433 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13434 semantics. Use the shell built-in "type" command instead.
13436 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
13438 Merged from gcc-3_0-branch:
13439 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
13440 * ltcf-c.sh: Use $objext, not $ac_objext.
13441 2001-07-27 Mark Kettenis <kettenis@gnu.org>
13442 * ltcf-cxx.sh: Add support for GNU.
13443 2001-07-22 Timothy Wall <twall@redhat.com>
13444 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
13445 default settings if using GNU tools with that configuration.
13446 * ltcf-cxx.sh: Ditto.
13447 * ltcf-gcj.sh: Ditto.
13448 2001-07-21 Michael Chastain <chastain@redhat.com>
13449 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13450 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
13451 * ltmain.sh: Mark as gcc-local.
13453 2001-08-30 Eric Christopher <echristo@redhat.com>
13454 Jason Eckhardt <jle@redhat.com>
13456 * config.guess: Merge from master sources.
13457 * config.sub: Merge from master sources, add support for mipsisa32.
13459 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
13460 * config.sub: Merge from master sources, rev 1.219.
13461 * MAINTAINERS: Add self as contact for stormy16 port.
13463 2001-08-14 Zack Weinberg <zackw@panix.com>
13465 * config.sub: Merge from master sources, rev 1.218.
13466 * config.guess: Merge from master sources, rev 1.209.
13468 2001-08-11 Graham Stott <grahams@redhat.com>
13470 * Makefile.in (check-c++): Add missing semicolon.
13472 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
13474 * MAINTAINERS (Various maitainers: predict.def): Added myself.
13476 2001-07-30 Eric Christopher <echristo@redhat.com>
13478 * MAINTAINERS (Various maintainers: mips port): Added myself.
13480 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
13482 * configure.in (sh-*-linux*): New.
13484 2001-07-27 Richard Henderson <rth@redhat.com>
13486 * .cvsignore: Add LAST_UPDATED.
13488 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
13490 * MAINTAINERS (Various maintainers: s390 port): Added myself.
13492 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
13494 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13496 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
13498 * MAINTAINERS (Write After Approval): Added myself.
13500 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13502 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13503 and libgcj on m68hc11/m68hc12.
13505 2001-06-27 H.J. Lu (hjl@gnu.org)
13507 * Makefile (CFLAGS_FOR_BUILD): New.
13508 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13510 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13512 * README: Remove version number.
13514 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13516 * INSTALL/README: Update wrt. to the installation instructions now
13517 residing in gcc/doc/install.texi.
13519 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13521 * README: Replace with a cut-down and updated version of gcc/README.
13523 2001-06-12 David Edelsohn <edelsohn@gnu.org>
13525 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13526 multilibs to be disabled.
13528 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
13530 * MAINTAINERS (Write After Approval): Add myself.
13532 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
13534 * config.guess: Import CVS version 1.195.
13535 * config.sub: Import CVS version 1.212.
13537 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
13539 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13540 gcc/xgcc is built, use -print-prog-name to find out the program
13543 2001-06-04 Phil Edwards <pme@sources.redhat.com>
13545 * config.guess: Import CVS version 1.194. All gcc-local changes
13546 appear to also be in the master copy.
13547 * config.sub: Import CVS version 1.211.
13549 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
13551 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13552 with_gcc]: Use `gcc -shared' to build a shared library.
13554 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
13556 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13559 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13561 * MAINTAINERS (Write After Approval): Add myself.
13563 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
13565 * configure.in (libstdcxx_flags): Do not try to execute
13566 libstdc++-v3/testsuite_flags until it exists.
13568 2001-06-01 Alan Modra <amodra@bigpond.net.au>
13570 * MAINTAINERS: Update my email address.
13572 2001-05-31 Graham Stott <grahams@redhat.com>
13574 * MAINTAINERS (Write After Approval): Add myself.
13576 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
13578 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
13579 libraries when using g++ with native linker.
13581 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
13583 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13585 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
13587 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13588 [aix4*|aix5*]: Prepend blank.
13590 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
13592 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13593 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
13594 of subdir/configure scripts to use the new libtool.m4.
13596 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
13598 * MAINTAINERS (Write After Approval): Add myself.
13600 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
13602 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13604 2001-05-11 Ben Elliston <bje@redhat.com>
13606 * Makefile.in (all-sid): New target.
13607 (check-sid, clean-sid, install-sid): Likewise.
13609 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
13611 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13613 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
13615 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13618 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
13620 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13621 gcc/xgcc is built, use -print-prog-name to find out the program
13624 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
13626 * configure.in (noconfigdirs): Don't reset it from scratch in the
13627 target case; only append to it.
13629 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13630 sparc-*-solaris2.8]: Disable ${libgcj}.
13632 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
13634 * configure.in (libgcj_saved): Copy from $libgcj.
13635 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13638 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
13640 * MAINTAINERS: Remove self as MIPS maintainer and
13641 C front end maintainer.
13643 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
13645 * configure.in: Move *-chorusos target case to the proper switch.
13648 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
13650 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13653 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13655 * Makefile.in (STAGE1_CFLAGS): Pass down.
13657 2001-04-13 Alan Modra <amodra@one.net.au>
13659 * config.guess: Add hppa64-linux support. Note for next import that
13660 this is already in the master file.
13661 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
13663 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
13665 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13666 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13668 2001-04-11 Stan Shebs <shebs@apple.com>
13670 * MAINTAINERS: Add self as Darwin port maintainer.
13672 2001-04-11 Alan Modra <amodra@one.net.au>
13674 * MAINTAINERS: Update my email address.
13676 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
13678 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13679 recent versions of FreeBSD (release 3 or later).
13680 * ltconfig: On FreeBSD, -lc must not be provided when building
13681 a shared library or else the standard -pthread gcc option is
13682 rendered worthless to later users of the built library.
13684 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
13686 * MAINTAINERS: Add self and RTH as C front end maintainers.
13688 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
13690 * config.sub: Make sure to match an already-canonicalized
13691 machine name (eg. mn10300-unknown-elf).
13693 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
13695 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13697 (bootstrap, cross): Use RECURSE_FLAGS.
13698 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13700 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
13702 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13704 2001-03-22 Colin Howell <chowell@redhat.com>
13706 * Makefile.in (DO_X): Do not backslash single-quotes in
13707 backquotes (two places).
13709 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
13712 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13713 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13714 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13715 * ltcf-cxx.sh: Likewise.
13716 * ltcf-gcj.sh: Likewise.
13718 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13720 * MAINTAINERS: Add myself as "documentation co-maintainer".
13722 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
13724 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13725 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13727 2001-03-19 Tom Tromey <tromey@redhat.com>
13729 * config-ml.in: Handle GCJ and GCJFLAGS.
13731 2001-03-21 Michael Chastain <chastain@redhat.com>
13733 * Makefile.in: all-m4 depends on all-texinfo.
13735 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
13737 * MAINTAINERS: Add myself to write after approval list.
13739 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
13741 * Makefile.in (DO_X): Quote nested quotes.
13743 2001-03-18 Alan Modra <alan@linuxcare.com.au>
13745 * MAINTAINERS: Add myself to write after approval list.
13747 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
13749 * Makefile.in (DO_X): Use double quotes for quoting
13750 "RANLIB=$${RANLIB}".
13752 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
13754 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13756 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
13758 * configure.in: Only use `lang_requires' for languages athat are
13761 2001-03-08 Phil Edwards <pme@sources.redhat.com>
13763 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
13765 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
13767 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13769 2001-03-07 Tom Tromey <tromey@redhat.com>
13771 * configure.in: Allow config-lang.in to set `lang_requires' to list
13772 of other required languages.
13774 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
13776 * Makefile.in: Remove RANLIB definition. Use RANLIB
13777 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13778 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13780 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
13781 Alexandre Oliva <aoliva@redhat.com>
13783 * Makefile.in (check-c++): Use tabs, not spaces.
13785 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
13787 * MAINTAINERS: add myself to Write After Approval list.
13789 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
13791 * Makefile.in (check-c++): New rule.
13793 * configure.in (target_libs): Remove libg++.
13794 (noconfigdirs): Remove libg++.
13795 (noconfigdirs): Same.
13796 (noconfigdirs): Same.
13797 (noconfigdirs): Same.
13799 * config-ml.in: Remove libg++ references.
13801 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13802 (ALL_TARGET_MODULES): Same.
13803 (configure-target-libg++): Remove.
13804 (all-target-libg++): Remove.
13805 (configure-target-libio): Remove.
13806 (all-target-libio): Remove.
13807 (check-target-libio): Remove.
13809 (libg++.tar.bz2): Remove.
13810 (all-target-cygmon): Remove libio.
13811 (all-target-libstdc++): Remove.
13812 (configure-target-libstdc++): Remove.
13813 (TARGET_LIB_PATH): Remove libstdc++.
13814 (ALL_GCC_CXX): Remove libstdc++.
13815 (all-target-gperf): Correct.
13817 2001-02-16 Nick Clifton <nickc@redhat.com>
13819 * configure.in (noconfigdirs): Allow configuration of texinfo
13822 2001-02-15 Anthony Green <green@redhat.com>
13824 * configure: Introduce GCJ_FOR_TARGET.
13825 * configure.in: Ditto.
13826 * Makefile.in: Ditto.
13828 2001-02-13 Andreas Schwab <schwab@suse.de>
13830 * MAINTAINERS: Update mail address.
13832 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13834 * config.guess: Add linux target for S/390.
13835 * config.sub: Likewise.
13837 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
13839 * configure.in: for *-chorusos, don't config target-newlib and
13842 2001-02-06 Ben Elliston <bje@redhat.com>
13844 * configure: Output host type to stdout, not stderr.
13846 2001-02-05 Mark Mitchell <mark@codesourcery.com>
13848 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13849 * ltcf-cxx.sh: Likewise.
13851 * config.if: Assume enable_libstdcxx_v3 is defined.
13853 2001-02-04 Mark Mitchell <mark@codesourcery.com>
13855 Remove V2 C++ library.
13856 * configure.in: Remove --enable-libstdcxx_v3 support.
13858 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13860 * include/demangle.h: Add prototype for java_demangle_v3.
13862 2001-01-29 Phil Edwards <pme@sources.redhat.com>
13864 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13866 2001-01-27 Richard Henderson <rth@redhat.com>
13868 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13870 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13872 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13873 Don't unset, it's non-portable and no longer necessary, set to empty
13876 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13878 * ltconfig: Shell portability fix for the tagname validity check.
13880 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
13882 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13883 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13885 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13887 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13889 2001-01-26 Tom Tromey <tromey@redhat.com>
13891 * configure.in: Allow libgcj to be built on Sparc Solaris.
13893 2001-01-25 David Edelsohn <edelsohn@gnu.org>
13895 * ltcf-c.sh: Add aix5 case.
13896 * ltcf-cxx.sh: Likewise.
13897 * ltconfig: Likewise.
13899 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
13901 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13902 keep at least one of build_libtool_libs or build_old_libs set to
13905 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13906 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13908 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13910 * configure.in: Enable libgcj on several additional platforms.
13912 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13914 * configure.in: Enable libgcj for linux targets.
13916 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13918 * MAINTAINERS (Write After Approval): Add myself.
13920 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13922 * MAINTAINERS: Add myself as vax port maintainer.
13924 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13926 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13928 2001-01-09 Mike Stump <mrs@wrs.com>
13930 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13931 failures of subdirectories.
13933 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13935 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13936 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13937 * ltcf-cxx.sh: Likewise.
13938 * ltcf-gcj.sh: Likewise.
13939 * ltconfig.sh: Fix typo.
13941 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13943 * configure: handle DOS-style absolute paths.
13945 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13947 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13949 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13951 * MAINTAINERS: Add myself as avr port co-maintainer.
13953 2000-12-28 Ben Elliston <bje@redhat.com>
13955 * MAINTAINERS: Add myself under ``Write After Approval''.
13957 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13959 * texinfo: Remove directory from GCC.
13961 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13963 * COPYING: Update to current
13964 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13965 to 19yy as example year in copyright notice).
13967 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13969 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13970 (libstdcxx_incdir): Pass down.
13971 * config.if: Remove expired bits for cxx_interface, add stub.
13972 (libstdcxx_incdir): Add variable for g++ include directory.
13973 * configure.in (gxx_include_dir): Use it.
13975 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
13977 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13978 with old-email address from ``Write After Approval''.
13980 2000-12-15 Andreas Jaeger <aj@suse.de>
13982 * configure.in: Handle lang_dirs.
13984 2000-12-14 Tom Tromey <tromey@redhat.com>
13986 * MAINTAINERS: Removed brads.
13988 * MAINTAINERS: Added gcj developers.
13990 2000-12-13 Anthony Green <green@redhat.com>
13992 * configure.in: Disable libgcj for any target not specifically
13993 listed. Disable libgcj for x86 and Alpha Linux until compatible
13996 2000-12-13 Mike Stump <mrs@wrs.com>
13998 * Makefile.in (local-distclean): Also remove fastjar.
14000 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14002 * contrib/gcc_update: Add fastjar --touch entries.
14004 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
14006 * configure.in: Disable language-specific target libraries for
14007 languages that aren't enabled.
14009 2000-12-10 Anthony Green <green@redhat.com>
14011 * configure.in: Define libgcj. Disable libgcj target libraries for
14014 2000-12-10 Neil Booth <neilb@earthling.net>
14016 * MAINTAINERS: Update mail address, remove from WAA list.
14018 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14020 * libjava: Imported from /cvs/java.
14021 * libffi: Likewise.
14022 * Boehm-gc: Likewise.
14024 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14026 * configure.in (target_libs): Revert 2000-12-08 patch.
14027 (noconfigdirs): Added target-libjava.
14029 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14031 * djunpack.bat: removed.
14033 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14035 * Makefile.in: handle DOS-style absolute paths.
14036 * config-ml.in: likewise.
14037 * symlink-tree: likewise.
14039 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14041 * fastjar: Imported.
14043 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14045 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14047 * configure.in (target_libs): Removed `target-libjava'.
14049 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14051 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14052 (ALL_MODULES): Added fastjar.
14053 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14054 (all-target-libjava): all-fastjar replaces all-zip.
14055 (all-fastjar): Added.
14056 (configure-target-fastjar, all-target-fastjar): Likewise.
14057 * configure.in (host_tools): Added fastjar.
14059 2000-12-07 Mike Stump <mrs@wrs.com>
14061 * Makefile.in (local-distclean): Remove leftover built files.
14063 2000-11-24 Nick Clifton <nickc@redhat.com>
14065 * configure.in (xscale-elf): Add target.
14066 (xscale-coff): Add target.
14068 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
14070 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14071 recent versions of FreeBSD (release 3 or later).
14072 * ltconfig: On FreeBSD, -lc must not be provided when building
14073 a shared library or else the standard -pthread gcc option is
14074 rendered worthless to later users of the built library.
14076 2000-11-16 Fred Fish <fnf@be.com>
14078 * configure.in (enable_libstdcxx_v3): Fix typo,
14079 libstd++ -> libstdc++.
14081 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14083 * MAINTAINERS: Add self to Write After Approval list.
14085 2000-11-21 Bernd Schmidt <bernds@redhat.com>
14087 * MAINTAINERS: Update my email address. Add myself to global write
14090 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
14092 * Makefile.in: Merge with src and libgcj.
14093 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14094 configure-target-<library> when their configure scripts need the C
14095 or C++ library to have already been built to work properly.
14096 (do_proto_toplev): Set them to an empty string.
14098 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14099 (REALLY_SET_LIB_PATH): Use them.
14101 2000-11-17 Stan Shebs <shebs@apple.com>
14103 * MAINTAINERS: Add self to Write After Approval list.
14105 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14107 * configure: Provide the original toplevel configure arguments
14108 (including $0) to subprocesses in the environment rather than
14109 through gcc/configargs.h.
14111 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14113 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14114 C99. Alphabetise "Write After Approval" list.
14116 2000-11-12 Mark Mitchell <mark@codesourcery.com>
14118 * configure: Turn on libstdc++ V3 by default.
14120 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14123 2000-11-11 Philip Blundell <philb@gnu.org>
14125 * MAINTAINERS: Add self to Write After Approval list.
14127 2000-11-09 David Edelsohn <edelsohn@gnu.org>
14129 * ltcf-c.sh (aix4): Improve shared library configuration; require
14131 * ltcf-cxx.sh (aix4): Define.
14132 * ltconfig (aix4): Define library and soname specs appropriate for
14133 AIX. Define command to create export symbols list.
14135 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
14137 * config.sub: Add support for Sun Chorus
14139 2000-10-31 Nick Clifton <nickc@redhat.com>
14141 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14142 <name>@redhat.com. Also installed new email address for Clint
14145 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14147 * etc: Remove directory from GCC.
14149 2000-10-16 Michael Meissner <meissner@redhat.com>
14151 * configure (gcc/configargs.h): Only create if there is a build GCC
14154 2000-10-16 Matthias Klose <doko@debian.org>
14156 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14157 when configured for libstdc++-v3.
14159 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
14161 * configure: Save configure arguments to gcc/configargs.h.
14163 2000-10-04 Philipp Thomas <pthomas@suse.de>
14165 * config.guess: Import CVS version 1.157.
14166 * config.sub: Import CVS version 1.181.
14168 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
14170 * Makefile.in (bootstrap): avoid recursion if subdir missing
14172 (do-proto-toplev): ditto
14174 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
14176 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14177 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14179 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14180 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14181 all affected `configure' scripts.
14183 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14185 * MAINTAINERS: Add self as cpplib co-maintainer.
14187 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
14189 * MAINTAINERS: Add self to Write After Approval list.
14191 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14193 * INSTALL/README: egcs -> GCC update.
14195 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
14197 * MAINTAINERS: Add myself to Write After Approval list.
14199 2000-09-15 Kazu Hirata <kazu@hxi.com>
14201 * MAINTAINERS: Add myself to Write After Approval list.
14203 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14205 * configure.in: Do not build byacc for hppa64. Provide paths to the
14206 X11 libraries for hppa64.
14208 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14210 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14212 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
14214 * Makefile.in (all-zlib): Added dummy target.
14216 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14217 ltcf-gcj.sh: Updated from libtool multi-language branch.
14219 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
14221 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14222 (bootstrap*): Depend on all-bootstrap.
14224 2000-09-05 Philipp Thomas <pthomas@suse.de>
14226 * config.guess: Import CVS version 1.156.
14227 * config.sub: Import CVS version 1.179.
14229 2000-09-02 Anthony Green <green@cygnus.com>
14231 * Makefile.in (all-gcc): Depend on all-zlib.
14232 (CLEAN_MODULES): Add clean-zlib.
14233 (ALL_MODULES): Add all-zlib.
14234 * configure.in (host_libs): Add zlib.
14236 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
14238 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14239 crosses, but add gcc/include to the header search path for them.
14241 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14243 * MAINTAINERS: Add self to Write After Approval list.
14245 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14247 * config.guess: Import CVS version 1.152.
14248 * config.sub: Import CVS version 1.177.
14250 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
14252 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14253 $targargs to tell whether newlib is going to be built.
14255 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14256 $$r/TARGET_SUBDIR/libio for _G_config.h.
14258 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
14260 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14262 2000-08-22 DJ Delorie <dj@redhat.com>
14264 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14266 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
14268 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14269 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14272 2000-08-21 DJ Delorie <dj@redhat.com>
14274 * MAINTAINERS: Add self as a libiberty maintainer
14276 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
14278 * configure.in (libstdcxx_flags): Use
14279 libstdc++-v3/src/libstdc++.INC.
14281 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
14283 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14285 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14287 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14289 * configure: Make enable_threads and enable_shared defaults
14290 explicit. Substitute enable_threads into generated Makefiles.
14291 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14292 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14294 2000-08-13 Geoff Keating <geoffk@cygnus.com>
14296 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14298 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
14300 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14303 2000-08-11 Jason Merrill <jason@redhat.com>
14305 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14306 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14307 (FLAGS_FOR_TARGET): Not here.
14308 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14310 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
14312 * config-ml.in (CC, CXX): Don't introduce a leading space.
14314 2000-08-07 DJ Delorie <dj@delorie.com>
14316 * MAINTAINERS: Add self as a DJGPP maintainer
14318 2000-08-07 DJ Delorie <dj@redhat.com>
14320 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14321 "if we're also building gcc, and it's a gcc that will run on the
14322 build machine, we want to use its includes instead of the system's
14325 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14327 * MAINTAINERS: Add self to Write After Approval list.
14329 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
14331 * configure.in (libstdcxx_flags): Don't use `"'.
14333 * config-ml.in: Adjust multilib search paths to the
14334 appropriate multilib tree.
14336 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
14338 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14339 commas in $LANGUAGES.
14341 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
14343 * configure.in: Re-enable all references to libg++ and librx.
14345 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
14347 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14348 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14349 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14350 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14352 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14354 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
14356 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14357 CXX_FOR_TARGET for sed.
14359 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
14361 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14362 Do not override if already set in the environment or in configure.
14363 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14364 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14366 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
14368 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14369 the libtool CVS tree multi-language branch.
14370 * ltconfig, ltmain.sh: Updated.
14372 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
14374 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14375 (clean-target): Depend on it.
14377 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14378 (GCC_FOR_TARGET): Use it.
14379 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14380 * configure.in: ... here.
14381 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14382 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14384 2000-07-24 Eric Christopher <echristo@cygnus.com>
14386 * MAINTAINERS: Add self to Write After Approval list.
14388 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
14390 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14391 (configure-target-libchill, configure-target-libobjc): Likewise.
14393 * configure.in: Use the same cache file for all target libs.
14394 * config-ml.in: But different cache files per multilib variant.
14396 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14398 * configure (topsrcdir): Don't use dirname.
14400 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14402 * MAINTAINERS: Add self to Write After Approval list.
14404 2000-07-20 Jason Merrill <jason@redhat.com>
14406 * configure.in: Remove all references to libg++ and librx.
14408 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14410 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
14412 * config.sub: Update to subversions version 2000-07-06.
14414 2000-07-12 Andrew Haley <aph@cygnus.com>
14416 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14417 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14419 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14421 * symlink-tree: Check number of arguments.
14423 2000-07-05 Jim Wilson <wilson@cygnus.com>
14425 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14426 search path for a g++ extracted from the build tree. This
14427 will allow link tests run by configure scripts in
14428 subdirectories to succeed.
14430 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
14432 * ltconfig: Add support for mips-dde-sysv4.2MP
14434 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14436 * MAINTAINERS: Add myself as loop discovery maintainer.
14438 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
14440 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14441 `os2'. Force ac_cv_exeext to be ".exe" in that case.
14443 2000-06-19 Timothy Wall <twall@cygnus.com>
14445 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14446 * config.sub: Add tic54x target.
14448 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14450 * MAINTAINERS: Add self as Fortran maintainer,
14451 remove Craig Burley.
14453 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
14455 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14456 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14458 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
14460 * MAINTAINERS: Add self as i18n maintainer
14462 20000-05-21 H.J. Lu (hjl@gnu.org)
14464 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14465 directory are used if they exist. Make sure
14466 $(build_tooldir)/include is searched for header files,
14467 $(build_tooldir)/lib/ for library files.
14468 (GCC_FOR_TARGET): Likewise.
14469 (CXX_FOR_TARGET): Likewise.
14471 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
14473 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14475 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
14477 * Makefile.in (configure-target-libiberty): Depend on
14478 configure-target-newlib.
14480 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
14482 * configure.in, Makefile.in: Merge all libffi-related
14483 configury stuff from the libgcj tree.
14485 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
14487 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14488 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14490 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
14492 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14493 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14494 current version information. Add to proto-toplev directory.
14495 (gdb-taz): Build do-djunpack.
14497 2000-05-15 David Edelsohn <edelsohn@gnu.org>
14499 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14501 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
14503 * MAINTAINERS: Add self to Write After Approval list.
14505 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14507 * ltmain.sh: Preserve in relink_command any environment
14508 variables that may affect the linker behavior.
14510 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
14512 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14514 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
14516 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14518 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14520 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14521 with the version name.
14523 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
14525 * MAINTAINERS: Add self as bb-reorder maintainer.
14527 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
14529 * config.if: Tweak.
14531 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
14533 * djunpack.bat: New file.
14535 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
14537 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14538 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14539 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14540 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14542 2000-04-16 Dave Pitts <dpitts@cozx.com>
14544 * config.sub (case $basic_machine): Change default for "ibm-*"
14547 2000-04-13 Andreas Jaeger <aj@suse.de>
14549 * MAINTAINERS: Added myself.
14551 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
14553 * Makefile.in (gdb-taz): New target. GDB specific archive.
14554 (do-md5sum): New target.
14556 (PACKAGE): Default to TOOL.
14557 (VER): Default to a shell script.
14558 (taz): Rewrite target. Move real work to do-proto-toplev. Include
14559 md5 checksum generation.
14560 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14561 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14562 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14563 insight.tar.bz2): Use gdb-taz to create archive.
14565 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14567 * configure (warn_cflags): Delete.
14569 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
14571 * MAINTAINERS: Added myself.
14573 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
14574 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
14576 * configure.in (enable_libstdcxx_v3): Add.
14577 (target_libs): Add bits here to switch between libstdc++-v2 and
14579 * config.if: And this file too.
14580 * Makefile.in: Add libstdc++-v3 targets.
14582 2000-04-05 Michael Meissner <meissner@redhat.com>
14584 * config.sub (d30v): Add d30v as a basic machine type.
14586 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
14588 * configure.in: -linux-gnu*, not -linux-gnu.
14590 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14592 * MAINTAINERS: Add self in write-after-approval section.
14594 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
14596 * MAINTAINERS: Add self as ia64 port maintainer.
14598 2000-03-08 Neil Booth <NeilB@earthling.net>
14600 * MAINTAINERS: Add self in write-after-approval section.
14602 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
14604 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14605 (do-tar-bz2): Replace TOOL with PACKAGE.
14606 (gdb.tar.bz2): Remove GDBTK from GDB package.
14607 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14608 dejagnu.tar.bz2): New packages.
14610 2000-02-27 Andreas Jaeger <aj@suse.de>
14612 * configure.in: Add entry for mips*-*-linux*, move catch all
14613 *-*-*linux* entry below this one.
14615 2000-02-27 Ian Lance Taylor <ian@zembu.com>
14617 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14619 2000-02-24 Nick Clifton <nickc@cygnus.com>
14621 * config.sub: Support an OS of "wince".
14623 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
14625 * config.guess, config.sub: Updated to match config's 2000-02-15
14628 2000-02-23 Linas Vepstas <linas@linas.org>
14630 * config.sub: Add support for Linux/IBM 370.
14631 * configure.in: Likewise.
14633 2000-02-22 Nick Clifton <nickc@cygnus.com>
14635 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14637 2000-02-20 Christopher Faylor <cgf@cygnus.com>
14639 * config.guess: Guess "cygwin" rather than "cygwin32".
14641 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14643 * configure (gcc_version): When setting, narrow search to
14644 lines containing `version_string'.
14646 2000-02-15 Denis Chertykov <denisc@overta.ru>
14648 * config.sub: Add support for avr target.
14650 2000-02-14 Nick Clifton <nickc@cygnus.com>
14652 * MAINTAINERS: Add maintainers for MCore port.
14654 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
14656 * config.sub: Add mmix-knuth-mmixware.
14658 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14660 * MAINTAINERS: Pair cccp with cpplib maintainership.
14662 2000-01-27 Christopher Faylor <cgf@redhat.com>
14664 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14665 structure stuff to -L library search.
14666 (CXX_FOR_TARGET): Ditto.
14667 (CROSS_CHECK_MODULES): Fix spelling mistake.
14669 2000-01-24 Mark Mitchell <mark@codesourcery.com>
14671 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14674 2000-01-12 Richard Henderson <rth@cygnus.com>
14676 * configure.in: Don't build some bits for beos.
14678 2000-01-12 Joel Sherrill (joel@OARcorp.com)
14680 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14683 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
14685 * Add self as cpplib maintainer, as requested by Jason
14686 Merrill. Correct my e-mail address.
14688 2000-01-06 Geoff Keating <geoffk@cygnus.com>
14690 * configure.in: Use mt-aix43 to handle *_TARGET defs,
14693 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
14695 * MAINTAINERS: Add myself to "write after approval" list.
14697 1999-12-14 Richard Henderson <rth@cygnus.com>
14699 * config.guess (alpha-osf, alpha-linux): Detect ev67.
14700 * config.sub: Accept alphaev[78], alphaev8.
14702 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14704 * config.guess, config.sub: Update from autoconf.
14706 1999-11-29 Bruce Korb <autogen@linuxbox.com>
14708 * MAINTAINERS: update my playtime e-address.
14710 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14712 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14713 necessary libraries are missing.
14715 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
14717 * MAINTAINERS: Add new 'write after approval' maintainer.
14719 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
14721 * MAINTAINERS: Add new Java maintainer.
14723 1999-10-25 Andreas Schwab <schwab@suse.de>
14725 * configure: Fix quoting inside arguments of eval.
14727 1999-10-21 Nick Clifton <nickc@cygnus.com>
14729 * config-ml.in: Allow suppression of some ARM multilibs.
14731 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
14733 * config.guess: Add OS/390 match pattern.
14734 * config.sub: Add mvs, openedition targets.
14735 * configure.in (i370-ibm-opened*): New.
14737 1999-09-04 Steve Chamberlain <sac@pobox.com>
14739 * config.sub: Add support for configuring for pj.
14741 1999-08-31 Nick Clifton <nickc@cygnus.com>
14743 * config.sub (maybe_os): Add support for configuring for fr30.
14745 1999-08-25 Nick Clifton <nickc@cygnus.com>
14747 * configure.in: Do not configure or build ld for AIX
14748 platforms. ld is known to be broken on these platforms.
14750 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14752 * config-ml.in: Pass compiler flag corresponding to multidirs to
14755 1999-08-09 Ian Lance Taylor <ian@zembu.com>
14757 * Makefile.in (LDFLAGS): Define.
14759 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
14761 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14763 (*-*-cygwin*): Likewise.
14765 1999-08-08 Ian Lance Taylor <ian@zembu.com>
14768 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14769 (BINUTILS_SUPPORT_DIRS): Add mkdep.
14771 From Eli Zaretskii <eliz@is.elta.co.il>:
14772 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14773 long file name when using DJGPP on MS-DOS.
14775 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
14777 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14779 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
14781 * Makefile.in (check-target-libio): Remove all-target-libstdc++
14782 dependency as this causes "make check" to globally "make all"
14784 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
14786 * configure.in (target_libs): Added target-zlib.
14787 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14788 (CONFIGURE_TARGET_MODULES): Likewise.
14789 (CHECK_TARGET_MODULES): Likewise.
14790 (INSTALL_TARGET_MODULES): Likewise.
14791 (CLEAN_TARGET_MODULES): Likewise.
14792 (configure-target-zlib): New target.
14793 (all-target-zlib): Likewise.
14794 (all-target-libjava): Depend on all-target-zlib.
14795 (configure-target-libjava): Depend on configure-target-zlib.
14797 * Makefile.in (configure-target-libjava): Depend on
14798 configure-target-newlib.
14799 (configure-target-boehm-gc): New target.
14800 (configure-target-qthreads): New target.
14802 * configure.in (target_libs): Added target-qthreads.
14803 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14804 (CONFIGURE_TARGET_MODULES): Likewise.
14805 (CHECK_TARGET_MODULES): Likewise.
14806 (INSTALL_TARGET_MODULES): Likewise.
14807 (CLEAN_TARGET_MODULES): Likewise.
14808 (all-target-qthreads): New target.
14809 (configure-target-libjava): Depend on configure-target-qthreads.
14810 (all-target-libjava): Depend on all-target-qthreads.
14812 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14813 (CONFIGURE_TARGET_MODULES): Likewise.
14814 (CHECK_TARGET_MODULES): Likewise.
14815 (INSTALL_TARGET_MODULES): Likewise.
14816 (CLEAN_TARGET_MODULES): Likewise.
14817 (all-target-libjava): New target.
14818 (all-target-boehm-gc): Likewise.
14819 * configure.in (target_libs): Added libjava, boehm-gc.
14821 1999-07-22 Ian Lance Taylor <ian@zembu.com>
14823 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14824 configure.bat in SUPPORT_FILES.
14825 (gas+binutils.tar.bz2): Likewise.
14827 * makeall.bat: Remove; obsolete.
14829 1999-07-21 Ian Lance Taylor <ian@zembu.com>
14831 From Mark Elbrecht:
14832 * configure.bat: Remove; obsolete.
14834 1999-07-11 Ian Lance Taylor <ian@zembu.com>
14836 * configure: Add -W -Wall to the default CFLAGS when compiling with
14839 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
14841 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14843 1999-06-30 Mark Mitchell <mark@codesourcery.com>
14845 * configure.in: Build ld on IRIX6.
14847 1999-06-12 Ian Lance Taylor <ian@zembu.com>
14849 * Makefile.in: Change distribution targets to use bzip2 instead of
14851 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14852 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14854 1999-06-04 Nick Clifton <nickc@cygnus.com>
14856 * config.sub: Add mcore target.
14858 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14860 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14862 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14864 * config.guess (dummy): Changed to $dummy.
14866 1999-05-24 Nick Clifton <nickc@cygnus.com>
14868 * config.sub: Tidied up case statements.
14870 1999-05-22 Ben Elliston <bje@cygnus.com>
14872 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14875 * config.guess: Merge with FSF version. Future changes will be
14876 more accurately recorded in this ChangeLog.
14877 * config.sub: Likewise.
14879 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14881 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14883 1999-04-30 Tom Tromey <tromey@cygnus.com>
14885 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14887 1999-04-23 Tom Tromey <tromey@cygnus.com>
14889 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14891 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
14893 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14894 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14895 Bad merge removed these two changes.
14897 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
14898 Martin Heller (Ing.-Buero_Heller@t-online.de)
14900 * config.guess (interix Alpha): Add.
14902 1999-04-11 Richard Henderson <rth@cygnus.com>
14904 * configure.in (i?86-*-beos*): Do config gperf; don't config
14905 gdb, newlib, or libgloss.
14907 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
14909 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14910 link a trivial program with -mabi=64. If it fails, remove mabi=64
14913 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14915 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14917 1999-04-08 Nick Clifton <nickc@cygnus.com>
14919 * config.sub: Add support for mcore targets.
14921 1999-04-07 Michael Meissner <meissner@cygnus.com>
14923 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14924 not mt-ospace, in order to shut up assembler warning about using
14925 symbols that are named the same as registers.
14927 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
14929 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14930 dependency list for all-target-cygmon.
14932 1999-04-05 Doug Evans <devans@casey.cygnus.com>
14934 * config-ml.in: Check $host, not $target, for selective multilibs.
14935 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14936 thumb interworking, and underscore prefix multilibs.
14938 1999-04-04 Ian Lance Taylor <ian@zembu.com>
14940 * missing: Update to version from current automake.
14942 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14944 * configure (gxx_include_dir): Removed.
14946 * configure.in (gxx_include_dir): Handle it.
14947 * Makefile.in: Likewise.
14949 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14951 * config.sub (mips64vr4111,mips64vr4111el) Add.
14953 1999-03-21 Ben Elliston <bje@cygnus.com>
14955 * config.guess: Correct typo for detecting ELF on FreeBSD.
14957 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14959 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14962 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14964 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14965 all-target-newlib to dependency list for all-target-bsp.
14967 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14969 * config.sub: Add i386-uwin support.
14970 * config.guess: Likewise.
14972 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14974 * configure.in: cleanup, add mh-*pic handling for arm, special
14975 case powerpc*-*-aix*
14977 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14979 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14982 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14984 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14987 1999-03-02 Nick Clifton <nickc@cygnus.com>
14989 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14991 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
14993 * config.sub: Check for "cygwin*" rather than "cygwin32*"
14995 1999-02-24 Nick Clifton <nickc@cygnus.com>
14997 * config.sub: Fix typo in arm recognition.
14999 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15001 * configure.in (noconfigdirs): Changed target_configdirs to
15002 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15003 rather than m68k-*-* since it is not known to work on
15004 m68k-aout. Ditto for arm-*-*oabi.
15006 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15008 * configure.in (*-*-windows*): Remove, no longer used.
15010 1999-02-19 Ben Elliston <bje@cygnus.com>
15012 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15013 Smart and improved by Andrew Cagney.
15015 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15017 * config.guess: Recognize openbsd-*-hppa.
15019 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15021 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15022 only if it is not empty.
15024 1999-02-17 Nick Clifton <nickc@cygnus.com>
15026 Patch from: Scott Bambrough <scottb@corelcomputer.com>
15028 * config.guess: Modified to recognize uname's armv* syntax.
15030 * config.sub: Modified to recognize uname's armv* syntax.
15032 1999-02-17 Mark Salter <msalter@cygnus.com>
15034 * configure.in: Added target-bsp for sparclite.
15036 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15038 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15040 1999-02-08 Nick Clifton <nickc@cygnus.com>
15042 * configure.in: Add support for strongarm port.
15043 * config.sub: Add support for strongarm target.
15045 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
15047 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15048 the old name config/mh-cygwin32.
15051 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15053 * configure.in: Do build ld for ix86 Solaris.
15055 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15057 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15058 $AR_FOR_TARGET. Likewise for RANLIB.
15060 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
15062 * config.sub (oabi): Recognize.
15063 * configure.in (arm-*-oabi): Handle.
15065 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15067 * config.guess: Improve detection of i686 on UnixWare 7.
15069 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15071 * config.guess: Add support for i386-pc-interix.
15072 * config.sub: Likewise.
15073 * configure.in: Likewise.
15075 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15077 * Makefile.in: Remove unneeded all-target-libio from
15078 from all-target-winsup target since it is now unneeded.
15079 Add all-target-libtermcap in its place since it is now
15082 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15084 * configure.in: makefile stub for cygwin target is probably
15085 unnecessary. Remove it for now.
15087 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15089 * configure.in: libtermcap.a should be built when cygwin is the
15090 target as well as the host.
15091 * config.guess: Allow mixed case in cygwin uname output.
15092 * Makefile.in: Add libtermcap target.
15094 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15096 * config.sub: Clean up handling of hppa2.0.
15098 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15100 * config.guess: Use C code to identify more HP machines.
15102 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15104 * config.sub: Handle hppa2.0.
15106 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15108 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15109 cygmon for all sparclite targets, regardless of object format.
15111 1998-12-15 Mark Salter <msalter@cygnus.com>
15113 * configure.in: Added target-bsp for several target architectures.
15115 * Makefile.in: Added rules for bsp.
15117 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15119 * config.guess: Improve detection of hppa2.0 processors.
15121 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15123 * config.guess: Recognize FreeBSD using ELF automatically.
15125 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15127 * configure (skip-this-dir): Add handling for new shell script, which
15128 might be created by a sub-directory's configure to indicate, this particular
15129 directory is "unwanted".
15130 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15132 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15134 * ltconfig: import from libtool, after changing libtool to
15135 account for the cygwin name change.
15137 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15139 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15140 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15142 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15144 * configure.in: Add libtermcap to list of cygwin dependencies.
15146 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15148 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15149 they include winsup/include when it's a cygwin target.
15151 1998-11-12 Tom Tromey <tromey@cygnus.com>
15153 * configure.in (host_tools): Added zip.
15154 * Makefile.in (all-target-libjava): Depend on all-zip.
15155 (all-zip): New target.
15156 (ALL_MODULES): Added all-zip.
15157 (NATIVE_CHECK_MODULES): Added check-zip.
15158 (INSTALL_MODULES): Added install-zip.
15159 (CLEAN_MODULES): Added clean-zip.
15161 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15163 * Makefile.in: lose "32" from comment about cygwin.
15165 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15167 * configure.in: Use -Os to build target libraries for the fr30.
15169 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15171 * config.sub: Add fr30.
15173 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15175 * configure.in: drop "32" from config/mh-cygwin32. Check
15176 cygwin* instead of cygwin32*.
15177 * config.sub: Check cygwin* instead of cygwin32*.
15179 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15181 * config.guess: Match any version of Unixware7.
15183 1998-10-20 Syd Polk <spolk@cygnus.com>
15185 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15188 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15190 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15191 these if the appropriate directories and files to not exist.
15193 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15195 * Makefile.in (DEVO_SUPPORT): Add config.if.
15197 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15199 * configure: Add pattern to replace "build_tooldir"'s
15200 definition in the generated Makefile with "tooldir"'s
15203 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15205 * config.sub: Bring back lost sparcv9.
15207 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15209 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15211 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15212 CC_FOR_TARGET and friends.
15214 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15216 * Makefile.in (build_tooldir): New variable, same as tooldir.
15217 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15218 -B$(build_tooldir)/bin/.
15219 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15221 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15223 * README: Remove installation instructions and refer to the
15224 INSTALL directory instead.
15226 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
15228 * config.sub: Add support for i[34567]86-pc-udk.
15229 * configure.in: Likewise.
15231 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15233 * Makefile.in: add bzip2 package building bits for user
15235 * configure.in: ditto
15237 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15239 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15240 (ALL_TARGET_MODULES): Add all-target-libobjc.
15241 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15242 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15243 (all-target-libchill): Add dependencies.
15244 * configure.in (target_libs): Add libchill.
15246 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15248 * configure.in (target_subdir): Remove duplicate line.
15250 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15252 * Makefile.in (all-automake): fix dependencies.
15254 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15256 * configure.in: Minor cleanups for building in the $(target_alias)
15259 1998-09-22 Jim Wilson <wilson@cygnus.com>
15261 * Makefile.in (bootstrap): Set r and s before make all. Use
15262 BASE_FLAGS_TO_PASS in make all.
15265 1998-09-20 Mark Mitchell <mark@markmitchell.com>
15267 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15269 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15271 * config.sub: Fix typo in last change.
15273 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15275 * config.sub: Add support for C4x target.
15276 * configure.in: Likewise.
15278 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15280 * config.sub: Recognize sparcv9 just like sparc64.
15282 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15284 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15286 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15288 * config.guess: Correctly identify Pentium II sco boxes.
15290 * config.guess: Fix "tr" code. From Weiwen Liu.
15292 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15294 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15297 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15299 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15300 (ALL_TARGET_MODULES): Add all-target-libchill.
15301 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15302 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15303 (all-target-libchill): Add dependencies.
15304 * configure.in (target_libs): Add libchill.
15306 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15308 * config.guess: Avoid assumptions about "tr" behaves when
15309 LANG is set to something other than English.
15311 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15313 * configure (gxx_include_dir): Changed to
15314 '${prefix}/include/g++'-${libstdcxx_interface}.
15316 * config.if: New to determine the interfaces.
15318 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15320 * config.guess: Detect and handle MPE/IX.
15321 * config.sub: Deal with MPE/IX.
15323 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15325 * configure.in: Use mh-aix43.
15327 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15329 * configure: Fix --without/--disable cases for gxx-include-dir.
15331 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15333 * mdata-sh: Imported. Needed for automake support.
15335 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15337 * Makefile.in (taz): Try "chmod -R og=u ." before
15338 "chmod og=u `find . -print`".
15340 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15342 * configure.in: Add arm-elf and thumb-elf support.
15344 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15346 * Makefile.in: Undo previous patch.
15348 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15350 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15352 (install-no-fixedincludes): and here
15353 (INSTALL_MODULES): ... from here.
15355 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15357 * config.sub: Merge with FSF.
15359 * config.guess: Merge with FSF.
15361 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15363 * configure (extraconfigdirs): New variable.
15364 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15365 * Makefile.in (all): Move higher in file.
15366 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15367 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15368 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15369 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15370 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15372 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
15374 * Makefile.in (all-target-libjava): Depend on all-gcc and
15376 (configure-target-libjava): Depend on $(ALL_GCC).
15378 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15380 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15381 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15383 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15385 * INSTALL/README: Fix typo.
15387 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15389 * ylwrap: Change absolute path checks to check for DOS style path
15392 * ylwrap: Don't use a full path name if the source file is in the
15393 same directory. From hjl@lucon.org (H.J. Lu).
15395 * config-ml.in: Default to being verbose, to match Feb 18 change to
15398 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15400 Brought over from egcs:
15402 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15404 * configure.in (target_subdir): Set to ${target_alias} instead
15407 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15409 * configure.in (target_subdir): Set to libraries if enable_multilib.
15411 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15413 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15414 multilibs, force reconfiguration the first time we create
15415 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15417 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15419 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15420 avoid confusion with --no-recursion.
15422 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15424 * configure.in: Win32 hosts shouldn't use install -x
15425 * install-sh: remove -x option, and special .exe-handling
15428 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15430 * config.guess: Recognize i586-pc-beos.
15431 * configure.in: Don't build some bits for beos.
15433 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
15435 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15436 CFLAGS default to -O2.
15438 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15441 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
15443 * ltmain.sh: Correct install when using a different shell.
15445 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
15447 * ltconfig, ltmain.sh: Update to libtool 1.2b.
15449 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
15451 * makefile.vms: Update to build binutils/makefile.vms. Add install
15454 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
15456 * ltconfig: Update to correct AIX handling.
15458 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15460 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15462 * configure.in (target_subdir): Set to ${target_alias} instead
15465 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
15467 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15468 (Makefile): Depend on $(gcc_version_trigger).
15470 * configure (gcc_version): Change default initializer to empty
15472 (gcc_version_trigger): New variable; pass this variable down
15473 to subdir configures to enable them checking gcc's version
15474 themselves. Emit make macros for both gcc_version vars.
15475 (topsrcdir): Initialize reliably.
15476 (recursion line): Remove --with-gcc-version=${gcc_version}.
15478 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15480 * configure (enable_version_specific_runtime_libs): Implement new flag
15481 --enable-version-specific-runtime-libs which installs C++ runtime stuff
15482 in $(libsubdir); emit definition in each generated Makefile.
15483 (gxx_include_dir): Initialize depending on
15484 $enable_version_specific_runtime_libs.
15486 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15488 * configure (gcc_version): Initialize properly depending on
15489 how and where configure is started.
15490 (recursion line): Pass a --with-gcc-version=${gcc_version}
15491 to configures in subdirs.
15493 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
15495 * configure.in (noconfigdirs): Add configure pattern for mips tx39
15498 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
15500 * configure.in: Add cygmon and libstub support for mn10200.
15502 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
15504 * configure (gcc_version): Add new variable describing the
15505 particular gcc version we're building.
15506 * Makefile.in (libsubdir): Add new macro for the directory
15507 in which the compiler finds executables, libraries, etc.
15508 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15511 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15513 * Makefile.in (local-clean): Remove *.log.
15514 (warning.log): Built with warn_summary from build.log.
15515 (mail-report.log): Run test_summary.
15516 (mail-report-with-warnings.log): Run test_summary including
15517 warning.log in the report.
15519 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
15521 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15523 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
15525 * Makefile.in (grep): Grep no longer depends on libiberty.
15527 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
15529 * Makefile.in: all-snavigator needs all-libgui.
15531 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
15533 * configure.in: Add cygmon and libstub support for mn10300.
15535 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
15537 * missing: Update to version from automake 1.3.
15539 * ltmain.sh: On installation, don't get confused if the same name
15540 appears more than once in the list of library names.
15542 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
15544 * config.sub: Accept m68060 and m5200 as CPU names.
15546 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
15548 * configure: Use && rather than using -a in test, because odd
15549 strings can confuse test.
15550 * configure.in: Likewise.
15552 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
15554 * ltconfig, ltmain.sh: Bring in Visual C++ support.
15556 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15558 * Makefile.in (boostrap2-lean, bootstrap3-lean,
15559 bootstrap4-lean): New targets.
15561 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
15563 * mpw-* Delete. Not used.
15565 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
15567 * COPYING.LIB: Update FSF address.
15569 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
15571 * ltconfig, ltmain.sh: Update to libtool 1.2a.
15573 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15576 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
15578 * ltconfig, ltmain.sh: Avoid producing a version number if
15579 -version-info was not used.
15581 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
15583 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15584 building with newlib.
15586 1998-04-30 Paul Eggert <eggert@twinsun.com>
15588 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15589 Solaris `make' causes it to continue to next definition.
15591 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
15593 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15594 the right GUI libraries and files are installed along with GDB.
15596 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
15598 * configure.in: Change alpha to alpha* in several places.
15600 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
15602 * config.sub: Recognize sparc86x.
15604 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
15606 * configure.in (--enable-target-optspace): Remove debug echo.
15608 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
15610 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15612 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
15614 * ltconfig: Update cygwin32 support.
15616 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15617 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15618 (GDB_SUPPORT_DIRS): Likewise.
15620 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
15622 * configure.in (target_makefile_frag): If --enable-target-optspace,
15623 use -Os to compile target libraries rather than -O2. Default to
15624 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15626 * configure.in (target_cflags): Ditto for d30v.
15628 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
15630 * Makefile.in (all-bfd): Depend on all-intl.
15631 (all-binutils): Likewise.
15632 (all-gas): Likewise.
15633 (all-gprof): Likewise.
15634 (all-ld): Likewise.
15636 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
15638 * configure.in (host_tools): Fix typo, lbtool -> libtool.
15640 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
15642 * Makefile.in (all-bfd): Depend upon all-libiberty.
15644 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15646 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
15648 * Makefile.in: Add libstub.
15650 * configure.in: Ditto. Build libstub for targets that have cygmon
15653 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
15655 * configure.in: Don't set PICFLAG on ix86-cygwin32.
15657 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
15659 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15660 use mh-sysv5 if specified. Support gprof on SCO Open Server.
15662 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
15664 * configure: Define DEFAULT_M4 by searching PATH.
15665 * Makfile.in: Use DEFAULT_M4.
15667 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
15669 * ltconfig: Add cygwin32 support.
15671 * Makefile.in, configure.in: Add libtool as a native only directory
15672 to configure and build.
15674 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
15676 * Makefile.in (INSTALL_MODULES): Remove texinfo.
15678 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
15680 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15682 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
15684 * Makefile.in: add ash make rules
15685 * configure.in: add ash to native_only and host_tools lists
15687 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
15689 * Makefile.in (all-gettext, all-intl): New targets.
15690 (ALL_MODULES): Added all-gettext, all-intl.
15691 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15692 (INSTALL_MODULES): Added install-gettext, install-intl.
15693 (CLEAN_MODULES): Added clean-gettext, clean-intl.
15695 * configure.in (host_tools): Added gettext.
15696 (native_only): Likewise.
15697 (noconfigdirs) [various cases]: Likewise.
15698 (host_libs): Added intl.
15700 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
15702 * configure: Do not disable building gdbtk for cygwin32 hosts.
15704 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
15706 * configure.in: Add thumb-coff target.
15707 * config.sub: Add thumb-coff target.
15709 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15711 * Makefile.in: Revert yesterday's change.
15712 (all-target-winsup): all-target-librx stays out of here.
15714 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
15716 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15717 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15718 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15719 Remove references to librx and libg++.
15721 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
15723 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15726 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
15728 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15729 for newlib directory.
15730 (CXX_FOR_TARGET): Likewise.
15732 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
15734 * ltconfig: Update after libtool/ltconfig.in change for
15737 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
15739 * ltconfig, ltmain.sh: Update to libtool 1.2.
15741 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
15743 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15744 (install-gcc-cross): Instead, override LANGUAGES here.
15746 1998-03-18 Dave Love <d.love@dl.ac.uk>
15748 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15749 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15751 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
15753 * configure.in: Add Thumb-pe target.
15755 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
15757 * Makefile.in - changed sn targets to snavigator
15758 * configure.in - changed sn targets to snavigator
15760 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
15762 * config-ml.in: After building symlink tree call make distclean
15763 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15764 to be the case for libiberty.
15766 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
15768 * configure: When making link, also check the current
15769 directory. The configure scripts may create one.
15771 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
15773 * config.sub: Accept alphapca56 and alphaev6 properly.
15775 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15777 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15779 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15781 * config.sub (sco5): Fix typo.
15783 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
15785 * Makefile.in (INSTALL_MODULES): Move install-tcl before
15787 (install-itcl): Remove dependency on install-tcl.
15789 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
15791 * configure.in: Remove libgloss from noconfigdirs for MN10300.
15793 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
15795 * configure.in: Don't build libgui for a cygwin32 target when not on
15798 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
15800 * configure (redirect): Set to null, so default behavior of
15801 configure is now --verbose.
15803 1998-02-16 Dave Love <d.love@dl.ac.uk>
15805 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15806 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15808 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
15810 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15811 this change to sync Makefile.in with its ChangeLog entries.
15813 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
15815 * ltmain.sh (mkdir): Check that the directory doesn't exist
15816 before we exit with error, so that we don't get races during
15819 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
15821 * ltconfig, ltmain.sh: Update from libtool 1.0i.
15823 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
15825 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15826 PICFLAG_FOR_TARGET.
15827 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15829 * configure: Emit a definition for the new macro enable_shared
15830 into each Makefile.
15832 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15834 * configure.in (host_tools, native_only): Add libtool.
15836 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
15838 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15839 Fix typo in ming config comment.
15841 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
15843 * ltconfig, ltmain.sh: Update from libtool 1.0h.
15845 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
15847 * config.sub: Add tic30 cases, and map c30 to tic30.
15849 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
15851 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15852 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15853 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15854 (CLEAN_TARGET_MODULES): Similarly
15855 (all-target-libf2c): Add dependences.
15856 * configure.in (target_libs): Add libf2c.
15858 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15860 * configure.in: Remove expect from noconfigdirs when target
15861 is cygwin32. OK to build expect and dejagnu with Canadian
15864 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15866 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15869 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15872 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15874 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15875 here as it is not defined in the toplevel Makefile.
15877 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15879 * configure (package_makefile_rules_frag): New variable, which names
15880 a file with generic rules, ...
15881 Change comment to mention we now have FIVE parts.
15882 * configure: Undo last change.
15884 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15886 * config.guess: More accurate determination of HP processor types.
15887 * config.sub: More accurate determination of HP processor types.
15889 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15891 * configure (package_makefile_frag): Move inserting the
15892 ${package_makefile_frag} to where it should be according
15895 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15897 * config.guess: Add support for Linux/ARM.
15899 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15901 * .cvsignore: Remove *-info and *-install since they match
15902 release-info and mpw-install, which we don't want to just ignore.
15904 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15906 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15908 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15910 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15911 local_prefix to sub-make invocations.
15913 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15915 * configure.in: Check makefile fragments in the source
15918 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15920 * configure.in: Check whether host and target makefile
15921 fragments exist before adding them to *_makefile_frag.
15923 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15925 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15927 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15929 * configure.in: Make sure we only replace RPATH_ENVVAR on
15930 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15933 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15936 1998-01-13 Lee Iverson (leei@ai.sri.com)
15938 * config-ml.in (multi-do): LDFLAGS must include multilib
15941 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
15943 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15945 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15947 * config.sub: Add mingw32 support.
15948 * configure.in: Likewise.
15950 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15952 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15954 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15956 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15957 * configure (gxx_include_dir): Provide a definition for subdirs
15958 which do not use autoconf.
15960 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15962 * config.guess: Sync with egcs. Picks up new alpha support,
15963 BeOS & some additional linux support.
15965 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15967 * config.guess: HP 9000/803 is a PA1.1 machine.
15969 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15971 * configure.in: It's alpha*-...
15973 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15975 * configure.in (host_makefile_frag, target_makefile_frag):
15976 Handle multiple config files.
15977 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15980 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15984 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15986 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15988 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15990 * Makefile.in: Add libgui directory.
15991 (GDB_TK): Add all-libgui.
15992 * configure.in: Add libgui directory.
15993 * configure: Add all-libgui to GDB_TK.
15995 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
15997 * config-ml.in (multidirs): Add m32r to multilib list.
15999 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16001 * Makefile.in (all-target-gperf): Change dependency to
16002 all-target-libstdc++.
16004 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16006 * config.guess: Add BeOS support.
16008 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16010 Source directory cvs renamed to cvssrc:
16011 * configure.in (host_tools): Change cvs to cvssrc.
16012 (native_only): Likewise.
16013 (noconfigdirs) [various cases]: Likewise.
16014 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16015 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16016 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16017 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16018 (all-cvssrc): Rename target from all-cvs.
16020 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16022 * configure (gxx_include_dir): Fix thinko.
16024 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16026 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16027 (install-cross, install-gcc-cross): New targets.
16029 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16031 * configure.in (noconfigdirs): Add support for Thumb target.
16033 * config.sub (maybe_os): Add support for Thumb target.
16035 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16037 * Makefile.in: Add rules for cygmon.
16039 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16041 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16043 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16044 * configure (gxx_include_dir): Provide a definition for subdirs
16045 which do not use autoconf.
16047 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16049 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16052 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16055 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16056 found on RedHat Linux systems.
16058 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16060 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16063 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16065 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16067 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16069 * ltmain.sh: If mkdir fails, check whether the directory was created
16070 anyhow by some other process.
16072 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16074 * configure.in (d30v-*-*): Configure all directories.
16076 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16078 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16081 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16083 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16085 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16087 * include/libiberty.h: Add extern "C" { so it can be used with C++
16089 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16092 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16094 * configure.in (d30v-*-*): Configure GCC now.
16096 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16098 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16099 is no longer needed.
16101 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16103 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16105 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16107 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16108 targets using "$@" to provide support for similar but not identical
16109 targets without having to duplicate code.
16111 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16113 * makefile.vms: Fix to work with DEC C.
16115 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16117 * config.sub: Add mips-tx39-elf to marketing names.
16119 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16121 * ltmain.sh: Handle symlinks in generated script.
16123 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16125 * configure: Handle autoconf style directory options: --bindir,
16126 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16127 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16129 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16130 (sharedstatedir, localstatedir, oldincludedir): New variables.
16131 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16132 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16133 sbindir, sharedstatedir, and sysconfdir.
16135 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16137 * Makefile.in (bootstrap-lean): New target.
16139 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16141 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
16142 sn, and gnuserv from noconfigdirs.
16144 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16146 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16148 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16150 * Makefile.in (cross): New target.
16152 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16153 Jeff Law <law@cygnus.com>
16155 * Makefile.in (bootstrap2, bootstrap3): New targets.
16156 (all-bootstrap): Remove outdated and confusing target.
16157 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16159 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16161 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16162 windows. Consistent with gdb/configure.
16164 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16166 * configure.in: Name Linux target fragment.
16168 * configure: Rewrite so that project Makefile fragment is inserted
16169 first and appears last in the resulting Makefile.
16171 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16173 * Makefile.in (install-itcl): Install tcl first.
16175 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16177 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16179 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16181 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16183 * configure.in (skipdirs): Add target-librx for Linux.
16184 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16186 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16188 * Makefile.in (bootstrap): New target.
16190 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16192 * config.sub: Accept 'amigados' for backward compatibility.
16194 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16196 * config.guess: Merge with FSF.
16198 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16200 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16202 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16204 * config.sub: Add "marketing-names" patch.
16206 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16208 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16210 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16212 * config.sub: Handle v850-elf.
16214 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
16216 * .cvsignore (*-install): Remove.
16218 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16220 * ltconfig: Set CONFIG_SHELL in libtool.
16221 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16223 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16225 * configure.in (target_subdir): Set to libraries if enable_multilib.
16227 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16229 * config.guess: Update from gcc directory.
16231 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16233 * Makefile.in (all-sim): Depends on all-readline.
16235 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16237 * Makefile.in (BISON, YACC): Use $$s.
16238 (all-bison): Depend on all-texinfo.
16240 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16242 * Makefile.in (BISON): Add -L flag.
16245 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16247 * configure.in (noconfigdirs): Add support for v850e target.
16249 * config.sub (maybe_os): Add support for v850e target.
16251 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16253 * configure.in (noconfigdirs): Add support for v850ea target.
16255 * config.sub (maybe_os): Add support for v850ea target.
16257 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16259 * config.sub: Add mipstx39. Delete r3900.
16261 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16263 * Makefile.in (all-autoconf): Depends on all-texinfo.
16265 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16267 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16270 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16272 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16274 * configure: When handling a Canadian Cross, handle YACC as well as
16275 BISON. Just set BISON to bison. When setting YACC, prefer bison.
16276 * Makefile.in (all-bison): Depend upon all-texinfo.
16278 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16280 * Makefile.in (BISON): bison, not byacc or bison -y.
16281 (YACC): bison -y or byacc or yacc.
16282 (various): Add *-bison as appropriate.
16283 (taz): No need to mess with BISON anymore.
16285 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16287 * configure: If OSTYPE matches *win32*, try to find a good value for
16290 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16292 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16293 configure.in if it is present.
16295 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16297 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16299 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16301 * config.sub: Recognize `arc' cpu.
16302 * configure.in: Likewise.
16303 * config-ml.in: Likewise.
16305 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16307 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16309 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16311 * configure: Changed sed delimiter from ':' to '|' when
16312 attempting to substitute ${config_shell} for SHELL. On
16313 NT ${config_shell} may contain a ':' in it.
16315 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16317 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16319 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16321 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16323 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16325 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16327 * ylwrap: If the program is a relative path, force it to be
16330 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16332 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16334 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16336 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16337 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16340 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16342 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16343 separated by spaces.
16345 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16347 * ylwrap: New file.
16348 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16350 * ltmain.sh: Handle /bin/sh at start of install program.
16352 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16354 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16355 * missing: New file, from automake 1.2.
16357 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16359 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16360 check-tk to CHECK_X11_MODULES.
16362 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16364 * config.sub: Merge with FSF.
16366 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16368 * config.guess: Merge with FSF.
16370 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16372 * configure: Treat msdosdjgpp like go32.
16373 * configure.in: Likewise. Don't remove gprof for go32.
16375 * configure: Change Makefile.tem2 to Makefile.tm2.
16377 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16379 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16381 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16383 * install-sh (chmodcmd): Set to null if the DST directory already
16384 exists. Same as Nov 11th change.
16386 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16388 * configure (GDB_TK): Needs itcl and tix.
16390 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16392 * config.guess: Update from FSF.
16394 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16396 * Makefile.in (GDB_TK): Depend on itcl and tix.
16398 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16400 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16401 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16402 (INSTALL_SCRIPT): New variable.
16403 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16404 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16406 * install-sh: Add support for -x option.
16408 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16410 * configure.in, Makefile.in: Treat tix like itcl.
16412 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16414 * Makefile.in (WINDRES): New variable.
16415 (WINDRES_FOR_TARGET): New variable.
16416 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16417 (EXTRA_HOST_FLAGS): Add WINDRES.
16418 (EXTRA_TARGET_FLAGS): Add WINDRES.
16419 (EXTRA_GCC_FLAGS): Add WINDRES.
16420 ($(DO_X)): Pass down WINDRES.
16421 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16422 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16423 DLLTOOL_FOR_TARGET.
16425 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16427 * configure.in: configure sim before gdb for win32-x-ppc
16429 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16431 Move gperf into the toplevel, from libg++.
16432 * configure.in (target_tools): Add target-gperf.
16433 (native_only): Add target-gperf.
16434 * Makefile.in (all-target-gperf): New target, depend on
16436 (configure-target-gperf): Empty rule.
16437 (ALL_TARGET_MODULES): Add all-target-gperf.
16438 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16439 (CHECK_TARGET_MODULES): Add check-target-gperf.
16440 (INSTALL_TARGET_MODULES): Add install-target-gperf.
16441 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16443 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
16445 * config.sub (mn10200): Recognize new basic machine.
16447 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16449 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16450 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16452 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16454 * configure.in: If we're building mips-sgi-irix6* native, turn on
16455 ENABLE_MULTILIB and set TARGET_SUBDIR.
16457 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
16459 * Makefile.in (all-sn): Depend on all-grep.
16461 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
16463 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16465 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16466 Makefile. From Jeff Makey <jeff@cts.com>.
16467 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16469 * Makefile.in (DISTBISONFILES): Remove.
16470 (taz): Don't futz with DISTBISONFILES. Change BISON to use
16473 * configure.in: Build itl, db, sn, etc., when building for native
16476 * Makefile.in (LD): New variable.
16477 (EXTRA_HOST_FLAGS): Pass down LD.
16478 ($(DO_X)): Likewise.
16480 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
16482 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16484 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
16486 * configure.in (targargs): Strip out any supplied --build argument
16487 before adding our own. Always add --build.
16489 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
16491 * configure.in (targargs): Pass --build if we're doing
16494 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
16496 * configure: Use '|' instead of ":" as the separator in
16497 sed. Otherwise sed chokes on NT path names with drive
16498 designators. Also look for "?:*" as the leading characters in an
16501 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
16503 * config.sub: Support for r3900.
16505 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
16507 * configure.in: Use install-sh, not install.sh.
16509 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
16511 * Makefile.in (taz): Improve check for BISON so it doesn't try to
16514 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
16516 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16519 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
16521 * Makefile.in: Add automake targets.
16522 * configure.in (host_tools): Add automake.
16524 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
16526 * configure: Default CXX to c++, not gcc.
16527 * Makefile.in (CXX): Set to c++, not gcc.
16528 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16530 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
16532 * install-sh: try appending a .exe if source file doesn't
16535 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
16537 * configure.in: Turn on multilib by default.
16538 (cross_only): Remove target-libiberty.
16540 * Makefile.in (all-gcc): Don't depend on libiberty.
16542 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
16544 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16546 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
16548 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16549 (DISTBISONFILES): Add ld/Makefile.in
16551 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
16553 * configure.in: if target is cygwin32 but host isn't cygwin32,
16554 don't configure gdb tcl tk expect, not just gdb.
16556 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
16558 * configure.in: Added gnuserv everywhere sn appears.
16560 * Makefile.in (ALL_MODULES): Added all-gnuserv.
16561 (CROSS_CHECK_MODULES): Added check-gnuserv.
16562 (INSTALL_MODULES): Added install-gnuserv.
16563 (CLEAN_MODULES): Added clean-gnuserv.
16564 (all-gnuserv): New target.
16566 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
16568 * config.guess: Fixes for MIPS OpenBSD systems.
16570 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
16572 * Makefile.in (INSTALL_XFORM): Remove.
16573 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16575 * mkinstalldirs: New file, copied from automake.
16576 * Makefile.in (installdirs): Rename from install-dirs. Use
16577 mkinstalldirs. Change all users.
16578 (DEVO_SUPPORT): Add mkinstalldirs.
16580 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
16582 * install-sh: Rename from install.sh.
16583 * Makefile.in (INSTALL): Change install.sh to install-sh.
16584 (DEVO_SUPPORT): Likewise.
16586 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
16587 Graichen <graichen@rzpd.de>.
16589 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
16591 * config.guess: Recognize OpenBSD systems correctly.
16593 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16595 * README, Makefile.in (ETC_SUPPORT): Remove references to
16596 cfg-paper*, configure.{texi,man,info*}._
16598 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
16600 * Makefile.in (all.normal): Ensure that gcc is built after all
16601 the x11 - ie gdb - targets.
16603 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
16605 * makefile.vms: Don't run conf-a-gas.
16607 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
16609 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16611 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
16613 * configure.in: Remove noconfigdirs case since gdb also
16614 configures and builds for tic80-coff.
16616 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
16618 * configure: Set cache_file to config.cache.
16619 * Makefile.in (local-distclean): Remove config.cache.
16621 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
16623 * COPYING: Update FSF address.
16625 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
16627 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16630 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
16632 * Makefile.in (install-dirs): Don't crash if prefix, and hence
16633 MAKEDIRS, is empty.
16635 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
16637 * config.sub: Tweak mn10300 entry.
16639 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
16641 * configure.in (host_tools): Put sim before gdb, so gdb's
16642 configure.tgt can determine if the simulator was configured.
16644 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
16646 * config.sub: Move BeOS $os case to be with other Cygnus
16649 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
16651 * config.sub: Remove misplaced comment that broke Linux.
16653 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
16655 * config.sub: Add BeOS support.
16657 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
16659 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16661 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
16663 * configure.in (noconfigdirs): Remove tcl and tk from
16664 noconfigdirs for cygwin32 builds.
16666 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
16668 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16670 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
16672 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16673 make-all.com, use makefile.vms instead.
16675 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
16677 * config.sub: Accept -lnews*.
16679 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
16681 * configure.in (noconfigdirs): Disable target-newlib,
16682 target-examples and target-libiberty for d30v.
16684 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16686 * configure.in (noconfigdirs): Enable ld for d30v.
16688 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
16690 * configure.in (tic80-*-*): Build compiler.
16692 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
16694 * configure.in (d30v-*): Remove sim directory from list of
16695 unsupported d30v directories
16697 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16699 * config.sub, configure.in: Add d30v target cpu.
16701 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
16703 * makefile.vms: New file.
16704 * make-all.com: Remove.
16706 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
16708 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16710 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
16712 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16714 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
16716 * Makefile.in (ALL_MODULES): Added all-db.
16717 (CROSS_CHECK_MODULES): Addec check-db.
16718 (INSTALL_MODULES): Added install-db.
16719 (CLEAN_MODULES): Added clean-db.
16721 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
16723 * config.guess: Merge with latest FSF sources.
16725 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
16727 * Makefile.in (ALL_MODULES): Added all-itcl.
16728 (CROSS_CHECK_MODULES): Added check-itcl.
16729 (INSTALL_MODULES): Added install-itcl.
16730 (CLEAN_MODULES): Added clean-itcl.
16732 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
16734 * configure.in: build gdb for mn10200
16736 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
16738 * Makefile.in (all-target-winsup): Depend on all-target-libio.
16740 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
16742 * configure.in (tic80-*-*): Turn off most targets right now.
16744 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
16746 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16747 rather than the makeinfo program.
16748 (do-info): Depend upon all-texinfo.
16750 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
16752 * configure.in: Remove uses of config/mh-linux.
16754 * config.sub, config.guess: Merge with latest FSF sources.
16756 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
16758 * config.sub (case $basic_machine): Add tic80 entries.
16760 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
16762 * config.sub, config.guess: Merge with latest FSF sources.
16764 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16766 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16767 * mpw-config.in: Test for NewFolderRecursive.
16768 * mpw-install: Use symbolic name for startup filename.
16769 * mpw-README: Add various additional details.
16771 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
16773 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16775 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
16777 * configure.in: Do build gcc and the target libraries for
16780 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
16782 * configure.in: don't avoid building gdb for mn10300 any more
16783 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16784 instead of single-quoting it.
16786 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
16788 * configure.in: Don't use --with-stabs on IRIX 6.
16790 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
16792 * configure.in (m32r): Build gdb, libg++ now.
16794 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16796 * configure.in (mips*-sgi-irix6*): Remove gdb and related
16797 directories from noconfigdirs.
16799 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
16801 * config.sub (basic_machine): added mips16 configuration
16803 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16805 * config.sub: Handle d10v-unknown.
16807 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
16809 * config.sub: Handle v850-unknown.
16811 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
16813 * Makefile.in: add findutils
16814 * configure.in: add findutils to list of host_tools
16816 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
16818 * config.sub: Handle mn10200 and mn10300.
16820 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16822 * configure.in (d10v-*): Do not build librx.
16824 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
16826 * configure.in (mn10300): Build everything except gdb & libgloss.
16828 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
16830 * config.guess: Patch for Dansk Data Elektronik servers,
16831 from Niels Skou Olsen <nso@dde.dk>.
16833 For ncr, use /bin/uname rather than uname, since GNU uname does not
16834 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
16836 Patch for MIPS R4000 running System V,
16837 from Eric S. Raymond <esr@snark.thyrsus.com>.
16839 Fix thinko for nextstep.
16841 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16843 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
16844 * config.guess: Guess mips-dec-mach_bsd4.3.
16846 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
16847 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
16849 * config.guess (mips-mips-riscos*): Emit just enough of the
16852 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
16853 * config.guess (sparc-auspex-sunos*): Added.
16854 (f300-fujitsu-*): Added.
16856 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16857 * config.guess: Recognize a Tadpole as a sparc.
16859 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16861 * config.guess: Don't assume that NextStep version is either 2 or
16862 3. NextStep 4 (aka OpenStep 4) has come out now.
16864 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16866 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16867 From Rik Faith <faith@cs.unc.edu>.
16869 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16871 * config.sub: Contributions from bug-gnu-utils to:
16872 Support plain "hppa" (no version given) architecture, reported by
16874 OpenBSD like NetBSD.
16875 LynxOs is not a hardware supplier.
16877 * config.guess: Contributions from bug-gnu-utils to add support for:
16878 OpenBSD like NetBSD.
16880 More Pyramid systems.
16881 i[n>4]86 Intel chips.
16882 M680[n>4]0 Motorola chips.
16883 Use unknown instead of lynx for hardware manufacturer.
16885 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16887 * install.sh (chmodcmd): Set to null if the DST directory already
16890 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16892 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16893 not use mt-ppc target Makefile fragment any more.
16895 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16897 * configure.in (*-*-windows): Exclude everything but those dirs
16898 needed to build windows.
16900 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16902 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16904 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16906 * configure.in: Exclude mmalloc from i386-windows.
16908 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16910 * Undo my previous change.
16912 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16914 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16916 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16918 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16920 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16921 host to add it's own flags.
16923 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16925 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16927 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16929 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16930 (CXX_FOR_TARGET): Likewise.
16931 (GCC_FOR_TARGET): Define.
16932 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16933 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16934 CC_FOR_TARGET was specified on the command line.
16935 (MAKEOVERRIDES): Don't define.
16937 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16939 * configure.in (m32r): Fix spelling of libg++ libs.
16941 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16943 * config.sub (-apple*): Remove, now redundant.
16945 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16947 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16949 * configure: Rework yesterday's sed script patch.
16951 * config.sub: Merge with FSF.
16953 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16955 * config.guess: Merge from FSF.
16957 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
16958 * config.guess: Use pc instead of unknown, for pc clone systems.
16959 Change linux to linux-gnu.
16961 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16962 * config.guess: Avoid non-portable tr syntax.
16964 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16966 * test-build.mk (HOLES): Add "xargs" for gdb.
16968 * configure: Avoid hpux10.20 sed bug.
16970 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16972 * configure.in: Add support for windows host
16973 (that is a build done under the Microsoft build environment).
16975 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16977 * Makefile.in: Replace all uses of srcroot with s, to shrink
16978 command line lengths.
16980 Patches from Geoffrey Noer <noer@cygnus.com>:
16981 * configure.in: If configuring for newlib, pass --with-newlib to
16983 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16984 -Bnewlib/ and -Lwinsup to gcc.
16985 (CXX_FOR_TARGET): Likewise.
16987 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16989 * Makefile.in (ETC_SUPPORT): Add configure.
16991 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
16993 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16994 host configuration file.
16996 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
16998 * configure.in: Break mn10x00 support into separate
16999 mn10200 and mn10300 configurations.
17000 * config.sub: Likewise.
17002 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17004 * configure.in: Add lots of stuff to noconfigdirs for
17005 the mn10x00 targets.
17007 * config.sub, configure.in: Add mn10x00 support.
17009 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17011 * make-all.com: Call conf-a-gas, not config-a-gas.
17013 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17015 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17018 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17020 * mpw-README: Add much more detail for native PowerMac.
17021 * mpw-install: New file.
17022 * mpw-configure: Add --norecursion and --help options.
17023 * mpw-config.in: Translate readme and install files when
17025 * mpw-build.in: Don't always depend on byacc and flex.
17026 (install-only-top): New action.
17028 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17030 * configure.in: You can now configure GDB for the v850.
17032 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17034 * configure.in (noconfigdirs): Don't configure any C++ dirs
17037 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17039 * config.sub: Recognize mips64vr5000.
17041 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17043 * configure.in: Use a single line for host_tools and native_only.
17045 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17047 * config.sub, configure.in: Add entries for m32r.
17049 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17051 * Makefile.in (inet-install): Don't run install-gzip.
17053 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17055 * configure.in: Don't config lots of things for *-*-windows*.
17057 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17059 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17060 (host_libs, host_tools): Copy from configure.in.
17061 * mpw-configure: Don't complain about directories not found.
17063 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17065 * configure.in (i[345]86): Recognize i686 for pentium pro.
17066 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17069 * config.guess (i[345]86): Ditto.
17071 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17073 * configure.in (noconfigdirs): Removed gdb for D10V.
17075 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
17077 * configure.in: Remove ld, target-libio, target-libg++, and
17078 target-libstdc++ from noconfigdirs.
17080 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17082 * configure: Fix three locations where shell scripts were
17083 being run directly rather than with config_shell.
17085 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17087 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17088 * config.sub (basic_machine): Recognize v850.
17090 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17092 * mpw-configure: Handle multiple enable/disable options and
17093 pass them down recursively, handle -c and -s flags appropriately
17094 depending on choice of compiler, add escape mechanism for
17095 quoted arguments to gC.
17097 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17099 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17100 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17101 so that -mrelocatable-lib and -mno-eabi are used.
17103 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17104 not support --print-multi-lib, don't abort.
17106 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17108 * make-all.com: Run config-a-gas.
17109 * setup.com: Don't copy subdirectory files around.
17111 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17113 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17114 target, it now compiles correctly.
17116 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17118 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17120 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17122 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17124 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17126 * configure.in (native_only): Add prms.
17128 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17130 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17131 (BINUTILS_SUPPORT_DIRS): Likewise.
17133 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17135 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17136 d10v support is added.
17138 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17140 * configure.in (d10v-*-*): New target.
17142 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17144 * config.guess (HP 9000/811): Recognize this as a PA1.1
17147 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17149 * Makefile.in (do-tar-gz): New target, split out from tail end of
17150 taz target. Run each command separately, don't use pipes.
17153 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17155 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17156 * mpw-build.in: No builds should depend on building byacc or flex,
17157 they are assumed to be installed already.
17159 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17161 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17162 variable that CC_FOR_TARGET needs.
17164 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17166 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17167 options have changed since the last time the subdirectory was
17168 configured, and if it has, reconfigure.
17169 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17170 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17172 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17174 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17175 CLEAN_MODULES): Add bash.
17176 (all-bash): New target.
17178 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17180 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17182 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17184 * config.sub (basic_machine): Recognize d10v as a valid processor.
17186 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17188 * mpw-configure: Add support for --bindir.
17189 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17191 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17193 * configure.in: add bash, time, gawk to list of hosttools and things
17194 to only build for native toolchains
17196 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17198 * Makefile.in (docdir): Remove.
17200 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17202 * Makefile.in (datadir): Set to $(prefix)/share.
17204 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17206 * configure.in: build diff and patch for cygwin32-hosted
17209 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17211 * config.sub: Accept -rtems*.
17213 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17215 * configure.in: enable dosrel for cygwin32-hosted builds,
17216 remove diff from the list of things not buildable
17219 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17221 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17224 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17226 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17228 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17230 * Makefile.in (taz): Handle case where tex3patch didn't even get
17231 checked out. Also, if it was found, put the symlink in a new util
17234 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17236 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17238 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17240 * config.sub: Recognize -openvms.
17241 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17242 * make-all.com, setup.com: New files.
17244 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17246 * Makefile.in (taz): tex3patch moved to texinfo/util.
17248 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17250 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17251 * configure.in: remove make from disable-if-Can-Cross list
17252 enable gdb if ${host} and ${target} are cygwin32
17254 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17256 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17257 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17259 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17261 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17262 distinguish sysv/svr4/bsd variants.
17263 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17265 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17267 * configure.in: Added copyright notice.
17268 * move-if-change: Added copyright notice.
17270 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17272 * configure.in (powerpcle-*-solaris*): Until we get shared
17273 libraries working, don't build gdb, sim, make, tcl, tk, or
17276 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17278 * config.guess: Merge with FSF:
17280 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17281 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17283 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17284 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17286 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17287 * config.guess: Combine two OSF1 rules.
17288 Also recognize field test versions. From mjr@zk3.dec.com.
17289 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17290 because GNU uname does not support -p. From pmr@pajato.com.
17292 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17294 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17296 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17298 * mpw-README: Document GCCIncludes.
17300 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17302 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17304 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17306 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17308 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17310 * configure.in (*-*-cygwin32): Configure make.
17312 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17314 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17316 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17318 * Makefile.in (all-inet): Depend on all-perl.
17320 * Makefile.in (inet-install): New target.
17322 * Makefile.in (all-inet): Depend on all-tcl.
17323 (all-inet): Depend on all-send-pr.
17325 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17327 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17330 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17332 * configure.in: Don't configure --with-gnu-ld on AIX.
17334 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17336 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17338 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17340 * Makefile.in (ALL_MODULES): Added all-inet.
17341 (CROSS_CHECK_MODULES): Added check-inet.
17342 (INSTALL_MODULES): Added install-inet.
17343 (CLEAN_MODULES): Added clean-inet.
17344 (all-indent): New target.
17346 * configure.in (host_tools): Added inet.
17347 (native_only): Added inet.
17348 (noconfigdirs): Added inet.
17350 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17352 * configure.in: Don't configure libgloss if we are not configuring
17355 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17357 * configure.in: Don't configure libgloss for unsupported
17360 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17362 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17364 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17366 * Makefile.in (ALL_MODULES): Include all-apache.
17367 (CROSS_CHECK_MODULES): Include check-apache.
17368 (INSTALL_MODULES): Include install-apache.
17369 (all-apache): New target.
17371 * configure.in: Added apache everywhere perl is seen.
17373 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17375 * Makefile.in: Add support for clean-{module} and
17376 clean-target-{module} rules.
17378 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17380 * configure.in (*-*-ose) do not build libgloss.
17382 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17384 * config.guess (prep*:SunOS:5.*:*): Turn into
17385 powerpele-unknown-solaris2.
17387 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17389 * configure.in: Permit --enable-shared to specify a list of
17392 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17394 * configure.in (host==solaris): Pass only the first word of $CC
17395 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17397 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17399 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17401 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17403 * Makefile.in (ALL_MODULES): Include all-perl.
17404 (CROSS_CHECK_MODULES): Include check-perl.
17405 (INSTALL_MODULES): Include install-perl.
17406 (ALL_X11_MODULES): Include all-guile.
17407 (CHECK_X11_MODULES): Include check-guile.
17408 (INSTALL_X11_MODULES): Include install-guile.
17409 (all-perl): New target.
17410 (all-guile): New target.
17412 * configure.in (host_tools): Include perl and guile.
17413 (native_only): Include perl and guile.
17414 (noconfigdirs): Don't build guile and perl; no ports have been
17417 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17419 * configure (--enable-*): Handle quoted option lists such as
17420 --enable-sim-cflags='-g0 -O' better.
17422 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17424 * Makefile.in ({,inst}all-target): New rule so we can make and
17425 install all of the target directories easily.
17427 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17429 * configure.in: Add missing global flag in sed substitution when
17430 deleting `target-' from ${configdirs}.
17432 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
17434 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17437 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17440 * install.sh: Correct misspelling of transformbasename.
17442 * config.guess: Recognize mips-*-sysv*.
17444 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
17446 * config.sub: Recognize mon960.
17448 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
17450 * configure: Restore Canadian Cross handling of BISON and LEX,
17451 removed in Feb 20 change.
17453 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
17455 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17456 Mention make install. Remove the old copyright date as well the
17457 clumsy and rather pointless copyright on the README file.
17459 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
17461 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17462 Makefile after running symlink-tree, then run `make distclean' to
17463 avoid clobbering any generated files in srcdir.
17465 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
17467 * configure.in (m68k-*-netbsd*): Build everything now.
17469 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17471 * Makefile.in (taz): Fix quoting.
17473 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
17475 * configure.in (sparclet-*-*): Build everything now.
17477 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17479 * configure.in (m68k-*-linux*): New host.
17481 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
17483 * configure: Check for bison before byacc.
17485 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
17487 * Makefile.in configure: Change the way LEX and BISON/YACC are
17488 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
17489 searching PATH. These are used as fallbacks by Makefile.in if
17490 flex/bison/byacc aren't in objdir.
17492 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
17494 * Makefile.in: Make everything which depends upon all-bfd also
17495 depend upon all-opcodes, in case --with-commonbfdlib is used.
17497 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17499 * configure.in (host *-*-cygwin32): Don't build gdb if we are
17500 building NT native compilers on Unix.
17502 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
17504 * configure.in: Don't get CC from the host Makefile fragment if we
17505 can find gcc in PATH, or if this is a Canadian Cross. Move the
17506 Solaris test for /usr/ucb/cc to the post target script, just after
17507 the compiler sanity test.
17509 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
17511 * config.sub: Merge with FSF.
17513 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
17515 * Makefile.in (RPATH_ENVVAR): New variable.
17516 (REALLY_SET_LIB_PATH): Use it.
17517 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17519 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
17521 * config.sub, configure.in: Recognize sparclet cpu.
17523 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17525 * config.guess: Support m68k-cbm-sysv4.
17527 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17529 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17530 m68k-unknown-linuxaout from linker help string. Put quotes around
17533 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
17535 * config.guess (powerpc-harris-powerunix): Add guess for port
17538 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17540 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17542 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
17544 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17545 $(REALLY_SET_LIB_PATH) in Makefile.
17546 * Makefile.in (SET_LIB_PATH): New variable.
17547 (REALLY_SET_LIB_PATH): New variable.
17548 ($(DO_X)): Use $(SET_LIB_PATH).
17549 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17550 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17551 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17552 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17553 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17554 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17555 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17556 (install-dosrel): Likewise.
17557 (all-opcodes): Depend upon all-libiberty.
17559 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
17561 * config.guess (*:CYGWIN*): New
17563 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17565 * Makefile.in (all-target-winsup): All all-target-libiberty.
17567 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17569 * configure.in (noconfigdirs): Add missing # in front of comment.
17571 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
17573 * configure.in: add second pass to things added to noconfigdirs
17574 so *-gm-magic can exclude libgloss properly.
17576 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17578 * mpw-configure (extralibs_name, rez_name): Set correctly
17579 for MWC68K compiler.
17581 * mpw-README: Add more info on the necessary build tools.
17583 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
17585 * configure.in, config.sub: Recognize cygwin32.
17587 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
17589 * config.guess, config.sub: Recognize A/UX.
17591 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
17593 * config.sub: Merge with gcc/config.sub.
17595 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
17597 * mpw-build.in (do-binutils): Add build of stamps.
17599 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
17601 * config.sub: Add recognition for mips64vr4100*-* targets.
17603 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17605 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17606 Add creation of gconfigargs with `--enable-shared' turned on.
17607 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17608 ($(host)-stamp-stage3-configured): Likewise.
17609 (HOLES): Add chatr and ldd.
17610 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17612 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
17614 * configure: Pass --nfp to recursive configures.
17616 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
17618 * Makefile.in (DLLTOOL): New.
17619 (DLLTOOL_FOR_TARGET): New.
17620 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17621 (EXTRA_TARGET_FLAGS): Ditto.
17622 (EXTRA_GCC_FLAGS): Ditto.
17623 (CONFIGURE_TARGET_MODULES): Ditto.
17625 * configure: Add DLLTOOL.
17627 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
17629 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17630 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17631 mh-sco, since old workarounds no longer needed, and don't
17632 build ld, since libraries have weak symbols in COFF.
17634 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
17636 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17638 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
17640 * configure.in: Make sure that ${CC} can be used to compile an
17643 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17645 * Makefile.in (all-gdb): Depend on $(GDB_TK).
17646 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17647 nothing depending on whether gdbtk is being built.
17649 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
17651 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17653 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
17655 * configure.in (noconfigdirs): Put ld or gas in this early, if the
17656 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17658 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
17660 * config-ml.in: Add support for
17661 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17662 Simplify setting of multidirs from --disable-foo.
17664 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17666 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17667 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17668 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17669 non-empty, pass them on to the GCC make.
17670 (all-bootstrap): New rule that is like all-gcc, except it executes
17671 the GCC bootstrap rule instead of the GCC all rule.
17673 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
17675 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17677 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17679 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17682 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
17684 * config.sub (i*86*) Change [345] to [3456]
17686 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17688 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17691 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17693 * config-ml.in (rs6000*, powerpc*): Add switches to control which
17694 AIX multilibs get built.
17696 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17698 * configure.in (i386-win32): Don't build expect if we're not
17699 building the tcl subdir.
17701 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
17703 * Makefile.in: (configure-target-examples, all-target-examples):
17704 New targets, configure and build example programs.
17706 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17708 * mpw-configure: If an mpw-config.in generated a file mk.sed,
17709 use it as input to sedit the generated MPW makefile.
17710 * mpw-README: Add a suggestion about Gestalt.h.
17712 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
17714 * config.sub: Accept *-*-ieee*.
17716 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
17718 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
17719 Ronald F. Guilmette <rfg@monkeys.com>.
17721 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17723 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17724 for powerpc-pe native.
17725 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17726 (target==powerpc-pe): duplicate i386-win32 entry.
17728 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17730 * configure.in (noconfigdirs): Exclude target-newlib for all versions
17731 of vxworks, not just vxworks5.1.
17733 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
17735 * mpw-configure: Add support for exec-prefix.
17737 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17739 * config.guess: Recognize HP model 816 machines as having
17742 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
17744 * configure: Ignore new autoconf configure options.
17746 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17748 * config.guess: Recognize Pentium under SCO.
17749 From Robert Lipe <robertl@arnet.com>.
17751 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17753 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17755 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
17757 * configure.in: Don't configure gas for alpha-dec-osf*.
17759 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
17761 * configure.in: Default to --with-stabs for some targets for which
17762 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17763 i[345]86*-*-unixware*.
17765 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
17767 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17768 rather than basing it on the target. Simplify handling of options
17769 controlling which directories to configure. Remove extraneous
17770 slash in multi-clean target.
17772 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
17774 * config-ml.in: Prefix more variables with ml_ so they don't collide
17777 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
17779 * configure: Don't turn -v into --v.
17781 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
17783 * configure.in (targargs): Fix typo.
17785 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17787 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
17789 * configure.in: Strip --host and --target options from
17790 CONFIG_ARGUMENTS, and always configure for --host only. Add
17791 --with-cross-host option when building with a cross-compiler.
17792 * configure: Canonicalize the arguments put into config.status by
17793 always using `=' for an option with an argument. Pass a presumed
17794 --host or --target explicitly.
17796 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
17798 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17799 into general OS recognition case.
17801 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17803 * configure.in (target_configdirs): add target-winsup only
17804 for win32 target systems.
17806 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
17808 * Makefile.in (all-target-libgloss): Depend upon
17809 configure-target-newlib, since when libgloss is built it looks to
17810 see if the newlib directory exists.
17812 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
17814 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17817 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
17819 * configure: Handle LD and LD_FOR_TARGET when configuring a
17822 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17824 * configure.in (target_libs): add target-winsup.
17825 (target==i386-win32): add patch diff flex make to $noconfigdirs.
17826 (target==ppcle-pe): remove ld from $noconfigdirs.
17828 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
17830 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17831 Preserve relative path names in $srcdir. Build symlink tree if
17832 configuring cross target dir and srcdir=. (= no VPATH support).
17833 (configure-target-libg++): Depend on configure-target-librx.
17834 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17835 * config-ml.in: New file.
17836 * symlink-tree: New file.
17837 * configure: Ensure srcdir="." if that's what it is.
17839 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17841 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17842 includes and FLEX_SKELETON setting.
17843 * mpw-configure (--with-gnu-ld): New option, controls whether
17844 to use PPCLink or ld with PowerMac GCC.
17845 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17846 * mpw-config.in: Configure grez if targeting Mac.
17848 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17849 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17851 * configure.in: Configure grez resource compiler if targeting Mac.
17852 * Makefile.in (all-grez, install-grez): New targets.
17854 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17856 * configure: CXX defaults to gcc, not g++. If we find
17857 gcc in the path, set CC to gcc -O2.
17859 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17861 * configure: Default ${build} correctly. Avoid picking up extra
17862 spaces when reading CC and CXX from Makefile. When doing a
17863 Canadian Cross, use plausible default values for numerous
17865 * configure.in: When doing a Canadian Cross, don't try to
17866 configure tools whose configure script can't handle it.
17868 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17870 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17872 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17874 * configure: Remove dubious bug reporting address.
17876 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17878 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17879 configure script, run that instead of this directory's configure.
17880 In either case, print a message that we're configuring the sub-dir.
17882 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17884 * configure.in: Before checking for the existence of various files,
17885 use sed to filter out "target-".
17887 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17889 * Makefile.in (DO_X): Split rule to decrease command line length
17890 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17891 (Philippe De Muyter).
17893 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17895 * Makefile.in (all-patch): depend on all-libiberty.
17897 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17899 * configure.in: If the only directory in target_configdirs which
17900 actually exists is libiberty, then set target_configdirs to empty,
17901 to avoid trying to build a target libiberty in a gas or gdb
17904 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17906 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17907 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17910 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17912 * configure.in (copy_dirs): Use sys-include instead of include
17913 for --with-headers option.
17915 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17917 * Makefile.in, configure.in: Make winsup builds work with
17920 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17922 * configure.in: Build the linker on AIX.
17924 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17926 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17929 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17931 * Makefile.in (all-gcc): Fix typo.
17933 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17935 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17937 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17939 * configure.in: Rename libFOO to target-libFOO, and xiberty
17940 to target-xiberty, to provide more flexibility.
17941 (target_subdir): Define. Create if cross.
17942 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17943 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17944 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17945 check-libFOO -> check-target-libFOO, etc.
17946 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17947 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17948 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17949 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17950 allow ALL_GCC="" to only configure.
17951 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17952 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17953 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17955 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17957 * Makefile.in (taz): Build "info" in etc explicitly.
17959 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17961 * configure.in: Make sure that CC is undefined (as opposed to
17962 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17963 problem with autoconf trying to configure on a host without GCC.
17965 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17967 * mpw-configure: Set host alias from choice of host compiler,
17968 only use generic MPW Makefile sed if present, edit a file
17969 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17970 * mpw-README: Add problem notes about CW6 and CW7.
17972 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17974 * Makefile.in (taz): Use ";" instead of ";;".
17976 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17978 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17979 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17981 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17982 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17984 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17986 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17987 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17988 Move bfd to DISTSTUFFDIRS.
17990 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17992 * Makefile.in (X11_LIB): Removed.
17993 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17995 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17997 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17999 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18002 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18004 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18006 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18008 * configure.in (i[345]86-*-win32): Always build newlib.
18009 Don't configure cvs, autoconf or texinfo.
18010 * Makefile.in (LD_FOR_TARGET): New.
18011 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18012 Pass down LD_FOR_TARGET.
18014 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18016 * winsup: New directory.
18017 * Makefile.in: Build winsup.
18018 * configure.in: Winsup is configured when target is win32.
18019 Can only build win32 target GDB when native.
18021 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18023 * config.guess: Recognize HP model 819 machines as having
18024 a PA 1.1 processor.
18026 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18028 * configure: Fix sed loop which substitutes for CC and CXX to
18029 avoid bug found in various sed implementations.
18031 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18033 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18034 simulator. Use standard powerpc-*-eabi*.
18036 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18038 * configure.in: Stop putting gas and binutils in noconfigdirs for
18039 powerpc-*-aix* and rs6000-*-*.
18041 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18043 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18044 -mcall-aixdesc libraries.
18046 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18048 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18050 * config.sub (arm | armel | armeb): Fix shell syntax.
18052 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18054 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18055 -msoft-float and -mcpu=common support.
18056 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18059 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18061 * configure.in: Allow configuration and build of emacs19 for the alpha.
18063 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18065 * configure.in (CC): Get ^CC, not just any old CC, from
18066 ${host_makefile_frag}.
18068 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18070 * configure.in (CC): Try to get CC from
18071 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18073 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18075 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18076 only if it exists in $(srcdir).
18078 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18080 * configure: If CC and CXX are not set in the environment, set
18081 them, based on either an existing Makefile or on searching for gcc
18082 in PATH. Substitute for CC and CXX in Makefile.
18083 * configure.in: Remove libm from target_libs. Separate
18084 target_configdirs from configdirs. If CC is not set in
18085 environment, try to get it from a host Makefile fragment. Rewrite
18086 changes of configdirs to use skipdirs instead. A few minor
18087 tweaks. Take directories out of target_configdirs as they are
18088 taken out of configdirs. Remove existing Makefile files from
18089 subdirectories. Substitute for TARGET_CONFIGDIRS and
18090 CONFIG_ARGUMENTS in Makefile.
18091 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18093 (CONFIG_ARGUMENTS): Likewise.
18094 (CONFIGURE_TARGET_MODULES): New variable.
18095 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18096 ($(CONFIGURE_TARGET_MODULES)): New target.
18097 (configure-libg++, configure-libio): New targets.
18098 (all-libg++): Depend upon configure-libg++.
18099 (all-libio): Depend upon configure-libio.
18100 (configure-libgloss, all-libgloss): New targets.
18101 (configure-libstdc++): New target.
18102 (all-libstdc++): Depend upon configure-libstdc++.
18103 (configure-librx, all-librx): New targets.
18104 (configure-newlib): New target.
18105 (all-newlib): Depend upon configure-newlib
18106 (configure-xiberty): New target.
18107 (all-xiberty): Depend upon configure-xiberty.
18109 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18111 * configure.in (host i[345]86-*-win32): Expand the
18112 noconfigdirs again.
18114 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18116 * mpw-configure: Fix sed command file name.
18118 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18120 * configure.in (host i[345]86-*-win32): Reduce the
18121 noconfigdirs again.
18123 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18125 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18126 or powerpc*-*-pe*, since they are not yet supported.
18128 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18130 Add PowerMac support and many other enhancements.
18131 * mpw-configure: New option --cc to select compiler to use,
18132 paste options set according to --cc into the generated
18133 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18134 if mpw-make.sed is present.
18135 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18136 add forward includes for PowerPC include files.
18137 * mpw-build.in: Build using Makefile.PPC if present.
18138 (do-byacc, etc): Remove separate version resource builds.
18139 (do-gas): Build "stamps" before "all".
18140 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18141 * mpw-README: Update to reflect --cc option, PowerMac support,
18142 and recently-reported compatibility problems.
18144 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18146 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18147 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18148 (--with-multilib-top): Pass to recursive invocations.
18150 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18152 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18155 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18157 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18158 gdb, ld and opcodes on v810-*-*.
18160 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18162 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18163 (local-maintainer-clean): New target.
18164 (maintainer-clean): New target.
18165 (realclean): Just depend upon maintainer-clean.
18167 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18169 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18171 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18173 * configure.in: Build ld in mips*-*-bsd* case.
18175 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18177 * config.sub: Accept -lites* OS. From Ian Dall.
18179 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18181 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18184 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18186 * configure.in: treat i386-win32 canadian cross the same as
18187 i386-go32 canadian cross.
18189 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18191 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18192 running under the simulator to build a reduced set of libraries.
18193 (powerpc-*-eabiaix): Add fine grained multilib support added to
18194 other powerpc targets yesterday.
18196 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18198 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18199 -disable-softfloat, -disable-relocatable, -disable-aix, and
18200 -disable-sysv to control which multilib libraries get built.
18202 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18204 * configure: Add Makefile.tem to list of files to remove in trap
18207 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18209 * config.guess (*Linux*): Add missing "exit"s.
18210 Also, need specific check for alpha-unknown-linux (uses COFF).
18212 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18214 * config.guess: Merge with FSF:
18216 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18217 * config.guess (AIX4): More robust release numbering discovery.
18219 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18220 * config.guess (i386-sequent-ptx): Properly get version number.
18222 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18223 * config.guess (mips:*:4*:UMIPS): New case.
18225 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18227 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18228 (i386-win32 host): Likewise. Don't build readline.
18230 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18232 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18233 SUPPORT_FILES to submakes.
18235 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18237 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18238 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18241 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18243 * configure.in (appdirs): Use =, not ==, in test expression when
18244 trying to build the text to print in the warning message for
18247 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18249 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18251 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18253 * config.guess: Recognize lynx-2.3.
18255 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18257 * config.sub (z8ksim): Deleted
18258 (z8k-*-coff): New, this is the one true name of the target.
18260 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18262 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18264 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18266 * config.guess (*:Linux:*:*): First try asking the linker what the
18267 default object file format is (elf, aout, or coff). Then if this
18268 fails, try previous methods.
18270 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18272 * configure.in: Don't build newlib for *-*-vxworks5.1.
18274 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18276 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18277 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18279 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18281 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18283 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18285 * cfg-ml-com.in: New file.
18286 * cfg-ml-pos.in: New file.
18288 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18290 * COPYING.NEWLIB: Add HP free copyright to list.
18292 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18294 * config.sub: Recognize -eabi* for the system, not just -eabi.
18296 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18298 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18299 * config.sub, configure.in (win32): New target and host.
18301 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18303 * configure.in: Add i386-pe configuration.
18305 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18307 * mpw-build.in (install): Install GDB after LD.
18309 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18311 * mpw-config.in (elf/mips.h): Always forward-include, needed
18314 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18316 * testsuite: New directory for customer acceptance and whole tool
18319 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18321 * configure: If per-host line isn't found, but AC_OUTPUT is found
18322 and a configure script exists, run it instead.
18324 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18326 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18328 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18330 * configure: Set build_{cpu,vendor,os,alias} to host values when
18331 --build isn't specified.
18333 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18335 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18336 (FLAGS_TO_PASS): Pass them.
18337 (EXTRA_TARGET_FLAGS): Ditto.
18339 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18341 * Makefile.in (all-libg++): Depend on all-libstdc++.
18343 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18345 * configure.in (noconfigdirs): Enable all packages for
18346 i386-unknown-netbsd.
18348 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18350 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18351 hosted builds (DOS builds)
18353 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18355 Changes for ARM based on patches from Richard Earnshaw:
18356 * config.sub: Handle armeb and armel.
18357 * configure.in: Omit arm linker only for riscix.
18359 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18361 * config.guess: Update from FSF.
18363 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18365 * config.sub: Recognize powerpcle as the little endian variant of
18366 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18367 powerpcle variant. Convert pentium into i586, not i486. Add p5
18368 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18371 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18373 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18375 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18377 * config.sub: Accept -lites* as a basic system type.
18379 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18381 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18382 installed, and if so return linuxoldld as the system name.
18384 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18386 * config.guess: Add hppa1.1-hp-lites support.
18388 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18390 * configure.in: Don't build newlib for m68k-vxworks5.1.
18392 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18394 * configure.in (mips-sgi-irix6): Use mh-irix5.
18396 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18398 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18400 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18402 * test-build.mk: Enable building of shared libraries on IRIX 5 and
18403 OSF/1. Fix compiler flags.
18404 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18406 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18408 * configure.in: Recognize --with-newlib.
18409 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18411 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18413 * Makefile.in: move {all,check,install}-gdb from *_MODULES
18414 to *_X11_MODULES due to gdbtk needing X include files et al.
18416 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18418 Merge in support for Mac MPW as a host.
18419 (Old change descriptions retained for informational value.)
18421 * mpw-config.in: Add generic include forwards for cpu-specific
18422 include files in aout and elf directories.
18424 * mpw-configure: Added copyright.
18425 * mpw-config.in: Check for presence of required build tools.
18426 (target_libs): Add newlib.
18427 (target_tools): Add examples.
18428 (Read Me): Generate as "Read Me for MPW" instead.
18429 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18430 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18431 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18433 * mpw-configure: Remove subdir-specific makefile hackery,
18434 delete mk.tmp after using it.
18436 * mpw-build.in (all): Display start and end times.
18438 * mpw-configure (host_canonical): Set.
18439 (target_cpu): Always add to makefiles.
18440 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18441 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18442 (mpw-mh-mpw): Look for in srcdir and srcroot.
18443 Use sed instead of mpw-edit-prefix to edit prefix definitions.
18445 * mpw-build.in: (install-only): New target.
18447 * mpw-configure (host_alias, target_alias): Rename from hostalias
18448 and targetalias, add into generated Makefile.
18449 (mk.tmp): If present, add into generated Makefile.
18450 * mpw-build.in (all-gas): Build config.h first before gas proper.
18452 * mpw-configure (config.status): Write only if changed.
18453 * mpw-config.in (readline): Configure it (not built, just used for
18456 * mpw-config.in (elf/mips.h): Add a forward include.
18458 * mpw-config.in: Forward-include most .h files in include into
18460 (readline): Don't build.
18461 mpw-build.in (install): Install GDB.
18463 * mpw-configure (prefix, mpw_prefix): Handle it.
18464 * mpw-config.in (mmalloc, readline): Don't configure.
18465 * mpw-build.in (thisscript): Rename to ThisScript.
18466 Use mpw-build instead of BuildProgram everywhere.
18467 (mmalloc, readline): Don't build.
18468 * mpw-README: New file, basic documentation about the MPW port.
18470 * mpw-config.in: Use forward-include to create include files.
18472 * mpw-configure: Add more things to the top of each configured
18473 Makefile, including contents of config/mpw-mh-mpw.
18474 * mpw-config.in (extra-include): Create this directory and fill it
18475 with Posix-like include files when configuring.
18477 * config.sub (apple, mac, mpw): Add various aliases.
18479 * mpw-build.in: New file, top-level build script fragment for MPW.
18480 * mpw-configure: New file, configure script for MPW.
18481 * mpw-config.in: New file, config fragment for MPW.
18483 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18485 * configure.in (host_libs): Remove glob, since it is gone from the
18488 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18490 * Makefile.in: define empty GDB_NLM_DEPS var.
18492 * configure.in(target_makefile_frag): use config/mt-netware
18493 for netware targets.
18495 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
18497 * config.sub: Merge in recent FSF changes. Remove linux special
18500 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18502 Revert this change:
18504 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18506 * build-all.mk: Use CC=cc -Xs on Solaris.
18508 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18510 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
18512 * Makefile.in: Nuke all references to glob subdirectory.
18514 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18516 * configure.in: Fix --enable-shared logic in per-host.
18518 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
18520 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18522 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18524 * configure.in (noconfigdirs): Don't build gas on AIX, for
18525 powerpc*-*-aix* as well as for rs6000*-*-aix*.
18527 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
18529 * configure: Fix --cache-file to work if the file argument is a
18532 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
18534 * configure: If the --cache-file is used, pass it down to
18535 configure in subdirectories.
18537 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
18539 * config.sub: add vxworks29k configuration.
18541 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18543 * Makefile.in (taz): Do "diststuff" part quietly.
18545 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
18547 * config.sub: Mini-merge with gcc/config.sub.
18549 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18551 * config.guess (IRIX): Sed - to _.
18553 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18555 * Makefile.in (source-vault, binary-vault): New targets.
18557 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
18559 * config.sub: Recognize -eabi as a basic system type.
18561 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18563 * configure.in (enable_shared stuff): Fix typo.
18565 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
18567 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18569 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18571 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18573 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
18575 * configure.in (rs6000-*-*): Don't build gas.
18577 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
18579 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18580 reduce command line length.
18581 (AS_FOR_TARGET): Check for as.new, not Makefile.
18582 (NM_FOR_TARGET): Check for nm.new, not Makefile.
18584 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
18586 * config.guess: Merge from FSF.
18588 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18590 * configure: Don't use $ when handling program_suffix.
18592 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
18594 * configure.in: Configure tk for hppa/hpux.
18596 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
18598 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
18600 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18602 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
18603 to LIBCXXFLAGS. Tests are better run without it.
18605 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
18607 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18609 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
18611 * configure.in (*-*-netware*): Don't configure xiberty.
18613 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
18615 * configure.in: Remove tk from native_only list.
18617 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
18619 * build-all.mk: Add mips-ncd-elf target to sun4 targets
18620 for special NCD build.
18622 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18624 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18625 makeall.bat, they're only useful for binutils snapshots.
18626 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18627 makeall.bat to specified SUPPORT_FILES.
18629 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
18631 * build-all.mk: Add Ericsson targets to sun4 and solaris
18632 hosts. Add BNR's sun4 target to solaris host, so their
18633 build-from-source will be tested in-house first.
18635 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18637 * Makefile.in (LIBCFLAGS): New variable.
18638 (CFLAGS_FOR_TARGET): Ditto.
18639 (LIBCFLAGS_FOR_TARGET): Ditto.
18640 (LIBCXXFLAGS): Ditto.
18641 (CXXFLAGS_FOR_TARGET): Ditto.
18642 (LIBCXXFLAGS_FOR_TARGET): Ditto.
18643 (BASE_FLAGS_TO_PASS): Pass them.
18644 (EXTRA_TARGET_FLAGS): Ditto.
18646 * configure.in: Support --enable-shared.
18648 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
18650 * configure.in (target_libs): Include libstdc++ again.
18651 * config.guess: Update from FSF (for FreeBSD).
18653 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18655 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18657 (DISTDOCDIRS): Add `etc'.
18658 (ETC_SUPPORT_PFX): New variable.
18659 (taz): Include anything from etc starting with a word in
18662 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18664 * config.sub: Update for recent FSF changes. Remove obsolete
18665 h8300hds entry. Add -windows* and -osx as basic os. Minor
18668 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18670 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
18672 * config.guess: Merge with FSF.
18673 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18675 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18677 * configure: Since the "trap 0" handler will override the exit
18678 status on many systems, only use it for "exit 1", and make it set
18679 a non-zero exit status; reset it before "exit 0". Also, check
18680 exit status of config.sub, and error out if it failed.
18682 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
18684 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18685 and install libgloss.
18687 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18689 * Makefile.in (all-binutils): Depend upon all-byacc.
18691 * configure.in: Don't build emacs on Irix 5.
18693 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18695 * configure.in (*-*-netware*): Add libio.
18697 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18699 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18700 (CHECK_TARGET_MODULES): Ditto.
18701 (INSTALL_TARGET_MODULES): Ditto.
18702 (TARGET_LIBS): Ditto.
18703 (all-libstdc++): Note dependencies.
18705 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18707 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18709 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18711 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18712 -fexternal-templates.
18714 * configure.in (target_libs): Add libstdc++.
18715 (noconfigdirs): Add libstdc++ as appropriate.
18717 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18719 * config.guess: Update from FSF.
18721 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18723 * configure: Use ${config_shell} when running ${configsub}.
18725 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
18727 * config.sub: No longer recognize h8300h.
18729 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18731 * config.sub: Remove extraneous differences between config.sub and
18734 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18736 * Makefile.in (DISTSTUFFDIRS): Add gas.
18738 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
18740 * COPYING.NEWLIB: New file.
18742 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
18744 * config.guess (HP-UX): Patch from Harlan Stenn
18745 <harlan@landmark.com> to also emit release level.
18747 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18749 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18751 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
18753 * config.sub: Merge nextstep cleanup from FSF.
18755 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18757 * configure.in (arm-*-*): Don't configure ld for this target.
18759 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18761 * configure.in (*-*-netware): don't configure libg++, libio,
18764 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18766 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
18767 configure ld--it works, but it doesn't support shared libraries.
18769 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18771 * config.guess (*-unknown-freebsd*): Get rid of possible
18772 trailing "(Release)" in version string.
18773 Patch from Paul Richards <paul@isl.cf.ac.uk>.
18775 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
18777 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18778 Fix type: *-next-neststep -> *-next-nextstep.
18780 * config.guess: Merge from FSF:
18782 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18784 * config.guess: Recognize powerpc-ibm-aix3.2.5.
18786 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18788 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18789 instead of UNIX_SV for UnixWare 1.0).
18791 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
18793 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
18794 to make gdb/nlm/* build after the compiler and linker.
18796 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
18798 * config.guess (netbsd, freebsd, linux): Accept any machine,
18800 (m68k-atari-sysv4): Relocate to match FSF version.
18802 * config.guess: More merges from the FSF:
18804 Add a space before function call or macro invocation.
18806 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18808 * config.guess: Add trap cmd to remove dummy.c and dummy when
18811 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18813 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18814 (dummy): Redirect stderr from compilation of dummy.c.
18816 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
18818 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18820 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
18822 * configure: Accept and ignore --cache*, for compatibility with
18825 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
18827 * config.guess: Merge from FSF:
18829 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18831 * config.guess (Pyramid*:OSx*:*:*): New case.
18832 (PATH): Add /.attbin at end for finding uname.
18833 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
18835 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
18837 * config.guess (M88*:DolphinOS:*:*): New case.
18839 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
18841 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18842 to select whether to use ELF or COFF.
18844 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18846 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18848 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
18850 * config.guess: Guess the OS version for HPUX.
18852 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
18854 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18856 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18858 * configure.in: Recognize --with-headers, --with-libs, and
18860 * Makefile.in (all-xiberty): Depend upon all-ld.
18862 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18864 * configure.in: Change i[34]86 to i[345]86.
18866 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18868 * configure (version): A few more tweaks to help message.
18870 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18872 * Makefile.in: Remove (for now) librx as a host library,
18873 now that we're building it for target.
18875 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18877 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18880 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18882 * configure.in: Also configure librx.
18884 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18886 * Makefile.in: Update various rules to reflect that librx
18887 is now needed for libg++.
18889 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18891 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18893 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18895 * configure.in: Configure the examples directory.
18897 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18899 * configure: Simplify Jun 2 1994 change.
18901 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18903 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18904 /bin/gcc isn't good enough to build gcc.
18906 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18908 * Makefile.in (GDB_SUPPORT_FILES): Remove
18909 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18910 (gdb.tar.gz): Add new rule to use standard distribution building
18913 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18915 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18916 Bill Cox <bill@cygnus.com>.
18918 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18920 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18922 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18924 * configure: Search current dir first in .gdbinit.
18926 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18928 * config.sub: Recognize freebsd (merged from gcc config.sub).
18930 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18932 * config.sub: Refer to NeXT's operating system as nextstep.
18934 * config.sub (case $basic_machine): Re-order the cases, to match
18935 the order in the FSF version (which is mostly alphabethical).
18936 Merge in some additions and changes from the FSF.
18938 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18940 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18941 * config.sub: Recognize cxux7.
18942 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18944 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18946 * config.sub: Fix typo powerpc -> powerpc-*.
18948 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18950 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18952 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18953 parallel with all-emacs and install-emacs). Top-level command
18954 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18956 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18958 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18959 $(relbindir)/make before doing ``make install'', and use
18960 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18961 installing over running make binary.
18962 ($(host)-stamp-stage3-installed): Likewise.
18964 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18966 * config.guess: Recognize Mach.
18968 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18970 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18971 see whether --exec-prefix was used.
18973 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18975 * README: Explicitly mention libg++/README. (Zoo's idea.)
18977 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18979 * Makefile.in: Add all-librx target similar to all-libproc.
18981 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18983 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18984 with post 1.2 uname bogosity.
18986 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18988 * configure: Remove temporary files on receipt of a signal.
18990 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18992 * configure: If there is a package_makefile_frag, remove
18993 ${subdir}/Makefile.tem after copying it in.
18995 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18997 * build_all.mk: support rs6000 lynx identifies itself as
18998 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
18999 since /bin/gcc is too feeble to compile a modern gcc.
19001 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19003 * brought devo/test-build.mk update-to-date with progressive/
19004 test-build.mk. Add lynx targets and hppa flag info.
19006 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19008 * configure.in: Use mh-ncrsvr43. Patch from
19009 Tom McConnell <tmcconne@sedona.intel.com>.
19011 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19013 * config.guess (i386-unknown-bsdi): No longer need to
19014 check #if defined(__bsdi__) && defined(__i386__).
19016 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19018 * configure: Set program_transform_nameoption correctly.
19020 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19022 * brought build-all.mk update-to-date with progressive build-all.mk,
19023 added new targets and hppa info.
19025 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19027 * configure: If config.guess result is a prefix of the user
19028 specified target, assume a native build and use the user specified
19029 target as the host alias. Remove SunOS patch suffix removal hack.
19030 * configure.in: Remove SunOS patch suffix removal hack.
19032 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19033 in NATIVE_CHECK_MODULES.
19035 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19037 * Makefile.in: Rename HOST_ONLY to NATIVE.
19038 * configure: Delete SunOs patch suffix from host_canonical
19039 and build_canonical variables that are prepended to Makefiles.
19040 * configure.in: Add comments for easier maintenance.
19042 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19044 * Makefile.in: Add all-libproc target similar to all-gui.
19046 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19048 * Makefile.in (CHECK_MODULES): split into
19049 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19051 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19053 * config.guess (i386-unknown-bsdi): New system to guess.
19055 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19057 * Makefile.in: Add all-gui target (but not yet build by "all").
19059 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19061 * config.sub: Move deletion of patch suffix from here...
19062 * configure.in: To here, at Ian's suggestion. The top-
19063 level scripts might need to know of a patch level.
19065 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19067 * config.sub: Strip off patch suffix so rtl is recognized
19068 as a sunos4.1.3 machine, even though it's been patched.
19070 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19072 * Makefile.in (INSTALL_LAST): Delete.
19073 (INSTALL_DOSREL): New.
19075 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19077 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19078 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19079 whether we pass down --with-gnu-ld anyhow.
19081 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19083 * Makefile.in (INSTALL_LAST): Change operation so it works
19084 on more flavors of make.
19085 * configure.in (go32): Don't build libg++ or libio.
19087 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19089 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19090 they can be overriden by templates.
19092 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19094 * configure.in (target==go32): Don't build gdb.
19095 * dosrel: New directory.
19097 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19099 * configure.in (host==go32): Configure dosrel too.
19100 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19101 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19102 be set by incoming names or templates.
19103 (INSTALL_LAST): New rule.
19105 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19107 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19109 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19111 * configure.in (appdirs): New variable. Currently empty, but will
19112 be used in gas distribution. If nonempty, lists a set of
19113 directories at least one of which must get configured, or top
19114 level configuration is considered to have failed.
19115 (rs6000-*-lynxos*): Use new file name.
19117 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19119 Eliminate XTRAFLAGS.
19120 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19121 newlib include files using -idirafter, and also use -nostdinc.
19122 (CXX_FOR_TARGET): Likewise.
19123 (XTRAFLAGS): Removed.
19124 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19125 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19126 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19127 ($(DO_X)): Don't pass down XTRAFLAGS.
19129 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19131 * configure.in (mips*-dec-bsd*): New target; do build linker.
19132 (mips*-*-bsd*): New target; don't build linker.
19134 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19136 * configure.in: support rs6000-*-lynxos* configuration.
19137 support sunos4 as a cross target.
19139 * config.sub: look for lynx*, not lynx since the OS version may
19140 legitimately be part of the name.
19142 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19144 * configure.in (i[34]86-*-sco*): Move to be with other i386
19146 (romp-*-*): New target. Skip various binary utilities.
19147 (vax-*-*): New target. Don't build newlib.
19148 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19150 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19152 * configure.in: Only set host_makefile_frag if config
19155 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19157 * install.sh: If $dstdir exists, don't check whether each
19160 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19162 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19164 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19166 * configure.in (*-*-lynxos*): Don't configure newlib for either
19167 native or cross Lynx.
19169 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19171 * config.sub (sparc64-elf): Fix os.
19172 (z8k): Remove duplicate.
19174 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19176 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19177 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19179 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19181 * configure: Make file links cleanly even if Lynx fails on
19182 an NFS symlink (at least fail cleanly).
19184 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19186 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19189 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19191 * configure: Unknown options are fatal again.
19193 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19195 * configure: Ignore --x-includes and --x-libraries, for Autoconf
19198 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19200 * build-all.mk: Add `clean' target.
19202 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19204 * config.guess: Add SINIX support.
19205 * configure.in: Add mips-*-sysv4* support.
19207 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19209 * build-all.mk: Document all useful targets.
19210 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19211 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19213 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19215 * configure: Support --silent, --quiet.
19217 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19219 * configure: Support --disable-FEATURE.
19221 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19223 * config.guess: Recognize NCR running SVR4.3.
19225 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19227 * config.guess: Make BSDI generate i386-unknown-bsd386.
19228 Patch from Paul Eggert <eggert@twinsun.com>.
19230 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19232 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19234 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19236 * configure: Make unrecognized options give nonfatal warnings
19237 instead of fatal errors, and pass them to any subdirectory
19238 configures in case they recognize them.
19239 Make --x equivalent to --with-x.
19241 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19243 * configure: Add --enable-* options. Clean up usage message and
19246 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19248 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19250 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19252 * configure.in (hppa*-*-*): Enable binutils.
19254 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19256 * config.sub: Recognize cisco.
19258 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19260 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19262 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19264 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19265 than one configuration name. Add comment.
19267 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19269 * config.guess: about target *-hitachi-hiuxwe2, fixed
19270 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19271 macro is incorrect.]
19273 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19275 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19276 than the "make ls" stuff which used to be here.
19278 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19280 * config.guess: Recognize i[34]86-unknown-freebsd.
19281 From Shawn M Carey <smcarey@rodan.syr.edu>.
19283 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19285 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19287 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19289 * config.guess: Check for ptx.
19291 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19293 * config.sub: Add os9k checking.
19295 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19297 * config.guess: Handle OSF1 running on HPPA processors
19299 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19301 * configure: If subdir configure fails, print out a message with
19302 subdirectory name, in case subdir's configure code didn't identify
19305 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19307 * configure.in: Remove embedded newlines from configdirs.
19308 Avoid mismatches of substrings. Fix matching strings at end
19311 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19313 * config.guess: Add Lynx/rs6000 config support.
19315 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19317 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19319 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19321 * configure.in (hppa*-*-osf*): Treat this just like most other
19322 PA configurations (eg no binutils or ld).
19323 (hppa*-*-*elf*): These configurations have binutils and ld.
19325 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19327 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19329 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19331 * configure.in (rs6000-*-*): Build gas.
19333 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19335 * Makefile.in: Avoid bug in losing hpux sed.
19337 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19339 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19340 for GDB and GDB has been fixed to not need it.
19342 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19344 * config.guess: Recognize vax hosts.
19346 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19348 * configure (while loop): Don't use "break 2" inside case
19349 statement -- the case statement isn't an enclosing loop.
19351 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19353 * config.guess: Clean up NeXT support, to allow nextstep
19354 on Intel machines. Make OS be nextstep.
19356 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19358 * config.guess: Add alternate forms for Convex.
19360 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19362 * configure: Completely rewrite option processing. Take
19363 advantage of pattern-matching to avoid invoking test frequently.
19364 Also clean up host and target defaulting logic.
19366 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19368 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19369 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19370 commands (plus user environment) will fit SCO limits.
19372 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19374 * configure.in: Don't issue warnings about directories which are
19375 not being configured if -norecursion is set. Correct test for
19376 --with-gnu-as and --with-gnu-ld to not get confused by substring
19379 * configure.in: Don't build gas for alpha-dec-osf1*.
19381 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19383 * configure: Back out Per's change of 12/19/1993. It changes the
19384 behavior of configure in unexpected and confusing ways.
19386 Also, use different delim char when calculating
19387 program_transform_name so that the name can contain slashes.
19389 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19391 * configure.in, config.sub: Add support for VSTa micro-kernel.
19393 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19395 * configure.in: Nuke hacks which were used to get a special
19396 version of GAS for HPPA configurations.
19398 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19400 * configure: If only ${target_alias} is given, use that
19401 as the default for ${host_alias}.
19402 * configure: Add missing back-slashes before nested quotes.
19404 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19406 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19408 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19410 * config.guess: Recognize some Tektronix configurations.
19411 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19413 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19415 * config.sub: Match any flavor of SH.
19417 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19419 * configure.in: Don't try to configure newlib for Alpha.
19421 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19423 * configure.in: Don't build ld for Irix 5. Don't build gas,
19424 libg++ or libio for any Alpha target.
19426 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19428 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19430 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19431 default arguments -- so it tried to compress itself.
19433 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19435 * configure.in (notsupp): ensure that a space is always at the end
19436 of the configdirs list, since the grep checks for an explicit space
19438 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19440 * configure.in (target i386-sysv4.2): don't build ld, since static
19441 versions of many libraries are not available.
19443 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19445 * config.guess: Recognize Apollos (using environment variables).
19446 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19448 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19450 * config.guess: Recognize Sony news mips running newsos.
19452 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
19454 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19455 "fi ; else" for bash.
19457 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
19459 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19461 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
19463 * config.sub: accept unixware as an alias for svr4.2.
19464 Fix some inconsistancies with the gcc version.
19466 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19468 * Makefile.in (DISTDOCDIRS): Add gdb.
19470 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
19472 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
19474 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19476 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19477 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19480 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19482 * config.sub: Accept hiux* as an OS name.
19484 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19485 etc/make-stds.texi. The underscore came from gcc, and dje now
19486 agrees that RUNTESTFLAGS is the correct name.
19488 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
19490 * install.sh: Remove 'set -e'. It makes any conditionals
19491 in the script useless.
19493 * config.guess: Automatically recognize arm-acorn-riscix
19494 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19496 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
19498 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19500 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19502 * Makefile.in (DISTDOCDIRS): New variable.
19503 (taz): Edit local Makefile.in sooner, instead of proto-toplev
19504 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
19506 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19508 * configure.in (hppa target): check the source directory for the
19509 pagas sub-directory
19511 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
19513 * config.sub: Allow -aout* and -elf*.
19515 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19517 * configure.in: Don't build ld on i386-solaris2, same as for
19520 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
19522 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19524 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19526 * configure.in: Configure gdb for alpha.
19528 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19530 * Makefile.in (CXXFLAGS): Add -O.
19532 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19534 * config.guess: added support for DG Aviion
19536 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19538 * configure.in: Produce warning message for subdirectories not
19539 configurable for this host/target combination. Don't try to
19540 configure gdb for vms.
19542 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19544 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19545 appropriate files before making "diststuff".
19546 (DISTBISONFILES): New var: list of files to be edited.
19547 (DISTSTUFFDIRS): Add binutils.
19549 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19551 * config.sub: also handle mipsel and mips64el (for little endian mips)
19553 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19555 * configure.in: Add * to end of all OS names.
19557 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
19559 * configure.in: Build newlib for LynxOS native.
19561 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19563 * config.guess: Add support for delta 88k running SVR3.
19565 * configure.in: Add comment about HP compiler vs. emacs.
19567 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19569 * configure.in: don't build ld on solaris2 (not a viable option
19570 due to bugs in getpwnam & getpwuid)
19572 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19574 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19575 config.guess will produce a full version number.
19577 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19579 * configure.in: Build linker and binutils for alpha-dec-osf1.
19581 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19583 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19584 and gdb/testsuite/Makefile.in.
19586 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19588 * configure.in: recognize mips*- instead of mips-
19590 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
19592 * config.sub: Accept linux*coff and linux*elf as operating
19595 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19597 * config.sub: Recognize mips64, and mips3 as an alias for it.
19599 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19601 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19602 gdb knows how to handle OSF/1 shared libraries.
19604 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19606 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19607 * config.guess: Recognize Hitachi's HIUX.
19608 * config.sub: Recognize h3050r* and hppahitachi.
19609 Remove redundant cases for hp9k[23]*.
19611 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19613 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19614 if gas and ld are in the source tree and are in ${configdirs}.
19615 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19616 --with options (but still pass them down on the command line,
19617 if they were explicitly specified).
19619 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19621 * configure: substitute SHELL value in Makefile.in with
19624 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19626 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19627 *-*-solaris2* targets.
19629 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19631 * Makefile.in: define M4, and pass it down to sub-makes;
19632 all-autoconf now depends on all-m4
19634 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19636 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19637 presence of {ar,ranlib} instead of a configured directory
19639 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19641 * config.guess: Accept 34?? as well as 33?? for NCR.
19643 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19645 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19646 of 'gas' in sed commands, since 'gash' is now in the tree as well.
19648 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19650 * configure: grab values for $(CC) and $(CXX) from the
19651 environment, so that someone can do "CC=gcc configure; make" and
19652 have it work right (matching the way that autoconf works now)
19654 * configure.in, Makefile.in: add support for gash, the tcl
19655 interface to Galaxy
19657 * config.guess: add NetBSD variants (hp300, x86)
19659 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
19661 * install.sh: Support -d option (in the manner of SunOS 4 install,
19662 as it is more deterministic than that of GNU install)
19663 (chmodcmd): Set file to mode 755 by default (should also do default
19664 chgrp and chown, but I don't feel like dealing with that now)
19666 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
19668 * config.sub: Remove h8300hhms alias.
19670 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19672 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19674 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19676 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19679 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19681 * config.sub: recognize m88110-bug-coff.
19683 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19685 * Makefile.in (all-libio): all dependencies on the toolchain used
19686 to build this (gcc, gas, ld, etc)
19688 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19690 * config.guess: Deal with OSF/1 1.3 on alpha.
19692 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19694 * install.sh: add some 'else true' clauses for portability
19696 * configure.in: don't build libio for h8[35]00-*-* targets
19698 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
19700 * Makefile.in: Add support for new libio.
19702 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19704 * install.sh: If one command fails, don't try the rest. Don't try
19705 to remove $dsttmp (via trap) unless we have already created it.
19706 If $src doesn't exist, detect it and exit with an error.
19708 * config.guess: Recognize BSD on hp300.
19710 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
19712 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19713 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19715 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
19717 * Makefile.in (all-send-pr): depends on all-prms
19719 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19721 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19723 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19725 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19726 Added test for mips-mips-riscos5.
19728 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19730 * configure.in: use mh-hp300 for 68k HP hosts
19732 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19734 * configure: add support for CONFIG_SHELL, so that you can use
19735 some alternate shell for evaluating configure scripts
19737 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
19739 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
19740 in configure script to bug-gdb@prep.ai.mit.edu when building
19741 distribution archive.
19742 * Makefile.in (COMPRESS): Remove def.
19743 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
19744 gdb.tar.Z and make-gdb.tar.Z respectively.
19745 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
19746 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
19747 to convergence with 'taz' target in Makefile.in.
19749 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19751 * install.sh (dsttmp): use trap to ensure that tmp files go
19752 away on error conditions
19754 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19756 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19758 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19760 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19761 its parent is '/' not ''.
19763 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19765 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
19767 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19768 that ${newsrcdir}/configure.in does.
19770 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19772 * test-build.mk: support for CONFIG_SHELL
19774 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
19776 * config.sub (netware): Add as a basic system type.
19778 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19780 * Makefile.in (Makefile): depend on configure.in. Also drop the
19781 $(srcdir)/ from the dependency on Makefile.in.
19783 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
19785 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19786 (h8300hhms is temporary until multi-libraries are implemented).
19787 * configure.in: Handle h8300h too.
19789 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19791 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19793 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
19795 * configure: Remove extraneous output when guessing host type.
19796 * config.guess: Remove extraneous output when guessing using C
19797 compiler rather than uname, or when guessing fails.
19799 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
19801 * Makefile.in: remove all.cross and install.cross targets
19803 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19806 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
19808 * configure.in (target sh): Build gprof.
19810 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19812 * config.sub: change -solaris to -solaris2
19814 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19816 * configure.in: Use config/mh-riscos for mips-*-sysv*.
19818 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
19820 * configure: Correct error message for missing Makefile.in to
19821 print correct directory.
19823 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19825 * install.sh: kludge around 386BSD shell bug
19827 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
19829 * config.guess: Recognize NeXT.
19830 * config.guess: Recognize i486-ncr-sysv4.
19831 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
19833 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
19835 * Makefile.in (MAKEINFOFLAGS): New variable.
19836 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19837 * build-all.mk, test-build.mk: Pass down --no-split as
19838 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
19840 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
19842 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
19844 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
19846 * Makefile.in (libg++.tar.z): New rule.
19847 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
19848 * Makefile.in (taz): Only do a single chmod.
19850 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19852 * install.sh: don't use dirname anymore (replaced with sed usage)
19854 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19856 * Makefile.in: Change extension for gzip'd files from '.z' to
19857 '.gz' per new FSF standard usage.
19859 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19861 * configure: put quotes around the final value of program_transform_name
19863 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19865 * Makefile.in: new install.sh support; update install-info rules
19867 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19869 * configure.in: Build diff for crosses, but not for go32 host.
19871 * configure.in: Build gprof only for native, and don't build it
19872 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19874 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19876 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19878 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19880 * configure.in (host_tools): Add prms.
19882 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19884 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19885 with $(FLAGS_TO_PASS) on the command line
19887 * config.sub: Recognize lynx and lynxos
19889 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19891 * config.sub: Accept -ecoff*, not just -ecoff.
19893 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19895 * Makefile.in (taz): Use .gz suffix instead of .z.
19896 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19899 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19901 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19903 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19905 * Makefile.in (install-no-fixedincludes): install gcc last, so
19906 that rebuilds that might happen during 'make install' don't get
19907 bogus gcc include files
19909 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19911 Change from Utah for HPPA support:
19912 * config.guess: Recognize hppa1.x-hp-bsd.
19914 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19916 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19917 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19919 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19921 * config.sub: Add support for rom68k and bug boot monitors.
19923 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19925 * Makefile.in: Make all-opcodes depend on all-bfd.
19927 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19929 * config.guess: Added special check for i[34]86-univel-sysv4*.
19931 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19933 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19934 the processor rather than assuming i486.
19936 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19938 * config.guess: Recognize SunOS6 as Solaris3.
19940 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19942 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19943 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19945 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19947 * build-all.mk (all-cross): New target for Canadian Cross.
19948 Added Q2 go32 targets.
19949 * test-build.mk: Configure go32 cross sparclite-aout and
19950 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19951 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19953 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19955 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19956 GO32 hosted toolchains
19958 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19960 * configure: change so "-exec-prefix" gets passed down rather
19961 than "-exec_prefix" so autoconf generated Makefiles get the
19962 exec_prefix set right.
19964 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19966 * config.guess: get the Solaris2 minor version number
19968 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19970 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19972 * config.guess: Recognize some Sequent platforms.
19974 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19976 * Makefile.in: added the vault-install target
19978 * configure.in: actually use the Sun3 makefile fragment that's in
19979 config, also added the release dir to configdirs
19981 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19983 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19985 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19987 * configure.in: remove some program from Alpha targetted toolchains
19989 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19991 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
19993 (taz): Run "make diststuff" in those directories instead of "make
19994 proto-dir". Look for "VERSION=" only at start of line in subdir
19995 Makefile. Use "gzip -9" for compression.
19996 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19997 (binutils.tar.z): New target.
19999 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20001 * Makefile.in (taz): Include gpl.texinfo.
20003 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20005 * Makefile.in (setup-dirs): Merged into "taz" target.
20006 (taz): Only do `proto-dir' stuff if a directory is actually needed
20009 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20011 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20012 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20013 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20014 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20015 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20017 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20019 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20020 config.sub, and move-if-change to gdb testsuite distribution
20021 archive, so the testsuite can be extracted, configured, and
20022 run separately from the gdb distribution. Blow away the Chill
20023 tests that require a Chill compiled executable, since GNU Chill
20024 is not yet publically available.
20026 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20028 * test-build.mk: set environment variables in a single command,
20029 instead of a list of assignments and exports
20031 * config.guess: recognize Alpha/OSF1 systems
20033 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20035 * configure: Change help message to prefer --options rather than
20038 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20040 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20041 zippy@ecst.csuchico.edu.
20042 * config.guess: Recognize miniframe.
20044 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20046 * Makefile.in: Use srcroot to find runtest rather than rootme.
20047 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20049 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20051 * test-build.mk: Extensive additions to support building on a
20052 machine other than the host.
20054 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20056 * configure (tooldir): Fix for i386-aix again.
20058 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20060 * configure, Makefile.in: Change definition of $(tooldir)
20063 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20065 * config.guess: Recognize i[34]86/SVR4.
20067 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20069 * Makefile.in (all-gdb): gdb depends on sim.
20071 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20073 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20074 at the same time we make the prototype gdb directory.
20075 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20076 files at the same time as the gdb base release distribution.
20078 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20080 * Makefile.in (check): Use individual check targets rather than
20082 (check-gcc): Added.
20084 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20086 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20087 for System V release 3.2.
20089 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20091 * config.sub: Recognize hppaosf.
20092 * configure.in: Do configure ld/binutils/gas for it.
20094 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20096 * configure (tooldir): Alter syntax used to set this, for systems
20097 where "\$" isn't handled right, like i386-aix.
20099 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20101 * configure: Pass program-transform-name, not
20102 program_transform_name, to recursive configures.
20104 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20106 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20107 of gas+ld+binutils.
20109 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20111 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20113 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20115 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20117 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20119 * Makefile.in (PRMS): Set back to all-prms.
20121 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20123 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20124 targets, rather than for MIPS hosts.
20126 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20128 * configure.in: add comment for --with-x default values
20130 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20132 * Makefile.in: add check-* targets for each of the directories in
20133 the tree. Add a definition of RUNTEST that will use the one we
20134 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20136 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20138 * configure.in: Removed obsolete references to bfd_target and
20139 target_makefile_frag.
20141 * build-all.mk: Set assorted targets for Q2.
20142 * config.sub: Recognize z8k-sim and h8300-hms.
20143 * test-build.mk: Really don't pass host to configure.
20144 (HOLES): Added uname.
20146 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20148 * configure: Handle an empty program-prefix, program-suffix or
20149 program-transform-name correctly.
20151 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20153 * build-all.mk: -G 8 no longer required for MIPS targets.
20154 * test-build.mk: Don't pass host argument to configure; make it
20157 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20159 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20160 * Makefile.in (COMPRESS): New macro, like GZIP.
20162 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20164 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20166 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20167 with gas currently defaults to -G 0.
20169 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20171 * Makefile.in (all-flex): flex depends on byacc.
20173 * build-all.mk: If host not specified, use config.guess. Pass TAG
20174 to test-build.mk as RELEASE_TAG.
20175 * test-build.mk (configargs): New variable containing arguments to
20176 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20177 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20179 * config.guess: Use /bin/uname when checking -X argument on SCO,
20180 to avoid invoking GNU uname which doesn't understand -X.
20182 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20184 * configure.in: Build gas for mips-*-*.
20186 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20188 * Makefile.in (all.normal): insert missing backslash.
20190 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20192 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20194 * Makefile.in: Complete overhaul to merge many almost identical
20197 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20199 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20200 (gdb.tar.Z): Adjusted.
20202 * Makefile.in (setup-dirs, taz): New targets; should be general
20203 enough to adapt for gdb sometime. Build only .z file.
20204 (gas.tar.z): New target.
20206 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20208 * build-all.mk: Use CC=cc -Xs on Solaris.
20210 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20212 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20213 for handling BISON for FSF releases.
20215 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20217 * configure: Actually implement the change zoo just documented.
20219 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20221 * configure: when using config.guess, only set target_alias when
20222 it's not already been set (ie, on the command line)
20224 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20226 * Makefile.in: add installcheck target, set PRMS to install-prms
20228 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20230 * configure: add support for package_makefile_fragment, handle the
20231 case where a directory has a configure.in file but no Makefile.in
20232 more gracefully (with an actual understandable error message, even);
20233 add support for --without (and add this to the usage message); also
20234 explicitly add a --host=${host_alias} to the command line when
20235 config.guess is used
20237 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20239 * configure: Must use both --host and --target in recursive calls.
20241 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20243 * Makefile.in: Change deja-gnu to dejagnu.
20245 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20247 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20249 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20251 * configure.in: canonicalize all instances to *-*-solaris2*,
20252 also strip out a number of tools to not build for go32 host
20254 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20256 * config.guess: add GPL.
20258 * Makefile.in, config.guess, config.sub, configure: bump
20261 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20263 * Makefile.in (do-info): Removed obsolete check for existence of
20266 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20268 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20270 * Makefile.in: a couple of 'else true' for decstation,
20273 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20275 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20277 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20279 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20281 * config.guess: Recognize i386-ibm-aix (PS/2).
20282 * configure.in: Use config/mh-aix386 file for it.
20284 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20286 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20287 CC_FOR_TARGET instead.
20288 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20290 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20292 * Makefile.in: Add sim to list of directories sent with gdb
20294 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20296 * configure.in: Put back mips-dec-bsd* case.
20298 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20300 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20301 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20302 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20304 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20306 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20308 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20309 (install-info): install dir.info only if it exists,
20310 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20312 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20314 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20315 gas for mips-dec-bsd.
20317 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20319 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20320 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20322 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20324 * configure.in: Added "dejagnu" to hosttools list.
20326 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20328 * config.sub, configure.in, config.guess: Add support
20329 for Bosx, an AIX variant from Bull.
20330 Patches from F.Pierresteguy@frcl.bull.fr.
20332 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20334 * devo/dejagnu: Initial creation of devo/dejagnu.
20335 Migrated dejagnu testcases and support files for testing software
20336 tools to reside as subdirectories, currently called "testsuite",
20337 within the directory of the software tool. Migrated all programs,
20338 support libraries, etc. beloging to dejagnu proper from
20339 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20340 with no modifications. The changes to these files which will
20341 allow them to configure, build, and execute properly will be made
20342 in a future update.
20344 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20346 * Makefile.in: Change send_pr to send-pr.
20347 * configure.in: Likewise.
20348 * send_pr: Renamed directory to send-pr.
20350 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20352 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20354 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20356 * README: Update for gdb-4.8 release.
20357 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20358 gdb-xxx.tar.z (gzip'd) file also.
20360 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20362 * Makefile.in: make all-diff depend on all-libiberty
20364 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20366 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20368 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20370 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20372 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20374 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20375 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20376 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20378 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20380 * Makefile.in: makeinfo binary is in a new location
20382 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20384 * config.sub: Accept -ecoff as an OS.
20386 * Makefile.in: Various changes to eliminate a level of make
20387 recursion and reduce the required command line length.
20388 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20390 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20391 variables holding settings for specific sub-makes.
20392 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20393 in terms of BASE_FLAGS_TO_PASS.
20394 (TARGET_LIBS): New variable listing directories which use
20395 TARGET_FLAGS_TO_PASS.
20396 (subdir_do): Eliminated.
20397 (do-*): New set of targets to replace subdir_do.
20398 (various): All targets which used subdir_do now depend on do-*.
20399 (local-clean): Renamed from do_clean.
20400 (local-distclean): New target, dependency of distclean and
20402 (install-info): Don't create directories. Depend on dir.info
20403 rather than calling make recursively.
20404 (install-dir.info): Eliminated.
20405 (install-info-dirs): Create all info directories here.
20406 (dir.info): Depend upon do-install-info.
20408 * test-build.mk (HOLES): Added false.
20410 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20412 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20414 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20416 * Makefile.in (info): remove dependency on all-texinfo. The
20417 problem was really in texinfo/C, not at this level.
20419 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20421 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20423 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20425 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20428 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20430 * configure: Include srcdir in message about target of link not
20431 being found. Don't convert `-' to `_' in `with' options being
20434 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20436 * configure.in: add uudecode to host_tools
20438 * Makefile.in: added {all,install}-uudecode targets, added them to
20439 the appropriate lists
20441 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
20443 * Makefile.in (all-gcc): Added dependency on all-gas.
20445 * configure.in (mips-*-*): Build ld and binutils.
20447 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20449 * configure: check return code from mkdir, print error message and
20452 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
20454 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
20456 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
20458 * test-build.mk (HOLES): Added tar, cpio and uudecode.
20460 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20462 * config.sub (h8500): Recognize this as a cpu type.
20464 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20466 * configure: source directory missing is no longer a warning
20468 * configure.in: recognize irix[34]* instead of irix[34]
20470 * Makefile.in: define and pass down X11_LIB
20472 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
20474 * guess-systype: Renamed to ...
20475 * config.guess: ... by popular request.
20476 * configure.in, Makefile.in: Update accordingly.
20478 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
20480 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
20481 + Add Convex, Cray/Unicos, and Encore/Multimax support.
20482 + Execute ./dummy instead of assuming . is in PATH.
20484 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
20486 * guess-systype: New shell script. Attempts to guess the
20487 canonical host name of the executing host.
20488 Only a few hosts are supported so far.
20489 * configure: Call guess-systype if no host is specified.
20491 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
20493 * Makefile.in (gcc-no-fixedincludes): Made to work with current
20496 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
20498 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20499 (all-gcc, install-gcc, subdir_do): Use it.
20501 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20503 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20505 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
20507 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20508 set exclusively by configure, using configure.in .
20510 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20512 * test-build.mk: set $PATH for all builds
20514 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20516 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
20518 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
20519 the one used in gcc/Makefile.in, so that a null expansion doesn't
20520 override the one needed to build gcc with a native cc.
20522 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20524 * configure: Accept -with arguments.
20526 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20528 * Makefile.in: added h8300sim
20530 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
20532 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20533 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
20534 (all-cygnus, native, build-cygnus): Make
20535 $(canonhost)-stamp-3stage-done, not $(host)....
20536 * test-build.mk (stamp-3stage-compared): Use tail +10c for
20537 i386-sco3.2v4. Added else true to if command.
20539 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
20541 * config.sub: (from FSF) Sequent uses a BSD-like OS.
20543 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
20545 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20547 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20549 * configure.in: don't remove binutils from Solaris builds
20551 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
20553 * Makefile.in: get rid of earlier definitions for *clean,
20554 also handle the recursive info rule better
20556 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
20558 * Makefile.in (mostlyclean, distclean, realclean): Fix to
20559 do more-or-less the right thing.
20561 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
20563 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20564 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20566 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20568 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20571 * configure.in: split the configdirs list into 4 categories (native
20572 v. cross, library v. tool) and handle the cross-only and native-
20573 only in more reasonable (and correct!) way.
20575 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
20577 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
20578 configdirs anymore.
20580 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20582 * Makefile.in: extensive cleanup:: removed all of the explicit
20583 clean-* targets, collapsed many wrappers around subdir_do into
20584 one, added additional targets to satisfy standards.texi, deleted
20585 some old targets, some changes for consistency
20587 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20589 * configure.in: handle some programs as cross-only, and others as
20592 * test-build.mk: handle partial holes in a more generic manner
20594 * Makefile.in: m4 depends on libiberty
20596 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20598 * configure.in: add m4, textutils, fileutils, sed, shellutils,
20599 time, wdiff, and find to configdirs
20601 * Makefile.in: all, clean, and install rules for the new programs
20602 added to configure.in
20604 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20606 * configure.in: use mh-sun for all *-sun-* hosts
20608 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20610 * Makefile.in: define flags for X11 include files and library file
20611 locations, pass them down to the programs that need this info
20613 * build-all.mk: added a 'native' target, to 3stage the native toolchain
20615 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20617 * configure.in: start building libg++ for HP-UX targets
20619 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
20621 * README: Update references to files moved into etc/.
20623 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
20625 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
20626 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
20628 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
20630 * configure: accept dash as well as underscore in long option
20631 names for FSF compatibility.
20633 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
20635 * config.sub: added -sco3.2v4 support from FSF.
20637 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20639 * configure.in: expand the section that adds or removes
20640 directories from the list of programs to build, to handle native
20641 vs. cross in addition to host v. native
20643 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
20645 * Makefile.in: Replace C++ in macro names with CXX.
20646 This is less likely to break ...
20648 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20650 * test-build.mk: add -w to GNU_MAKE
20652 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20654 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20655 add 'sparc' to list of recognized cpus. This needed to make
20656 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20657 Delete some redundant ose68 variants. Recognize -wrs as an os,
20658 then changes that into $CPU-wrs-vxworks.
20660 * configure.in: remove most references to gdbtest, regularize
20661 target based program removal
20663 * test-build.mk: import from p3 tree (many fixes and changes)
20665 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20667 * Makefile.in: added rules to handle tcl, tk, and expect
20669 * configure.in: handle those directories if they exist
20671 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20673 * config.sub: removed bogus hppabsd and hppahpux names, since
20674 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20676 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20678 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
20679 depends upon all-xiberty
20681 * Makefile.in: changes from p3, including:
20683 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20685 * Makefile.in (XTRAFLAGS): include newlib directories if
20686 newlib/Makefile exists, rather than if host != target.
20688 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
20690 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20691 from the same source tree and not building a cross-compiler. This
20692 matters for the libg++ configuration if reconfiguring a tree that
20693 has already been installed.
20695 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
20697 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20698 pick up the machine and system specific header files.
20700 * Makefile.in: added AS_FOR_TARGET, passed down in
20701 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20702 the C compiler to use to create programs which are run in the
20703 build environment, set it to default to $(CC), and passed it down
20704 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20706 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
20708 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20709 We need them for unusual native builds, like systems without
20712 * configure: also define $(host_canonical) and
20713 $(target_canonical), which are the full, canonical names for the
20714 given host and target
20716 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
20718 * Makefile.in: Added separate definitions for C++.
20720 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20722 * configure.in (configdirs): Add deja-gnu.
20724 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
20726 * README: Update for configure.texi and gdb-4.7 release.
20728 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
20730 * Makefile.in: Move "all" target to top of file.
20731 Previously, first target was ".PHONY" which caused BSD4.4 make
20732 to build .PHONY when make was run without arguments.
20734 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
20736 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
20737 Library-copylefted code in libiberty.
20739 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
20741 * config.sub: Replace m68kmote with plain old m68k.
20743 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
20745 * Makefile.in: Remove space from blank line, avoid Make complaints.
20747 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
20749 * config.sub: Complain if no argument is given. Added support for
20750 386bsd as OS and target alias.
20752 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
20754 * Makefile.in (XTRAFLAGS): include newlib directories if
20755 newlib/Makefile exists, rather than if host != target.
20757 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
20759 * config.sub: recognize sparclite-wrs-vxworks.
20761 * Makefile.in (install-xiberty): added *-xiberty make rules (from
20762 p3.) Added clean-xiberty to clean.
20764 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20766 * configure.in: use *-*-* instead of nested cases for host and target
20768 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
20770 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20771 from the same source tree and not building a cross-compiler. This
20772 matters for the libg++ configuration if reconfiguring a tree that
20773 has already been installed.
20775 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
20777 * config.sub (i486v/i486v4): Merge in from FSF version.
20779 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
20781 * configure: only set PWD if it is already set.
20783 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
20785 * configure: just set PWD=`pwd` at the top, since Ultrix sh
20786 doesn't have unset and all success paths (and most error paths)
20787 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20788 to just ${PWD} to avoid confusion.)
20790 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
20792 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20793 even for a native compilation.
20795 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
20797 Changes to make the gdb.tar.Z rule work better.
20799 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
20800 (DEVO_SUPPORT): Add configure.texi.
20801 (bfd-ilrt.tar.Z): Remove ancient rule.
20803 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
20805 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20806 pick up the machine and system specific header files.
20808 * configure.in, config.sub: added new target m68010-adobe-scout,
20809 with alias of adobe68k. Changed configure.in to check for
20810 -scout before -sco* to avoid a false match.
20812 * Makefile.in: added AS_FOR_TARGET, passed down in
20813 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20814 the C compiler to use to create programs which are run in the
20815 build environment, set it to default to $(CC), and passed it down
20816 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20818 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
20820 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20821 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
20822 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20823 FOR_TARGET variants, to newlib and libg++.
20825 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
20827 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20830 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
20832 * config.sub: Accept `elf' as an environment.
20834 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20836 * Makefile.in (all-opcodes): cd into the right directory
20838 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
20840 * configure: added -program_transform_name option, used as
20841 argument to sed when installing programs.
20842 configure.texi: added documentation for -program_prefix,
20843 -program_suffix and -program_transform_name.
20845 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
20847 * config.sub: Accept i486 where i386 ok.
20849 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
20851 * config.sub: accept we32k
20853 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
20855 * config.sub, configure.in: accept OSE68000 and OSE68k.
20857 * Makefile.in: don't create all directories for ``make install'';
20858 let the subdirectories create the ones they need.
20860 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20862 * COPYING: new file, GPL v2
20864 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20866 * Makefile.in: use the new gen-info-dir, which needs a template
20867 argument (which also lives in texinfo)
20869 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20871 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20873 * config.sub (ncr3000): Change i386 to i486.
20875 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20877 * Makefile.in: add install-rcs, install-grep to
20878 install-no-fixedincludes, removed install-bison and install-libgcc
20880 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20882 * configure.in: grab the HPUX makefile fragment if on HPUX
20884 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20886 * Makefile.in: eradicate bison spoor (ditto libgcc).
20887 configure.in: recognise m68{k,000}-ericsson-OSE.
20888 es1800 is alias for m68k-ericsson-OSE
20890 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20892 * configure.in: rearrange the parts that remove programs from
20893 configdirs, based now on HOST==TARGET or by canonical triple.
20895 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20897 * test-build.mk: recurse explicitly with -f test-build.mk when
20898 appropriate. predicate stage3 and comparison on the existence
20899 of gcc. That is, if gcc isn't around, we aren't three-staging.
20900 On very clean, also remove ...stamp-co. Build in-place before
20901 doing other builds.
20903 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20905 * Makefile.in, configure.in: add tgas
20907 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20909 * Makefile.in: a number of changes merged in from progressive.
20911 * configure.in: add libm.
20913 * .cvsignore: ignore some stuff that comes from test-build.mk.
20915 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20917 * config.sub: Add es1800 (m68k-ericsson-es1800).
20919 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20921 * configure: Add program_suffix (parallel to program_prefix)
20922 * Makefile.in: adjust directory-creating script for losing decstation
20924 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20926 * configure: Minor $subdir-related fixes.
20928 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20930 * configure: fix various problems with propogating
20931 makefile_target_frag in subdirs.
20932 * configure.in: config libgcc if its there
20934 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20936 * config.sub: HPPA merge.
20938 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20940 * Makefile.in: Replace all-bison with all-byacc in all
20941 dependency lines for other tools (which now use byacc).
20943 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20945 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20947 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20949 * Makefile.in: make gprof rules similar to byacc rules (instead of
20950 vestigal $(unsubdir) that didn't work...)
20952 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20954 * config.sub: Add support for Linux.
20955 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20956 (at least for libg++).
20958 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20960 * configure.texi: fix doc for the -nfp option to configure
20962 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20964 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20966 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20968 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20969 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20970 * configure.in: added solaris* host_makefile_frag hook.
20972 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20974 * config.sub: changed recognition of m68000 so that various
20975 m68k types can be specified via m680[01234]0
20977 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20979 * config.sub (basic_machine): fix sed so that '-foo' isn't
20980 completely substituted out while .+'-foo' loses the '-foo'
20982 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20984 * config.sub ($os): Add -aout.
20986 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20988 * configure: If host_makefile_frag is absolute, don't
20989 prefix ${invsubdir} (relevant to libg++ auto-configure).
20991 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20993 * Makefile.in (tooldir): Define it.
20994 (all-ld): Depend on all-flex.
20996 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
20998 * Makefile.in (check): Fix libg++ special case.
21000 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21002 * configure: do not bury `pwd` into config.status, thus do fewer
21005 * configure: print the "Building in" message only when building in
21006 other than "." AND verbose.
21008 * configure: remove -s, rework -v to better accommodate guested
21011 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21013 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21015 * Makefile.in: macroize flags passed on recursion. remove
21018 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21020 * configure: get makesrcdir right for subdirs deeper than 1.
21022 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21025 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21027 * Makefile.in: don't print subdir_do or recursion lines.
21029 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21031 * standards.texi: added menu item.
21033 * Makefile.in: build and install standards.info.
21035 * standards.texi: new file.
21037 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21039 * configure: test for and move config.status pieces from
21042 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21044 * configure: Test for existance of files before trying to mv
21045 them, to avoid numerous non-existance messages.
21047 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21049 * configure: correct final line of config.status.
21051 * configure: patch from eggert. Avoids a protection problem if
21052 the original Makefile.in is read only.
21054 * configure: use move-if-change from gcc to create config.status.
21055 Some makefiles depend on config.status to tell if a directory
21056 has been reconfigured for a different host. This change
21057 prevents those directories from remaking everything in the case
21058 where the reconfig was only intended to rebuild a Makefile.
21060 * configure: test for config.sub with "config.sub sun4" rather
21061 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21062 host alias from a missing config.sub.
21064 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21066 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21067 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21069 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21071 * configure: mkdir ${subdir} as needed.
21073 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21075 * Makefile.in,configure.in: added autoconf.
21077 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21079 * Makefile.in: no longer pass against on recursion.
21081 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21082 definitions are not inherited.
21084 * configure: correct makesrcdir when subdir is .
21086 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21088 * configure: Add support for 'subdirs' variable, which is
21089 like 'configdirs', except that configure doesn't re-invoke
21090 itself for subdirs, it just creates a Makefile for each subdir.
21091 * configure.texi: Document subdirs.
21093 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21095 * configure.in: added flex to configdirs
21097 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21099 * Makefile.in: remove clean-stamps from clean.
21101 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21103 * configure.in: Add gdbtest to configdirs.
21105 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21107 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21108 to recursive makes.
21109 * configure.in: Recognize new ncr3000 config.
21111 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21113 * Makefile.in, configure.in: removed references to gdbm.
21115 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21117 * config.sub: Don't canonicalize os value
21118 newsos* to bsd (readline needs to check for newsos).
21119 (This fix was earlier made Jan 31, but got re-broken.)
21121 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21123 * configure.in: sco is an os, not a vendor!
21125 * configure: Quote $( better. Keep various shells happy.
21127 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21129 * Makefile.in: eliminate stamp-files.
21131 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21133 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21134 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21136 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21138 * config.sub: fix iris/iris3.
21140 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21142 * configure: re-add -rm.
21144 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21146 * Maskefile.in: add .stmp-rcs to all.
21148 * configure.in: remove gas from rs6000 build, use aix host fragment.
21150 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21152 * configure: pass down site_option during recursion.
21154 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21156 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21158 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21160 * configure: Change exec_prefix so that it really defaults to prefix.
21162 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21164 * Makefile.in, configure.in: Add support for mmalloc library.
21166 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21168 * Makefile.in: add stmp dependencies for a few more things.
21170 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21172 * configure: adjusted error message on objdir/srcdir configure
21173 collision, per john's suggestion.
21175 * Makefile.in: add libiberty stmp to all and all.cross.
21177 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21179 * Makefile.in: remove force dependencies, add grep to all.
21181 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21183 * Makefile.in: drop flex. make stamp files work.
21185 * configure: added test for conflicting configuration in srcdir,
21186 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21187 gets cranky. use relative paths for configure and srcdir
21188 whenever possible. Send some error messages to stderr that were
21191 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21193 * Makefile.in: Fix libg++ rule to check for gcc directory
21194 before using gcc/gcc. Also pass XTRAFLAGS.
21196 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21198 * Makefile.in: added stmp-files so that directories aren't polled
21199 when they are already built.
21201 * configure.texi: fixed a node pointer problem.
21203 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21205 * config.sub configure.in gdb/configure.in
21206 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21207 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21208 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21210 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21212 * configure: -recurring becomes -silent. corrected help message
21215 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21217 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21219 * configure: when building Makefile for crosses, replace
21220 tooldir and program_prefix. default srcdir from location of
21221 config.sub. remove "for host in hosts" and "for target in
21224 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21226 * Makefile.in: Do not pass bindir or mandir to cvs.
21228 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21230 * Makefile.in, configure.in: removed traces of namesubdir,
21231 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21232 copyrights to '92, changed some from Cygnus to FSF.
21234 * configure.texi: remove most references to multiple hosts,
21235 multiple targets, subdirs, etc.
21237 * configure.man: removed rcsid. reference config.sub not
21240 * Makefile.in: mkdir $(infodir) on install-info.
21242 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21244 * configure.texi: Explain better about .gdbinit and about
21245 the environment that configure.in sections run in.
21247 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21249 * configure.in: Ultrix is only a decstation if it's a MIPS.
21251 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21253 * README: DOC.configure => cfg-paper.texi.
21255 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21257 * config.sub (near case $os): Don't convert newsos* to bsd!
21259 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21261 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21262 the number of copies of COPYING that go into the GDB tar file.
21264 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21266 * bfd/configure.in, gdb/config/mh-i386sco,
21267 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21268 Fix SCO configuration stuff.
21270 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21272 * Makefile.in: For libg++, make sure the -I pointing
21273 to the gcc directory goes *after* all the libg++-local -I flags.
21274 Also, move just-gcc dependency from just-libg++ to all-libg++.
21276 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21278 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21280 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21282 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21284 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21286 * config.sub: Add stratus configuration frags. Also
21289 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21291 * Makefile.in (DEV_SUPPORT): add configure.man.
21293 * config.sub(Decode manufacturer-specific): add -none*.
21295 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21297 * Makefile.in: remove form feeds to make Sun's make happy.
21298 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21300 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21302 * Makefile.in (AR_FLAGS): Make quieter.
21304 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21306 * configure.in: Add libg++.
21307 * configure: When verbose, don't output the command line at each
21308 level; it will be unremarkably the same as the previous version,
21309 which will be the same as what the user typed.
21311 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21313 * configure.in, Makefile.in: fix clean-info, add flex. add
21316 * configure: be less sensitive to spaces in Makefile.in. Do not
21317 look for sources in "..". Doing so breaks subdirectories that
21318 might have their own configure. If a subdir has it's own
21319 configure script, use it.
21321 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21323 * cfg-paper.texi: some changes suggested by rms.
21325 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21327 * config.sub: Merge in some small additions from the FSF version,
21328 taken from the gcc distribution, to bring the Cygnus and FSF
21329 versions into closer sync.
21331 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21333 * configure.in: Changed svr4 references to sysv4.
21335 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21337 * configure: added -V for version number option.
21339 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21341 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21342 renamed from DOC.configure to cfg-paper.texi.
21344 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21346 * configure, config.subr, config.sub: config.subr is now
21349 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21351 * configure.texi: new file, in progress.
21353 * Makefile.in: build info file and install the man page for
21356 * configure.man: new file, first cut.
21358 * configure: find config.subr again now that configuration "none"
21359 has gone. removed all traces of the -ansi option. removed all
21360 traces of the -languages option.
21362 * config.subr: resync from rms.
21364 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21366 * configure, config.sub, config.subr: merge config.sub into
21367 config.subr, call the result config.subr, remove config.sub, use
21370 * Makefile.in: revised install for dir.info.
21372 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21374 * configure.in: add decstation host makefile frag.
21376 * Makefile.in: BISON now bison -y again. also install-gcc on
21377 install. clean-gdbm on clean. infodir belongs in datadir.
21378 Make directories for info install. Build dir.info here then
21381 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21383 * Makefile.in: fix for bad directory tests.
21385 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21387 * configure: \{1,2\} appears to be a sysv'ism. Use a different
21388 regexp. -srcdir relative was being handled incorrectly.
21390 * Makefile.in: unwrapped some for loops so that parallel makes
21391 work again and so one can focus one's attention on a particular
21394 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21396 * configure: added PWD as a stand in for `pwd` (for speed). use
21397 elif wherever possible. make -srcdir work without -objdir.
21398 -objdir= commented out.
21400 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21402 * configure: +options become --options. -subdirs commented out.
21403 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21404 Makefile now at top of generated Makefile. Removed cvs log
21405 entries. added -srcdir. create .gdbinit only if there is one
21408 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21409 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21410 and mandir now keyed off datadir by default.
21412 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21414 * Freshly created ChangeLog.
21421 version-control: never