1 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
3 * maintainer-scripts/gcc_release: Revert yesterday's change.
5 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7 * MAINTAINERS: Add myself to write-after-approval.
9 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
12 * gcc/gccbug.in: Updated because of libf2c removal.
13 * maintainer-scripts/gcc_release: Ditto.
15 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
17 * configure.in: Build libmudflap by default on FreeBSD.
18 * configure: Regenerated.
20 2004-07-09 Mark Mitchell <mark@codesourcery.com>
22 * configure.in: Do not build libmudflap by default on non-GNU/Linux
24 * configure: Regenerated.
26 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
29 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
30 feedback based compiler.
31 * Makefile.in: Rebuilt.
33 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
35 * Makefile.def (host_modules): Set bootstrap=true for flex.
36 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
37 * Makefile.in: Rebuilt.
39 2004-07-07 Jan Hubicka <jh@suse.cz>
41 * MAINTAINERS: Add self as a profile feedback maintainer.
43 2004-07-05 Phil Edwards <phil@codesourcery.com>
45 * configure.in: Do not prepend $srcdir to /dev/null in
47 * configure: Regenerate.
49 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
51 * Makefile.def (build_modules): Add bison, byacc, flex,
53 (flags_to_pass): Add FLEX.
54 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
55 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
56 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
57 DEFAULT_MAKEINFO): Remove.
58 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
59 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
60 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
61 objdir or else use configured tool.
64 (Build module dependencies): Add.
65 * Makefile.in: Regenerate.
66 * configure.in: Better support for multiple build modules,
67 matching what is done for host/target modules. Do not look
68 for "plausible" locations of build tools if Canadian cross.
69 Use autoconf's AC_PROG_CC to find a C compiler. Define
70 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
71 * configure: Regenerate.
73 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
75 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
76 * Makefile.in: Regenerate.
78 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
80 * Makefile.tpl (configure-build-[+module+],
81 configure-[+module+], configure-target-[+module+]): Pass
82 [+extra_configure_args+].
83 (all-build-[+module+], all-[+module+], check-[+module+],
84 install-[+module+], [+make_target+]-[+module+],
85 all-target-[+module+], check-target-[+module+],
86 install-target-[+module+], [+make_target+]-target-[+module+]):
87 Pass [+extra_make_args+].
88 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
89 (GCC_HOST_EXPORTS): Remove.
90 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
91 cross, check-gcc, check-gcc-c++, install-gcc,
92 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
93 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
94 * Makefile.in: Regenerate.
96 2004-06-21 Matthew Sachs <msachs@apple.com>
98 * MAINTAINERS: Added self to write-after-approval.
100 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
102 * configure.in: Check for srcdir/winsup rather than build directory
104 * configure: Regenerate.
106 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
108 * configure.in: Don't build Cygwin native newlib if winsup
109 directory is missing. Emit warning instead.
110 * configure: Regenerate.
112 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
114 * Makefile.tpl (touch-stage[+id+]): New.
115 (restage[+prev+]): Depend on touch-stage[+id+].
117 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
120 * Makefile.def: Add profile and feedback bootstrap stages.
121 Remove next field from bootstrap stages.
122 * Makefile.tpl (LN, LN_S): Substitute.
123 (stageN-start, stageN-end): Use double-colon rules, to
124 provide a hook for additional setup commands.
125 (distclean-stageN-gcc, restageN): Create dependencies from
126 [+prev+], not from [+next+].
127 (stageN-bubble): Add commands for successive stages from
128 [+prev+], using double-colon rules.
129 (all-stageN-gcc): Fix typo.
130 (stagefeedback-start, profiledbootstrap): New.
131 * Makefile.in: Regenerate.
132 * configure.in: Call ACX_PROG_LN.
133 * configure: Regenerate.
135 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
137 * MAINTAINERS (Write After Approval): Add myself.
139 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
141 * MAINTAINERS (Write After Approval): Add myself.
143 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
145 * configure.in: Fix --enable-bootstrap breakage introduced in trees
147 * configure: Regenerate.
149 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
151 * Makefile.tpl: Fix typo.
152 * Makefile.in: Regenerate.
154 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
156 * configure.in: Remove new- prefix from toplevel
158 * configure: Regenerate.
160 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
162 * Makefile.tpl (all.normal): Rename to all.
163 (all): Replace with a rule to pick the default
164 target from configure.
165 (all-gcc, configure-gcc): Use conditionals to
166 do nothing when toplevel bootstrap is going on.
167 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
168 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
169 * configure.in: Support --enable-bootstrap.
171 * Makefile.def: Remove new- prefix from toplevel
173 * Makefile.tpl: Likewise.
175 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
178 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
179 $(RECURSE_FLAGS) to recursive invocation of make.
181 * Makefile.in: Regenerate.
182 * configure: Regenerate.
184 2004-05-30 Andreas Jaeger <aj@suse.de>
185 Jim Wilson <wilson@specifixinc.com>
187 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
190 2004-05-27 Daniel Jacobowitz <dan@debian.org>
192 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
193 * configure: Regenerate.
195 2004-05-25 Daniel Jacobowitz <drow@false.org>
197 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
198 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
199 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
201 * Makefile.in: Regenerate.
203 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
205 * configure.in: Test the ability to symlink directories.
206 * configure: Regenerate.
208 * Makefile.def (bootstrap-stage): New definitions.
209 * Makefile.tpl (configure-stage1-gcc,
210 configure-stage2-gcc, configure-stage3-gcc,
211 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
212 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
213 new-restage3, compare): Autogenerate, see Makefile.in
214 entry for behavioral changes.
215 (distclean-stage1, new-stage1-start, new-stage1-end,
216 new-stage1-bubble, distclean-stage2, new-stage2-start,
217 new-stage2-end, new-stage2-bubble, distclean-stage3,
218 new-stage3-start, new-stage3-end): New autogenerated targets.
219 (objext, prebootstrap, BOOT_CFLAGS,
220 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
223 * Makefile.in: Regenerate.
224 (distclean-stage1, new-stage1-start, new-stage1-end,
225 new-stage1-bubble, distclean-stage2, new-stage2-start,
226 new-stage2-end, new-stage2-bubble, distclean-stage3,
227 new-stage3-start, new-stage3-end): New targets.
228 (all-stage1-gcc): Move prebootstrap dependency from here...
229 (configure-stage1-gcc): ...to here.
230 (new-bootstrap): Use bubble targets.
231 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
232 Use per-stage distclean targets.
233 (configure-stage1-gcc, configure-stage2-gcc,
234 configure-stage3-gcc, all-stage1-gcc,
235 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
236 Use new-stageN-start to prepare the tree.
238 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
240 * Makefile.def (host_modules): add libcpp.
241 * Makefile.tpl: Add dependencies on and for libcpp.
242 * Makefile.in: Regenerate.
243 * configure.in: Add libcpp host module.
244 * configure: Regenerate.
246 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
248 * Makefile.tpl: Whenever a recursive target is defined, wrap
249 it in a special @if/@endif block, and prepare its maybe
250 dependency in the @if/@endif block
251 * configure.in: Instead of writing maybe dependencies, remove
252 the @if/@endif statements, and remove the @if/@endif blocks
254 * configure: Regenerate.
255 * Makefile.in: Regenerate.
257 2004-05-20 Janis Johnson <janis187@us.ibm.com>
259 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
261 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
264 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
265 * */configure: Rebuilt.
267 2004-05-17 Zack Weinberg <zack@codesourcery.com>
269 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
271 * configure, Makefile.in: Regenerate.
273 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
275 * MAINTAINERS (Write After Approval): Add myself.
277 2004-05-13 Diego Novillo <dnovillo@redhat.com>
279 Merge from tree-ssa-20020619-branch.
281 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
282 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
283 (HOST_GMPLIBS): Define.
284 (HOST_GMPINC): Define.
285 (TARGET_LIB_PATH): Add libmudflap.
286 (GFORTRAN_FOR_TARGET): Define.
287 (configure-build*): Export GFORTRAN.
288 (configure-gcc): Export GMPLIBS and GMPINC.
289 (all-gcc): Add maybe-all-libbanshee.
290 (configure-target-libgfortran): Define.
291 * Makefile.in: Regenerate.
292 * configure.in (host_libs): Add libbanshee.
293 (target_libraries): Add target-libmudflap and target-libgfortran.
294 Add --with-libbanshee.
295 Handle --disable-libmudflap.
296 (*-*-freebsd*): Use with_gmp.
297 Add $(libgcj) to noconfigdirs.
298 * configure: Regenerate.
300 * MAINTAINERS: Add tree-ssa maintainers.
302 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
304 * MAINTAINERS (Various Maintainers): Add myself.
306 2004-04-30 Brian Ford <ford@vss.fsi.com>
308 * MAINTAINERS (Write After Approval): Add myself.
310 2004-04-29 Uros Bizjak <uros@kss-loka.si>
312 * MAINTAINERS (Write After Approval): Add myself.
314 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
316 * config/acx.m4: Fix fastcompare support for new-bootstrap.
317 * configure: Regenerate.
319 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
322 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
324 * Makefile.def (flags_to_pass): Remove *dir variables that
325 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
326 as well as prefix and exec_prefix.
327 * Makefile.in: Regenerate.
329 2004-04-26 Robert Millan <robertmh@gnu.org>
331 Add patches from libtool CVS.
332 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
333 * ltconfig: Likewise.
334 * ltcf-c.sh: Likewise.
335 * ltcf-cxx.sh: Likewise.
336 * ltcf-gcj.sh: Likewise.
338 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
340 * Makefile.def (host_modules): Mark with the bootstrap
341 flag packages on which gcc depends.
342 * Makefile.tpl (all-bootstrap): Use it.
343 * Makefile.in: Regenerate.
345 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
347 * Makefile.def (flags_to_pass): Remove *dir variables that
348 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
349 as well as prefix and exec_prefix.
350 * Makefile.in: Regenerate.
352 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
354 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
355 * configure: Regenerate.
356 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
357 * gcc/Makefile.tpl (compare): Use the result of the test.
358 * gcc/Makefile.in: Regenerate.
360 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
362 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
363 Always relocate gcc and prev-gcc to the original names, even
365 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
368 2004-04-23 Laurent GUERBY <laurent@guerby.net>
370 * MAINTAINERS: Update my email address.
372 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
374 * configure.in (mips*-*-irix5*): Enable ld.
375 * configure: Regenerate.
377 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
379 * configure: Regenerate.
381 2004-04-15 James E Wilson <wilson@specifixinc.com>
383 * Makefile.tpl (configure-[+module+], configure-gcc,
384 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
385 Set and export LDFLAGS.
386 * Makefile.in: Regenerate.
388 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
390 * MAINTAINERS: Add myself to write-after-approval.
392 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
395 * Makefile.tpl: If we don't have built-in-tree target tools,
396 use the ones found by configure rather than hacking around with
397 program_transform_name.
398 * configure.in: Give Makefile.tpl the information necessary
400 * Makefile.in: Regenerate.
401 * configure: Regenerate.
403 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
406 * configure.in: When computing baseargs, strip *all* copies of
407 offending options. Also, don't match/substitute the trailing space,
408 so that this actually works when two similar options are separated by
410 * configure: Regenerate.
412 2004-04-06 David Edelsohn <edelsohn@gnu.org>
414 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
415 (rs6000-*-aix*): Same.
416 * configure: Regenerate.
418 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
420 * MAINTAINERS: Add myself to write-after-approval.
422 2004-04-03 Bud Davis <bdavis9659@comcast.net>
424 * MAINTAINERS: Add myself to write-after-approval.
426 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
428 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
429 STRICT_WARN, WARN_CFLAGS flags passed down to make.
430 * Makefile.in: Regenerate.
432 * configure.in (top level bootstrap support): Rework --enable-werror
433 to set @stage2_werror_flag@.
434 * configure: Regenerate.
435 * Makefile.tpl (top level bootstrap support): Pass
436 @stage2_werror_flag@ down to configure in stages 2 and 3.
437 * Makefile.in: Regenerate.
439 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
441 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
442 for stages 2 and 3 as well as in make. As a consequence, remove
443 OUTPUT_OPTION (now detected by configure) from the flags passed down
445 * Makefile.in: Regenerate.
447 * Makefile.tpl (new-bootstrap): Fix typo.
448 * Makefile.in: Regenerate.
450 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
452 * Makefile.tpl: Rearrange by moving recursive_targets rules
453 into their proper sections.
454 * Makefile.tpl (top level bootstrap support): Move disabling
455 of coverage flags from 'make' to 'configure'; improve comments.
456 * Makefile.in: Regenerate.
458 * Makefile.tpl (experimental top level bootstrap) Move stage1
459 language setting from all- target to configure- target; disable
460 intermodule optimization in stage 1; prevent gratuitous rebuilds
462 * Makefile.in: Regenerate.
463 * configure.in: Comma-separate stage 1 language list for top
465 * configure: Regenerate.
467 * Makefile.tpl: Clean up experimental top level bootstrap support:
468 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
469 prev-gcc in configure- targets as well as all- targets.
470 * Makefile.in: Regenerate.
472 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
474 * compile: New file imported from automake.
476 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
478 * configure.in: Remove symbolic link section.
479 * configure: Regenerate.
480 * Makefile.tpl (links): Remove.
481 * Makefile.in: Regenerate.
483 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
484 Nathanael Nerode <neroden@gcc.gnu.org>
486 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
487 Set with AC_CHECK_PROGS.
488 * configure.in: Fix comment typo from last patch.
489 * configure: Regenerate.
491 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
493 * Makefile.tpl: Introduce experimental top level bootstrap support.
494 * Makefile.in: Regenerate.
495 * configure.in: Introduce support for top level bootstrap.
496 * configure: Regenerate.
498 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
499 Paolo Bonzini <bonzini@gnu.org>
502 * configure.in: Cope with shells that do not support unquoted ^
503 * configure: Regenerate.
505 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
506 Paolo Bonzini <bonzini@gnu.org>
509 * configure.in: Cope with shells that do not support nesting
510 quotes inside quoted backquote substitutions.
511 * configure: Regenerate.
513 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
516 * configure.in: Fix escaping of $.
517 * configure: Regenerate.
519 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
521 * configure: Regenerate, since I forgot to while committing Paolo's
524 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
527 Move language detection to the top level.
528 * configure.in: Find default values for the tools as
529 soon as possible. Disable ada if GNAT is not found.
530 Emit error message about missing languages. Expand
531 --enable-languages=all for the gcc subdirectory.
533 2004-03-10 Ben Elliston <bje@gnu.org>
535 * MAINTAINERS: Update my email address.
537 2004-03-05 David Edelsohn <edelsohn@gnu.org>
539 * ltconfig: Disable building static libraries if building shared
542 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
544 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
546 * configure: Regenerated.
548 2004-03-01 Brian Booth <bbooth@redhat.com>
550 * MAINTAINERS: Add myself to write-after-approval.
552 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
554 * MAINTAINERS: Add myself to write-after-approval.
556 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
559 * Makefile.tpl: Guard XFOO sed statements better.
560 * Makefile.tpl: Add dependency for configure-target-libada.
561 * Makefile.in: Regenerate (incidentally fixes broken
562 commit when libada-branch was merged).
564 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
566 * MAINTAINERS: Add myself to write-after-approval.
568 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
570 * MAINTAINERS: Add Nicola Pero and myself as libobjc
573 2004-02-20 Andrew Cagney <cagney@redhat.com>
575 * config.guess: Update from version 2003-10-16 to 2004-02-16.
576 * config.sub: Update from version 2003-11-03 to 2004-02-16.
578 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
581 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
583 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
585 * MAINTAINERS: Added myself to write-after-approval.
587 2004-02-14 Michael Koch <konqueror@gmx.de>
589 * MAINTAINERS: Added myself to write-after-approval.
591 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
593 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
594 some OS port maintainers to OS port maintainers section.
596 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
598 * MAINTAINERS: Add self.
600 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
602 * MAINTAINERS: Alphabetize.
604 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
606 * MAINTAINERS: Remove myself.
608 2004-02-11 David Edelsohn <edelsohn@gnu.org>
610 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
611 (rs6000-*-aix*): Same.
612 * configure: Regenerate.
614 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
616 * configure.in (host): Add in missing $noconfigdirs to defines.
617 * configure: Regenerate.
619 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
620 Nathanael Nerode <neroden@gcc.gnu.org>
622 PR ada/6637, PR ada/5911
623 Merge with libada-branch:
624 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
625 with appropriate dependencies. Add --enable-libada configure switch.
626 * configure, Makefile.in: Regenerate.
628 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
630 * MAINTAINERS: Add myself to write-after-approval.
632 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
634 * configure.in: Don't pass --with-stabs on IRIX 5 either.
635 * configure: Regenerate.
637 2004-02-04 Geoffrey Keating <geoffk@apple.com>
641 * ltmain.in: When setting IFS to '~', be careful about user
642 arguments that contain '~'.
644 2004-02-04 Peter O'Gorman <peter@pogma.com>
646 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
647 Also test $base_compile against $CC with escaped arguments. Bug
648 reported by Geoff Keating <geoffk@apple.com>.
650 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
652 * MAINTAINERS: Remove i960 port.
654 2004-01-23 DJ Delorie <dj@redhat.com>
656 * Makefile.def (target_modules) [libiberty]: Don't stage.
657 * Makefile.in: Rebuilt.
659 2004-01-20 Caroline Tice <ctice@apple.com>
661 * MAINTAINERS: Add myself to write-after-approval.
663 2004-01-19 Paolo Carlini <pcarlini@suse.de>
665 * MAINTAINERS: Update my email address.
667 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
669 * MAINTAINERS: Add myself to write-after-approval.
671 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
673 * MAINTAINERS: Remove entries without email address.
675 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
677 * MAINTAINERS: Add myself to write-after-approval.
679 2004-01-15 Steven Bosscher <stevenb@suse.de>
681 * MAINTAINERS: Update my email address.
683 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
685 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
686 * Makefile.tpl (configure-target-[+module+]): Support stage.
687 * Makefile.in: Rebuilt.
689 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
691 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
693 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
695 * MAINTAINERS: Add myself as a MIPS maintainer.
697 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
699 * configure.in: Use ./config.cache, not config.cache.
700 * configure: Regenerate.
701 * Makefile.tpl: Special-casing not needed for GCC any more.
702 * Makefile.in: Regenerate.
704 * configure.in: Don't share a cache file for host dirs.
705 * configure: Regenerate.
707 * config-ml.in: Don't mess with the cache file.
709 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
711 * MAINTAINERS: Move myself from 'Write After Approval' to
712 'CPU Port Maintainers' section as SPARC maintainer.
714 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
716 * Makefile.tpl: Make GCC use a separate config.cache.
717 * Makefile.in: Regenerate.
719 PR bootstrap/11932, PR bootstrap/11933
720 (I don't know if it will fix either of them, but it relates
722 * configure.in: Don't use shared config.cache for target
724 * configure: Regenerate.
726 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
728 * MAINTAINERS: Add myself to 'Write After Approval' section.
730 2003-12-31 Roger Sayle <roger@eyesopen.com>
732 * configure.in (ia64*-*-hpux*): Disable building java libraries.
733 * configure: Regenerated.
735 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
737 * MAINTAINERS: Remove the mn10200 maintainer.
739 2003-12-21 Bernardo Innocenti <bernie@develer.com>
741 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
742 * configure: Regenerated.
744 2003-12-16 Jan Hubicka <jh@suse.cz>
746 * MAINTAINERS: Add myself as callgraph maintainer.
748 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
750 * configure.in (raw_libstdcxx_flags): Remove the leading space.
751 * configure: Regenerate.
753 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
755 * MAINTAINERS: Move myself from 'Bug database only accounts' to
756 'Write After Approval' section. Update email.
758 2003-12-01 James Lemke <jim@wasabisystems.com>
760 * MAINTAINERS (Write After Approval): Add myself.
762 2003-11-20 Matt Thomas <matt@3am-software.com>
764 * MAINTAINERS: Add myself as a vax port maintainer.
766 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
768 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
769 (configure-build-[+module+], configure-[+module+]): Likewise.
770 (configure-target-[+module+], configure-gcc, config.status): Likewise.
771 * Makefile.in: Regenerate.
773 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
775 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
776 shared/dylibed libraries.
777 * ltmain.sh: Likewise.
778 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
779 * ltcf-cxx.sh: Likewise.
780 * ltcf-gcj.sh: Likewise.
781 * ltconfig: Likewise.
783 2003-11-17 Stan Cox <scox@redhat.com>
785 * MAINTAINERS: Add myself as iq2000 port maintainer.
787 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
789 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
790 * Makefile.in: Regenerate.
792 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
794 * config.sub: Update to 2003-11-03 version.
796 2003-10-20 Phil Edwards <phil@codesourcery.com>
798 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
799 * configure: Regenerate.
801 2003-10-20 Nicolas Pitre <nico@cam.org>
803 * MAINTAINERS: Add myself to 'Write After Approval' section.
805 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
807 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
809 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
811 * MAINTAINERS: Update my email address.
813 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
815 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
817 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
819 * MAINTAINERS: Add myself to 'Write After Approval' section.
821 2003-10-16 Bernardo Innocenti <bernie@develer.com>
823 * config.guess: Update to 2003-10-16 version.
824 * config.sub: Update to 2003-10-16 version.
826 2003-10-15 David Daney <ddaney@avtrex.com>
828 * MAINTAINERS: Added myself to 'Write After Approval' section.
830 2003-10-15 Falk Hueffner <falk@debian.org>
832 * MAINTAINERS: Move myself from 'Bug database only accounts' to
833 'Write After Approval' section. Update email.
835 2003-10-14 Roger Sayle <roger@eyesopen.com>
837 * MAINTAINERS: Move myself from 'Write After Approval' to
838 'Various Maintainers' section as middle-end maintainer.
840 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
842 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
844 * Makefile.in: Regenerate.
846 2003-10-11 Bernardo Innocenti <bernie@develer.com>
848 * config.guess: Update to 2003-10-07 version.
849 * config.sub: Update to 2003-10-07 version.
851 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
853 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
854 * ltconfig (irix5*, irix6*): Don't override version_type.
856 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
858 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
860 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
861 * Makefile.in: Rebuilt
863 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
865 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
867 2003-09-30 Carlo Wood <carlo@alinoe.com>
869 * MAINTAINERS (Write After Approval): Add myself.
871 2003-09-29 Paul Koning <ni1d@arrl.net>
873 * MAINTAINERS: Move myself from "Write After Approval"
874 to CPU platform maintainers for pdp11 platform.
876 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
878 * MAINTAINERS: Move myself from 'Write After Approval' to
879 'Various Maintainers' section as libffi testsuite maintainer.
881 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
883 * configure.in: Pass a computed --program-transform-name
885 * configure: Regenerated.
887 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
889 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
890 * Makefile.in: Regenerate.
892 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
893 * Makefile.in: Regenerate.
895 2003-09-19 Ziemowit Laski <zlaski@apple.com>
897 * MAINTAINERS: Move myself from 'Write After Approval'
898 to 'Various Maintainers' (objective-c) section.
900 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
902 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
904 * configure: Regenerated.
906 2003-09-16 Joel Brobecker <brobecker@gnat.com>
908 * MAINTAINERS (Write After Approval): Add myself to write after
911 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
913 * MAINTAINERS (Write After Approval): Add myself.
915 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
917 * MAINTAINERS: Update my e-mail address.
919 2003-09-09 Alan Modra <amodra@bigpond.net.au>
921 * libtool.m4 (LD): Correct powerpc64 host match.
923 2003-09-06 James E Wilson <wilson@tuliptree.org>
925 * MAINTAINTERS: Update my affiliation and email address.
927 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
929 * MAINTAINERS (Write After Approval): Add myself.
931 2003-09-04 DJ Delorie <dj@redhat.com>
933 * configure: Regenerate.
935 2003-09-04 Robert Millan <robertmh@gnu.org>
937 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
939 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
941 * configure.in: Ensure arguments to sed are properly spaced.
942 * configure: Regenerate.
944 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
946 * MAINTAINERS: Update my e-mail address.
948 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
950 * MAINTAINERS (Write After Approval): Add myself.
952 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
954 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
955 * configure: Regenerated.
957 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
959 * MAINTAINERS: Update my email address.
961 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
963 * configure.in: Use newline instead of semicolon when assuming
964 shell arguments in a for loop.
965 * configure: Regenerated.
967 2003-08-22 Jason Eckhardt <jle@rice.edu>
969 * MAINTAINERS: Resurrect the i860 maintainer.
971 2003-08-20 Geoffrey Keating <geoffk@apple.com>
974 * configure.in: When testing with_libs and with_headers, treat
975 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
976 * configure: Regenerate.
978 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
980 (baseargs): Likewise.
981 * configure: Regenerate.
983 2003-08-20 Bernardo Innocenti <bernie@develer.com>
985 * MAINTAINERS (Write After Approval): Add myself.
987 2003-08-19 Geoffrey Keating <geoffk@apple.com>
989 * configure.in: Disable libgcj for darwin not on powerpc.
990 * configure: Rebuild.
992 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
994 * config-ml.in, symlink-tree: Add license.
996 2003-08-03 Richard Stallman <rms@gnu.org>
997 Eben Moglen <moglen@columbia.edu>
999 * README.SCO: New file.
1001 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1003 * Makefile.tpl (check, check-c++): Express dependencies using
1004 dependencies rather than commands.
1005 * Makefile.in: Regenerate.
1007 2003-08-01 Andrew Cagney <cagney@redhat.com>
1009 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1012 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1014 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1015 * Makefile.in: Update.
1017 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1019 * configure.in: Enable libgcj for darwin.
1020 * configure: Rebuild.
1022 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
1024 * config-ml.in: Use ac_configure_args directly instead of
1025 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1028 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1030 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1031 creating target and build subdirs to build all parent dirs as needed.
1032 * Makefile.in: Rebuild.
1033 * configure.in: Don't build dirs explicitly here.
1034 * configure: Rebuild.
1036 2003-07-26 Paul Brook <paul@nowt.org>
1038 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1040 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
1042 * Makefile.tpl (all-make): Depend on intl.
1043 * Makefile.in: Rebuilt.
1045 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1047 * install-sh: Update to newer upstream versions (associated with
1049 * mkinstalldirs: Likewise.
1050 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1052 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
1054 * MAINTAINERS: Move self from Bug database only accounts
1055 to write-after-approval.
1057 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1059 * config.if: Remove unused libc_interface determination.
1061 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1063 * MAINTAINERS: Move self from write-after-approval to
1064 build machinery (*.in).
1066 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1070 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1071 unused INSTALL_PROGRAM_ARGS.
1072 * configure.in: Use AC_PROG_INSTALL.
1073 * Makefile.in: Regenerate.
1074 * configure: Regenerate.
1076 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
1078 * MAINTAINERS: Alphabetize.
1080 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1082 * configure: Rebuilt.
1083 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1084 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1085 newlib nor libgloss.
1086 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1087 * configure.in (am33_2.0-*-linux*): Added.
1089 2003-07-09 Bob Wilson <bob.wilson@acm.org>
1091 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1092 * configure: Regenerate.
1094 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1096 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1097 * Makefile.in: Regenerate.
1099 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1101 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1102 * Makefile.in: Regenerate.
1104 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1106 * Makefile.tpl: Replace PWD with PWD_COMMAND.
1107 * Makefile.in: Regenerated.
1109 * config-ml.in: Replace PWD with PWD_COMMAND.
1111 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1113 * intl: New directory; see intl/ChangeLog for details.
1114 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1115 * Makefile.tpl: all-gcc depends on maybe-all-intl.
1116 * Makefile.in: Regenerate.
1118 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1120 * configure.in: Clean up config-lang.in handling. Delete
1121 useless assignment to "subdirs".
1122 * configure: Regenerate.
1124 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1126 * configure.in: Rename 'target_libs' to 'target_libraries'.
1127 Remove useless reference to 'target_libs'.
1128 * configure: Regenerate.
1130 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1132 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1133 * Makefile.in: Regenerate.
1135 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1137 * Makefile.def: Introduce flags_to_pass.
1138 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1139 * Makefile.in: Regenerate.
1141 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1143 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1144 and target-libgloss.
1145 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1146 <h8300*-*-*>: Disable libf2c and ${libgcj}.
1147 * configure: Regenerate.
1149 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1151 * configure.in: Update testsuite_flags to new location.
1152 * configure. Regenerate.
1154 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1156 * Makefile.tpl: Remove BUILD_CC stuff.
1157 * Makefile.in: Regenerate.
1159 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1161 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
1163 2003-06-16 Graeme Peterson <gp@qnx.com>
1165 * MAINTAINERS (Write After Approval): Add myself.
1167 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1169 * config.guess: Update to 2003-06-12 version.
1170 * config.sub: Update to 2003-06-13 version.
1172 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
1174 * config.guess: Update to 2003-06-06 version.
1175 * config.sub: Update to 2003-06-06 version.
1177 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1179 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1180 * configure. Regenerate.
1182 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1184 * configure.in: Disable serial configure by default.
1185 * configure: Regenerate.
1186 * Makefile.tpl: Abolish .NOTPARALLEL.
1187 * Makefile.in: Regenerate.
1189 * Makefile.tpl: Replace {build,host,target}_canonical by
1190 {build,host,target}.
1191 * Makefile.in: Regenerate.
1193 * Makefile.tpl: Fix stupid pasto.
1194 * Makefile.in: Regenerate.
1196 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1198 * Makefile.tpl: Remove bogus conditional.
1199 * Makefile.in: Regenerate.
1201 2003-06-05 Jan Hubicka <jh@suse.cz>
1203 * Makefile.tpl (profiledbootstrap): New target.
1204 * Makefile.in (profiledbootstrap): New target.
1206 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
1208 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
1209 Pinski. Remove user names from other bugzilla-only maintainers.
1211 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1213 * Makefile.tpl: Make 'recursive targets' using autogen rather
1214 than shell loop. Remove duplicate 'clean' targets and false
1216 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1217 Add systematic method of specifying missing targets in subdirs.
1218 Add copyright boilerplate.
1219 * Makefile.in: Regenerate.
1220 * configure.in: Add 'recursive targets' to maybe list.
1221 * configure: Regenerate.
1223 * MAINTAINERS: "GNATS only" -> "Bug database only".
1225 * Makefile.tpl: Rename [+target+] to [+make_target+].
1226 * Makefile.def: Rename 'target' to 'make_target'.
1228 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
1230 * MAINTAINERS: Add self as options handling maintainer.
1232 2003-05-28 Michael Meissner <gnu@the-meissners.org>
1234 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
1235 been too long since I touched those ports.
1237 2003-05-28 DJ Delorie <dj@redhat.com>
1239 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1240 * Makefile.in: Regenerate.
1242 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1244 * configure.in: Use curly braces in the definition of tooldir.
1245 * configure: Regenerate.
1247 2003-05-21 DJ Delorie <dj@redhat.com>
1249 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1251 * Makefile.in: Regenerate.
1253 2003-05-21 DJ Delorie <dj@redhat.com>
1255 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1256 * Makefile.in: Regenerate.
1258 2003-05-20 Ian Lance Taylor <ian@airs.com>
1260 * MAINTAINERS: Update my e-mail address.
1262 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1264 * configure.in: Switch more things to use maybe dependencies.
1265 * Makefile.tpl: Switch more things to use maybe dependencies.
1266 Factor out common code from autogen IF statements.
1267 * configure: Regenerate.
1268 * Makefile.in: Regenerate.
1270 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1272 * configure.in: Accept i[3456789]86 for machine type.
1273 * configure: Regenerate.
1275 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1277 * configure.in: Switch more things to use maybe dependencies.
1278 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1279 * configure: Regenerate.
1280 * Makefile.tpl: Switch more things to use maybe dependencies.
1281 * Makefile.in: Regenerate.
1283 2003-05-16 Andreas Schwab <schwab@suse.de>
1285 * Makefile.tpl (install-opcodes): Define.
1286 * Makefile.in: Rebuild.
1288 2003-05-13 Andreas Jaeger <aj@suse.de>
1290 * config.guess: Update to 2003-05-09 version.
1291 * config.sub: Update to 2003-05-09 version.
1293 2003-05-13 Michael Eager <eager@mvista.com>
1295 * configure.in: Correct sed script so that options in quotes are not
1297 * configure: Rebuild.
1299 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
1301 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1302 and $$s/newlib/libc/sys/cygwin32 include paths.
1305 2003-05-12 Michael Meissner <gnu@the-meissners.org>
1307 * MAINTAINERS: Update my email addresses.
1309 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1311 * config-ml.in: Propagate INSTALL variables.
1313 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1315 * MAINTAINERS: Remove duplicate entries in Write After Approval.
1317 2003-05-02 Chris Demetriou <cgd@broadcom.com>
1319 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1320 * Makefile.in: Regenerate.
1322 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
1324 * MAINTAINERS (GNATS only): Add Falk Hueffner.
1326 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
1328 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
1330 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1332 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1333 * Makefile.in: Regenerated.
1335 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
1337 * MAINTAINERS (Write After Approval): Upgrade myself from
1338 GNATS only to write-after-approval. Update my mail address.
1340 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
1342 (OS Port Maintainers: freebsd): Add myself.
1344 2003-04-22 Mark Mitchell <mark@codesourcery.com>
1346 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
1348 2003-04-22 Kean Johnston <jkj@sco.com>
1350 * MAINTAINERS (SCO ports): Added myself.
1352 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
1354 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
1356 2003-04-19 Kean Johnston <jkj@sco.com>
1358 * MAINTAINERS (Write After Approval): Add myself.
1360 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1362 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1363 * Makefile.in: Regenerate.
1365 2003-04-18 Jakub Jelinek <jakub@redhat.com>
1367 * configure.in (powerpc64*-*-linux*): Remove.
1368 * configure: Rebuilt.
1370 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
1372 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1373 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1375 * Makefile.in: Regenerate.
1377 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
1379 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1380 * configure: Regenerated.
1382 2003-04-15 DJ Delorie <dj@redhat.com>
1384 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
1386 2003-04-13 Nick Clifton <nickc@redhat.com>
1388 * config-ml.in: Remove support for --disable-aix removing
1391 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
1393 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1394 * */configure: Rebuilt.
1396 2003-04-08 Joel Sherrill <joel@oarcorp.com>
1398 * MAINTAINERS: Add my email address.
1400 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
1402 * MAINTAINERS (Write After Approval): Add myself.
1404 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1406 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1407 * Makefile.in: Regenerate.
1409 2003-03-14 Michael Chastain <mec@shout.net>
1411 * Makefile.in: Regenerate with correct Makefile.def.
1413 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1415 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1417 * Makefile.in: Regenerate.
1418 * configure.in: Clean up gxx_include_dir logic.
1419 * configure: Regenerate.
1421 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
1423 * MAINTAINERS (Write After Approval): Add myself.
1425 2003-03-10 Ben Elliston <bje@wasabisystems.com>
1427 * MAINTAINERS: Update my mail address.
1429 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1431 * configure.in (gxx_include_dir): Fix typo.
1432 * configure: Regenerated.
1434 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1436 * Makefile.tpl: Reindent.
1437 * Makefile.in: Regenerate.
1438 * configure.in: Reindent. Don't set unused variables.
1439 * configure: Regenerate.
1441 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
1443 * configure.in: Include $(build_tooldir)/sys-include in
1445 * configure: Regenerated.
1447 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1449 * Makefile.tpl: Always pass down RANLIB.
1450 * Makefile.in: Regenerate.
1452 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1453 * Makefile.in: Regenerate.
1454 * configure.in: Remove unused logic relating to --enable-shared
1455 and --enable-threads. Remove bogus comments. Remove redundant
1457 * configure: Regenerate.
1459 * configure.in: Replace ${libstdcxx_version} by its value.
1460 Remove reference to mh-dgux.
1461 * configure: Regenerate.
1463 2003-03-03 Kevin Buettner <kevinb@redhat.com>
1465 * MAINTAINERS (Write After Approval): Add myself.
1467 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1469 * Makefile.tpl: Rearrange.
1470 * Makefile.in: Regenerate.
1472 2003-02-25 Uwe Stieber <uwe@wwws.de>
1474 * configure.in: Add support for kaOS as cross build target system.
1475 * configure: Regenerated.
1477 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
1479 * MAINTAINERS (Write after approval): Add myself.
1481 2003-02-21 James E Wilson <wilson@tuliptree.org>
1483 * MAINTAINERS: Update my email address.
1485 2003-02-21 Zack Weinberg <zack@codesourcery.com>
1487 * MAINTAINERS: Add self to blanket write privs. section.
1489 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
1491 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1492 configure-target-* as some target builds may require additional
1493 flags for preprocessor tests.
1494 * Makefile.in: Regenerated.
1496 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
1498 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1499 * ltconfig: Handle it.
1500 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1503 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1504 it is used as argument to $CC.
1505 * ltcf-gcj.sh: Likewise.
1507 * configure.in: Introduce --enable-maintainer-mode.
1508 * configure: Rebuilt.
1509 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1510 for maintainer mode.
1511 * Makefile.in: Rebuilt.
1513 2003-02-18 Jason Merrill <jason@redhat.com>
1515 * Makefile.tpl (check-c++): Allow parallelism.
1517 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1519 * MAINTAINERS: Remove John Carr (who never actually had access to
1522 2003-02-15 Geoffrey Keating <geoffk@apple.com>
1524 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1525 don't configure target-libobjc.
1526 * configure: Regenerate.
1528 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1530 * Makefile.tpl (RANLIB): Define.
1531 * Makefile.in: Regenerate.
1533 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
1535 * MAINTAINERS: Update my email.
1537 2003-02-06 Keith R Seitz <keiths@redhat.com>
1539 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1540 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1541 * Makefile.in: Regenerated.
1542 * configure.in: Remove all traces of snavigator, db, and grep.
1543 * configure: Regenerated.
1545 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1547 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1550 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1552 * MAINTAINERS (Write after approval): Add myself.
1554 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
1556 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1557 * Makefile.in: Regenerated.
1559 2003-01-30 Roger Sayle <roger@eyesopen.com>
1561 * config.guess: Updated to 2003-01-30's version.
1562 * config.sub: Updated to 2003-01-28's version.
1564 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
1566 * config.if: If gcc_version is already set, just use it. Don't set
1567 gcc_version_trigger if it's already set, otherwise set it to
1568 gcc/version.c, but only if the file exists. If it is not set and
1569 gcc/version.c does not exist, try to extract the version number from
1572 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
1574 * MAINTAINERS: Add myself to write-after-approval list.
1576 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
1578 * configure.in: Revert 24Jan change.
1579 * configure: Regenerate.
1581 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1583 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
1586 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1588 * configure.in: Revert previous change.
1589 * configure: Regenerate.
1591 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1593 * configure.in: Make rda native-only.
1594 * configure: Regenerate.
1596 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1598 * MAINTAINERS: Move myself from GNATS-only-accounts to
1599 write-after-approval.
1601 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1603 * configure.in: Add missing \.
1604 * configure: Rebuilt.
1606 2003-01-17 Jakub Jelinek <jakub@redhat.com>
1608 * configure.in (baseargs): Avoid using \| in sed regular
1610 * configure: Rebuilt.
1612 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1614 * configure.in (baseargs): Remove all supported forms of
1615 --cache-file, --srcdir, --host, --build and --target options
1616 from argument lists.
1617 * configure: Rebuilt.
1619 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
1621 * MAINTAINERS: Add myself to write-after-approval list.
1623 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
1625 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1626 * configure: Rebuilt.
1628 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1630 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1631 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1632 * Makefile.in: Regenerate.
1633 * configure: Regenerate.
1635 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
1637 * configure.in: Remove Makefile in build, host and target modules
1638 unless configure was run with --no-recursion.
1639 * configure: Rebuilt.
1641 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1643 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1644 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1645 * Makefile.in: Regenerate.
1647 2003-01-08 Chris Demetriou <cgd@broadcom.com>
1649 * config.guess: Update to 2003-01-03 version.
1650 * config.sub: Update to 2003-01-03 version.
1652 2003-01-07 Christopher Faylor <cgf@redhat.com>
1654 * configure: Regenerate with proper autoconf 2.13.
1656 2003-01-07 Christopher Faylor <cgf@redhat.com>
1658 * configure.in: Add AC_PREREQ for consistency.
1659 * configure: Regenerate.
1661 2003-01-06 Andrew Cagney <ac131313@redhat.com>
1663 * configure.in (GDB_TK): Add tcl directories conditional on
1664 gdb/gdbtk directory being present.
1665 * configure: Regenerate.
1667 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
1669 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1670 by gcc if LD is not defined and we are not doing a Canadian Cross.
1671 * configure: Rebuilt.
1673 2002-12-31 Tom Tromey <tromey@redhat.com>
1675 * Makefile.in: Rebuilt.
1676 * Makefile.def (target_modules) [libffi]: Allow installation.
1678 2002-12-31 Andreas Schwab <schwab@suse.de>
1680 * configure.in: Fix use of $program_transform_name.
1681 * configure: Regenerated.
1683 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1685 * configure.in (baseargs): Don't remove first configure argument.
1686 * configure: Regenerated.
1688 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
1690 * Makefile.tpl (local-distclean): Don't remove...
1691 (multilib.ts): ... this. Moved into...
1692 (multilib.out): ... this. Don't use sub-make.
1693 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1694 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1695 (configure-build-[+module+], configure-[+module+],
1696 configure-target-[+module+], configure-gcc): ... these. Test
1697 for Makefile existence. Drop config.status from dependencies.
1698 * Makefile.in: Rebuilt.
1699 * configure.in: Move gcc-version-trigger to the end of
1700 ac_configure_args. Add comments to maybedep.tmp and
1701 serdep.tmp. Introduce --disable-serial-configure. Remove
1702 nonopt from baseargs, matching and removing corresponding
1703 whitespace while at it.
1704 * configure: Rebuilt.
1706 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
1708 * configure.in (host_configargs): Replace reference to
1709 no-longer-defined buildopts with --build=${build_alias}.
1710 * configure: Rebuilt.
1712 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
1713 program_transform_name to standard idiom.
1714 (AUTOGEN, AUTOCONF): Define.
1715 (Makefile.in): Use $(AUTOGEN).
1716 (Makefile): Depend on config.status, and use autoconf-style rule to
1717 build it. Move original commands to...
1718 (config.status): ... this new target.
1719 (configure): Add $(srcdir). Depend on config/acx.m4. Use
1721 * Makefile.in: Rebuilt.
1723 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
1725 * Makefile.tpl: Fix dramatic bustage due to change in
1726 program_transform_name.
1727 * Makefile.in: Regenerate.
1729 * configure.in: Remove unnecessary PATH setting.
1730 * configure: Regnerate.
1732 * configure.in: Don't default to unprefixed tools unless
1733 the native tools will work.
1734 * configure: Regenerate.
1736 * configure.in: Convert to autoconf script. Blow away lots
1737 of now-redundant Makefile fragments.
1738 * configure: Generate using Autoconf.
1739 * Makefile.tpl: Rewrite to reflect autoconfiscation.
1740 * Makefile.in: Regenerate.
1742 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
1744 * configure: Fix stupid bug where RANLIB was mistakenly included.
1746 * configure.in: Rename (buildargs, hostargs, targargs) to
1747 (build_configargs, host_configargs, target_configargs).
1749 * configure.in: Move logic out of sed statement.
1751 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
1752 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1754 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
1756 * config.sub: Import from master repository
1757 * config.guess: Ditto
1759 2002-12-24 Andreas Schwab <schwab@suse.de>
1761 * Makefile.tpl (multilib.out): Fix missing space.
1762 * Makefile.in: Regenerate.
1764 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
1766 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
1767 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
1768 * Makefile.in: Regenerate.
1769 * configure.in: Remove unnecessary leftovers.
1771 2002-12-21 Geoffrey Keating <geoffk@apple.com>
1773 * configure.in (extra_ranlibflags_for_target): New variable.
1774 (*-*-darwin): Add -c to ranlib commands.
1775 * configure (tooldir): Handle extra_ranlibflags_for_target.
1777 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1779 * Makefile.tpl: Revert HJL's change.
1780 * Makefile.in: Regenerated.
1781 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1784 2002-12-19 Andreas Schwab <schwab@suse.de>
1786 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1787 * Makefile.in: Regenerate.
1789 2002-12-18 H.J. Lu <hjl@gnu.org>
1791 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1792 * Makefile.in: Regenerated.
1794 * configure.in (build_prefix): New. Substitute.
1796 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
1798 * Makefile.tpl: Don't let real targets depend on phony targets.
1799 * Makefile.in: Regenerate.
1801 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1802 * Makefile.in: Regenerate.
1804 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
1806 * config.sub: Import from master repository
1807 * config.guess: Ditto
1809 2002-12-16 Jason Merrill <jason@redhat.com>
1811 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1812 previous 'make bootstrap'.
1813 * Makefile.in: Regenerate.
1815 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
1817 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1819 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
1821 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1822 * Makefile.in: Regenerate.
1824 2002-12-13 Jason Merrill <jason@redhat.com>
1826 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
1828 (check-c++): Just depend on it and check-target-libstdc++-v3.
1829 * Makefile.in: Regenerate.
1831 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1833 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1834 * Makefile.in: Rebuilt.
1836 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1838 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
1840 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
1842 * configure: Fix bug put in by gremlins.
1844 * Makefile.tpl: Substitute more autoconfily.
1845 * configure: Substitute more autoconfily.
1846 * Makefile.in: Regenerate.
1848 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
1850 * config.sub: Import from master repository
1851 * config.guess: Ditto
1852 * MAINTAINERS: Added Svein Seldal under write after approval
1854 2002-12-08 Andrew Cagney <ac131313@redhat.com>
1856 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1857 * Makefile.in (all-sim): Ditto.
1859 2002-12-06 DJ Delorie <dj@redhat.com>
1861 * Makefile.tpl: Change configure dependencies to not have real
1862 targets depend on phony targets.
1864 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
1866 * configure.in: Revert unintentional change.
1868 * Makefile.tpl: Change dependency for */multilib.out so that
1869 it works when gcc isn't in the tree.
1871 * configure.in: Substitute more.
1872 * configure: Run subconfigures from the Makefile.
1873 * Makefile.tpl: Run subconfigures from the Makefile; add a few
1874 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
1876 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1878 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
1880 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
1882 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
1883 and corresponding dependencies.
1884 * Makefile.in: Regenerate.
1886 * configure.in (host_tools): Order binutils, gas and ld for
1887 convenience in running the testsuites.
1889 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
1890 * Makefile.in: Regenerate.
1891 * configure.in: Introduce rules to serialize subconfigure runs.
1893 * configure.in: Introduce BASE_CC_FOR_TARGET.
1894 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
1895 Realize configure-build-* targets. Realize configure-target-* targets.
1896 * Makefile.in: Regenerate.
1898 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1900 * configure: Move gcc_version_trigger stuff from here...
1901 * configure.in: ...to here.
1903 * configure.in: Separate subconfigure options added by this file from
1904 options given by the user. Add machinery to put args for host
1905 subconfigures into the Makefile.
1907 * Makefile.tpl: Remove 'vault' targets.
1908 * Makefile.tpl: Reorder and comment dependencies.
1909 * Makefile.in: Regenerate.
1911 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
1912 * configure.in: Fix my broken commit of previous patch. (sigh)
1914 2002-11-28 Geoffrey Keating <geoffk@apple.com>
1916 * configure.in: Move host-specific darwin noconfigdirs into
1917 the host-specific section.
1919 2002-11-28 Geoffrey Keating <geoffk@apple.com>
1921 * configure.in: Move host-specific darwin noconfigdirs into
1922 the host-specific section.
1924 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
1926 * configure: Remove skip-this-dir support.
1927 * Makefile.tpl: Remove skip-this-dir support.
1929 * Makefile.tpl: Remove leftover support for non-autoconfiscated
1931 * Makefile.in: Regenerate.
1933 * Makefile.tpl: Strip out useless setting of 'dir'.
1934 * Makefile.in: Regenerate.
1936 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
1938 * configure.in: Fix deeply stupid bug.
1940 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
1941 shell code in CXX_FOR_TARGET
1942 * Makefile.def: Introduce raw_cxx.
1943 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
1945 * Makefile.in: Regenerate.
1947 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
1949 * Makefile.tpl: Remove unnecessary ifs.
1950 * Makefile.in: Regenerate.
1952 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
1953 dependencies. Maybe-ize build-libiberty. Create dummy install
1954 targets for 'no_install' modules.
1955 * configure: Move GDB_TK substitution to configure.in. Move
1956 build_modules stuff to configure.in.
1957 * configure.in: Implement soft dependency machinery. Maybe-ize
1958 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
1959 * Makefile.in: Regenerate.
1961 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
1963 * Makefile.tpl: Make all-target, install-target behave similarly
1964 to all, install (only hitting configured targets). Eliminate
1965 unused macro defintions.
1967 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
1970 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
1972 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
1974 * configure.in: Produce lists of subdir targets we're actually
1975 configuring. Remove references to "dosrel".
1976 * Makefile.tpl: Let configure set which subdir targets are hit.
1977 Remove install-cross; clean up install; remove ALL. Remove
1978 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
1979 Autogenerate host module targets. Remove empty dependency lines
1980 and redundant dependency; rearrange slightly.
1981 * Makefile.def: Add host-side libtermcap, utils.
1983 * Makefile.in: Regenerate.
1985 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1987 * ltconfig (osf[345]): Append $major to soname_spec.
1988 Reflect this in library_names_spec.
1989 * ltmain.sh (osf): Prefix $major with . for use as extension.
1991 2002-11-19 Andreas Jaeger <aj@suse.de>
1993 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
1994 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
1995 and sparc64 GNU/Linux systems.
1997 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
1999 * MAINTAINERS: Update email.
2001 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2003 * MAINTAINERS: Complete James Dennett's entry.
2005 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2007 * MAINTAINERS (Write After Approval): Add myself.
2009 2002-11-13 Bruce Korb <bkorb@gnu.org>
2011 * Makefile.tpl: syntactic cleanup
2013 2002-11-13 Stuart Hastings <stuart@apple.com>
2015 * MAINTAINERS: Add myself to write-after-approval list.
2017 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2019 * Makefile.def: Add list of recursive targets to autogenerate.
2021 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2022 targets. Autogenerate *-build-* targets.
2023 * Makefile.in: Regenerate.
2025 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2027 * configure: More autoconf-style substitutions.
2028 * Makefile.tpl: More autoconf-style substitutions.
2029 * Makefile.in: Regenerate.
2031 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
2033 * configure: Substitute more variables in a more autoconf-friendly
2034 way. Simplify slightly.
2035 * Makefile.tpl: Make more variables substitutable in an
2036 autoconf-friendly way.
2037 * Makefile.in: Regenerate.
2039 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
2041 * MAINTAINERS (Write After Approval): Add myself.
2043 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
2045 * configure.in (v810*): Remove special setting of tools.
2047 * configure: Add support for extra required flags for ar or nm.
2048 * configure.in (aix4.3+): Use above support for target-specific
2049 issues, rather than using config/mt-aix43.
2051 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
2053 * configure: Remove 'removing', which doesn't work. Replace $subdir
2054 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2055 with $srcdir. Reformat indentation. Substitute some variables
2056 formerly hard-coded in the Makefile for build=host.
2057 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2058 * Makefile.def: Autogenerate more.
2059 * Makefile.in: Regenerate.
2061 2002-11-04 Adam Nemet <anemet@lnxw.com>
2063 * MAINTAINERS (Write After Approval): Add myself.
2065 2002-11-04 Kevin Buettner <kevinb@redhat.com>
2067 * Makefile.def (host_modules): Add rda.
2068 * Makefile.in: Regenerate.
2069 * configure.in (target_tool): Add target-rda to list.
2071 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2073 * MAINTAINERS: Remove "co-maintainer" note for web pages.
2075 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
2077 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2078 and restrap targets to this rule.
2079 * Makefile.in: Regenerate.
2081 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2083 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2084 GNATS only accounts.
2086 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2088 * configure.in (i[3456]86-*-linux*): Add check to disable
2089 ${libgcj} for glibc1.
2091 2002-10-24 Denis Chertykov <denisc@overta.ru>
2093 * MAINTAINERS: Add myself as ip2k port maintainer.
2095 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2097 * configure.in: Add tic4x target.
2099 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2101 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2102 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2103 * Makefile.in: Regenerate.
2105 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2106 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2107 * Makefile.in: Regenerate.
2109 2002-10-02 Janis Johnson <janis187@us.ibm.com>
2111 * MAINTAINERS: Add myself as web pages co-maintainer.
2113 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2115 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2116 * Makefile.in: Regenerate.
2118 2002-10-02 Zack Weinberg <zack@codesourcery.com>
2120 * MAINTAINERS: Add myself and Nathan Sidwell
2121 <nathan@codesourcery.com> as VxWorks maintainers.
2123 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2125 * Makefile.def: Remove order dependency comments.
2126 * Makefile.tpl: Add explicit install-install dependencies.
2127 * Makefile.in: Regenerate.
2129 * Makefile.tpl: Remove material now in src-release. (Finally!)
2130 * Makefile.in: Regenerate.
2132 * Makefile.tpl: Add configure-target (for src-release in src)
2133 * Makefile.in: Regenerate.
2135 2002-09-30 Nick Clifton <nickc@redhat.com>
2137 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2139 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2141 * configure.in (s390*-*-linux*): Enable libgcj.
2143 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2145 * configure: Revert accidentally applied changes.
2147 * Makefile.tpl: Make more autoconf-friendly.
2148 * Makefile.in: Regenerate.
2149 * configure: Make substitution more autoconf-like.
2151 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
2153 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2154 single entry to handle all these.
2155 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2156 libjava on arm-*-elf.
2158 2002-09-27 Geoffrey Keating <geoffk@apple.com>
2160 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2161 things that depend on them.
2163 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2165 * Makefile.tpl: Make subsituted variables more autoconfy.
2166 * Makefile.in: Regenerate.
2167 * configure: Make seds more autoconfy.
2169 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2171 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2172 * Makefile.in: Regenerate.
2173 * configure.in: Rewrite sed statements to look autoconfy.
2175 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2176 all-target-foo on configure-target-foo.
2177 * Makefile.def: Ditto.
2178 * Makefile.in: Rebuild.
2180 2002-09-25 Andrew Haley <aph@redhat.com>
2182 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
2184 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2186 * Makefile.def: New file.
2187 * Makefile.tpl: New file.
2188 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2189 * contrib/gcc_update: Note that Makefile.in is a generated file.
2191 * configure.in: Minor rearrangement. Simplify tests.
2193 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
2195 * configure.in (with_headers): Skip copy if value is "yes".
2196 (with_libs): Likewise.
2198 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2200 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2201 * configure.in (sh*-*-pe*): Ditto.
2202 * configure.in (mips*-*-pe*): Ditto.
2203 * configure.in (*arm-wince-pe): Ditto.
2205 * configure.in: Rearrange.
2207 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
2209 * MAINTAINERS: Update my email address.
2211 2002-08-30 Paul Koning <pkoning@equallogic.com>
2213 * MAINTAINERS: (Write After Approval): Add myself.
2215 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
2217 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
2219 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
2221 * MAINTAINERS: Change my mailing address.
2223 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
2225 * MAINTAINERS (Write After Approval): Remove myself.
2226 (Various Maintainers: c++ runtime libs): Add myself.
2228 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
2230 * MAINTAINERS (Write After Approval): Remove myself.
2231 (Various Maintainers: c++ runtime libs): Add myself.
2233 2002-08-15 Eric Christopher <echristo@redhat.com>
2235 * config.sub: Import from master repository.
2236 * config.guess: Ditto.
2238 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
2240 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2241 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2242 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2244 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
2246 * MAINTAINERS: Add self to rs6000 vector extensions.
2248 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
2250 * libiberty/configure: Reverted unintended yesterday's check in.
2252 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
2254 * boehm-gc/configure, libf2c/configure: Rebuilt.
2255 * libffi/configure, libiberty/configure: Ditto.
2256 * libjava/configure, libobjc/configure: Ditto.
2257 * libstdc++-v3/configure, zlib/configure: Ditto.
2258 Merged from binutils:
2259 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2260 From Steve Ellcey <sje@cup.hp.com>:
2261 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
2262 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
2263 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
2265 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
2266 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
2267 soname_spec, sys_lib_search_path_spec): Ditto.
2269 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2271 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2273 2002-08-04 H.J. Lu (hjl@gnu.org)
2275 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2277 2002-08-02 Krister Walfridsson <cato@df.lth.se>
2279 * MAINTAINERS (Write After Approval): Add myself.
2281 2002-07-31 Alan Modra <amodra@bigpond.net.au>
2283 * configure.in: Move generic linux case to end. Copy generic
2284 linux noconfigdirs to mips*-*-linux* entry and new
2285 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2287 2002-07-19 Michael Matz <matz@suse.de>
2289 * MAINTAINERS: Add myself as ra* maintainer.
2291 2002-07-16 Chris Demetriou <cgd@broadcom.com>
2293 * config.guess: Update to 2002-07-09 version.
2294 * config.sub: Update to 2002-07-03 version.
2296 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
2298 * MAINTAINERS: Fix typo in a maintainer email address.
2300 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2302 * configure.in: Remove two redundant tests.
2304 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2306 * configure.in (mips*-*-irix6*o32): Enable stabs.
2308 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2310 * configure.in: Don't build grez.
2311 * Makefile.in: Ditto.
2313 * Makefile.in: Remove references to bsp, cygmon, libstub.
2314 * configure.in: Ditto.
2316 * configure.in: Remove leftover reference to gdbtest.
2318 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
2320 * configure.in (gxx_include_dir): Change to match versioned
2321 C++ headers if --enable-version-specific-runtime-libs is used.
2323 2002-07-04 Steve Ellcey <sje@cup.hp.com>
2325 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2327 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2329 * configure.in: Make --without-x work.
2331 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2333 * configure.in: Rearrange target Makefile fragment collection.
2335 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2337 * configure.in: Ditto.
2339 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
2341 * MAINTAINERS (Write After Approval): Update my e-mail address.
2343 2002-06-24 Ben Elliston <bje@redhat.com>
2345 * configure.in (host_tools): Remove cgen.
2347 * Makefile.in (all-cgen): Remove; runs from its source directory.
2348 (check-cgen, install-cgen, clean-cgen): Likewise.
2349 (all-opcodes): Do not depend on all-cgen.
2350 (all-sim): Likewise.
2352 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2354 * Makefile.in: Eliminate 'apache' targets.
2355 * configure.in: Eliminate 'apache' targets.
2357 * configure.in: Eliminate redundant tests. Reorganize.
2359 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2361 * config-ml.in: Eliminate references to Cygnus configure.
2363 * Makefile.in: Eliminate references to building emacs.
2365 2002-06-28 Graham Stott <graham.stott@btinternet.com>
2367 * MAINTAINERS: Update my email address.
2369 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
2371 * config.if (libstdcxx_incdir): Version C++ headers.
2372 (cxx_incdir): Remove.
2374 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
2376 * MAINTAINERS (Write After Approval): Add self.
2378 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
2380 * configure.in: Add support for ip2k.
2382 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2384 * configure.in: Fix AIX configury bug.
2386 2002-06-20 Steve Ellcey <sje@cup.hp.com>
2388 * MAINTAINERS (Write After Approval): Add self.
2390 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2392 * configure.in: replace ${topsrcdir} with ${srcdir}
2394 * configure.in: Move definition of libstdcxx_flags
2395 right above usage, rather than waaay earlier.
2397 * configure.in: Pull definition of is_cross_compiler earlier.
2399 * configure.in: Rearrange a little.
2401 * configure.in: Remove references to librx.
2402 * Makefile.in: Remove references to librx.
2404 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
2406 * config.sub: Add support for avr target.
2407 Import from master sources, rev 1.255
2409 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
2411 * configure, .cvsignore: Revert previous change...
2412 * Makefile: ...delete.
2414 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2416 * configure.in: Eliminate ${gasdir} variable.
2418 2002-06-18 Dave Brolley <brolley@redhat.com>
2420 * configure.in: Add support for frv.
2421 * config.sub: Add support for frv.
2423 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2425 * configure: Remove garbage from previous commit.
2427 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2429 * configure: For in-source builds, make a subdir and re-exec there.
2430 * Makefile: New file. Pass targets through to build directory.
2431 * .cvsignore: No longer ignore "Makefile".
2433 2002-06-16 Douglas Rupp <rupp@gnat.com>
2435 * MAINTAINERS (Write After Approval): Add self.
2437 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2439 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2441 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2443 * configure.in (vax-*-netbsd*): Re-enable gas.
2445 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2447 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2448 BUILD_PREFIX_1, to correct nomenclature.
2449 * configure: Likewise.
2451 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2452 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2454 2002-05-31 Olaf Hering <olh@suse.de>
2456 * config-ml.in: Propogate DESTDIR also.
2458 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2460 * configure.in (vax-*-netbsd*): Don't build gas for this
2463 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2465 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2468 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
2470 * MAINTAINERS (Write After Approval): Add myself.
2472 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2474 * config.guess: Update to 2002-05-22 version.
2475 * config.sub: Likewise.
2477 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2479 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2480 * config-ml.in: Likewise.
2481 * configure: Likewise.
2482 * configure.in: Likewise.
2484 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
2486 * MAINTAINERS: Update my email address.
2488 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2490 * configure.in: Simplify makefile fragment collection.
2492 * configure.in: Remove code to build emacs.
2494 * configure.in : Remove --srcdir argument from targargs and buildargs
2495 (it's always overridden in the Makefile anyway). Rearrange a bit.
2497 * configure: Move some logic to configure.in.
2498 * configure.in: Move some logic from configure.
2500 2002-05-11 Tom Tromey <tromey@redhat.com>
2502 * MAINTAINERS: Reflect libgcj reality.
2504 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2506 * Makefile.in: Honour DESTDIR.
2508 2002-05-08 Mark Mitchell <mark@codesourcery.com>
2510 * config.guess: Import 2002-03-20 version.
2511 * config.sub: Import 2002-04-26 version.
2513 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2515 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2517 2002-05-07 Tim Josling <tej@melbpc.org.au>
2519 * MAINTAINERS: Add self.
2521 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
2523 * ltmain.sh: Detect and handle object name conflicts
2524 while piecewise linking a static library.
2526 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2528 * configure.in (noconfigdirs): Don't disable libgcj on
2529 sparc64-*-solaris* and sparcv9-*-solaris*.
2531 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
2533 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2535 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2537 * configure.in (FLAGS_FOR_TARGET): Do not add
2538 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2539 on i[3456]86-*-linux*.
2541 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2543 * configure.in (noconfigdirs): Replace [ ] with test.
2545 * configure.in (noconfigdirs): Do not add target-newlib if
2546 target == i[3456]86-*-linux*, and host == target.
2548 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2550 * configure.in: delete reference to absent file
2552 * configure.in: replace '[' with 'test'
2554 * configure.in: Eliminate references to gash.
2555 * Makefile.in: Eliminate references to gash.
2557 * configure.in: remove useless references to 'pic' makefile fragments.
2559 * configure.in: (*-*-windows*) Finish removing.
2561 * configure.in: Eliminate redundant test for libgui.
2563 2002-04-29 Roger Sayle <roger@eyesopen.com>
2565 * MAINTAINERS: Add self and realphabetize. Update entries
2566 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
2567 entry for a29k port maintainer.
2569 2002-04-26 Joel Sherrill <joel@OARcorp.com>
2571 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2572 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2574 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2576 * configure.in: remove references to dead files
2578 2002-04-19 Mark Mitchell <mark@codesourcery.com>
2580 * MAINTAINERS: Add information about purpose of this file.
2582 2002-04-18 Tom Tromey <tromey@redhat.com>
2584 * configure.in: Disallow configuring libgcj when it is already
2585 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2586 Solaris 2.8 by default. For PR libgcj/6158.
2588 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2590 * configure.in: Move default CC setting out of config/mh-* fragments
2593 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2595 * configure.in: don't even try to configure or make a subdirectory
2596 if there's no configure script for it.
2598 2002-04-15 Mark Mitchell <mark@codesourcery.com>
2600 * MAINTAINERS: Remove chill maintainers.
2601 * Makefile.in (CHILLFLAGS): Remove.
2602 (CHILL_LIB): Remove.
2603 (TARGET_CONFIGDIRS): Remove libchill.
2604 (CHILL_FOR_TARGET): Remove.
2605 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2607 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2608 (CHECK_TARGET_MODULES): Likewise.
2609 (INSTALL_TARGET_MODULES): Likewise.
2610 (CLEAN_TARGET_MODULES): Likewise.
2611 (configure-target-libchill): Remove.
2612 (all-target-libchill): Remove.
2613 * configure.in (target_libs): Remove target-libchill.
2614 Do not compute CHILL_FOR_TARGET.
2615 * libchill: Remove directory.
2617 2002-04-11 DJ Delorie <dj@redhat.com>
2619 * Makefile.in, configure.in: Sync with binutils, entries
2622 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2624 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2625 (do-tar, do-bz2): New rules.
2626 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2627 (gdb-tar): New rule.
2628 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2629 (insight_dejagnu.tar): New rule.
2630 (insight.tar): New rule.
2631 (gdb+dejagnu.tar): New rule.
2632 (gdb.tar): New rule.
2634 2002-02-01 Mo DeJong <supermo@bayarea.net>
2636 * Makefile.in: Add all-tix to deps for all-snavigator
2637 so that tix is built when building snavigator.
2639 2002-01-11 Steve Ellcey <sje@cup.hp.com>
2641 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2642 ld and gdb are not supported.
2644 2002-01-07 Mark Salter <msalter@redhat.com>
2646 * configure.in: Remove target-bsp and target-cygmon from arm builds.
2647 Allow target-libgloss to be built for arm, strongarm, and xscale.
2649 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
2651 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2652 options for i[3456]86-pc-linux* native builds.
2654 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2656 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2657 files from .po files for a distribution.
2659 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
2661 * configure.in: Enable libstdc++-v3 for h8300 targets.
2663 2001-06-19 Alan Modra <amodra@bigpond.net.au>
2665 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2668 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
2670 * Makefile.in (VER): When present, extract the version number from
2671 the file version.in.
2673 2001-05-24 Tom Rix <trix@redhat.com>
2675 * configure.in : enable ld for aix
2677 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2679 * config.guess: Add linux target for S/390.
2681 2000-11-07 Philip Blundell <pb@futuretv.com>
2683 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2685 2000-11-03 Philip Blundell <pb@futuretv.com>
2687 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
2690 2001-01-15 Ben Elliston <bje@redhat.com>
2692 * configure.in (host_tools): Add sid.
2693 Always configure cgen.
2695 2000-11-24 Nick Clifton <nickc@redhat.com>
2697 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
2700 2000-08-20 Doug Evans <dje@casey.transmeta.com>
2702 * Makefile.in (ALL_MODULES): Add all-cgen.
2703 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
2704 (all-cgen): New target.
2705 (all-opcodes,all-sim): Depend on all-cgen.
2706 * configure.in (host_tools): Add cgen.
2707 Only configure cgen if --enable-cgen-maint.
2709 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
2711 * configure.in: Add *-*-freebsd* configurations.
2713 2002-04-08 Tom Tromey <tromey@redhat.com>
2715 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2716 Fixes PR libgcj/6068.
2718 2002-03-30 Krister Walfridsson <cato@df.lth.se>
2720 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2722 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2724 * configure.in (alpha*-dec-osf*): Enable libgcj.
2726 2003-03-27 Matthew Gingell <gingell@gnat.com>
2728 * MAINTAINERS (Write After Approval): Add myself.
2730 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2732 Fix for: PR bootstrap/3591, target/5676
2733 * configure.in (mcore-pe): Disable the configuration of
2734 libstdc++-v3 since exceptions are not supported.
2736 2002-03-20 Anthony Green <green@redhat.com>
2738 * configure.in: Enable libgcj for xscale-elf target.
2740 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
2742 * MAINTAINERS: Update my email address.
2744 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
2746 * ltmain.sh (relink_command): Fix typo in previous change.
2748 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
2750 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
2751 (relink_command): Added --tag flags.
2752 (mode=install): If relinking fails; error out.
2754 2002-03-12 Richard Henderson <rth@redhat.com>
2756 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
2758 (do-check): Rename from check.
2759 (check): Allow parallel check.
2761 2002-03-12 Bob Wilson <bob.wilson@acm.org>
2763 * MAINTAINERS: Add myself as maintainer for xtensa port.
2764 Fix alphabetical order in CPU port maintainer list.
2765 Remove myself from Write After Approval list.
2767 2002-03-11 Richard Henderson <rth@redhat.com>
2769 * Makefile.in (.NOTPARALLEL): Add fake tag.
2771 2002-03-07 H.J. Lu (hjl@gnu.org)
2773 * configure.in: Enable gprof for mips*-*-linux*.
2775 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
2777 * MAINTAINERS (Write After Approval): Add myself.
2779 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
2781 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2783 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2785 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
2787 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2788 because its Makefile is there; test for the executable instead.
2790 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
2792 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2793 libstdc++-v3 and libjava.
2795 2002-02-11 Adam Megacz <adam@xwt.org>
2797 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2800 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
2802 * config.guess: Updated to 2002-01-30's version.
2803 * config.sub: Updated to 2002-02-01's version.
2804 Contribute sh64-elf.
2805 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2806 * configure.in: Added sh64-*-*.
2808 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2810 * MAINTAINERS: Belatedly add myself to write after approval list.
2812 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
2814 * MAINTAINERS: Put self in as maintainer for x86-64 port.
2815 Remove self as Write After Approval.
2817 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
2819 * MAINTAINERS: Put self in as maintainer for contrib/regression
2822 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
2824 * MAINTAINERS: Update my email address.
2826 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
2828 * configure.in (*-*-netbsd*): New. Skip target-newlib,
2829 target-libiberty, and target-libgloss. Skip Java-related
2830 libraries if not supported for NetBSD on target CPU.
2832 2002-01-25 Douglas B Rupp <rupp@gnat.com>
2834 * install-sh: Use _inst.$$_ for temp file name.
2836 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
2838 * MAINTAINERS (Write After Approval): Move my contact info
2840 (OS Port Maintainers): ...to here (netbsd).
2842 2002-01-22 Bob Wilson <bob.wilson@acm.org>
2844 * MAINTAINERS (Write After Approval): Add myself.
2846 2002-01-17 H.J. Lu <hjl@gnu.org>
2848 * Makefile.in (all-fastjar): Also depend on all-libiberty.
2849 (all-target-fastjar): Also depend on all-target-libiberty.
2851 2002-01-16 H.J. Lu (hjl@gnu.org)
2853 * config.guess: Import from master sources, rev 1.225.
2854 * config.sub: Import from master sources, rev 1.238.
2856 2002-01-16 Kazu Hirata <kazu@hxi.com>
2858 * MAINTAINERS (Write After Approval): Remove myself.
2860 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
2862 * MAINTAINERS (Write After Approval): Add myself.
2864 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
2866 * MAINTAINERS: Add self as docs co-maintainer.
2868 2001-12-11 Matthias Klose <doko@debian.org>
2870 * MAINTAINERS (Write After Approval): Add myself.
2872 2001-12-09 Zack Weinberg <zack@codesourcery.com>
2874 * MAINTAINERS: Update my email address.
2876 2001-12-07 Turly O'Connor <turly@apple.com>
2877 * MAINTAINERS (Write After Approval): Add myself.
2878 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
2879 (rs6000_initialize_trampoline): Call __trampoline_setup for
2881 * darwin-tramp.asm: New file, implements __trampoline_setup.
2882 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
2884 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
2886 * MAINTAINERS (Write After Approval): Add myself.
2888 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
2890 * configure, configure.in: Use temp file for long sed commands.
2892 2001-12-03 Laurent Guerby <guerby@acm.org>
2894 * config.sub: Update to version 1.232 on subversion.
2896 2001-12-03 Ben Elliston <bje@redhat.com>
2898 * MAINTAINERS: Update mail address for config.* patches.
2900 2001-11-27 DJ Delorie <dj@redhat.com>
2901 Zack Weinberg <zack@codesourcery.com>
2903 When build != host, create libiberty for the build machine.
2905 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
2907 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
2909 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
2911 (all.normal): Depend on ALL_BUILD_MODULES.
2912 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
2913 (all-build-libiberty): Depend on configure-build-libiberty.
2915 * configure: Calculate and substitute proper value for
2917 * configure.in: Create the build subdirectory.
2918 Calculate and substitute TARGET_CONFIGARGS (formerly
2919 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
2921 2001-11-26 Ziemowit Laski <zlaski@apple.com>
2923 * MAINTAINERS (write-after-approval): Add self.
2925 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
2927 * MAINTAINERS (GNATS only accounts): Remove self.
2929 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2931 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
2934 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
2936 * MAINTAINERS (Write After Approval): Add self.
2938 2001-11-12 David O'Brien <obrien@FreeBSD.org>
2940 * MAINTAINERS: mips and s390 are also CPU ports.
2942 2001-11-12 David O'Brien <obrien@FreeBSD.org>
2944 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
2946 2001-11-11 David O'Brien <obrien@FreeBSD.org>
2948 * MAINTAINERS: Alphabetize.
2950 2001-11-09 Kazu Hirata <kazu@hxi.com>
2952 * MAINTAINERS (Various maintainers: h8 port): Add myself.
2954 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
2956 * MAINTAINERS (Various maintainers: hppa port): Added myself.
2958 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
2960 * configure.in (--enable-languages): Be more permissive about
2961 syntax. Check for empty lists better. Warn about $LANGUAGES.
2963 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
2965 * config.sub: Import from master sources, rev. 1.230.
2966 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
2968 2001-11-07 Laurent Guerby <guerby@acm.org>
2970 * MAINTAINERS (Write After Approval): Add self.
2972 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
2974 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
2976 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
2978 * config.sub: Import from master sources, rev 1.226.
2979 * config.guess: Import from master sources, rev 1.216.
2981 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
2983 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
2984 * MAINTAINERS: Add self as maintainer of MMIX port.
2985 Remove old after-approval entry.
2987 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
2989 * ChangeLog, configure: Fix spelling errors.
2991 2001-10-20 Brendan Kehoe <brendan@zen.org>
2993 * MAINTAINERS: Tweak my address.
2995 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2997 * MAINTAINERS: Update my email address.
2999 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
3001 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3002 * MAINTAINERS: Add self as maintainer of CRIS port.
3004 2001-10-10 Geert Bosch <bosch@gnat.com>
3006 * MAINTAINERS (Various maintainers: Ada front end):
3009 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
3011 * MAINTAINERS (Write After Approval): Added self
3013 2001-10-02 Geert Bosch <bosch@gnat.com>
3015 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3017 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3019 * configure: Handle temporary files securely using mkdir.
3021 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
3023 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3025 2001-09-26 Will Cohen <wcohen@redhat.com>
3027 * configure.in (*-*-linux*): Disable configuration of target-newlib
3028 and target-libgloss.
3030 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3032 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3035 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
3037 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3038 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3039 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3040 avoid quotes nesting problems.
3041 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3042 (DO_X): Export only variables that are set.
3044 2001-09-19 Ben Elliston <bje@redhat.com>
3046 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3047 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3048 semantics. Use the shell built-in "type" command instead.
3050 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
3052 Merged from gcc-3_0-branch:
3053 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3054 * ltcf-c.sh: Use $objext, not $ac_objext.
3055 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3056 * ltcf-cxx.sh: Add support for GNU.
3057 2001-07-22 Timothy Wall <twall@redhat.com>
3058 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3059 default settings if using GNU tools with that configuration.
3060 * ltcf-cxx.sh: Ditto.
3061 * ltcf-gcj.sh: Ditto.
3062 2001-07-21 Michael Chastain <chastain@redhat.com>
3063 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3064 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3065 * ltmain.sh: Mark as gcc-local.
3067 2001-08-30 Eric Christopher <echristo@redhat.com>
3068 Jason Eckhardt <jle@redhat.com>
3070 * config.guess: Merge from master sources.
3071 * config.sub: Merge from master sources, add support for mipsisa32.
3073 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
3074 * config.sub: Merge from master sources, rev 1.219.
3075 * MAINTAINERS: Add self as contact for stormy16 port.
3077 2001-08-14 Zack Weinberg <zackw@panix.com>
3079 * config.sub: Merge from master sources, rev 1.218.
3080 * config.guess: Merge from master sources, rev 1.209.
3082 2001-08-11 Graham Stott <grahams@redhat.com>
3084 * Makefile.in (check-c++): Add missing semicolon.
3086 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
3088 * MAINTAINERS (Various maitainers: predict.def): Added myself.
3090 2001-07-30 Eric Christopher <echristo@redhat.com>
3092 * MAINTAINERS (Various maintainers: mips port): Added myself.
3094 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3096 * configure.in (sh-*-linux*): New.
3098 2001-07-27 Richard Henderson <rth@redhat.com>
3100 * .cvsignore: Add LAST_UPDATED.
3102 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
3104 * MAINTAINERS (Various maintainers: s390 port): Added myself.
3106 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
3108 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
3110 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
3112 * MAINTAINERS (Write After Approval): Added myself.
3114 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3116 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3117 and libgcj on m68hc11/m68hc12.
3119 2001-06-27 H.J. Lu (hjl@gnu.org)
3121 * Makefile (CFLAGS_FOR_BUILD): New.
3122 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3124 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3126 * README: Remove version number.
3128 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3130 * INSTALL/README: Update wrt. to the installation instructions now
3131 residing in gcc/doc/install.texi.
3133 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3135 * README: Replace with a cut-down and updated version of gcc/README.
3137 2001-06-12 David Edelsohn <edelsohn@gnu.org>
3139 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
3140 multilibs to be disabled.
3142 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
3144 * MAINTAINERS (Write After Approval): Add myself.
3146 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
3148 * config.guess: Import CVS version 1.195.
3149 * config.sub: Import CVS version 1.212.
3151 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3153 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3154 gcc/xgcc is built, use -print-prog-name to find out the program
3157 2001-06-04 Phil Edwards <pme@sources.redhat.com>
3159 * config.guess: Import CVS version 1.194. All gcc-local changes
3160 appear to also be in the master copy.
3161 * config.sub: Import CVS version 1.211.
3163 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
3165 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3166 with_gcc]: Use `gcc -shared' to build a shared library.
3168 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
3170 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3173 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3175 * MAINTAINERS (Write After Approval): Add myself.
3177 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
3179 * configure.in (libstdcxx_flags): Do not try to execute
3180 libstdc++-v3/testsuite_flags until it exists.
3182 2001-06-01 Alan Modra <amodra@bigpond.net.au>
3184 * MAINTAINERS: Update my email address.
3186 2001-05-31 Graham Stott <grahams@redhat.com>
3188 * MAINTAINERS (Write After Approval): Add myself.
3190 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
3192 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3193 libraries when using g++ with native linker.
3195 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
3197 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3199 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
3201 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3202 [aix4*|aix5*]: Prepend blank.
3204 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
3206 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3207 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3208 of subdir/configure scripts to use the new libtool.m4.
3210 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3212 * MAINTAINERS (Write After Approval): Add myself.
3214 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3216 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3218 2001-05-11 Ben Elliston <bje@redhat.com>
3220 * Makefile.in (all-sid): New target.
3221 (check-sid, clean-sid, install-sid): Likewise.
3223 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3225 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3227 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3229 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3232 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3234 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3235 gcc/xgcc is built, use -print-prog-name to find out the program
3238 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
3240 * configure.in (noconfigdirs): Don't reset it from scratch in the
3241 target case; only append to it.
3243 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3244 sparc-*-solaris2.8]: Disable ${libgcj}.
3246 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
3248 * configure.in (libgcj_saved): Copy from $libgcj.
3249 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3252 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
3254 * MAINTAINERS: Remove self as MIPS maintainer and
3255 C front end maintainer.
3257 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3259 * configure.in: Move *-chorusos target case to the proper switch.
3262 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3264 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3267 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3269 * Makefile.in (STAGE1_CFLAGS): Pass down.
3271 2001-04-13 Alan Modra <amodra@one.net.au>
3273 * config.guess: Add hppa64-linux support. Note for next import that
3274 this is already in the master file.
3275 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3277 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3279 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3280 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3282 2001-04-11 Stan Shebs <shebs@apple.com>
3284 * MAINTAINERS: Add self as Darwin port maintainer.
3286 2001-04-11 Alan Modra <amodra@one.net.au>
3288 * MAINTAINERS: Update my email address.
3290 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
3292 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3293 recent versions of FreeBSD (release 3 or later).
3294 * ltconfig: On FreeBSD, -lc must not be provided when building
3295 a shared library or else the standard -pthread gcc option is
3296 rendered worthless to later users of the built library.
3298 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
3300 * MAINTAINERS: Add self and RTH as C front end maintainers.
3302 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
3304 * config.sub: Make sure to match an already-canonicalized
3305 machine name (eg. mn10300-unknown-elf).
3307 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
3309 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3311 (bootstrap, cross): Use RECURSE_FLAGS.
3312 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3314 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
3316 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3318 2001-03-22 Colin Howell <chowell@redhat.com>
3320 * Makefile.in (DO_X): Do not backslash single-quotes in
3321 backquotes (two places).
3323 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3326 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3327 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3328 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3329 * ltcf-cxx.sh: Likewise.
3330 * ltcf-gcj.sh: Likewise.
3332 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3334 * MAINTAINERS: Add myself as "documentation co-maintainer".
3336 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3338 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3339 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3341 2001-03-19 Tom Tromey <tromey@redhat.com>
3343 * config-ml.in: Handle GCJ and GCJFLAGS.
3345 2001-03-21 Michael Chastain <chastain@redhat.com>
3347 * Makefile.in: all-m4 depends on all-texinfo.
3349 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
3351 * MAINTAINERS: Add myself to write after approval list.
3353 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
3355 * Makefile.in (DO_X): Quote nested quotes.
3357 2001-03-18 Alan Modra <alan@linuxcare.com.au>
3359 * MAINTAINERS: Add myself to write after approval list.
3361 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
3363 * Makefile.in (DO_X): Use double quotes for quoting
3364 "RANLIB=$${RANLIB}".
3366 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
3368 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
3370 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3372 * configure.in: Only use `lang_requires' for languages athat are
3375 2001-03-08 Phil Edwards <pme@sources.redhat.com>
3377 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
3379 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
3381 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3383 2001-03-07 Tom Tromey <tromey@redhat.com>
3385 * configure.in: Allow config-lang.in to set `lang_requires' to list
3386 of other required languages.
3388 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
3390 * Makefile.in: Remove RANLIB definition. Use RANLIB
3391 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3392 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3394 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3395 Alexandre Oliva <aoliva@redhat.com>
3397 * Makefile.in (check-c++): Use tabs, not spaces.
3399 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
3401 * MAINTAINERS: add myself to Write After Approval list.
3403 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3405 * Makefile.in (check-c++): New rule.
3407 * configure.in (target_libs): Remove libg++.
3408 (noconfigdirs): Remove libg++.
3409 (noconfigdirs): Same.
3410 (noconfigdirs): Same.
3411 (noconfigdirs): Same.
3413 * config-ml.in: Remove libg++ references.
3415 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3416 (ALL_TARGET_MODULES): Same.
3417 (configure-target-libg++): Remove.
3418 (all-target-libg++): Remove.
3419 (configure-target-libio): Remove.
3420 (all-target-libio): Remove.
3421 (check-target-libio): Remove.
3423 (libg++.tar.bz2): Remove.
3424 (all-target-cygmon): Remove libio.
3425 (all-target-libstdc++): Remove.
3426 (configure-target-libstdc++): Remove.
3427 (TARGET_LIB_PATH): Remove libstdc++.
3428 (ALL_GCC_CXX): Remove libstdc++.
3429 (all-target-gperf): Correct.
3431 2001-02-16 Nick Clifton <nickc@redhat.com>
3433 * configure.in (noconfigdirs): Allow configuration of texinfo
3436 2001-02-15 Anthony Green <green@redhat.com>
3438 * configure: Introduce GCJ_FOR_TARGET.
3439 * configure.in: Ditto.
3440 * Makefile.in: Ditto.
3442 2001-02-13 Andreas Schwab <schwab@suse.de>
3444 * MAINTAINERS: Update mail address.
3446 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3448 * config.guess: Add linux target for S/390.
3449 * config.sub: Likewise.
3451 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3453 * configure.in: for *-chorusos, don't config target-newlib and
3456 2001-02-06 Ben Elliston <bje@redhat.com>
3458 * configure: Output host type to stdout, not stderr.
3460 2001-02-05 Mark Mitchell <mark@codesourcery.com>
3462 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
3463 * ltcf-cxx.sh: Likewise.
3465 * config.if: Assume enable_libstdcxx_v3 is defined.
3467 2001-02-04 Mark Mitchell <mark@codesourcery.com>
3469 Remove V2 C++ library.
3470 * configure.in: Remove --enable-libstdcxx_v3 support.
3472 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
3474 * include/demangle.h: Add prototype for java_demangle_v3.
3476 2001-01-29 Phil Edwards <pme@sources.redhat.com>
3478 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
3480 2001-01-27 Richard Henderson <rth@redhat.com>
3482 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3484 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3486 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3487 Don't unset, it's non-portable and no longer necessary, set to empty
3490 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3492 * ltconfig: Shell portability fix for the tagname validity check.
3494 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
3496 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3497 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3499 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3501 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3503 2001-01-26 Tom Tromey <tromey@redhat.com>
3505 * configure.in: Allow libgcj to be built on Sparc Solaris.
3507 2001-01-25 David Edelsohn <edelsohn@gnu.org>
3509 * ltcf-c.sh: Add aix5 case.
3510 * ltcf-cxx.sh: Likewise.
3511 * ltconfig: Likewise.
3513 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
3515 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3516 keep at least one of build_libtool_libs or build_old_libs set to
3519 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3520 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3522 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3524 * configure.in: Enable libgcj on several additional platforms.
3526 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3528 * configure.in: Enable libgcj for linux targets.
3530 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3532 * MAINTAINERS (Write After Approval): Add myself.
3534 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
3536 * MAINTAINERS: Add myself as vax port maintainer.
3538 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
3540 * MAINTAINERS: Add myself as Mercury front-end maintainer.
3542 2001-01-09 Mike Stump <mrs@wrs.com>
3544 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3545 failures of subdirectories.
3547 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3549 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3550 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3551 * ltcf-cxx.sh: Likewise.
3552 * ltcf-gcj.sh: Likewise.
3553 * ltconfig.sh: Fix typo.
3555 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3557 * configure: handle DOS-style absolute paths.
3559 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3561 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3563 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
3565 * MAINTAINERS: Add myself as avr port co-maintainer.
3567 2000-12-28 Ben Elliston <bje@redhat.com>
3569 * MAINTAINERS: Add myself under ``Write After Approval''.
3571 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
3573 * texinfo: Remove directory from GCC.
3575 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3577 * COPYING: Update to current
3578 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
3579 to 19yy as example year in copyright notice).
3581 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3583 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3584 (libstdcxx_incdir): Pass down.
3585 * config.if: Remove expired bits for cxx_interface, add stub.
3586 (libstdcxx_incdir): Add variable for g++ include directory.
3587 * configure.in (gxx_include_dir): Use it.
3589 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
3591 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
3592 with old-email address from ``Write After Approval''.
3594 2000-12-15 Andreas Jaeger <aj@suse.de>
3596 * configure.in: Handle lang_dirs.
3598 2000-12-14 Tom Tromey <tromey@redhat.com>
3600 * MAINTAINERS: Removed brads.
3602 * MAINTAINERS: Added gcj developers.
3604 2000-12-13 Anthony Green <green@redhat.com>
3606 * configure.in: Disable libgcj for any target not specifically
3607 listed. Disable libgcj for x86 and Alpha Linux until compatible
3610 2000-12-13 Mike Stump <mrs@wrs.com>
3612 * Makefile.in (local-distclean): Also remove fastjar.
3614 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
3616 * contrib/gcc_update: Add fastjar --touch entries.
3618 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
3620 * configure.in: Disable language-specific target libraries for
3621 languages that aren't enabled.
3623 2000-12-10 Anthony Green <green@redhat.com>
3625 * configure.in: Define libgcj. Disable libgcj target libraries for
3628 2000-12-10 Neil Booth <neilb@earthling.net>
3630 * MAINTAINERS: Update mail address, remove from WAA list.
3632 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3634 * libjava: Imported from /cvs/java.
3636 * Boehm-gc: Likewise.
3638 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3640 * configure.in (target_libs): Revert 2000-12-08 patch.
3641 (noconfigdirs): Added target-libjava.
3643 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3645 * djunpack.bat: removed.
3647 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3649 * Makefile.in: handle DOS-style absolute paths.
3650 * config-ml.in: likewise.
3651 * symlink-tree: likewise.
3653 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3655 * fastjar: Imported.
3657 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3659 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3661 * configure.in (target_libs): Removed `target-libjava'.
3663 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3665 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3666 (ALL_MODULES): Added fastjar.
3667 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3668 (all-target-libjava): all-fastjar replaces all-zip.
3669 (all-fastjar): Added.
3670 (configure-target-fastjar, all-target-fastjar): Likewise.
3671 * configure.in (host_tools): Added fastjar.
3673 2000-12-07 Mike Stump <mrs@wrs.com>
3675 * Makefile.in (local-distclean): Remove leftover built files.
3677 2000-11-24 Nick Clifton <nickc@redhat.com>
3679 * configure.in (xscale-elf): Add target.
3680 (xscale-coff): Add target.
3682 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
3684 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3685 recent versions of FreeBSD (release 3 or later).
3686 * ltconfig: On FreeBSD, -lc must not be provided when building
3687 a shared library or else the standard -pthread gcc option is
3688 rendered worthless to later users of the built library.
3690 2000-11-16 Fred Fish <fnf@be.com>
3692 * configure.in (enable_libstdcxx_v3): Fix typo,
3693 libstd++ -> libstdc++.
3695 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3697 * MAINTAINERS: Add self to Write After Approval list.
3699 2000-11-21 Bernd Schmidt <bernds@redhat.com>
3701 * MAINTAINERS: Update my email address. Add myself to global write
3704 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
3706 * Makefile.in: Merge with src and libgcj.
3707 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
3708 configure-target-<library> when their configure scripts need the C
3709 or C++ library to have already been built to work properly.
3710 (do_proto_toplev): Set them to an empty string.