Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations) (download)
Mon Jul 27 20:34:36 2009 UTC (14 years, 10 months ago) by monamour
File size: 413419 byte(s)
Update to HEAD.
1 2009-07-02 Tristan Gingold <gingold@adacore.com>
2
3 * configure.ac: Do not exclude gas for i386-*-darwin.
4 Add a case for x86_64-*-darwin.
5 * configure: Regenerate.
6
7 2009-06-26 Doug Evans <dje@sebabeach.org>
8
9 * Makefile.def (host_modules): Add cgen.
10 * Makefile.in: Regenerate.
11 * configure.ac (host_tools): Add cgen.
12 * configure: Regenerate.
13
14 2009-06-17 Michael Eager <eager@eagercon.com>
15
16 * COPYING.LIBGLOSS: Add Xilinx license.
17
18 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
19
20 * configure.ac: Define is_elf for QNX Neutrino targets.
21 * configure: Regenerate.
22
23 2009-06-03 Jerome Guitton <guitton@adacore.com>
24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25
26 * Makefile.tpl (all): Avoid a trailing backslash.
27 * Makefile.in: Regenerate.
28
29 2009-06-03 Ben Elliston <bje@au.ibm.com>
30
31 * config.sub, config.guess: Update from upstream sources.
32
33 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
34
35 * Makefile.tpl ([+compare-target+]): Compare all stage
36 directories, rather than just gcc.
37 * Makefile.in: Rebuilt.
38
39 2009-05-28 Doug Kwan <dougkwan@google.com>
40
41 * configure.ac: Support gold for target arm*-*-*.
42 * configure: Regenerate.
43
44 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
45
46 * Makefile.tpl (all): Avoid harmless warning in make all when
47 gcc-bootstrap is enabled but stage_last does not exist.
48 * Makefile.in: Rebuilt.
49
50 2009-05-25 Tristan Gingold <gingold@adacore.com>
51
52 * setup.com: Complete the file with configuration and build.
53
54 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
55
56 PR other/40159
57 * Makefile.tpl (all): Don't assume gcc-bootstrap and
58 gcc-no-bootstrap are mutually exclusive.
59 * Makefile.in: Rebuilt.
60
61 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
62
63 PR other/40159
64 * Makefile.tpl (all): Don't end with unconditional success.
65 * Makefile.in: Rebuilt.
66
67 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
68
69 PR target/37137
70 * Makefile.def (flags_to_pass): Remove redundant and incomplete
71 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
72 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
73 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
74 stage_configureflags, stage_cflags and stage_libcflags into
75 explicit Makefile macros.
76 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
77 GFORTRAN.
78 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
79 CC. Set CC_FOR_BUILD from CC.
80 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
81 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
82 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
83 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
84 and GFORTRAN.
85 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
86 (_LIBCFLAGS): Renamed to _TFLAGS.
87 (do-compare-debug, do-compare3-debug): Drop.
88 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
89 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
90 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
91 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
92 (XGCC_FLAGS_FOR_TARGET): New.
93 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
94 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
95 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
96 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
97 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
98 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
99 TFLAGS.
100 (BUILD_CONFIG): Include if requested.
101 (all): Set TFLAGS on bootstrap.
102 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
103 (all-stageid-prefixmodule): Likewise.
104 (do-clean, distclean-stageid): Set TFLAGS.
105 (restrap): Fix whitespace.
106 * Makefile.in: Rebuilt.
107
108 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
109
110 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
111 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
112 * Makefile.in: Regenerate.
113
114 2009-04-24 Eli Zaretskii <eliz@gnu.org>
115
116 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
117 consistency with config.sub. (Update from upstream sources.)
118
119 2009-04-21 Joseph Myers <joseph@codesourcery.com>
120
121 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
122
123 2009-04-17 Ben Elliston <bje@au.ibm.com>
124
125 * config.sub, config.guess: Update from upstream sources.
126
127 2009-04-15 Anthony Green <green@moxielogic.com>
128
129 * configure.ac: Add moxie support.
130 * configure: Rebuilt.
131
132 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
133
134 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
135 * configure: Regenerate.
136
137 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
138
139 PR gas/10039
140 * configure.ac: Require texinfo 4.7.
141 * configure: Regenerated.
142
143 2009-04-09 Steve Ellcey <sje@cup.hp.com>
144
145 * Makefil.def (languages): New entries.
146 * Makefile.tpl (check-gcc-*): New generic target.
147 * Makefile.in: Regenerate.
148
149 2009-03-27 Eli Zaretskii <eliz@gnu.org>
150
151 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
152 Windows builds of Sed.
153
154 2009-03-18 Tom Tromey <tromey@redhat.com>
155
156 * configure: Rebuild.
157 * configure.ac (host_libs): Add libiconv.
158 * Makefile.in: Rebuild.
159 * Makefile.def (host_modules): Add libiconv.
160 (configure-gdb, all-gdb): Depend on libiconv.
161
162 2009-03-16 Tristan Gingold <gingold@adacore.com>
163
164 * configure.ac: Treat gdb as supported on x86_64-darwin.
165 * configure: Regenerate.
166
167 2009-03-16 Joseph Myers <joseph@codesourcery.com>
168
169 Merge from GCC:
170
171 2009-03-16 Joseph Myers <joseph@codesourcery.com>
172
173 * configure.ac (--with-host-libstdcxx): New option.
174 * configure: Regenerate.
175
176 2009-01-29 Robert Millan <rmh@aybabtu.com>
177
178 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
179 * configure: Regenerate.
180
181 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
182
183 PR tree-optimization/38515
184 * configure.ac (cloog-polylib): Removed.
185 (with_ppl, with_cloog): Test for "no".
186 * configure: Regenerated.
187
188 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
189
190 Backport from git Libtool:
191
192 2009-01-19 Robert Millan <rmh@aybabtu.com>
193 Support GNU/kOpenSolaris.
194 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
195 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
196 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
197 GNU/kOpenSolaris.
198
199 2009-02-05 Andreas Schwab <schwab@suse.de>
200
201 * Makefile.tpl (stage_last): Define $r and $s before using
202 $(RECURSE_FLAGS_TO_PASS).
203 * Makefile.in: Regenerate
204
205 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
206
207 * COPYING.NEWLIB: Add ARM license.
208
209 2009-01-16 Alan Modra <amodra@bigpond.net.au>
210
211 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
212 (all-opcodes): Depend on all-libiberty.
213 * Makefile.in: Regenerate.
214
215 2009-01-15 Douglas B Rupp <rupp@gnat.com>
216
217 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
218 * configure: Regenerate.
219
220 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
221
222 Backport link test fix from upstream Libtool:
223
224 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
225 Add cache variables to tests that require the linker to work.
226 For shlibpath_overrides_runpath, this also changes the semantics
227 to let the result from the C compiler take precedence.
228 compiler take precedence.
229
230 2008-12-02 Ben Elliston <bje@au.ibm.com>
231
232 * config.sub, config.guess: Update from upstream sources.
233
234 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
235
236 * COPYING.NEWLIB: Updated.
237 * COPYING.LIBGLOSS: Ditto.
238
239 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
240
241 Sync with GCC:
242
243 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
244
245 * configure.ac (ppllibs): Add by default the lib flags.
246 * configure: Regenerate.
247
248 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
249
250 * configure.ac: Add double brackets on darwin[912].
251 * configure: Regenerate.
252
253 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
254
255 * configure.ac: Expand to darwin10 and later.
256 * configure: Regenerate.
257
258 2008-12-02 Andreas Schwab <schwab@suse.de>
259
260 * Makefile.def: configure-target-boehm-gc depends on
261 all-target-libstdc++-v3.
262 * Makefile.in: Regenerate.
263
264 2008-12-02 Ben Elliston <bje@au.ibm.com>
265
266 * config.sub, config.guess: Update from upstream sources.
267
268 2008-11-27 Joseph Myers <joseph@codesourcery.com>
269
270 Merge from GCC:
271
272 2007-12-02 Matthias Klose <doko@ubuntu.com>
273
274 * config-ml.in: Remove 64bit configure tests.
275
276 2008-05-14 Rafael Espindola <espindola@google.com>
277
278 * config-ml.in: don't handle --enable-shared and --enable-static.
279
280 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
281 Tobias Grosser <grosser@fim.uni-passau.de>
282 Jan Sjodin <jan.sjodin@amd.com>
283 Harsha Jagasia <harsha.jagasia@amd.com>
284 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
285 Konrad Trifunovic <konrad.trifunovic@inria.fr>
286 Adrien Eliche <aeliche@isty.uvsq.fr>
287
288 Merge from graphite branch.
289 * configure: Regenerate.
290 * Makefile.in: Regenerate.
291 * configure.ac (host_libs): Add ppl and cloog.
292 Add checks for PPL and CLooG.
293 * Makefile.def (ppl, cloog): Added modules and dependences.
294 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
295 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
296
297 2008-09-03 Richard Guenther <rguenther@suse.de>
298
299 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
300 cloog test.
301 * configure: Re-generate.
302
303 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
304
305 * configure.ac (--with-cloog-polylib): New.
306 (--disable-cloog-version-check): New.
307 (--disable-ppl-version-check): New.
308 * configure: Re-generate.
309
310 2008-09-05 Richard Guenther <rguenther@suse.de>
311
312 * configure.ac: Initialize clooglibs to -lcloog.
313 * configure: Re-generate.
314
315 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
316
317 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
318 recommended version to 2.3.2.
319
320 * configure: Regenerate.
321
322 2008-10-31 Ben Elliston <bje@au.ibm.com>
323
324 * configure.ac (spu-*-*): Remove special case.
325 * configure: Regenerate.
326
327 Complete comment text from GCC version of:
328
329 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
330
331 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
332 (GCC_SHLIB_SUBDIR): New.
333 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
334 * configure: Regenerate.
335 * Makefile.in: Regenerate.
336
337 2008-11-27 Tristan Gingold <gingold@adacore.com>
338
339 * configure.ac: Build gdb for i?86-*-darwin*
340 * configure: Regenerated.
341
342 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
343
344 PR bootstrap/38014
345 PR bootstrap/37923
346
347 Revert:
348
349 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
350
351 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
352 * Makefile.in: Regenerated.
353
354 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
355
356 PR gdb/921
357 PR gdb/1646
358 PR gdb/2175
359 PR gdb/2176
360
361 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
362 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
363 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
364 (HOST_EXPORTS): Pass CPPFLAGS.
365 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
366 (LDFLAGS_FOR_TARGET): Initialize from configure script.
367 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
368 * Makefile.in, configure: Regenerated.
369 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
370 and CPPFLAGS_FOR_BUILD.
371
372 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
373
374 * configure.ac [spu-*-*]: Do not set skipdirs.
375 * configure: Re-generate.
376
377 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
378
379 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
380 * Makefile.in: Regenerated.
381
382 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
383
384 PR gdb/921
385 PR gdb/1646
386 PR gdb/2175
387 PR gdb/2176
388
389 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
390 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
391 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
392 (HOST_EXPORTS): Pass CPPFLAGS.
393 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
394 (LDFLAGS_FOR_TARGET): Initialize from configure script.
395 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
396 * Makefile.in, configure: Regenerated.
397 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
398 and CPPFLAGS_FOR_BUILD.
399
400 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
401
402 * libtool.m4: Update to libtool 2.2.6.
403 * lt~obsolete.m4: Update to libtool 2.2.6.
404 * ltmain.sh: Update to libtool 2.2.6.
405 * ltsugar.m4: Update to libtool 2.2.6.
406 * ltversion.m4: Update to libtool 2.2.6.
407 * ltoptions.m4: Update to libtool 2.2.6.
408 * ltgcc.m4: Update to match changes from libtool 2.2.6.
409
410 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
411
412 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
413 (GCC_SHLIB_SUBDIR): New.
414 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
415 * configure: Regenerate.
416 * Makefile.in: Regenerate.
417
418 2008-08-28 Tristan Gingold <gingold@adacore.com>
419
420 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
421 Enable bfd, binutils and opcodes.
422 * configure: Regenerate.
423
424 2008-08-16 Nicolas Roche <roche@adacore.com>
425
426 * Makefile.tpl: Add BOOT_ADAFLAGS.
427 * Makefile.in: Regenerate.
428
429 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
430
431 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
432 * configure: Regenerate.
433
434 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
435
436 Sync with gcc:
437 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
438
439 * configure.ac: Add makefile fragments for hpux.
440 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
441 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
442 * configure: Regenerate.
443 * Makefile.in: Regenerate.
444
445 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
446
447 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
448 * Makefile.in: Regenerate.
449 * configure: Regenerate.
450
451 2008-06-18 Ian Lance Taylor <iant@google.com>
452
453 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
454
455 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
456
457 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
458
459 * configure: Regenerate.
460
461 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
462
463 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
464 "$@" is still intact with both Autoconf 2.59 and 2.62.
465 * configure: Regenerate.
466
467 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
468
469 * Makefile.tpl: Fix comment errors.
470 * Makefile.in: Regenerate.
471
472 2008-06-13 Julian Brown <julian@codesourcery.com>
473
474 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
475 of libobjc for ARM EABI Linux.
476 * configure: Regenerate.
477
478 2008-06-12 David S. Miller <davem@davemloft.net>
479 David Edelsohn <edelsohn@gnu.org>
480
481 * configure.ac: Add powerpc*-*-* to gold supported targets.
482 * configure: Regenerate.
483
484 2008-06-08 Joseph Myers <joseph@codesourcery.com>
485
486 PR tree-optimization/36218
487 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
488 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
489 (all prefix="build-"): Pass them to build-system sub-makes.
490 * Makefile.in: Regenerate.
491
492 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
493
494 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
495 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
496 mkdep, and compile. Update comments.
497 (ETC_SUPPORT): Add ChangeLog and update comments.
498
499 2008-05-11 Ian Lance Taylor <iant@google.com>
500
501 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
502
503 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
504
505 Sync with gcc:
506 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
507
508 PR bootstrap/35457
509 * configure.ac: Include override.m4.
510 * configure: Regenerate.
511
512 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
513
514 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
515 * Makefile.in: Regenerate.
516
517 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
518
519 * configure.ac: Do not build libssp for the AVR.
520 * configure: Regenerate.
521
522 2008-04-18 Nick Clifton <nickc@redhat.com>
523
524 * MAINTAINERS: Replace reference to configure.in with reference to
525 configure.ac.
526
527 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
528
529 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
530 as nonconfigurable directories list.
531 * configure: Regenerate.
532
533 2008-04-14 David S. Miller <davem@davemloft.net>
534
535 * configure.ac: Add sparc*-*-* to gold supported targets.
536 * configure: Regenerate.
537
538 2008-04-14 Ben Elliston <bje@au.ibm.com>
539
540 * config.sub, config.guess: Update from upstream sources.
541
542 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
543
544 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
545 * Makefile.in: Regenerate.
546
547 2008-04-07 Ian Lance Taylor <iant@google.com>
548
549 * Makefile.def: check-gold depends upon all-binutils.
550 * Makefile.in: Regenerate.
551
552 2008-04-04 Nick Clifton <nickc@redhat.com>
553
554 PR binutils/4334
555 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
556 builds.
557 * configure: Regenerate.
558
559 2008-04-04 NightStrike <NightStrike@gmail.com>
560
561 PR other/35151
562 * configure.ac: Combine rules for mingw32 and mingw64.
563 * configure: Regenerate.
564
565 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
566
567 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
568 * Makefile.in: Regenerate.
569
570 2008-03-20 Ian Lance Taylor <iant@google.com>
571
572 * configure.ac: Add support for --enable-gold.
573 * Makefile.def: Add gold as a directory like ld.
574 * configure, Makefile.in: Regenerate.
575
576 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
577
578 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
579 (s390_cond_extensions): Reduced extensions to the compare related.
580 (main): z10 cpu type option added.
581 (expandConditionalJump): Renamed to ...
582 (insertExpandedMnemonic): ... this.
583
584 * opcodes/s390-opc.c: Re-group the operand format makros.
585 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
586 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
587 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
588 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
589 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
590 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
591 INSTR_SIL_RDU): New instruction formats added.
592 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
593 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
594 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
595 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
596 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
597 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
598 masks added.
599 (s390_opformats): New formats added "ris", "rrs", "sil".
600 * opcodes/s390-opc.txt: Add the conditional jumps with the
601 extensions removed from automatic expansion in s390-mkopc.c manually.
602 (asi - trtre): Add new System z10 EC instructions.
603 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
604
605 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
606
607 * configure.ac: m4_include config/proginstall.m4.
608 * configure: Regenerate.
609
610 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
611
612 Backport from upstream Libtool:
613
614 2007-10-12 Eric Blake <ebb9@byu.net>
615
616 Deal with Autoconf 2.62's semantic change in m4_append.
617 * ltsugar.m4 (lt_append): Replace broken versions of
618 m4_append.
619 (lt_if_append_uniq): Don't require separator to be overquoted,
620 and avoid broken m4_append.
621 (lt_dict_add): Fix typo.
622 * libtool.m4 (_LT_DECL): Don't overquote separator.
623
624 2008-03-13 David Edelsohn <edelsohn@gnu.org>
625
626 * config.rpath: Add AIX 6 support.
627
628 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
629
630 * Makefile.def (stageprofile). Remove -fprofile-generate
631 from stage_libcflags.
632 * Makefile.in: Regenerate.
633
634 2008-03-13 Ben Elliston <bje@au.ibm.com>
635
636 * config.sub, config.guess: Update from upstream sources.
637
638 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
639
640 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
641 * s390-opc.txt (cmpsc): Duplicate entry removed.
642 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
643 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
644 fier, cu42, cu41): Fix operand format.
645
646 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
647
648 PR bootstrap/32009
649 PR bootstrap/32161
650
651 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
652 * configure: Regenerate.
653
654 * Makefile.def: Define stage_libcflags for all bootstrap stages.
655 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
656 STAGE4_LIBCFLAGS): New.
657 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
658 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
659 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
660 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
661 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
662 for target modules. Don't export LIBCFLAGS.
663 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
664 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
665 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
666 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
667 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
668 * Makefile.in: Regenerate.
669
670 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
671
672 PR libgcj/33085
673 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
674 Do not use -DDLL_EXPORT. Backport from upstream.
675
676 2008-02-14 Nick Clifton <nickc@redhat.com>
677
678 Import this patch from gcc:
679 2008-01-24 David Edelsohn <edelsohn@gnu.org>
680
681 * libtool.m4: Backport AIX 6 support from ToT Libtool.
682
683 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
684
685 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
686 * configure: Regenerate.
687
688 2008-01-31 Marc Gauthier <marc@tensilica.com>
689
690 * configure.ac (xtensa*-*-*): Recognize processor variants.
691 * configure: Regenerate.
692
693 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
694
695 PR bootstrap/34922
696 * configure.ac (PARSE_ARGS): Push suitable setting of
697 ac_subdirs_all, for `./configure --help=recursive'.
698 Handle `+' in generic toplevel directory disabling.
699 * configure: Regenerate.
700
701 2008-01-23 Ben Elliston <bje@au.ibm.com>
702
703 * config.sub, config.guess: Update from upstream sources.
704
705 2008-01-08 Ben Elliston <bje@au.ibm.com>
706
707 * config.sub, config.guess: Update from upstream sources.
708
709 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
710
711 * COPYING.LIBGLOSS: Update default copyright.
712
713 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
714
715 * COPYING.NEWLIB: Update default copyright.
716
717 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
718
719 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
720 Change recommended MPFR from 2.2.1 > 2.3.0.
721 * configure: Regenerate.
722
723 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
724
725 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
726 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
727 * Makefile.in: Regenerate.
728
729 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
730
731 * configure.ac: Enable libjava for x86_64-*-darwin9.
732 * configure: Regenerate.
733
734 2007-12-05 Ben Elliston <bje@au.ibm.com>
735
736 * config.sub, config.guess: Update from upstream sources.
737
738 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
739
740 * config-ml.in: Robustify against white space in absolute file
741 names.
742
743 * config-ml.in (multi-clean): Substitute ${Makefile}.
744 Remove superfluous ${Makefile} in list.
745
746 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
747
748 * Makefile.def (dependencies): Make configure-gdb depend on
749 all-intl.
750 * Makefile.in: Regenerated.
751
752 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
753
754 * Makefile.def: To avoid problems running with parallel makes,
755 build newlib before libgloss so that target specific header
756 files are availble.
757 * Makefile.in: Regenerate.
758
759 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
760
761 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
762 * Makefile.in: Regenerate.
763
764 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
765
766 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
767 * libdecnumber: New directory, imported from GCC.
768
769 2007-10-08 Mike Frysinger <vapier@gentoo.org>
770
771 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
772 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
773 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
774 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
775 * configure: Regenerate.
776
777 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
778
779 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
780 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
781 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
782 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
783 * configure.ac: Default them to host tools for $host = $build.
784 Subst them.
785
786 * configure: Regenerate.
787 * Makefile.in: Regenerate.
788
789 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
790
791 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
792 * configure: Regenerate.
793
794 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
795
796 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
797 libstdc++.
798 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
799 * configure: Regenerate.
800 * Makefile.in: Regenerate.
801
802 2007-09-17 Andreas Schwab <schwab@suse.de>
803
804 * configure.ac: Raise minimum makeinfo version to 4.6.
805 * configure: Regenerate.
806
807 2007-09-15 Alan Modra <amodra@bigpond.net.au>
808
809 * configure.ac: Correct makeinfo version check.
810 * configure: Regenerate.
811
812 2007-09-14 Richard Sandiford <richard@codesourcery.com>
813
814 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
815 to $skipdirs and only disable gprof for newlib. Use the normal
816 mips*-elf* handling in other respects.
817 * configure: Regnerate.
818
819 2007-09-12 David Daney <ddaney@avtrex.com>
820
821 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
822 enabling libgcj.
823 * configure: Regenerate.
824
825 2007-09-12 Richard Guenther <rguenther@suse.de>
826
827 * configure.ac (--enable-stage1-checking): If neither --enable-checking
828 nor --disable-checking is provided also turn on yes and types
829 checking for stage1.
830 * configure: Re-generate.
831
832 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
833
834 PR target/33281
835 * configure.ac: Use config/mh-mingw on mingw.
836 * configure: Regenerate.
837
838 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
839
840 PR other/32154
841 * configure.ac: For libgloss targets, point the linker to the linker
842 script, startup code and simulator library.
843 * configure: Regenerate.
844
845 2007-09-09 Andrew Haley <aph@redhat.com>
846
847 * configure.ac (noconfigdirs): Remove target-libffi and
848 target-libjava.
849
850 2007-08-29 Nick Clifton <nickc@redhat.com>
851
852 * config.sub, config.guess: Update from upstream sources.
853
854 2007-08-21 Richard Guenther <rguenther@suse.de>
855
856 * configure.ac: Add types checking to stage1 checking flags.
857 * configure: Regenerate.
858
859 2007-08-18 Paul Brook <paul@codesourcery.com>
860 Joseph Myers <joseph@codesourcery.com>
861
862 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
863 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
864 * Makefile.in: Regenerate.
865 * configure.ac (--with-debug-prefix-map): New.
866 * configure: Regenerate.
867
868 2007-08-17 Richard Sandiford <richard@codesourcery.com>
869 Nigel Stephens <nigel@mips.com>
870
871 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
872 as target_makefile_frag.
873 * configure: Regenerate.
874
875 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
876
877 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
878 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
879 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
880 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
881 (do-compare, do-compare3, do-compare-debug): New.
882 ([+compare-target+]): Use them.
883
884 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
885
886 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
887 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
888 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
889 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
890 (do-compare, do-compare3, do-compare-debug): New.
891 ([+compare-target+]): Use them.
892
893 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
894 Ben Elliston <bje@au.ibm.com>
895
896 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
897 --silent if $silent.
898 * configure: Regenerate.
899
900 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
901
902 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
903
904 2007-07-17 Nick Clifton <nickc@redhat.com>
905
906 * COPYING3: New file. Contains version 3 of the GNU General
907 Public License.
908 * COPYING3.LIB: New file. Contains version 3 of the GNU
909 Lesser General Public License.
910
911 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
912
913 * configure.ac: Fix my previous change to really match GCC.
914 * configure: Regenerate.
915
916 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
917
918 * configure.ac: Rewrite 'configure --help' strings to look nicer.
919 * configure: Regenerate.
920
921 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
922
923 * configure.ac: Add some missing m4 quotation.
924 * configure: Regenerate.
925
926 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
927
928 * Makefile.def: Add windmc tool to build.
929 * Makefile.tpl: Likewise.
930 * configure.ac: Likewise.
931 * Makefile.in: Regenerate.
932 * configure: Regenerate.
933
934 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
935
936 * lt~obsolete.m4: New. Import from 20070318 libtool.
937
938 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
939
940 * configure.ac: Don't add target-libmudflap to noconfigdirs for
941 uclinux and linux-uclibc targets.
942 * configure: Regenerate.
943
944 2007-06-28 DJ Delorie <dj@redhat.com>
945
946 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
947 not building newlib.
948 * configure: Regenerated.
949
950 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
951
952 * src-release (DEVO_SUPPORT): Correct typos.
953
954 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
955
956 * Makefile.def: Add dependency from configure-gdb to all-bfd.
957 * Makefile.in: Regenerated.
958
959 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
960
961 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
962 (distclean-stage[+id+]): Possibly delete stage_last.
963 * Makefile.in: Regenerate.
964
965 2007-06-07 Ben Elliston <bje@au.ibm.com>
966
967 * config.sub, config.guess: Update from upstream sources.
968
969 2007-06-07 Ben Elliston <bje@au.ibm.com>
970
971 * Makefile.tpl: Fix spelling error.
972 * Makefile.in: Regenerate.
973
974 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
975
976 Sync with gcc:
977 2007-05-30 Jakub Jelinek <jakub@redhat.com>
978
979 PR bootstrap/29382
980 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
981 * configure: Rebuilt.
982
983 2007-06-01 Steve Ellcey <sje@cup.hp.com>
984
985 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
986 lt_cv_sys_max_cmd_len.
987
988 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
989
990 * ltgcc.m4: Update from GCC.
991
992 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
993
994 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
995
996 2007-05-24 Steve Ellcey <sje@cup.hp.com>
997
998 * ltmain.sh: Update from GCC.
999 * libtool.m4: Update from GCC.
1000 * ltsugar.m4: New. Update from GCC.
1001 * ltversion.m4: New. Update from GCC.
1002 * ltoptions.m4: New. Update from GCC.
1003 * ltconfig: Remove.
1004 * ltcf-c.sh: Remove.
1005 * ltcf-cxx.sh: Remove.
1006 * ltcf-gcj.sh: Remove.
1007 * src-release: Update with new libtool file list.
1008
1009 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
1010
1011 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1012 stage_cflags.
1013 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1014 Remove CFLAGS/LIBCFLAGS.
1015 (configure-stage[+id+]-[+prefix+][+module+],
1016 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1017 * Makefile.in: Regenerate.
1018
1019 2007-04-14 Steve Ellcey <sje@cup.hp.com>
1020
1021 * config-ml.in: Update from GCC.
1022
1023 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
1024
1025 * src-release (do-proto-toplev): Process the support directories before
1026 the tool directory.
1027
1028 2007-03-21 Richard Sandiford <richard@codesourcery.com>
1029
1030 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1031 of glob. Quote arguments with single quotes too.
1032 * configure: Regenerate.
1033
1034 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1035
1036 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1037 * Makefile.in: Regenerate
1038
1039 2007-03-07 Andreas Schwab <schwab@suse.de>
1040
1041 * configure: Regenerate.
1042
1043 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1044
1045 * configure.ac: Add "--with-pdfdir" configure option,
1046 which defines pdfdir variable.
1047 * Makefile.def (target=fixincludes): Add install-pdf to
1048 missing targets.
1049 (recursive_targets): Add install-pdf target.
1050 (flags_to_pass): Add pdfdir.
1051 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1052 target.
1053 * configure: Regenerate
1054 * Makefile.in: Regenerate
1055
1056 2007-02-28 Eric Christopher <echristo@apple.com>
1057
1058 Revert:
1059 2006-12-07 Mike Stump <mrs@apple.com>
1060
1061 * Makefile.def (dependencies): Add dependency for
1062 install-target-libssp and install-target-libgomp on
1063 install-gcc.
1064 * Makefile.in: Regenerate.
1065
1066 2007-02-27 Matt Kraai <kraai@ftbfs.org>
1067
1068 * configure: Regenerate.
1069 * configure.ac: Move statements after variable declarations.
1070
1071 2007-02-19 Joseph Myers <joseph@codesourcery.com>
1072
1073 * configure.ac: Adjust for loop syntax.
1074 * configure: Regenerate.
1075
1076 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
1077
1078 * configure: Rebuilt.
1079
1080 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
1081
1082 * configure.ac: Drop multiple occurrences of --enable-languages,
1083 and fix its quoting.
1084 * configure: Rebuilt.
1085
1086 2007-02-17 Mark Mitchell <mark@codesourcery.com>
1087 Nathan Sidwell <nathan@codesourcery.com>
1088 Vladimir Prus <vladimir@codesourcery.com
1089 Joseph Myers <joseph@codesourcery.com>
1090
1091 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1092 * configure: Regenerate.
1093
1094 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1095
1096 * configure.ac (target_libraries): Move libgcc before libiberty.
1097 * configure: Regenerated.
1098
1099 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
1100
1101 * configure: Regenerate again?
1102
1103 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
1104
1105 * configure: Reapply PR30748 fix which was lost in the previous commit.
1106
1107 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1108 Paolo Bonzini <bonzini@gnu.org>
1109
1110 PR bootstrap/30753
1111 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
1112 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
1113 * configure: Regenerated.
1114
1115 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
1116
1117 * configure: Regenerate.
1118
1119 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1120
1121 PR bootstrap/30748
1122 * configure.ac: Correct syntax for Solaris ksh.
1123 * configure: Regenerated.
1124
1125 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
1126
1127 * Makefile.def: Sync with GCC.
1128 * Makefile.tpl: Sync with GCC.
1129 * Makefile.in: Regenerate.
1130 * configure: Regenerate.
1131
1132 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1133
1134 * Makefile.tpl (build_alias, host_alias, target_alias): Use
1135 noncanonical equivalents.
1136 * configure.in: Rename to...
1137 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
1138 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
1139 target_noncanonical. Use them. Rewrite removal of configure
1140 arguments for autoconf 2.59. Discard variable settings. Force
1141 program_transform_name for native tools.
1142
1143 * Makefile.in: Regenerated.
1144 * configure: Regenerated with autoconf 2.59.
1145
1146 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
1147
1148 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
1149
1150 * COPYING.LIBGLOSS: Reformat default Red Hat
1151 license to fit within 80 columns.
1152 * COPYING.NEWLIB: Ditto.
1153
1154 2007-02-05 Dave Brolley <brolley@redhat.com>
1155
1156 * Contribute the following changes:
1157 2006-11-28 DJ Delorie <dj@redhat.com>
1158
1159 * configure.in: Fix typo for mep's target_makefile_frag.
1160 * configure: Regenerated.
1161
1162 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
1163
1164 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
1165 * configure: Regenerate.
1166
1167 2001-09-19 DJ Delorie <dj@redhat.com>
1168
1169 * configure.in (target_makefile_frag): use mt-mep
1170
1171 2001-06-12 Don Howard <dhoward@redhat.com>
1172
1173 * configure.in: Remove gdb from MeP skip list.
1174
1175 2001-04-05 DJ Delorie <dj@redhat.com>
1176
1177 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
1178
1179 2001-03-20 Ben Elliston <bje@redhat.com>
1180
1181 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
1182
1183 2001-03-19 Ben Elliston <bje@redhat.com>
1184
1185 * config.sub (mep, mep-*): Add.
1186
1187 2007-01-31 Andreas Schwab <schwab@suse.de>
1188
1189 * Makefile.tpl (LDFLAGS): Substitute it.
1190 * Makefile.in: Regenerate.
1191
1192 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
1193
1194 * configure.in: Change == to = in test command.
1195 * configure: Regenerate.
1196
1197 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
1198 Nick Clifton <nickc@redhat.com>
1199 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
1200
1201 * configure.in (build_configargs, host_configargs, target_configargs):
1202 Remove build/host/target parameters.
1203 (host_libs): Add gmp and mpfr.
1204 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1205 * Makefile.def (gmp, mpfr): New.
1206 (gcc): Remove target.
1207 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1208 target_os, target_vendor): New.
1209 (configure): Add host_alias/target_alias arguments. Adjust invocations.
1210 * configure: Regenerate.
1211 * Makefile.in: Regenerate.
1212
1213 2007-01-11 Matt Fago <fago@earthlink.net>
1214
1215 * configure.in: Try to link to functions only in mpfr 2.2.x
1216 to improve robustness of configure tests.
1217 * configure: Regenerate.
1218
1219 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
1220
1221 * configure.in: Add support for an x86_64-mingw* target.
1222 * configure: Regenerate.
1223
1224 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
1225
1226 * Makefile.tpl (all-target): Correct @if conditional for target
1227 modules.
1228 * configure.in: Omit libiberty if building only target libgcc.
1229 * configure, Makefile.in: Regenerated.
1230
1231 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
1232
1233 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1234 * configure: Regenerate.
1235
1236 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1237
1238 * Makefile.def (target_modules): Add libgcc.
1239 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
1240 * Makefile.tpl (clean-target-libgcc): Delete.
1241 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1242 on gcc even for bootstrapped modules. Rewrite handling of
1243 lang_env_dependencies to loop over target_modules.
1244 * configure.in (target_libraries): Add target-libgcc.
1245 * Makefile.in, configure: Regenerated.
1246
1247 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1248
1249 Sync with gcc:
1250 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1251
1252 * configure.in: Reorganize recognition of languages. Add
1253 --enable-stage1-languages. Show supported languages for the chosen
1254 target rather than all recognized languages.
1255 * configure: Regenerate.
1256
1257 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1258
1259 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1260 * Makefile.in: Regenerate.
1261
1262 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1263
1264 * configure.in: Warn that MPFR 2.2.0 is buggy.
1265 * configure: Regenerate.
1266
1267 2006-12-27 Ian Lance Taylor <iant@google.com>
1268
1269 * configure.in: When removing Makefiles to force a reconfigure, also
1270 remove prev-DIR*/Makefile.
1271 * configure: Regenerate.
1272
1273 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
1274
1275 * config.bfd: Recognize fido.
1276
1277 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1278
1279 Sync with gcc:
1280
1281 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1282
1283 * configure.in: Remove "$build" case for powerpc-*-darwin* since
1284 it only affects bootstrap and could be tested on "$host" as well.
1285 * configure: Regenerate.
1286 * config/mh-ppc-darwin: Add to the stage1 cflags here.
1287
1288 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1289
1290 PR bootstrap/29544
1291 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1292 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1293 move here comment from Makefile.tpl.
1294 * Makefile.tpl: Move some definitions higher in the file.
1295 (STAGE1_CHECKING): New.
1296 * configure.in: Add --enable-stage1-checking.
1297 * configure: Regenerate.
1298 * Makefile.in: Regenerate.
1299
1300 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1301
1302 * configure.in: Update error message for missing GMP/MPFR.
1303
1304 * configure: Regenerate.
1305
1306 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1307
1308 * configure.in: Update MPFR version in error message.
1309
1310 * configure: Regenerate.
1311
1312 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1313
1314 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1315 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1316 --with-gmp-lib): New flags.
1317
1318 * configure: Regenerate.
1319
1320 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
1321
1322 PR bootstrap/30134
1323 * configure.in: Correct x86 darwin support for libjava to powerpc
1324 and i?86 only.
1325 * configure: Regenerate.
1326
1327 2006-12-11 Alan Modra <amodra@bigpond.net.au>
1328
1329 * configure.in: Handle spu makefile frag.
1330 * Makefile.tpl (MAINT): Define
1331 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1332 * configure: Regenerate.
1333 * Makefile.in: Regenerate.
1334
1335 2006-12-11 Ben Elliston <bje@au.ibm.com>
1336
1337 * config.sub, config.guess: Update from upstream sources.
1338
1339 2006-12-11 Ben Elliston <bje@au.ibm.com>
1340
1341 * configure.in: Sync with GCC (spu-*-*).
1342 * configure: Sync with GCC.
1343
1344 2006-12-07 Mike Stump <mrs@apple.com>
1345
1346 * Makefile.def (dependencies): Add dependency for
1347 install-target-libssp and install-target-libgomp on
1348 install-gcc.
1349 * Makefile.in: Regenerate.
1350
1351 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
1352
1353 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1354 (unstage): Test for stage_last presence.
1355
1356 PR bootstrap/29802
1357 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1358 * Makefile.in: Regenerate.
1359
1360 2006-11-14 DJ Delorie <dj@redhat.com>
1361
1362 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
1363 * Makefile.in: Sync with GCC.
1364 * configure.in: Sync with GCC (mpfr, gmp).
1365 * configure: Sync with GCC.
1366
1367 2006-11-08 Jie Zhang <jie.zhang@analog.com>
1368
1369 * configure.in: Remove target-libgloss from noconfigdirs for
1370 bfin-*-*.
1371 * configure: Regenerated.
1372
1373 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
1374
1375 * COPYING.NEWLIB: Add spu license.
1376 * COPYING.LIBGLOSS: Ditto.
1377
1378 2006-10-17 Brooks Moses <bmoses@stanford.edu>
1379
1380 * Makefile.def: Added pdf target handling.
1381 * Makefile.tpl: Added pdf target handling.
1382 * Makefile.in: Regenerated.
1383
1384 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
1385
1386 * COPYING.NEWLIB: Updated.
1387 * COPYING.LIBGLOSS: Ditto.
1388
1389 2006-09-27 Dave Brolley <brolley@redhat.com>
1390
1391 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1392 $s instead of $r.
1393 * configure: Regenerated.
1394
1395 2006-09-26 Ben Elliston <bje@au.ibm.com>
1396
1397 * config.sub, config.guess: Update from upstream sources.
1398
1399 2006-09-20 Thiemo Seufer <ths@mips.com>
1400
1401 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1402 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1403 * configure: Regenerate.
1404
1405 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
1406
1407 * configure.in: Never build newlib for a Mingw host.
1408 Never build newlib as Mingw target library.
1409 Test the existence of winsup/cygwin for building a Cygwin newlib,
1410 rather than just winsup.
1411 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1412 building a Mingw target.
1413 * configure: Regenerate.
1414
1415 2006-08-15 Thiemo Seufer <ths@mips.com>
1416 Nigel Stephens <nigel@mips.com>
1417 David Ung <davidu@mips.com>
1418
1419 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
1420
1421 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
1422
1423 Sync from GCC:
1424 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1425
1426 PR bootstrap/18058
1427 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1428 if the bootstrap compiler is a GCC version that supports it.
1429 * configure: Regenerate.
1430
1431 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
1432
1433 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1434 * configure: Regenerated.
1435
1436 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
1437
1438 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1439 for stages after the first.
1440
1441 2006-07-17 Jakub Jelinek <jakub@redhat.com>
1442
1443 * Makefile.def: Add dependencies for configure-opcodes
1444 on configure-intl and all-opcodes on all-intl.
1445 * Makefile.in: Regenerated.
1446
1447 2006-07-04 Peter O'Gorman <peter@pogma.com>
1448
1449 * ltconfig: chmod 644 before ranlib during install.
1450
1451 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
1452
1453 * configure.in: Fix thinkos in previous check-in.
1454 * configure: Regenerate.
1455
1456 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
1457
1458 Sync from gcc:
1459
1460 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
1461
1462 PR other/27063
1463 * configure.in: Test subdir_requires and give an appropriate
1464 error message.
1465 * configure: Regenerate.
1466
1467 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1468
1469 PR target/27540
1470 * configure.in: Only enable libgomp on IRIX 6.
1471 * configure: Regenerate.
1472
1473 2006-06-20 David Ayers <d.ayers@inode.at>
1474
1475 PR bootstrap/28072
1476 * configure.in: Add target-boehm-gc to noconfigdirs depending on
1477 whether target-libjava is being configured instead of whether the
1478 java front end is enabled.
1479 * configure: Regenerate.
1480
1481 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
1482
1483 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
1484 to R_ARM_LDC_SB_G{0,1,2} respectively.
1485
1486 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
1487
1488 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1489 too.
1490 * Makefile.in: Regenerate.
1491
1492 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1493
1494 Sync from gcc:
1495
1496 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1497 * configure.in: Don't enable libgomp on hpux10.
1498 * configure: Rebuilt.
1499
1500 2006-06-13 David Ayers <d.ayers@inode.at>
1501
1502 Sync from gcc:
1503
1504 2006-06-12 David Ayers <d.ayers@inode.at>
1505
1506 PR bootstrap/27963
1507 PR target/19970
1508 * configure.in: Remove target-boehm-gc from noconfigdirs where
1509 ${libgcj} is specified.
1510 * configure: Regenerate.
1511
1512 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
1513
1514 Sync from gcc:
1515
1516 2005-01-12 David Edelsohn <edelsohn@gnu.org>
1517 Andreas Schwab <schwab@suse.de>
1518
1519 PR bootstrap/18033
1520 * config-ml.in: Eval option if surrounded by single quotes.
1521
1522 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
1523
1524 Sync from gcc:
1525
1526 2006-06-06 David Ayers <d.ayers@inode.at>
1527
1528 PR libobjc/13946
1529 * Makefile.def: Add dependencies for libobjc which boehm-gc.
1530 * Makefile.in: Regenerate.
1531 * configure.in: Add --enable-objc-gc at toplevel and have it
1532 enable boehm-gc for Objective-C.
1533 Remove target-boehm-gc from libgcj.
1534 Add target-boehm-gc to target_libraries.
1535 Add target-boehm-gc to noconfigdirs where ${libgcj}
1536 is specified.
1537 Assert that boehm-gc is supported when requested for Objective-C.
1538 Only build boehm-gc if needed either for Java or Objective-C.
1539 * configure: Regenerate.
1540
1541 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
1542
1543 PR 27674
1544 * Makefile.tpl (configure-[+prefix+][+module+],
1545 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1546 Remove rule to unstage bootstrapped modules.
1547 (stage_current): New.
1548 * Makefile.in: Regenerate.
1549
1550 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1551 Andreas Tobler <a.tobler@schweiz.ch>
1552
1553 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
1554 * configure: Rebuilt.
1555
1556 Revert
1557 2006-01-31 Richard Guenther <rguenther@suse.de>
1558 Paolo Bonzini <bonzini@gnu.org>
1559
1560 * Makefile.def (target_modules): Add libgcc-math target module.
1561 * configure.in (target_libraries): Add libgcc-math target library.
1562 (--enable-libgcc-math): New configure switch.
1563 * Makefile.in: Re-generate.
1564 * configure: Re-generate.
1565
1566 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
1567
1568 * config-ml.in: Alter CCASFLAGS to include special
1569 multilib options the same as is done for CFLAGS.
1570
1571 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1572
1573 * Makefile.def: Added dependencies from sim and gdb on intl, and
1574 added configure dependencies to everything with an all dependency
1575 on intl.
1576 * gettext.m4: Removed.
1577 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
1578 (GDB_SUPPORT_DIRS): Add intl.
1579 * Makefile.in: Regenerated.
1580
1581 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
1582
1583 * src-release (DEVO_SUPPORT): Add config.rpath.
1584
1585 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
1586
1587 * Makefile.def (bfd, opcodes): Fix lib_path.
1588 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1589 (restrap): Move under "@if gcc-bootstrap". Fix typo.
1590 * Makefile.in: Regenerate.
1591
1592 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
1593
1594 * configure.in: Enable gprof for cross builds.
1595 * configure: Regenerate.
1596
1597 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1598
1599 * src-release (MAKEINFOFLAGS): Define.
1600 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
1601
1602 2006-05-14 Ben Elliston <bje@au.ibm.com>
1603
1604 * config.sub, config.guess: Update from upstream sources.
1605
1606 2006-05-12 Ben Elliston <bje@au.ibm.com>
1607
1608 * config.sub, config.guess: Update from upstream sources.
1609
1610 2006-05-04 Steve Ellcey <sje@cup.hp.com>
1611
1612 * blt, iwidgets, mmalloc: Remove directories.
1613
1614 2006-05-01 DJ Delorie <dj@redhat.com>
1615
1616 * configure.in: Restore CFLAGS if GMP isn't present.
1617 * configure: Regenerate.
1618
1619 2006-04-18 DJ Delorie <dj@redhat.com>
1620
1621 * configure.in (m32c): Build libstdc++-v3. Pass flags to
1622 reference libgloss so that libssp can be built in a combined
1623 tree.
1624 * configure: Regenerate.
1625
1626 2006-04-10 Ben Elliston <bje@au.ibm.com>
1627
1628 * contrib: Remove directory.
1629
1630 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
1631
1632 * Makefile.tpl: Add install-html target.
1633 * Makefile.def: Add install-html target.
1634 * Makefile.in: Regenerate.
1635 * configure.in: Add --with-datarootdir, --with-docdir,
1636 and --with-htmldir options.
1637 * configure: Regenerate.
1638
1639 2006-03-31 Ben Elliston <bje@au.ibm.com>
1640
1641 PR binutils/1860
1642 * configure.in: Require makeinfo 4.4 or higher.
1643 * configure: Regenerate.
1644
1645 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
1646
1647 * Makefile.in: Regenerate.
1648
1649 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
1650
1651 Sync with gcc:
1652 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
1653
1654 * configure.in: Handle --disable-<component> generically.
1655 * configure: Regenerate.
1656
1657 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
1658
1659 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
1660 (TARGET_CONFIGDIRS): Remove.
1661 * configure.in: Remove AC_SUBST(target_configdirs).
1662 * Makefile.in, configure: Regenerated.
1663
1664
1665 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
1666
1667 PR libgcj/17311
1668 * ltmain.sh: Don't use "$finalize_rpath" for compile.
1669
1670 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
1671
1672 PR bootstrap/25670
1673
1674 * Makefile.tpl ([+compare-target+]): Print explanation messages.
1675
1676 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1677 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1678 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1679 BUILD_PREFIX, BUILD_PREFIX_1.
1680 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1681
1682 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1683 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1684
1685 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1686 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1687 of `cat stage_current`. Always provide the `r' and `s' variables.
1688 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1689 a single shell execution.
1690 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1691 bootstrapped modules, make the stage1 module if the build was not
1692 started yet, else build the current stage.
1693 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1694 (all-build, all-host, all-target, [+make_target+]-host,
1695 [+make_target+]-target): Do not use \-continued lines.
1696 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1697 (current_stage, restrap, stage_last): New.
1698
1699 * Makefile.in: Regenerate.
1700 * configure: Regenerate.
1701
1702 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
1703
1704 Sync from gcc:
1705
1706 2006-01-31 Richard Guenther <rguenther@suse.de>
1707 Paolo Bonzini <bonzini@gnu.org>
1708
1709 * Makefile.def (target_modules): Add libgcc-math target module.
1710 * configure.in (target_libraries): Add libgcc-math target library.
1711 (--enable-libgcc-math): New configure switch.
1712 * Makefile.in: Re-generate.
1713 * configure: Re-generate.
1714 * libgcc-math: New toplevel directory.
1715
1716 2006-01-18 Richard Henderson <rth@redhat.com>
1717 Jakub Jelinek <jakub@redhat.com>
1718 Diego Novillo <dnovillo@redhat.com>
1719
1720 * libgomp: New directory.
1721 * Makefile.def: Add target_module libgomp.
1722 * Makefile.in: Regenerate.
1723 * configure.in (target_libraries): Add target-libgomp.
1724 * configure: Regenerate.
1725
1726 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
1727 Andreas Schwab <schwab@suse.de>
1728
1729 * configure: Regenerate.
1730
1731 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
1732
1733 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1734 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1735 the assembler, linker and binutils.
1736 * configure: Regenerate.
1737
1738 2006-01-16 Nick Clifton <nickc@redhat.com>
1739
1740 * config.sub, config.guess: Sync from config repository.
1741
1742 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
1743
1744 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1745 @ from continuation.
1746 * Makefile.in: Rebuilt.
1747
1748 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
1749
1750 Sync from gcc:
1751
1752 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
1753
1754 PR bootstrap/24252
1755
1756 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1757 * Makefile.tpl (OBJDUMP): New.
1758 (EXTRA_HOST_FLAGS): Add it.
1759 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1760
1761 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1762 to use symbolic links between directories. Avoid race conditions
1763 or make them harmless.
1764 * configure.in: Do not try to use symbolic links between directories.
1765
1766 * Makefile.def (LEAN): Pass.
1767 * Makefile.tpl (LEAN): Define.
1768 (stage[+id+]-start): Accept that the previous directory does not
1769 exist, if the bootstrap is lean.
1770 (stage[+id+]-bubble): Invoke lean bootstrap commands after
1771 stage[+id+]-start. Use a makefile variable and an `if' instead of a
1772 configure substitution.
1773 ([+compare-target+]): Likewise.
1774 ([+bootstrap-target+]-lean): New.
1775 * configure.in: Remove lean bootstrap support from here.
1776
1777 * Makefile.in: Regenerate.
1778 * configure: Regenerate.
1779
1780 2006-01-02 Andreas Schwab <schwab@suse.de>
1781
1782 * configure.in: When reconfiguring remove Makefile in
1783 all stage directories.
1784 * configure: Regenerate.
1785
1786 2005-12-27 Leif Ekblad <leif@rdos.net>
1787
1788 * configure.in: Add support for RDOS target.
1789 * configure: Regenerate.
1790
1791 2005-12-27 Nick Clifton <nickc@redhat.com>
1792
1793 PR binutils/1990
1794 * libtool.m4: Synchronize with version in GCC sources.
1795
1796 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
1797
1798 Revert Ada-related part of the previous change.
1799
1800 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1801 Do not pass.
1802 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1803 * Makefile.in: Regenerate.
1804 * configure.in: Do not include mt-ppc-aix target fragment.
1805 * configure: Regenerate.
1806
1807 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
1808
1809 * configure.in: Select appropriate fragments for PowerPC/AIX.
1810 * configure: Regenerate.
1811
1812 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1813 BOOT_CFLAGS, BOOT_LDFLAGS.
1814 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1815 BOOT_CFLAGS, BOOT_LDFLAGS.
1816 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1817 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1818 (stage): Fail if we cannot complete the work.
1819 * Makefile.in: Regenerate.
1820
1821 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
1822
1823 * COPYING.NEWLIB: Update copyright year for default
1824 copyright.
1825
1826 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
1827
1828 * Makefile.tpl (all, do-[+make_target+], do-check, install,
1829 install-host-nogcc): Don't invoke $(stage) at the end.
1830 * Makefile.in: Regenerate.
1831
1832 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
1833
1834 * configure.in: Flip the top-level bootstrap switch.
1835 * configure: Regenerate.
1836
1837 Merge from gcc:
1838
1839 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
1840
1841 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1842 $(stage) and $(unstage).
1843 (EXTRA_TARGET_FLAGS): Correct double-quoting.
1844 (all): Remove stray semicolon.
1845 (local-distclean): Don't handle multilib.tmp and multilib.out.
1846 (install.all): Set $s for consistency.
1847 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1848 check_multilibs setting. Always make the install directory.
1849 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1850 Correct @if/@endif.
1851 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1852 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1853 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1854 (multilib.out): Remove.
1855 * Makefile.in: Regenerated.
1856
1857 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
1858
1859 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
1860 * configure.in: Replace ms1 arch with mt.
1861 * configure: Rebuilt.
1862
1863 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
1864
1865 Sync with gcc:
1866
1867 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
1868
1869 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
1870 * configure.in: Replace ms1 arch with mt.
1871 * configure: Rebuilt.
1872
1873 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
1874
1875 Sync with gcc:
1876
1877 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
1878
1879 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1880 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1881 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
1882 Find in-tree tools if available.
1883 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1884 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1885 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1886 (COMPILER_*_FOR_TARGET): New.
1887 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1888 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1889 (CONFIGURED_*, USUAL_*): Remove.
1890 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1891 STRIP): Use autoconf substitutions.
1892 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1893 COMPILER_NM_FOR_TARGET): New.
1894 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1895
1896 (all): Make all-host and all-target in parallel.
1897 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1898 that $$r and $$s are set before invoking a recursive make.
1899 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1900 ([+bootstrap-target+]): Inline most of the `all' target.
1901
1902 2005-11-29 Ben Elliston <bje@au.ibm.com>
1903
1904 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1905 from the gcc build directory.
1906 * Makefile.in: Regenerate.
1907
1908 2005-11-29 Ben Elliston <bje@au.ibm.com>
1909
1910 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
1911 depend on all-libdecnumber.
1912 * configure.in (host_libs): Include libdecnumber.
1913 * Makefile.in: Regenerate.
1914 * configure: Likewise.
1915
1916 2005-11-21 Kean Johnston <jkj@sco.com>
1917
1918 * config.sub, config.guess: Sync from upstream sources.
1919
1920 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
1921
1922 * Makefile.def: Remove gdb dependencies for gdbtk.
1923 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1924 (configure-gdb, install-gdb): New rules.
1925 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1926 * Makefile.in, configure: Regenerated.
1927
1928 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
1929
1930 PR bootstrap/24297
1931 * Makefile.tpl (do-[+make-target+], do-check, install,
1932 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1933 are set before recursing.
1934 * Makefile.in: Regenerate.
1935
1936 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
1937
1938 PR bootstrap/18939
1939 * Makefile.def (gcc) <target>: Fix thinko.
1940 * Makefile.in: Regenerate.
1941
1942 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
1943
1944 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1945 * configure: Regenerate.
1946
1947 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
1948
1949 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1950 target-libffi, target-qthreads, target-libjava, and
1951 targetlibobjc.
1952 * configure: Regenerate.
1953
1954 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
1955
1956 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1957 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1958 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1959 (USUAL_OBJDUMP_FOR_TARGET): New.
1960 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1961 * configure.in: Check for $OBJDUMP_FOR_TARGET.
1962 * configure, Makefile.in: Regenerated.
1963
1964 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
1965
1966 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1967 before other host packages.
1968
1969 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
1970
1971 PR bootstrap/22340
1972
1973 * configure.in (default_target): Remove.
1974 * Makefile.tpl (all): Do not use prerequisites as subroutines
1975 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1976 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1977 use prerequisites as subroutines.
1978 (check-host, check-target): New.
1979 (bootstrap configure & all targets): Do not use stage*-start
1980 if the directory layout is already ok.
1981 (non-bootstrap configure & all targets): Prepend a $(unstage).
1982 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
1983 (NOTPARALLEL): Remove.
1984 (unstage, stage variables): New variables.
1985 (unstage, stage targets): Simply expand to those variables.
1986
1987 * configure: Regenerate.
1988 * Makefile.in: Regenerate.
1989
1990 2005-10-04 James E Wilson <wilson@specifix.com>
1991
1992 * Makefile.def (lang_env_dependencies): Add libmudflap.
1993 * Makefile.in: Regenerate.
1994
1995 2005-10-03 Catherine Moore <clm@cm00re.com>
1996
1997 * configure.in (bfin-*-*): Support bfin.
1998 * configure: Regenerated.
1999
2000 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
2001
2002 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2003 * configure: Regenerated.
2004
2005 2005-09-28 Geoffrey Keating <geoffk@apple.com>
2006
2007 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2008 (LIPO_FOR_TARGET): New.
2009 (CONFIGURED_LIPO_FOR_TARGET): New.
2010 (USUAL_LIPO_FOR_TARGET): New.
2011 (STRIP_FOR_TARGET): New.
2012 (CONFIGURED_STRIP_FOR_TARGET): New.
2013 (USUAL_STRIP_FOR_TARGET): New.
2014 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2015 STRIP_FOR_TARGET.
2016 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2017 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2018 * Makefile.in: Regenerate.
2019 * configure: Regenerate.
2020
2021 2005-09-19 David Edelsohn <edelsohn@gnu.org>
2022
2023 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2024 (rs6000-*-aix*): Same.
2025 * configure: Regenerate.
2026
2027 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2028
2029 * configure.in: Recognize f95 in the --enable-languages option,
2030 and substitute it for fortran, issuing a warning.
2031 * configure: Regenerate.
2032
2033 2005-09-07 Ben Elliston <bje@au.ibm.com>
2034
2035 Import from Autoconf sources:
2036
2037 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2038 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
2039 Elliston. Handle weird characters correctly.
2040
2041 2005-08-30 Phil Edwards <phil@codesourcery.com>
2042
2043 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
2044 * configure: Regenerated.
2045
2046 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
2047
2048 * Makefile.def (libssp): Add to lang_env_dependencies.
2049 * Makefile.in: Regenerate.
2050
2051 2005-08-17 Christian Groessler <chris@groessler.org>
2052
2053 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2054 * Makefile.in: Regenerate.
2055
2056 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
2057
2058 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2059 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2060 Look for alternate names of the target cc and c++
2061 * configure: Regenerate.
2062
2063 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
2064
2065 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2066 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2067 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2068 tools; remove code to manually set them.
2069 (Target tools): Look in the environment for them.
2070 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2071 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2072 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2073 build directory.
2074 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2075 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2076 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2077 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2078 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2079 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2080 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2081 * configure: Regenerate.
2082 * Makefile.in: Regenerate.
2083
2084 2005-07-27 Mark Mitchell <mark@codesourcery.com>
2085
2086 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
2087 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
2088 * Makefile.in: Regenerated.
2089
2090 2005-07-26 Mark Mitchell <mark@codesourcery.com>
2091
2092 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2093 (CFLAGS_FOR_TARGET): Use it.
2094 (CXXFLAGS_FOR_TARGET): Likewise.
2095 * Makefile.in: Regenerated.
2096 * configure.in (--with-build-sysroot): New option.
2097 * configure: Regenerated.
2098
2099 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
2100
2101 * Makefile.tpl: Wrap install between unstage and stage
2102 * Makefile.in: Regenerate.
2103
2104 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
2105
2106 * all files: Update FSF address.
2107
2108 2005-07-14 Jim Blandy <jimb@redhat.com>
2109
2110 * configure.in: Add cases for Renesas m32c.
2111 * configure: Regenerated.
2112
2113 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2114
2115 * COPYING, compile, config-ml.in, config.guess,
2116 config.sub, install-sh, missing, mkinstalldirs,
2117 symlink-tree, ylwrap: Sync from upstream sources.
2118
2119 2005-07-13 Eric Christopher <echristo@redhat.com>
2120
2121 * configure.in: Add toplevel noconfigdir support for tpf.
2122 * configure: Regenerate.
2123
2124 2005-07-11 Jakub Jelinek <jakub@redhat.com>
2125
2126 * Makefile.def (target_modules): Add libssp.
2127 * configure.in (target_libraries): Add target-libssp.
2128 * configure: Rebuilt.
2129 * Makefile.in: Rebuilt.
2130
2131 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
2132
2133 PR ada/22340
2134
2135 * Makefile.def: Sync with gcc.
2136 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2137 * Makefile.in: Regenerate.
2138
2139 2005-07-07 Andreas Schwab <schwab@suse.de>
2140
2141 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2142 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2143 * Makefile.in: Regenerated.
2144
2145 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
2146
2147 * configure.in: Add --enable-libssp and --disable-libssp.
2148 * configure: Regenerate with autoconf-2.13.
2149
2150 2005-07-06 Geoffrey Keating <geoffk@apple.com>
2151
2152 * configure.in: Don't build sim or rda when targetting darwin.
2153 * configure: Regenerate.
2154
2155 2005-07-04 Ben Elliston <bje@gnu.org>
2156
2157 * src-release (do-proto-toplev): Remove dejagnu bits.
2158 (DEJAGNU_SUPPORT_DIRS): Remove.
2159 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
2160 (GDBD_SUPPORT_DIRS): Likewise.
2161 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
2162 (INSIGHTD_SUPPORT_DIRS): Likewise.
2163 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
2164
2165 2005-06-30 Ben Elliston <bje@gnu.org>
2166
2167 * setup.com (mpw): Remove unused directive.
2168
2169 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
2170
2171 * Makefile.def (stagefeedback): Come after profile.
2172 Define profiledbootstrap target.
2173 * Makefile.tpl (profiledbootstrap): Remove.
2174 (stageprofile-end): Zap stagefeedback.
2175 (stagefeedback-start): Copy all .gcda files, not only GCC's.
2176 * Makefile.in: Regenerate.
2177
2178 2005-06-13 Zack Weinberg <zack@codesourcery.com>
2179
2180 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
2181 In 'cpp' stanza, support '#line' as well as '# '.
2182
2183 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
2184
2185 * configure.in (unsupported_languages): New macro.
2186 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
2187 non-ported target libraries in noconfigdirs.
2188 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2189 non-linux-gnu. Remove libgcj_ex_libffi.
2190 <lang_frag loop>: Set add_this_lang=no if the language is in
2191 unsupported_languages.
2192 * configure: Regenerate.
2193
2194 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2195
2196 * configure.in: Fix typo in handling of --with-mpfr-dir.
2197 * configure: Regenerate.
2198
2199 2005-06-02 Jim Blandy <jimb@redhat.com>
2200
2201 * config.sub: Add cases for the Renesas m32c. (This patch has been
2202 accepted into the master sources.)
2203
2204 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
2205 Michael Snyder <msnyder@redhat.com>
2206 Stan Cox <scox@redhat.com>
2207
2208 * configure.in: Set noconfigdirs for ms1.
2209
2210 * configure: Regenerate.
2211
2212 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
2213
2214 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2215 (Dependencies): Consider target modules for bootstrap dependencies.
2216 Make target bootstrap modules depend on each stage's gcc.
2217 * Makefile.in: Regenerate.
2218
2219 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
2220
2221 * Makefile.def (configure-gcc): Depend on binutils having been built.
2222 (all-gcc): No need to do it here.
2223 * Makefile.in: Regenerate.
2224
2225 2005-05-19 Paul Brook <paul@codesourcery.com>
2226
2227 * configure.in: Rewrite misleading error message when requested
2228 language cannot be built.
2229 * configure: Regenerate.
2230
2231 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2232
2233 * ylwrap: Import from Automake 1.9.5.
2234
2235 2005-05-04 Mike Stump <mrs@apple.com>
2236
2237 * configure.in: Always pass --target to target configures as
2238 otherwise rebuilds that do --recheck will fail.
2239 * configure: Rebuilt.
2240
2241 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
2242
2243 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2244 STAGE_HOST_EXPORTS.
2245 (configure, all): Add bootstrap support.
2246 (Host modules, target modules): Pass post-stage1 flags and exports.
2247 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2248 * Makefile.in: Regenerate.
2249
2250 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
2251
2252 Sync from gcc:
2253
2254 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
2255
2256 * config.sub: Update from master copy.
2257
2258 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
2259
2260 * configure.in <crisv32-*-*, cris-*-*>: New local variable
2261 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
2262 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
2263 "*-*-elf" and "*-*-linux*".
2264 * configure: Regenerate.
2265
2266 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
2267
2268 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
2269 (TARGET_CONFIGARGS): Include --with-target-subdir.
2270 (configure, all): New macros. Use them throughout.
2271
2272 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
2273
2274 * Makefile.tpl: Sync with gcc.
2275 * Makefile.in: Regenerate.
2276
2277 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
2278
2279 * config/mh-mingw32: Delete.
2280 * configure.in: Don't use it.
2281 * configure: Regenerate.
2282
2283 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
2284
2285 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2286 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2287 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2288 (HOST_LIB_PATH): Generate from Makefile.def.
2289 (TARGET_LIB_PATH): Likewise.
2290 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2291 * Makefile.in: Regenerate.
2292 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2293 (RPATH_ENVVAR): Include Darwin case.
2294 * configure: Regenerate.
2295
2296 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
2297
2298 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2299 * configure: Regenerate.
2300
2301 2005-03-21 Zack Weinberg <zack@codesourcery.com>
2302
2303 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2304 gcc_version, and gcc_version_trigger from set of flags to pass.
2305 * Makefile.tpl: Remove definitions of above variables.
2306 (config.status): Remove dependency on $(gcc_version_trigger).
2307 * Makefile.in: Regenerate.
2308 * configure.in: Do not reference config/gcc-version.m4 nor
2309 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
2310 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
2311 * configure: Regenerate.
2312
2313 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
2314 Andrew Pinski <pinskia@physics.uc.edu>
2315
2316 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2317 * Makefile.in: Regenerate.
2318
2319 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
2320
2321 PR libgcj/20160
2322 * ltmain.sh: Avoid creating archives with components that have
2323 duplicate basenames.
2324
2325 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
2326
2327 PR bootstrap/20250
2328 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2329 instead of check.
2330 * Makefile.in: Regenerate.
2331
2332 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
2333
2334 Sync from gcc.
2335
2336 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
2337
2338 PR bootstrap/17383
2339 * Makefile.def (target_modules): Remove "stage", now unnecessary.
2340 * Makefile.tpl (HOST_SUBDIR): New substitution.
2341 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2342 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2343 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2344 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2345 (Host modules, Bootstrapped modules): Use it.
2346 (Build modules, Target modules): Do not create symlink trees,
2347 always configure out-of-srcdir.
2348 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2349 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2350 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2351 $(HOST_SUBDIR). Create a symlink for host_subdir.
2352
2353 * Makefile.in: Regenerate.
2354 * configure: Regenerate.
2355
2356 Merged from libada-gnattools-branch:
2357 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
2358
2359 * Makefile.def: Add gnattools as a module, depending on target-libada.
2360 * Makefile.in: Regenerate.
2361 * configure.in: Include gnattools in host_tools; disable it if ada
2362 is disabled.
2363 * configure: Regenerate.
2364
2365 2005-02-23 Nick Clifton <nickc@redhat.com>
2366
2367 * configure: Regenerate.
2368
2369 2005-02-22 Paul Schlie <schlie@comcast.net>
2370
2371 * configure.in: Allow darwin targeted ports to build tk, itcl and
2372 libgui.
2373
2374 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2375
2376 PR libgcj/10353
2377 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2378 * configure: Regenerate.
2379
2380 2005-02-08 Andrew Cagney <cagney@gnu.org>
2381
2382 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
2383 gdb/ section. Update GDB's URL.
2384
2385 2005-01-31 Andrew Cagney <cagney@gnu.org>
2386
2387 * gettext.m4: Only set ENABLE_NLS when gettext is present.
2388
2389 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
2390
2391 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2392 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2393 target-libgloss when not *-*-elf and *-*-aout.
2394 * configure: Regenerate.
2395
2396 2005-01-27 Andrew Cagney <cagney@gnu.org>
2397
2398 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
2399
2400 2005-01-24 Andrew Cagney <cagney@gnu.org>
2401
2402 * gettext.m4: Only fall back to ../intl/ when it's present.
2403
2404 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2405
2406 * install-sh, config.sub: Import from upstream.
2407
2408 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2409
2410 PR bootstrap/18222
2411 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2412 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2413 * Makefile.in: Regenerate.
2414
2415 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
2416
2417 Revert 2004-12-28 Makefile changes, a better fix will be
2418 applied to mainline and src after GCC 4.0 branches.
2419
2420 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
2421
2422 PR bootstrap/17383
2423
2424 * Makefile.def (target_modules): Remove stage parameter,
2425 it is always true now.
2426 * Makefile.tpl (configure-build-[+module+],
2427 configure-target-[+module+]): Always build symlink tree
2428 for the directory and for include. BUILD_SUBDIR and
2429 TARGET_SUBDIR cannot be . anymore.
2430 * Makefile.in: Regenerate.
2431
2432 2004-12-25 David Edelsohn <edelsohn@gnu.org>
2433
2434 Revert 2004-12-08 Makefile changes.
2435
2436 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
2437
2438 * configure.in (sh64-*-*): Reenable gprof.
2439 * configure: Regenerate.
2440
2441 2004-12-09 Jim Blandy <jimb@redhat.com>
2442
2443 * MAINTAINERS: List 'depcomp' as part of automake.
2444
2445 2004-12-08 David Edelsohn <edelsohn@gnu.org>
2446
2447 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2448 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2449 (EXTRA_TARGET_FLAGS): Add PICFLAG.
2450 * Makefile.in: Regenerate.
2451
2452 2004-12-07 Matt Kraai <kraai@ftbfs.org>
2453
2454 * Makefile.tpl: Generate normal dependencies if the LHS module is
2455 not bootstrapped.
2456 * Makefile.in: Regenerate.
2457
2458 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
2459
2460 * configure.in: Include config/gxx-include-dir.m4. Use
2461 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
2462 * configure: Regenerate.
2463
2464 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
2465
2466 * config.if: Delete.
2467 * configure.in: Set libstdcxx_incdir directly.
2468 * configure: Regenerate.
2469 * MAINTAINERS: Remove mention of config.if.
2470 * src-release (DEVO_SUPPORT): Remove config.if.
2471
2472 2004-12-02 Eric Christopher <echristo@redhat.com>
2473
2474 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
2475 of things to remove.
2476 * Makefile.in: Regenerate.
2477
2478 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
2479
2480 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2481 * configure: Regenerate.
2482
2483 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
2484
2485 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
2486 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
2487 * configure: Regenerate.
2488
2489 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2490
2491 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2492 (hppa*64*-*-*): Delete incorrect comment.
2493 * configure: Rebuilt.
2494
2495 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2496
2497 * install-sh, compile: Import from automake.
2498
2499 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2500
2501 * config.guess, config.sub: Import from savannnah.
2502
2503 2004-11-12 Mike Stump <mrs@apple.com>
2504
2505 * Makefile.def: Add html support.
2506 * Makefile.tpl: Likewise.
2507 * Makefile.in: Regenerate.
2508
2509 2004-11-11 Geoffrey Keating <geoffk@apple.com>
2510
2511 PR 18423
2512 * configure.in: Remove all instances of build-fixincludes from
2513 noconfigdirs.
2514 (build_configargs): Supply --target to subdirectories.
2515 * configure: Regenerate.
2516
2517 * Makefile.def: Make gcc install depend on fixincludes install.
2518 * Makefile.in: Regenerate.
2519
2520 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
2521
2522 * configure.in (noconfigdirs) [mmix-*-*]: Disable
2523 target-libgfortran.
2524 * configure: Regenerate.
2525
2526 2004-11-07 David Edelsohn <edelsohn@gnu.org>
2527
2528 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2529 like CC.
2530
2531 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
2532
2533 * Makefile.def (host fixincludes): Specify missing targets.
2534 * Makefile.in: Regenerate.
2535
2536 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
2537
2538 PR other/17783
2539 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2540 * configure: Regenerated.
2541
2542 2004-11-04 Daniel Jacobowitz <dan@debian.org>
2543
2544 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2545 * configure: Regenerated.
2546
2547 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
2548
2549 PR target/18151
2550 * configure.in (case ${target}): Do not build fixincludes for avr.
2551 * configure: Regenerated.
2552
2553 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
2554
2555 * configure.in (case ${target}): Do not build fixincludes
2556 on platforms where it is not used.
2557 * configure: Regenerated.
2558
2559 2004-10-23 Daniel Jacobowitz <dan@debian.org>
2560
2561 * configure.in: Use an absolute path to install-sh.
2562 * configure: Regenerated.
2563
2564 2004-10-19 Andrew Cagney <cagney@gnu.org>
2565
2566 * src-release (do-djunpack, do-md5sum): Install the generated file
2567 directly into the proto-toplev/ directory.
2568
2569 2004-10-19 Andrew Cagney <cagney@gnu.org>
2570
2571 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
2572
2573 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
2574
2575 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2576 * configure: Regenerate.
2577
2578 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
2579
2580 Fix wrong conflict resolution in:
2581
2582 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
2583
2584 * Makefile.in: Regenerate.
2585 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2586 in the recursive `make', instead of hardwiring `all'.
2587 (Autogenerated TARGET-* variables): New.
2588
2589 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2590
2591 Merged from GCC / libtool upstream:
2592 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
2593 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2594 * ltcf-cxx.sh (tpf*): Likewise.
2595 * ltconfig (tpf*): Add TPF OS configuration support.
2596
2597 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
2598
2599 * configure.in: Enable target-libgloss for crx-*-*.
2600 * configure: Regenerate.
2601
2602 2004-09-24 Michael Roth <mroth@nessie.de>
2603
2604 * configure.in (--without-headers): Add missing double quotes.
2605 * configure: Regenerate.
2606
2607 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
2608
2609 * ylwrap: Revert to previous version.
2610
2611 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
2612
2613 PR bootstrap/17369
2614 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2615 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2616 SET_GCC_LIB_PATH_CMD.
2617 (BASE_TARGET_EXPORTS): Likewise.
2618 * Makefile.in: Regenerated.
2619
2620 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2621 * configure: Regenerated.
2622
2623 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
2624
2625 * config.guess: New upstream version
2626 * compile, depcomp, install-sh, ylwrap: Likewise.
2627
2628 2004-09-19 Roger Sayle <roger@eyesopen.com>
2629
2630 * config/mh-x86omitfp: New host makefile fragment. Add
2631 -fomit-frame-pointer to the default BOOT_CFLAGS.
2632 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2633 * configure: Regenerate.
2634
2635 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
2636
2637 PR target/11572
2638 * configure.in (*-*-darwin*): Renable libobjc.
2639 * configure: Regenerate.
2640
2641 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
2642
2643 * Makefile.def: Remove libbanshee.
2644 * Makefile.tpl: Ditto.
2645 * configure.in: Ditto.
2646 * Makefile.in: Regen.
2647 * configure: Ditto.
2648
2649 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
2650
2651 * missing: Import latest version from master repository.
2652
2653 2004-09-04 Nick Clifton <nickc@redhat.com>
2654
2655 * config.sub: Import latest version from master repository.
2656 * config.guess: Likewise.
2657 This includes these changes:
2658
2659 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
2660
2661 * config.sub: Handle crisv32, alias etraxfs.
2662 * config.guess (crisv32:Linux:*:*): Handle.
2663
2664 2004-08-13 Brad Smith <brad@comstyle.com>
2665
2666 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2667 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2668
2669 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
2670
2671 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2672 assume the processor is a powerpc. This is because coreutils
2673 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2674 in this case, due to a MacOS X bug that causes
2675 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2676 to return a negative number.
2677 Problem reported by Petter Reinholdtsen in:
2678 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2679
2680 2004-07-19 Ben Elliston <bje@gnu.org>
2681
2682 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2683
2684 2004-06-24 Ben Elliston <bje@gnu.org>
2685
2686 * config.guess: Update copyright years.
2687 * config.sub: Likewise.
2688
2689 2004-06-22 Robert Millan <robertmh@gnu.org>
2690
2691 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2692 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2693
2694 2004-06-22 Stanley F. Quayle <stan@stanq.com>
2695
2696 * config.guess (*:*VMS:*:*): New entry. Replaces
2697 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2698 manufacturer.
2699
2700 2004-06-22 Ben Elliston <bje@gnu.org>
2701
2702 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2703 * config.sub: Likewise.
2704
2705 2004-06-22 Ben Elliston <bje@gnu.org>
2706
2707 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2708 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2709
2710 2004-06-11 Ben Elliston <bje@gnu.org>
2711
2712 * config.guess (pegasos:OpenBSD:*:*): Remove.
2713
2714 2004-06-11 Ben Elliston <bje@gnu.org>
2715
2716 From Wouter Verhelst <wouter@grep.be>:
2717 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2718
2719 2004-06-11 Ben Elliston <bje@gnu.org>
2720
2721 * config.guess (luna88k:OpenBSD:*:*): New.
2722
2723 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2724
2725 * config.guess (m32r*:Linux:*:*): New case.
2726 * config.sub: Handle m32rle.
2727
2728 2004-03-12 Ben Elliston <bje@wasabisystems.com>
2729
2730 From Jens Petersen <petersen@redhat.com>:
2731 * config.sub: Handle sparcv8.
2732
2733 2004-03-03 Ben Elliston <bje@wasabisystems.com>
2734
2735 From Tom Smith <smith@cag.lkg.hp.com>:
2736 * config.guess: Version suffixes are equally significant on Tru64
2737 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
2738 prefix of "P" (patched kernel).
2739
2740 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
2741
2742 * config.sub: Add support for National Semiconductor CRX target.
2743
2744 2004-09-03 Jan Beulich <jbeulich@novell.com>
2745
2746 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2747 *-*-netware, but add target-libmudflap.
2748 Consolidate *-*-netware targets (of which really only i?86 exists)
2749 into a single entry.
2750 * configure: Likewise.
2751
2752 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
2753
2754 * Makefile.tpl (sorry): Remove.
2755 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2756 (cleanstrap targets): Depend on distclean, not distclean-stage1.
2757 (do-clean): Clean per-stage directories too.
2758 (do-distclean): Run distclean-stage1 too.
2759 (.NOTPARALLEL): Enable during toplevel bootstrap.
2760 (stage[+id+]-bubble): Enable parallel execution during
2761 the recursive invocation.
2762 * Makefile.in: Regenerate.
2763
2764 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2765
2766 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
2767
2768 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2769 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2770 * configure: regenerate
2771 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2772 -mdynamic-no-pic
2773
2774 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
2775
2776 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2777 include.
2778 * configure.in: Fix indentation.
2779 * configure: Regenerate.
2780
2781 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
2782
2783 * Makefile.def (build_modules): Add fixincludes.
2784 (dependencies): Make gcc depend on fixincludes.
2785 * configure.in (build_tools): Add fixincludes.
2786 (build_configdirs): Always include build_libs.
2787 * Makefile.in: Regenerate.
2788 * configure: Regenerate.
2789
2790 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
2791
2792 * Makefile.def (bootstrap stages): Add 'lean' parameter.
2793 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2794 phony targets; do not generate timestamp files.
2795 (distclean-stageN): Remove references to their timestamp files.
2796 (restageN, touch-stageN): Remove.
2797 (stageN-bubble): Rewritten.
2798 (compare): Support lean bootstraps.
2799 * Makefile.in: Regenerate.
2800
2801 * configure.in: Only warn when bootstrapping but
2802 build != host or build != target. Support lean bootstraps.
2803 * configure: Regenerate.
2804
2805 Sync from gcc:
2806 2004-08-26 Phil Edwards <phil@codesourcery.com>
2807
2808 * configure.in: Give a better error message if GMP/MPFR are missing
2809 and a language needing them has been requested.
2810 * configure: Regenerated.
2811
2812 2004-08-25 Phil Edwards <phil@codesourcery.com>
2813
2814 * configure.in: Print a list of available language front-ends if
2815 a requested one is missing. Tidy stray tab characters.
2816 * configure: Regenerated.
2817
2818 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
2819
2820 * Makefile.in: Regenerate.
2821 * configure: Regenerate.
2822
2823 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2824 stage_*_flags.
2825 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2826 for bootstrapped modules if toplevel bootstrap is going.
2827 (GCC bootstrap): Generate per-stage targets for all bootstrapped
2828 modules. Adjust for changes in Makefile.def. Enable several
2829 rules even in non-bootstrap mode, just to avoid peppering the
2830 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2831 (stage-[+prev+]-bubble): Remove.
2832
2833 * Makefile.def (Dependencies): Depend on all-build-bison,
2834 all-build-flex, all-build-byacc, all-build-texinfo, rather
2835 than the host variations.
2836 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
2837 with BUILD_SUBDIR.
2838 (BISON): Update for recent Bisons.
2839 (YACC): Fix typo.
2840 (cross): Depend on all-build.
2841 (all): Do not depend on all-build.
2842 (prebootstrap): Remove.
2843 (dep-kind): Accept separate prefixes for MODULE and ON variables.
2844 (Prebootstrap dependencies): Add them to the per-stage targets
2845 and to all-prebootstrap.
2846 * configure.in (build_configdirs): Always enable build_tools.
2847 (BUILD_DIR_PREFIX): Remove.
2848
2849 * Makefile.def (gcc): Add target variable.
2850 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2851 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2852 in the recursive `make', instead of hardwiring `all'.
2853 (Autogenerated TARGET-* variables): New.
2854
2855 2004-08-17 Robert Millan <robertmh@gnu.org>
2856
2857 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2858 (instead of FreeBSD).
2859 * configure: Regenerate.
2860
2861 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
2862
2863 * Makefile.def, configure.in, src-release: Remove useless, bogus
2864 references to tix.
2865 * Makefile.in, configure: Regenerate.
2866
2867 * src-release: Stop distributing mmalloc with gdb (which doesn't
2868 use it).
2869 * Makefile.def: GDB doesn't depend on mmalloc anymore.
2870 * Makefile.in: Regenerate.
2871
2872 2004-08-09 Mark Mitchell <mark@codesourcery.com>
2873
2874 * configure.in (arm*-*-eabi*): New target.
2875 * configure: Regenerate.
2876
2877 2004-08-01 Robert Millan <robertmh@gnu.org>
2878
2879 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2880 libmudflap for all GNU-based systems (with Glibc).
2881 * configure: Regenerate.
2882
2883 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
2884
2885 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2886 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2887 (Dependencies): New section.
2888 * Makefile.tpl (Dependencies): Generate from Makefile.def.
2889 (configure-target-[+module+]): Depend on maybe-all-gcc
2890 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
2891 (toplevel profiledbootstrap): Fix dependencies.
2892 * Makefile.in: Regenerate.
2893
2894 2004-08-03 Mark Mitchell <mark@codesourcery.com>
2895
2896 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2897 target-libiberty to noconfigdirs.
2898
2899 2004-08-03 Paul Brook <paul@codesourcery.com>
2900
2901 * configure.in: Check for MPFR as well as GMP.
2902 * configure: Regenerate.
2903
2904 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2905
2906 * Makefile.def (host-modules): Add gcc.
2907 * Makefile.in: Regenerate.
2908 * Makefile.tpl (sorry): New rule.
2909 (configure-host, all-host, [+make_target+]-host, do-check,
2910 install-host): Do not add gcc as a special case.
2911 (host modules): Add a small special-casing for gcc. Export
2912 extra_make_flags through the environment.
2913 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2914 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2915 other recursive targets for gcc): Remove.
2916
2917 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2918 (stage, unstage): New rules.
2919 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2920 distclean-stage[+id+]): Use stage_current.
2921 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2922 the stage*-start rules.
2923
2924 2004-07-19 Robert Millan <robertmh@gnu.org>
2925
2926 Synced from gcc:
2927
2928 2004-04-26 Robert Millan <robertmh@gnu.org>
2929
2930 Add patches from libtool CVS.
2931 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2932 * ltconfig: Likewise.
2933 * ltcf-c.sh: Likewise.
2934 * ltcf-cxx.sh: Likewise.
2935 * ltcf-gcj.sh: Likewise.
2936
2937 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
2938
2939 * configure.in: Add noconfigdirs for crx-*-*.
2940 * configure: Regenerate.
2941
2942 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
2943
2944 Synced from gcc:
2945
2946 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
2947
2948 * configure.in: Build libmudflap by default on FreeBSD.
2949 * configure: Regenerated.
2950
2951 2004-07-09 Mark Mitchell <mark@codesourcery.com>
2952
2953 * configure.in: Do not build libmudflap by default on non-GNU/Linux
2954 systems.
2955 * configure: Regenerated.
2956
2957 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2958
2959 PR target/16344
2960 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2961 feedback based compiler.
2962 * Makefile.in: Rebuilt.
2963
2964 2004-07-05 Phil Edwards <phil@codesourcery.com>
2965
2966 * configure.in: Do not prepend $srcdir to /dev/null in
2967 makefile fragments.
2968 * configure: Regenerate.
2969
2970 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
2971
2972 * Makefile.def (host_modules): Set bootstrap=true for flex.
2973 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2974 * Makefile.in: Rebuilt.
2975
2976 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
2977
2978 * Makefile.def (build_modules): Add bison, byacc, flex,
2979 m4, texinfo.
2980 (flags_to_pass): Add FLEX.
2981 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2982 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2983 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2984 DEFAULT_MAKEINFO): Remove.
2985 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2986 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2987 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2988 objdir or else use configured tool.
2989 (all-build): New.
2990 (all): Depend on it.
2991 (Build module dependencies): Add.
2992 * Makefile.in: Regenerate.
2993 * configure.in: Better support for multiple build modules,
2994 matching what is done for host/target modules. Do not look
2995 for "plausible" locations of build tools if Canadian cross.
2996 Use autoconf's AC_PROG_CC to find a C compiler. Define
2997 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
2998 * configure: Regenerate.
2999
3000 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
3001
3002 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3003 * Makefile.in: Regenerate.
3004
3005 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
3006
3007 * Makefile.tpl (configure-build-[+module+],
3008 configure-[+module+], configure-target-[+module+]): Pass
3009 [+extra_configure_args+].
3010 (all-build-[+module+], all-[+module+], check-[+module+],
3011 install-[+module+], [+make_target+]-[+module+],
3012 all-target-[+module+], check-target-[+module+],
3013 install-target-[+module+], [+make_target+]-target-[+module+]):
3014 Pass [+extra_make_args+].
3015 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3016 (GCC_HOST_EXPORTS): Remove.
3017 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3018 cross, check-gcc, check-gcc-c++, install-gcc,
3019 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3020 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3021 * Makefile.in: Regenerate.
3022
3023 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
3024
3025 * configure.in: Check for srcdir/winsup rather than build directory
3026 winsup.
3027 * configure: Regenerate.
3028
3029 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
3030
3031 * configure.in: Don't build Cygwin native newlib if winsup
3032 directory is missing. Emit warning instead.
3033 * configure: Regenerate.
3034
3035 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
3036
3037 * Makefile.tpl (touch-stage[+id+]): New.
3038 (restage[+prev+]): Depend on touch-stage[+id+].
3039
3040 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3041 Use it throughout.
3042
3043 * Makefile.def: Add profile and feedback bootstrap stages.
3044 Remove next field from bootstrap stages.
3045 * Makefile.tpl (LN, LN_S): Substitute.
3046 (stageN-start, stageN-end): Use double-colon rules, to
3047 provide a hook for additional setup commands.
3048 (distclean-stageN-gcc, restageN): Create dependencies from
3049 [+prev+], not from [+next+].
3050 (stageN-bubble): Add commands for successive stages from
3051 [+prev+], using double-colon rules.
3052 (all-stageN-gcc): Fix typo.
3053 (stagefeedback-start, profiledbootstrap): New.
3054 * Makefile.in: Regenerate.
3055 * configure.in: Call ACX_PROG_LN.
3056 * configure: Regenerate.
3057
3058 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
3059
3060 * configure.in: Fix --enable-bootstrap breakage introduced in trees
3061 without gcc.
3062 * configure: Regenerate.
3063
3064 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
3065
3066 * Makefile.tpl: Fix typo.
3067 * Makefile.in: Regenerate.
3068
3069 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
3070
3071 * configure.in: Remove new- prefix from toplevel
3072 bootstrap targets.
3073 * configure: Regenerate.
3074
3075 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
3076
3077 Merge this patch from the gcc tree:
3078
3079 2004-05-30 Andreas Jaeger <aj@suse.de>
3080 Jim Wilson <wilson@specifixinc.com>
3081
3082 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3083 like CC.
3084
3085 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
3086
3087 * Makefile.tpl (all.normal): Rename to all.
3088 (all): Replace with a rule to pick the default
3089 target from configure.
3090 (all-gcc, configure-gcc): Use conditionals to
3091 do nothing when toplevel bootstrap is going on.
3092 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3093 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3094 * configure.in: Support --enable-bootstrap.
3095
3096 * Makefile.def: Remove new- prefix from toplevel
3097 bootstrap targets.
3098 * Makefile.tpl: Likewise.
3099
3100 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
3101 target.
3102
3103 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3104 $(RECURSE_FLAGS) to recursive invocation of make.
3105
3106 * Makefile.in: Regenerate.
3107 * configure: Regenerate.
3108
3109 2004-05-27 Daniel Jacobowitz <dan@debian.org>
3110
3111 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3112 * configure: Regenerate.
3113
3114 2004-05-25 Daniel Jacobowitz <drow@false.org>
3115
3116 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3117 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3118 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
3119 targets.
3120 * Makefile.in: Regenerate.
3121
3122 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
3123
3124 * configure.in: Test the ability to symlink directories.
3125 * configure: Regenerate.
3126
3127 * Makefile.def (bootstrap-stage): New definitions.
3128 * Makefile.tpl (configure-stage1-gcc,
3129 configure-stage2-gcc, configure-stage3-gcc,
3130 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
3131 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
3132 new-restage3, compare): Autogenerate, see Makefile.in
3133 entry for behavioral changes.
3134 (distclean-stage1, new-stage1-start, new-stage1-end,
3135 new-stage1-bubble, distclean-stage2, new-stage2-start,
3136 new-stage2-end, new-stage2-bubble, distclean-stage3,
3137 new-stage3-start, new-stage3-end): New autogenerated targets.
3138 (objext, prebootstrap, BOOT_CFLAGS,
3139 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
3140 targets.
3141
3142 * Makefile.in: Regenerate.
3143 (distclean-stage1, new-stage1-start, new-stage1-end,
3144 new-stage1-bubble, distclean-stage2, new-stage2-start,
3145 new-stage2-end, new-stage2-bubble, distclean-stage3,
3146 new-stage3-start, new-stage3-end): New targets.
3147 (all-stage1-gcc): Move prebootstrap dependency from here...
3148 (configure-stage1-gcc): ...to here.
3149 (new-bootstrap): Use bubble targets.
3150 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3151 Use per-stage distclean targets.
3152 (configure-stage1-gcc, configure-stage2-gcc,
3153 configure-stage3-gcc, all-stage1-gcc,
3154 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
3155 Use new-stageN-start to prepare the tree.
3156
3157 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
3158
3159 * Makefile.def (host_modules): add libcpp.
3160 * Makefile.tpl: Add dependencies on and for libcpp.
3161 * Makefile.in: Regenerate.
3162 * configure.in: Add libcpp host module.
3163 * configure: Regenerate.
3164
3165 2004-05-17 Zack Weinberg <zack@codesourcery.com>
3166
3167 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3168 of libf2c.
3169 * configure, Makefile.in: Regenerate.
3170
3171 2004-05-13 Diego Novillo <dnovillo@redhat.com>
3172
3173 Merge from tree-ssa-20020619-branch.
3174
3175 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
3176 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
3177 (HOST_GMPLIBS): Define.
3178 (HOST_GMPINC): Define.
3179 (TARGET_LIB_PATH): Add libmudflap.
3180 (GFORTRAN_FOR_TARGET): Define.
3181 (configure-build*): Export GFORTRAN.
3182 (configure-gcc): Export GMPLIBS and GMPINC.
3183 (all-gcc): Add maybe-all-libbanshee.
3184 (configure-target-libgfortran): Define.
3185 * Makefile.in: Regenerate.
3186 * configure.in (host_libs): Add libbanshee.
3187 (target_libraries): Add target-libmudflap and target-libgfortran.
3188 Add --with-libbanshee.
3189 Handle --disable-libmudflap.
3190 (*-*-freebsd*): Use with_gmp.
3191 Add $(libgcj) to noconfigdirs.
3192 * configure: Regenerate.
3193 * depcomp: New file.
3194 * MAINTAINERS: Add tree-ssa maintainers.
3195
3196 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
3197
3198 * config/acx.m4: Fix fastcompare support for new-bootstrap.
3199 * configure: Regenerate.
3200
3201 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
3202
3203 Revert:
3204 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
3205
3206 * Makefile.def (flags_to_pass): Remove *dir variables that
3207 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3208 as well as prefix and exec_prefix.
3209 * Makefile.in: Regenerate.
3210
3211 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
3212
3213 * Makefile.def (host_modules): Mark with the bootstrap
3214 flag packages on which gcc depends.
3215 * Makefile.tpl (all-bootstrap): Use it.
3216 * Makefile.in: Regenerate.
3217
3218 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
3219
3220 * Makefile.def (flags_to_pass): Remove *dir variables that
3221 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3222 as well as prefix and exec_prefix.
3223 * Makefile.in: Regenerate.
3224
3225 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
3226
3227 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
3228 * configure: Regenerate.
3229 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
3230 * gcc/Makefile.tpl (compare): Use the result of the test.
3231 * gcc/Makefile.in: Regenerate.
3232
3233 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
3234
3235 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
3236 Always relocate gcc and prev-gcc to the original names, even
3237 if the build fails.
3238 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3239 New targets.
3240
3241 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3242
3243 * configure.in (mips*-*-irix5*): Enable ld.
3244 * configure: Regenerate.
3245
3246 2004-04-15 James E Wilson <wilson@specifixinc.com>
3247
3248 * Makefile.tpl (configure-[+module+], configure-gcc,
3249 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
3250 Set and export LDFLAGS.
3251 * Makefile.in: Regenerate.
3252
3253 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
3254
3255 PR bootstrap/14871
3256 * Makefile.tpl: If we don't have built-in-tree target tools,
3257 use the ones found by configure rather than hacking around with
3258 program_transform_name.
3259 * configure.in: Give Makefile.tpl the information necessary
3260 to do that.
3261 * Makefile.in: Regenerate.
3262 * configure: Regenerate.
3263
3264 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
3265
3266 PR bootstrap/14760
3267 * configure.in: When computing baseargs, strip *all* copies of
3268 offending options. Also, don't match/substitute the trailing space,
3269 so that this actually works when two similar options are separated by
3270 only one space.
3271 * configure: Regenerate.
3272
3273 2004-04-06 David Edelsohn <edelsohn@gnu.org>
3274
3275 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3276 (rs6000-*-aix*): Same.
3277 * configure: Regenerate.
3278
3279 2004-03-25 Stan Shebs <shebs@apple.com>
3280
3281 Remove MPW support, no longer used.
3282 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
3283 mpw-install: Remove files.
3284 * src-release (DEVO_SUPPORT): Remove names of removed files.
3285 * MAINTAINERS: Likewise.
3286
3287 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
3288
3289 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3290 STRICT_WARN, WARN_CFLAGS flags passed down to make.
3291 * Makefile.in: Regenerate.
3292
3293 * configure.in (top level bootstrap support): Rework --enable-werror
3294 to set @stage2_werror_flag@.
3295 * configure: Regenerate.
3296 * Makefile.tpl (top level bootstrap support): Pass
3297 @stage2_werror_flag@ down to configure in stages 2 and 3.
3298 * Makefile.in: Regenerate.
3299
3300 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
3301
3302 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
3303 for stages 2 and 3 as well as in make. As a consequence, remove
3304 OUTPUT_OPTION (now detected by configure) from the flags passed down
3305 to make.
3306 * Makefile.in: Regenerate.
3307
3308 * Makefile.tpl (new-bootstrap): Fix typo.
3309 * Makefile.in: Regenerate.
3310
3311 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
3312
3313 * Makefile.tpl: Rearrange by moving recursive_targets rules
3314 into their proper sections.
3315 * Makefile.tpl (top level bootstrap support): Move disabling
3316 of coverage flags from 'make' to 'configure'; improve comments.
3317 * Makefile.in: Regenerate.
3318
3319 * Makefile.tpl (experimental top level bootstrap) Move stage1
3320 language setting from all- target to configure- target; disable
3321 intermodule optimization in stage 1; prevent gratuitous rebuilds
3322 of stage 1.
3323 * Makefile.in: Regenerate.
3324 * configure.in: Comma-separate stage 1 language list for top
3325 level bootstrap.
3326 * configure: Regenerate.
3327
3328 * Makefile.tpl: Clean up experimental top level bootstrap support:
3329 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
3330 prev-gcc in configure- targets as well as all- targets.
3331 * Makefile.in: Regenerate.
3332
3333 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
3334
3335 * configure.in: Remove symbolic link section.
3336 * configure: Regenerate.
3337 * Makefile.tpl (links): Remove.
3338 * Makefile.in: Regenerate.
3339
3340 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
3341 Nathanael Nerode <neroden@gcc.gnu.org>
3342
3343 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
3344 Set with AC_CHECK_PROGS.
3345 * configure.in: Fix comment typo from last patch.
3346 * configure: Regenerate.
3347
3348 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
3349
3350 * Makefile.tpl: Introduce experimental top level bootstrap support.
3351 * Makefile.in: Regenerate.
3352 * configure.in: Introduce support for top level bootstrap.
3353 * configure: Regenerate.
3354
3355 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
3356 Paolo Bonzini <bonzini@gnu.org>
3357
3358 PR bootstrap/14522
3359 * configure.in: Cope with shells that do not support unquoted ^
3360 * configure: Regenerate.
3361
3362 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
3363 Paolo Bonzini <bonzini@gnu.org>
3364
3365 PR bootstrap/14522
3366 * configure.in: Cope with shell that do not support nesting
3367 quotes inside quoted backquote substitutions.
3368 * configure: Regenerate.
3369
3370 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
3371
3372 PR bootstrap/14522
3373 * configure.in: Fix escaping of $.
3374 * configure: Regenerate.
3375
3376 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
3377
3378 * configure: Regenerate.
3379
3380 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
3381
3382 PR ada/14131
3383 Move language detection to the top level.
3384 * configure.in: Find default values for the tools as
3385 soon as possible. Disable ada if GNAT is not found.
3386 Emit error message about missing languages. Expand
3387 --enable-languages=all for the gcc subdirectory.
3388
3389 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
3390
3391 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3392 and disable libgcj.
3393 * configure: Regenerated.
3394
3395 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3396
3397 PR bootstrap/7087
3398 * Makefile.tpl: Guard XFOO sed statements better.
3399 * Makefile.tpl: Add dependency for configure-target-libada.
3400 * Makefile.in: Regenerate (incidentally fixes broken
3401 commit when libada-branch was merged).
3402
3403 2004-02-28 Andrew Cagney <cagney@redhat.com>
3404
3405 * src-release (CVS_NAMES): Define.
3406 (do-tar, do-tar): Prune $(CVS_NAMES).
3407
3408 2004-02-23 Andrew Cagney <cagney@redhat.com>
3409
3410 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
3411 2004-02-19.09.
3412
3413 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
3414
3415 PR bootstrap/11932
3416 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3417
3418 2004-02-19 Andrew Cagney <cagney@redhat.com>
3419
3420 * config.guess: Update from version 2003-06-12 to 2004-02-16.
3421 * config.sub: Update from version 2003-06-13 to 2004-02-16.
3422
3423 2004-02-11 David Edelsohn <edelsohn@gnu.org>
3424
3425 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3426 (rs6000-*-aix*): Same.
3427 * configure: Regenerate.
3428
3429 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
3430
3431 * configure.in (host): Add in missing $noconfigdirs to defines.
3432 * configure: Regenerate.
3433
3434 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
3435 Nathanael Nerode <neroden@gcc.gnu.org>
3436
3437 PR ada/6637, PR ada/5911
3438 Merge with libada-branch:
3439 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3440 with appropriate dependencies. Add --enable-libada configure switch.
3441 * configure, Makefile.in: Regenerate.
3442
3443 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3444
3445 * configure.in: Don't pass --with-stabs on IRIX 5 either.
3446 * configure: Regenerate.
3447
3448 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
3449
3450 * COPYING.NEWLIB: Update Red Hat license to 2004.
3451
3452 2004-01-23 DJ Delorie <dj@redhat.com>
3453
3454 * Makefile.def (target_modules) [libiberty]: Don't stage.
3455 * Makefile.in: Rebuilt.
3456
3457 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
3458
3459 * COPYING.NEWLIB: Update to include copyrights for new
3460 iconv code.
3461
3462 2004-01-15 Andrew Cagney <cagney@redhat.com>
3463
3464 * src-release: Update copyright year.
3465 (do-proto-toplev): Configure using i686-pc-linux-gnu.
3466 (NEWLIB_SUPPORT_DIRS): Delete macro.
3467 (newlib.tar.bz2): Delete rule.
3468
3469 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
3470
3471 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3472 * Makefile.tpl (configure-target-[+module+]): Support stage.
3473 * Makefile.in: Rebuilt.
3474
3475 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3476
3477 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
3478 throughout.
3479
3480 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
3481
3482 * configure.in: Use ./config.cache, not config.cache.
3483 * configure: Regenerate.
3484 * Makefile.tpl: Special-casing not needed for GCC any more.
3485 * Makefile.in: Regenerate.
3486
3487 * configure.in: Don't share a cache file for host dirs.
3488 * configure: Regenerate.
3489
3490 * config-ml.in: Don't mess with the cache file.
3491
3492 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
3493
3494 * Makefile.tpl: Make GCC use a separate config.cache.
3495 * Makefile.in: Regenerate.
3496
3497 PR bootstrap/11932, PR bootstrap/11933
3498 (I don't know if it will fix either of them, but it relates
3499 to them.)
3500 * configure.in: Don't use shared config.cache for target
3501 directories.
3502 * configure: Regenerate.
3503
3504 2003-12-31 Roger Sayle <roger@eyesopen.com>
3505
3506 * configure.in (ia64*-*-hpux*): Disable building java libraries.
3507 * configure: Regenerated.
3508
3509 2003-12-21 Bernardo Innocenti <bernie@develer.com>
3510
3511 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3512 * configure: Regenerated.
3513
3514 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
3515
3516 Port change over from GCC:
3517 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
3518 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3519 (configure-build-[+module+], configure-[+module+]): Likewise.
3520 (configure-target-[+module+], configure-gcc, config.status): Likewise.
3521 * Makefile.in: Regenerate.
3522
3523 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
3524
3525 * configure.in (raw_libstdcxx_flags): Remove the leading space.
3526 * configure: Regenerate.
3527
3528 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
3529
3530 * COPYING.NEWLIB: Add license info for long long routines added to
3531 stdlib.
3532
3533 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
3534
3535 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3536 * Makefile.in: Regenerate.
3537
3538 2003-10-20 Phil Edwards <phil@codesourcery.com>
3539
3540 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
3541 * configure: Regenerate.
3542
3543 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
3544
3545 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3546 HOST_FLAGS_TO_PASS.
3547 * Makefile.in: Regenerate.
3548
3549 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
3550
3551 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3552 * configure: Rebuilt
3553 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3554 * Makefile.in: Rebuilt
3555
3556 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
3557
3558 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3559
3560 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
3561
3562 * config-ml.in: Use ac_configure_args directly instead of
3563 ml_arguments. Only set ml_norecursion if --no[-]recursion is
3564 actually seen.
3565
3566 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
3567
3568 * config-ml.in: Propagate INSTALL variables.
3569
3570 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
3571
3572 * configure.in: Pass a computed --program-transform-name
3573 to subconfigures.
3574 * configure: Regenerated.
3575
3576 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3577
3578 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3579 * Makefile.in: Regenerate.
3580
3581 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3582 * Makefile.in: Regenerate.
3583
3584 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
3585
3586 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3587 quoting.
3588 * configure: Regenerated.
3589
3590 2003-09-12 Michael Chastain <mec@shout.net>
3591
3592 Fix PR gdb/857.
3593 * src-release (do-proto-topleve): Remove junk files
3594 intl/config.cache, intl/config.status,
3595 intl/config.h, intl/stamp-h.
3596
3597 2003-09-14 Andrew Cagney <cagney@redhat.com>
3598
3599 * src-release (dejagnu.tar): New target.
3600 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
3601 (do-djunpack): Use $(PACKAGE) for the package name.
3602
3603 2003-09-04 DJ Delorie <dj@redhat.com>
3604
3605 * configure: Regenerate.
3606
3607 2003-09-04 Robert Millan <robertmh@gnu.org>
3608
3609 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
3610
3611 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3612
3613 * configure.in: Ensure arguments to sed are properly spaced.
3614 * configure: Regenerate.
3615
3616 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3617
3618 Merge from gcc:
3619 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
3620 * install-sh: Update to newer upstream versions (associated with
3621 aclocal 1.7).
3622 * missing: Likewise, plus $1Help2man -> $1 typo fix.
3623
3624 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
3625
3626 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3627 * configure: Regenerated.
3628
3629 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
3630
3631 * configure.in: Use newline instead of semicolon when assuming
3632 shell arguments in a for loop.
3633 * configure: Regenerated.
3634
3635 2003-08-20 Geoffrey Keating <geoffk@apple.com>
3636
3637 PR 8180
3638 * configure.in: When testing with_libs and with_headers, treat
3639 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
3640 * configure: Regenerate.
3641
3642 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3643 make, shell, etc.
3644 (baseargs): Likewise.
3645 * configure: Regenerate.
3646
3647 2003-08-19 Geoffrey Keating <geoffk@apple.com>
3648
3649 * configure.in: Disable libgcj for darwin not on powerpc.
3650 * configure: Rebuild.
3651
3652 2003-08-15 Michael Chastain <mec@shout.net>
3653
3654 * src-release (do-proto-toplev): Remove junk files
3655 dejagnu/example/calc/config.status,
3656 dejagnu/example/calc/config.log.
3657
3658 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
3659
3660 * config-ml.in, symlink-tree: Add license.
3661
3662 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
3663
3664 Merge from gcc:
3665
3666 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
3667 * Makefile.tpl (check, check-c++): Express dependencies using
3668 dependencies rather than commands.
3669 * Makefile.in: Regenerate.
3670
3671 2003-07-31 Geoffrey Keating <geoffk@apple.com>
3672 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3673 * Makefile.in: Update.
3674
3675 2003-08-01 Andrew Cagney <cagney@redhat.com>
3676
3677 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3678 * configure: Ditto.
3679
3680 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
3681
3682 * configure.in: Enable libgcj for darwin.
3683 * configure: Rebuild.
3684
3685 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
3686
3687 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
3688
3689 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
3690
3691 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3692 creating target and build subdirs to build all parent dirs as needed.
3693 * Makefile.in: Rebuild.
3694 * configure.in: Don't build dirs explicitly here.
3695 * configure: Rebuild.
3696
3697 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
3698
3699 * Makefile.tpl (all-make): Depend on intl.
3700 * Makefile.in: Rebuilt.
3701
3702 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
3703
3704 * config.if: Remove unused libc_interface determination.
3705
3706 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
3707
3708 * Makefile.in: Regenerate, correctly this time.
3709
3710 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
3711
3712 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
3713 unused INSTALL_PROGRAM_ARGS.
3714 * configure.in: Use AC_PROG_INSTALL.
3715 * Makefile.in: Regenerate.
3716 * configure: Regenerate.
3717
3718 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
3719
3720 * configure: Rebuilt.
3721 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3722 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3723 newlib nor libgloss.
3724 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
3725 * configure.in (am33_2.0-*-linux*): Added.
3726
3727 2003-07-09 Bob Wilson <bob.wilson@acm.org>
3728
3729 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3730 * configure: Regenerate.
3731
3732 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
3733
3734 * config-ml.in: Replace PWD with PWD_COMMAND.
3735 * Makefile.tpl: Likewise.
3736 * Makefile.in: Regenerated.
3737
3738 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
3739
3740 * configure.in: Clean up config-lang.in handling. Delete
3741 useless assignment to "subdirs".
3742 * configure: Regenerate.
3743
3744 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
3745
3746 * configure.in: Rename 'target_libs' to 'target_libraries'.
3747 Remove useless reference to 'target_libs'.
3748 * configure: Regenerate.
3749
3750 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
3751
3752 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3753 * Makefile.in: Regenerate.
3754
3755 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
3756
3757 * Makefile.def: Introduce flags_to_pass.
3758 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3759 * Makefile.in: Regenerate.
3760
3761 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3762
3763 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3764 and target-libgloss.
3765 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3766 <h8300*-*-*>: Disable libf2c and ${libgcj}.
3767 * configure: Regenerate.
3768
3769 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
3770
3771 * configure.in: Update testsuite_flags to new location.
3772 * configure. Regenerate.
3773
3774 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
3775
3776 * Makefile.tpl: Remove BUILD_CC stuff.
3777 * Makefile.in: Regenerate.
3778
3779 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
3780
3781 * config.guess: Update to 2003-06-12 version.
3782 * config.sub: Update to 2003-06-13 version.
3783
3784 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3785
3786 * MAINTAINERS: Add myself as MIPS co-maintainer.
3787
3788 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
3789
3790 * config.guess: Update to 2003-06-06 version.
3791 * config.sub: Update to 2003-06-06 version.
3792
3793 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3794
3795 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3796 * configure. Regenerate.
3797
3798 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
3799
3800 * configure.in: Disable serial configure by default.
3801 * configure: Regenerate.
3802 * Makefile.tpl: Abolish .NOTPARALLEL.
3803 * Makefile.in: Regenerate.
3804
3805 * Makefile.tpl: Replace {build,host,target}_canonical by
3806 {build,host,target}.
3807 * Makefile.in: Regenerate.
3808
3809 * Makefile.tpl: Fix stupid pasto.
3810 * Makefile.in: Regenerate.
3811
3812 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
3813
3814 * Makefile.tpl: Remove bogus conditional.
3815 * Makefile.in: Regenerate.
3816
3817 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
3818
3819 * Makefile.tpl: Make 'recursive targets' using autogen rather
3820 than shell loop. Remove duplicate 'clean' targets and false
3821 comments.
3822 * Makefile.def: Add systematic dependencies to 'recursive' targets.
3823 Add systematic method of specifying missing targets in subdirs.
3824 Add copyright boilerplate.
3825 * Makefile.in: Regenerate.
3826 * configure.in: Add 'recursive targets' to maybe list.
3827 * configure: Regenerate.
3828
3829 * Makefile.tpl: Rename [+target+] to [+make_target+].
3830 * Makefile.def: Rename 'target' to 'make_target'.
3831
3832 2003-05-30 Nick Clifton <nickc@redhat.com>
3833
3834 * README-maintainer-mode: Update URL for locating blessed config
3835 tools.
3836
3837 2003-05-29 Robert Millan <rmh@debian.org>
3838
3839 * ltconfig: Import this patch and modify for use with current
3840 version of ltconfig:
3841
3842 2003-05-21 Bruno Haible <bruno@clisp.org>
3843
3844 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
3845 GNU/FreeBSD.
3846
3847 2003-05-28 DJ Delorie <dj@redhat.com>
3848
3849 * Makefile.tpl: Make maybe-check-gcc .PHONY.
3850 * Makefile.in: Regenerate.
3851
3852 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
3853
3854 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
3855
3856 2003-05-21 DJ Delorie <dj@redhat.com>
3857
3858 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3859 newlib or libgloss.
3860 * Makefile.in: Regenerate.
3861
3862 2003-05-21 DJ Delorie <dj@redhat.com>
3863
3864 * Makefile.tpl: Add missing empty maybe-check-gcc target.
3865 * Makefile.in: Regenerate.
3866
3867 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3868
3869 * configure.in: Use curly braces in the definition of tooldir.
3870 * configure: Regenerate.
3871
3872 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
3873
3874 * configure.in: Switch more things to use maybe dependencies.
3875 * Makefile.tpl: Switch more things to use maybe dependencies.
3876 Factor out common code from autogen IF statements.
3877 * configure: Regenerate.
3878 * Makefile.in: Regenerate.
3879
3880 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
3881
3882 * configure.in: Accept i[3456789]86 for machine type.
3883 * configure: Regenerate.
3884
3885 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
3886
3887 * configure.in: Switch more things to use maybe dependencies.
3888 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
3889 * configure: Regenerate.
3890 * Makefile.tpl: Switch more things to use maybe dependencies.
3891 * Makefile.in: Regenerate.
3892
3893 2003-05-16 Andreas Schwab <schwab@suse.de>
3894
3895 * Makefile.tpl (install-opcodes): Define.
3896 * Makefile.in: Rebuild.
3897
3898 2003-05-13 Andreas Jaeger <aj@suse.de>
3899
3900 * config.guess: Update to 2003-05-09 version.
3901 * config.sub: Update to 2003-05-09 version.
3902
3903 2003-05-13 Michael Eager <eager@mvista.com>
3904
3905 * configure.in: Correct sed script so that options in quotes are not
3906 deleted.
3907 * configure: Rebuild.
3908
3909 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
3910
3911 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3912 and $$s/newlib/libc/sys/cygwin32 include paths.
3913 * configure: Ditto.
3914
3915 2003-05-05 H.J. Lu <hjl@gnu.org>
3916
3917 * config-ml.in: Restored from gcc repository.
3918
3919 2003-05-02 Chris Demetriou <cgd@broadcom.com>
3920
3921 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3922 * Makefile.in: Regenerate.
3923
3924 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
3925
3926 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
3927 and Makefile.def.
3928
3929 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
3930
3931 * Makefile.tpl: Clean $(BUILD_SUBDIR).
3932 * Makefile.in: Regenerated.
3933
3934 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3935
3936 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3937 * Makefile.in: Regenerate.
3938
3939 2003-04-18 Jakub Jelinek <jakub@redhat.com>
3940
3941 * configure.in (powerpc64*-*-linux*): Remove.
3942 * configure: Rebuilt.
3943
3944 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
3945
3946 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
3947 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3948 and restrap.
3949 * Makefile.in: Regenerate.
3950
3951 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
3952
3953 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3954 * configure: Regenerated.
3955
3956 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
3957
3958 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3959 * */configure: Rebuilt.
3960
3961 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
3962
3963 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3964 * Makefile.in: Regenerate.
3965
3966 2003-03-14 Michael Chastain <mec@shout.net>
3967
3968 * Makefile.in: Regenerate with correct Makefile.def.
3969
3970 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
3971
3972 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
3973 Make macro.
3974 * Makefile.in: Regenerate.
3975 * configure.in: Clean up gxx_include_dir logic.
3976 * configure: Regenerate.
3977
3978 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3979
3980 * configure.in (gxx_include_dir): Fix typo.
3981 * configure: Regenerated.
3982
3983 2003-03-06 Andrew Cagney <cagney@redhat.com>
3984
3985 * texinfo/texinfo.tex: Import version 2003-02-03.16.
3986
3987 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
3988
3989 * configure.in: Include $(build_tooldir)/sys-include in
3990 FLAGS_FOR_TARGET.
3991 * configure: Regenerated.
3992
3993 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3994
3995 * Makefile.tpl: Reindent.
3996 * Makefile.in: Regenerate.
3997 * configure.in: Reindent. Don't set unused variables.
3998 * configure: Regenerate.
3999
4000 * Makefile.tpl: Always pass down RANLIB.
4001 * Makefile.in: Regenerate.
4002
4003 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
4004 * Makefile.in: Regenerate.
4005 * configure.in: Remove unused logic relating to --enable-shared
4006 and --enable-threads. Remove bogus comments. Remove redundant
4007 noconfigdirs.
4008 * configure: Regenerate.
4009
4010 * configure.in: Replace ${libstdcxx_version} by its value.
4011 Remove reference to mh-dgux.
4012 * configure: Regenerate.
4013
4014 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4015
4016 * Makefile.tpl: Rearrange.
4017 * Makefile.in: Regenerate.
4018
4019 2003-02-25 Nick Clifton <nickc@redhat.com>
4020
4021 * configure: Remove site-file supprot - it is obsolete.
4022
4023 2003-02-24 Uwe Stieber <uwe@wwws.de>
4024
4025 * configure.in: Add support for kaOS as cross build target system.
4026 * configure: Regenerated.
4027
4028 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
4029
4030 * Makefile.tpl: Add definition of CPPFLAGS to pass into
4031 configure-target-* as some target builds may require additional
4032 flags for preprocessor tests.
4033 * Makefile.in: Regenerated.
4034
4035 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
4036
4037 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
4038 * ltconfig: Handle it.
4039 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
4040 auto-detecting it.
4041
4042 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
4043
4044 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
4045 it is used as argument to $CC.
4046 * ltcf-gcj.sh: Likewise.
4047
4048 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
4049
4050 * configure.in: Introduce --enable-maintainer-mode.
4051 * configure: Rebuilt.
4052 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
4053 for maintainer mode.
4054 * Makefile.in: Rebuilt.
4055
4056 2003-02-19 Andrew Cagney <ac131313@redhat.com>
4057
4058 * configure: Regenerate using autoconf 2.13.
4059
4060 2003-02-19 Alan Modra <amodra@bigpond.net.au>
4061
4062 * config.guess: Import latest version.
4063 * config.sub: Import latest version.
4064
4065 2003-02-18 Jason Merrill <jason@redhat.com>
4066
4067 * Makefile.tpl (check-c++): Allow parallelism.
4068
4069 2003-02-17 Andrew Cagney <ac131313@redhat.com>
4070
4071 * configure: Regenerate using autoconf 000227.
4072
4073 2003-02-15 Geoffrey Keating <geoffk@apple.com>
4074
4075 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
4076 don't configure target-libobjc.
4077 * configure: Regenerate.
4078
4079 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4080
4081 * Makefile.tpl (RANLIB): Define.
4082 * Makefile.in: Regenerate.
4083
4084 2003-02-06 Keith R Seitz <keiths@redhat.com>
4085
4086 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
4087 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
4088 * Makefile.in: Regenerated.
4089 * configure.in: Remove all traces of snavigator, db, and grep.
4090 * configure: Regenerated.
4091
4092 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
4093
4094 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
4095 * Makefile.in: Regenerated.
4096
4097 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
4098
4099 * config.if: Copy from GCC.
4100
4101 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
4102
4103 * configure.in: Revert 24Jan change.
4104 * configure: Regenerate.
4105
4106 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
4107
4108 * configure.in: Revert previous change.
4109 * configure: Regenerate.
4110
4111 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
4112
4113 * configure.in: Make rda native-only.
4114 * configure: Regenerate.
4115
4116 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
4117
4118 * configure.in: Add missing \.
4119 * configure: Rebuilt.
4120
4121 2003-01-17 Jakub Jelinek <jakub@redhat.com>
4122
4123 * configure.in (baseargs): Avoid using \| in sed regular
4124 expressions.
4125 * configure: Rebuilt.
4126
4127 2003-01-16 Jakub Jelinek <jakub@redhat.com>
4128
4129 * configure.in (baseargs): Remove all supported forms of
4130 --cache-file, --srcdir, --host, --build and --target options
4131 from argument lists.
4132 * configure: Rebuilt.
4133
4134 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
4135
4136 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
4137 * configure: Rebuilt.
4138
4139 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
4140
4141 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
4142 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
4143 * Makefile.in: Regenerate.
4144 * configure: Regenerate.
4145
4146 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4147
4148 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
4149 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
4150 * Makefile.in: Regenerate.
4151
4152 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
4153
4154 * configure.in: Remove Makefile in build, host and target modules
4155 unless configure was run with --no-recursion.
4156 * configure: Rebuilt.
4157
4158 2003-01-08 Chris Demetriou <cgd@broadcom.com>
4159
4160 * config.guess: Update to 2003-01-03 version.
4161 * config.sub: Update to 2003-01-03 version.
4162
4163 2003-01-07 Christopher Faylor <cgf@redhat.com>
4164
4165 * configure: Regenerate with proper autoconf 2.13.
4166
4167 2003-01-07 Christopher Faylor <cgf@redhat.com>
4168
4169 * configure.in: Add AC_PREREQ for consistency.
4170 * configure: Regenerate.
4171
4172 2003-01-06 Andrew Cagney <ac131313@redhat.com>
4173
4174 * configure.in (GDB_TK): Add tcl directories conditional on
4175 gdb/gdbtk directory being present.
4176 * configure: Regenerate.
4177
4178 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
4179
4180 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
4181 by gcc if LD is not defined and we are not doing a Canadian Cross.
4182 * configure: Rebuilt.
4183
4184 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
4185
4186 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
4187
4188 2002-12-31 Tom Tromey <tromey@redhat.com>
4189
4190 * Makefile.in: Rebuilt.
4191 * Makefile.def (target_modules) [libffi]: Allow installation.
4192
4193 2002-12-31 Andreas Schwab <schwab@suse.de>
4194
4195 * configure.in: Fix use of $program_transform_name.
4196 * configure: Regenerated.
4197
4198 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
4199
4200 * configure.in (baseargs): Don't remove first configure argument.
4201 * configure: Regenerated.
4202
4203 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
4204
4205 * Makefile.tpl (local-distclean): Don't remove...
4206 (multilib.ts): ... this. Moved into...
4207 (multilib.out): ... this. Don't use sub-make.
4208 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
4209 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
4210 (configure-build-[+module+], configure-[+module+],
4211 configure-target-[+module+], configure-gcc): ... these. Test
4212 for Makefile existence. Drop config.status from dependencies.
4213 * Makefile.in: Rebuilt.
4214 * configure.in: Move gcc-version-trigger to the end of
4215 ac_configure_args. Add comments to maybedep.tmp and
4216 serdep.tmp. Introduce --disable-serial-configure. Remove
4217 nonopt from baseargs, matching and removing corresponding
4218 whitespace while at it.
4219 * configure: Rebuilt.
4220
4221 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
4222
4223 * configure.in (host_configargs): Replace reference to
4224 no-longer-defined buildopts with --build=${build_alias}.
4225 * configure: Rebuilt.
4226
4227 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
4228
4229 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
4230 program_transform_name to standard idiom.
4231 (AUTOGEN, AUTOCONF): Define.
4232 (Makefile.in): Use $(AUTOGEN).
4233 (Makefile): Depend on config.status, and use autoconf-style rule to
4234 build it. Move original commands to...
4235 (config.status): ... this new target.
4236 (configure): Add $(srcdir). Depend on config/acx.m4. Use
4237 $(AUTOCONF).
4238 * Makefile.in: Rebuilt.
4239
4240 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
4241
4242 * Makefile.tpl: Fix dramatic bustage due to change in
4243 program_transform_name.
4244 * Makefile.in: Regenerate.
4245
4246 * configure.in: Remove unnecessary PATH setting.
4247 * configure: Regnerate.
4248
4249 * configure.in: Don't default to unprefixed tools unless
4250 the native tools will work.
4251 * configure: Regenerate.
4252
4253 * configure.in: Convert to autoconf script. Blow away lots
4254 of now-redundant Makefile fragments.
4255 * configure: Generate using Autoconf.
4256 * Makefile.tpl: Rewrite to reflect autoconfiscation.
4257 * Makefile.in: Regenerate.
4258
4259 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
4260
4261 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
4262 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4263
4264 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
4265 where they belong.
4266
4267 2002-12-24 Andreas Schwab <schwab@suse.de>
4268
4269 * Makefile.tpl (multilib.out): Fix missing space.
4270 * Makefile.in: Regenerate.
4271
4272 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
4273
4274 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
4275 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
4276 * Makefile.in: Regenerate.
4277 * configure.in: Remove unnecessary leftovers.
4278
4279 2002-12-21 Geoffrey Keating <geoffk@apple.com>
4280
4281 * configure.in (extra_ranlibflags_for_target): New variable.
4282 (*-*-darwin): Add -c to ranlib commands.
4283 * configure (tooldir): Handle extra_ranlibflags_for_target.
4284
4285 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
4286
4287 * COPYING.NEWLIB: Updated.
4288 * COPYING.LIBGLOSS: Ditto.
4289
4290 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
4291
4292 * Makefile.tpl: Revert HJL's change.
4293 * Makefile.in: Regenerated.
4294 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4295 always.
4296
4297 2002-12-19 Andreas Schwab <schwab@suse.de>
4298
4299 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4300 * Makefile.in: Regenerate.
4301
4302 2002-12-18 H.J. Lu <hjl@gnu.org>
4303
4304 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4305 * Makefile.in: Regenerated.
4306
4307 * configure.in (build_prefix): New. Substitute.
4308
4309 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
4310
4311 * Makefile.tpl: Don't let real targets depend on phony targets.
4312 * Makefile.in: Regenerate.
4313
4314 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4315 * Makefile.in: Regenerate.
4316
4317 2002-12-16 Jason Merrill <jason@redhat.com>
4318
4319 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4320 previous 'make bootstrap'.
4321 * Makefile.in: Regenerate.
4322
4323 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
4324
4325 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4326
4327 2002-12-13 Jason Merrill <jason@redhat.com>
4328
4329 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
4330 library tests.
4331 (check-c++): Just depend on it and check-target-libstdc++-v3.
4332 * Makefile.in: Regenerate.
4333
4334 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
4335
4336 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4337 * Makefile.in: Regenerate.
4338
4339 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
4340
4341 * COPYING.NEWLIB: Update list of alternate Regent of California
4342 licenses and discuss official revoking of advertising clause.
4343 * COPYING.LIBGLOSS: Ditto.
4344
4345 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
4346
4347 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4348 * Makefile.in: Rebuilt.
4349
4350 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
4351
4352 * configure: Fix bug put in by gremlins.
4353
4354 * Makefile.tpl: Substitute more autoconfily.
4355 * configure: Substitute more autoconfily.
4356 * Makefile.in: Regenerate.
4357
4358 2002-12-08 Andrew Cagney <ac131313@redhat.com>
4359
4360 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4361 * Makefile.in (all-sim): Ditto.
4362
4363 2002-12-06 DJ Delorie <dj@redhat.com>
4364
4365 * Makefile.tpl: Change configure dependencies to not have real
4366 targets depend on phony targets.
4367
4368 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
4369
4370 * configure.in: Revert unintentional change.
4371
4372 * src-release: Configure host subdirs.
4373
4374 * Makefile.tpl: Change dependency for */multilib.out so that
4375 it works when gcc isn't in the tree.
4376
4377 * configure.in: Substitute more.
4378 * configure: Run subconfigures from the Makefile.
4379 * Makefile.tpl: Run subconfigures from the Makefile; add a few
4380 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
4381
4382 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
4383
4384 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4385 and corresponding dependencies.
4386 * Makefile.in: Regenerate.
4387
4388 * configure.in (host_tools): Order binutils, gas and ld for
4389 convenience in running the testsuites.
4390
4391 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4392 * Makefile.in: Regenerate.
4393 * configure.in: Introduce rules to serialize subconfigure runs.
4394
4395 * configure.in: Introduce BASE_CC_FOR_TARGET.
4396 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
4397 Realize configure-build-* targets. Realize configure-target-* targets.
4398 * Makefile.in: Regenerate.
4399
4400 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4401
4402 * configure: Move gcc_version_trigger stuff from here...
4403 * configure.in: ...to here.
4404
4405 * configure.in: Separate subconfigure options added by this file from
4406 options given by the user. Add machinery to put args for host
4407 subconfigures into the Makefile.
4408
4409 * Makefile.tpl: Remove 'vault' targets.
4410 * Makefile.tpl: Reorder and comment dependencies.
4411 * Makefile.in: Regenerate.
4412
4413 2002-11-28 Geoffrey Keating <geoffk@apple.com>
4414
4415 * configure.in: Move host-specific darwin noconfigdirs into
4416 the host-specific section.
4417
4418 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4419
4420 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
4421 during replay.
4422 * Makefile.in: Regenerate.
4423
4424 (finishing slow-motion replay)
4425 * configure: Remove skip-this-dir support.
4426 * Makefile.tpl: Remove skip-this-dir support.
4427
4428 * Makefile.tpl: Remove leftover support for non-autoconfiscated
4429 subdirectories.
4430 * Makefile.in: Regenerate.
4431
4432 * Makefile.tpl: Strip out useless setting of 'dir'.
4433 * Makefile.in: Regenerate.
4434
4435 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4436
4437 (finishing slow-motion replay)
4438 * configure.in: Fix deeply stupid bug.
4439
4440 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4441 shell code in CXX_FOR_TARGET
4442 * Makefile.def: Introduce raw_cxx.
4443 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4444 RAW_CXX_FOR_TARGET.
4445 * Makefile.in: Regenerate.
4446
4447 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4448
4449 (finishing slow-motion replay)
4450 * Makefile.tpl: Remove unnecessary ifs.
4451 * Makefile.in: Regenerate.
4452
4453 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
4454 dependencies. Maybe-ize build-libiberty. Create dummy install
4455 targets for 'no_install' modules.
4456 * configure: Move GDB_TK substitution to configure.in. Move
4457 build_modules stuff to configure.in.
4458 * configure.in: Implement soft dependency machinery. Maybe-ize
4459 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
4460 * Makefile.in: Regenerate.
4461
4462 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
4463
4464 (continuing slow-motion replay)
4465 * Makefile.tpl: Make all-target, install-target behave similarly
4466 to all, install (only hitting configured targets). Eliminate
4467 unused macro defintions.
4468
4469 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4470 build != host.
4471
4472 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4473
4474 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4475
4476 * configure.in: Produce lists of subdir targets we're actually
4477 configuring. Remove references to "dosrel".
4478 * Makefile.tpl: Let configure set which subdir targets are hit.
4479 Remove install-cross; clean up install; remove ALL. Remove
4480 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
4481 Autogenerate host module targets. Remove empty dependency lines
4482 and redundant dependency; rearrange slightly.
4483 * Makefile.def: Add host-side libtermcap, utils.
4484
4485 * Makefile.in: Regenerate.
4486
4487 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
4488
4489 (Continuing slow-motion replay)
4490 * Makefile.def: Add list of recursive targets to autogenerate.
4491 Add build_modules.
4492 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
4493 targets. Autogenerate *-build-* targets.
4494 * Makefile.in: Regenerate.
4495
4496 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
4497
4498 (Continuing slow-motion replay)
4499 * configure: More autoconf-style substitutions.
4500 * Makefile.tpl: More autoconf-style substitutions.
4501 * Makefile.in: Regenerate.
4502
4503 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
4504
4505 (Continuing slow-motion replay)
4506 * configure: Substitute more variables in a more autoconf-friendly
4507 way. Simplify slightly.
4508 * Makefile.tpl: Make more variables substitutable in an
4509 autoconf-friendly way.
4510 * Makefile.in: Regenerate.
4511
4512 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
4513
4514 (Continuing slow-motion replay)
4515 * configure.in (v810*): Remove special setting of tools.
4516
4517 * configure: Add support for extra required flags for ar or nm.
4518 * configure.in (aix4.3+): Use above support for target-specific
4519 issues, rather than using config/mt-aix43.
4520
4521 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
4522
4523 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
4524 * configure: Remove 'removing', which doesn't work. Replace $subdir
4525 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
4526 with $srcdir. Reformat indentation. Substitute some variables
4527 formerly hard-coded in the Makefile for build=host.
4528 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4529 * Makefile.def: Autogenerate more.
4530 * Makefile.in: Regenerate.
4531
4532 2002-11-13 Bruce Korb <bkorb@gnu.org>
4533
4534 * Makefile.tpl: syntactic cleanup
4535
4536 2002-11-04 Kevin Buettner <kevinb@redhat.com>
4537
4538 * Makefile.def (host_modules): Add rda.
4539 * Makefile.in: Regenerate.
4540 * configure.in (target_tool): Add target-rda to list.
4541
4542 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
4543
4544 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
4545 and restrap targets to this rule.
4546 * Makefile.in: Regenerate.
4547
4548 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
4549
4550 * configure.in (i[3456]86-*-linux*): Add check to disable
4551 ${libgcj} for glibc1.
4552
4553 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
4554
4555 * configure.in: Add tic4x target.
4556
4557 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
4558
4559 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4560 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4561 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4562 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4563 * Makefile.in: Regenerate.
4564
4565 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
4566
4567 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4568 * Makefile.in: Regenerate.
4569
4570 * Makefile.def: Remove order dependency comments.
4571 * Makefile.tpl: Add explicit install-install dependencies.
4572 * Makefile.in: Regenerate.
4573
4574 * Makefile.tpl: Remove material now in src-release. (Finally!)
4575 * Makefile.in: Regenerate.
4576
4577 * configure: Restore my original patch by syncing with gcc version.
4578
4579 * Bring following over from gcc:
4580
4581 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
4582
4583 * configure.in (s390*-*-linux*): Enable libgcj.
4584
4585 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
4586
4587 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
4588
4589 2002-10-02 Alan Modra <amodra@bigpond.net.au>
4590
4591 * configure: Move stray lines back to where they belong.
4592
4593 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
4594
4595 * Makefile.tpl: Insert configure-target target, for src-release.
4596
4597 * configure: Finish reverting change which Andrew Cagney started
4598 reverting. Should fix bustage.
4599
4600 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4601 * src-release: New file. Contains material for making net
4602 releases for gdb, binutils, et al., formerly in Makefile.in.
4603
4604 2002-09-30 Nick Clifton <nickc@redhat.com>
4605
4606 * cpu: New top level directory. Intended to hold input files for
4607 CGEN which have FSF copyright assignment.
4608 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4609
4610 2002-09-29 Andrew Cagney <ac131313@redhat.com>
4611
4612 Revert below (note that src does not contain Makefile.tpl):
4613 * Makefile.tpl: Make subsituted variables more autoconfy.
4614 * Makefile.in: Regenerate.
4615
4616 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
4617
4618 * configure: Revert accidentally applied changes.
4619
4620 * Makefile.tpl: Make more autoconf-friendly.
4621 * Makefile.in: Regenerate.
4622 * configure: Make substitution more autoconf-like.
4623
4624 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
4625
4626 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4627 single entry to handle all these.
4628 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
4629 libjava on arm-*-elf.
4630
4631 2002-09-27 Geoffrey Keating <geoffk@apple.com>
4632
4633 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4634 things that depend on them.
4635
4636 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
4637
4638 * Makefile.tpl: Make subsituted variables more autoconfy.
4639 * Makefile.in: Regenerate.
4640 * configure: Make seds more autoconfy.
4641
4642 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
4643
4644 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4645 * Makefile.in: Regenerate.
4646 * configure.in: Rewrite sed statements to look autoconfy.
4647
4648 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4649 all-target-foo on configure-target-foo.
4650 * Makefile.def: Ditto.
4651 * Makefile.in: Rebuild.
4652
4653 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
4654
4655 * Makefile.def: New file.
4656 * Makefile.tpl: New file.
4657 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4658
4659 * configure.in: Minor rearrangement. Simplify tests.
4660
4661 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
4662
4663 * configure.in (with_headers): Skip copy if value is "yes".
4664 (with_libs): Likewise.
4665
4666 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4667
4668 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4669 * configure.in (sh*-*-pe*): Ditto.
4670 * configure.in (mips*-*-pe*): Ditto.
4671 * configure.in (*arm-wince-pe): Ditto.
4672
4673 * configure.in: Rearrange.
4674
4675 2002-09-12 Nick Clifton <nickc@redhat.com>
4676
4677 * Import these changes from the config master repository:
4678
4679 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
4680
4681 * config.sub: Add tic4x target.
4682
4683 2002-09-03 Ben Elliston <bje@redhat.com>
4684
4685 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
4686 Reported by <Duncan_Stodart@insession.com>.
4687
4688 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
4689
4690 * COPYING.NEWLIB: More updates.
4691
4692 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
4693
4694 * COPYING.NEWLIB: Update.
4695
4696 2002-08-23 Andrew Cagney <ac131313@redhat.com>
4697
4698 * texinfo/texinfo.tex: Import version 2002-06-04.06.
4699
4700 * config.guess: Import version 2002-08-23.
4701 * config.sub: Import version 2002-08-22.
4702
4703 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
4704
4705 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4706 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4707 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4708
4709 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
4710
4711 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4712
4713 2002-08-04 H.J. Lu (hjl@gnu.org)
4714
4715 * configure.in (mips*-*-linux*): Don't skip target-libffi.
4716
4717 2002-07-31 Alan Modra <amodra@bigpond.net.au>
4718
4719 * configure.in: Move generic linux case to end. Copy generic
4720 linux noconfigdirs to mips*-*-linux* entry and new
4721 powerpc64*-*-linux* entry. Add target-libffi for the latter.
4722
4723 2002-07-19 Chris Demetriou <cgd@broadcom.com>
4724
4725 * MAINTAINERS: Clarify on config.guess and config.sub, and add
4726 one instance of them which was missed to the list to update.
4727
4728 2002-07-16 Chris Demetriou <cgd@broadcom.com>
4729
4730 * config.guess: Update to 2002-07-09 version.
4731 * config.sub: Update to 2002-07-03 version.
4732
4733 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
4734
4735 * configure.in: Remove two redundant tests.
4736
4737 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4738
4739 * configure.in (mips*-*-irix6*o32): Enable stabs.
4740
4741 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
4742
4743 * configure.in: Don't build grez.
4744 * Makefile.in: Ditto.
4745
4746 * Makefile.in: Remove references to bsp, cygmon, libstub.
4747 * configure.in: Ditto.
4748
4749 * configure.in: Remove leftover reference to gdbtest.
4750
4751 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
4752
4753 * configure.in (gxx_include_dir): Change to match versioned
4754 C++ headers if --enable-version-specific-runtime-libs is used.
4755
4756 2002-07-04 Steve Ellcey <sje@cup.hp.com>
4757
4758 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4759
4760 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
4761
4762 * configure.in: Make --without-x work.
4763
4764 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
4765
4766 * contrib: New directory. Created to contain a copy of the
4767 texi2pod.pl script so that it is in the same place as the version in
4768 the FSF GCC sources.
4769
4770 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
4771
4772 * configure.in: Rearrange target Makefile fragment collection.
4773
4774 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4775 cvs[src].
4776 * configure.in: Ditto.
4777
4778 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4779
4780 * Makefile.in: Eliminate 'apache' targets.
4781 * configure.in: Eliminate 'apache' targets.
4782
4783 * configure.in: Eliminate redundant tests. Reorganize.
4784
4785 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4786
4787 * config-ml.in: Eliminate references to Cygnus configure.
4788
4789 * Makefile.in: Eliminate references to building emacs.
4790
4791 2002-07-01 Denis Chertykov <denisc@overta.ru>
4792
4793 * configure.in: Add support for ip2k.
4794
4795 2002-06-24 Ben Elliston <bje@redhat.com>
4796
4797 * configure.in (host_tools): Remove cgen.
4798
4799 * Makefile.in (all-cgen): Remove; runs from its source directory.
4800 (check-cgen, install-cgen, clean-cgen): Likewise.
4801 (all-opcodes): No not depend on all-cgen.
4802 (all-sim): Likewise.
4803
4804 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
4805
4806 * configure.in: Fix AIX configury bug.
4807
4808 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
4809
4810 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4811
4812 * configure.in: Move definition of libstdcxx_flags right above
4813 usage, rather than way earlier.
4814
4815 * configure.in: Pull definition of is_cross_compiler earlier.
4816
4817 * configure.in: Rearrange a little.
4818
4819 * configure.in: Remove references to librx.
4820 * Makefile.in: Remove references to librx.
4821
4822 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
4823
4824 * configure.in: Eliminate ${gasdir} variable.
4825
4826 2002-06-18 Dave Brolley <brolley@redhat.com>
4827
4828 * configure.in: Add support for frv.
4829 * config.sub: Add support for frv.
4830
4831 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4832
4833 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4834
4835 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
4836
4837 * configure.in (vax-*-netbsd*): Re-enable gas.
4838
4839 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
4840
4841 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4842 BUILD_PREFIX_1, to correct nomenclature.
4843 * configure: Likewise.
4844
4845 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4846 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4847
4848 2002-05-31 Olaf Hering <olh@suse.de>
4849
4850 * config-ml.in: Propogate DESTDIR also.
4851
4852 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4853
4854 * configure.in (vax-*-netbsd*): Don't build gas for this
4855 platform.
4856
4857 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
4858
4859 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4860 and libgcj for AVR.
4861
4862 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4863
4864 * config.sub: Add DLX target.
4865
4866 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4867
4868 * config.guess: Update to 2002-05-22 version.
4869 * config.sub: Likewise.
4870
4871 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4872
4873 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4874 * config-ml.in: Likewise.
4875 * configure: Likewise.
4876 * configure.in: Likewise.
4877
4878 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
4879
4880 * configure.in: Simplify makefile fragment collection.
4881
4882 * configure.in: Remove code to build emacs.
4883
4884 * configure.in : Remove --srcdir argument from targargs and buildargs
4885 (it's always overridden in the Makefile anyway). Rearrange a bit.
4886
4887 * configure: Move some logic to configure.in.
4888 * configure.in: Move some logic from configure.
4889
4890 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
4891
4892 * COPYING.LIBGLOSS: New file.
4893
4894 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
4895
4896 * Makefile.in: Honour DESTDIR.
4897
4898 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
4899
4900 * configure.in (noconfigdirs): Don't disable libgcj on
4901 sparc64-*-solaris* and sparcv9-*-solaris*.
4902
4903 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
4904
4905 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4906
4907 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
4908
4909 * configure.in (FLAGS_FOR_TARGET): Do not add
4910 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4911 on i[3456]86-*-linux*.
4912
4913 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
4914
4915 * configure.in (noconfigdirs): Replace [ ] with test.
4916
4917 * configure.in (noconfigdirs): Do not add target-newlib if
4918 target == i[3456]86-*-linux*, and host == target.
4919
4920 2002-04-29 Mark Mitchell <mark@codesourcery.com>
4921
4922 * config.guess: Updated to 2002-04-26's version.
4923 * config.sub: Updated to 2002-04-26's version.
4924
4925 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
4926
4927 * configure.in: delete reference to absent file
4928
4929 * configure.in: replace '[' with 'test'
4930
4931 * configure.in: Eliminate references to gash.
4932 * Makefile.in: Eliminate references to gash.
4933
4934 * configure.in: remove useless references to 'pic' makefile fragments.
4935
4936 * configure.in: (*-*-windows*) Finish removing.
4937
4938 * configure.in: Eliminate redundant test for libgui.
4939
4940 2002-04-26 Joel Sherrill <joel@OARcorp.com>
4941
4942 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4943 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4944
4945 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
4946
4947 * configure.in: remove references to dead files
4948
4949 2002-04-18 Tom Tromey <tromey@redhat.com>
4950
4951 * configure.in: Disallow configuring libgcj when it is already
4952 installed and we're using Solaris 2.8 linker. Do enable libgcj on
4953 Solaris 2.8 by default. For PR libgcj/6158.
4954
4955 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4956
4957 * configure.in: Move default CC setting out of config/mh-* fragments
4958 directly into here.
4959
4960 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4961
4962 * configure.in: don't even try to configure or make a subdirectory
4963 if there's no configure script for it.
4964
4965 2002-04-15 Mark Mitchell <mark@codesourcery.com>
4966
4967 * MAINTAINERS: Remove chill maintainers.
4968 * Makefile.in (CHILLFLAGS): Remove.
4969 (CHILL_LIB): Remove.
4970 (TARGET_CONFIGDIRS): Remove libchill.
4971 (CHILL_FOR_TARGET): Remove.
4972 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4973 CHILL_LIB.
4974 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4975 (CHECK_TARGET_MODULES): Likewise.
4976 (INSTALL_TARGET_MODULES): Likewise.
4977 (CLEAN_TARGET_MODULES): Likewise.
4978 (configure-target-libchill): Remove.
4979 (all-target-libchill): Remove.
4980 * configure.in (target_libs): Remove target-libchill.
4981 Do not compute CHILL_FOR_TARGET.
4982 * libchill: Remove directory.
4983
4984 2002-04-15 DJ Delorie <dj@redhat.com>
4985
4986 * Makefile.in, configure.in, configure: Sync with gcc, entries
4987 follow...
4988
4989 2002-04-08 Tom Tromey <tromey@redhat.com>
4990
4991 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4992 Fixes PR libgcj/6068.
4993
4994 2002-03-30 Krister Walfridsson <cato@df.lth.se>
4995
4996 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4997
4998 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4999
5000 * configure.in (alpha*-dec-osf*): Enable libgcj.
5001
5002 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
5003
5004 Fix for: PR bootstrap/3591, target/5676
5005 * configure.in (mcore-pe): Disable the configuration of
5006 libstdc++-v3 since exceptions are not supported.
5007
5008 2002-03-20 Anthony Green <green@redhat.com>
5009
5010 * configure.in: Enable libgcj for xscale-elf target.
5011
5012 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
5013
5014 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5015 libjava.
5016 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
5017
5018 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
5019
5020 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
5021 libstdc++-v3 and libjava.
5022
5023 2002-02-11 Adam Megacz <adam@xwt.org>
5024
5025 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
5026 boehm-gc
5027
5028 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
5029
5030 * config.guess: Updated to 2002-01-30's version.
5031 * config.sub: Updated to 2002-02-01's version.
5032 Contribute sh64-elf.
5033 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
5034 * configure.in: Added sh64-*-*.
5035
5036 2002-01-17 H.J. Lu <hjl@gnu.org>
5037
5038 * Makefile.in (all-fastjar): Also depend on all-libiberty.
5039 (all-target-fastjar): Also depend on all-target-libiberty.
5040
5041 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
5042
5043 * configure, configure.in: Use temp file for long sed commands.
5044
5045 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
5046
5047 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
5048 libf2c.
5049
5050 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
5051
5052 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
5053
5054 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
5055
5056 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
5057
5058 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5059
5060 * configure: Handle temporary files securely using mkdir.
5061
5062 2001-09-26 Will Cohen <wcohen@redhat.com>
5063
5064 * configure.in (*-*-linux*): Disable configuration of target-newlib
5065 and target-libgloss.
5066
5067 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5068
5069 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5070 RANLIB.
5071
5072 2001-08-11 Graham Stott <grahams@redhat.com>
5073
5074 * Makefile.in (check-c++): Add missing semicolon.
5075
5076 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
5077
5078 * configure.in (sh-*-linux*): New.
5079
5080 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5081
5082 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5083 and libgcj on m68hc11/m68hc12.
5084
5085 2001-06-27 H.J. Lu (hjl@gnu.org)
5086
5087 * Makefile (CFLAGS_FOR_BUILD): New.
5088 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5089
5090 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
5091
5092 * configure.in (libstdcxx_flags): Do not try to execute
5093 libstdc++-v3/testsuite_flags until it exists.
5094
5095 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
5096
5097 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5098
5099 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
5100
5101 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5102
5103 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
5104
5105 * configure.in: Move *-chorusos target case to the proper switch.
5106 Disable libgcj.
5107
5108 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5109
5110 * Makefile.in (STAGE1_CFLAGS): Pass down.
5111
5112 2001-04-13 Alan Modra <amodra@one.net.au>
5113
5114 * config.guess: Add hppa64-linux support. Note for next import that
5115 this is already in the master file.
5116 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
5117
5118 2001-03-22 Colin Howell <chowell@redhat.com>
5119
5120 * Makefile.in (DO_X): Do not backslash single-quotes in
5121 backquotes (two places).
5122
5123 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
5124
5125 * Makefile.in (DO_X): Quote nested quotes.
5126
5127 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
5128
5129 * Makefile.in (DO_X): Use double quotes for quoting
5130 "RANLIB=$${RANLIB}".
5131
5132 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
5133
5134 * configure.in: Only use `lang_requires' for languages athat are
5135 actually enabled.
5136
5137 2001-03-07 Tom Tromey <tromey@redhat.com>
5138
5139 * configure.in: Allow config-lang.in to set `lang_requires' to list
5140 of other required languages.
5141
5142 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
5143
5144 * Makefile.in: Remove RANLIB definition. Use RANLIB
5145 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5146 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5147
5148 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
5149 Alexandre Oliva <aoliva@redhat.com>
5150
5151 * Makefile.in (check-c++): Use tabs, not spaces.
5152
5153 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
5154
5155 * Makefile.in (check-c++): New rule.
5156
5157 * configure.in (target_libs): Remove libg++.
5158 (noconfigdirs): Remove libg++.
5159 (noconfigdirs): Same.
5160 (noconfigdirs): Same.
5161 (noconfigdirs): Same.
5162
5163 * config-ml.in: Remove libg++ references.
5164
5165 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5166 (ALL_TARGET_MODULES): Same.
5167 (configure-target-libg++): Remove.
5168 (all-target-libg++): Remove.
5169 (configure-target-libio): Remove.
5170 (all-target-libio): Remove.
5171 (check-target-libio): Remove.
5172 (.PHONY): Remove.
5173 (libg++.tar.bz2): Remove.
5174 (all-target-cygmon): Remove libio.
5175 (all-target-libstdc++): Remove.
5176 (configure-target-libstdc++): Remove.
5177 (TARGET_LIB_PATH): Remove libstdc++.
5178 (ALL_GCC_CXX): Remove libstdc++.
5179 (all-target-gperf): Correct.
5180
5181 2001-02-15 Anthony Green <green@redhat.com>
5182
5183 * configure: Introduce GCJ_FOR_TARGET.
5184 * configure.in: Ditto.
5185 * Makefile.in: Ditto.
5186
5187 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
5188
5189 * configure.in: for *-chorusos, don't config target-newlib and
5190 target-libgloss.
5191
5192 2001-02-04 Mark Mitchell <mark@codesourcery.com>
5193
5194 Remove V2 C++ library.
5195 * configure.in: Remove --enable-libstdcxx_v3 support.
5196
5197 2001-01-27 Richard Henderson <rth@redhat.com>
5198
5199 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5200
5201 2001-01-26 Tom Tromey <tromey@redhat.com>
5202
5203 * configure.in: Allow libgcj to be built on Sparc Solaris.
5204
5205 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
5206
5207 * configure.in: Enable libgcj on several additional platforms.
5208
5209 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
5210
5211 * configure.in: Enable libgcj for linux targets.
5212
5213 2001-01-09 Mike Stump <mrs@wrs.com>
5214
5215 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5216 failures of subdirectories.
5217
5218 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5219
5220 * configure: handle DOS-style absolute paths.
5221
5222 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5223
5224 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5225
5226 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
5227
5228 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5229 (libstdcxx_incdir): Pass down.
5230 * config.if: Remove expired bits for cxx_interface, add stub.
5231 (libstdcxx_incdir): Add variable for g++ include directory.
5232 * configure.in (gxx_include_dir): Use it.
5233
5234 2000-12-15 Andreas Jaeger <aj@suse.de>
5235
5236 * configure.in: Handle lang_dirs.
5237
5238 2000-12-13 Anthony Green <green@redhat.com>
5239
5240 * configure.in: Disable libgcj for any target not specifically
5241 listed. Disable libgcj for x86 and Alpha Linux until compatible
5242 with g++ abi.
5243
5244 2000-12-13 Mike Stump <mrs@wrs.com>
5245
5246 * Makefile.in (local-distclean): Also remove fastjar.
5247
5248 2000-12-10 Anthony Green <green@redhat.com>
5249
5250 * configure.in: Define libgcj. Disable libgcj target libraries for
5251 most targets.
5252
5253 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5254
5255 * configure.in (target_libs): Revert 2000-12-08 patch.
5256 (noconfigdirs): Added target-libjava.
5257
5258 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
5259
5260 * Makefile.in: handle DOS-style absolute paths.
5261
5262 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5263
5264 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5265 libjava.
5266 * configure.in (target_libs): Removed `target-libjava'.
5267
5268 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5269
5270 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5271 (ALL_MODULES): Added fastjar.
5272 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5273 (all-target-libjava): all-fastjar replaces all-zip.
5274 (all-fastjar): Added.
5275 (configure-target-fastjar, all-target-fastjar): Likewise.
5276 * configure.in (host_tools): Added fastjar.
5277
5278 2000-12-07 Mike Stump <mrs@wrs.com>
5279
5280 * Makefile.in (local-distclean): Remove leftover built files.
5281
5282 2000-11-16 Fred Fish <fnf@be.com>
5283
5284 * configure.in (enable_libstdcxx_v3): Fix typo,
5285 libstd++ -> libstdc++.
5286
5287 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5288
5289 * configure: Provide the original toplevel configure arguments
5290 (including $0) to subprocesses in the environment rather than
5291 through gcc/configargs.h.
5292
5293 2000-11-12 Mark Mitchell <mark@codesourcery.com>
5294
5295 * configure: Turn on libstdc++ V3 by default.
5296
5297 2000-10-16 Michael Meissner <meissner@redhat.com>
5298
5299 * configure (gcc/configargs.h): Only create if there is a build GCC
5300 directory created.
5301
5302 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
5303
5304 * configure: Save configure arguments to gcc/configargs.h.
5305
5306 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
5307
5308 * Makefile.in (bootstrap): avoid recursion if subdir missing
5309 (cross): ditto
5310 (do-proto-toplev): ditto
5311
5312 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
5313
5314 * configure.in: Do not build byacc for hppa64. Provide paths to the
5315 X11 libraries for hppa64.
5316
5317 2000-09-02 Anthony Green <green@cygnus.com>
5318
5319 * Makefile.in (all-gcc): Depend on all-zlib.
5320 (CLEAN_MODULES): Add clean-zlib.
5321 (ALL_MODULES): Add all-zlib.
5322 * configure.in (host_libs): Add zlib.
5323
5324 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
5325
5326 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5327 $targargs to tell whether newlib is going to be built.
5328
5329 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5330 $$r/TARGET_SUBDIR/libio for _G_config.h.
5331
5332 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
5333
5334 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5335
5336 * configure: Make enable_threads and enable_shared defaults
5337 explicit. Substitute enable_threads into generated Makefiles.
5338 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5339 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5340
5341 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
5342
5343 * configure.in: Re-enable all references to libg++ and librx.
5344
5345 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
5346
5347 * configure.in: Add *-*-freebsd* configurations.
5348
5349 2002-04-07 Andrew Cagney <ac131313@redhat.com>
5350
5351 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
5352 (do-tar, do-bz2): New rules.
5353 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
5354 (gdb-tar): New rule.
5355 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
5356 (insight_dejagnu.tar): New rule.
5357 (insight.tar): New rule.
5358 (gdb+dejagnu.tar): New rule.
5359 (gdb.tar): New rule.
5360
5361 2002-04-07 Andrew Cagney <ac131313@redhat.com>
5362
5363 * MAINTAINERS: Update dejagnu/
5364
5365 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
5366
5367 * ltmain.sh (relink_command): Fix typo in previous change.
5368
5369 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
5370
5371 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
5372 (relink_command): Added --tag flags.
5373 (mode=install): If relinking fails; error out.
5374
5375 2002-03-12 Richard Henderson <rth@redhat.com>
5376
5377 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
5378 .NOTPARALLEL tag.
5379 (do-check): Rename from check.
5380 (check): Allow parallel check.
5381
5382 2002-03-11 Richard Henderson <rth@redhat.com>
5383
5384 * Makefile.in (.NOTPARALLEL): Add fake tag.
5385
5386 2002-03-07 H.J. Lu (hjl@gnu.org)
5387
5388 * configure.in: Enable gprof for mips*-*-linux*.
5389
5390 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
5391
5392 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5393 libjava.
5394 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
5395
5396 2002-02-24 Andrew Cagney <ac131313@redhat.com>
5397
5398 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
5399
5400 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
5401
5402 * config.guess: Import from master sources, rev 1.232.
5403 * config.sub: Import from master sources, rev 1.246.
5404
5405 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
5406
5407 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5408 because its Makefile is there; test for the executable instead.
5409
5410 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
5411
5412 Contribute sh64-elf.
5413 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
5414 * configure.in: Added sh64-*-*.
5415
5416 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
5417
5418 * COPYING.NEWLIB: Remove advertising clause from
5419 Berkeley and Red Hat licenses.
5420
5421 2002-02-01 Mo DeJong <supermo@bayarea.net>
5422
5423 * Makefile.in: Add all-tix to deps for all-snavigator
5424 so that tix is built when building snavigator.
5425
5426 2002-02-01 Ben Elliston <bje@redhat.com>
5427
5428 * config.guess: Import from master sources, rev 1.229.
5429 * config.sub: Import from master sources, rev 1.240.
5430
5431 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
5432
5433 From Steve Ellcey <sje@cup.hp.com>:
5434 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
5435 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
5436 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
5437 IA64.
5438 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
5439 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
5440 soname_spec, sys_lib_search_path_spec): Ditto.
5441
5442 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
5443
5444 * configure.in (*-*-netbsd*): New. Skip target-newlib,
5445 target-libiberty, and target-libgloss. Skip Java-related
5446 libraries if not supported for NetBSD on target CPU.
5447
5448 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
5449
5450 * configure.in: Import StrongARM and XScale target_configdirs from
5451 FSF GCC version.
5452
5453 2002-01-16 H.J. Lu (hjl@gnu.org)
5454
5455 * config.guess: Import from master sources, rev 1.225.
5456 * config.sub: Import from master sources, rev 1.238.
5457
5458 * MAINTAINERS: Updated notes on config.guess and config.sub.
5459
5460 2002-01-11 Steve Ellcey <sje@cup.hp.com>
5461
5462 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5463 ld and gdb are not supported.
5464
5465 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
5466
5467 * Change reference to Cygnus Solutions to be Red Hat.
5468
5469 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
5470
5471 * COPYING.NEWLIB: Update generic copyright date.
5472
5473 2002-01-07 Mark Salter <msalter@redhat.com>
5474
5475 * configure.in: Remove target-bsp and target-cygmon from arm builds.
5476 Allow target-libgloss to be built for arm, strongarm, and xscale.
5477
5478 2002-01-03 Ben Elliston <bje@redhat.com>
5479
5480 * MAINTAINERS: Update URL for config.* scripts.
5481
5482 2001-12-18 Alan Modra <amodra@bigpond.net.au>
5483
5484 * config.sub: Import latest version.
5485 * config.guess: Likewise.
5486
5487 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
5488
5489 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5490 options for i[3456]86-pc-linux* native builds.
5491
5492 2001-12-05 Laurent Guerby <guerby@acm.org>
5493
5494 * MAINTAINERS: gcc adopts symlink-tree, refer more to
5495 libiberty.
5496
5497 Import this patch from gcc:
5498
5499 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
5500
5501 * symlink-tree: handle DOS-style absolute paths.
5502
5503 2001-11-28 DJ Delorie <dj@redhat.com>
5504 Zack Weinberg <zack@codesourcery.com>
5505
5506 When build != host, create libiberty for the build machine.
5507
5508 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5509 CONFIG_ARGUMENTS.
5510 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5511 New variables.
5512 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5513 and rules.
5514 (all.normal): Depend on ALL_BUILD_MODULES.
5515 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5516 (all-build-libiberty): Depend on configure-build-libiberty.
5517
5518 * configure: Calculate and substitute proper value for
5519 ALL_BUILD_MODULES.
5520 * configure.in: Create the build subdirectory.
5521 Calculate and substitute TARGET_CONFIGARGS (formerly
5522 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5523
5524 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
5525
5526 * config.sub: Update to version 1.232 on subversion.
5527
5528 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
5529
5530 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5531 files from .po files for a distribution.
5532
5533 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
5534
5535 * COPYING.NEWLIB: Mention preserved notice in specific parts.
5536
5537 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
5538
5539 Merged from net gcc:
5540 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
5541 * ltcf-c.sh: Use $objext, not $ac_objext.
5542 2001-07-27 Mark Kettenis <kettenis@gnu.org>
5543 * ltcf-cxx.sh: Add support for GNU.
5544 2001-07-22 Timothy Wall <twall@redhat.com>
5545 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
5546 default settings if using GNU tools with that configuration.
5547 * ltcf-cxx.sh: Ditto.
5548 * ltcf-gcj.sh: Ditto.
5549 2001-07-21 Michael Chastain <chastain@redhat.com>
5550 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5551 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
5552 * ltmain.sh: Mark as gcc-local.
5553
5554 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
5555
5556 * Makefile.in (all-bison): Revert 2001-10-24.
5557 Don't depend on texinfo.
5558
5559 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
5560
5561 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
5562
5563 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
5564
5565 * configure.in (--enable-languages): Be more permissive about
5566 syntax. Check for empty lists better. Warn about $LANGUAGES.
5567
5568 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
5569
5570 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
5571
5572 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
5573
5574 Makefile.in (all-bison): Don't depend on texinfo.
5575
5576 2001-10-03 Alan Modra <amodra@bigpond.net.au>
5577
5578 * gettext.m4: Test po/POTFILES.in exists before trying to read.
5579
5580 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
5581
5582 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5583
5584 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
5585
5586 * config.sub, config.guess: Import latest from subversions.
5587
5588 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
5589
5590 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5591 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5592 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5593 avoid quotes nesting problems.
5594 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5595 (DO_X): Export only variables that are set.
5596
5597 2001-09-19 Ben Elliston <bje@redhat.com>
5598
5599 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5600 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5601 semantics. Use the shell built-in "type" command instead.
5602
5603 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5604
5605 * config.sub: Reverted the earlier change, this version is not the
5606 master file.
5607
5608 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5609
5610 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
5611 Add support for mips64.
5612
5613 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
5614
5615 * configure.in: Enable libstdc++-v3 for h8300 targets.
5616
5617 2001-08-30 Eric Christopher <echristo@redhat.com>
5618 Jason Eckhardt <jle@redhat.com>
5619
5620 * config.sub: Add support for mipsisa32.
5621
5622 2001-08-30 Eric Christopher <echristo@redhat.com>
5623
5624 * config.sub, config.guess: Import latest from subversions.
5625
5626 2001-08-20 Alan Modra <amodra@bigpond.net.au>
5627
5628 * config.sub, config.guess: Import latest from subversions.
5629
5630 2001-07-26 DJ Delorie <dj@redhat.com>
5631
5632 * MAINTAINERS: Clarify libiberty merge rules and procedures.
5633
5634 2001-06-19 Alan Modra <amodra@bigpond.net.au>
5635
5636 * Makefile.in: Revert 2001-06-17.
5637 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
5638
5639 2001-06-17 H.J. Lu <hjl@gnu.org>
5640
5641 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
5642 (gas+binutils.tar.bz2): Likewise.
5643 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
5644
5645 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
5646
5647 * Makefile.in (VER): When present, extract the version number from
5648 the file version.in.
5649
5650 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
5651
5652 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5653 gcc/xgcc is built, use -print-prog-name to find out the program
5654 name to use.
5655
5656 2001-06-04 Mark Mitchell <mark@codesourcery.com>
5657
5658 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5659 with_gcc]: Use `gcc -shared' to build a shared library.
5660
5661 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
5662
5663 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5664 archives.
5665
5666 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
5667
5668 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
5669 libraries when using g++ with native linker.
5670
5671 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
5672
5673 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5674
5675 2001-05-24 Tom Rix <trix@redhat.com>
5676
5677 * configure.in : enable ld for aix
5678
5679 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
5680
5681 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5682 [aix4*|aix5*]: Prepend blank.
5683
5684 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
5685
5686 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5687 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
5688 of subdir/configure scripts to use the new libtool.m4.
5689
5690 2001-05-14 H.J. Lu <hjl@gnu.org>
5691
5692 * config.if (libc_interface): Set to -libc6.2- for cross
5693 compiling to Linux/glibc 2.2.
5694
5695 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
5696
5697 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5698 libgcj.
5699
5700 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
5701
5702 * configure.in (noconfigdirs): Don't reset it from scratch in the
5703 target case; only append to it.
5704
5705 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
5706
5707 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5708 sparc-*-solaris2.8]: Disable ${libgcj}.
5709
5710 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
5711
5712 * configure.in (libgcj_saved): Copy from $libgcj.
5713 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5714 --disable-libgcj.
5715
5716 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
5717
5718 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5719 1.641.2.228.
5720
5721 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
5722
5723 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5724 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5725
5726 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
5727
5728 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5729 New macros.
5730 (bootstrap, cross): Use RECURSE_FLAGS.
5731 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5732
5733 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
5734
5735 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5736
5737 2001-03-23 Nick Clifton <nickc@redhat.com>
5738
5739 * README-maintainer-mode: Add note about inability to use "make
5740 distclean" in maintainer mode.
5741
5742 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
5743
5744 Re-installed:
5745 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5746 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
5747 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5748 * ltcf-cxx.sh: Likewise.
5749 * ltcf-gcj.sh: Likewise.
5750
5751 2001-03-22 Philip Blundell <philb@gnu.org>
5752
5753 * config.sub, config.guess: Import latest from subversions.
5754
5755 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
5756
5757 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5758 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5759
5760 2001-03-20 Michael Chastain <chastain@redhat.com>
5761
5762 * Makefile.in: all-m4 depends on all-texinfo.
5763
5764 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
5765
5766 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5767
5768 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
5769
5770 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
5771 longer valid.
5772
5773 2001-02-16 Nick Clifton <nickc@redhat.com>
5774
5775 * configure.in (noconfigdirs): Allow configuration of texinfo
5776 for Cygwin hosts.
5777
5778 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
5779
5780 * config.guess: Add linux target for S/390.
5781 * config.sub: Likewise.
5782 * configure.in: Likewise.
5783
5784 2001-02-06 Ben Elliston <bje@redhat.com>
5785
5786 * configure: Output host type to stdout, not stderr.
5787
5788 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5789
5790 * config.guess: Import from subversions.gnu.org (revision 1.181).
5791 * config.sub: Import from subversions.gnu.org (revision 1.199).
5792
5793 2001-01-30 Alan Modra <alan@linuxcare.com.au>
5794
5795 * config.guess: Handle hppa64-linux systems.
5796
5797 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5798
5799 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5800 Don't unset, it's non-portable and no longer necessary, set to empty
5801 instead.
5802
5803 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5804
5805 * ltconfig: Shell portability fix for the tagname validity check.
5806
5807 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5808
5809 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5810
5811 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
5812
5813 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5814 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5815
5816 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
5817
5818 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5819 keep at least one of build_libtool_libs or build_old_libs set to
5820 yes.
5821
5822 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
5823
5824 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5825 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5826
5827 2000-11-07 Philip Blundell <pb@futuretv.com>
5828
5829 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5830
5831 2000-11-03 Philip Blundell <pb@futuretv.com>
5832
5833 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5834 files.
5835
5836 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
5837
5838 * COPYING.NEWLIB: Put into source repository.
5839
5840 2001-01-15 Ben Elliston <bje@redhat.com>
5841
5842 * configure.in (host_tools): Add sid.
5843 Always configure cgen.
5844