re PR c++/56722 (C++11: syntax error in for loop ends in SEGV)
[gcc.git] / ChangeLog
1 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2
3 * MAINTAINERS (Write After Approval): Add myself.
4
5 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
6
7 * MAINTAINERS (Write After Approval): Add myself.
8
9 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
10
11 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
12 * configure: Regenerated.
13
14 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
15
16 * MAINTAINERS: Explicitly add myself as AIX maintainer.
17 Remove Geoff Keating as rs6000 port maintainer, at his request.
18
19 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20
21 * MAINTAINERS: Update my email.
22
23 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
24
25 * config/isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION.
26 * configure: Re-generate.
27
28 2013-01-15 Richard Biener <rguenther@suse.de>
29
30 PR other/55973
31 * configure: Re-generate.
32
33 2013-01-14 Matthias Klose <doko@ubuntu.com>
34
35 * Makefile.def (install-target-libsanitizer): Depend on
36 install-target-libstdc++-v3.
37 * Makefile.in: Regenerate.
38
39 2013-01-14 Richard Biener <rguenther@suse.de>
40
41 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
42 * configure: Re-generate
43
44 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
45
46 * config.sub: Update from config repo.
47
48 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
49
50 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
51 * Makefile.in: Regenerate.
52
53 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
54
55 * MAINTAINERS (arc): Add new port maintainership for myself.
56
57 2013-01-09 Jason Merrill <jason@redhat.com>
58
59 * .gitignore: Import from gdb repository.
60
61 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
62
63 * Makefile.def (configure-gcc): Depend on all-gmp.
64 (all-gcc): Remove dependency on all-gmp.
65 * Makefile.in: Regenerated.
66
67 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
68
69 * config.sub: Merge from config repo.
70 * config.guess: Ditto.
71
72 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
73
74 * Makefile.def: Merge from binutils.
75 * Makefile.in: Ditto.
76
77 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
78
79 * MAINTAINERS: Update my email.
80
81 2012-12-29 Ben Elliston <bje@gnu.org>
82
83 * config.guess: Update to 2012-12-29 version.
84 * config.sub: Likewise.
85
86 2012-12-20 Matthias Klose <doko@ubuntu.com>
87
88 * Makefile.def (install-target-libgfortran): Depend on
89 install-target-libquadmath, install-target-libgcc.
90 (install-target-libsanitizer): Depend on install-target-libgcc.
91 (install-target-libjava): Depend on install-target-libgcc.
92 (install-target-libitm): Depend on install-target-libgcc.
93 (install-target-libobjc): Depend on install-target-libgcc.
94 (install-target-libstdc++-v3): Depend on install-target-libgcc.
95 * Makefile.in: Regenerate.
96
97 2012-12-19 Matthias Klose <doko@ubuntu.com>
98
99 * Makefile.def (install-target-libgo): Depend on
100 install-target-libatomic.
101 * Makefile.in: Regenerate.
102
103 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
104
105 PR go/55201
106 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
107 * Makefile.in: Regenerate.
108
109 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
110
111 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
112 * configure: Regenerate.
113
114 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
115
116 * config.sub: Merge from config repo.
117
118 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
119
120 * Makefile.def (target_modules): Add bootstrap=true and
121 raw_cxx=true to libsanitizer.
122 * configure.ac (bootstrap_target_libs): Add libsanitizer.
123 * Makefile.in: Regenerated.
124 * configure: Likewise.
125
126 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
127
128 * MAINTAINERS: Remove self as RTL optimization maintainer.
129
130 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
131
132 * MAINTAINERS (Write After Approval): Add myself.
133
134 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
135
136 * Makefile.def (target_modules): Remove bootstrap=true and
137 raw_cxx=true from libsanitizer.
138 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
139 * Makefile.in: Regenerated.
140 * configure: Likewise.
141
142 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
143
144 * Makefile.def (target_modules): Add bootstrap=true and
145 raw_cxx=true to libsanitizer.
146 * configure.ac (bootstrap_target_libs): Add libsanitizer.
147 * Makefile.in: Regenerated.
148 * configure: Likewise.
149
150 2012-11-28 Andrew Pinski <apinski@cavium.com>
151
152 PR bootstrap/54279
153 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
154 * configure: Regenerate.
155 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
156 * Makefile.in: Regenerate.
157
158 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
159
160 * configure.ac: Disable libsanitizer if we're not building C++.
161 * configure: Regenerate.
162
163 2012-11-15 Roland McGrath <roland@hack.frob.com>
164
165 * MAINTAINERS (Write After Approval): Add myself.
166
167 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
168
169 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
170 Kostya Serebryany (kcc@google.com) and
171 Jakub Jelinek (jakub@redhat.com).
172 Rename area for Dodji Seketeli (dodji@redhat.com).
173
174 2012-11-15 Dodji Seketeli <dodji@redhat.com>
175
176 * MAINTAINERS: (asan.c, related): Add myself.
177
178 2012-11-14 Roland McGrath <mcgrathr@google.com>
179
180 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
181 * configure: Regenerate.
182
183 2012-11-13 Richard Henderson <rth@redhat.com>
184
185 * configure.ac: Move libsanitizer logic to subdirectory.
186 * configure: Regenerate.
187
188 2012-11-13 Dodji Seketeli <dodji@redhat.com>
189
190 * configure.ac: Enable libsanitizer just on x86 linux for now.
191 * configure: Re-generate.
192
193 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
194
195 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
196 sections.
197 * configure: Regenerate.
198
199 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
200
201 * configure.ac: Add section for configdirs for libsanitizer.
202 Disable for cris-*-* and mmix-*-*.
203 * configure: Regenerate.
204
205 2012-11-12 Wei Mi <wmi@google.com>
206
207 * configure.ac: Add libsanitizer to target_libraries.
208 * Makefile.def: Ditto.
209 * configure: Regenerate.
210 * Makefile.in: Regenerate.
211 * libsanitizer: New directory for asan runtime. Contains an empty
212 tsan directory.
213
214 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
215
216 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
217 against Mingw64 w32api.
218 * configure: Regenerate.
219
220 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
221
222 * configure: Regenerated.
223
224 2012-11-03 Robert Mason <rbmj@verizon.net>
225
226 * configure.ac: add --disable-libstdcxx configure option
227 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
228
229 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
230
231 * MAINTAINERS (Write After Approval): Add myself.
232
233 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
234
235 * MAINTAINERS (Write After Approval): Add myself.
236
237 2012-10-24 Sharad Singhai <singhai@google.com>
238
239 * MAINTAINERS (Write After Approval): Add myself.
240
241 2012-10-24 Eric Christopher <echristo@gmail.com>
242
243 * MAINTAINERS: Update email address.
244
245 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
246
247 PR bootstrap/54820
248 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
249 * configure: Regenerate.
250
251 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
252
253 * MAINTAINERS (aarch64): Add Marcus and myself.
254
255 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
256
257 PR bootstrap/54820
258 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
259 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
260 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
261 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
262 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
263 * Makefile.in: Regenerate.
264 * configure.ac (have_static_libs): New variable and associated check.
265 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
266 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
267 * configure: Regenerate.
268
269 2012-10-10 Richard Biener <rguenther@suse.de>
270
271 * MAINTAINERS: Adjust for changed surname.
272
273 2012-10-04 Lawrence Crowl <crowl@google.com>
274
275 * MAINTAINERS (Write After Approval): Add myself.
276
277 2012-10-01 Cary Coutant <ccoutant@google.com>
278
279 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
280
281 2012-09-28 Ian Lance Taylor <iant@google.com>
282
283 * Makefile.def: Make all-target-libgo depend on
284 all-target-libbacktrace.
285 * Makefile.in: Rebuild.
286
287 2012-09-26 Ian Lance Taylor <iant@google.com>
288
289 * Makefile.def: Make all-gcc depend on all-libbacktrace.
290 * Makefile.in: Rebuild.
291
292 2012-09-20 Walter Lee <walt@tilera.com>
293
294 * configure.ac: Add tilegx to list of targets that support gold.
295 * configure: Regenerate.
296
297 2012-09-20 Marek Polacek <polacek@redhat.com>
298
299 * MAINTAINERS (Write After Approval): Add myself.
300
301 2012-09-19 Steve Ellcey <sellcey@mips.com>
302
303 * configure.ac: Add mips*-mti-elf* target.
304 * configure: Regenerate.
305
306 2012-09-17 Ian Lance Taylor <iant@google.com>
307
308 * MAINTAINERS (Various Maintainers): Add libbacktrace.
309 * configure.ac (host_libs): Add libbacktrace.
310 (target_libraries): Add libbacktrace.
311 * Makefile.def (host_modules): Add libbacktrace.
312 (target_modules): Likewise.
313 * configure, Makefile.in: Rebuild.
314
315 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
316
317 PR target/38607
318 Merge upstream change.
319 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
320
321 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
322 Add libgomp*.o to compare_exclusions for AIX.
323 * configure: Regenerate.
324
325 2012-09-06 Diego Novillo <dnovillo@google.com>
326
327 * configure.ac: Bump minimum GMP version to 4.2.3.
328 * configure: Re-generate.
329
330 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
331
332 PR target/54461
333 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
334 target-libgloss if not configured --with-avrlibc=no.
335 * configure: Regenerate.
336
337 2012-09-04 Jason Merrill <jason@redhat.com>
338
339 * configure.ac: Fix --enable-languages=all.
340
341 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
342
343 * MAINTAINERS (Write After Approval): Add myself.
344
345 2012-09-03 Richard Guenther <rguenther@suse.de>
346
347 PR bootstrap/54138
348 * configure.ac: Re-organize ISL / CLOOG checks to allow
349 disabling with either --without-isl or --without-cloog.
350 * configure: Regenerated.
351
352 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
353
354 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
355 * configure: Regenerate.
356
357 2012-08-27 Ulrich Drepper <drepper@gmail.com>
358
359 * MAINTAINERS: Fix my email address.
360
361 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
362
363 PR binutils/4970
364 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
365 and opcodes.
366 * Makefile.in: Regenerated.
367
368 2012-08-26 Art Haas <ahaas@impactweather.com>
369
370 * configure: Regenerate.
371
372 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
373
374 * INSTALL/README: Also refer to the online installation
375 instructions.
376
377 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
378
379 * MAINTAINERS (Write After Approval): Add myself.
380 (Picochip port): Remove myself.
381
382 2012-08-14 Diego Novillo <dnovillo@google.com>
383
384 Merge from cxx-conversion branch.
385
386 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
387 POSTSTAGE1_CONFIGURE_FLAGS.
388 * Makefile.in: Regenerate.
389 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
390 Force C++ when bootstrapping.
391 * configure: Regenerate.
392
393 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
394
395 * MAINTAINERS (Write After Approval): Add myself.
396
397 2012-07-16 Joseph Myers <joseph@codesourcery.com>
398
399 * README: Document use of ranges of years in copyright notices.
400
401 2012-07-06 Richard Guenther <rguenther@suse.de>
402
403 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
404 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
405 --with-gmp=system.
406 * Makefile.in: Regenerated.
407 * configure: Likewise.
408
409 2012-07-06 Richard Guenther <rguenther@suse.de>
410
411 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
412 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
413 supply V=1 as extra_make_flags.
414 * configure: Regenerated.
415 * Makefile.in: Likewise.
416
417 2012-07-04 Tristan Gingold <gingold@adacore.com>
418
419 * configure: Regenerate.
420
421 2012-07-03 Richard Guenther <rguenther@suse.de>
422
423 * Makfile.def (isl): Remove not necessary extra_exports and
424 extra_make_flags.
425 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
426 * Makefile.in: Regenerated.
427
428 2012-07-03 Richard Guenther <rguenther@suse.de>
429
430 * Makefile.def (cloog): Add V=1 to extra_make_flags.
431 * configure.ac: If either the ISL or the CLooG check failed
432 do not try to build in-tree versions.
433 * Makefile.in: Regenerated.
434 * configure: Regenerated.
435
436 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
437
438 * configure: Regenerate.
439
440 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
441
442 * MAINTAINERS (Various Maintainers): Add myself as testsuite
443 maintainer.
444
445 2012-07-02 Richard Guenther <rguenther@suse.de>
446
447 * configure: Regenerated.
448
449 2012-07-02 Richard Guenther <rguenther@suse.de>
450 Michael Matz <matz@suse.de>
451 Tobias Grosser <tobias@grosser.es>
452 Sebastian Pop <sebpop@gmail.com>
453
454 * Makefile.def: Add ISL host module, remove PPL host module.
455 Adjust ClooG host module to use the proper ISL.
456 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
457 * configure.ac: Include config/isl.m4. Add ISL host library,
458 remove PPL. Remove PPL configury, add ISL configury, adjust
459 ClooG configury.
460 * Makefile.in: Regenerated.
461 * configure: Likewise.
462
463 2012-07-02 Richard Guenther <rguenther@suse.de>
464
465 Merge from graphite branch
466 2011-07-21 Tobias Grosser <tobias@grosser.es>
467
468 * configure: Regenerated.
469 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
470 both cloog.org and legacy versions. The only supported version will
471 be CLooG with the isl backend.
472
473 2011-07-21 Tobias Grosser <tobias@grosser.es>
474
475 * configure: Regenerated.
476 * configure.ac: Require cloog isl 0.17.0
477
478 2011-07-21 Tobias Grosser <tobias@grosser.es>
479
480 * configure: Regenerated.
481 * config/cloog.m4: Do not define CLOOG_ORG
482
483 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
484
485 * configure.ac: Skip C if explicitly selected.
486 * configure: Regenerate.
487
488 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
489
490 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
491 they contain -O2.
492 * configure: Regenerate.
493
494 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
495
496 PR debug/53740
497 * df.h, df-problems.c, dce.c: Revert last patch.
498
499 2012-06-25 Iain Sandoe <iain@codesourcery.com>
500
501 * MAINTAINERS (Write After Approval): Update my email address.
502
503 2012-06-21 Meador Inge <meadori@codesourcery.com>
504
505 * MAINTAINERS (Write After Approval): Add myself.
506
507 2012-06-20 Jason Merrill <jason@redhat.com>
508
509 * Makefile.tpl (check-target-libgomp-c++): New.
510 (check-target-libitm-c++): New.
511 * Makefile.def (c++): Add them.
512 * Makefile.in: Regenerate.
513
514 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
515
516 * MAINTAINERS (Write After Approval): Add myself.
517
518 2012-05-16 Olivier Hainque <hainque@adacore.com>
519
520 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
521 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
522 (install-no-fixedincludes): Adjust accordingly.
523 * Makefile.in: Regenerate.
524
525 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
526
527 Merge upstream change
528 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
529
530 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
531
532 * MAINTAINERS (Write After Approval): Add myself.
533
534 2012-05-09 Nick Clifton <nickc@redhat.com>
535 Paul Smith <psmith@gnu.org>
536
537 PR bootstrap/50461
538 * configure.ac (mpfr-dir): When using in-tree MPFR sources
539 allow for the fact that from release v3.1.0 of MPFR the source
540 files were moved into a src sub-directory.
541 * configure: Regenerate.
542
543 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
544
545 * configure.ac: Bump minimum MPFR version to 2.4.0.
546 * configure: Regenerated.
547
548 2012-05-01 Richard Henderson <rth@redhat.com>
549
550 * Makefile.def (libatomic): New target_module.
551 * configure.ac (target_libraries): Add libatomic.
552 (noconfigdirs): Check if libatomic is supported.
553 * Makefile.in, configure: Rebuild.
554
555 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
556
557 * MAINTAINERS (Write After Approval): Add myself.
558
559 2012-04-25 Joel Brobecker <brobecker@adacore.com>
560
561 * config.sub: Update to 2012-04-18 version from official repo.
562
563 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
564
565 * MAINTAINERS (Write After Approval): Add myself.
566
567 2012-04-11 Steve Ellcey <sellcey@mips.com>
568
569 * MAINTAINERS: Changed email address.
570
571 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
572
573 PR target/52737
574 * contrib/gcc_update (files_and_dependencies):
575 Remove gcc/config/avr/t-multilib from touch data.
576
577 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
578
579 * MAINTAINERS (OS Port Maintainers): Remove irix.
580 * configure.ac (enable_libgomp): Remove *-*-irix6*.
581 (unsupported_languages): Remove mips-sgi-irix6.*.
582 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
583 (with_stabs): Remove.
584 * configure: Regenerate.
585
586 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
587
588 * MAINTAINERS (OS Port Maintainers): Remove osf.
589 * configure.ac (enable_libgomp): Remove *-*-osf*.
590 (with_stabs): Remove alpha*-*-osf*.
591 * configure: Regenerate.
592
593 2012-03-05 Tristan Gingold <gingold@adacore.com>
594
595 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
596 * configure: Regenerate.
597
598 2012-02-17 Walter Lee <walt@tilera.com>
599
600 * MAINTAINERS: (Write After Approval): Delete myself.
601
602 2012-02-14 Walter Lee <walt@tilera.com>
603
604 * MAINTAINERS (tilegx port): Add myself.
605 (tilepro port): Add myself.
606 (Write After Approval): Add myself.
607
608 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
609
610 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
611 and Joseph Myers as docstring relicensing maintainers.
612
613 2012-02-09 Bin Cheng <bin.cheng@arm.com>
614
615 * MAINTAINERS (write-after-approval): Add myself.
616
617 2012-02-08 Ira Rosen <irar@il.ibm.com>
618
619 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
620 maintainer.
621
622 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
623
624 * MAINTAINERS (Write After Approval): Move myself to
625 maintain alphabetical order.
626
627 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
628
629 * MAINTAINERS (Write After Approval): Add myself.
630
631 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
632
633 * MAINTAINERS (Write After Approval): Add myself.
634
635 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
636 Jayant R Sonar <jayant.sonar@kpitcummins.com>
637
638 * configure.ac (cr16-*-*): Remove nonconfigdirs.
639 * configure: Regenerate.
640
641 2012-01-23 Harshit Chopra <harshit@google.com>
642
643 * MAINTAINERS (Write After Approval): Add myself.
644
645 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
646
647 * configure.ac: Remove reference to mh-interix.
648 * configure: Regenerate.
649
650 2012-01-05 Richard Henderson <rth@redhat.com>
651
652 PR bootstrap/51072
653 * configure.ac: Disable libitm if c++ is not enabled.
654 * configure: Rebuild.
655
656 * configure.ac: Fix regexp for same.
657 * configure: Rebuild.
658
659 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
660
661 * MAINTAINERS (Write After Approval): Add myself.
662
663 2012-01-02 Richard Guenther <rguenther@suse.de>
664
665 PR bootstrap/51686
666 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
667 * Makefile.in: Regenerate.
668
669 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
670
671 * MAINTAINERS (Write After Approval): Add myself.
672
673 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
674
675 * configure: Regenerate.
676
677 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
678
679 * MAINTAINERS (picochip): Changed email address.
680
681 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
682
683 * MAINTAINERS (write-after-approval): Add self.
684
685 2011-11-29 DJ Delorie <dj@redhat.com>
686
687 * configure.ac (rl78-*-*) New case.
688 * configure: Regenerate.
689 * MAINTAINERS: Add myself as RL78 maintainer.
690
691 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
692
693 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
694
695 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
696
697 * libtool.m4: Additional FreeBSD 10 fixes.
698
699 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
700
701 * MAINTAINERS: Move myself from Write After Approval to CPU Port
702 Maintainers section, as Epiphany maintainer.
703
704 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
705
706 PR target/49992
707 * configure.ac: Remove ranlib special-casing for Darwin.
708 * configure: Regenerate.
709
710 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
711
712 * MAINTAINERS (Reviewers): Keep the list sorted.
713
714 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
715
716 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
717
718 2011-11-09 Roland McGrath <mcgrathr@google.com>
719
720 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
721 * configure: Rebuild.
722 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
723 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
724 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
725 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
726 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
727 Add READELF.
728 * Makefile.in: Rebuild.
729
730 2011-11-09 Jason Merrill <jason@redhat.com>
731
732 * Makefile.def (language=c++): Remove check-c++0x.
733 * Makefile.in (check-gcc-c++): Regenerate.
734
735 2011-11-08 Richard Henderson <rth@redhat.com>
736
737 * configure.ac: Test for libitm directory present first.
738
739 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
740
741 * configure.ac: Test libitm/configure.tgt to disable libitm.
742 * configure: Rebuild.
743
744 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
745 Richard Henderson <rth@redhat.com>
746
747 Merged from transactional-memory.
748
749 * Makefile.def (lang_env_dependencies): libitm is c++.
750 Add libitm target module.
751 * configure.ac: Likewise.
752 * config/mmap.m4: New file.
753 * contrib/gcc_update: Add libitm to touch data.
754 * Makefile.in, configure: Rebuild.
755
756 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
757
758 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
759 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
760 * Makefile.in: Regenerate.
761
762 2011-11-01 DJ Delorie <dj@redhat.com>
763
764 * config.sub: Update to version 2011-10-29 (added rl78)
765
766 2011-10-27 Nick Clifton <nickc@redhat.com>
767
768 * config.sub: Import these changes from the config project:
769
770 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
771 Ben Elliston <bje@gnu.org>
772
773 * config.sub (epiphany): New.
774
775 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
776 Ben Elliston <bje@gnu.org>
777
778 * config.sub (hexagon, hexagon-*): New.
779
780 2011-08-23 Roland McGrath <mcgrathr@google.com>
781
782 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
783 64eb to be64.
784
785 2011-08-16 Roland McGrath <mcgrathr@google.com>
786
787 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
788 (nacl): Grok as alias for 32el-unknown-nacl.
789
790 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
791
792 * MAINTAINERS (Write After Approval): Add myself.
793
794 2011-10-24 Teresa Johnson <tejohnson@google.com>
795
796 * MAINTAINERS (Write After Approval): Add myself.
797
798 2011-09-21 Jakub Jelinek <jakub@redhat.com>
799
800 * MAINTAINERS (sparc port): Remove myself.
801
802 2011-09-14 Tom de Vries <tom@codesourcery.com>
803
804 * MAINTAINERS (Write After Approval): Add myself.
805
806 2011-08-14 Yao Qi <yao@codesourcery.com>
807
808 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
809 * configure: Regenerate.
810
811 2011-07-26 Ian Lance Taylor <iant@google.com>
812
813 * configure.ac: Set have_compiler based on whether gcc directory
814 exists, rather than on whether gcc is in configdirs.
815 * configure: Rebuild.
816
817 2011-07-21 Joseph Myers <joseph@codesourcery.com>
818
819 * MAINTAINERS (Global Reviewers): Add self.
820
821 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
822
823 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
824 link directories.
825 * Makefile.in: Rebuild.
826
827 2011-07-20 Ian Lance Taylor <iant@google.com>
828
829 PR bootstrap/49787
830 * configure.ac: Move --enable-bootstrap handling earlier in file.
831 If --enable-bootstrap and either --enable-build-with-cxx or
832 --enable-build-poststage1-with-cxx, enable C++ automatically.
833 * configure: Rebuild.
834
835 2011-07-19 Ian Lance Taylor <iant@google.com>
836
837 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
838 make C++ a boot_language. Set and substitute
839 POSTSTAGE1_CONFIGURE_FLAGS.
840 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
841 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
842 * configure, Makefile.in: Rebuild.
843
844 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
845
846 * MAINTAINERS (Register Allocation): Move myself from reviewers to
847 maintainers.
848
849 2011-07-18 Jakub Jelinek <jakub@redhat.com>
850
851 * MAINTAINERS (Global Reviewers): Add myself.
852
853 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
854
855 * configure: Regenerate.
856
857 2011-07-16 Jason Merrill <jason@redhat.com>
858
859 * Makefile.def (language=c++): Add check-c++0x and
860 check-target-libmudflap-c++.
861 * Makefile.tpl (check-target-libmudflap-c++): New.
862 * Makefile.in: Regenerate.
863
864 2011-07-16 Matthias Klose <doko@ubuntu.com>
865
866 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
867 * Makefile.def (target_modules/libjava): Pass
868 $(EXTRA_CONFIGARGS_LIBJAVA).
869 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
870 if not configured with --enable-static-libjava.
871 * Makefile.in: Regenerate.
872 * configure: Likewise.
873
874 2011-07-15 Jason Merrill <jason@redhat.com>
875
876 * Makefile.in (check-c++): Move check-gcc-c++0x after
877 check-target-libstdc++-v3.
878
879 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
880
881 * MAINTAINERS (c6x port): New entry.
882
883 2011-07-13 Jason Merrill <jason@redhat.com>
884
885 * Makefile.in (check-gcc-c++0x): New.
886 (check-c++): Depend on it.
887
888 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
889
890 PR target/39150
891 * configure.ac (i[3456789]86-*-solaris2*): Also accept
892 x86_64-*-solaris2.1[0-9]*.
893 * configure: Regenerate.
894
895 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
896
897 * MAINTAINERS (RTL optimizers): Add self.
898
899 2011-06-27 Gabriel Charette <gchare@google.com>
900
901 * MAINTAINERS (Write After Approval): Add myself.
902
903 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
904
905 PR regression/47836
906 PR bootstrap/23656
907 PR other/47733
908 PR bootstrap/49247
909 PR c/48825
910 * configure.ac (target_libraries): Remove target-libiberty.
911 Remove case-statement setting skipdirs=target-libiberty for
912 multiple targets. Remove checking target_configdirs and
913 removing target-libiberty but keeping target-libgcc if
914 otherwise empty.
915 * Makefile.def (target_modules): Don't add libiberty.
916 (dependencies): Remove all traces of target-libiberty.
917 * configure, Makefile.in: Regenerate.
918
919 2011-06-13 Walter Lee <walt@tilera.com>
920
921 * configure.ac (tilepro-*-*) New case.
922 (tilegx-*-*): Likewise.
923 * configure: Regenerate.
924
925 2011-06-06 Jing Yu <jingyu@google.com>
926
927 * configure.ac: Skip target-libiberty for
928 arm*-*-linux-androideabi.
929 * configure: Regenerated.
930
931 2011-06-06 Nick Clifton <nickc@redhat.com>
932
933 * config.sub: Sync from upstream.
934
935 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
936
937 * MAINTAINERS (Write After Approval): Add myself.
938
939 2011-06-01 Daniel Jacobowitz <drow@false.org>
940
941 * MAINTAINERS: Update my email address.
942
943 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
944
945 * MAINTAINERS (Write After Approval): Update my email address.
946
947 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
948
949 * MAINTAINERS (Write After Approval): Add myself.
950
951 2011-05-08 Doug Kwan <dougkwan@google.com>
952
953 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
954 * configure: Regenerated.
955 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
956 value from configure.
957 * Makefile.in: Regenerated.
958
959 2011-05-05 Joseph Myers <joseph@codesourcery.com>
960
961 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
962 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
963 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
964 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
965 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
966 *-*-vxworks*): Disable newlib and libgloss in separate case
967 statement.
968 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
969 to separate case statement.
970 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
971 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
972 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
973 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
974 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
975 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
976 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
977 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
978 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
979 i[[3456789]]86-*-rdos*, m32r-*-*,
980 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
981 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
982 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
983 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
984 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
985 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
986 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
987 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
988 and libgloss in main case over targets. Remove most empty cases
989 in main case over targets.
990 * configure: Regenerate.
991
992 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
993
994 * MAINTAINERS (Write After Approval): Add myself.
995
996 2011-05-04 Joseph Myers <joseph@codesourcery.com>
997
998 * configure.ac: Remove code setting special library locations for
999 hppa*64*-*-hpux11*. Remove code setting compiler for
1000 sparc-sun-solaris2*.
1001 * configure: Regenerate.
1002
1003 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1004
1005 * configure.ac: Separate libgloss_dir settings from general case
1006 over targets.
1007 * configure: Regenerate.
1008
1009 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1010
1011 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1012 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1013 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1014 cases in libgcj-disabling case statement.
1015 (hppa*64*-*-linux*): Set unsupported_languages instead of
1016 disabling target-zlib.
1017 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1018 to hppa*64*-*-hpux*.
1019 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1020 hppa*-*-hpux*.
1021 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1022 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1023 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1024 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1025 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1026 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1027 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1028 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1029 libgcj-disabling case statement.
1030 * configure: Regenerate.
1031
1032 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1033
1034 * configure.ac: Disable Java for targets not supporting libffi.
1035 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1036 Remove cases in Java-disabling statement.
1037 (*arm-wince-pe): Change to arm-wince-pe.
1038 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1039 cases in Java-disabling statement.
1040 (bfin-*-*): Don't disable Java again.
1041 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1042 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1043 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1044 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1045 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1046 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1047 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1048 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1049 Java-disabling statement.
1050 (mmix-*-*): Don't disable Java again.
1051 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1052 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1053 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1054 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1055 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1056 statement.
1057 * configure: Regenerate.
1058
1059 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1060
1061 * configure.ac: Separate cases disabling Java and Java libraries
1062 from general case over targets.
1063 * configure: Regenerate.
1064
1065 2011-04-21 Jie Zhang <jzhang918@gmail.com>
1066
1067 * MAINTAINERS: Update my email address.
1068
1069 2011-04-20 Easwaran Raman <eraman@google.com>
1070
1071 * MAINTAINERS (Write After Approval): Add myself.
1072
1073 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1074
1075 PR lto/48086
1076 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1077 * configure: Regenerate.
1078
1079 2011-04-16 Jim Meyering <meyering@redhat.com>
1080
1081 * MAINTAINERS (Write After Approval): Add myself.
1082
1083 2011-04-15 Dodji Seketeli <dodji@redhat.com>
1084
1085 * MAINTAINERS: Update my email address.
1086
1087 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
1088
1089 * MAINTAINERS (Write After Approval): Add myself.
1090
1091 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1092
1093 * MAINTAINERS (Write After Approval): Add myself.
1094
1095 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1096
1097 * MAINTAINERS (Write After Approval): Add myself.
1098
1099 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1100
1101 * configure.ac (build_tools): Remove build-byacc.
1102 (host_libs): Remove mmalloc.
1103 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1104 autoconf automake libtool diff rcs fileutils shellutils time
1105 textutils wdiff find uudecode hello tar gzip indent recode release
1106 sed perl gawk findutils gettext zip.
1107 (libgcj): Remove target-qthreads.
1108 (target_tools): Remove target-examples target-gperf.
1109 (YACC): Don't handle building byacc.
1110 * configure: Regenerate.
1111 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1112 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1113 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1114 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1115 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1116 handle building components.
1117 * Makefile.in: Regenerate.
1118
1119 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1120
1121 * MAINTAINERS: Update my email address as Xtensa maintainer.
1122
1123 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1124
1125 * config.sub: Sync from upstream.
1126
1127 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1128
1129 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1130 (microblaze*): Don't disable libssp.
1131 * configure: Regenerate.
1132
1133 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1134
1135 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1136 moveifchange.
1137 * configure: Regenerate.
1138 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1139 * Makefile.in: Regenerate.
1140
1141 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1142
1143 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1144 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1145 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1146 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1147 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1148 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1149 md_exec_prefix cases.
1150 * configure: Regenerate.
1151
1152 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1153
1154 * configure.ac: Separate cases disabling target-libssp,
1155 target-libiberty, target-libstdc++-v3 and Fortran from general
1156 case over targets.
1157 * configure: Regenerate.
1158
1159 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1160
1161 * configure.ac (*-*-chorusos): Don't disable libgcj.
1162 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1163 Remove case.
1164 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1165 (arm-*-coff): Don't disable libgcj.
1166 (arm*-*-linux-gnueabi): Remove useless assignment.
1167 (arm-*-riscix*): Don't disable libgcj.
1168 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1169 configuration.
1170 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1171 (c54x*-*-*): Remove case.
1172 (tic54x-*-*): Don't disable GCC or GCC libraries.
1173 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1174 to *.
1175 (d10v-*-*): Don't disable GCC libraries.
1176 (d30v-*-*): Don't disable libgcj.
1177 (h8500-*-*): Don't disable GCC libraries.
1178 (i960-*-*): Don't disable libgcj.
1179 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1180 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1181 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1182 libgcj.
1183 (m68k-*-coff*): Remove case.
1184 (mmix-*-*): Don't disable libgloss on host.
1185 (mn10200-*-*, mn10300-*-*): Remove cases.
1186 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1187 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1188 Don't disable libgcj.
1189 (romp-*-*): Remove case.
1190 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1191 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1192 case.
1193 (v810-*-*): Don't disable GCC libraries.
1194 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1195 (ip2k-*-*): Don't disable GCC libraries.
1196 * configure: Regenerate.
1197
1198 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1199
1200 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1201 libffi on host.
1202 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1203 on host.
1204 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1205 * configure: Regenerate.
1206
1207 2011-03-26 John Marino <binutils@marino.st>
1208
1209 * configure.ac: Add support for *-*-dragonfly*
1210 * configure: Regenerate.
1211
1212 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1213
1214 * configure.ac (native_only): Remove.
1215 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1216 send-pr uudecode guile gnuserv on host.
1217 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1218 send-pr rcs guile perl texinfo libtool on host.
1219 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1220 automake send-pr rcs guile perl texinfo libtool on host.
1221 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1222 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1223 (alpha*-dec-osf*): Don't disable fileutils on target.
1224 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1225 texinfo send-pr expect dejagnu on target.
1226 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1227 target-qthreads on target.
1228 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1229 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1230 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1231 x86_64-*-mingw*): Don't disable expect on target.
1232 (*-*-cygwin*): Don't disable target-gperf on target.
1233 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1234 gnuserv on target.
1235 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1236 target.
1237 * configure: Regenerate.
1238
1239 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1240
1241 * configure.ac (target_tools): Remove target-groff.
1242 (native_only): Remove target-groff.
1243 (hppa*64*-*-*): Don't disable byacc.
1244 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1245 setting.
1246 (*-*-kaos*): Don't skip target-librx and target-groff.
1247 (*-*-netware*): Don't skip target-libmudflap.
1248 (*-*-tpf*): Don't skip target-libmudflap.
1249 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1250 directories on the host.
1251 (ia64*-*-*vms*): Don't skip tix.
1252 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1253 host.
1254 * configure: Regenerate.
1255
1256 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1257
1258 * configure.ac: Remove references to mt-mep, mt-netware,
1259 mt-wince.
1260 * Makefile.def: Add all-utils soft dependencies.
1261 * Makefile.tpl: Remove GDB_NLM_DEPS.
1262 * configure: Regenerate.
1263 * Makefile.in: Regenerate.
1264
1265 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1266
1267 * configure.ac: Do not include mh-x86omitfp.
1268 * configure: Regenerate.
1269
1270 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1271
1272 * configure.ac: Remove empty cases.
1273 * configure: Regenerate.
1274
1275 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1276
1277 * Makefile.def: Add dependency from termcap to gdb.
1278 * Makefile.in: Regenerate.
1279
1280 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1281
1282 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1283 * configure: Regenerate.
1284 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1285 * Makefile.tpl: Likewise.
1286 * Makefile.in: Regenerate.
1287
1288 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1289
1290 * configure.ac: Remove all mentions of tentative_cc.
1291 * configure: Regenerate.
1292
1293 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1294
1295 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1296 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1297 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1298 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1299 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1300 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1301 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1302 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1303 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1304 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1305 *-*-rhapsody*): Remove host cases.
1306 * configure: Regenerate.
1307
1308 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1309
1310 * configure.ac (ppc*-*-pe): Remove host case.
1311 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1312 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1313 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1314 cases.
1315 * configure: Regenerate.
1316
1317 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1318
1319 * config.sub: Update to version 2011-03-23.
1320
1321 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1322
1323 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1324 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1325 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1326 * configure: Regenerate.
1327
1328 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1329
1330 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1331 to Write After Approval.
1332 * config-ml.in: Don't handle arc-*-elf*.
1333 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1334 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1335 handle GCC libraries.
1336 * configure: Regenerate.
1337
1338 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1339
1340 PR bootstrap/48120:
1341 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1342 Add -lstdc++ -lm to LIBS.
1343 * configure: Regenerate.
1344
1345 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1346
1347 * config.guess: Update to version 2011-02-02
1348 * config.sub: Update to version 2011-02-24
1349
1350 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1351
1352 PR lto/48086
1353 * configure.ac: Re-enable LTO on *-apple-darwin9.
1354 * configure: Regenerate.
1355
1356 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1357
1358 PR lto/48086
1359 * configure.ac: Disable LTO on darwin due to an assembler change in
1360 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1361 under 256.
1362 * configure: Regenerate.
1363
1364 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1365
1366 * MAINTAINERS: Update myself as score backend maintainer,
1367 update my e-mail address.
1368
1369 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1370
1371 * MAINTAINERS: Update my e-mail address.
1372
1373 2011-03-06 Joey Ye <joey.ye@arm.com>
1374
1375 * MAINTAINERS: Update my e-mail address.
1376
1377 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1378
1379 * configure.ac: Adjust test of with_ppl.
1380 * configure: Regenerated.
1381
1382 2011-03-02 Kai Tietz <ktietz@redhat.com>
1383
1384 * MAINTAINERS: Adjust my e-mail address.
1385
1386 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1387
1388 * configure.ac: Add -lpwl to ppllibs.
1389 * configure: Regenerated.
1390
1391 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1392
1393 * config/cloog.m4: Add -lisl to clooglibs.
1394 * configure: Regenerated.
1395
1396 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1397
1398 * MAINTAINERS (CPU Port maintainers): Add self.
1399
1400 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1401
1402 * MAINTAINERS: Add myself as testsuite maintainer.
1403
1404 2011-02-15 Mike Stump <mikestump@comcast.net>
1405
1406 * MAINTAINERS: Add myself as testsuite maintainer.
1407
1408 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1409
1410 Import from Libtool and gnulib:
1411
1412 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1413
1414 Prepare for supporting FreeBSD 10.
1415 * config.rpath: Remove handling of freebsd1* which soon would
1416 match FreeBSD 10.0.
1417
1418 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1419
1420 Remove support for FreeBSD 1.x.
1421 * libtool.m4 (_LT_LINKER_SHLIBS)
1422 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1423 soon would incorrectly match FreeBSD 10.0.
1424
1425 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1426
1427 PR binutils/12283
1428 * move-if-change: Import version from gnulib.
1429
1430 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1431
1432 PR lto/47225
1433 * Makefile.def (lto-plugin): Double dash for enable-shared.
1434 (configure-gcc): Depend on all-lto-plugin.
1435 * Makefile.in: Rebuilt.
1436
1437 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1438
1439 * configure.ac: Remove extra bracket.
1440 * configure: Regenerate.
1441
1442 2011-02-08 Tobias Burnus <burnus@net-b.de>
1443
1444 * MAINTAINERS: Add myself as libquadmath maintainer.
1445
1446 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1447
1448 * MAINTAINERS: Update my email address.
1449
1450 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1451
1452 * MAINTAINERS (option handling): Add self.
1453
1454 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1455
1456 PR lto/47225
1457 * Makefile.def: Add dependency for install-gcc
1458 on install-lto-plugin.
1459 * Makfile.in: Regenerated
1460
1461 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1462
1463 * MAINTAINERS (CPU Port Maintainers): Add myself.
1464
1465 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1466
1467 PR libgcj/44341
1468 * configure.ac: Discard --with-* flags for host when configuring
1469 target libraries for cross build.
1470 * configure: Rebuilt.
1471
1472 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1473
1474 * MAINTAINERS (linear loop transforms): Removed.
1475
1476 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1477
1478 * configure.ac: If with_ppl is no, move setting with_cloog=no
1479 after CLOOG_REQUESTED check.
1480 * configure: Regenerated.
1481
1482 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1483
1484 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1485 CLooG has been requested.
1486 * configure: Regenerated.
1487
1488 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1489
1490 * configure: Regenerated.
1491 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1492
1493 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1494
1495 * configure: Regenerated.
1496 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1497
1498 2011-01-21 Andreas Schwab <schwab@redhat.com>
1499
1500 * configure.ac: Use AS_HELP_STRING throughout.
1501 * configure: Regenerate.
1502
1503 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1504
1505 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1506 * configure: Regenerate.
1507
1508 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1509
1510 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1511
1512 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1513
1514 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1515 for ia64-hpux.
1516 * configure: Regenerate.
1517
1518 2011-01-07 Jan Hubicka <jh@suse.cz>
1519
1520 PR lto/47225
1521 * Makefile.in: Regenerate.
1522 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1523 configure.
1524
1525 2011-01-07 Jan Hubicka <jh@suse.cz>
1526
1527 * Makefile.in: Regenerate.
1528 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1529 and configure dependency on lto-plugin configure.
1530 (lto-plugin module): Remove dependency on GCC; add dependency on
1531 liniberty.
1532
1533 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1534
1535 * MAINTAINERS (Write After Approval): Add myself.
1536
1537 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1538
1539 * configure: Regenerate.
1540
1541 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1542
1543 * configure.ac: (picochip): Disable libiberty.
1544
1545 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1546
1547 * MAINTAINERS (Write After Approval): Add myself.
1548
1549 2010-12-10 Ian Lance Taylor <iant@google.com>
1550
1551 PR bootstrap/46819
1552 * configure.ac: For --disable-libgcj clear libgcj_saved.
1553 * configure: Rebuild.
1554
1555 2010-12-10 Tobias Burnus <burnus@net-b.de>
1556
1557 PR fortran/46540
1558 * configure.ac: Add --disable-libquadmath and
1559 --disable-libquadmath-support.
1560 * configure: Regenerate.
1561
1562 2010-12-03 Ian Lance Taylor <iant@google.com>
1563
1564 * MAINTAINERS: Add myself as libgo maintainer.
1565
1566 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1567
1568 PR libffi/46792
1569 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1570 * configure: Regenerate.
1571
1572 2010-12-02 Ian Lance Taylor <iant@google.com>
1573
1574 * configure.ac: Always set default for poststage1_ldflags to
1575 -static-libstdc++ -static-libgcc.
1576
1577 2010-11-29 Andreas Schwab <schwab@redhat.com>
1578
1579 * configure.ac: Move comment to remove extra space in last argument
1580 of GCC_TARGET_TOOL.
1581
1582 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1583
1584 PR other/46026
1585 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1586 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1587 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1588 (BASE_FLAGS_TO_PASS): Use it.
1589 * configure: Rebuilt.
1590 * Makefile.in: Rebuilt.
1591
1592 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1593
1594 PR binutils/12258
1595 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1596 Properly check default linker.
1597 * configure: Regnerated.
1598
1599 2010-11-23 Matthias Klose <doko@ubuntu.com>
1600
1601 * configure.ac: For --enable-gold, handle value `default' instead of
1602 `both*'. New configure option --{en,dis}able-ld.
1603 * configure: Regenerate.
1604
1605 2010-11-20 Ian Lance Taylor <iant@google.com>
1606
1607 * configure.ac: Only disable a language library if no language needs
1608 it. Don't let --disable-libgcj uncondtionally disable libffi.
1609 * configure: Rebuild.
1610
1611 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1612
1613 * Makefile.in: Regenerate.
1614
1615 PR other/46202
1616 * configure.ac: Fix just-built in-tree STRIP name to be
1617 binutils/strip-new.
1618 * configure: Regenerate.
1619 * Makefile.def (install-strip-gcc, install-strip-binutils)
1620 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1621 (install-strip-sid): Mirror dependencies on non-strip variants
1622 of these targets on the respective -strip prerequisites.
1623 * Makefile.tpl (install-strip, install-strip-host)
1624 (install-strip-target): New targets.
1625 (install-strip-[+module+], install-strip-target-[+module+]):
1626 New targets.
1627 * Makefile.in: Regenerate.
1628
1629 2010-11-19 Ian Lance Taylor <iant@google.com>
1630 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1631
1632 * configure.ac: Add target-libgo to target_libraries. Set
1633 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1634 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1635 (HOST_EXPORTS): Add GOC.
1636 (BASE_TARGET_EXPORTS): Add GOC.
1637 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1638 (GOCFLAGS_FOR_TARGET): New variable.
1639 (EXTRA_HOST_FLAGS): Add GOC.
1640 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1641 * Makefile.def (target_modules): Add libgo.
1642 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1643 (dependencies): Add dependency from configure-target-libgo to
1644 configure-target-libffi and all-target-libstdc++-v3. Add
1645 dependencies from all-target-libgo to all-target-libffi.
1646 (languages): Add go.
1647 * configure: Rebuild.
1648 * Makefile.in: Rebuild.
1649
1650 2010-11-19 Ian Lance Taylor <iant@google.com>
1651
1652 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1653 compiler/flag environment variables.
1654
1655 2010-11-18 Ian Lance Taylor <iant@google.com>
1656
1657 * configure.ac: Check for lang_requires_boot_languages in
1658 config-lang.in files.
1659 * configure: Rebuild.
1660
1661 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1662 Tobias Burnus <burnus@net-b.de>
1663
1664 PR fortran/32049
1665 * Makefile.def: Add libquadmath; build it with language=fortran.
1666 * configure.ac: Add libquadmath.
1667 * Makefile.tpl: Handle multiple libs in check-[+language+].
1668 * Makefile.in: Regenerate.
1669 * configure: Regenerate.
1670
1671 2010-11-16 Tom Tromey <tromey@redhat.com>
1672
1673 * MAINTAINERS: Moved myself to reviewers section.
1674
1675 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1676
1677 * MAINTAINERS: Moved myself to reviewers section.
1678
1679 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1680
1681 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1682 (Write After Approval): Remove self.
1683
1684 2010-11-15 Andreas Schwab <schwab@redhat.com>
1685
1686 * configure.ac: Fix spelling in option names.
1687 * configure: Regenerated.
1688
1689 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1690
1691 PR bootstrap/39622
1692 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1693 * configure: Regenerated.
1694
1695 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1696
1697 * MAINTAINERS: Update my email address.
1698
1699 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1700
1701 * configure: Regenerate.
1702
1703 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1704
1705 * configure: Regenerate.
1706
1707 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1708
1709 * configure: Regenerate.
1710
1711 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1712
1713 * configure: Regenerate.
1714
1715 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1716
1717 * configure.ac: Support official CLooG.org versions.
1718 * configure: Regenerate.
1719 * config/cloog.m4: New.
1720
1721 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1722
1723 * MAINTAINERS (Write After Approval): Add myself.
1724
1725 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1726
1727 * MAINTAINERS: Update my email address.
1728
1729 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1730
1731 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1732 * configure: Regenerate.
1733
1734 2010-11-03 Ian Lance Taylor <iant@google.com>
1735 Dave Korn <dave.korn.cygwin@gmail.com>
1736
1737 PR lto/46273
1738 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1739 and on other supported platforms whenever LTO is enabled.
1740 * configure: Rebuild.
1741
1742 2010-11-02 Alan Modra <amodra@gmail.com>
1743
1744 PR binutils/12110
1745 * configure.ac: Error when source path contains spaces.
1746 * configure: Regenerate.
1747
1748 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1749
1750 * MAINTAINERS: Update my email address.
1751
1752 2010-10-20 Ian Lance Taylor <iant@google.com>
1753
1754 * Makefile.def (target_modules): Set lib_path to src/.libs for
1755 libstdc++-v3 module.
1756 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1757 * Makefile.in: Rebuild.
1758
1759 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1760
1761 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1762 (Write After Approval): Remove myself.
1763
1764 2010-10-15 Tristan Gingold <gingold@adacore.com>
1765
1766 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1767
1768 2010-10-14 Douglas Rupp <rupp@gnat.com>
1769
1770 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1771
1772 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1773
1774 * configure.ac (build_lto_plugin): New shell variable.
1775 (--enable-lto): Turn on by default for all non-ELF platforms that
1776 have had LTO support added so far. Set build_lto_plugin appropriately
1777 for both ELF and non-ELF.
1778 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1779 * configure: Regenerate.
1780
1781 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1782
1783 Sync from src:
1784 * configure.ac (v850 support): Remove target-libgloss from
1785 noconfigdirs.
1786 * configure: Regenerate.
1787
1788 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1789
1790 PR bootstrap/45326
1791 PR bootstrap/45174
1792 * configure.ac: Honor initial values of $build_configargs,
1793 $host_configargs, $target_configargs. Mark the precious, so
1794 environment settings get recorded.
1795 * configure: Regenerate.
1796
1797 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1798
1799 PR bootstrap/45796
1800 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1801 Depend on all-build-libiberty.
1802 * Makefile.in: Regenerate.
1803
1804 2010-09-30 Michael Eager <eager@eagercon.com>
1805
1806 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1807 * configure: Regenerate.
1808
1809 2010-09-28 Michael Eager <eager@eagercon.com>
1810
1811 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1812
1813 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1814
1815 PR bootstrap/44621
1816 * configure.ac: Fix unportable shell quoting.
1817 * configure: Regenerate.
1818
1819 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1820
1821 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1822 targets and amend comment.
1823 * configure: Regenerate.
1824
1825 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1826
1827 * MAINTAINERS (Write After Approval): Add myself.
1828
1829 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1830
1831 * configure.ac: Enable LTO by default on Darwin.
1832 * configure: Regenerate.
1833
1834 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1835
1836 * MAINTAINERS (Write After Approval): Add myself.
1837
1838 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1839
1840 * MAINTAINERS (Write After Approval): Add myself.
1841
1842 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1843
1844 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1845 ports
1846
1847 2010-07-28 David Yuste <david.yuste@gmail.com>
1848
1849 * MAINTAINERS (Write After Approval): Add myself.
1850
1851 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1852
1853 * configure.ac: Support all v850 targets.
1854 * configure: Regenerate.
1855
1856 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1857
1858 PR bootstrap/44455
1859 * configure.ac (extra_mpfr_configure_flags): Copy from
1860 extra_mpc_gmp_configure_flags.
1861 * configure: Re-generated.
1862
1863 2010-07-22 Andi Kleen <ak@linux.intel.com>
1864
1865 * MAINTAINERS (Write After Approval): Add myself.
1866
1867 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1868
1869 * MAINTAINERS (Write After Approval): Add myself.
1870
1871 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1872
1873 * MAINTAINERS (Write After Approval): Add myself.
1874
1875 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1876
1877 PR target/44862
1878 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1879 Provide -B option to allow for link spec %s substitutions for
1880 libstdc++.a on darwin.
1881 * Makefile.in: Regenerate.
1882
1883 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1884
1885 * MAINTAINERS (Reviewers): Update my e-mail address
1886
1887 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1888
1889 * Makefile.def (configure-gcc): Depend on all-libelf.
1890 * Makefile.in: Rebuild.
1891
1892 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1893
1894 * MAINTAINERS (Write After Approval): Add myself in the right place.
1895
1896 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1897
1898 * MAINTAINERS (Write After Approval): Add myself.
1899
1900 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1901
1902 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1903
1904 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1905
1906 * config.sub: Update to version 2010-05-21.
1907 * config.guess: Update to version 2010-04-03.
1908
1909 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1910
1911 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1912 * configure: Regenerate.
1913
1914 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1915
1916 * MAINTAINERS (Write After Approval): Add myself.
1917
1918 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1919
1920 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1921 a platform that supports LTO.
1922 * configure: Regenerate.
1923
1924 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1925
1926 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1927 * configure: Regenerated.
1928
1929 2010-04-27 Roland McGrath <roland@redhat.com>
1930 H.J. Lu <hongjiu.lu@intel.com>
1931
1932 * configure.ac (--enable-gold): Support both, both/gold and
1933 both/bfd to add gold to configdirs without removing ld.
1934 * configure: Regenerated.
1935
1936 * Makefile.def: Add install-gold dependency to install-ld.
1937 * Makefile.in: Regenerated.
1938
1939 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1940
1941 PR lto/42776
1942 * configure.ac (--enable-lto): Refactor handling so libelf tests
1943 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1944 and allow LTO to be explicitly enabled on non-ELF platforms that
1945 are known to support it inside else-clause.
1946 * configure: Regenerate.
1947
1948 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1949
1950 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1951 * configure: Regenerate.
1952
1953 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1954
1955 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1956 * configure: Regenerate.
1957
1958 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1959
1960 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1961 separately.
1962 * configure: Regenerate.
1963
1964 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1965
1966 * MAINTAINERS (Write After Approval): Add myself.
1967
1968 2010-04-14 Tristan Gingold <gingold@adacore.com>
1969
1970 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1971 * configure: Regenerate.
1972
1973 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1974
1975 * configure: Regenerate after change to elf.m4.
1976
1977 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1978
1979 * MAINTAINERS (Write After Approval): Add myself.
1980
1981 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1982
1983 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1984 * configure: Regenerated.
1985
1986 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1987
1988 * configure.ac: Print "buggy but acceptable" when CLooG
1989 revision is less than 9.
1990 * configure: Regenerated.
1991
1992 2010-04-01 Diego Novillo <dnovillo@google.com>
1993
1994 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1995
1996 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1997
1998 PR bootstrap/43615
1999 PR bootstrap/43328
2000
2001 Revert:
2002
2003 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2004
2005 * configure.ac: Do not pass --enable-multilib nor
2006 --disable-multilib in baseargs. Accept explicitly passed
2007 --enable_multilib.
2008 * configure: Regenerate.
2009
2010 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2011
2012 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2013
2014 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2015
2016 * MAINTAINERS: Remove myself.
2017
2018 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2019
2020 PR bootstrap/43328
2021 * configure.ac: Do not pass --enable-multilib nor
2022 --disable-multilib in baseargs. Accept explicitly passed
2023 --enable_multilib.
2024 * configure: Regenerate.
2025
2026 2010-03-28 Andrew Pinski <pinskia@gmail.com>
2027
2028 * MAINTAINERS (spu port): Remove me.
2029
2030 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2031
2032 * configure.ac (tic6x-*-*): New case.
2033 * configure: Regenerate.
2034
2035 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2036
2037 * config.sub: Update to version 2010-03-22.
2038 * config.guess: Update to version 2009-12-30.
2039
2040 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2041
2042 PR ada/42554
2043 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2044 * configure: Regenerate.
2045
2046 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2047
2048 * MAINTAINERS: Update my email address.
2049
2050 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2051
2052 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2053 (ghassan.shobaki@amd.com): Removed.
2054
2055 2010-03-17 Alan Modra <amodra@gmail.com>
2056
2057 * MAINTAINERS: Update my email address.
2058
2059 2010-03-16 Diego Novillo <dnovillo@google.com>
2060
2061 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2062 Matthews.
2063
2064 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2065
2066 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2067 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2068
2069 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2070
2071 * MAINTAINERS: Update my email address.
2072
2073 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2074
2075 * MAINTAINERS: Update my email address.
2076
2077 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2078
2079 * MAINTAINERS: Update my email address.
2080
2081 2010-03-09 Jie Zhang <jie@codesourcery.com>
2082
2083 * MAINTAINERS: Update my email address.
2084
2085 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2086
2087 PR libstdc++/32499
2088 * configure.ac (RANLIB): Default to true.
2089 (STRIP): Likewise.
2090 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2091 * configure: Regenerate.
2092
2093 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
2094
2095 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2096 (Write After Approval): Update my email address.
2097
2098 2010-02-17 Nick Clifton <nickc@redhat.com>
2099
2100 PR 11238
2101 * Makefile.tpl (local-distclean): Also remove config.cache files in
2102 sub-directories as there may not be Makefiles present in the
2103 sub-directories.
2104 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2105 the config.cache files found by the find command.
2106
2107 * Makefile.in: Regenerate.
2108 * configure.ac: Revert previous delta.
2109 * configure: Regenerate.
2110
2111 2010-02-15 Nick Clifton <nickc@redhat.com>
2112
2113 PR 11238
2114 * configure.ac: Delete config.cache files in sub-directories when
2115 deleting Makefiles.
2116 * configure: Regenerate.
2117
2118 2010-02-12 Ben Elliston <bje@gnu.org>
2119
2120 * MAINTAINERS: Update my email address.
2121
2122 2010-02-08 Andrew Pinski <pinskia@gmail.com>
2123
2124 * MAINTAINERS (spu port): Update my email address.
2125
2126 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2127
2128 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2129
2130 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2131
2132 * configure.ac: Add "recommended" version checks for GMP/MPC.
2133 Update recommended GMP/MPFR/MPC versions.
2134 * configure: Regenerate.
2135
2136 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2137
2138 * MAINTAINERS: Move my Embecosm email address into the
2139 write-after-approval section.
2140
2141 2010-01-26 Ian Lance Taylor <iant@google.com>
2142
2143 * MAINTAINERS: Add myself as Go frontend maintainer.
2144
2145 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2146
2147 PR libstdc++/36101, PR libstdc++/42813
2148 * configure.ac (bootstrap_target_libs): Make inclusion of
2149 target-libgomp conditional on libgomb being in target_configdirs.
2150 * configure: Regenerate.
2151
2152 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2153
2154 PR libstdc++/36101, PR libstdc++/42813
2155 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2156 * configure: Regenerate.
2157
2158 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2159
2160 PR libstdc++/36101, PR libstdc++/42813
2161 * configure.ac (target_configdirs): Substitute.
2162 * Makefile.def: Bootstrap target module libgomp.
2163 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2164 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2165 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2166 * configure, Makefile.in: Regenerate.
2167
2168 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2169
2170 * MAINTAINERS: Adjust my details.
2171
2172 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2173
2174 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2175
2176 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2177
2178 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2179
2180 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2181
2182 * MAINTAINERS (Write After Approval): Add myself.
2183
2184 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2185
2186 * MAINTAINERS (Write After Approval): Add myself.
2187
2188 2010-01-11 Richard Guenther <rguenther@suse.de>
2189
2190 PR lto/41569
2191 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2192 * Makefile.in: Regenerated.
2193
2194 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2195
2196 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2197 * configure: Regenerate.
2198
2199 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2200 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2201
2202 PR bootstrap/42424
2203 * configure.ac: Include libtool m4 files.
2204 (_LT_CHECK_OBJDIR): Call it.
2205 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2206 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2207
2208 * configure: Regenerate.
2209
2210 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2211
2212 PR bootstrap/41818
2213 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2214 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2215 * Makefile.in: Regenerate.
2216
2217 2010-01-02 Richard Guenther <rguenther@suse.de>
2218
2219 PR lto/41529
2220 * configure.ac: Include config/elf.m4. Disable LTO if not
2221 builting for an elf target.
2222 * configure: Regenerate.
2223
2224 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2225
2226 * MAINTAINERS: Change my email address.
2227
2228 2009-12-18 Ben Elliston <bje@au.ibm.com>
2229
2230 * config.sub, config.guess: Update from upstream sources.
2231
2232 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2233
2234 * MAINTAINERS (Write After Approval): Add myself.
2235
2236 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2237
2238 PR middle-end/30447
2239 PR middle-end/30789
2240 PR other/40302
2241
2242 * configure.ac: Require MPC.
2243 * configure: Regenerate.
2244
2245 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2246
2247 PR target/38384
2248 PR bootstrap/40972
2249 * libtool.m4: Sync from git Libtool.
2250 * ltoptions.m4: Likewise.
2251 * ltversion.m4: Likewise.
2252 * lt~obsolete.m4: Likewise.
2253 * ltmain.sh: Likewise.
2254
2255 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2256
2257 * configure.ac: Update minimum MPC version to 0.8.
2258 * configure: Regenerate.
2259
2260 2009-11-21 Sebastian Pop <sebpop@gmail.com>
2261
2262 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2263 * configure: Regenerated.
2264
2265 2009-11-21 Ian Lance Taylor <iant@google.com>
2266
2267 * configure.ac: Change default of poststage1_ldflags to be empty if
2268 poststage1_libs is set. When poststage1_libs is empty, and
2269 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2270 * configure: Rebuild.
2271
2272 2009-11-21 Adam Nemet <adambnmet@gmail.com>
2273
2274 * MAINTAINERS (Write After Approval): Update my email address.
2275
2276 2009-11-20 Ben Elliston <bje@au.ibm.com>
2277
2278 * config.guess: Update from upstream sources.
2279
2280 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2281
2282 * Makefile.def: Restore host and target settings for gmp.
2283 * Makefile.in: Rebuild.
2284
2285 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2286
2287 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2288 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2289 Fix portability of test of C++ as bootstrap language. Add
2290 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2291 * configure: Rebuild.
2292 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2293 and cloog. Fix in-tree ppl configuration. Introduce libelf
2294 in-tree building.
2295 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2296 (POSTSTAGE1_HOST_EXPORTS): Use it.
2297 (STAGE[+id+]_CXXFLAGS): New.
2298 (BASE_FLAGS_TO_PASS): Pass it down.
2299 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2300 extra_exports.
2301 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2302 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2303 extra_exports.
2304 * Makefile.in: Rebuild.
2305
2306 2009-11-17 Ben Elliston <bje@au.ibm.com>
2307
2308 * config.sub, config.guess: Update from upstream sources.
2309
2310 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 * MAINTAINERS (Write After Approval): Add myself.
2313
2314 2009-11-09 Jon Beniston <jon@beniston.com>
2315
2316 * MAINTAINERS (Write After Approval): Add myself.
2317
2318 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2319
2320 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2321 paths for *-w64-mingw* and x86_64-*mingw*.
2322 * configure: Regenerated.
2323
2324 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2325
2326 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2327
2328 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2329
2330 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2331 Phil Edwards to Write-After Approval.
2332
2333 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2334
2335 * configure.ac: Disable target-winsup & co for
2336 x86_64-*-mingw* and *-w64-mingw* targets.
2337 * configure: Regenerated.
2338
2339 2009-10-16 Nick Clifton <nickc@redhat.com>
2340
2341 * MAINTAINERS: Add myself as a maintainer for the RX port.
2342
2343 2009-10-26 Johannes Singler <singler@kit.edu>
2344
2345 * MAINTAINERS (Write After Approval): Update my e-mail address.
2346
2347 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2348
2349 * configure.ac (CLooG test): Use = with test.
2350 * configure: Regenerate.
2351
2352 2009-10-22 Richard Guenther <rguenther@suse.de>
2353
2354 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2355 cloog if the ppl version check failed. Move flags saving
2356 before setting in libelf check.
2357 * configure: Regenerate.
2358
2359 2009-10-21 Richard Guenther <rguenther@suse.de>
2360
2361 * configure.ac: Adjust the ppl and cloog configure to work as
2362 documented. Disable cloog if ppl was disabled. Omit the version
2363 checks if they were disabled.
2364 * configure: Re-generate.
2365
2366 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2367
2368 * configure.ac: Add 'lto' to enable_languages, not
2369 new_enable_languages, and only if not already present.
2370 * configure: Regenerate.
2371
2372 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2373
2374 * README: Refer to the various COPYING* files instead of just
2375 COPYING.
2376 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2377
2378 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2379
2380 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2381
2382 2009-10-07 Richard Guenther <rguenther@suse.de>
2383
2384 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2385 and Richard Guenther as reviewers.
2386 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2387 as reviewers.
2388
2389 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2390
2391 * config.sub: Update from upstream sources.
2392
2393 2009-10-06 Ian Lance Taylor <iant@google.com>
2394
2395 * Makefile.def: check-gold depends upon all-gas.
2396 * Makefile.in: Rebuild.
2397
2398 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2399
2400 * MAINTAINERS (Write After Approval): Add myself.
2401
2402 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2403
2404 * Makefile.def: all-lto-plugin depends on all-libiberty.
2405 set bootstrap=true for lto-plugin.
2406 Add lto-plugin.
2407 * Makefile.in: Regenerate.
2408 * configure.ac (host_libs): Add lto-plugin.
2409 * configure: Regenerate.
2410
2411 2009-10-03 Diego Novillo <dnovillo@google.com>
2412
2413 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2414 (HOST_LIBELFLIBS): Define.
2415 (HOST_LIBELFINC): Define.
2416 * Makefile.in: Regenerate.
2417 * configure.ac: Add --enable-lto.
2418 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2419 If --enable-lto is used, add 'lto' to new_enable_languages.
2420 If --enable-lto is used and gold is enabled, add
2421 lto-plugin to configdirs.
2422 * configure: Regenerate.
2423
2424 2009-10-03 Simon Baldwin <simonb@google.com>
2425
2426 * configure.ac: If --with-system-zlib, suppress local zlib and
2427 pass --with-system-zlib to subdir configure scripts.
2428 * configure: Regenerate.
2429
2430 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2431 Paolo Bonzini <bonzini@gnu.org>
2432
2433 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2434 $(srcdir).
2435 * Makefile.in: Rebuilt.
2436
2437 2009-09-26 Gary Funck <gary@intrepid.com>
2438
2439 * MAINTAINERS (Write After Approval): Add myself.
2440
2441 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2442
2443 * configure.ac: Update minimum MPC version to 0.7.
2444 * configure: Regenerate.
2445
2446 2009-09-25 Nick Clifton <nickc@redhat.com>
2447
2448 * configure.ac: Pass any --cache-file=/dev/null option on to
2449 subconfigures.
2450 * configure: Regenerate.
2451
2452 2009-09-23 Nick Clifton <nickc@redhat.com>
2453
2454 * config.sub, config.guess: Update from upstream sources.
2455
2456 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2457
2458 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2459 * Makefile.in: Rebuilt.
2460
2461 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2462
2463 PR bootstrap/32272
2464 * configure.ac: Error out if $srcdir isn't '.' but contains
2465 host-${host_noncanonical}.
2466 * configure: Regenerate.
2467
2468 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2469
2470 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2471 maintainer.
2472
2473 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2474
2475 * configure.ac: If bootstrapping a combined tree with
2476 --enable-gold, require c++ in stage1_languages.
2477 * configure: Regenerate.
2478
2479 * configure.ac: Also add target_libs of stage1_languages to
2480 bootstrap_target_libs.
2481 * configure: Regenerate.
2482
2483 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2484 with --enable-languages not containing c++.
2485 * configure: Regenerate.
2486
2487 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2488
2489 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2490 * configure: Regenerate.
2491
2492 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2493
2494 * MAINTAINERS (Write After Approval): Update my e-mail address,
2495 and move from from here...
2496 (Waiting for paperwork): To here.
2497
2498 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2499
2500 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2501
2502 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2503
2504 * configure.ac: Do not use $extrasub for replacing @if/@endif
2505 parts in Makefile; instead, use additional arguments to
2506 AC_CONFIG_COMMANDS to do the replacement manually, with several
2507 sed invocations, to avoid HP-UX sed command limits.
2508 * configure: Regenerate.
2509
2510 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2511
2512 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2513 blank before -L.
2514
2515 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2516
2517 * configure.ac (with-build-config): Document. Handle without.
2518 Handle missing argument.
2519 * configure: Rebuilt.
2520
2521 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2522
2523 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2524 Default to bootstrap-debug only if compare-debug works.
2525 * configure: Rebuilt.
2526 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2527 * Makefile.in: Rebuilt.
2528
2529 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2530
2531 * MAINTAINERS (OS Port Maintainers): Update my email address.
2532
2533 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2534
2535 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2536 * Makefile.in: Rebuilt.
2537
2538 2009-09-01 Chris Demetriou <cgd@google.com>
2539
2540 * MAINTAINERS (Write After Approval): Add myself.
2541
2542 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2543
2544 PR debug/30161
2545 * include/dwarf2.h (enum dwarf_tag): Added
2546 DW_TAG_GNU_template_template_param
2547 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2548
2549 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2550
2551 * Makefile.tpl (AWK): Fix typo.
2552 * Makefile.in: Regenerate.
2553
2554 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2555
2556 * configure.ac: Detect awk and sed.
2557 * Makefile.def (flags_to_pass): Add AWK and SED.
2558 * Makefile.tpl (AWK, SED): New.
2559 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2560 * configure: Regenerate.
2561 * Makefile.in: Regenerate.
2562
2563 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2564
2565 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2566 (collapseslashes): Likewise.
2567
2568 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2569
2570 * configure.ac (AC_PREREQ): Bump to 2.64.
2571
2572 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2573
2574 * configure.ac: Remove --with-datarootdir, --with-docdir,
2575 --with-pdfdir, --with-htmldir switches.
2576 * configure: Regenerate.
2577
2578 * configure: Regenerate.
2579
2580 * compile: Sync from Automake 1.11.
2581 * depcomp: Likewise.
2582 * install-sh: Likewise.
2583 * missing: Likewise.
2584 * mkinstalldirs: Likewise.
2585 * ylwrap: Likewise.
2586
2587 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2588
2589 * ltmain.sh (func_normal_abspath): New function.
2590 (func_relative_path): Likewise.
2591 (func_mode_help): Document new -bindir option for link mode.
2592 (func_mode_link): Add new -bindir option, and use it to place
2593 output DLL if specified.
2594
2595 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2596
2597 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2598 (baseargs): Add --disable-option-checking.
2599 * configure: Regenerate.
2600
2601 * Makefile.def (configure-target-libiberty): Depend on
2602 all-binutils and all-ld.
2603 (configure-target-newlib): Likewise.
2604 * Makefile.in: Regenerate.
2605
2606 2009-08-17 Ben Elliston <bje@au.ibm.com>
2607
2608 * config.sub, config.guess: Update from upstream sources.
2609
2610 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2611
2612 Sync from src, merge:
2613
2614 2009-07-02 Tristan Gingold <gingold@adacore.com>
2615
2616 * configure.ac: Do not exclude gas for i386-*-darwin.
2617 Add a case for x86_64-*-darwin.
2618 * configure: Regenerate.
2619
2620 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2621
2622 * MAINTAINERS: Add my name to Write After Approval list.
2623
2624 2009-08-06 Michael Eager <eager@eagercon.com>
2625
2626 * configure.ac: Add Microblaze target.
2627 * configure: Regenerate.
2628
2629 2009-07-31 Christian Bruel <christian.bruel@st.com>
2630
2631 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2632 * configure: Regenerate.
2633
2634 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2635
2636 * MAINTAINERS (Write After Approval): Update my e-mail address.
2637
2638 2009-07-06 Ian Lance Taylor <iant@google.com>
2639
2640 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2641 * configure: Rebuild.
2642
2643 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2644
2645 * MAINTAINERS: Move myself to the Graphite Reviewers.
2646
2647 2009-06-30 Wei Guozhi <carrot@google.com>
2648
2649 * MAINTAINERS: Add my name to Write After Approval list.
2650
2651 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2652
2653 PR bootstrap/40338
2654 * configure.ac (comparestring): Create new variable.
2655 * Makefile.tpl (comparestring): Use to skip some comparisions.
2656 * configure: Regenerate.
2657 * Makefile.in: Regenerate.
2658
2659 2009-06-26 Doug Evans <dje@sebabeach.org>
2660
2661 * Makefile.def (host_modules): Add cgen.
2662 * Makefile.in: Regenerate.
2663 * configure.ac (host_tools): Add cgen.
2664 * configure: Regenerate.
2665
2666 2009-06-23 DJ Delorie <dj@redhat.com>
2667
2668 * MAINTAINERS: Add myself as mep maintainer.
2669
2670 2009-06-23 Ian Lance Taylor <iant@google.com>
2671
2672 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2673 boot_languages. Only bootstrap target libraries listed in
2674 target_libs for some boot language. Add --with-stage1-ldflags,
2675 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2676 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2677 if not building with C++.
2678 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2679 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2680 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2681 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2682 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2683 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2684 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2685 * configure, Makefile.in: Rebuild.
2686
2687 2009-06-23 Li Feng <nemokingdom@gmail.com>
2688
2689 * MAINTAINERS: Added my name to write-after-approval list.
2690
2691 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2692
2693 * configure.ac: Define is_elf for QNX Neutrino targets.
2694 * configure: Regenerate.
2695
2696 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2697
2698 * MAINTAINERS: Added my name to the write-after-approval list
2699
2700 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2701
2702 * configure.ac: Detect MPC in default directory.
2703 * configure: Regenerate.
2704
2705 2009-06-03 Jerome Guitton <guitton@adacore.com>
2706 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2707
2708 * Makefile.tpl (all): Avoid a trailing backslash.
2709 * Makefile.in: Regenerate.
2710
2711 2009-06-03 Ben Elliston <bje@au.ibm.com>
2712
2713 * config.sub, config.guess: Update from upstream sources.
2714
2715 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2716
2717 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2718 to noconfdirs.
2719 * configure: Regenerate.
2720
2721 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2722
2723 * Makefile.tpl ([+compare-target+]): Compare all stage
2724 directories, rather than just gcc.
2725 * Makefile.in: Rebuilt.
2726
2727 2009-06-01 Doug Kwan <dougkwan@google.com>
2728
2729 * configure.ac: Support gold for target arm*-*-*.
2730 * configure: Regenerate.
2731
2732 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2733
2734 * Makefile.def: Add MPC support and dependencies.
2735 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2736
2737 * Makefile.in, configure: Regenerate.
2738
2739 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2740
2741 * Makefile.tpl (all): Avoid harmless warning in make all when
2742 gcc-bootstrap is enabled but stage_last does not exist.
2743 * Makefile.in: Rebuilt.
2744
2745 2009-05-24 Nicolas Roche <roche@adacore.com>
2746
2747 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2748 * Makefile.in: Regenerate.
2749
2750 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2751
2752 * MAINTAINERS: Update my e-mail address.
2753
2754 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2755
2756 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2757 * configure: Regenerate.
2758
2759 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2760
2761 PR other/40159
2762 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2763 gcc-no-bootstrap are mutually exclusive.
2764 * Makefile.in: Rebuilt.
2765
2766 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2767
2768 PR other/40159
2769 * Makefile.tpl (all): Don't end with unconditional success.
2770 * Makefile.in: Rebuilt.
2771
2772 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2773
2774 PR target/37137
2775 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2776 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2777 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2778 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2779 stage_configureflags, stage_cflags and stage_libcflags into
2780 explicit Makefile macros.
2781 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2782 GFORTRAN.
2783 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2784 CC. Set CC_FOR_BUILD from CC.
2785 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2786 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2787 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2788 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2789 and GFORTRAN.
2790 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2791 (_LIBCFLAGS): Renamed to _TFLAGS.
2792 (do-compare-debug, do-compare3-debug): Drop.
2793 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2794 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2795 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2796 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2797 (XGCC_FLAGS_FOR_TARGET): New.
2798 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2799 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2800 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2801 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2802 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2803 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2804 TFLAGS.
2805 (BUILD_CONFIG): Include if requested.
2806 (all): Set TFLAGS on bootstrap.
2807 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2808 (all-stageid-prefixmodule): Likewise.
2809 (do-clean, distclean-stageid): Set TFLAGS.
2810 (restrap): Fix whitespace.
2811 * Makefile.in: Rebuilt.
2812
2813 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2814
2815 * config.guess: Sync with src.
2816
2817 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2818
2819 * configure.ac ($with_ppl): Default to no if not supplied.
2820 ($with_cloog): Likewise.
2821 configure: Regenerate.
2822
2823 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2824
2825 * MAINTAINERS: Update my e-mail address.
2826
2827 2009-04-27 Nick Clifton <nickc@redhat.com>
2828
2829 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2830
2831 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2832
2833 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2834 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2835 * Makefile.in: Regenerate.
2836
2837 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2838
2839 PR bootstrap/39739
2840 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2841 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2842
2843 * configure, Makefile.in: Regenerate.
2844
2845 2009-04-21 Taras Glek <tglek@mozilla.com>
2846
2847 * include/hashtab.h: Update GTY annotations to new syntax
2848 * include/splay-tree.h: Likewise
2849
2850 2009-04-17 Ben Elliston <bje@au.ibm.com>
2851
2852 * config.sub, config.guess: Update from upstream sources.
2853
2854 2009-04-15 Anthony Green <green@moxielogic.com>
2855
2856 * configure.ac: Add moxie support.
2857 * configure: Rebuilt.
2858
2859 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2860
2861 * configure.ac: Change copyright header to refer to version
2862 3 of the GNU General Public License and to point readers at the
2863 COPYING3 file and the FSF's license web page.
2864 * Makefile.def: Likewise.
2865 * Makefile.tpl: Likewise.
2866 * Makefile.in: Regenerate.
2867
2868 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2869
2870 * configure.ac: Restore match for darwin9 or later. Use double
2871 brackets since regeneration eats one pair.
2872 * configure: Regenerate.
2873
2874 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2875
2876 PR gas/10039
2877 * configure.ac: Require texinfo 4.7.
2878 * configure: Regenerated.
2879
2880 2009-04-09 Nick Clifton <nickc@redhat.com>
2881
2882 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2883 the GCC Runtime Library Exception.
2884
2885 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2886
2887 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2888 * configure: Regenerate.
2889
2890 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2891
2892 * Makefil.def (languages): New entries.
2893 * Makefile.tpl (check-gcc-*): New generic target.
2894 * Makefile.in: Regenerate.
2895
2896 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2897
2898 * MAINTAINERS: Update my email address.
2899
2900 2009-03-18 Tom Tromey <tromey@redhat.com>
2901
2902 * configure: Rebuild.
2903 * configure.ac (host_libs): Add libiconv.
2904 * Makefile.in: Rebuild.
2905 * Makefile.def (host_modules): Add libiconv.
2906 (configure-gdb, all-gdb): Depend on libiconv.
2907
2908 2009-03-16 Tristan Gingold <gingold@adacore.com>
2909
2910 * configure.ac: Treat gdb as supported on x86_64-darwin.
2911 * configure: Regenerate.
2912
2913 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2914
2915 * configure.ac (--with-host-libstdcxx): New option.
2916 * configure: Regenerate.
2917
2918 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2919
2920 * MAINTAINERS: Move myself into the write after approval list.
2921
2922 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2923
2924 * MAINTAINERS: Update e-mail address.
2925
2926 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2927
2928 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2929
2930 2009-03-10 Ira Rosen <irar@il.ibm.com>
2931
2932 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2933
2934 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2935
2936 Backport from git Libtool:
2937
2938 2009-01-19 Robert Millan <rmh@aybabtu.com>
2939 Support GNU/kOpenSolaris.
2940 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2941 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2942 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2943 GNU/kOpenSolaris.
2944
2945 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2946
2947 * MAINTAINERS: Update e-mail address.
2948
2949 2009-02-24 Michael Eager <eager@eagercon.com>
2950
2951 * MAINTAINERS (Write After Approval): Add self.
2952
2953 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2954
2955 * MAINTAINERS (Write After Approval): Add myself.
2956
2957 2009-02-05 Andreas Schwab <schwab@suse.de>
2958
2959 * Makefile.tpl (stage_last): Define $r and $s before using
2960 $(RECURSE_FLAGS_TO_PASS).
2961 * Makefile.in: Regenerate
2962
2963 2009-01-30 Ian Lance Taylor <iant@google.com>
2964
2965 * MAINTAINERS: Move myself to the Global Reviewers list.
2966
2967 2009-01-29 Robert Millan <rmh@aybabtu.com>
2968
2969 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2970 * configure: Regenerate.
2971
2972 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2973
2974 * MAINTAINERS: Make whitespace consistent.
2975 Remove Robert Millan from Write After Approval.
2976
2977 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2978
2979 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2980 (all-opcodes): Depend on all-libiberty.
2981 * Makefile.in: Regenerate.
2982
2983 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2984
2985 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2986 * configure: Regenerate.
2987
2988 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2989
2990 * MAINTAINERS (Write After Approval): Add myself.
2991
2992 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2993
2994 * MAINTAINERS: Add myself to reviewers (Fortran).
2995
2996 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2997
2998 PR tree-optimization/38515
2999 * configure.ac (cloog-polylib): Removed.
3000 (with_ppl, with_cloog): Test for "no".
3001 * configure: Regenerated.
3002
3003 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3004
3005 * MAINTAINERS: Moved myself to reviewers (Fortran).
3006
3007 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3008
3009 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3010 (Write After Approval): Remove myself.
3011
3012 2009-01-03 Diego Novillo <dnovillo@google.com>
3013
3014 * MAINTAINERS: Remove myself from alias maintainership.
3015
3016 2009-01-02 David Ayers <ayers@fsfe.org>
3017
3018 * MAINTAINERS: Update e-mail address.
3019
3020 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3021
3022 * MAINTAINERS: Make whitespace consistent.
3023
3024 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3025
3026 Backport from upstream Libtool:
3027 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3028 Add cache variables to tests that require the linker to work.
3029 For shlibpath_overrides_runpath, this also changes the semantics
3030 to let the result from the C compiler take precedence.
3031
3032 2008-12-02 Ben Elliston <bje@au.ibm.com>
3033
3034 * config.sub, config.guess: Update from upstream sources.
3035
3036 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3037
3038 * configure.ac (ppllibs): Add by default the lib flags.
3039 * configure: Regenerate.
3040
3041 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
3042
3043 * MAINTAINERS: Add myself to the write after approval list.
3044
3045 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3046
3047 * configure.ac: Add double brackets on darwin[912].
3048 * configure: Regenerate.
3049
3050 2008-12-03 Daniel Kraft <d@domob.eu>
3051
3052 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3053 Approval to Reviewer section (for Fortran front-end).
3054
3055 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3056
3057 * configure.ac: Expand to darwin10 and later.
3058 * configure: Regenerate.
3059
3060 2008-12-02 Andreas Schwab <schwab@suse.de>
3061
3062 * Makefile.def: configure-target-boehm-gc depends on
3063 all-target-libstdc++-v3.
3064 * Makefile.in: Regenerate.
3065
3066 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
3067
3068 * MAINTAINERS: Add myself as mingw maintainer.
3069
3070 2008-12-02 Ben Elliston <bje@au.ibm.com>
3071
3072 * config.sub, config.guess: Update from upstream sources.
3073
3074 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3075
3076 * README.SCO: Remove.
3077
3078 2008-11-29 Fernando Pereira <pronesto@gmail.com>
3079
3080 * MAINTAINERS: Add myself to the write after approval list.
3081
3082 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3083
3084 * MAINTAINERS: Update my email address in WAA section.
3085
3086 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
3087
3088 * MAINTAINERS: Update e-mail address.
3089
3090 2008-11-27 Toon Moene <toon@moene.org>
3091
3092 * MAINTAINERS: Change e-mail address.
3093
3094 2008-11-27 Tristan Gingold <gingold@adacore.com>
3095
3096 * configure.ac: Build gdb for i?86-*-darwin*
3097 * configure: Regenerated.
3098
3099 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
3100
3101 * MAINTAINERS: Added my full name.
3102
3103 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3104
3105 PR bootstrap/38014
3106 PR bootstrap/37923
3107
3108 Revert:
3109
3110 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3111
3112 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3113 * Makefile.in: Regenerated.
3114
3115 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3116
3117 PR gdb/921
3118 PR gdb/1646
3119 PR gdb/2175
3120 PR gdb/2176
3121
3122 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3123 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3124 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3125 (HOST_EXPORTS): Pass CPPFLAGS.
3126 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3127 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3128 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3129 * Makefile.in, configure: Regenerated.
3130 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3131 and CPPFLAGS_FOR_BUILD.
3132
3133 2008-11-06 Jeff Law <law@redhat.com>
3134
3135 * MAINTAINERS: Add myself as middle end maintainer.
3136
3137 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3138
3139 * MAINTAINERS (Write after approval): Add myself.
3140
3141 2008-11-05 Diego Novillo <dnovillo@google.com>
3142
3143 * MAINTAINERS (Global Reviewers): Add myself.
3144 (Non-Algorithmic Maintainers): Remove myself.
3145
3146 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3147
3148 * MAINTAINERS (Write after approval): Add myself.
3149
3150 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3151
3152 * MAINTAINERS (Write after approval): Add myself.
3153
3154 2008-10-31 Ben Elliston <bje@au.ibm.com>
3155
3156 * configure.ac (spu-*-*): Remove special case.
3157 * configure: Regenerate.
3158
3159 2008-10-30 Catherine Moore <clm@codesourcery.com>
3160
3161 * MAINTAINERS (Write after approval): Update my email address.
3162
3163 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3164
3165 * configure.ac [spu-*-*]: Do not set skipdirs.
3166 * configure: Re-generate.
3167
3168 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3169
3170 * MAINTAINERS (Various Maintainers): Add myself to reload.
3171
3172 2008-10-25 Richard Guenther <rguenther@suse.de>
3173
3174 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3175 maintainer. Remove myself as libgcc-math maintainer.
3176 (Non-Algorithmic Maintainers): Remove myself.
3177
3178 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3179
3180 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3181 * Makefile.in: Regenerated.
3182
3183 2008-10-23 Cary Coutant <ccoutant@google.com>
3184
3185 * MAINTAINERS (Write after approval): Add myself.
3186
3187 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3188
3189 PR gdb/921
3190 PR gdb/1646
3191 PR gdb/2175
3192 PR gdb/2176
3193
3194 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3195 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3196 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3197 (HOST_EXPORTS): Pass CPPFLAGS.
3198 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3199 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3200 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3201 * Makefile.in, configure: Regenerated.
3202 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3203 and CPPFLAGS_FOR_BUILD.
3204
3205 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3206
3207 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3208 Sebastian Pop.
3209
3210 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3211
3212 * MAINTAINERS (Write After Approval): Added myself.
3213
3214 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3215
3216 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3217 recommended version to 2.3.2.
3218
3219 * configure: Regenerate.
3220
3221 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3222
3223 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3224
3225 2008-09-29 David Daney <david.daney@caviumnetworks.com>
3226
3227 * MAINTAINERS (Write After Approval): Update e-mail address.
3228
3229 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3230
3231 * libtool.m4: Update to libtool 2.2.6.
3232 * lt~obsolete.m4: Update to libtool 2.2.6.
3233 * ltmain.sh: Update to libtool 2.2.6.
3234 * ltsugar.m4: Update to libtool 2.2.6.
3235 * ltversion.m4: Update to libtool 2.2.6.
3236 * ltoptions.m4: Update to libtool 2.2.6.
3237 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3238
3239 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3240
3241 * MAINTAINERS (Write After Approval): Add myself.
3242
3243 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3244
3245 * MAINTAINERS (Write After Approval): Update my name.
3246
3247 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3248
3249 * MAINTAINERS: Add myself in "Write After Approval".
3250
3251 2008-09-18 Steve Ellcey <sje@cup.hp.com>
3252
3253 * MAINTAINERS: Add myself as ia64 maintainer.
3254
3255 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3256
3257 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3258 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3259 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3260 and Michael Tiemann from Write After Approval since they do not
3261 actually have access.
3262
3263 2008-09-05 Richard Guenther <rguenther@suse.de>
3264
3265 * configure.ac: Initialize clooglibs to -lcloog.
3266 * configure: Re-generate.
3267
3268 2008-09-04 Le-Chun Wu <lcwu@google.com>
3269
3270 * MAINTAINERS (Write After Approval): Add myself.
3271
3272 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3273
3274 * configure.ac (--with-cloog-polylib): New.
3275 (--disable-cloog-version-check): New.
3276 (--disable-ppl-version-check): New.
3277 * configure: Re-generate.
3278
3279 2008-09-03 Richard Guenther <rguenther@suse.de>
3280
3281 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3282 cloog test.
3283 * configure: Re-generate.
3284
3285 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3286
3287 Add picoChip port.
3288 * MAINTAINERS: Add picoChip maintainers.
3289
3290 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3291 Tobias Grosser <grosser@fim.uni-passau.de>
3292 Jan Sjodin <jan.sjodin@amd.com>
3293 Harsha Jagasia <harsha.jagasia@amd.com>
3294 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3295 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3296 Adrien Eliche <aeliche@isty.uvsq.fr>
3297
3298 Merge from graphite branch.
3299 * configure: Regenerate.
3300 * Makefile.in: Regenerate.
3301 * configure.ac (host_libs): Add ppl and cloog.
3302 Add checks for PPL and CLooG.
3303 * Makefile.def (ppl, cloog): Added modules and dependences.
3304 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3305 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3306
3307 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3308
3309 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3310 (GCC_SHLIB_SUBDIR): New.
3311 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3312 * configure: Regenerate.
3313 * Makefile.in: Regenerate.
3314
3315 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3316
3317 * MAINTAINERS: Consistently use tabs to separate columns.
3318
3319 2008-08-29 Tristan Gingold <gingold@adacore.com>
3320
3321 * MAINTAINERS (Write after Approval): Add myself.
3322
3323 2008-08-28 Tristan Gingold <gingold@adacore.com>
3324
3325 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3326 Enable bfd, binutils and opcodes.
3327 * configure: Regenerate.
3328
3329 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3330
3331 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3332
3333 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3334
3335 * MAINTAINERS: Use correct Umlaut for last name.
3336
3337 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3338
3339 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3340
3341 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3342
3343 * MAINTAINERS: Update my email address.
3344
3345 2008-08-16 Nicolas Roche <roche@adacore.com>
3346
3347 * Makefile.tpl: Add BOOT_ADAFLAGS.
3348 * Makefile.in: Regenerate.
3349
3350 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3351
3352 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3353 * configure: Regenerate.
3354
3355 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3356
3357 * configure.ac: Add makefile fragments for hpux.
3358 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3359 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3360 * configure: Regenerate.
3361 * Makefile.in: Regenerate.
3362
3363 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3364
3365 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3366
3367 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3368
3369 * MAINTAINERS (Write after Approval): Add myself.
3370
3371 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3372
3373 * MAINTAINERS (Write After Approval): Add myself.
3374
3375 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3376
3377 * MAINTAINERS (Write After Approval): Add myself.
3378
3379 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3380
3381 * MAINTAINERS: Update my email address.
3382
3383 2008-06-25 Joey Ye <joey.ye@intel.com>
3384
3385 * MAINTAINERS (Write After Approval): Add myself.
3386
3387 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3388
3389 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3390 * Makefile.in: Regenerate.
3391 * configure: Regenerate.
3392
3393 2008-06-17 Daniel Kraft <d@domob.eu>
3394
3395 * MAINTAINERS (Write After Approval): Add myself.
3396
3397 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3398
3399 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3400 "$@" is still intact with both Autoconf 2.59 and 2.62.
3401 * configure: Regenerate.
3402
3403 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3404
3405 * Makefile.tpl: Fix comment errors.
3406 * Makefile.in: Regenerate.
3407
3408 2008-06-12 David S. Miller <davem@davemloft.net>
3409 David Edelsohn <edelsohn@gnu.org>
3410
3411 * configure.ac: Add powerpc*-*-* to gold supported targets.
3412 * configure: Regenerate.
3413
3414 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3415
3416 PR tree-optimization/36218
3417 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3418 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3419 (all prefix="build-"): Pass them to build-system sub-makes.
3420 * Makefile.in: Regenerate.
3421
3422 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3423
3424 * MAINTAINERS (mt port): Remove.
3425 (sco5, unixware, sco udk): Remove.
3426 (Kean Johnston): Add to Write After Approval.
3427
3428 2008-05-30 Julian Brown <julian@codesourcery.com>
3429
3430 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3431 of libobjc for ARM EABI Linux.
3432 * configure: Regenerate.
3433
3434 2008-05-18 Xinliang David Li <davidxl@google.com>
3435
3436 * ChangeLog: Remove wrong ChangeLog entry.
3437
3438 2008-05-17 Xinliang David Li <davidxl@google.com>
3439
3440 * MAINTAINERS (Write After Approval): Add myself.
3441
3442 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3443
3444 * MAINTAINERS (Write After Approval): Add myself.
3445
3446 2008-05-14 Rafael Espíndola <espindola@google.com>
3447
3448 * config-ml.in: don't handle --enable-shared and --enable-static.
3449
3450 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3451
3452 * MAINTAINERS: Update my email address.
3453
3454 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3455
3456 * MAINTAINERS: Update my email address.
3457
3458 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3459
3460 * MAINTAINERS (Write After Approval): Add myself.
3461
3462 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3463
3464 * MAINTAINERS (Write After Approval): Add myself.
3465
3466 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3467
3468 * MAINTAINERS (crx): Add myself.
3469
3470 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3471
3472 Sync with src:
3473 2008-04-14 David S. Miller <davem@davemloft.net>
3474
3475 * configure.ac: Add sparc*-*-* to gold supported targets.
3476 * configure: Regenerate.
3477
3478 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3479
3480 PR bootstrap/35457
3481 * configure.ac: Include override.m4.
3482 * configure: Regenerate.
3483
3484 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3485
3486 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3487 * Makefile.in: Regenerate.
3488
3489 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3490
3491 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3492 as nonconfigurable directories list.
3493 * configure: Regenerate.
3494
3495 2008-04-14 Ben Elliston <bje@au.ibm.com>
3496
3497 * config.sub, config.guess: Update from upstream sources.
3498
3499 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3500
3501 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3502 * Makefile.in: Regenerate.
3503
3504 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3505
3506 * configure.ac: Do not build libssp for the AVR.
3507 * configure: Regenerate.
3508
3509 2008-04-07 Ian Lance Taylor <iant@google.com>
3510
3511 * Makefile.def: check-gold depends upon all-binutils.
3512 * Makefile.in: Regenerate.
3513
3514 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3515
3516 * MAINTAINERS (Write After Approval): Add myself.
3517
3518 2008-04-04 Nick Clifton <nickc@redhat.com>
3519
3520 PR binutils/4334
3521 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3522 builds.
3523 * configure: Regenerate.
3524
3525 2008-04-04 NightStrike <NightStrike@gmail.com>
3526
3527 PR other/35151
3528 * configure.ac: Combine rules for mingw32 and mingw64.
3529 * configure: Regenerate.
3530
3531 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3532
3533 * MAINTAINERS (Write After Approval): Add myself.
3534
3535 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3536
3537 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3538 * Makefile.in (.NOTPARALLEL): Ditto.
3539
3540 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3541
3542 * MAINTAINERS (Write After Approval): Add myself.
3543
3544 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3545
3546 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3547 * Makefile.in (.NOTPARALLEL): Regenerate.
3548
3549 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3550
3551 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3552 * Makefile.in: Regenerate.
3553
3554 2008-03-26 Jakub Staszak <kuba@et.pl>
3555
3556 * MAINTAINERS (Write After Approval): Add myself.
3557
3558 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3559
3560 * MAINTAINERS: Update e-mail address.
3561
3562 2008-03-20 Ian Lance Taylor <iant@google.com>
3563
3564 * configure.ac: Add support for --enable-gold.
3565 * Makefile.def: Add gold as a directory like ld.
3566 * configure, Makefile.in: Regenerate.
3567
3568 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3569
3570 * configure.ac: m4_include config/proginstall.m4.
3571 * configure: Regenerate.
3572
3573 Backport from upstream Libtool:
3574
3575 2007-10-12 Eric Blake <ebb9@byu.net>
3576
3577 Deal with Autoconf 2.62's semantic change in m4_append.
3578 * ltsugar.m4 (lt_append): Replace broken versions of
3579 m4_append.
3580 (lt_if_append_uniq): Don't require separator to be overquoted,
3581 and avoid broken m4_append.
3582 (lt_dict_add): Fix typo.
3583 * libtool.m4 (_LT_DECL): Don't overquote separator.
3584
3585 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3586
3587 * config.rpath: Add AIX 6 support.
3588
3589 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3590
3591 * Makefile.def (stageprofile). Remove -fprofile-generate
3592 from stage_libcflags.
3593 * Makefile.in: Regenerate.
3594
3595 2008-03-13 Ben Elliston <bje@au.ibm.com>
3596
3597 * config.sub, config.guess: Update from upstream sources.
3598
3599 2008-03-06 Tom Tromey <tromey@redhat.com>
3600
3601 * MAINTAINERS: Update for treelang deletion.
3602
3603 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3604
3605 * MAINTAINERS: Update my email address.
3606
3607 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3608
3609 * MAINTAINERS (darwin port): Add myself as a maintainer.
3610 (objective-c/c++): Add myself as a maintainer.
3611
3612 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3613
3614 * MAINTAINERS (Write After Approval): Update my email address.
3615
3616 2008-02-25 Tomas Bily <tbily@suse.cz>
3617
3618 * MAINTAINERS (Write After Approval): Add myself.
3619
3620 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3621
3622 * MAINTAINERS (OpenMP): Add myself.
3623
3624 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3625
3626 PR bootstrap/32009
3627 PR bootstrap/32161
3628
3629 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3630 * configure: Regenerate.
3631
3632 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3633 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3634 STAGE4_LIBCFLAGS): New.
3635 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3636 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3637 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3638 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3639 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3640 for target modules. Don't export LIBCFLAGS.
3641 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3642 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3643 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3644 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3645 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3646 * Makefile.in: Regenerate.
3647
3648 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3649
3650 PR libgcj/33085
3651 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3652 Do not use -DDLL_EXPORT. Backport from upstream.
3653
3654 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3655
3656 * MAINTAINERS (Write After Approval): Add myself.
3657
3658 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3659
3660 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3661 * configure: Regenerate.
3662
3663 2008-01-31 Marc Gauthier <marc@tensilica.com>
3664
3665 * configure.ac (xtensa*-*-*): Recognize processor variants.
3666 * configure: Regenerate.
3667
3668 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3669
3670 PR bootstrap/34922
3671 * configure.ac (PARSE_ARGS): Push suitable setting of
3672 ac_subdirs_all, for `./configure --help=recursive'.
3673 Handle `+' in generic toplevel directory disabling.
3674 * configure: Regenerate.
3675
3676 2008-01-28 Nick Clifton <nickc@redhat.com>
3677
3678 * MAINTAINERS (xstormy16): Take over maintainership.
3679
3680 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3681
3682 * MAINTAINERS (c4x port): Remove.
3683
3684 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3685
3686 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3687
3688 2008-01-23 Ben Elliston <bje@au.ibm.com>
3689
3690 * config.sub, config.guess: Update from upstream sources.
3691
3692 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3693
3694 * MAINTAINERS (Write After Approval): Add myself.
3695
3696 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3697
3698 * MAINTAINERS: Update my email address.
3699
3700 2008-01-09 Raksit Ashok <raksit@google.com>
3701
3702 * MAINTAINERS (Write After Approval): Add myself.
3703
3704 2008-01-09 Raksit Ashok <raksit@google.com>
3705
3706 * MAINTAINERS (Write After Approval): Add myself.
3707
3708 2008-01-08 Ben Elliston <bje@au.ibm.com>
3709
3710 * config.sub, config.guess: Update from upstream sources.
3711
3712 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3713
3714 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3715 Change recommended MPFR from 2.2.1 -> 2.3.0.
3716 * configure: Regenerate.
3717
3718 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3719
3720 * MAINTAINERS: Update my email address.
3721
3722 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3723
3724 * MAINTAINERS: Update my email address.
3725
3726 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3727
3728 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3729 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3730 * Makefile.in: Regenerate.
3731
3732 2007-12-10 Mark Heffernan <meheff@google.com>
3733
3734 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3735 misplaced entries.
3736
3737 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3738
3739 * configure.ac: Enable libjava for x86_64-*-darwin9.
3740 * configure: Regenerate.
3741
3742 2007-12-07 Bill Maddox <maddox@google.com>
3743
3744 * MAINTAINERS (Write After Approval): Add myself.
3745
3746 2007-12-05 Ben Elliston <bje@au.ibm.com>
3747
3748 * config.sub, config.guess: Update from upstream sources.
3749
3750 2007-12-02 Matthias Klose <doko@ubuntu.com>
3751
3752 * config-ml.in: Remove 64bit configure tests.
3753
3754 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3755
3756 * config-ml.in: Robustify against white space in absolute file
3757 names.
3758
3759 * config-ml.in (multi-clean): Substitute ${Makefile}.
3760 Remove superfluous ${Makefile} in list.
3761
3762 2007-11-19 Thiemo Seufer <ths@mips.com>
3763
3764 * config-ml.in: Don't hardcode the Makefile name.
3765
3766 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3767
3768 * MAINTAINERS (Write After Approval): Add myself.
3769
3770 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3771
3772 * MAINTAINERS (Write After Approval): Add myself.
3773
3774 2007-11-06 Doug Kwan <dougkwan@google.com>
3775
3776 * MAINTAINERS (Write After Approval): Add myself.
3777
3778 2007-10-25 Ben Elliston <bje@au.ibm.com>
3779
3780 * MAINTAINERS (mercury): Remove entry.
3781 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3782
3783 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3784
3785 * Makefile.def (dependencies): Make configure-gdb depend on
3786 all-intl.
3787 * Makefile.in: Regenerated.
3788
3789 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3790
3791 * MAINTAINERS (Fortran maintainer): Remove myself.
3792
3793 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3794
3795 * Makefile.def: To avoid problems running with parallel makes,
3796 build newlib before libgloss so that target specific header
3797 files are availble.
3798 * Makefile.in: Regenerate
3799
3800 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3801
3802 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3803 * Makefile.in: Regenerate.
3804
3805 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3806
3807 * MAINTAINERS (Register allocation reviewer): Add myself.
3808
3809 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3810
3811 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3812 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3813 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3814 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3815 * configure: Regenerate.
3816
3817 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3818
3819 * MAINTAINERS (Register allocation reviewer): Add myself.
3820
3821 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3822
3823 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3824 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3825 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3826 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3827 * configure.ac: Default them to host tools for $host = $build.
3828 Subst them.
3829
3830 * configure: Regenerate.
3831 * Makefile.in: Regenerate.
3832
3833 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3834
3835 * MAINTAINERS (Register allocation reviewer): Add myself.
3836
3837 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3838
3839 * MAINTAINERS (Register allocation reviewer): Add myself.
3840
3841 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3842
3843 * MAINTAINERS (Write After Approval): Fix typo.
3844
3845 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3846
3847 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3848 * configure: Regenerate.
3849
3850 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3851
3852 PR bootstrap/31906
3853 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3854 they're already prefixed.
3855
3856 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3857
3858 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3859 libstdc++.
3860 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3861 * configure: Regenerate.
3862 * Makefile.in: Regenerate.
3863
3864 2007-09-17 Andreas Schwab <schwab@suse.de>
3865
3866 * configure.ac: Raise minimum makeinfo version to 4.6.
3867 * configure: Regenerate.
3868
3869 2007-09-17 Johannes Singler <singler@ira.uka.de>
3870
3871 * MAINTAINERS (write-after-approval) add myself
3872
3873 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3874
3875 * configure.ac: Correct makeinfo version check.
3876 * configure: Regenerate.
3877
3878 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3879
3880 * MAINTAINERS: Update my email address.
3881
3882 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3883
3884 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3885 to $skipdirs and only disable gprof for newlib. Use the normal
3886 mips*-elf* handling in other respects.
3887 * configure: Regnerate.
3888
3889 2007-09-12 David Daney <ddaney@avtrex.com>
3890
3891 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3892 enabling libgcj.
3893 * configure: Regenerate.
3894
3895 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3896
3897 PR other/32154
3898 * configure.ac: For libgloss targets, point the linker to the linker
3899 script, startup code and simulator library.
3900 * configure: Regenerate.
3901
3902 2007-09-07 Andrew Haley <aph@redhat.com>
3903
3904 * configure.ac (noconfigdirs): Remove target-libffi and
3905 target-libjava.
3906 * configure: Regenerate.
3907
3908 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3909
3910 PR target/33281
3911 * configure.ac: Use config/mh-mingw on mingw.
3912 * configure: Regenerate.
3913
3914 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3915
3916 * MAINTAINERS (Write After Approval): Add myself.
3917
3918 2007-09-05 Richard Guenther <rguenther@suse.de>
3919
3920 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3921 nor --disable-checking is provided also turn on yes and types
3922 checking for stage1.
3923 * configure: Re-generate.
3924
3925 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3926
3927 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3928 (Write After Approval): Remove myself.
3929
3930 2007-08-29 Nick Clifton <nickc@redhat.com>
3931
3932 * config.sub, config.guess: Update from upstream sources.
3933
3934 2007-08-22 Bud Davis <jmdavis@link.com>
3935
3936 * MAINTAINERS (Write After Approval): Added myself.
3937 * MAINTAINERS (Reviewers): Removed myself.
3938
3939 2007-08-18 Paul Brook <paul@codesourcery.com>
3940 Joseph Myers <joseph@codesourcery.com>
3941
3942 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3943 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3944 * Makefile.in: Regenerate.
3945 * configure.ac (--with-debug-prefix-map): New.
3946 * configure: Regenerate.
3947
3948 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3949 Nigel Stephens <nigel@mips.com>
3950
3951 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3952 as target_makefile_frag.
3953 * configure: Regenerate.
3954
3955 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3956
3957 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3958 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3959 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3960 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3961 (do-compare, do-compare3, do-compare-debug): New.
3962 ([+compare-target+]): Use them.
3963
3964 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3965
3966 * MAINTAINERS (Write After Approval): Change my email address.
3967
3968 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3969 Ben Elliston <bje@au.ibm.com>
3970
3971 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3972 --silent if $silent.
3973 * configure: Regenerate.
3974
3975 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3976
3977 * MAINTAINERS (Various Maintainers): Add myself as
3978 loop infrastructure maintainer. Update my e-mail
3979 address.
3980
3981 2007-07-31 Diego Novillo <dnovillo@google.com>
3982
3983 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3984 Adjust description.
3985
3986 2007-07-26 Richard Guenther <rguenther@suse.de>
3987
3988 * configure.ac: Add types checking to stage1 checking flags.
3989 * configure: Regenerate.
3990
3991 2007-07-17 Nick Clifton <nickc@redhat.com>
3992
3993 * COPYING3: New file. Contains version 3 of the GNU General
3994 Public License.
3995 * COPYING3.LIB: New file. Contains version 3 of the GNU
3996 Lesser General Public License.
3997
3998 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3999
4000 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4001
4002 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4003
4004 * MAINTAINERS (S/390 co-maintainer): Add myself.
4005 (Write After Approval): Remove myself.
4006
4007 2007-07-13 Dan Hipschman <dsh@google.com>
4008
4009 * MAINTAINERS (Write After Approval): Add myself.
4010
4011 2007-07-11 Nick Clifton <nickc@redhat.com>
4012
4013 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4014 WINDRES export.
4015 * Makefile.in: Regenerate.
4016
4017 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4018
4019 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4020 maintainer.
4021
4022 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4023
4024 * lt~obsolete.m4: New. Import from 20070318 libtool.
4025
4026 2007-07-03 Julian Brown <julian@codesourcery.com>
4027
4028 * MAINTAINERS (Write After Approval): Add myself.
4029
4030 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4031
4032 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4033 * configure: Regenerate.
4034
4035 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4036
4037 * configure.ac: Add some missing m4 quotation.
4038 * configure: Regenerate.
4039
4040 2007-07-02 Simon Baldwin <simonb@google.com>
4041
4042 * MAINTAINERS (Write After Approval): Add myself.
4043
4044 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
4045
4046 * configure: Regenerate.
4047
4048 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
4049
4050 * Makefile.def: Add windmc tool to build.
4051 * Makefile.tpl: Likewise.
4052 * configure.ac: Likewise.
4053 * Makefile.in: Regenerate.
4054 * configure: Regenerate.
4055
4056 2007-06-28 DJ Delorie <dj@redhat.com>
4057
4058 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4059 not building newlib.
4060 * configure: Regenerated.
4061
4062 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4063
4064 * MAINTAINERS (Write After Approval): Add myself.
4065
4066 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
4067
4068 * MAINTAINERS (Write After Approval): Add myself.
4069
4070 2007-06-19 Chris Matthews <chrismatthews@google.com>
4071
4072 * MAINTAINERS (Write After Approval): Add myself.
4073
4074 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4075
4076 * MAINTAINERS (Write After Approval): Add myself.
4077
4078 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4079
4080 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4081 * Makefile.in: Regenerated.
4082
4083 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4084
4085 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4086 bfin*-*-uclinux* targets.
4087 * configure: Regenerate.
4088
4089 2007-06-14 Ian Lance Taylor <iant@google.com>
4090
4091 * MAINTAINERS: Add myself as non-algorithmic global write
4092 maintainer.
4093
4094 2007-06-14 Diego Novillo <dnovillo@google.com>
4095
4096 * MAINTAINERS: Add self as middle-end maintainer and
4097 non-algorithmic global write maintainer.
4098
4099 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4100
4101 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4102 Move all Fortran maintainers except Paul Brook into the
4103 Non-Autopoiesis section.
4104
4105 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4106
4107 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4108 (distclean-stage[+id+]): Possibly delete stage_last.
4109 * Makefile.in: Regenerate.
4110
4111 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
4112
4113 * MAINTAINERS (Various Maintainer): Fix typo.
4114
4115 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
4116
4117 * MAINTAINERS (Various Maintainer): Add myself as
4118 dataflow maintainer.
4119
4120 2007-06-07 Ben Elliston <bje@au.ibm.com>
4121
4122 * config.sub, config.guess: Update from upstream sources.
4123
4124 2007-06-07 Ben Elliston <bje@au.ibm.com>
4125
4126 * Makefile.tpl: Fix spelling error.
4127 * Makefile.in: Regenerate.
4128
4129 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4130
4131 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4132 lt_cv_sys_max_cmd_len.
4133
4134 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4135
4136 * MAINTAINERS (Various Maintainers): Add myself as
4137 auto-vectorizer maintainer.
4138
4139 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4140
4141 PR libjava/32098
4142 * libtool.m4: Revert previous change.
4143 * ltgcc.m4: Put it here.
4144
4145 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4146
4147 * MAINTAINERS (Various Maintainers): Add myself as
4148 auto-vectorizer maintainer.
4149
4150 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4151
4152 PR libjava/32098
4153 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4154
4155 2007-05-30 Richard Guenther <rguenther@suse.de>
4156
4157 * MAINTAINERS (Various Maintainers): Add myself as
4158 auto-vectorizer maintainer.
4159
4160 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4161
4162 PR bootstrap/29382
4163 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4164 * configure: Rebuilt.
4165
4166 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4167
4168 * MAINTAINERS (Write After Approval): Removed my name.
4169
4170 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4171
4172 * MAINTAINERS (Write After Approval): Remove myself.
4173
4174 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4175
4176 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4177
4178 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4179
4180 * ltmain.sh: Update from ToT Libtool.
4181 * libtool.m4: Update from ToT Libtool.
4182 * ltsugar.m4: New. Update from ToT Libtool.
4183 * ltversion.m4: New. Update from ToT Libtool.
4184 * ltoptions.m4: New. Update from ToT Libtool.
4185 * ltconfig: Remove.
4186 * ltcf-c.sh: Remove.
4187 * ltcf-cxx.sh: Remove.
4188 * ltcf-gcj.sh: Remove.
4189
4190 2007-05-22 Ollie Wild <aaw@google.com>
4191
4192 * MAINTAINERS (Write After Approval): Add myself.
4193
4194 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4195
4196 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4197 stage_cflags.
4198 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4199 Remove CFLAGS/LIBCFLAGS.
4200 (configure-stage[+id+]-[+prefix+][+module+],
4201 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4202 * Makefile.in: Regenerate.
4203
4204 2007-05-15 Diego Novillo <dnovillo@google.com>
4205
4206 * MAINTAINERS: Update e-mail address.
4207
4208 2007-05-15 Revital Eres <eres@il.ibm.com>
4209
4210 * MAINTAINERS (Write After Approval): Add myself.
4211
4212 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4213
4214 * MAINTAINERS (Write After Approval): Updated my address.
4215
4216 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4217
4218 * MAINTAINERS (Write After Approval): Add myself.
4219
4220 2007-05-11 Silvius Rus <rus@google.com>
4221
4222 * MAINTAINERS (Write After Approval): Add myself.
4223
4224 2007-04-23 Tom Tromey <tromey@redhat.com>
4225
4226 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4227
4228 2007-04-22 Mark Mitchell <mark@codesourcery.com>
4229
4230 * MAINTAINERS (cpplib): Rename to ...
4231 (libcpp): ... this. Add C/C++ front end maintainers.
4232
4233 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4234
4235 * config-ml.in: Pass ${ml_config_env} to configure calls.
4236
4237 2007-04-04 Christian Bruel <christian.bruel@st.com>
4238
4239 * MAINTAINERS (Write After Approval): Add myself.
4240
4241 2007-04-02 Dave Korn <dave.korn@artimi.com>
4242
4243 * MAINTAINERS (Write After Approval): Add myself.
4244
4245 2007-03-31 Tobias Burnus <burnus@net-b.de>
4246
4247 * MAINTAINERS (fortran 95 front end): Add myself.
4248
4249 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4250
4251 * MAINTAINERS (Write After Approval): Add myself.
4252
4253 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
4254
4255 * MAINTAINERS (Modulo Scheduler): Add myself.
4256
4257 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4258
4259 * MAINTAINERS (fortran 95 front end): Add myself.
4260 (c++ front end): whitespace fix.
4261
4262 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4263
4264 * MAINTAINERS (Write After Approval): Add myself.
4265
4266 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4267
4268 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4269 of glob. Quote arguments with single quotes too.
4270 * configure: Regenerate.
4271
4272 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4273
4274 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4275 * Makefile.in: Regenerate
4276
4277 2007-03-07 Andreas Schwab <schwab@suse.de>
4278
4279 * configure: Regenerate.
4280
4281 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4282
4283 * configure.ac: Add "--with-pdfdir" configure option,
4284 which defines pdfdir variable.
4285 * Makefile.def (target=fixincludes): Add install-pdf to
4286 missing targets.
4287 (recursive_targets): Add install-pdf target.
4288 (flags_to_pass): Add pdfdir.
4289 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4290 target.
4291 * configure: Regenerate
4292 * Makefile.in: Regenerate
4293
4294 2007-02-28 Eric Christopher <echristo@apple.com>
4295
4296 Revert:
4297 2006-12-07 Mike Stump <mrs@apple.com>
4298
4299 * Makefile.def (dependencies): Add dependency for
4300 install-target-libssp and install-target-libgomp on
4301 install-gcc.
4302 * Makefile.in: Regenerate.
4303
4304 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4305
4306 * configure: Regenerate.
4307 * configure.ac: Move statements after variable declarations.
4308
4309 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4310
4311 * MAINTAINERS: Add myself as sh maintainer.
4312
4313 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4314
4315 * configure.ac: Adjust for loop syntax.
4316 * configure: Regenerate.
4317
4318 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4319
4320 * configure: Rebuilt.
4321
4322 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4323
4324 * configure.ac: Drop multiple occurrences of --enable-languages,
4325 and fix its quoting.
4326 * configure: Rebuilt.
4327
4328 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4329 Nathan Sidwell <nathan@codesourcery.com>
4330 Vladimir Prus <vladimir@codesourcery.com>
4331 Joseph Myers <joseph@codesourcery.com>
4332
4333 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4334 * configure: Regenerate.
4335
4336 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4337
4338 * ltconfig (freebsd*): Default to elf.
4339
4340 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4341
4342 * configure.ac (target_libraries): Move libgcc before libiberty.
4343 * configure: Regenerated.
4344
4345 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4346 Paolo Bonzini <bonzini@gnu.org>
4347
4348 PR bootstrap/30753
4349 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4350 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4351 * configure: Regenerated.
4352
4353 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4354
4355 * MAINTAINERS (Language Front End Maintainers): Update my mail
4356 address.
4357
4358 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4359
4360 PR bootstrap/30748
4361 * configure.ac: Correct syntax for Solaris ksh.
4362 * configure: Regenerated.
4363
4364 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4365
4366 * configure.ac: Sync with src.
4367 * configure: Regenerate.
4368
4369 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4370
4371 * Makefile.in: Regenerate.
4372
4373 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4374
4375 * config.sub: Sync with src.
4376
4377 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4378
4379 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4380 noncanonical equivalents.
4381 * configure.in: Rename to...
4382 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4383 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4384 target_noncanonical. Use them. Rewrite removal of configure
4385 arguments for autoconf 2.59. Discard variable settings. Force
4386 program_transform_name for native tools.
4387
4388 * Makefile.in: Regenerated.
4389 * configure: Regenerated with autoconf 2.59.
4390
4391 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4392
4393 * MAINTAINERS (Write After Approval): Add myself.
4394
4395 2007-01-31 Andreas Schwab <schwab@suse.de>
4396
4397 * Makefile.tpl (LDFLAGS): Substitute it.
4398 * Makefile.in: Regenerate.
4399
4400 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4401
4402 * MAINTAINERS (Write After Approval): Add myself.
4403
4404 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4405
4406 * MAINTAINERS (spu port): Add myself.
4407
4408 2007-01-23 Richard Guenther <rguenther@suse.de>
4409
4410 PR bootstrap/30541
4411 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4412 * Makefile.tpl (GNATBIND): Substitute it.
4413 (GNATMAKE): Likewise.
4414 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4415 of STAGE_PREFIX.
4416 * Makefile.in: Regenerate.
4417 * configure: Regenerate.
4418
4419 2007-01-18 Mike Stump <mrs@apple.com>
4420
4421 * configure.in: Re-enable -Werror for gcc builds.
4422
4423 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4424
4425 * MAINTAINERS (Write After Approval): Add myself.
4426
4427 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4428
4429 * configure.in: Change == to = in test command.
4430 * configure: Regenerate.
4431
4432 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4433 Nick Clifton <nickc@redhat.com>
4434 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4435
4436 * configure.in (build_configargs, host_configargs, target_configargs):
4437 Remove build/host/target parameters.
4438 (host_libs): Add gmp and mpfr.
4439 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4440 * Makefile.def (gmp, mpfr): New.
4441 (gcc): Remove target.
4442 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4443 target_os, target_vendor): New.
4444 (configure): Add host_alias/target_alias arguments; adjust invocations.
4445 * configure: Regenerate.
4446 * Makefile.in: Regenerate.
4447
4448 2007-01-11 Matt Fago <fago@earthlink.net>
4449
4450 * configure.in: Try to link to functions only in mpfr 2.2.x
4451 to improve robustness of configure tests.
4452 * configure: Regenerate.
4453
4454 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4455
4456 * MAINTAINERS: Add myself as i386 maintainer.
4457
4458 2007-01-08 Jan Hubicka <jh@suse.cz>
4459
4460 * MAINTAINERS: Add myself as i386 maintainer.
4461
4462 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4463
4464 * configure.in: Add support for an x86_64-mingw* target.
4465 * configure: Regenerate.
4466
4467 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4468
4469 * Makefile.tpl (all-target): Correct @if conditional for target
4470 modules.
4471 * configure.in: Omit libiberty if building only target libgcc.
4472 * configure, Makefile.in: Regenerated.
4473
4474 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4475
4476 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4477 * configure: Regenerate.
4478
4479 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4480
4481 * Makefile.def (target_modules): Add libgcc.
4482 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4483 * Makefile.tpl (clean-target-libgcc): Delete.
4484 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4485 on gcc even for bootstrapped modules. Rewrite handling of
4486 lang_env_dependencies to loop over target_modules.
4487 * configure.in (target_libraries): Add target-libgcc.
4488 * Makefile.in, configure: Regenerated.
4489
4490 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4491
4492 * configure.in: Reorganize recognition of languages. Add
4493 --enable-stage1-languages. Show supported languages for the chosen
4494 target rather than all recognized languages.
4495 * configure: Regenerate.
4496
4497 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4498
4499 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4500 * Makefile.in: Regenerate.
4501
4502 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4503
4504 * configure.in: Warn that MPFR 2.2.0 is buggy.
4505 * configure: Regenerate.
4506
4507 2006-12-27 Ian Lance Taylor <iant@google.com>
4508
4509 * configure.in: When removing Makefiles to force a reconfigure, also
4510 remove prev-DIR*/Makefile.
4511 * configure: Regenerate.
4512
4513 2006-12-22 Andreas Schwab <schwab@suse.de>
4514
4515 * configure: Regenerate with correct autoconf version.
4516
4517 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4518
4519 * configure.in: add AC_SUBST for *_FOR_TARGET.
4520 * configure: Regenerate.
4521
4522 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4523
4524 * configure.in: Simplify logic for rejecting languages that cannot
4525 be built. Separate the case when a language is unsupported,
4526 from the case when the user chooses not to build a language.
4527
4528 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4529
4530 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4531 it only affects bootstrap and could be tested on "$host" as well.
4532 * configure: Regenerate.
4533 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4534
4535 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4536
4537 PR bootstrap/29544
4538 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4539 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4540 move here comment from Makefile.tpl.
4541 * Makefile.tpl: Move some definitions higher in the file.
4542 (STAGE1_CHECKING): New.
4543 * configure.in: Add --enable-stage1-checking.
4544 * configure: Regenerate.
4545 * Makefile.in: Regenerate.
4546
4547 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4548
4549 * MAINTAINERS: Add myself as build system maintainer.
4550
4551 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4552
4553 * MAINTAINERS (Write After Approval): Add myself.
4554
4555 2006-12-13 Eric Christopher <echristo@apple.com>
4556
4557 * MAINTAINERS: Add myself as darwin maintainer.
4558
4559 2006-12-11 Ian Lance Taylor <ian@airs.com>
4560
4561 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4562
4563 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4564
4565 MAINTAINERS: Update my entry.
4566
4567 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4568
4569 * configure.in: Handle spu makefile frag.
4570 * Makefile.tpl (MAINT): Define
4571 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4572 * configure: Regenerate.
4573 * Makefile.in: Regenerate.
4574
4575 2006-12-11 Ben Elliston <bje@au.ibm.com>
4576
4577 * config.guess: Import latest version.
4578 * config.sub: Likewise.
4579
4580 2006-12-11 Ben Elliston <bje@au.ibm.com>
4581
4582 * configure.in (spu-*-*): Don't skip target-libiberty.
4583 * configure: Regenerate.
4584
4585 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4586
4587 PR bootstrap/30134
4588 * configure.in: Correct x86 darwin support for libjava to powerpc
4589 and i?86 only.
4590 * configure: Regenerate.
4591
4592 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4593
4594 * configure.in: Add x86 darwin support for libjava.
4595 * configure: Regenerate.
4596
4597 2006-12-07 Mike Stump <mrs@apple.com>
4598
4599 * Makefile.def (dependencies): Add dependency for
4600 install-target-libssp and install-target-libgomp on
4601 install-gcc.
4602 * Makefile.in: Regenerate.
4603
4604 2006-12-04 Richard Guenther <rguenther@suse.de>
4605
4606 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4607 (Non-Algorithmic Maintainers): Move over non-algorithmic
4608 loop optimizer maintainers, add myself as a non-algorithmic
4609 middle-end maintainer.
4610
4611 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4612
4613 * MAINTAINERS (Write After Approval): Add myself.
4614
4615 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4616
4617 * configure.in: Update error message for missing GMP/MPFR.
4618
4619 * configure: Regenerate.
4620
4621 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4622
4623 * configure.in: Update MPFR version in error message.
4624
4625 * configure: Regenerate.
4626
4627 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4628
4629 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4630 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4631 --with-gmp-lib): New flags.
4632
4633 * configure: Regenerate.
4634
4635 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4636
4637 * MAINTAINERS (Write After Approval): Change my email address.
4638
4639 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4640
4641 * MAINTAINERS (Write After Approval): Add myself.
4642
4643 2006-11-22 Philipp Thomas <pth@suse.de>
4644
4645 * MAINTAINERS (i18n): Update e-mail address.
4646
4647 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4648
4649 * MAINTAINERS (spu port): Add myself as maintainer.
4650 (Write After Approval): Remove myself.
4651
4652 2006-11-22 Ben Elliston <bje@au.ibm.com>
4653
4654 * configure.in (skipdirs): Don't build libssp for SPU.
4655 * configure: Regenerate.
4656
4657 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4658
4659 * MAINTAINERS (spu port): Add myself as maintainer.
4660 (libobjc): Update my email address.
4661
4662 2006-11-21 Andrea Bona <andrea.bona@st.com>
4663
4664 * MAINTAINERS (Write After Approval): Add myself.
4665
4666 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4667
4668 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4669 * configure : Rebuilt.
4670
4671 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4672
4673 * MAINTAINERS (Write After Approval): Add myself.
4674
4675 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4676
4677 * MAINTAINERS (Write After Approval): Add myself.
4678
4679 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4680
4681 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4682 libmpfr.a.
4683 * configure: Regenerate.
4684
4685 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4686
4687 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4688 (unstage): Test for stage_last presence.
4689
4690 PR bootstrap/29802
4691 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4692 STAGE_PREFIX.
4693 * Makefile.in: Regenerate.
4694
4695 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4696
4697 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4698 maintainers.
4699
4700 2006-11-14 Erven Rohou <erven.rohou@st.com>
4701
4702 * MAINTAINERS (Write After Approval): Add myself.
4703
4704 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4705
4706 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4707 and stageN-package/Makefile.
4708 * Makefile.in: Regenerated.
4709
4710 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4711
4712 * configure.in: Remove target-libgloss from noconfigdirs for
4713 bfin-*-*.
4714 * configure: Regenerated.
4715
4716 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4717
4718 * configure.in (have_gmp): Only error if the gcc directory exists.
4719
4720 * configure: Regenerate.
4721
4722 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4723
4724 * configure.in: Robustify error message for missing GMP/MPFR.
4725
4726 * configure: Regenerate.
4727
4728 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4729
4730 * MAINTAINERS (Write After Approval): Add myself.
4731
4732 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4733
4734 * MAINTAINERS: Change email address.
4735
4736 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4737
4738 * MAINTAINERS (Write After Approval): Add myself.
4739
4740 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4741
4742 * MAINTAINERS (Write After Approval): Add myself.
4743
4744 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4745
4746 * MAINTAINERS (Write After Approval): Move myself to
4747 Write After Approval section.
4748
4749 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4750
4751 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4752 need_gmp anymore.
4753 * configure: Regenerate.
4754
4755 2006-10-16 Tobias Burnus <burnus@net-b.de>
4756
4757 * MAINTAINERS (Write After Approval): Add myself.
4758
4759 2006-10-16 Ben Elliston <bje@au.ibm.com>
4760
4761 * config.guess: Import latest version.
4762 * config.sub: Likewise.
4763
4764 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4765
4766 * Makefile.def: Added pdf target handling.
4767 * Makefile.tpl: Added pdf target handling.
4768 * Makefile.in: Regenerated.
4769
4770 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4771
4772 * MAINTAINERS: Add self as score port maintainer.
4773
4774 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4775
4776 * MAINTAINERS (Write After Approval): Add myself.
4777
4778 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4779
4780 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4781 or newer.
4782 * configure: Regenerated.
4783
4784 2006-09-27 Dave Brolley <brolley@redhat.com>
4785
4786 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4787 using $s instead of $r.
4788 * configure: Regenerated.
4789
4790 2006-09-26 Thiemo Seufer <ths@mips.com>
4791
4792 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4793 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4794 * configure: Regenerate.
4795
4796 2006-09-24 Graeme Peterson <gridly@gmail.com>
4797
4798 * MAINTAINERS (Write After Approval): Remove myself.
4799
4800 2006-09-22 Chao-ying Fu <fu@mips.com>
4801
4802 * MAINTAINERS (Write After Approval): Add myself.
4803
4804 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4805
4806 * MAINTAINERS: Add self as soft-fp maintainer.
4807
4808 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4809
4810 * MAINTAINERS: Add myself as avr maintainer.
4811 Remove Marek Michalkiewicz as avr maintainer.
4812
4813 2006-09-07 Roberto Costa <roberto.costa@st.com>
4814
4815 * MAINTAINERS (Write After Approval): Add myself.
4816
4817 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4818
4819 * configure.in: Never build newlib for a Mingw host.
4820 Never build newlib as Mingw target library.
4821 Test the existence of winsup/cygwin for building a Cygwin newlib,
4822 rather than just winsup.
4823 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4824 building a Mingw target.
4825 * configure: Regenerate.
4826
4827 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4828
4829 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4830
4831 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4832
4833 * config.guess: Import from src (was more updated).
4834 * config.sub: Likewise.
4835
4836 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4837
4838 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4839 * configure: Regenerated.
4840
4841 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4842
4843 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4844 for stages after the first.
4845
4846 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4847
4848 * Makefile.def: Add dependencies for configure-opcodes
4849 on configure-intl and all-opcodes on all-intl.
4850 * Makefile.in: Regenerated.
4851
4852 2006-07-13 Ben Elliston <bje@au.ibm.com>
4853
4854 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4855
4856 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4857
4858 Port to hosts whose 'sort' and 'tail' implementations
4859 treat operands with leading '+' as file names, as POSIX
4860 has required since 2001. However, make sure the code still
4861 works on pre-POSIX hosts.
4862 * ltmain.sh: Don't assume "sort +2" is equivalent to
4863 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4864
4865 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4866
4867 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4868
4869 2006-07-04 Peter O'Gorman <peter@pogma.com>
4870
4871 * ltconfig: chmod 644 before ranlib during install.
4872
4873 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4874
4875 PR bootstrap/18058
4876 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4877 if the bootstrap compiler is a GCC version that supports it.
4878 * configure: Regenerate.
4879
4880 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4881
4882 * configure.in: Fix thinkos in previous check-in.
4883 * configure: Regenerate.
4884
4885 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4886
4887 PR other/27063
4888 * configure.in: Test subdir_requires and give an appropriate
4889 error message.
4890 * configure: Regenerate.
4891
4892 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4893
4894 * MAINTAINERS (Write After Approval): Add myself.
4895
4896 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4897
4898 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4899
4900 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4901
4902 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4903
4904 2006-06-20 David Ayers <d.ayers@inode.at>
4905
4906 PR bootstrap/28072
4907 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4908 whether target-libjava is being configured instead of whether the
4909 java front end is enabled.
4910 * configure: Regenerate.
4911
4912 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4913
4914 PR target/27540
4915 * configure.in: Only enable libgomp on IRIX 6.
4916 * configure: Regenerate.
4917
4918 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4919
4920 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4921 too.
4922 * Makefile.in: Regenerate.
4923
4924 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4925
4926 * config-ml.in: Alter CCASFLAGS to include special
4927 multilib options the same as is done for CFLAGS.
4928
4929 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4930
4931 * configure.in: Don't enable libgomp on hpux10.
4932 * configure: Rebuilt.
4933
4934 2006-06-12 David Ayers <d.ayers@inode.at>
4935
4936 PR bootstrap/27963
4937 PR target/19970
4938 * configure.in: Remove target-boehm-gc from noconfigdirs where
4939 ${libgcj} is specified.
4940 * configure: Regenerate.
4941
4942 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4943
4944 Sync from src:
4945
4946 * configure.in: Sync.
4947 * configure: Regenerated.
4948
4949 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4950
4951 * Makefile.def: Added dependencies from sim and gdb on intl, and
4952 added configure dependencies to everything with an all dependency
4953 on intl.
4954 * Makefile.in: Regenerated.
4955
4956 2006-06-06 David Ayers <d.ayers@inode.at>
4957
4958 PR libobjc/13946
4959 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4960 * Makefile.in: Regenerate.
4961 * configure.in: Add --enable-objc-gc at toplevel and have it
4962 enable boehm-gc for Objective-C.
4963 Remove target-boehm-gc from libgcj.
4964 Add target-boehm-gc to target_libraries.
4965 Add target-boehm-gc to noconfigdirs where ${libgcj}
4966 is specified.
4967 Assert that boehm-gc is supported when requested for Objective-C.
4968 Only build boehm-gc if needed either for Java or Objective-C.
4969 * configure: Regenerate.
4970
4971 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4972
4973 PR 27674
4974 * Makefile.tpl (configure-[+prefix+][+module+],
4975 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4976 Remove rule to unstage bootstrapped modules.
4977 (stage_current): New.
4978 * Makefile.in: Regenerate.
4979
4980 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4981
4982 * MAINTAINERS (Write After Approval): Update my e-mail address.
4983
4984 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4985
4986 * include/libiberty.h: Declare pex_run_in_environment.
4987
4988 2006-05-31 Asher Langton <langton2@llnl.gov>
4989
4990 * MAINTAINERS (Write After Approval): Add myself.
4991
4992 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4993
4994 * Makefile.def (bfd, opcodes): Fix lib_path.
4995 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4996 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4997 * Makefile.in: Regenerate.
4998
4999 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5000
5001 * Makefile.in: Regenerate.
5002
5003 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5004
5005 * Makefile.def: Add install-html target. Add datarootdir
5006 docdir and htmldir to flags_to_pass.
5007 * Makefile.tpl: Add install-html target.
5008 * Makefile.in: Regenerate.
5009 * configure.in: Add --with-datarootdir, --with-docdir, and
5010 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5011 * configure: Regenerate.
5012
5013 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5014
5015 * configure.in: Enable gprof for cross builds.
5016 * configure: Regenerate.
5017
5018 2006-05-22 Richard Guenther <rguenther@suse.de>
5019
5020 Revert
5021 2006-01-31 Richard Guenther <rguenther@suse.de>
5022 Paolo Bonzini <bonzini@gnu.org>
5023
5024 * Makefile.def (target_modules): Add libgcc-math target module.
5025 * configure.in (target_libraries): Add libgcc-math target library.
5026 (--enable-libgcc-math): New configure switch.
5027 * Makefile.in: Re-generate.
5028 * configure: Re-generate.
5029 * libgcc-math: New toplevel directory.
5030
5031 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5032 Andreas Tobler <a.tobler@schweiz.ch>
5033
5034 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5035 * configure: Rebuilt.
5036
5037 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
5038
5039 * MAINTAINERS (Write After Approval): Add myself.
5040
5041 2006-05-01 DJ Delorie <dj@redhat.com>
5042
5043 * configure.in: Restore CFLAGS if GMP isn't present.
5044 * configure: Regenerate.
5045
5046 2006-05-01 Richard Guenther <rguenther@suse.de>
5047
5048 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5049 maintainer.
5050
5051 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
5052
5053 * MAINTAINERS (Write After Approval): Add myself.
5054
5055 2006-04-28 Jan Beulich <jbeulich@novell.com>
5056
5057 * MAINTAINERS (Write After Approval): Add myself.
5058
5059 2006-04-18 DJ Delorie <dj@redhat.com>
5060
5061 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5062 reference libgloss so that libssp can be built in a combined
5063 tree.
5064 * configure: Regenerate.
5065
5066 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
5067
5068 * MAINTAINERS (Write After Approval): Add myself.
5069
5070 2006-04-05 Ben Elliston <bje@au.ibm.com>
5071
5072 * configure.in: Require makeinfo 4.4 or higher.
5073 * configure: Regenerate.
5074
5075 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5076
5077 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5078 Rearrange the entries of other libraries to have them in one place.
5079
5080 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5081
5082 * MAINTAINERS (Write After Approval): Remove myself.
5083 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5084
5085 2006-03-14 Richard Guenther <rguenther@suse.de>
5086
5087 * configure: Regenerate with autoconf 2.13.
5088
5089 2006-03-13 Jim Blandy <jimb@codesourcery.com>
5090
5091 * MAINTAINERS: Use my work address.
5092
5093 * MAINTAINERS: Update my E-mail address.
5094
5095 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5096
5097 * configure.in: Handle --disable-<component> generically.
5098 * configure: Regenerate.
5099
5100 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5101
5102 PR libgcj/17311
5103 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5104
5105 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5106
5107 * MAINTAINERS (Write After Approval): Remove myself.
5108 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5109
5110 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
5111
5112 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5113 (TARGET_CONFIGDIRS): Remove.
5114 * configure.in: Remove AC_SUBST(target_configdirs).
5115 * Makefile.in, configure: Regenerated.
5116
5117 2006-02-20 Steven G. Kargl <kargls@comcast.net>
5118
5119 * MAINTAINERS (Write After Approval): Remove myself.
5120 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5121
5122 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5123
5124 PR bootstrap/25670
5125
5126 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5127
5128 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5129 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5130 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5131 BUILD_PREFIX, BUILD_PREFIX_1.
5132 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5133
5134 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5135 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5136
5137 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5138 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5139 of `cat stage_current`. Always provide the `r' and `s' variables.
5140 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5141 a single shell execution.
5142 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5143 bootstrapped modules, make the stage1 module if the build was not
5144 started yet, else build the current stage.
5145 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5146 (all-build, all-host, all-target, [+make_target+]-host,
5147 [+make_target+]-target): Do not use \-continued lines.
5148 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5149 (current_stage, restrap, stage_last): New.
5150
5151 * Makefile.in: Regenerate.
5152 * configure: Regenerate.
5153
5154 2006-02-19 Bud Davis <jmdavis@link.com>
5155
5156 * MAINTAINERS (Write After Approval): Remove myself.
5157 (Language Front End Maintainers): Add myself as fortran 95
5158 maintainer and update e-mail address.
5159
5160 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5161
5162 * MAINTAINERS (Write After Approval): Remove myself.
5163 (Language Front End Maintainers): Add myself as fortran 95
5164 maintainer.
5165
5166 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5167
5168 * MAINTAINERS (Write After Approval): Add myself.
5169
5170 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5171
5172 * MAINTAINERS (Write After Approval): Remove myself.
5173 (Language Front End Maintainers): Add myself as
5174 fortran 95 maintainer.
5175
5176 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5177
5178 Sync from src:
5179
5180 2005-12-27 Leif Ekblad <leif@rdos.net>
5181
5182 * configure.in: Add support for RDOS target.
5183 * configure: Regenerate.
5184
5185 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5186 Andreas Schwab <schwab@suse.de>
5187
5188 * configure: Regenerate.
5189
5190 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5191
5192 * configure.in (enable_libgomp): Add AIX.
5193 * configure: Regenerate.
5194
5195 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5196
5197 * MAINTAINERS (Write After Approval): Add myself.
5198
5199 2006-02-03 Lee Millward <lee.millward@gmail.com>
5200
5201 * MAINTAINERS (Write After Approval): Add myself.
5202
5203 2006-01-31 Richard Guenther <rguenther@suse.de>
5204 Paolo Bonzini <bonzini@gnu.org>
5205
5206 * Makefile.def (target_modules): Add libgcc-math target module.
5207 * configure.in (target_libraries): Add libgcc-math target library.
5208 (--enable-libgcc-math): New configure switch.
5209 * Makefile.in: Re-generate.
5210 * configure: Re-generate.
5211 * libgcc-math: New toplevel directory.
5212
5213 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5214
5215 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5216 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5217 the assembler, linker and binutils.
5218 * configure: Regenerate.
5219
5220 2006-01-22 Dirk Mueller <dmueller@suse.de>
5221
5222 * MAINTAINERS (Write After Approval): Add myself.
5223
5224 2006-01-20 Diego Novillo <dnovillo@redhat.com>
5225
5226 * configure: Regenerate.
5227
5228 2006-01-18 Richard Henderson <rth@redhat.com>
5229 Jakub Jelinek <jakub@redhat.com>
5230 Diego Novillo <dnovillo@redhat.com>
5231
5232 * libgomp: New directory.
5233 * Makefile.def: Add target_module libgomp.
5234 * Makefile.in: Regenerate.
5235 * configure.in (target_libraries): Add target-libgomp.
5236 * configure: Regenerate.
5237
5238 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5239
5240 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5241 @ from continuation.
5242 * Makefile.in: Rebuilt.
5243
5244 2006-01-04 Chris Lattner <sabre@gnu.org>
5245
5246 * MAINTAINERS (Write After Approval): Add myself.
5247
5248 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5249
5250 PR bootstrap/24252
5251
5252 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5253 * Makefile.tpl (OBJDUMP): New.
5254 (EXTRA_HOST_FLAGS): Add it.
5255 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5256
5257 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5258 to use symbolic links between directories. Avoid race conditions
5259 or make them harmless.
5260 * configure.in: Do not try to use symbolic links between directories.
5261
5262 * Makefile.def (LEAN): Pass.
5263 * Makefile.tpl (LEAN): Define.
5264 (stage[+id+]-start): Accept that the previous directory does not
5265 exist, if the bootstrap is lean.
5266 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5267 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5268 configure substitution.
5269 ([+compare-target+]): Likewise.
5270 ([+bootstrap-target+]-lean): New.
5271 * configure.in: Remove lean bootstrap support from here.
5272
5273 * Makefile.in: Regenerate.
5274 * configure: Regenerate.
5275
5276 2006-01-04 Ben Elliston <bje@au.ibm.com>
5277
5278 * MAINTAINERS (libdecnumber): Add myself.
5279
5280 2006-01-02 Mark Mitchell <mark@codesourcery.com>
5281
5282 * libtool-ldflags: New script.
5283
5284 2006-01-02 Andreas Schwab <schwab@suse.de>
5285
5286 * configure.in: When reconfiguring remove Makefile in
5287 all stage directories.
5288 * configure: Regenerate.
5289
5290 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5291
5292 * MAINTAINERS: Update my email address.
5293
5294 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5295
5296 Revert Ada-related part of the previous change.
5297
5298 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5299 Do not pass.
5300 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5301 * Makefile.in: Regenerate.
5302 * configure.in: Do not include mt-ppc-aix target fragment.
5303 * configure: Regenerate.
5304
5305 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5306
5307 * configure.in: Select appropriate fragments for PowerPC/AIX.
5308 * configure: Regenerate.
5309
5310 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5311 BOOT_CFLAGS, BOOT_LDFLAGS.
5312 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5313 BOOT_CFLAGS, BOOT_LDFLAGS.
5314 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5315 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5316 (stage): Fail if we cannot complete the work.
5317 * Makefile.in: Regenerate.
5318
5319 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5320
5321 * configure.in: Replace ms1 with mt.
5322 * configure: Rebuilt.
5323
5324 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5325
5326 * MAINTAINERS: Update my email address.
5327
5328 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5329
5330 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5331 install-host-nogcc): Don't invoke $(stage) at the end.
5332 * Makefile.in: Regenerate.
5333
5334 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5335
5336 * configure.in: Flip the top-level bootstrap switch.
5337 * configure: Regenerate.
5338
5339 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5340
5341 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5342 $(stage) and $(unstage).
5343 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5344 (all): Remove stray semicolon.
5345 (local-distclean): Don't handle multilib.tmp and multilib.out.
5346 (install.all): Set $s for consistency.
5347 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5348 check_multilibs setting. Always make the install directory.
5349 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5350 Correct @if/@endif.
5351 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5352 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5353 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5354 (multilib.out): Remove.
5355 * Makefile.in: Regenerated.
5356
5357 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5358
5359 * MAINTAINERS (Write After Approval): Add myself.
5360
5361 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5362
5363 * MAINTAINERS: Add myself as mt maintainer.
5364
5365 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5366
5367 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5368
5369 * MAINTAINERS: Change email address.
5370
5371 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5372
5373 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5374 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5375 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5376 Find in-tree tools if available.
5377 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5378 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5379 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5380 (COMPILER_*_FOR_TARGET): New.
5381 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5382 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5383 (CONFIGURED_*, USUAL_*): Remove.
5384 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5385 STRIP): Use autoconf substitutions.
5386 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5387 COMPILER_NM_FOR_TARGET): New.
5388 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5389
5390 (all): Make all-host and all-target in parallel.
5391 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5392 that $$r and $$s are set before invoking a recursive make.
5393 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5394 ([+bootstrap-target+]): Inline most of the `all' target.
5395
5396 2005-11-29 Ben Elliston <bje@au.ibm.com>
5397
5398 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5399 from the gcc build directory.
5400 * Makefile.in: Regenerate.
5401
5402 2005-11-29 Ben Elliston <bje@au.ibm.com>
5403
5404 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5405 depend on all-libdecnumber.
5406 * configure.in (host_libs): Include libdecnumber.
5407 * Makefile.in: Regenerate.
5408 * configure: Likewise.
5409
5410 2005-11-29 Ben Elliston <bje@au.ibm.com>
5411
5412 * libdecnumber: Import decNumber sources from the dfp-branch.
5413
5414 2005-11-21 Kean Johnston <jkj@sco.com>
5415
5416 * config.sub, config.guess: Sync from upstream sources.
5417
5418 2005-11-21 Ben Elliston <bje@au.ibm.com>
5419
5420 Import from Autoconf sources:
5421
5422 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5423 * config/move-if-change: Don't output "$2 is unchanged";
5424 suggested by Ben Elliston. Handle weird characters correctly.
5425
5426 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5427
5428 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5429 to match upstream libtool for darwin.
5430
5431 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5432
5433 * Makefile.def: Remove gdb dependencies for gdbtk.
5434 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5435 (configure-gdb, install-gdb): New rules.
5436 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5437 * Makefile.in, configure: Regenerated.
5438
5439 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5440
5441 * MAINTAINERS (Write After Approval): Add myself.
5442
5443 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5444
5445 * MAINTAINERS (Write After Approval): Add myself.
5446
5447 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5448
5449 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5450 Diego Novillo.
5451
5452 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5453
5454 PR bootstrap/24297
5455 * Makefile.tpl (do-[+make-target+], do-check, install,
5456 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5457 are set before recursing.
5458 * Makefile.in: Regenerate.
5459
5460 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5461
5462 PR bootstrap/18939
5463 * Makefile.def (gcc) <target>: Fix thinko.
5464 * Makefile.in: Regenerate.
5465
5466 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5467
5468 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5469 * configure: Regenerate.
5470
5471 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5472
5473 * MAINTAINERS (Write After Approval): Add self.
5474
5475 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5476
5477 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5478 target-libffi, target-qthreads, target-libjava, and
5479 targetlibobjc.
5480 * configure: Regenerate.
5481
5482 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5483
5484 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5485 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5486 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5487 (USUAL_OBJDUMP_FOR_TARGET): New.
5488 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5489 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5490 * configure, Makefile.in: Regenerated.
5491
5492 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5493
5494 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5495 before other host packages.
5496
5497 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5498
5499 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5500
5501 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5502
5503 PR bootstrap/22340
5504
5505 * configure.in (default_target): Remove.
5506 * Makefile.tpl (all): Do not use prerequisites as subroutines
5507 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5508 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5509 use prerequisites as subroutines.
5510 (check-host, check-target): New.
5511 (bootstrap configure & all targets): Do not use stage*-start
5512 if the directory layout is already ok.
5513 (non-bootstrap configure & all targets): Prepend a $(unstage).
5514 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5515 (NOTPARALLEL): Remove.
5516 (unstage, stage variables): New variables.
5517 (unstage, stage targets): Simply expand to those variables.
5518
5519 * configure: Regenerate.
5520 * Makefile.in: Regenerate.
5521
5522 2005-10-04 James E Wilson <wilson@specifix.com>
5523
5524 * Makefile.def (lang_env_dependencies): Add libmudflap.
5525 * Makefile.in: Regenerate.
5526
5527 2005-10-03 Andreas Schwab <schwab@suse.de>
5528
5529 Backport from libtool CVS:
5530 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5531
5532 * ltmain.sh: add support for installing into temporary
5533 staging area (e.g. 'make install DESTDIR=...')
5534
5535 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5536
5537 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5538 * configure: Regenerated.
5539
5540 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5541
5542 * configure: Regenerate with the correct
5543 autoconf version.
5544
5545 2005-09-30 Catherine Moore <clm@cm00re.com>
5546
5547 * configure.in (bfin-*-*): New.
5548 * configure: Regenerated.
5549
5550 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5551
5552 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5553 (LIPO_FOR_TARGET): New.
5554 (CONFIGURED_LIPO_FOR_TARGET): New.
5555 (USUAL_LIPO_FOR_TARGET): New.
5556 (STRIP_FOR_TARGET): New.
5557 (CONFIGURED_STRIP_FOR_TARGET): New.
5558 (USUAL_STRIP_FOR_TARGET): New.
5559 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5560 STRIP_FOR_TARGET.
5561 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5562 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5563 * Makefile.in: Regenerate.
5564 * configure: Regenerate.
5565
5566 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5567
5568 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5569 (rs6000-*-aix*): Same.
5570 * configure: Regenerate.
5571
5572 2005-09-16 Tom Tromey <tromey@redhat.com>
5573
5574 * MAINTAINERS: Add self as java maintainer.
5575
5576 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5577
5578 * configure.in: Recognize f95 in the --enable-languages option,
5579 and substitute it for fortran, issuing a warning.
5580 * configure: Regenerate.
5581
5582 2005-08-30 Phil Edwards <phil@codesourcery.com>
5583
5584 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5585 * configure: Regenerated.
5586
5587 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5588
5589 * MAINTAINERS: Add self as ms1 maintainer.
5590
5591 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5592
5593 * Makefile.def (libssp): Add to lang_env_dependencies.
5594 * Makefile.in: Regenerate.
5595
5596 2005-08-18 Ian Lance Taylor <ian@airs.com>
5597
5598 * MAINTAINERS: Add myself as middle-end maintainer.
5599
5600 2005-08-17 Christian Groessler <chris@groessler.org>
5601
5602 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5603 * Makefile.in: Regenerate.
5604
5605 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5606
5607 * MAINTAINERS (write after approval): Added myself.
5608
5609 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5610
5611 * MAINTAINERS (Write After Approval): Add myself.
5612
5613 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5614
5615 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5616 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5617 Look for alternate names of the target cc and c++
5618 * configure: Regenerate.
5619
5620 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5621
5622 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5623 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5624 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5625 tools; remove code to manually set them.
5626 (Target tools): Look in the environment for them.
5627 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5628 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5629 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5630 build directory.
5631 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5632 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5633 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5634 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5635 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5636 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5637 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5638 * configure: Regenerate.
5639 * Makefile.in: Regenerate.
5640
5641 2005-07-28 Ben Elliston <bje@au.ibm.com>
5642
5643 * MAINTAINERS: Update for removed CPU targets.
5644
5645 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5646
5647 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5648 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5649 * Makefile.in: Regenerated.
5650
5651 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5652
5653 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5654 (CFLAGS_FOR_TARGET): Use it.
5655 (CXXFLAGS_FOR_TARGET): Likewise.
5656 * Makefile.in: Regenerated.
5657 * configure.in (--with-build-sysroot): New option.
5658 * configure: Regenerated.
5659
5660 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5661
5662 * Makefile.tpl: Wrap install between unstage and stage
5663 * Makefile.in: Regenerate.
5664
5665 2005-07-21 Eric Christopher <echristo@apple.com>
5666
5667 * MAINTAINERS: Update affiliation.
5668
5669 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5670
5671 * MAINTAINERS: Add self as crx port maintainer.
5672
5673 2005-07-20 DJ Delorie <dj@redhat.com>
5674
5675 * MAINTAINERS: Add self as m32c maintainer.
5676
5677 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5678
5679 * all files: Update FSF address.
5680
5681 2005-07-15 Eric Christopher <echristo@redhat.com>
5682
5683 * MAINTAINERS: Change affiliation.
5684
5685 2005-07-14 Jim Blandy <jimb@redhat.com>
5686
5687 * configure.in: Add cases for Renesas m32c.
5688 * configure: Regenerated.
5689
5690 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5691
5692 * COPYING.LIB: Update from fsf.org.
5693
5694 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5695
5696 * COPYING, compile, config.guess,
5697 config.sub, install-sh, missing, mkinstalldirs,
5698 symlink-tree, ylwrap: Sync from upstream sources.
5699 * config-ml.in: Update FSF address.
5700
5701 2005-07-13 Eric Christopher <echristo@redhat.com>
5702
5703 * configure.in: Add toplevel noconfigdir support for tpf.
5704 * configure: Regenerate.
5705
5706 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5707
5708 PR ada/22340
5709
5710 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5711 * Makefile.in: Regenerate.
5712
5713 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5714
5715 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5716 Brolley to write-after-approval.
5717
5718 2005-07-07 Andreas Schwab <schwab@suse.de>
5719
5720 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5721 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5722 * Makefile.in: Regenerated.
5723
5724 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5725
5726 * configure.in: Don't build sim or rda when targetting darwin.
5727 * configure: Regenerate.
5728
5729 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5730
5731 * configure.in: Add --enable-libssp and --disable-libssp.
5732 * configure: Regenerate with autoconf-2.13.
5733
5734 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5735
5736 * Makefile.def (target_modules): Add libssp.
5737 * configure.in (target_libraries): Add target-libssp.
5738 * configure: Rebuilt.
5739 * Makefile.in: Rebuilt.
5740
5741 2005-07-01 Zack Weinberg <zackw@panix.com>
5742
5743 * MAINTAINERS: Change email address. Resign from maintainership.
5744
5745 2005-07-01 Richard Guenther <rguenther@suse.de>
5746
5747 * MAINTAINERS: Change my e-mail address and affiliation.
5748
5749 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5750
5751 * Makefile.def (stagefeedback): Come after profile.
5752 Define profiledbootstrap target.
5753 * Makefile.tpl (profiledbootstrap): Remove.
5754 (stageprofile-end): Zap stagefeedback.
5755 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5756 * Makefile.in: Regenerate.
5757
5758 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5759
5760 * MAINTAINERS: Update my email address.
5761
5762 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5763
5764 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5765 In 'cpp' stanza, support '#line' as well as '# '.
5766
5767 2005-06-08 Andreas Schwab <schwab@suse.de>
5768
5769 * MAINTAINERS: Move myself from 'Write After Approval' to
5770 'CPU Port Maintainers' section as m68k maintainer.
5771
5772 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5773
5774 * configure.in (unsupported_languages): New macro.
5775 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5776 non-ported target libraries in noconfigdirs.
5777 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5778 non-linux-gnu. Remove libgcj_ex_libffi.
5779 <lang_frag loop>: Set add_this_lang=no if the language is in
5780 unsupported_languages.
5781 * configure: Regenerate.
5782
5783 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5784
5785 * configure.in: Fix typo in handling of --with-mpfr-dir.
5786 * configure: Regenerate.
5787
5788 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5789
5790 * MAINTAINERS: Update my email address.
5791
5792 2005-06-02 Jim Blandy <jimb@redhat.com>
5793
5794 * config.sub: Add cases for the Renesas m32c. (This patch has been
5795 accepted into the master sources.)
5796
5797 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5798 Michael Snyder <msnyder@redhat.com>
5799 Stan Cox <scox@redhat.com>
5800
5801 * configure.in: Set noconfigdirs for ms1.
5802
5803 * configure: Regenerate.
5804
5805 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5806
5807 * MAINTAINERS (Write After Approval): Add self.
5808
5809 2005-06-01 Josh Conner <jconner@apple.com>
5810
5811 * MAINTAINERS (Write After Approval): Add self.
5812
5813 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5814
5815 * MAINTAINERS: Update my email address.
5816
5817 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5818
5819 * MAINTAINERS (Write After Approval): Add self.
5820
5821 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5822
5823 * MAINTAINERS (Write After Approval): Remove self.
5824
5825 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5826
5827 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5828 (Dependencies): Consider target modules for bootstrap dependencies.
5829 Make target bootstrap modules depend on each stage's gcc.
5830 * Makefile.in: Regenerate.
5831
5832 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5833
5834 * Makefile.def (configure-gcc): Depend on binutils having been built.
5835 (all-gcc): No need to do it here.
5836 * Makefile.in: Regenerate.
5837
5838 2005-05-19 Paul Brook <paul@codesourcery.com>
5839
5840 * configure.in: Rewrite misleading error message when requested
5841 language cannot be built.
5842 * configure: Regenerate.
5843
5844 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5845
5846 * ylwrap: Import from Automake 1.9.5.
5847
5848 2005-05-13 David Ung <davidu@mips.com>
5849
5850 * MAINTAINERS (Write After Approval): Add self.
5851
5852 2005-05-09 Mike Stump <mrs@apple.com>
5853
5854 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5855 lt_cv_sys_max_cmd_len for now.
5856
5857 2005-05-09 Stan Cox <scox@redhat.com>
5858
5859 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5860
5861 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5862
5863 * README.SCO: Update the URL.
5864
5865 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5866
5867 * ltconfig: Define file_list_spec. Pass file_list_spec and
5868 with_gnu_ld to libtool.
5869 * ltcf-c.sh (aix[45]): Define file_list_spec.
5870 * ltcf-cxx.sh (aix[45]): Same.
5871 * ltcf-gcj.sh (aix[45]): Same.
5872 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5873 exists, write list of input files to temporary file.
5874
5875 2005-05-04 Mike Stump <mrs@apple.com>
5876
5877 * configure.in: Always pass --target to target configures as
5878 otherwise rebuilds that do --recheck will fail.
5879 * confiugure: Rebuilt.
5880
5881 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5882
5883 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5884 STAGE_HOST_EXPORTS.
5885 (configure, all): Add bootstrap support.
5886 (Host modules, target modules): Pass post-stage1 flags and exports.
5887 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5888 * Makefile.in: Regenerate.
5889
5890 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5891
5892 * configure: Regenerate.
5893
5894 2005-04-27 Mike Stump <mrs@apple.com>
5895
5896 * MAINTAINERS: Add self as darwin maintainer.
5897
5898 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5899
5900 * config.sub: Update from master copy.
5901
5902 2005-04-21 Mike Stump <mrs@apple.com>
5903
5904 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5905 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5906
5907 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5908
5909 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5910 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5911 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5912 "*-*-elf" and "*-*-linux*".
5913 * configure: Regenerate.
5914
5915 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5916
5917 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5918
5919 2005-04-12 Mike Stump <mrs@apple.com>
5920
5921 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5922
5923 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5924
5925 * MAINTAINERS (Write After Approval): Add myself.
5926
5927 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5928
5929 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5930
5931 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5932
5933 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5934 (TARGET_CONFIGARGS): Include --with-target-subdir.
5935 (configure, all): New macros. Use them throughout.
5936 * Makefile.in: Regenerate.
5937
5938 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5939
5940 * MAINTAINERS (Write After Approval): Add myself.
5941
5942 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5943
5944 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5945
5946 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5947
5948 * MAINTAINERS: Move John Carr to Write After Approval.
5949
5950 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5951
5952 * config/mh-mingw32: Delete.
5953 * configure.in: Don't use it.
5954 * configure: Regenerate.
5955
5956 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5957
5958 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5959 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5960 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5961 (HOST_LIB_PATH): Generate from Makefile.def.
5962 (TARGET_LIB_PATH): Likewise.
5963 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5964 * Makefile.in: Regenerate.
5965 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5966 (RPATH_ENVVAR): Include Darwin case.
5967 * configure: Regenerate.
5968
5969 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5970
5971 * MAINTAINERS (Various Maintainers): Remove self.
5972 (Write After Approval): Add self.
5973
5974 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5975
5976 * MAINTAINERS (Various Maintainers): Add self.
5977
5978 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5979
5980 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5981 * configure: Regenerate.
5982
5983 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5984
5985 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5986 gcc_version, and gcc_version_trigger from set of flags to pass.
5987 * Makefile.tpl: Remove definitions of above variables.
5988 (config.status): Remove dependency on $(gcc_version_trigger).
5989 * Makefile.in: Regenerate.
5990 * configure.in: Do not reference config/gcc-version.m4 nor
5991 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5992 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5993 * configure: Regenerate.
5994
5995 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5996 Andrew Pinski <pinskia@physics.uc.edu>
5997
5998 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5999 * Makefile.in: Regenerate.
6000
6001 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6002
6003 * MAINTAINERS (Write After Approval): Add myself.
6004
6005 2005-03-03 David Ayers <d.ayers@inode.at>
6006
6007 * MAINTAINERS (Write After Approval): Add myself.
6008
6009 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6010
6011 PR libgcj/20160
6012 * ltmain.sh: Avoid creating archives with components that have
6013 duplicate basenames.
6014
6015 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6016
6017 PR bootstrap/20250
6018 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6019 instead of check.
6020 * Makefile.in: Regenerate.
6021
6022 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6023
6024 * Makefile.in: Regenerate to fix conflict between the previous two
6025 patches.
6026
6027 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6028
6029 PR bootstrap/17383
6030 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6031 * Makefile.tpl (HOST_SUBDIR): New substitution.
6032 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6033 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6034 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6035 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6036 (Host modules, Bootstrapped modules): Use it.
6037 (Build modules, Target modules): Do not create symlink trees,
6038 always configure out-of-srcdir.
6039 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6040 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6041 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6042 $(HOST_SUBDIR). Create a symlink for host_subdir.
6043
6044 * Makefile.in: Regenerate.
6045 * configure: Regenerate.
6046
6047 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6048
6049 Merged from libada-gnattools-branch:
6050 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6051
6052 * gnattools: New directory.
6053 * Makefile.def: Add gnattools as a module, depending on target-libada.
6054 * Makefile.in: Regenerate.
6055 * configure.in: Include gnattools in host_tools; disable it if ada
6056 is disabled.
6057 * configure: Regenerate.
6058
6059 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
6060
6061 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6062 treelang maintainer.
6063 (Write After Approval): Remove myself.
6064
6065 2005-02-23 Paul Schlie <schlie@comcast.net>
6066
6067 * configure.in: Allow darwin targeted ports to build tk, itcl and
6068 libgui.
6069 * configure: Regenerate.
6070
6071 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6072
6073 PR libgcj/10353
6074 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6075 * configure: Regenerate.
6076
6077 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6078
6079 * MAINTAINERS (Write After Approval): Add myself.
6080
6081 2005-02-10 Ian Lance Taylor <ian@airs.com>
6082
6083 * MAINTAINERS: Update my e-mail address.
6084
6085 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6086
6087 * MAINTAINERS (Write After Approval): Add myself.
6088
6089 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6090
6091 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6092 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6093 target-libgloss when not *-*-elf and *-*-aout.
6094 * configure: Regenerate.
6095
6096 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6097
6098 * MAINTAINERS: Remove obsolete entries.
6099
6100 * MAINTAINERS (Write After Approval): Add Michael Matz.
6101
6102 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
6103
6104 * MAINTAINERS: Remove self as cpplib maintainer.
6105
6106 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6107
6108 * install-sh, config.sub: Import from upstream.
6109
6110 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6111
6112 PR bootstrap/18222
6113 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6114 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6115 * Makefile.in: Regenerate.
6116
6117 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6118
6119 * MAINTAINERS: Update my email address.
6120
6121 2005-01-12 David Edelsohn <edelsohn@gnu.org>
6122 Andreas Schwab <schwab@suse.de>
6123
6124 PR bootstrap/18033
6125 * config-ml.in: Eval option if surrounded by single quotes.
6126
6127 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6128
6129 Revert 2004-12-28 Makefile changes, a better fix will be
6130 applied to mainline and src after GCC 4.0 branches.
6131
6132 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6133
6134 PR bootstrap/17383
6135
6136 * Makefile.def (target_modules): Remove stage parameter,
6137 it is always true now.
6138 * Makefile.tpl (configure-build-[+module+],
6139 configure-target-[+module+]): Always build symlink tree
6140 for the directory and for include. BUILD_SUBDIR and
6141 TARGET_SUBDIR cannot be . anymore.
6142 * Makefile.in: Regenerate.
6143
6144 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6145
6146 Revert 2004-12-08 Makefile changes.
6147
6148 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6149
6150 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6151 cygwin, mingw.
6152
6153 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6154
6155 * configure.in (sh64-*-*): Reenable gprof.
6156 * configure: Regenerate.
6157
6158 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6159
6160 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6161 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6162 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6163 * Makefile.in: Regenerate.
6164
6165 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6166
6167 * MAINTAINERS: Update my email address.
6168
6169 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6170
6171 * Makefile.tpl: Generate normal dependencies if the LHS module is
6172 not bootstrapped.
6173 * Makefile.in: Regenerate.
6174
6175 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6176
6177 * configure.in: Include config/gxx-include-dir.m4. Use
6178 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6179 * configure: Regenerate.
6180
6181 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6182
6183 * config.if: Delete.
6184 * configure.in: Set libstdcxx_incdir directly.
6185 * configure: Regenerate.
6186
6187 2004-12-02 Eric Christopher <echristo@redhat.com>
6188
6189 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6190 * Makefile.in: Regenerate.
6191
6192 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6193
6194 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6195 * configure: Regenerate.
6196
6197 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6198
6199 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6200 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6201 * configure: Regenerate.
6202
6203 2004-12-01 Eric Christopher <echristo@redhat.com>
6204
6205 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6206 of things to remove.
6207
6208 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6209
6210 * MAINTAINERS (Write After Approval): Update my e-mail address.
6211
6212 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6213
6214 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6215 from CVS libtool to always pass_all.
6216
6217 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6218
6219 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6220 (hppa*64*-*-*): Delete incorrect comment.
6221 * configure: Rebuilt.
6222
6223 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6224
6225 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6226
6227 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6228
6229 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6230 from CVS libtool to always pass_all.
6231
6232 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6233
6234 * install-sh, compile: Import from automake.
6235
6236 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6237
6238 * config.guess, config.sub: Import from savannnah.
6239
6240 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
6241
6242 * MAINTAINERS (Write After Approval): Add myself
6243
6244 2004-11-12 Mike Stump <mrs@apple.com>
6245
6246 * Makefile.def: Add html support.
6247 * Makefile.tpl: Likewise.
6248 * Makefile.in: Regenerate.
6249
6250 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6251
6252 PR 18423
6253 * configure.in: Remove all instances of build-fixincludes from
6254 noconfigdirs.
6255 (build_configargs): Supply --target to subdirectories.
6256 * configure: Regenerate.
6257
6258 * Makefile.def: Make gcc install depend on fixincludes install.
6259 * Makefile.in: Regenerate.
6260
6261 2004-11-10 Janis Johnson <janis187@us.ibm.com>
6262
6263 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6264
6265 2004-11-11 Paul Brook <paul@codesourcery.com>
6266
6267 * MAINTAINERS: Add self as arm maintainer. Update email address.
6268
6269 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6270
6271 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6272 target-libgfortran.
6273 * configure: Regenerate.
6274
6275 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6276
6277 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6278 like CC.
6279
6280 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6281
6282 * Makefile.def (host fixincludes): Specify missing targets.
6283 * Makefile.in: Regenerate.
6284
6285 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6286
6287 * MAINTAINERS: Add myself
6288
6289 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6290
6291 * MAINTAINERS (Write After Approval): Add myself.
6292
6293 2004-11-04 Geoffrey Keating <geoffk@apple.com>
6294
6295 * Makefile.def: Build fixincludes for the host, too.
6296 * Makefile.in: Regenerate.
6297 * configure.in (host_tools): Add fixincludes.
6298 * configure: Regenerate.
6299
6300 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6301
6302 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6303 * configure: Regenerated.
6304
6305 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6306
6307 PR other/17783
6308 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6309 * configure: Regenerated.
6310
6311 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6312
6313 * README.SCO: Update per FSF instructions.
6314
6315 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6316
6317 PR target/18151
6318 * configure.in (case ${target}): Do not build fixincludes for avr.
6319 * configure: Regenerated.
6320
6321 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6322
6323 * configure.in (case ${target}): Do not build fixincludes
6324 on platforms where it is not used.
6325 * configure: Regenerated.
6326
6327 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6328
6329 * configure.in: Use an absolute path to install-sh.
6330 * configure: Regenerated.
6331
6332 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6333
6334 * MAINTAINERS (Write After Approval): Add myself.
6335
6336 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6337
6338 * MAINTAINERS: Remove from Write After Approval those that are
6339 already maintainers.
6340
6341 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6342
6343 * MAINTAINERS: Update my email address.
6344
6345 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6346
6347 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6348 * configure: Regenerate.
6349
6350 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6351
6352 * MAINTAINERS: Update my email address.
6353
6354 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6355
6356 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6357 entries belonging to this category.
6358
6359 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6360
6361 * MAINTAINERS: Update my e-mail address.
6362
6363 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6364
6365 Fix wrong conflict resolution in:
6366
6367 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6368
6369 * Makefile.in: Regenerate.
6370 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6371 in the recursive `make', instead of hardwiring `all'.
6372 (Autogenerated TARGET-* variables): New.
6373
6374 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6375
6376 * configure.in: Enable target-libgloss for crx-*-*.
6377 * configure: Regenerate.
6378
6379 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6380
6381 * MAINTAINERS (Various Maintainers): Move the "windows,
6382 cygwin, mingw" maintainer to ...
6383 (OS Port Maintainers): ... here.
6384
6385 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6386
6387 * MAINTAINERS (Write After Approval): Remove those that are
6388 maintainers of some subsystem.
6389
6390 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6391
6392 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6393 * ltcf-cxx.sh (tpf*): Likewise.
6394 * ltconfig (tpf*): Add TPF OS configuration support.
6395
6396 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6397
6398 * MAINTAINERS: Change my email address to my new work account.
6399
6400 2004-09-24 Michael Roth <mroth@nessie.de>
6401
6402 * configure.in (--without-headers): Add missing double quotes.
6403 * configure: Regenerate.
6404
6405 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6406
6407 * ylwrap: Revert to previous version.
6408
6409 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6410
6411 PR bootstrap/17369
6412 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6413 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6414 SET_GCC_LIB_PATH_CMD.
6415 (BASE_TARGET_EXPORTS): Likewise.
6416 * Makefile.in: Regenerated.
6417
6418 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6419 * configure: Regenerated.
6420
6421 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6422
6423 * config.guess: New upstream version
6424 * compile, depcomp, install-sh, ylwrap: Likewise.
6425
6426 2004-09-19 Roger Sayle <roger@eyesopen.com>
6427
6428 * config/mh-x86omitfp: New host makefile fragment. Add
6429 -fomit-frame-pointer to the default BOOT_CFLAGS.
6430 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6431 * configure: Regenerate.
6432
6433 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6434
6435 PR target/11572
6436 * configure.in (*-*-darwin*): Renable libobjc.
6437 * configure: Regenerate.
6438
6439 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6440
6441 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6442
6443 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6444
6445 * Makefile.def: Remove libbanshee.
6446 * Makefile.tpl: Ditto.
6447 * configure.in: Ditto.
6448 * Makefile.in: Regen.
6449 * configure: Ditto.
6450
6451 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6452
6453 * ltmain.sh: Use $pic_object as $non_pic_object if
6454 $non_pic_object=none.
6455
6456 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6457
6458 * missing: Import latest version from master repository.
6459
6460 2004-09-06 Nick Clifton <nickc@redhat.com>
6461
6462 * config.sub: Import latest version from master repository.
6463 * config.guess: Likewise.
6464 This includes these changes:
6465
6466 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6467
6468 * config.sub: Handle crisv32, alias etraxfs.
6469 * config.guess (crisv32:Linux:*:*): Handle.
6470
6471 2004-08-13 Brad Smith <brad@comstyle.com>
6472
6473 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6474 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6475
6476 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6477
6478 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6479 assume the processor is a powerpc. This is because coreutils
6480 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6481 in this case, due to a MacOS X bug that causes
6482 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6483 to return a negative number.
6484 Problem reported by Petter Reinholdtsen in:
6485 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6486
6487 2004-07-19 Ben Elliston <bje@gnu.org>
6488
6489 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6490
6491 2004-06-24 Ben Elliston <bje@gnu.org>
6492
6493 * config.guess: Update copyright years.
6494 * config.sub: Likewise.
6495
6496 2004-06-22 Robert Millan <robertmh@gnu.org>
6497
6498 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6499 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6500
6501 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6502
6503 * config.guess (*:*VMS:*:*): New entry. Replaces
6504 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6505 manufacturer.
6506
6507 2004-06-22 Ben Elliston <bje@gnu.org>
6508
6509 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6510 * config.sub: Likewise.
6511
6512 2004-06-22 Ben Elliston <bje@gnu.org>
6513
6514 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6515 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6516
6517 2004-06-11 Ben Elliston <bje@gnu.org>
6518
6519 * config.guess (pegasos:OpenBSD:*:*): Remove.
6520
6521 2004-06-11 Ben Elliston <bje@gnu.org>
6522
6523 From Wouter Verhelst <wouter@grep.be>:
6524 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6525
6526 2004-06-11 Ben Elliston <bje@gnu.org>
6527
6528 * config.guess (luna88k:OpenBSD:*:*): New.
6529
6530 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6531
6532 * config.guess (m32r*:Linux:*:*): New case.
6533 * config.sub: Handle m32rle.
6534
6535 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6536
6537 From Jens Petersen <petersen@redhat.com>:
6538 * config.sub: Handle sparcv8.
6539
6540 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6541
6542 From Tom Smith <smith@cag.lkg.hp.com>:
6543 * config.guess: Version suffixes are equally significant on Tru64
6544 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6545 prefix of "P" (patched kernel).
6546
6547 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6548
6549 * config.sub: Add support for National Semiconductor CRX target.
6550
6551 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6552
6553 * MAINTAINERS (Various Maintainers): Remove myself as web page
6554 maintainer, add myself as maintainer of build status lists.
6555
6556 2004-09-03 Jan Beulich <jbeulich@novell.com>
6557
6558 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6559 *-*-netware, but add target-libmudflap.
6560 Consolidate *-*-netware targets (of which really only i?86 exists)
6561 into a single entry.
6562 * configure: Likewise.
6563
6564 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6565
6566 * Makefile.tpl (sorry): Remove.
6567 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6568 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6569 (do-clean): Clean per-stage directories too.
6570 (do-distclean): Run distclean-stage1 too.
6571 (.NOTPARALLEL): Enable during toplevel bootstrap.
6572 (stage[+id+]-bubble): Enable parallel execution during
6573 the recursive invocation.
6574 * Makefile.in: Regenerate.
6575
6576 Fix previous checkin:
6577
6578 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6579 include.
6580 * configure.in: Fix indentation.
6581 * configure: Regenerate.
6582
6583 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6584
6585 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6586 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6587 * configure: regenerate
6588 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6589 -mdynamic-no-pic
6590
6591 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6592
6593 * Makefile.def (build_modules): Add fixincludes.
6594 (dependencies): Make gcc depend on fixincludes.
6595 * configure.in (build_tools): Add fixincludes.
6596 (build_configdirs): Always include build_libs.
6597 * Makefile.in: Regenerate.
6598 * configure: Regenerate.
6599
6600 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6601
6602 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6603 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6604 phony targets; do not generate timestamp files.
6605 (distclean-stageN): Remove references to their timestamp files.
6606 (restageN, touch-stageN): Remove.
6607 (stageN-bubble): Rewritten.
6608 (compare): Support lean bootstraps.
6609 * Makefile.in: Regenerate.
6610
6611 * configure.in: Only warn when bootstrapping but
6612 build != host or build != target. Support lean bootstraps.
6613 * configure: Regenerate.
6614
6615 2004-08-26 Phil Edwards <phil@codesourcery.com>
6616
6617 * configure.in: Give a better error message if GMP/MPFR are missing
6618 and a language needing them has been requested.
6619 * configure: Regenerated.
6620
6621 2004-08-25 Phil Edwards <phil@codesourcery.com>
6622
6623 * configure.in: Print a list of available language front-ends if
6624 a requested one is missing. Tidy stray tab characters.
6625 * configure: Regenerated.
6626
6627 2004-08-19 Michael Koch <konqueror@gmx.de>
6628
6629 * gcc/doc/install.texi: Update entry about automake for libjava.
6630
6631 2004-08-17 Robert Millan <robertmh@gnu.org>
6632
6633 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6634 (instead of FreeBSD).
6635 * configure: Regenerate.
6636
6637 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6638
6639 * Makefile.in: Regenerate.
6640 * configure: Regenerate.
6641
6642 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6643 stage_*_flags.
6644 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6645 for bootstrapped modules if toplevel bootstrap is going.
6646 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6647 modules. Adjust for changes in Makefile.def. Enable several
6648 rules even in non-bootstrap mode, just to avoid peppering the
6649 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6650 (stage-[+prev+]-bubble): Remove.
6651
6652 * Makefile.def (Dependencies): Depend on all-build-bison,
6653 all-build-flex, all-build-byacc, all-build-texinfo, rather
6654 than the host variations.
6655 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6656 with BUILD_SUBDIR.
6657 (BISON): Update for recent Bisons.
6658 (YACC): Fix typo.
6659 (cross): Depend on all-build.
6660 (all): Do not depend on all-build.
6661 (prebootstrap): Remove.
6662 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6663 (Prebootstrap dependencies): Add them to the per-stage targets
6664 and to all-prebootstrap.
6665 * configure.in (build_configdirs): Always enable build_tools.
6666 (BUILD_DIR_PREFIX): Remove.
6667
6668 * Makefile.def (gcc): Add target variable.
6669 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6670 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6671 in the recursive `make', instead of hardwiring `all'.
6672 (Autogenerated TARGET-* variables): New.
6673
6674 2004-08-13 Brian Booth <bbooth@redhat.com>
6675
6676 * MAINTAINERS: Remove myself from write-after-approval.
6677
6678 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6679
6680 * src-release: Stop distributing mmalloc with gdb (which doesn't
6681 use it).
6682 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6683 * Makefile.in: Regenerate.
6684
6685 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6686
6687 * configure.in (arm*-*-eabi*): New target.
6688 * configure: Regenerate.
6689
6690 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6691
6692 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6693 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6694 (Dependencies): New section.
6695 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6696 (configure-target-[+module+]): Depend on maybe-all-gcc
6697 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6698 (toplevel profiledbootstrap): Fix dependencies.
6699 * Makefile.in: Regenerate.
6700
6701 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6702
6703 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6704 target-libiberty to noconfigdirs.
6705 * configure: Regenerate.
6706
6707 2004-08-03 Paul Brook <paul@codesourcery.com>
6708
6709 * configure.in: Check for MPFR as well as GMP.
6710 * configure: Regenerate.
6711
6712 2004-08-01 Robert Millan <robertmh@gnu.org>
6713
6714 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6715 libmudflap for all GNU-based systems (with Glibc).
6716 * configure: Regenerate.
6717
6718 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6719
6720 * Makefile.def (host-modules): Add gcc.
6721 * Makefile.in: Regenerate.
6722 * Makefile.tpl (sorry): New rule.
6723 (configure-host, all-host, [+make_target+]-host, do-check,
6724 install-host): Do not add gcc as a special case.
6725 (host modules): Add a small special-casing for gcc. Export
6726 extra_make_flags through the environment.
6727 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6728 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6729 other recursive targets for gcc): Remove.
6730
6731 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6732 (stage, unstage): New rules.
6733 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6734 distclean-stage[+id+]): Use stage_current.
6735 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6736 the stage*-start rules.
6737
6738 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6739
6740 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6741 use -all_load flag.
6742
6743 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6744
6745 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6746 * configure: Regenerate.
6747
6748 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6749
6750 * maintainer-scripts/gcc_release: Revert yesterday's change.
6751
6752 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6753
6754 * MAINTAINERS: Add myself to write-after-approval.
6755
6756 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6757
6758 * libf2c: Removed.
6759 * gcc/gccbug.in: Updated because of libf2c removal.
6760 * maintainer-scripts/gcc_release: Ditto.
6761
6762 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6763
6764 * configure.in: Build libmudflap by default on FreeBSD.
6765 * configure: Regenerated.
6766
6767 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6768
6769 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6770 systems.
6771 * configure: Regenerated.
6772
6773 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6774
6775 PR target/16344
6776 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6777 feedback based compiler.
6778 * Makefile.in: Rebuilt.
6779
6780 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6781
6782 * Makefile.def (host_modules): Set bootstrap=true for flex.
6783 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6784 * Makefile.in: Rebuilt.
6785
6786 2004-07-07 Jan Hubicka <jh@suse.cz>
6787
6788 * MAINTAINERS: Add self as a profile feedback maintainer.
6789
6790 2004-07-05 Phil Edwards <phil@codesourcery.com>
6791
6792 * configure.in: Do not prepend $srcdir to /dev/null in
6793 makefile fragments.
6794 * configure: Regenerate.
6795
6796 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6797
6798 * Makefile.def (build_modules): Add bison, byacc, flex,
6799 m4, texinfo.
6800 (flags_to_pass): Add FLEX.
6801 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6802 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6803 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6804 DEFAULT_MAKEINFO): Remove.
6805 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6806 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6807 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6808 objdir or else use configured tool.
6809 (all-build): New.
6810 (all): Depend on it.
6811 (Build module dependencies): Add.
6812 * Makefile.in: Regenerate.
6813 * configure.in: Better support for multiple build modules,
6814 matching what is done for host/target modules. Do not look
6815 for "plausible" locations of build tools if Canadian cross.
6816 Use autoconf's AC_PROG_CC to find a C compiler. Define
6817 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6818 * configure: Regenerate.
6819
6820 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6821
6822 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6823 * Makefile.in: Regenerate.
6824
6825 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6826
6827 * Makefile.tpl (configure-build-[+module+],
6828 configure-[+module+], configure-target-[+module+]): Pass
6829 [+extra_configure_args+].
6830 (all-build-[+module+], all-[+module+], check-[+module+],
6831 install-[+module+], [+make_target+]-[+module+],
6832 all-target-[+module+], check-target-[+module+],
6833 install-target-[+module+], [+make_target+]-target-[+module+]):
6834 Pass [+extra_make_args+].
6835 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6836 (GCC_HOST_EXPORTS): Remove.
6837 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6838 cross, check-gcc, check-gcc-c++, install-gcc,
6839 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6840 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6841 * Makefile.in: Regenerate.
6842
6843 2004-06-21 Matthew Sachs <msachs@apple.com>
6844
6845 * MAINTAINERS: Added self to write-after-approval.
6846
6847 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6848
6849 * configure.in: Check for srcdir/winsup rather than build directory
6850 winsup.
6851 * configure: Regenerate.
6852
6853 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6854
6855 * configure.in: Don't build Cygwin native newlib if winsup
6856 directory is missing. Emit warning instead.
6857 * configure: Regenerate.
6858
6859 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6860
6861 * Makefile.tpl (touch-stage[+id+]): New.
6862 (restage[+prev+]): Depend on touch-stage[+id+].
6863
6864 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6865 Use it throughout.
6866
6867 * Makefile.def: Add profile and feedback bootstrap stages.
6868 Remove next field from bootstrap stages.
6869 * Makefile.tpl (LN, LN_S): Substitute.
6870 (stageN-start, stageN-end): Use double-colon rules, to
6871 provide a hook for additional setup commands.
6872 (distclean-stageN-gcc, restageN): Create dependencies from
6873 [+prev+], not from [+next+].
6874 (stageN-bubble): Add commands for successive stages from
6875 [+prev+], using double-colon rules.
6876 (all-stageN-gcc): Fix typo.
6877 (stagefeedback-start, profiledbootstrap): New.
6878 * Makefile.in: Regenerate.
6879 * configure.in: Call ACX_PROG_LN.
6880 * configure: Regenerate.
6881
6882 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6883
6884 * MAINTAINERS (Write After Approval): Add myself.
6885
6886 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6887
6888 * MAINTAINERS (Write After Approval): Add myself.
6889
6890 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6891
6892 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6893 without gcc.
6894 * configure: Regenerate.
6895
6896 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6897
6898 * Makefile.tpl: Fix typo.
6899 * Makefile.in: Regenerate.
6900
6901 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6902
6903 * configure.in: Remove new- prefix from toplevel
6904 bootstrap targets.
6905 * configure: Regenerate.
6906
6907 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6908
6909 * Makefile.tpl (all.normal): Rename to all.
6910 (all): Replace with a rule to pick the default
6911 target from configure.
6912 (all-gcc, configure-gcc): Use conditionals to
6913 do nothing when toplevel bootstrap is going on.
6914 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6915 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6916 * configure.in: Support --enable-bootstrap.
6917
6918 * Makefile.def: Remove new- prefix from toplevel
6919 bootstrap targets.
6920 * Makefile.tpl: Likewise.
6921
6922 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6923 target.
6924
6925 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6926 $(RECURSE_FLAGS) to recursive invocation of make.
6927
6928 * Makefile.in: Regenerate.
6929 * configure: Regenerate.
6930
6931 2004-05-30 Andreas Jaeger <aj@suse.de>
6932 Jim Wilson <wilson@specifixinc.com>
6933
6934 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6935 like CC.
6936
6937 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6938
6939 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6940 * configure: Regenerate.
6941
6942 2004-05-25 Daniel Jacobowitz <drow@false.org>
6943
6944 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6945 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6946 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6947 targets.
6948 * Makefile.in: Regenerate.
6949
6950 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6951
6952 * configure.in: Test the ability to symlink directories.
6953 * configure: Regenerate.
6954
6955 * Makefile.def (bootstrap-stage): New definitions.
6956 * Makefile.tpl (configure-stage1-gcc,
6957 configure-stage2-gcc, configure-stage3-gcc,
6958 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6959 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6960 new-restage3, compare): Autogenerate, see Makefile.in
6961 entry for behavioral changes.
6962 (distclean-stage1, new-stage1-start, new-stage1-end,
6963 new-stage1-bubble, distclean-stage2, new-stage2-start,
6964 new-stage2-end, new-stage2-bubble, distclean-stage3,
6965 new-stage3-start, new-stage3-end): New autogenerated targets.
6966 (objext, prebootstrap, BOOT_CFLAGS,
6967 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6968 targets.
6969
6970 * Makefile.in: Regenerate.
6971 (distclean-stage1, new-stage1-start, new-stage1-end,
6972 new-stage1-bubble, distclean-stage2, new-stage2-start,
6973 new-stage2-end, new-stage2-bubble, distclean-stage3,
6974 new-stage3-start, new-stage3-end): New targets.
6975 (all-stage1-gcc): Move prebootstrap dependency from here...
6976 (configure-stage1-gcc): ...to here.
6977 (new-bootstrap): Use bubble targets.
6978 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6979 Use per-stage distclean targets.
6980 (configure-stage1-gcc, configure-stage2-gcc,
6981 configure-stage3-gcc, all-stage1-gcc,
6982 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6983 Use new-stageN-start to prepare the tree.
6984
6985 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6986
6987 * Makefile.def (host_modules): add libcpp.
6988 * Makefile.tpl: Add dependencies on and for libcpp.
6989 * Makefile.in: Regenerate.
6990 * configure.in: Add libcpp host module.
6991 * configure: Regenerate.
6992
6993 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6994
6995 * Makefile.tpl: Whenever a recursive target is defined, wrap
6996 it in a special @if/@endif block, and prepare its maybe
6997 dependency in the @if/@endif block
6998 * configure.in: Instead of writing maybe dependencies, remove
6999 the @if/@endif statements, and remove the @if/@endif blocks
7000 that remain.
7001 * configure: Regenerate.
7002 * Makefile.in: Regenerate.
7003
7004 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7005
7006 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7007
7008 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7009
7010 PR bootstrap/15120
7011 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7012 * */configure: Rebuilt.
7013
7014 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7015
7016 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7017 of libf2c.
7018 * configure, Makefile.in: Regenerate.
7019
7020 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7021
7022 * MAINTAINERS (Write After Approval): Add myself.
7023
7024 2004-05-13 Diego Novillo <dnovillo@redhat.com>
7025
7026 Merge from tree-ssa-20020619-branch.
7027
7028 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7029 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7030 (HOST_GMPLIBS): Define.
7031 (HOST_GMPINC): Define.
7032 (TARGET_LIB_PATH): Add libmudflap.
7033 (GFORTRAN_FOR_TARGET): Define.
7034 (configure-build*): Export GFORTRAN.
7035 (configure-gcc): Export GMPLIBS and GMPINC.
7036 (all-gcc): Add maybe-all-libbanshee.
7037 (configure-target-libgfortran): Define.
7038 * Makefile.in: Regenerate.
7039 * configure.in (host_libs): Add libbanshee.
7040 (target_libraries): Add target-libmudflap and target-libgfortran.
7041 Add --with-libbanshee.
7042 Handle --disable-libmudflap.
7043 (*-*-freebsd*): Use with_gmp.
7044 Add $(libgcj) to noconfigdirs.
7045 * configure: Regenerate.
7046 * depcomp: New file.
7047 * MAINTAINERS: Add tree-ssa maintainers.
7048
7049 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7050
7051 * MAINTAINERS (Various Maintainers): Add myself.
7052
7053 2004-04-30 Brian Ford <ford@vss.fsi.com>
7054
7055 * MAINTAINERS (Write After Approval): Add myself.
7056
7057 2004-04-29 Uros Bizjak <uros@kss-loka.si>
7058
7059 * MAINTAINERS (Write After Approval): Add myself.
7060
7061 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
7062
7063 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7064 * configure: Regenerate.
7065
7066 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
7067
7068 Revert:
7069 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7070
7071 * Makefile.def (flags_to_pass): Remove *dir variables that
7072 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7073 as well as prefix and exec_prefix.
7074 * Makefile.in: Regenerate.
7075
7076 2004-04-26 Robert Millan <robertmh@gnu.org>
7077
7078 Add patches from libtool CVS.
7079 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7080 * ltconfig: Likewise.
7081 * ltcf-c.sh: Likewise.
7082 * ltcf-cxx.sh: Likewise.
7083 * ltcf-gcj.sh: Likewise.
7084
7085 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7086
7087 * Makefile.def (host_modules): Mark with the bootstrap
7088 flag packages on which gcc depends.
7089 * Makefile.tpl (all-bootstrap): Use it.
7090 * Makefile.in: Regenerate.
7091
7092 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7093
7094 * Makefile.def (flags_to_pass): Remove *dir variables that
7095 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7096 as well as prefix and exec_prefix.
7097 * Makefile.in: Regenerate.
7098
7099 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7100
7101 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7102 * configure: Regenerate.
7103 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7104 * gcc/Makefile.tpl (compare): Use the result of the test.
7105 * gcc/Makefile.in: Regenerate.
7106
7107 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
7108
7109 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7110 Always relocate gcc and prev-gcc to the original names, even
7111 if the build fails.
7112 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7113 New targets.
7114
7115 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7116
7117 * MAINTAINERS: Update my email address.
7118
7119 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7120
7121 * configure.in (mips*-*-irix5*): Enable ld.
7122 * configure: Regenerate.
7123
7124 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7125
7126 * configure: Regenerate.
7127
7128 2004-04-15 James E Wilson <wilson@specifixinc.com>
7129
7130 * Makefile.tpl (configure-[+module+], configure-gcc,
7131 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7132 Set and export LDFLAGS.
7133 * Makefile.in: Regenerate.
7134
7135 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7136
7137 * MAINTAINERS: Add myself to write-after-approval.
7138
7139 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7140
7141 PR bootstrap/14871
7142 * Makefile.tpl: If we don't have built-in-tree target tools,
7143 use the ones found by configure rather than hacking around with
7144 program_transform_name.
7145 * configure.in: Give Makefile.tpl the information necessary
7146 to do that.
7147 * Makefile.in: Regenerate.
7148 * configure: Regenerate.
7149
7150 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7151
7152 PR bootstrap/14760
7153 * configure.in: When computing baseargs, strip *all* copies of
7154 offending options. Also, don't match/substitute the trailing space,
7155 so that this actually works when two similar options are separated by
7156 only one space.
7157 * configure: Regenerate.
7158
7159 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7160
7161 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7162 (rs6000-*-aix*): Same.
7163 * configure: Regenerate.
7164
7165 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7166
7167 * MAINTAINERS: Add myself to write-after-approval.
7168
7169 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7170
7171 * MAINTAINERS: Add myself to write-after-approval.
7172
7173 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7174
7175 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7176 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7177 * Makefile.in: Regenerate.
7178
7179 * configure.in (top level bootstrap support): Rework --enable-werror
7180 to set @stage2_werror_flag@.
7181 * configure: Regenerate.
7182 * Makefile.tpl (top level bootstrap support): Pass
7183 @stage2_werror_flag@ down to configure in stages 2 and 3.
7184 * Makefile.in: Regenerate.
7185
7186 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7187
7188 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7189 for stages 2 and 3 as well as in make. As a consequence, remove
7190 OUTPUT_OPTION (now detected by configure) from the flags passed down
7191 to make.
7192 * Makefile.in: Regenerate.
7193
7194 * Makefile.tpl (new-bootstrap): Fix typo.
7195 * Makefile.in: Regenerate.
7196
7197 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7198
7199 * Makefile.tpl: Rearrange by moving recursive_targets rules
7200 into their proper sections.
7201 * Makefile.tpl (top level bootstrap support): Move disabling
7202 of coverage flags from 'make' to 'configure'; improve comments.
7203 * Makefile.in: Regenerate.
7204
7205 * Makefile.tpl (experimental top level bootstrap) Move stage1
7206 language setting from all- target to configure- target; disable
7207 intermodule optimization in stage 1; prevent gratuitous rebuilds
7208 of stage 1.
7209 * Makefile.in: Regenerate.
7210 * configure.in: Comma-separate stage 1 language list for top
7211 level bootstrap.
7212 * configure: Regenerate.
7213
7214 * Makefile.tpl: Clean up experimental top level bootstrap support:
7215 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7216 prev-gcc in configure- targets as well as all- targets.
7217 * Makefile.in: Regenerate.
7218
7219 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7220
7221 * compile: New file imported from automake.
7222
7223 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
7224
7225 * configure.in: Remove symbolic link section.
7226 * configure: Regenerate.
7227 * Makefile.tpl (links): Remove.
7228 * Makefile.in: Regenerate.
7229
7230 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
7231 Nathanael Nerode <neroden@gcc.gnu.org>
7232
7233 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7234 Set with AC_CHECK_PROGS.
7235 * configure.in: Fix comment typo from last patch.
7236 * configure: Regenerate.
7237
7238 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7239
7240 * Makefile.tpl: Introduce experimental top level bootstrap support.
7241 * Makefile.in: Regenerate.
7242 * configure.in: Introduce support for top level bootstrap.
7243 * configure: Regenerate.
7244
7245 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
7246 Paolo Bonzini <bonzini@gnu.org>
7247
7248 PR bootstrap/14522
7249 * configure.in: Cope with shells that do not support unquoted ^
7250 * configure: Regenerate.
7251
7252 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
7253 Paolo Bonzini <bonzini@gnu.org>
7254
7255 PR bootstrap/14522
7256 * configure.in: Cope with shells that do not support nesting
7257 quotes inside quoted backquote substitutions.
7258 * configure: Regenerate.
7259
7260 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7261
7262 PR bootstrap/14522
7263 * configure.in: Fix escaping of $.
7264 * configure: Regenerate.
7265
7266 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7267
7268 * configure: Regenerate, since I forgot to while committing Paolo's
7269 changes.
7270
7271 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7272
7273 PR ada/14131
7274 Move language detection to the top level.
7275 * configure.in: Find default values for the tools as
7276 soon as possible. Disable ada if GNAT is not found.
7277 Emit error message about missing languages. Expand
7278 --enable-languages=all for the gcc subdirectory.
7279
7280 2004-03-10 Ben Elliston <bje@gnu.org>
7281
7282 * MAINTAINERS: Update my email address.
7283
7284 2004-03-05 David Edelsohn <edelsohn@gnu.org>
7285
7286 * ltconfig: Disable building static libraries if building shared
7287 libraries on AIX 5L.
7288
7289 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7290
7291 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7292 and disable libgcj.
7293 * configure: Regenerated.
7294
7295 2004-03-01 Brian Booth <bbooth@redhat.com>
7296
7297 * MAINTAINERS: Add myself to write-after-approval.
7298
7299 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
7300
7301 * MAINTAINERS: Add myself to write-after-approval.
7302
7303 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7304
7305 PR bootstrap/7087
7306 * Makefile.tpl: Guard XFOO sed statements better.
7307 * Makefile.tpl: Add dependency for configure-target-libada.
7308 * Makefile.in: Regenerate (incidentally fixes broken
7309 commit when libada-branch was merged).
7310
7311 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7312
7313 * MAINTAINERS: Add myself to write-after-approval.
7314
7315 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7316
7317 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7318 maintainers.
7319
7320 2004-02-20 Andrew Cagney <cagney@redhat.com>
7321
7322 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7323 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7324
7325 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7326
7327 PR bootstrap/11932
7328 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7329
7330 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7331
7332 * MAINTAINERS: Added myself to write-after-approval.
7333
7334 2004-02-14 Michael Koch <konqueror@gmx.de>
7335
7336 * MAINTAINERS: Added myself to write-after-approval.
7337
7338 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7339
7340 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7341 some OS port maintainers to OS port maintainers section.
7342
7343 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7344
7345 * MAINTAINERS: Add self.
7346
7347 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7348
7349 * MAINTAINERS: Alphabetize.
7350
7351 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7352
7353 * MAINTAINERS: Remove myself.
7354
7355 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7356
7357 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7358 (rs6000-*-aix*): Same.
7359 * configure: Regenerate.
7360
7361 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7362
7363 * configure.in (host): Add in missing $noconfigdirs to defines.
7364 * configure: Regenerate.
7365
7366 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7367 Nathanael Nerode <neroden@gcc.gnu.org>
7368
7369 PR ada/6637, PR ada/5911
7370 Merge with libada-branch:
7371 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7372 with appropriate dependencies. Add --enable-libada configure switch.
7373 * configure, Makefile.in: Regenerate.
7374
7375 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7376
7377 * MAINTAINERS: Add myself to write-after-approval.
7378
7379 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7380
7381 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7382 * configure: Regenerate.
7383
7384 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7385
7386 Merge from upstream:
7387
7388 * ltmain.in: When setting IFS to '~', be careful about user
7389 arguments that contain '~'.
7390
7391 2004-02-04 Peter O'Gorman <peter@pogma.com>
7392
7393 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7394 Also test $base_compile against $CC with escaped arguments. Bug
7395 reported by Geoff Keating <geoffk@apple.com>.
7396
7397 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7398
7399 * MAINTAINERS: Remove i960 port.
7400
7401 2004-01-23 DJ Delorie <dj@redhat.com>
7402
7403 * Makefile.def (target_modules) [libiberty]: Don't stage.
7404 * Makefile.in: Rebuilt.
7405
7406 2004-01-20 Caroline Tice <ctice@apple.com>
7407
7408 * MAINTAINERS: Add myself to write-after-approval.
7409
7410 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7411
7412 * MAINTAINERS: Update my email address.
7413
7414 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7415
7416 * MAINTAINERS: Add myself to write-after-approval.
7417
7418 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7419
7420 * MAINTAINERS: Remove entries without email address.
7421
7422 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7423
7424 * MAINTAINERS: Add myself to write-after-approval.
7425
7426 2004-01-15 Steven Bosscher <stevenb@suse.de>
7427
7428 * MAINTAINERS: Update my email address.
7429
7430 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7431
7432 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7433 * Makefile.tpl (configure-target-[+module+]): Support stage.
7434 * Makefile.in: Rebuilt.
7435
7436 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7437
7438 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7439
7440 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7441
7442 * MAINTAINERS: Add myself as a MIPS maintainer.
7443
7444 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7445
7446 * configure.in: Use ./config.cache, not config.cache.
7447 * configure: Regenerate.
7448 * Makefile.tpl: Special-casing not needed for GCC any more.
7449 * Makefile.in: Regenerate.
7450
7451 * configure.in: Don't share a cache file for host dirs.
7452 * configure: Regenerate.
7453
7454 * config-ml.in: Don't mess with the cache file.
7455
7456 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7457
7458 * MAINTAINERS: Move myself from 'Write After Approval' to
7459 'CPU Port Maintainers' section as SPARC maintainer.
7460
7461 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7462
7463 * Makefile.tpl: Make GCC use a separate config.cache.
7464 * Makefile.in: Regenerate.
7465
7466 PR bootstrap/11932, PR bootstrap/11933
7467 (I don't know if it will fix either of them, but it relates
7468 to them.)
7469 * configure.in: Don't use shared config.cache for target
7470 directories.
7471 * configure: Regenerate.
7472
7473 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7474
7475 * MAINTAINERS: Add myself to 'Write After Approval' section.
7476
7477 2003-12-31 Roger Sayle <roger@eyesopen.com>
7478
7479 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7480 * configure: Regenerated.
7481
7482 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7483
7484 * MAINTAINERS: Remove the mn10200 maintainer.
7485
7486 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7487
7488 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7489 * configure: Regenerated.
7490
7491 2003-12-16 Jan Hubicka <jh@suse.cz>
7492
7493 * MAINTAINERS: Add myself as callgraph maintainer.
7494
7495 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7496
7497 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7498 * configure: Regenerate.
7499
7500 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7501
7502 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7503 'Write After Approval' section. Update email.
7504
7505 2003-12-01 James Lemke <jim@wasabisystems.com>
7506
7507 * MAINTAINERS (Write After Approval): Add myself.
7508
7509 2003-11-20 Matt Thomas <matt@3am-software.com>
7510
7511 * MAINTAINERS: Add myself as a vax port maintainer.
7512
7513 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7514
7515 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7516 (configure-build-[+module+], configure-[+module+]): Likewise.
7517 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7518 * Makefile.in: Regenerate.
7519
7520 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7521
7522 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7523 shared/dylibed libraries.
7524 * ltmain.sh: Likewise.
7525 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7526 * ltcf-cxx.sh: Likewise.
7527 * ltcf-gcj.sh: Likewise.
7528 * ltconfig: Likewise.
7529
7530 2003-11-17 Stan Cox <scox@redhat.com>
7531
7532 * MAINTAINERS: Add myself as iq2000 port maintainer.
7533
7534 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7535
7536 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7537 * Makefile.in: Regenerate.
7538
7539 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7540
7541 * config.sub: Update to 2003-11-03 version.
7542
7543 2003-10-20 Phil Edwards <phil@codesourcery.com>
7544
7545 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7546 * configure: Regenerate.
7547
7548 2003-10-20 Nicolas Pitre <nico@cam.org>
7549
7550 * MAINTAINERS: Add myself to 'Write After Approval' section.
7551
7552 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7553
7554 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7555
7556 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7557
7558 * MAINTAINERS: Update my email address.
7559
7560 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7561
7562 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7563
7564 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7565
7566 * MAINTAINERS: Add myself to 'Write After Approval' section.
7567
7568 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7569
7570 * config.guess: Update to 2003-10-16 version.
7571 * config.sub: Update to 2003-10-16 version.
7572
7573 2003-10-15 David Daney <ddaney@avtrex.com>
7574
7575 * MAINTAINERS: Added myself to 'Write After Approval' section.
7576
7577 2003-10-15 Falk Hueffner <falk@debian.org>
7578
7579 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7580 'Write After Approval' section. Update email.
7581
7582 2003-10-14 Roger Sayle <roger@eyesopen.com>
7583
7584 * MAINTAINERS: Move myself from 'Write After Approval' to
7585 'Various Maintainers' section as middle-end maintainer.
7586
7587 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7588
7589 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7590 HOST_FLAGS_TO_PASS.
7591 * Makefile.in: Regenerate.
7592
7593 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7594
7595 * config.guess: Update to 2003-10-07 version.
7596 * config.sub: Update to 2003-10-07 version.
7597
7598 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7599
7600 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7601 * ltconfig (irix5*, irix6*): Don't override version_type.
7602
7603 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7604
7605 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7606 * configure: Rebuilt
7607 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7608 * Makefile.in: Rebuilt
7609
7610 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7611
7612 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7613
7614 2003-09-30 Carlo Wood <carlo@alinoe.com>
7615
7616 * MAINTAINERS (Write After Approval): Add myself.
7617
7618 2003-09-29 Paul Koning <ni1d@arrl.net>
7619
7620 * MAINTAINERS: Move myself from "Write After Approval"
7621 to CPU platform maintainers for pdp11 platform.
7622
7623 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7624
7625 * MAINTAINERS: Move myself from 'Write After Approval' to
7626 'Various Maintainers' section as libffi testsuite maintainer.
7627
7628 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7629
7630 * configure.in: Pass a computed --program-transform-name
7631 to subconfigures.
7632 * configure: Regenerated.
7633
7634 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7635
7636 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7637 * Makefile.in: Regenerate.
7638
7639 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7640 * Makefile.in: Regenerate.
7641
7642 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7643
7644 * MAINTAINERS: Move myself from 'Write After Approval'
7645 to 'Various Maintainers' (objective-c) section.
7646
7647 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7648
7649 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7650 quoting.
7651 * configure: Regenerated.
7652
7653 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7654
7655 * MAINTAINERS (Write After Approval): Add myself to write after
7656 approval list.
7657
7658 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7659
7660 * MAINTAINERS (Write After Approval): Add myself.
7661
7662 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7663
7664 * MAINTAINERS: Update my e-mail address.
7665
7666 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7667
7668 * libtool.m4 (LD): Correct powerpc64 host match.
7669
7670 2003-09-06 James E Wilson <wilson@tuliptree.org>
7671
7672 * MAINTAINTERS: Update my affiliation and email address.
7673
7674 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7675
7676 * MAINTAINERS (Write After Approval): Add myself.
7677
7678 2003-09-04 DJ Delorie <dj@redhat.com>
7679
7680 * configure: Regenerate.
7681
7682 2003-09-04 Robert Millan <robertmh@gnu.org>
7683
7684 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7685
7686 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7687
7688 * configure.in: Ensure arguments to sed are properly spaced.
7689 * configure: Regenerate.
7690
7691 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7692
7693 * MAINTAINERS: Update my e-mail address.
7694
7695 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7696
7697 * MAINTAINERS (Write After Approval): Add myself.
7698
7699 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7700
7701 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7702 * configure: Regenerated.
7703
7704 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7705
7706 * MAINTAINERS: Update my email address.
7707
7708 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7709
7710 * configure.in: Use newline instead of semicolon when assuming
7711 shell arguments in a for loop.
7712 * configure: Regenerated.
7713
7714 2003-08-22 Jason Eckhardt <jle@rice.edu>
7715
7716 * MAINTAINERS: Resurrect the i860 maintainer.
7717
7718 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7719
7720 PR 8180
7721 * configure.in: When testing with_libs and with_headers, treat
7722 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7723 * configure: Regenerate.
7724
7725 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7726 make, shell, etc.
7727 (baseargs): Likewise.
7728 * configure: Regenerate.
7729
7730 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7731
7732 * MAINTAINERS (Write After Approval): Add myself.
7733
7734 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7735
7736 * configure.in: Disable libgcj for darwin not on powerpc.
7737 * configure: Rebuild.
7738
7739 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7740
7741 * config-ml.in, symlink-tree: Add license.
7742
7743 2003-08-03 Richard Stallman <rms@gnu.org>
7744 Eben Moglen <moglen@columbia.edu>
7745
7746 * README.SCO: New file.
7747
7748 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7749
7750 * Makefile.tpl (check, check-c++): Express dependencies using
7751 dependencies rather than commands.
7752 * Makefile.in: Regenerate.
7753
7754 2003-08-01 Andrew Cagney <cagney@redhat.com>
7755
7756 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7757 * configure: Ditto.
7758
7759 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7760
7761 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7762 * Makefile.in: Update.
7763
7764 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7765
7766 * configure.in: Enable libgcj for darwin.
7767 * configure: Rebuild.
7768
7769 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7770
7771 * config-ml.in: Use ac_configure_args directly instead of
7772 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7773 actually seen.
7774
7775 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7776
7777 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7778 creating target and build subdirs to build all parent dirs as needed.
7779 * Makefile.in: Rebuild.
7780 * configure.in: Don't build dirs explicitly here.
7781 * configure: Rebuild.
7782
7783 2003-07-26 Paul Brook <paul@nowt.org>
7784
7785 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7786
7787 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7788
7789 * Makefile.tpl (all-make): Depend on intl.
7790 * Makefile.in: Rebuilt.
7791
7792 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7793
7794 * install-sh: Update to newer upstream versions (associated with
7795 aclocal 1.7).
7796 * mkinstalldirs: Likewise.
7797 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7798
7799 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7800
7801 * MAINTAINERS: Move self from Bug database only accounts
7802 to write-after-approval.
7803
7804 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7805
7806 * config.if: Remove unused libc_interface determination.
7807
7808 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7809
7810 * MAINTAINERS: Move self from write-after-approval to
7811 build machinery (*.in).
7812
7813 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7814
7815 PR bootstrap/11273
7816 PR bootstrap/11408
7817 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7818 unused INSTALL_PROGRAM_ARGS.
7819 * configure.in: Use AC_PROG_INSTALL.
7820 * Makefile.in: Regenerate.
7821 * configure: Regenerate.
7822
7823 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7824
7825 * MAINTAINERS: Alphabetize.
7826
7827 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7828
7829 * configure: Rebuilt.
7830 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7831 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7832 newlib nor libgloss.
7833 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7834 * configure.in (am33_2.0-*-linux*): Added.
7835
7836 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7837
7838 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7839 * configure: Regenerate.
7840
7841 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7842
7843 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7844 * Makefile.in: Regenerate.
7845
7846 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7847
7848 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7849 * Makefile.in: Regenerate.
7850
7851 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7852
7853 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7854 * Makefile.in: Regenerated.
7855
7856 * config-ml.in: Replace PWD with PWD_COMMAND.
7857
7858 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7859
7860 * intl: New directory; see intl/ChangeLog for details.
7861 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7862 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7863 * Makefile.in: Regenerate.
7864
7865 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7866
7867 * configure.in: Clean up config-lang.in handling. Delete
7868 useless assignment to "subdirs".
7869 * configure: Regenerate.
7870
7871 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7872
7873 * configure.in: Rename 'target_libs' to 'target_libraries'.
7874 Remove useless reference to 'target_libs'.
7875 * configure: Regenerate.
7876
7877 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7878
7879 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7880 * Makefile.in: Regenerate.
7881
7882 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7883
7884 * Makefile.def: Introduce flags_to_pass.
7885 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7886 * Makefile.in: Regenerate.
7887
7888 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7889
7890 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7891 and target-libgloss.
7892 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7893 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7894 * configure: Regenerate.
7895
7896 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7897
7898 * configure.in: Update testsuite_flags to new location.
7899 * configure. Regenerate.
7900
7901 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7902
7903 * Makefile.tpl: Remove BUILD_CC stuff.
7904 * Makefile.in: Regenerate.
7905
7906 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7907
7908 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7909
7910 2003-06-16 Graeme Peterson <gp@qnx.com>
7911
7912 * MAINTAINERS (Write After Approval): Add myself.
7913
7914 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7915
7916 * config.guess: Update to 2003-06-12 version.
7917 * config.sub: Update to 2003-06-13 version.
7918
7919 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7920
7921 * config.guess: Update to 2003-06-06 version.
7922 * config.sub: Update to 2003-06-06 version.
7923
7924 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7925
7926 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7927 * configure. Regenerate.
7928
7929 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7930
7931 * configure.in: Disable serial configure by default.
7932 * configure: Regenerate.
7933 * Makefile.tpl: Abolish .NOTPARALLEL.
7934 * Makefile.in: Regenerate.
7935
7936 * Makefile.tpl: Replace {build,host,target}_canonical by
7937 {build,host,target}.
7938 * Makefile.in: Regenerate.
7939
7940 * Makefile.tpl: Fix stupid pasto.
7941 * Makefile.in: Regenerate.
7942
7943 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7944
7945 * Makefile.tpl: Remove bogus conditional.
7946 * Makefile.in: Regenerate.
7947
7948 2003-06-05 Jan Hubicka <jh@suse.cz>
7949
7950 * Makefile.tpl (profiledbootstrap): New target.
7951 * Makefile.in (profiledbootstrap): New target.
7952
7953 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7954
7955 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7956 Pinski. Remove user names from other bugzilla-only maintainers.
7957
7958 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7959
7960 * Makefile.tpl: Make 'recursive targets' using autogen rather
7961 than shell loop. Remove duplicate 'clean' targets and false
7962 comments.
7963 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7964 Add systematic method of specifying missing targets in subdirs.
7965 Add copyright boilerplate.
7966 * Makefile.in: Regenerate.
7967 * configure.in: Add 'recursive targets' to maybe list.
7968 * configure: Regenerate.
7969
7970 * MAINTAINERS: "GNATS only" -> "Bug database only".
7971
7972 * Makefile.tpl: Rename [+target+] to [+make_target+].
7973 * Makefile.def: Rename 'target' to 'make_target'.
7974
7975 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7976
7977 * MAINTAINERS: Add self as options handling maintainer.
7978
7979 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7980
7981 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7982 been too long since I touched those ports.
7983
7984 2003-05-28 DJ Delorie <dj@redhat.com>
7985
7986 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7987 * Makefile.in: Regenerate.
7988
7989 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7990
7991 * configure.in: Use curly braces in the definition of tooldir.
7992 * configure: Regenerate.
7993
7994 2003-05-21 DJ Delorie <dj@redhat.com>
7995
7996 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7997 newlib or libgloss.
7998 * Makefile.in: Regenerate.
7999
8000 2003-05-21 DJ Delorie <dj@redhat.com>
8001
8002 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8003 * Makefile.in: Regenerate.
8004
8005 2003-05-20 Ian Lance Taylor <ian@airs.com>
8006
8007 * MAINTAINERS: Update my e-mail address.
8008
8009 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8010
8011 * configure.in: Switch more things to use maybe dependencies.
8012 * Makefile.tpl: Switch more things to use maybe dependencies.
8013 Factor out common code from autogen IF statements.
8014 * configure: Regenerate.
8015 * Makefile.in: Regenerate.
8016
8017 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8018
8019 * configure.in: Accept i[3456789]86 for machine type.
8020 * configure: Regenerate.
8021
8022 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8023
8024 * configure.in: Switch more things to use maybe dependencies.
8025 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8026 * configure: Regenerate.
8027 * Makefile.tpl: Switch more things to use maybe dependencies.
8028 * Makefile.in: Regenerate.
8029
8030 2003-05-16 Andreas Schwab <schwab@suse.de>
8031
8032 * Makefile.tpl (install-opcodes): Define.
8033 * Makefile.in: Rebuild.
8034
8035 2003-05-13 Andreas Jaeger <aj@suse.de>
8036
8037 * config.guess: Update to 2003-05-09 version.
8038 * config.sub: Update to 2003-05-09 version.
8039
8040 2003-05-13 Michael Eager <eager@mvista.com>
8041
8042 * configure.in: Correct sed script so that options in quotes are not
8043 deleted.
8044 * configure: Rebuild.
8045
8046 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
8047
8048 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8049 and $$s/newlib/libc/sys/cygwin32 include paths.
8050 * configure: Ditto.
8051
8052 2003-05-12 Michael Meissner <gnu@the-meissners.org>
8053
8054 * MAINTAINERS: Update my email addresses.
8055
8056 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8057
8058 * config-ml.in: Propagate INSTALL variables.
8059
8060 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8061
8062 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8063
8064 2003-05-02 Chris Demetriou <cgd@broadcom.com>
8065
8066 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8067 * Makefile.in: Regenerate.
8068
8069 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8070
8071 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8072
8073 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8074
8075 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8076
8077 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
8078
8079 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8080 * Makefile.in: Regenerated.
8081
8082 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8083
8084 * MAINTAINERS (Write After Approval): Upgrade myself from
8085 GNATS only to write-after-approval. Update my mail address.
8086
8087 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
8088
8089 (OS Port Maintainers: freebsd): Add myself.
8090
8091 2003-04-22 Mark Mitchell <mark@codesourcery.com>
8092
8093 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8094
8095 2003-04-22 Kean Johnston <jkj@sco.com>
8096
8097 * MAINTAINERS (SCO ports): Added myself.
8098
8099 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8100
8101 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8102
8103 2003-04-19 Kean Johnston <jkj@sco.com>
8104
8105 * MAINTAINERS (Write After Approval): Add myself.
8106
8107 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8108
8109 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8110 * Makefile.in: Regenerate.
8111
8112 2003-04-18 Jakub Jelinek <jakub@redhat.com>
8113
8114 * configure.in (powerpc64*-*-linux*): Remove.
8115 * configure: Rebuilt.
8116
8117 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
8118
8119 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8120 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8121 and restrap.
8122 * Makefile.in: Regenerate.
8123
8124 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8125
8126 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8127 * configure: Regenerated.
8128
8129 2003-04-15 DJ Delorie <dj@redhat.com>
8130
8131 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8132
8133 2003-04-13 Nick Clifton <nickc@redhat.com>
8134
8135 * config-ml.in: Remove support for --disable-aix removing
8136 call-aix multilibs.
8137
8138 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8139
8140 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8141 * */configure: Rebuilt.
8142
8143 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8144
8145 * MAINTAINERS: Add my email address.
8146
8147 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8148
8149 * MAINTAINERS (Write After Approval): Add myself.
8150
8151 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8152
8153 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8154 * Makefile.in: Regenerate.
8155
8156 2003-03-14 Michael Chastain <mec@shout.net>
8157
8158 * Makefile.in: Regenerate with correct Makefile.def.
8159
8160 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8161
8162 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8163 Make macro.
8164 * Makefile.in: Regenerate.
8165 * configure.in: Clean up gxx_include_dir logic.
8166 * configure: Regenerate.
8167
8168 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8169
8170 * MAINTAINERS (Write After Approval): Add myself.
8171
8172 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8173
8174 * MAINTAINERS: Update my mail address.
8175
8176 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8177
8178 * configure.in (gxx_include_dir): Fix typo.
8179 * configure: Regenerated.
8180
8181 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8182
8183 * Makefile.tpl: Reindent.
8184 * Makefile.in: Regenerate.
8185 * configure.in: Reindent. Don't set unused variables.
8186 * configure: Regenerate.
8187
8188 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8189
8190 * configure.in: Include $(build_tooldir)/sys-include in
8191 FLAGS_FOR_TARGET.
8192 * configure: Regenerated.
8193
8194 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8195
8196 * Makefile.tpl: Always pass down RANLIB.
8197 * Makefile.in: Regenerate.
8198
8199 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8200 * Makefile.in: Regenerate.
8201 * configure.in: Remove unused logic relating to --enable-shared
8202 and --enable-threads. Remove bogus comments. Remove redundant
8203 noconfigdirs.
8204 * configure: Regenerate.
8205
8206 * configure.in: Replace ${libstdcxx_version} by its value.
8207 Remove reference to mh-dgux.
8208 * configure: Regenerate.
8209
8210 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8211
8212 * MAINTAINERS (Write After Approval): Add myself.
8213
8214 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8215
8216 * Makefile.tpl: Rearrange.
8217 * Makefile.in: Regenerate.
8218
8219 2003-02-25 Uwe Stieber <uwe@wwws.de>
8220
8221 * configure.in: Add support for kaOS as cross build target system.
8222 * configure: Regenerated.
8223
8224 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8225
8226 * MAINTAINERS (Write after approval): Add myself.
8227
8228 2003-02-21 James E Wilson <wilson@tuliptree.org>
8229
8230 * MAINTAINERS: Update my email address.
8231
8232 2003-02-21 Zack Weinberg <zack@codesourcery.com>
8233
8234 * MAINTAINERS: Add self to blanket write privs. section.
8235
8236 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
8237
8238 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8239 configure-target-* as some target builds may require additional
8240 flags for preprocessor tests.
8241 * Makefile.in: Regenerated.
8242
8243 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
8244
8245 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8246 * ltconfig: Handle it.
8247 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8248 auto-detecting it.
8249
8250 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8251 it is used as argument to $CC.
8252 * ltcf-gcj.sh: Likewise.
8253
8254 * configure.in: Introduce --enable-maintainer-mode.
8255 * configure: Rebuilt.
8256 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8257 for maintainer mode.
8258 * Makefile.in: Rebuilt.
8259
8260 2003-02-18 Jason Merrill <jason@redhat.com>
8261
8262 * Makefile.tpl (check-c++): Allow parallelism.
8263
8264 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8265
8266 * MAINTAINERS: Remove John Carr (who never actually had access to
8267 gcc.gnu.org).
8268
8269 2003-02-15 Geoffrey Keating <geoffk@apple.com>
8270
8271 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8272 don't configure target-libobjc.
8273 * configure: Regenerate.
8274
8275 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8276
8277 * Makefile.tpl (RANLIB): Define.
8278 * Makefile.in: Regenerate.
8279
8280 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8281
8282 * MAINTAINERS: Update my email.
8283
8284 2003-02-06 Keith R Seitz <keiths@redhat.com>
8285
8286 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8287 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8288 * Makefile.in: Regenerated.
8289 * configure.in: Remove all traces of snavigator, db, and grep.
8290 * configure: Regenerated.
8291
8292 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8293
8294 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8295 After Approval.
8296
8297 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8298
8299 * MAINTAINERS (Write after approval): Add myself.
8300
8301 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
8302
8303 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8304 * Makefile.in: Regenerated.
8305
8306 2003-01-30 Roger Sayle <roger@eyesopen.com>
8307
8308 * config.guess: Updated to 2003-01-30's version.
8309 * config.sub: Updated to 2003-01-28's version.
8310
8311 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8312
8313 * config.if: If gcc_version is already set, just use it. Don't set
8314 gcc_version_trigger if it's already set, otherwise set it to
8315 gcc/version.c, but only if the file exists. If it is not set and
8316 gcc/version.c does not exist, try to extract the version number from
8317 $CC.
8318
8319 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8320
8321 * MAINTAINERS: Add myself to write-after-approval list.
8322
8323 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8324
8325 * configure.in: Revert 24Jan change.
8326 * configure: Regenerate.
8327
8328 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8329
8330 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8331 entry of HJ Lu.
8332
8333 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8334
8335 * configure.in: Revert previous change.
8336 * configure: Regenerate.
8337
8338 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8339
8340 * configure.in: Make rda native-only.
8341 * configure: Regenerate.
8342
8343 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8344
8345 * MAINTAINERS: Move myself from GNATS-only-accounts to
8346 write-after-approval.
8347
8348 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8349
8350 * configure.in: Add missing \.
8351 * configure: Rebuilt.
8352
8353 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8354
8355 * configure.in (baseargs): Avoid using \| in sed regular
8356 expressions.
8357 * configure: Rebuilt.
8358
8359 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8360
8361 * configure.in (baseargs): Remove all supported forms of
8362 --cache-file, --srcdir, --host, --build and --target options
8363 from argument lists.
8364 * configure: Rebuilt.
8365
8366 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8367
8368 * MAINTAINERS: Add myself to write-after-approval list.
8369
8370 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8371
8372 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8373 * configure: Rebuilt.
8374
8375 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8376
8377 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8378 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8379 * Makefile.in: Regenerate.
8380 * configure: Regenerate.
8381
8382 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8383
8384 * configure.in: Remove Makefile in build, host and target modules
8385 unless configure was run with --no-recursion.
8386 * configure: Rebuilt.
8387
8388 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8389
8390 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8391 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8392 * Makefile.in: Regenerate.
8393
8394 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8395
8396 * config.guess: Update to 2003-01-03 version.
8397 * config.sub: Update to 2003-01-03 version.
8398
8399 2003-01-07 Christopher Faylor <cgf@redhat.com>
8400
8401 * configure: Regenerate with proper autoconf 2.13.
8402
8403 2003-01-07 Christopher Faylor <cgf@redhat.com>
8404
8405 * configure.in: Add AC_PREREQ for consistency.
8406 * configure: Regenerate.
8407
8408 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8409
8410 * configure.in (GDB_TK): Add tcl directories conditional on
8411 gdb/gdbtk directory being present.
8412 * configure: Regenerate.
8413
8414 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8415
8416 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8417 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8418 * configure: Rebuilt.
8419
8420 2002-12-31 Tom Tromey <tromey@redhat.com>
8421
8422 * Makefile.in: Rebuilt.
8423 * Makefile.def (target_modules) [libffi]: Allow installation.
8424
8425 2002-12-31 Andreas Schwab <schwab@suse.de>
8426
8427 * configure.in: Fix use of $program_transform_name.
8428 * configure: Regenerated.
8429
8430 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8431
8432 * configure.in (baseargs): Don't remove first configure argument.
8433 * configure: Regenerated.
8434
8435 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8436
8437 * Makefile.tpl (local-distclean): Don't remove...
8438 (multilib.ts): ... this. Moved into...
8439 (multilib.out): ... this. Don't use sub-make.
8440 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8441 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8442 (configure-build-[+module+], configure-[+module+],
8443 configure-target-[+module+], configure-gcc): ... these. Test
8444 for Makefile existence. Drop config.status from dependencies.
8445 * Makefile.in: Rebuilt.
8446 * configure.in: Move gcc-version-trigger to the end of
8447 ac_configure_args. Add comments to maybedep.tmp and
8448 serdep.tmp. Introduce --disable-serial-configure. Remove
8449 nonopt from baseargs, matching and removing corresponding
8450 whitespace while at it.
8451 * configure: Rebuilt.
8452
8453 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8454
8455 * configure.in (host_configargs): Replace reference to
8456 no-longer-defined buildopts with --build=${build_alias}.
8457 * configure: Rebuilt.
8458
8459 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8460 program_transform_name to standard idiom.
8461 (AUTOGEN, AUTOCONF): Define.
8462 (Makefile.in): Use $(AUTOGEN).
8463 (Makefile): Depend on config.status, and use autoconf-style rule to
8464 build it. Move original commands to...
8465 (config.status): ... this new target.
8466 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8467 $(AUTOCONF).
8468 * Makefile.in: Rebuilt.
8469
8470 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8471
8472 * Makefile.tpl: Fix dramatic bustage due to change in
8473 program_transform_name.
8474 * Makefile.in: Regenerate.
8475
8476 * configure.in: Remove unnecessary PATH setting.
8477 * configure: Regnerate.
8478
8479 * configure.in: Don't default to unprefixed tools unless
8480 the native tools will work.
8481 * configure: Regenerate.
8482
8483 * configure.in: Convert to autoconf script. Blow away lots
8484 of now-redundant Makefile fragments.
8485 * configure: Generate using Autoconf.
8486 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8487 * Makefile.in: Regenerate.
8488
8489 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8490
8491 * configure: Fix stupid bug where RANLIB was mistakenly included.
8492
8493 * configure.in: Rename (buildargs, hostargs, targargs) to
8494 (build_configargs, host_configargs, target_configargs).
8495
8496 * configure.in: Move logic out of sed statement.
8497
8498 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8499 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8500
8501 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8502
8503 * config.sub: Import from master repository
8504 * config.guess: Ditto
8505
8506 2002-12-24 Andreas Schwab <schwab@suse.de>
8507
8508 * Makefile.tpl (multilib.out): Fix missing space.
8509 * Makefile.in: Regenerate.
8510
8511 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8512
8513 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8514 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8515 * Makefile.in: Regenerate.
8516 * configure.in: Remove unnecessary leftovers.
8517
8518 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8519
8520 * configure.in (extra_ranlibflags_for_target): New variable.
8521 (*-*-darwin): Add -c to ranlib commands.
8522 * configure (tooldir): Handle extra_ranlibflags_for_target.
8523
8524 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8525
8526 * Makefile.tpl: Revert HJL's change.
8527 * Makefile.in: Regenerated.
8528 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8529 always.
8530
8531 2002-12-19 Andreas Schwab <schwab@suse.de>
8532
8533 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8534 * Makefile.in: Regenerate.
8535
8536 2002-12-18 H.J. Lu <hjl@gnu.org>
8537
8538 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8539 * Makefile.in: Regenerated.
8540
8541 * configure.in (build_prefix): New. Substitute.
8542
8543 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8544
8545 * Makefile.tpl: Don't let real targets depend on phony targets.
8546 * Makefile.in: Regenerate.
8547
8548 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8549 * Makefile.in: Regenerate.
8550
8551 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8552
8553 * config.sub: Import from master repository
8554 * config.guess: Ditto
8555
8556 2002-12-16 Jason Merrill <jason@redhat.com>
8557
8558 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8559 previous 'make bootstrap'.
8560 * Makefile.in: Regenerate.
8561
8562 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8563
8564 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8565
8566 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8567
8568 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8569 * Makefile.in: Regenerate.
8570
8571 2002-12-13 Jason Merrill <jason@redhat.com>
8572
8573 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8574 library tests.
8575 (check-c++): Just depend on it and check-target-libstdc++-v3.
8576 * Makefile.in: Regenerate.
8577
8578 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8579
8580 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8581 * Makefile.in: Rebuilt.
8582
8583 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8584
8585 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8586
8587 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8588
8589 * configure: Fix bug put in by gremlins.
8590
8591 * Makefile.tpl: Substitute more autoconfily.
8592 * configure: Substitute more autoconfily.
8593 * Makefile.in: Regenerate.
8594
8595 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8596
8597 * config.sub: Import from master repository
8598 * config.guess: Ditto
8599 * MAINTAINERS: Added Svein Seldal under write after approval
8600
8601 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8602
8603 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8604 * Makefile.in (all-sim): Ditto.
8605
8606 2002-12-06 DJ Delorie <dj@redhat.com>
8607
8608 * Makefile.tpl: Change configure dependencies to not have real
8609 targets depend on phony targets.
8610
8611 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8612
8613 * configure.in: Revert unintentional change.
8614
8615 * Makefile.tpl: Change dependency for */multilib.out so that
8616 it works when gcc isn't in the tree.
8617
8618 * configure.in: Substitute more.
8619 * configure: Run subconfigures from the Makefile.
8620 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8621 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8622
8623 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8624
8625 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8626
8627 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8628
8629 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8630 and corresponding dependencies.
8631 * Makefile.in: Regenerate.
8632
8633 * configure.in (host_tools): Order binutils, gas and ld for
8634 convenience in running the testsuites.
8635
8636 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8637 * Makefile.in: Regenerate.
8638 * configure.in: Introduce rules to serialize subconfigure runs.
8639
8640 * configure.in: Introduce BASE_CC_FOR_TARGET.
8641 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8642 Realize configure-build-* targets. Realize configure-target-* targets.
8643 * Makefile.in: Regenerate.
8644
8645 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8646
8647 * configure: Move gcc_version_trigger stuff from here...
8648 * configure.in: ...to here.
8649
8650 * configure.in: Separate subconfigure options added by this file from
8651 options given by the user. Add machinery to put args for host
8652 subconfigures into the Makefile.
8653
8654 * Makefile.tpl: Remove 'vault' targets.
8655 * Makefile.tpl: Reorder and comment dependencies.
8656 * Makefile.in: Regenerate.
8657
8658 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8659 * configure.in: Fix my broken commit of previous patch. (sigh)
8660
8661 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8662
8663 * configure.in: Move host-specific darwin noconfigdirs into
8664 the host-specific section.
8665
8666 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8667
8668 * configure.in: Move host-specific darwin noconfigdirs into
8669 the host-specific section.
8670
8671 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8672
8673 * configure: Remove skip-this-dir support.
8674 * Makefile.tpl: Remove skip-this-dir support.
8675
8676 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8677 subdirectories.
8678 * Makefile.in: Regenerate.
8679
8680 * Makefile.tpl: Strip out useless setting of 'dir'.
8681 * Makefile.in: Regenerate.
8682
8683 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8684
8685 * configure.in: Fix deeply stupid bug.
8686
8687 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8688 shell code in CXX_FOR_TARGET
8689 * Makefile.def: Introduce raw_cxx.
8690 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8691 RAW_CXX_FOR_TARGET.
8692 * Makefile.in: Regenerate.
8693
8694 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8695
8696 * Makefile.tpl: Remove unnecessary ifs.
8697 * Makefile.in: Regenerate.
8698
8699 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8700 dependencies. Maybe-ize build-libiberty. Create dummy install
8701 targets for 'no_install' modules.
8702 * configure: Move GDB_TK substitution to configure.in. Move
8703 build_modules stuff to configure.in.
8704 * configure.in: Implement soft dependency machinery. Maybe-ize
8705 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8706 * Makefile.in: Regenerate.
8707
8708 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8709
8710 * Makefile.tpl: Make all-target, install-target behave similarly
8711 to all, install (only hitting configured targets). Eliminate
8712 unused macro defintions.
8713
8714 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8715 build != host.
8716
8717 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8718
8719 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8720
8721 * configure.in: Produce lists of subdir targets we're actually
8722 configuring. Remove references to "dosrel".
8723 * Makefile.tpl: Let configure set which subdir targets are hit.
8724 Remove install-cross; clean up install; remove ALL. Remove
8725 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8726 Autogenerate host module targets. Remove empty dependency lines
8727 and redundant dependency; rearrange slightly.
8728 * Makefile.def: Add host-side libtermcap, utils.
8729
8730 * Makefile.in: Regenerate.
8731
8732 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8733
8734 * ltconfig (osf[345]): Append $major to soname_spec.
8735 Reflect this in library_names_spec.
8736 * ltmain.sh (osf): Prefix $major with . for use as extension.
8737
8738 2002-11-19 Andreas Jaeger <aj@suse.de>
8739
8740 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8741 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8742 and sparc64 GNU/Linux systems.
8743
8744 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8745
8746 * MAINTAINERS: Update email.
8747
8748 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8749
8750 * MAINTAINERS: Complete James Dennett's entry.
8751
8752 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8753
8754 * MAINTAINERS (Write After Approval): Add myself.
8755
8756 2002-11-13 Bruce Korb <bkorb@gnu.org>
8757
8758 * Makefile.tpl: syntactic cleanup
8759
8760 2002-11-13 Stuart Hastings <stuart@apple.com>
8761
8762 * MAINTAINERS: Add myself to write-after-approval list.
8763
8764 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8765
8766 * Makefile.def: Add list of recursive targets to autogenerate.
8767 Add build_modules.
8768 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8769 targets. Autogenerate *-build-* targets.
8770 * Makefile.in: Regenerate.
8771
8772 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8773
8774 * configure: More autoconf-style substitutions.
8775 * Makefile.tpl: More autoconf-style substitutions.
8776 * Makefile.in: Regenerate.
8777
8778 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8779
8780 * configure: Substitute more variables in a more autoconf-friendly
8781 way. Simplify slightly.
8782 * Makefile.tpl: Make more variables substitutable in an
8783 autoconf-friendly way.
8784 * Makefile.in: Regenerate.
8785
8786 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8787
8788 * MAINTAINERS (Write After Approval): Add myself.
8789
8790 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8791
8792 * configure.in (v810*): Remove special setting of tools.
8793
8794 * configure: Add support for extra required flags for ar or nm.
8795 * configure.in (aix4.3+): Use above support for target-specific
8796 issues, rather than using config/mt-aix43.
8797
8798 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8799
8800 * configure: Remove 'removing', which doesn't work. Replace $subdir
8801 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8802 with $srcdir. Reformat indentation. Substitute some variables
8803 formerly hard-coded in the Makefile for build=host.
8804 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8805 * Makefile.def: Autogenerate more.
8806 * Makefile.in: Regenerate.
8807
8808 2002-11-04 Adam Nemet <anemet@lnxw.com>
8809
8810 * MAINTAINERS (Write After Approval): Add myself.
8811
8812 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8813
8814 * Makefile.def (host_modules): Add rda.
8815 * Makefile.in: Regenerate.
8816 * configure.in (target_tool): Add target-rda to list.
8817
8818 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8819
8820 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8821
8822 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8823
8824 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8825 and restrap targets to this rule.
8826 * Makefile.in: Regenerate.
8827
8828 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8829
8830 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8831 GNATS only accounts.
8832
8833 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8834
8835 * configure.in (i[3456]86-*-linux*): Add check to disable
8836 ${libgcj} for glibc1.
8837
8838 2002-10-24 Denis Chertykov <denisc@overta.ru>
8839
8840 * MAINTAINERS: Add myself as ip2k port maintainer.
8841
8842 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8843
8844 * configure.in: Add tic4x target.
8845
8846 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8847
8848 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8849 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8850 * Makefile.in: Regenerate.
8851
8852 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8853 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8854 * Makefile.in: Regenerate.
8855
8856 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8857
8858 * MAINTAINERS: Add myself as web pages co-maintainer.
8859
8860 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8861
8862 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8863 * Makefile.in: Regenerate.
8864
8865 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8866
8867 * MAINTAINERS: Add myself and Nathan Sidwell
8868 <nathan@codesourcery.com> as VxWorks maintainers.
8869
8870 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8871
8872 * Makefile.def: Remove order dependency comments.
8873 * Makefile.tpl: Add explicit install-install dependencies.
8874 * Makefile.in: Regenerate.
8875
8876 * Makefile.tpl: Remove material now in src-release. (Finally!)
8877 * Makefile.in: Regenerate.
8878
8879 * Makefile.tpl: Add configure-target (for src-release in src)
8880 * Makefile.in: Regenerate.
8881
8882 2002-09-30 Nick Clifton <nickc@redhat.com>
8883
8884 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8885
8886 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8887
8888 * configure.in (s390*-*-linux*): Enable libgcj.
8889
8890 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8891
8892 * configure: Revert accidentally applied changes.
8893
8894 * Makefile.tpl: Make more autoconf-friendly.
8895 * Makefile.in: Regenerate.
8896 * configure: Make substitution more autoconf-like.
8897
8898 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8899
8900 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8901 single entry to handle all these.
8902 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8903 libjava on arm-*-elf.
8904
8905 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8906
8907 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8908 things that depend on them.
8909
8910 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8911
8912 * Makefile.tpl: Make subsituted variables more autoconfy.
8913 * Makefile.in: Regenerate.
8914 * configure: Make seds more autoconfy.
8915
8916 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8917
8918 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8919 * Makefile.in: Regenerate.
8920 * configure.in: Rewrite sed statements to look autoconfy.
8921
8922 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8923 all-target-foo on configure-target-foo.
8924 * Makefile.def: Ditto.
8925 * Makefile.in: Rebuild.
8926
8927 2002-09-25 Andrew Haley <aph@redhat.com>
8928
8929 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8930
8931 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8932
8933 * Makefile.def: New file.
8934 * Makefile.tpl: New file.
8935 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8936 * contrib/gcc_update: Note that Makefile.in is a generated file.
8937
8938 * configure.in: Minor rearrangement. Simplify tests.
8939
8940 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8941
8942 * configure.in (with_headers): Skip copy if value is "yes".
8943 (with_libs): Likewise.
8944
8945 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8946
8947 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8948 * configure.in (sh*-*-pe*): Ditto.
8949 * configure.in (mips*-*-pe*): Ditto.
8950 * configure.in (*arm-wince-pe): Ditto.
8951
8952 * configure.in: Rearrange.
8953
8954 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8955
8956 * MAINTAINERS: Update my email address.
8957
8958 2002-08-30 Paul Koning <pkoning@equallogic.com>
8959
8960 * MAINTAINERS: (Write After Approval): Add myself.
8961
8962 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8963
8964 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8965
8966 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8967
8968 * MAINTAINERS: Change my mailing address.
8969
8970 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8971
8972 * MAINTAINERS (Write After Approval): Remove myself.
8973 (Various Maintainers: c++ runtime libs): Add myself.
8974
8975 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8976
8977 * MAINTAINERS (Write After Approval): Remove myself.
8978 (Various Maintainers: c++ runtime libs): Add myself.
8979
8980 2002-08-15 Eric Christopher <echristo@redhat.com>
8981
8982 * config.sub: Import from master repository.
8983 * config.guess: Ditto.
8984
8985 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8986
8987 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8988 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8989 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8990
8991 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8992
8993 * MAINTAINERS: Add self to rs6000 vector extensions.
8994
8995 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8996
8997 * libiberty/configure: Reverted unintended yesterday's check in.
8998
8999 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9000
9001 * boehm-gc/configure, libf2c/configure: Rebuilt.
9002 * libffi/configure, libiberty/configure: Ditto.
9003 * libjava/configure, libobjc/configure: Ditto.
9004 * libstdc++-v3/configure, zlib/configure: Ditto.
9005 Merged from binutils:
9006 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9007 From Steve Ellcey <sje@cup.hp.com>:
9008 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9009 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9010 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9011 IA64.
9012 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9013 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9014 soname_spec, sys_lib_search_path_spec): Ditto.
9015
9016 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9017
9018 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9019
9020 2002-08-04 H.J. Lu (hjl@gnu.org)
9021
9022 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9023
9024 2002-08-02 Krister Walfridsson <cato@df.lth.se>
9025
9026 * MAINTAINERS (Write After Approval): Add myself.
9027
9028 2002-07-31 Alan Modra <amodra@bigpond.net.au>
9029
9030 * configure.in: Move generic linux case to end. Copy generic
9031 linux noconfigdirs to mips*-*-linux* entry and new
9032 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9033
9034 2002-07-19 Michael Matz <matz@suse.de>
9035
9036 * MAINTAINERS: Add myself as ra* maintainer.
9037
9038 2002-07-16 Chris Demetriou <cgd@broadcom.com>
9039
9040 * config.guess: Update to 2002-07-09 version.
9041 * config.sub: Update to 2002-07-03 version.
9042
9043 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9044
9045 * MAINTAINERS: Fix typo in a maintainer email address.
9046
9047 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9048
9049 * configure.in: Remove two redundant tests.
9050
9051 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9052
9053 * configure.in (mips*-*-irix6*o32): Enable stabs.
9054
9055 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9056
9057 * configure.in: Don't build grez.
9058 * Makefile.in: Ditto.
9059
9060 * Makefile.in: Remove references to bsp, cygmon, libstub.
9061 * configure.in: Ditto.
9062
9063 * configure.in: Remove leftover reference to gdbtest.
9064
9065 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
9066
9067 * configure.in (gxx_include_dir): Change to match versioned
9068 C++ headers if --enable-version-specific-runtime-libs is used.
9069
9070 2002-07-04 Steve Ellcey <sje@cup.hp.com>
9071
9072 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9073
9074 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9075
9076 * configure.in: Make --without-x work.
9077
9078 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9079
9080 * configure.in: Rearrange target Makefile fragment collection.
9081
9082 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9083 cvs[src].
9084 * configure.in: Ditto.
9085
9086 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9087
9088 * MAINTAINERS (Write After Approval): Update my e-mail address.
9089
9090 2002-06-24 Ben Elliston <bje@redhat.com>
9091
9092 * configure.in (host_tools): Remove cgen.
9093
9094 * Makefile.in (all-cgen): Remove; runs from its source directory.
9095 (check-cgen, install-cgen, clean-cgen): Likewise.
9096 (all-opcodes): Do not depend on all-cgen.
9097 (all-sim): Likewise.
9098
9099 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
9100
9101 * Makefile.in: Eliminate 'apache' targets.
9102 * configure.in: Eliminate 'apache' targets.
9103
9104 * configure.in: Eliminate redundant tests. Reorganize.
9105
9106 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9107
9108 * config-ml.in: Eliminate references to Cygnus configure.
9109
9110 * Makefile.in: Eliminate references to building emacs.
9111
9112 2002-06-28 Graham Stott <graham.stott@btinternet.com>
9113
9114 * MAINTAINERS: Update my email address.
9115
9116 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9117
9118 * config.if (libstdcxx_incdir): Version C++ headers.
9119 (cxx_incdir): Remove.
9120
9121 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9122
9123 * MAINTAINERS (Write After Approval): Add self.
9124
9125 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9126
9127 * configure.in: Add support for ip2k.
9128
9129 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9130
9131 * configure.in: Fix AIX configury bug.
9132
9133 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9134
9135 * MAINTAINERS (Write After Approval): Add self.
9136
9137 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9138
9139 * configure.in: replace ${topsrcdir} with ${srcdir}
9140
9141 * configure.in: Move definition of libstdcxx_flags
9142 right above usage, rather than waaay earlier.
9143
9144 * configure.in: Pull definition of is_cross_compiler earlier.
9145
9146 * configure.in: Rearrange a little.
9147
9148 * configure.in: Remove references to librx.
9149 * Makefile.in: Remove references to librx.
9150
9151 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9152
9153 * config.sub: Add support for avr target.
9154 Import from master sources, rev 1.255
9155
9156 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9157
9158 * configure, .cvsignore: Revert previous change...
9159 * Makefile: ...delete.
9160
9161 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9162
9163 * configure.in: Eliminate ${gasdir} variable.
9164
9165 2002-06-18 Dave Brolley <brolley@redhat.com>
9166
9167 * configure.in: Add support for frv.
9168 * config.sub: Add support for frv.
9169
9170 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9171
9172 * configure: Remove garbage from previous commit.
9173
9174 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9175
9176 * configure: For in-source builds, make a subdir and re-exec there.
9177 * Makefile: New file. Pass targets through to build directory.
9178 * .cvsignore: No longer ignore "Makefile".
9179
9180 2002-06-16 Douglas Rupp <rupp@gnat.com>
9181
9182 * MAINTAINERS (Write After Approval): Add self.
9183
9184 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9185
9186 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9187
9188 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9189
9190 * configure.in (vax-*-netbsd*): Re-enable gas.
9191
9192 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9193
9194 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9195 BUILD_PREFIX_1, to correct nomenclature.
9196 * configure: Likewise.
9197
9198 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9199 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9200
9201 2002-05-31 Olaf Hering <olh@suse.de>
9202
9203 * config-ml.in: Propogate DESTDIR also.
9204
9205 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9206
9207 * configure.in (vax-*-netbsd*): Don't build gas for this
9208 platform.
9209
9210 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9211
9212 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9213 and libgcj for AVR.
9214
9215 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9216
9217 * MAINTAINERS (Write After Approval): Add myself.
9218
9219 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9220
9221 * config.guess: Update to 2002-05-22 version.
9222 * config.sub: Likewise.
9223
9224 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9225
9226 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9227 * config-ml.in: Likewise.
9228 * configure: Likewise.
9229 * configure.in: Likewise.
9230
9231 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9232
9233 * MAINTAINERS: Update my email address.
9234
9235 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9236
9237 * configure.in: Simplify makefile fragment collection.
9238
9239 * configure.in: Remove code to build emacs.
9240
9241 * configure.in : Remove --srcdir argument from targargs and buildargs
9242 (it's always overridden in the Makefile anyway). Rearrange a bit.
9243
9244 * configure: Move some logic to configure.in.
9245 * configure.in: Move some logic from configure.
9246
9247 2002-05-11 Tom Tromey <tromey@redhat.com>
9248
9249 * MAINTAINERS: Reflect libgcj reality.
9250
9251 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9252
9253 * Makefile.in: Honour DESTDIR.
9254
9255 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9256
9257 * config.guess: Import 2002-03-20 version.
9258 * config.sub: Import 2002-04-26 version.
9259
9260 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9261
9262 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9263
9264 2002-05-07 Tim Josling <tej@melbpc.org.au>
9265
9266 * MAINTAINERS: Add self.
9267
9268 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
9269
9270 * ltmain.sh: Detect and handle object name conflicts
9271 while piecewise linking a static library.
9272
9273 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9274
9275 * configure.in (noconfigdirs): Don't disable libgcj on
9276 sparc64-*-solaris* and sparcv9-*-solaris*.
9277
9278 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
9279
9280 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9281
9282 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9283
9284 * configure.in (FLAGS_FOR_TARGET): Do not add
9285 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9286 on i[3456]86-*-linux*.
9287
9288 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9289
9290 * configure.in (noconfigdirs): Replace [ ] with test.
9291
9292 * configure.in (noconfigdirs): Do not add target-newlib if
9293 target == i[3456]86-*-linux*, and host == target.
9294
9295 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9296
9297 * configure.in: delete reference to absent file
9298
9299 * configure.in: replace '[' with 'test'
9300
9301 * configure.in: Eliminate references to gash.
9302 * Makefile.in: Eliminate references to gash.
9303
9304 * configure.in: remove useless references to 'pic' makefile fragments.
9305
9306 * configure.in: (*-*-windows*) Finish removing.
9307
9308 * configure.in: Eliminate redundant test for libgui.
9309
9310 2002-04-29 Roger Sayle <roger@eyesopen.com>
9311
9312 * MAINTAINERS: Add self and realphabetize. Update entries
9313 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9314 entry for a29k port maintainer.
9315
9316 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9317
9318 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9319 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9320
9321 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9322
9323 * configure.in: remove references to dead files
9324
9325 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9326
9327 * MAINTAINERS: Add information about purpose of this file.
9328
9329 2002-04-18 Tom Tromey <tromey@redhat.com>
9330
9331 * configure.in: Disallow configuring libgcj when it is already
9332 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9333 Solaris 2.8 by default. For PR libgcj/6158.
9334
9335 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9336
9337 * configure.in: Move default CC setting out of config/mh-* fragments
9338 directly into here.
9339
9340 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9341
9342 * configure.in: don't even try to configure or make a subdirectory
9343 if there's no configure script for it.
9344
9345 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9346
9347 * MAINTAINERS: Remove chill maintainers.
9348 * Makefile.in (CHILLFLAGS): Remove.
9349 (CHILL_LIB): Remove.
9350 (TARGET_CONFIGDIRS): Remove libchill.
9351 (CHILL_FOR_TARGET): Remove.
9352 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9353 CHILL_LIB.
9354 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9355 (CHECK_TARGET_MODULES): Likewise.
9356 (INSTALL_TARGET_MODULES): Likewise.
9357 (CLEAN_TARGET_MODULES): Likewise.
9358 (configure-target-libchill): Remove.
9359 (all-target-libchill): Remove.
9360 * configure.in (target_libs): Remove target-libchill.
9361 Do not compute CHILL_FOR_TARGET.
9362 * libchill: Remove directory.
9363
9364 2002-04-11 DJ Delorie <dj@redhat.com>
9365
9366 * Makefile.in, configure.in: Sync with binutils, entries
9367 follow...
9368
9369 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9370
9371 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9372 (do-tar, do-bz2): New rules.
9373 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9374 (gdb-tar): New rule.
9375 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9376 (insight_dejagnu.tar): New rule.
9377 (insight.tar): New rule.
9378 (gdb+dejagnu.tar): New rule.
9379 (gdb.tar): New rule.
9380
9381 2002-02-01 Mo DeJong <supermo@bayarea.net>
9382
9383 * Makefile.in: Add all-tix to deps for all-snavigator
9384 so that tix is built when building snavigator.
9385
9386 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9387
9388 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9389 ld and gdb are not supported.
9390
9391 2002-01-07 Mark Salter <msalter@redhat.com>
9392
9393 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9394 Allow target-libgloss to be built for arm, strongarm, and xscale.
9395
9396 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9397
9398 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9399 options for i[3456]86-pc-linux* native builds.
9400
9401 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9402
9403 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9404 files from .po files for a distribution.
9405
9406 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9407
9408 * configure.in: Enable libstdc++-v3 for h8300 targets.
9409
9410 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9411
9412 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9413 version from bfd/.
9414
9415 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9416
9417 * Makefile.in (VER): When present, extract the version number from
9418 the file version.in.
9419
9420 2001-05-24 Tom Rix <trix@redhat.com>
9421
9422 * configure.in : enable ld for aix
9423
9424 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9425
9426 * config.guess: Add linux target for S/390.
9427
9428 2000-11-07 Philip Blundell <pb@futuretv.com>
9429
9430 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9431
9432 2000-11-03 Philip Blundell <pb@futuretv.com>
9433
9434 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9435 files.
9436
9437 2001-01-15 Ben Elliston <bje@redhat.com>
9438
9439 * configure.in (host_tools): Add sid.
9440 Always configure cgen.
9441
9442 2000-11-24 Nick Clifton <nickc@redhat.com>
9443
9444 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9445
9446
9447 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9448
9449 * Makefile.in (ALL_MODULES): Add all-cgen.
9450 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9451 (all-cgen): New target.
9452 (all-opcodes,all-sim): Depend on all-cgen.
9453 * configure.in (host_tools): Add cgen.
9454 Only configure cgen if --enable-cgen-maint.
9455
9456 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9457
9458 * configure.in: Add *-*-freebsd* configurations.
9459
9460 2002-04-08 Tom Tromey <tromey@redhat.com>
9461
9462 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9463 Fixes PR libgcj/6068.
9464
9465 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9466
9467 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9468
9469 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9470
9471 * configure.in (alpha*-dec-osf*): Enable libgcj.
9472
9473 2003-03-27 Matthew Gingell <gingell@gnat.com>
9474
9475 * MAINTAINERS (Write After Approval): Add myself.
9476
9477 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9478
9479 Fix for: PR bootstrap/3591, target/5676
9480 * configure.in (mcore-pe): Disable the configuration of
9481 libstdc++-v3 since exceptions are not supported.
9482
9483 2002-03-20 Anthony Green <green@redhat.com>
9484
9485 * configure.in: Enable libgcj for xscale-elf target.
9486
9487 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9488
9489 * MAINTAINERS: Update my email address.
9490
9491 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9492
9493 * ltmain.sh (relink_command): Fix typo in previous change.
9494
9495 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9496
9497 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9498 (relink_command): Added --tag flags.
9499 (mode=install): If relinking fails; error out.
9500
9501 2002-03-12 Richard Henderson <rth@redhat.com>
9502
9503 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9504 .NOTPARALLEL tag.
9505 (do-check): Rename from check.
9506 (check): Allow parallel check.
9507
9508 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9509
9510 * MAINTAINERS: Add myself as maintainer for xtensa port.
9511 Fix alphabetical order in CPU port maintainer list.
9512 Remove myself from Write After Approval list.
9513
9514 2002-03-11 Richard Henderson <rth@redhat.com>
9515
9516 * Makefile.in (.NOTPARALLEL): Add fake tag.
9517
9518 2002-03-07 H.J. Lu (hjl@gnu.org)
9519
9520 * configure.in: Enable gprof for mips*-*-linux*.
9521
9522 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9523
9524 * MAINTAINERS (Write After Approval): Add myself.
9525
9526 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9527
9528 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9529 libjava.
9530 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9531
9532 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9533
9534 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9535 because its Makefile is there; test for the executable instead.
9536
9537 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9538
9539 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9540 libstdc++-v3 and libjava.
9541
9542 2002-02-11 Adam Megacz <adam@xwt.org>
9543
9544 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9545 boehm-gc
9546
9547 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9548
9549 * config.guess: Updated to 2002-01-30's version.
9550 * config.sub: Updated to 2002-02-01's version.
9551 Contribute sh64-elf.
9552 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9553 * configure.in: Added sh64-*-*.
9554
9555 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9556
9557 * MAINTAINERS: Belatedly add myself to write after approval list.
9558
9559 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9560
9561 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9562 Remove self as Write After Approval.
9563
9564 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9565
9566 * MAINTAINERS: Put self in as maintainer for contrib/regression
9567 directory.
9568
9569 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9570
9571 * MAINTAINERS: Update my email address.
9572
9573 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9574
9575 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9576 target-libiberty, and target-libgloss. Skip Java-related
9577 libraries if not supported for NetBSD on target CPU.
9578
9579 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9580
9581 * install-sh: Use _inst.$$_ for temp file name.
9582
9583 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9584
9585 * MAINTAINERS (Write After Approval): Move my contact info
9586 from here...
9587 (OS Port Maintainers): ...to here (netbsd).
9588
9589 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9590
9591 * MAINTAINERS (Write After Approval): Add myself.
9592
9593 2002-01-17 H.J. Lu <hjl@gnu.org>
9594
9595 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9596 (all-target-fastjar): Also depend on all-target-libiberty.
9597
9598 2002-01-16 H.J. Lu (hjl@gnu.org)
9599
9600 * config.guess: Import from master sources, rev 1.225.
9601 * config.sub: Import from master sources, rev 1.238.
9602
9603 2002-01-16 Kazu Hirata <kazu@hxi.com>
9604
9605 * MAINTAINERS (Write After Approval): Remove myself.
9606
9607 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9608
9609 * MAINTAINERS (Write After Approval): Add myself.
9610
9611 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9612
9613 * MAINTAINERS: Add self as docs co-maintainer.
9614
9615 2001-12-11 Matthias Klose <doko@debian.org>
9616
9617 * MAINTAINERS (Write After Approval): Add myself.
9618
9619 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9620
9621 * MAINTAINERS: Update my email address.
9622
9623 2001-12-07 Turly O'Connor <turly@apple.com>
9624 * MAINTAINERS (Write After Approval): Add myself.
9625 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9626 (rs6000_initialize_trampoline): Call __trampoline_setup for
9627 ABI_DARWIN too.
9628 * darwin-tramp.asm: New file, implements __trampoline_setup.
9629 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9630
9631 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9632
9633 * MAINTAINERS (Write After Approval): Add myself.
9634
9635 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9636
9637 * configure, configure.in: Use temp file for long sed commands.
9638
9639 2001-12-03 Laurent Guerby <guerby@acm.org>
9640
9641 * config.sub: Update to version 1.232 on subversion.
9642
9643 2001-12-03 Ben Elliston <bje@redhat.com>
9644
9645 * MAINTAINERS: Update mail address for config.* patches.
9646
9647 2001-11-27 DJ Delorie <dj@redhat.com>
9648 Zack Weinberg <zack@codesourcery.com>
9649
9650 When build != host, create libiberty for the build machine.
9651
9652 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9653 CONFIG_ARGUMENTS.
9654 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9655 New variables.
9656 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9657 and rules.
9658 (all.normal): Depend on ALL_BUILD_MODULES.
9659 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9660 (all-build-libiberty): Depend on configure-build-libiberty.
9661
9662 * configure: Calculate and substitute proper value for
9663 ALL_BUILD_MODULES.
9664 * configure.in: Create the build subdirectory.
9665 Calculate and substitute TARGET_CONFIGARGS (formerly
9666 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9667
9668 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9669
9670 * MAINTAINERS (write-after-approval): Add self.
9671
9672 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9673
9674 * MAINTAINERS (GNATS only accounts): Remove self.
9675
9676 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9677
9678 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9679 libf2c.
9680
9681 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9682
9683 * MAINTAINERS (Write After Approval): Add self.
9684
9685 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9686
9687 * MAINTAINERS: mips and s390 are also CPU ports.
9688
9689 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9690
9691 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9692
9693 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9694
9695 * MAINTAINERS: Alphabetize.
9696
9697 2001-11-09 Kazu Hirata <kazu@hxi.com>
9698
9699 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9700
9701 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9702
9703 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9704
9705 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9706
9707 * configure.in (--enable-languages): Be more permissive about
9708 syntax. Check for empty lists better. Warn about $LANGUAGES.
9709
9710 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9711
9712 * config.sub: Import from master sources, rev. 1.230.
9713 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9714
9715 2001-11-07 Laurent Guerby <guerby@acm.org>
9716
9717 * MAINTAINERS (Write After Approval): Add self.
9718
9719 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9720
9721 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9722
9723 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9724
9725 * config.sub: Import from master sources, rev 1.226.
9726 * config.guess: Import from master sources, rev 1.216.
9727
9728 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9729
9730 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9731 * MAINTAINERS: Add self as maintainer of MMIX port.
9732 Remove old after-approval entry.
9733
9734 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9735
9736 * ChangeLog, configure: Fix spelling errors.
9737
9738 2001-10-20 Brendan Kehoe <brendan@zen.org>
9739
9740 * MAINTAINERS: Tweak my address.
9741
9742 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9743
9744 * MAINTAINERS: Update my email address.
9745
9746 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9747
9748 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9749 * MAINTAINERS: Add self as maintainer of CRIS port.
9750
9751 2001-10-10 Geert Bosch <bosch@gnat.com>
9752
9753 * MAINTAINERS (Various maintainers: Ada front end):
9754 Added Robert Dewar.
9755
9756 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9757
9758 * MAINTAINERS (Write After Approval): Added self
9759
9760 2001-10-02 Geert Bosch <bosch@gnat.com>
9761
9762 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9763
9764 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9765
9766 * configure: Handle temporary files securely using mkdir.
9767
9768 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9769
9770 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9771
9772 2001-09-26 Will Cohen <wcohen@redhat.com>
9773
9774 * configure.in (*-*-linux*): Disable configuration of target-newlib
9775 and target-libgloss.
9776
9777 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9778
9779 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9780 RANLIB.
9781
9782 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9783
9784 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9785 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9786 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9787 avoid quotes nesting problems.
9788 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9789 (DO_X): Export only variables that are set.
9790
9791 2001-09-19 Ben Elliston <bje@redhat.com>
9792
9793 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9794 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9795 semantics. Use the shell built-in "type" command instead.
9796
9797 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9798
9799 Merged from gcc-3_0-branch:
9800 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9801 * ltcf-c.sh: Use $objext, not $ac_objext.
9802 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9803 * ltcf-cxx.sh: Add support for GNU.
9804 2001-07-22 Timothy Wall <twall@redhat.com>
9805 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9806 default settings if using GNU tools with that configuration.
9807 * ltcf-cxx.sh: Ditto.
9808 * ltcf-gcj.sh: Ditto.
9809 2001-07-21 Michael Chastain <chastain@redhat.com>
9810 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9811 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9812 * ltmain.sh: Mark as gcc-local.
9813
9814 2001-08-30 Eric Christopher <echristo@redhat.com>
9815 Jason Eckhardt <jle@redhat.com>
9816
9817 * config.guess: Merge from master sources.
9818 * config.sub: Merge from master sources, add support for mipsisa32.
9819
9820 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9821 * config.sub: Merge from master sources, rev 1.219.
9822 * MAINTAINERS: Add self as contact for stormy16 port.
9823
9824 2001-08-14 Zack Weinberg <zackw@panix.com>
9825
9826 * config.sub: Merge from master sources, rev 1.218.
9827 * config.guess: Merge from master sources, rev 1.209.
9828
9829 2001-08-11 Graham Stott <grahams@redhat.com>
9830
9831 * Makefile.in (check-c++): Add missing semicolon.
9832
9833 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9834
9835 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9836
9837 2001-07-30 Eric Christopher <echristo@redhat.com>
9838
9839 * MAINTAINERS (Various maintainers: mips port): Added myself.
9840
9841 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9842
9843 * configure.in (sh-*-linux*): New.
9844
9845 2001-07-27 Richard Henderson <rth@redhat.com>
9846
9847 * .cvsignore: Add LAST_UPDATED.
9848
9849 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9850
9851 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9852
9853 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9854
9855 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9856
9857 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9858
9859 * MAINTAINERS (Write After Approval): Added myself.
9860
9861 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9862
9863 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9864 and libgcj on m68hc11/m68hc12.
9865
9866 2001-06-27 H.J. Lu (hjl@gnu.org)
9867
9868 * Makefile (CFLAGS_FOR_BUILD): New.
9869 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9870
9871 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9872
9873 * README: Remove version number.
9874
9875 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9876
9877 * INSTALL/README: Update wrt. to the installation instructions now
9878 residing in gcc/doc/install.texi.
9879
9880 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9881
9882 * README: Replace with a cut-down and updated version of gcc/README.
9883
9884 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9885
9886 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9887 multilibs to be disabled.
9888
9889 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9890
9891 * MAINTAINERS (Write After Approval): Add myself.
9892
9893 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9894
9895 * config.guess: Import CVS version 1.195.
9896 * config.sub: Import CVS version 1.212.
9897
9898 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9899
9900 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9901 gcc/xgcc is built, use -print-prog-name to find out the program
9902 name to use.
9903
9904 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9905
9906 * config.guess: Import CVS version 1.194. All gcc-local changes
9907 appear to also be in the master copy.
9908 * config.sub: Import CVS version 1.211.
9909
9910 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9911
9912 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9913 with_gcc]: Use `gcc -shared' to build a shared library.
9914
9915 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9916
9917 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9918 archives.
9919
9920 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9921
9922 * MAINTAINERS (Write After Approval): Add myself.
9923
9924 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9925
9926 * configure.in (libstdcxx_flags): Do not try to execute
9927 libstdc++-v3/testsuite_flags until it exists.
9928
9929 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9930
9931 * MAINTAINERS: Update my email address.
9932
9933 2001-05-31 Graham Stott <grahams@redhat.com>
9934
9935 * MAINTAINERS (Write After Approval): Add myself.
9936
9937 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9938
9939 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9940 libraries when using g++ with native linker.
9941
9942 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9943
9944 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9945
9946 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9947
9948 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9949 [aix4*|aix5*]: Prepend blank.
9950
9951 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9952
9953 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9954 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9955 of subdir/configure scripts to use the new libtool.m4.
9956
9957 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9958
9959 * MAINTAINERS (Write After Approval): Add myself.
9960
9961 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9962
9963 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9964
9965 2001-05-11 Ben Elliston <bje@redhat.com>
9966
9967 * Makefile.in (all-sid): New target.
9968 (check-sid, clean-sid, install-sid): Likewise.
9969
9970 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9971
9972 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9973
9974 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9975
9976 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9977 libgcj.
9978
9979 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9980
9981 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9982 gcc/xgcc is built, use -print-prog-name to find out the program
9983 name to use.
9984
9985 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9986
9987 * configure.in (noconfigdirs): Don't reset it from scratch in the
9988 target case; only append to it.
9989
9990 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9991 sparc-*-solaris2.8]: Disable ${libgcj}.
9992
9993 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9994
9995 * configure.in (libgcj_saved): Copy from $libgcj.
9996 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9997 --disable-libgcj.
9998
9999 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10000
10001 * MAINTAINERS: Remove self as MIPS maintainer and
10002 C front end maintainer.
10003
10004 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10005
10006 * configure.in: Move *-chorusos target case to the proper switch.
10007 Disable libgcj.
10008
10009 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10010
10011 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10012 1.641.2.228.
10013
10014 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10015
10016 * Makefile.in (STAGE1_CFLAGS): Pass down.
10017
10018 2001-04-13 Alan Modra <amodra@one.net.au>
10019
10020 * config.guess: Add hppa64-linux support. Note for next import that
10021 this is already in the master file.
10022 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10023
10024 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10025
10026 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10027 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10028
10029 2001-04-11 Stan Shebs <shebs@apple.com>
10030
10031 * MAINTAINERS: Add self as Darwin port maintainer.
10032
10033 2001-04-11 Alan Modra <amodra@one.net.au>
10034
10035 * MAINTAINERS: Update my email address.
10036
10037 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
10038
10039 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10040 recent versions of FreeBSD (release 3 or later).
10041 * ltconfig: On FreeBSD, -lc must not be provided when building
10042 a shared library or else the standard -pthread gcc option is
10043 rendered worthless to later users of the built library.
10044
10045 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10046
10047 * MAINTAINERS: Add self and RTH as C front end maintainers.
10048
10049 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
10050
10051 * config.sub: Make sure to match an already-canonicalized
10052 machine name (eg. mn10300-unknown-elf).
10053
10054 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
10055
10056 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10057 New macros.
10058 (bootstrap, cross): Use RECURSE_FLAGS.
10059 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10060
10061 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
10062
10063 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10064
10065 2001-03-22 Colin Howell <chowell@redhat.com>
10066
10067 * Makefile.in (DO_X): Do not backslash single-quotes in
10068 backquotes (two places).
10069
10070 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10071
10072 Re-installed:
10073 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10074 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10075 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10076 * ltcf-cxx.sh: Likewise.
10077 * ltcf-gcj.sh: Likewise.
10078
10079 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10080
10081 * MAINTAINERS: Add myself as "documentation co-maintainer".
10082
10083 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10084
10085 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10086 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10087
10088 2001-03-19 Tom Tromey <tromey@redhat.com>
10089
10090 * config-ml.in: Handle GCJ and GCJFLAGS.
10091
10092 2001-03-21 Michael Chastain <chastain@redhat.com>
10093
10094 * Makefile.in: all-m4 depends on all-texinfo.
10095
10096 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
10097
10098 * MAINTAINERS: Add myself to write after approval list.
10099
10100 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
10101
10102 * Makefile.in (DO_X): Quote nested quotes.
10103
10104 2001-03-18 Alan Modra <alan@linuxcare.com.au>
10105
10106 * MAINTAINERS: Add myself to write after approval list.
10107
10108 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
10109
10110 * Makefile.in (DO_X): Use double quotes for quoting
10111 "RANLIB=$${RANLIB}".
10112
10113 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10114
10115 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10116
10117 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
10118
10119 * configure.in: Only use `lang_requires' for languages athat are
10120 actually enabled.
10121
10122 2001-03-08 Phil Edwards <pme@sources.redhat.com>
10123
10124 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10125
10126 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10127
10128 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10129
10130 2001-03-07 Tom Tromey <tromey@redhat.com>
10131
10132 * configure.in: Allow config-lang.in to set `lang_requires' to list
10133 of other required languages.
10134
10135 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10136
10137 * Makefile.in: Remove RANLIB definition. Use RANLIB
10138 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10139 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10140
10141 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10142 Alexandre Oliva <aoliva@redhat.com>
10143
10144 * Makefile.in (check-c++): Use tabs, not spaces.
10145
10146 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10147
10148 * MAINTAINERS: add myself to Write After Approval list.
10149
10150 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10151
10152 * Makefile.in (check-c++): New rule.
10153
10154 * configure.in (target_libs): Remove libg++.
10155 (noconfigdirs): Remove libg++.
10156 (noconfigdirs): Same.
10157 (noconfigdirs): Same.
10158 (noconfigdirs): Same.
10159
10160 * config-ml.in: Remove libg++ references.
10161
10162 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10163 (ALL_TARGET_MODULES): Same.
10164 (configure-target-libg++): Remove.
10165 (all-target-libg++): Remove.
10166 (configure-target-libio): Remove.
10167 (all-target-libio): Remove.
10168 (check-target-libio): Remove.
10169 (.PHONY): Remove.
10170 (libg++.tar.bz2): Remove.
10171 (all-target-cygmon): Remove libio.
10172 (all-target-libstdc++): Remove.
10173 (configure-target-libstdc++): Remove.
10174 (TARGET_LIB_PATH): Remove libstdc++.
10175 (ALL_GCC_CXX): Remove libstdc++.
10176 (all-target-gperf): Correct.
10177
10178 2001-02-16 Nick Clifton <nickc@redhat.com>
10179
10180 * configure.in (noconfigdirs): Allow configuration of texinfo
10181 for Cygwin hosts.
10182
10183 2001-02-15 Anthony Green <green@redhat.com>
10184
10185 * configure: Introduce GCJ_FOR_TARGET.
10186 * configure.in: Ditto.
10187 * Makefile.in: Ditto.
10188
10189 2001-02-13 Andreas Schwab <schwab@suse.de>
10190
10191 * MAINTAINERS: Update mail address.
10192
10193 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10194
10195 * config.guess: Add linux target for S/390.
10196 * config.sub: Likewise.
10197
10198 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10199
10200 * configure.in: for *-chorusos, don't config target-newlib and
10201 target-libgloss.
10202
10203 2001-02-06 Ben Elliston <bje@redhat.com>
10204
10205 * configure: Output host type to stdout, not stderr.
10206
10207 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10208
10209 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10210 * ltcf-cxx.sh: Likewise.
10211
10212 * config.if: Assume enable_libstdcxx_v3 is defined.
10213
10214 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10215
10216 Remove V2 C++ library.
10217 * configure.in: Remove --enable-libstdcxx_v3 support.
10218
10219 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10220
10221 * include/demangle.h: Add prototype for java_demangle_v3.
10222
10223 2001-01-29 Phil Edwards <pme@sources.redhat.com>
10224
10225 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10226
10227 2001-01-27 Richard Henderson <rth@redhat.com>
10228
10229 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10230
10231 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10232
10233 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10234 Don't unset, it's non-portable and no longer necessary, set to empty
10235 instead.
10236
10237 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10238
10239 * ltconfig: Shell portability fix for the tagname validity check.
10240
10241 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
10242
10243 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10244 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10245
10246 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10247
10248 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10249
10250 2001-01-26 Tom Tromey <tromey@redhat.com>
10251
10252 * configure.in: Allow libgcj to be built on Sparc Solaris.
10253
10254 2001-01-25 David Edelsohn <edelsohn@gnu.org>
10255
10256 * ltcf-c.sh: Add aix5 case.
10257 * ltcf-cxx.sh: Likewise.
10258 * ltconfig: Likewise.
10259
10260 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
10261
10262 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10263 keep at least one of build_libtool_libs or build_old_libs set to
10264 yes.
10265
10266 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10267 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10268
10269 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10270
10271 * configure.in: Enable libgcj on several additional platforms.
10272
10273 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10274
10275 * configure.in: Enable libgcj for linux targets.
10276
10277 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10278
10279 * MAINTAINERS (Write After Approval): Add myself.
10280
10281 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10282
10283 * MAINTAINERS: Add myself as vax port maintainer.
10284
10285 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10286
10287 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10288
10289 2001-01-09 Mike Stump <mrs@wrs.com>
10290
10291 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10292 failures of subdirectories.
10293
10294 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10295
10296 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10297 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10298 * ltcf-cxx.sh: Likewise.
10299 * ltcf-gcj.sh: Likewise.
10300 * ltconfig.sh: Fix typo.
10301
10302 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10303
10304 * configure: handle DOS-style absolute paths.
10305
10306 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10307
10308 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10309
10310 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10311
10312 * MAINTAINERS: Add myself as avr port co-maintainer.
10313
10314 2000-12-28 Ben Elliston <bje@redhat.com>
10315
10316 * MAINTAINERS: Add myself under ``Write After Approval''.
10317
10318 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10319
10320 * texinfo: Remove directory from GCC.
10321
10322 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10323
10324 * COPYING: Update to current
10325 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10326 to 19yy as example year in copyright notice).
10327
10328 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10329
10330 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10331 (libstdcxx_incdir): Pass down.
10332 * config.if: Remove expired bits for cxx_interface, add stub.
10333 (libstdcxx_incdir): Add variable for g++ include directory.
10334 * configure.in (gxx_include_dir): Use it.
10335
10336 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10337
10338 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10339 with old-email address from ``Write After Approval''.
10340
10341 2000-12-15 Andreas Jaeger <aj@suse.de>
10342
10343 * configure.in: Handle lang_dirs.
10344
10345 2000-12-14 Tom Tromey <tromey@redhat.com>
10346
10347 * MAINTAINERS: Removed brads.
10348
10349 * MAINTAINERS: Added gcj developers.
10350
10351 2000-12-13 Anthony Green <green@redhat.com>
10352
10353 * configure.in: Disable libgcj for any target not specifically
10354 listed. Disable libgcj for x86 and Alpha Linux until compatible
10355 with g++ abi.
10356
10357 2000-12-13 Mike Stump <mrs@wrs.com>
10358
10359 * Makefile.in (local-distclean): Also remove fastjar.
10360
10361 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10362
10363 * contrib/gcc_update: Add fastjar --touch entries.
10364
10365 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10366
10367 * configure.in: Disable language-specific target libraries for
10368 languages that aren't enabled.
10369
10370 2000-12-10 Anthony Green <green@redhat.com>
10371
10372 * configure.in: Define libgcj. Disable libgcj target libraries for
10373 most targets.
10374
10375 2000-12-10 Neil Booth <neilb@earthling.net>
10376
10377 * MAINTAINERS: Update mail address, remove from WAA list.
10378
10379 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10380
10381 * libjava: Imported from /cvs/java.
10382 * libffi: Likewise.
10383 * Boehm-gc: Likewise.
10384
10385 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10386
10387 * configure.in (target_libs): Revert 2000-12-08 patch.
10388 (noconfigdirs): Added target-libjava.
10389
10390 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10391
10392 * djunpack.bat: removed.
10393
10394 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10395
10396 * Makefile.in: handle DOS-style absolute paths.
10397 * config-ml.in: likewise.
10398 * symlink-tree: likewise.
10399
10400 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10401
10402 * fastjar: Imported.
10403
10404 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10405
10406 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10407 libjava.
10408 * configure.in (target_libs): Removed `target-libjava'.
10409
10410 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10411
10412 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10413 (ALL_MODULES): Added fastjar.
10414 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10415 (all-target-libjava): all-fastjar replaces all-zip.
10416 (all-fastjar): Added.
10417 (configure-target-fastjar, all-target-fastjar): Likewise.
10418 * configure.in (host_tools): Added fastjar.
10419
10420 2000-12-07 Mike Stump <mrs@wrs.com>
10421
10422 * Makefile.in (local-distclean): Remove leftover built files.
10423
10424 2000-11-24 Nick Clifton <nickc@redhat.com>
10425
10426 * configure.in (xscale-elf): Add target.
10427 (xscale-coff): Add target.
10428
10429 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10430
10431 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10432 recent versions of FreeBSD (release 3 or later).
10433 * ltconfig: On FreeBSD, -lc must not be provided when building
10434 a shared library or else the standard -pthread gcc option is
10435 rendered worthless to later users of the built library.
10436
10437 2000-11-16 Fred Fish <fnf@be.com>
10438
10439 * configure.in (enable_libstdcxx_v3): Fix typo,
10440 libstd++ -> libstdc++.
10441
10442 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10443
10444 * MAINTAINERS: Add self to Write After Approval list.
10445
10446 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10447
10448 * MAINTAINERS: Update my email address. Add myself to global write
10449 privs list.
10450
10451 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10452
10453 * Makefile.in: Merge with src and libgcj.
10454 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10455 configure-target-<library> when their configure scripts need the C
10456 or C++ library to have already been built to work properly.
10457 (do_proto_toplev): Set them to an empty string.
10458
10459 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10460 (REALLY_SET_LIB_PATH): Use them.
10461
10462 2000-11-17 Stan Shebs <shebs@apple.com>
10463
10464 * MAINTAINERS: Add self to Write After Approval list.
10465
10466 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10467
10468 * configure: Provide the original toplevel configure arguments
10469 (including $0) to subprocesses in the environment rather than
10470 through gcc/configargs.h.
10471
10472 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10473
10474 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10475 C99. Alphabetise "Write After Approval" list.
10476
10477 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10478
10479 * configure: Turn on libstdc++ V3 by default.
10480
10481 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10482 if we've got GCC.
10483
10484 2000-11-11 Philip Blundell <philb@gnu.org>
10485
10486 * MAINTAINERS: Add self to Write After Approval list.
10487
10488 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10489
10490 * ltcf-c.sh (aix4): Improve shared library configuration; require
10491 exporting symbols.
10492 * ltcf-cxx.sh (aix4): Define.
10493 * ltconfig (aix4): Define library and soname specs appropriate for
10494 AIX. Define command to create export symbols list.
10495
10496 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10497
10498 * config.sub: Add support for Sun Chorus
10499
10500 2000-10-31 Nick Clifton <nickc@redhat.com>
10501
10502 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10503 <name>@redhat.com. Also installed new email address for Clint
10504 Popetz.
10505
10506 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10507
10508 * etc: Remove directory from GCC.
10509
10510 2000-10-16 Michael Meissner <meissner@redhat.com>
10511
10512 * configure (gcc/configargs.h): Only create if there is a build GCC
10513 directory created.
10514
10515 2000-10-16 Matthias Klose <doko@debian.org>
10516
10517 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10518 when configured for libstdc++-v3.
10519
10520 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10521
10522 * configure: Save configure arguments to gcc/configargs.h.
10523
10524 2000-10-04 Philipp Thomas <pthomas@suse.de>
10525
10526 * config.guess: Import CVS version 1.157.
10527 * config.sub: Import CVS version 1.181.
10528
10529 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10530
10531 * Makefile.in (bootstrap): avoid recursion if subdir missing
10532 (cross): ditto
10533 (do-proto-toplev): ditto
10534
10535 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10536
10537 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10538 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10539
10540 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10541 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10542 all affected `configure' scripts.
10543
10544 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10545
10546 * MAINTAINERS: Add self as cpplib co-maintainer.
10547
10548 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10549
10550 * MAINTAINERS: Add self to Write After Approval list.
10551
10552 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10553
10554 * INSTALL/README: egcs -> GCC update.
10555
10556 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10557
10558 * MAINTAINERS: Add myself to Write After Approval list.
10559
10560 2000-09-15 Kazu Hirata <kazu@hxi.com>
10561
10562 * MAINTAINERS: Add myself to Write After Approval list.
10563
10564 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10565
10566 * configure.in: Do not build byacc for hppa64. Provide paths to the
10567 X11 libraries for hppa64.
10568
10569 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10570
10571 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10572
10573 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10574
10575 * Makefile.in (all-zlib): Added dummy target.
10576
10577 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10578 ltcf-gcj.sh: Updated from libtool multi-language branch.
10579
10580 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10581
10582 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10583 (bootstrap*): Depend on all-bootstrap.
10584
10585 2000-09-05 Philipp Thomas <pthomas@suse.de>
10586
10587 * config.guess: Import CVS version 1.156.
10588 * config.sub: Import CVS version 1.179.
10589
10590 2000-09-02 Anthony Green <green@cygnus.com>
10591
10592 * Makefile.in (all-gcc): Depend on all-zlib.
10593 (CLEAN_MODULES): Add clean-zlib.
10594 (ALL_MODULES): Add all-zlib.
10595 * configure.in (host_libs): Add zlib.
10596
10597 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10598
10599 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10600 crosses, but add gcc/include to the header search path for them.
10601
10602 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10603
10604 * MAINTAINERS: Add self to Write After Approval list.
10605
10606 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10607
10608 * config.guess: Import CVS version 1.152.
10609 * config.sub: Import CVS version 1.177.
10610
10611 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10612
10613 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10614 $targargs to tell whether newlib is going to be built.
10615
10616 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10617 $$r/TARGET_SUBDIR/libio for _G_config.h.
10618
10619 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10620
10621 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10622
10623 2000-08-22 DJ Delorie <dj@redhat.com>
10624
10625 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10626
10627 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10628
10629 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10630 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10631 sub-configures.
10632
10633 2000-08-21 DJ Delorie <dj@redhat.com>
10634
10635 * MAINTAINERS: Add self as a libiberty maintainer
10636
10637 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10638
10639 * configure.in (libstdcxx_flags): Use
10640 libstdc++-v3/src/libstdc++.INC.
10641
10642 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10643
10644 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10645
10646 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10647
10648 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10649
10650 * configure: Make enable_threads and enable_shared defaults
10651 explicit. Substitute enable_threads into generated Makefiles.
10652 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10653 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10654
10655 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10656
10657 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10658
10659 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10660
10661 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10662 previous delta.
10663
10664 2000-08-11 Jason Merrill <jason@redhat.com>
10665
10666 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10667 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10668 (FLAGS_FOR_TARGET): Not here.
10669 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10670
10671 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10672
10673 * config-ml.in (CC, CXX): Don't introduce a leading space.
10674
10675 2000-08-07 DJ Delorie <dj@delorie.com>
10676
10677 * MAINTAINERS: Add self as a DJGPP maintainer
10678
10679 2000-08-07 DJ Delorie <dj@redhat.com>
10680
10681 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10682 "if we're also building gcc, and it's a gcc that will run on the
10683 build machine, we want to use its includes instead of the system's
10684 default includes".
10685
10686 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10687
10688 * MAINTAINERS: Add self to Write After Approval list.
10689
10690 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10691
10692 * configure.in (libstdcxx_flags): Don't use `"'.
10693
10694 * config-ml.in: Adjust multilib search paths to the
10695 appropriate multilib tree.
10696
10697 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10698
10699 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10700 commas in $LANGUAGES.
10701
10702 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10703
10704 * configure.in: Re-enable all references to libg++ and librx.
10705
10706 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10707
10708 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10709 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10710 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10711 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10712
10713 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10714
10715 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10716
10717 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10718 CXX_FOR_TARGET for sed.
10719
10720 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10721
10722 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10723 Do not override if already set in the environment or in configure.
10724 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10725 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10726
10727 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10728
10729 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10730 the libtool CVS tree multi-language branch.
10731 * ltconfig, ltmain.sh: Updated.
10732
10733 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10734
10735 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10736 (clean-target): Depend on it.
10737
10738 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10739 (GCC_FOR_TARGET): Use it.
10740 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10741 * configure.in: ... here.
10742 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10743 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10744
10745 2000-07-24 Eric Christopher <echristo@cygnus.com>
10746
10747 * MAINTAINERS: Add self to Write After Approval list.
10748
10749 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10750
10751 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10752 (configure-target-libchill, configure-target-libobjc): Likewise.
10753
10754 * configure.in: Use the same cache file for all target libs.
10755 * config-ml.in: But different cache files per multilib variant.
10756
10757 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10758
10759 * configure (topsrcdir): Don't use dirname.
10760
10761 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10762
10763 * MAINTAINERS: Add self to Write After Approval list.
10764
10765 2000-07-20 Jason Merrill <jason@redhat.com>
10766
10767 * configure.in: Remove all references to libg++ and librx.
10768
10769 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10770
10771 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10772
10773 * config.sub: Update to subversions version 2000-07-06.
10774
10775 2000-07-12 Andrew Haley <aph@cygnus.com>
10776
10777 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10778 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10779
10780 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10781
10782 * symlink-tree: Check number of arguments.
10783
10784 2000-07-05 Jim Wilson <wilson@cygnus.com>
10785
10786 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10787 search path for a g++ extracted from the build tree. This
10788 will allow link tests run by configure scripts in
10789 subdirectories to succeed.
10790
10791 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10792
10793 * ltconfig: Add support for mips-dde-sysv4.2MP
10794
10795 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10796
10797 * MAINTAINERS: Add myself as loop discovery maintainer.
10798
10799 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10800
10801 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10802 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10803
10804 2000-06-19 Timothy Wall <twall@cygnus.com>
10805
10806 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10807 * config.sub: Add tic54x target.
10808
10809 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10810
10811 * MAINTAINERS: Add self as Fortran maintainer,
10812 remove Craig Burley.
10813
10814 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10815
10816 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10817 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10818
10819 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10820
10821 * MAINTAINERS: Add self as i18n maintainer
10822
10823 20000-05-21 H.J. Lu (hjl@gnu.org)
10824
10825 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10826 directory are used if they exist. Make sure
10827 $(build_tooldir)/include is searched for header files,
10828 $(build_tooldir)/lib/ for library files.
10829 (GCC_FOR_TARGET): Likewise.
10830 (CXX_FOR_TARGET): Likewise.
10831
10832 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10833
10834 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10835
10836 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10837
10838 * Makefile.in (configure-target-libiberty): Depend on
10839 configure-target-newlib.
10840
10841 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10842
10843 * configure.in, Makefile.in: Merge all libffi-related
10844 configury stuff from the libgcj tree.
10845
10846 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10847
10848 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10849 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10850
10851 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10852
10853 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10854 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10855 current version information. Add to proto-toplev directory.
10856 (gdb-taz): Build do-djunpack.
10857
10858 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10859
10860 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10861
10862 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10863
10864 * MAINTAINERS: Add self to Write After Approval list.
10865
10866 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10867
10868 * ltmain.sh: Preserve in relink_command any environment
10869 variables that may affect the linker behavior.
10870
10871 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10872
10873 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10874
10875 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10876
10877 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10878
10879 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10880
10881 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10882 with the version name.
10883
10884 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10885
10886 * MAINTAINERS: Add self as bb-reorder maintainer.
10887
10888 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10889
10890 * config.if: Tweak.
10891
10892 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10893
10894 * djunpack.bat: New file.
10895
10896 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10897
10898 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10899 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10900 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10901 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10902
10903 2000-04-16 Dave Pitts <dpitts@cozx.com>
10904
10905 * config.sub (case $basic_machine): Change default for "ibm-*"
10906 to "openedition".
10907
10908 2000-04-13 Andreas Jaeger <aj@suse.de>
10909
10910 * MAINTAINERS: Added myself.
10911
10912 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10913
10914 * Makefile.in (gdb-taz): New target. GDB specific archive.
10915 (do-md5sum): New target.
10916 (MD5PROG): Define.
10917 (PACKAGE): Default to TOOL.
10918 (VER): Default to a shell script.
10919 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10920 md5 checksum generation.
10921 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10922 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10923 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10924 insight.tar.bz2): Use gdb-taz to create archive.
10925
10926 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10927
10928 * configure (warn_cflags): Delete.
10929
10930 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10931
10932 * MAINTAINERS: Added myself.
10933
10934 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10935 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10936
10937 * configure.in (enable_libstdcxx_v3): Add.
10938 (target_libs): Add bits here to switch between libstdc++-v2 and
10939 libstdc++-v3.
10940 * config.if: And this file too.
10941 * Makefile.in: Add libstdc++-v3 targets.
10942
10943 2000-04-05 Michael Meissner <meissner@redhat.com>
10944
10945 * config.sub (d30v): Add d30v as a basic machine type.
10946
10947 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10948
10949 * configure.in: -linux-gnu*, not -linux-gnu.
10950
10951 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10952
10953 * MAINTAINERS: Add self in write-after-approval section.
10954
10955 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10956
10957 * MAINTAINERS: Add self as ia64 port maintainer.
10958
10959 2000-03-08 Neil Booth <NeilB@earthling.net>
10960
10961 * MAINTAINERS: Add self in write-after-approval section.
10962
10963 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10964
10965 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10966 (do-tar-bz2): Replace TOOL with PACKAGE.
10967 (gdb.tar.bz2): Remove GDBTK from GDB package.
10968 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10969 dejagnu.tar.bz2): New packages.
10970
10971 2000-02-27 Andreas Jaeger <aj@suse.de>
10972
10973 * configure.in: Add entry for mips*-*-linux*, move catch all
10974 *-*-*linux* entry below this one.
10975
10976 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10977
10978 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10979
10980 2000-02-24 Nick Clifton <nickc@cygnus.com>
10981
10982 * config.sub: Support an OS of "wince".
10983
10984 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10985
10986 * config.guess, config.sub: Updated to match config's 2000-02-15
10987 version.
10988
10989 2000-02-23 Linas Vepstas <linas@linas.org>
10990
10991 * config.sub: Add support for Linux/IBM 370.
10992 * configure.in: Likewise.
10993
10994 2000-02-22 Nick Clifton <nickc@cygnus.com>
10995
10996 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10997
10998 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10999
11000 * config.guess: Guess "cygwin" rather than "cygwin32".
11001
11002 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11003
11004 * configure (gcc_version): When setting, narrow search to
11005 lines containing `version_string'.
11006
11007 2000-02-15 Denis Chertykov <denisc@overta.ru>
11008
11009 * config.sub: Add support for avr target.
11010
11011 2000-02-14 Nick Clifton <nickc@cygnus.com>
11012
11013 * MAINTAINERS: Add maintainers for MCore port.
11014
11015 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11016
11017 * config.sub: Add mmix-knuth-mmixware.
11018
11019 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11020
11021 * MAINTAINERS: Pair cccp with cpplib maintainership.
11022
11023 2000-01-27 Christopher Faylor <cgf@redhat.com>
11024
11025 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11026 structure stuff to -L library search.
11027 (CXX_FOR_TARGET): Ditto.
11028 (CROSS_CHECK_MODULES): Fix spelling mistake.
11029
11030 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11031
11032 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11033 the C++ compiler.
11034
11035 2000-01-12 Richard Henderson <rth@cygnus.com>
11036
11037 * configure.in: Don't build some bits for beos.
11038
11039 2000-01-12 Joel Sherrill (joel@OARcorp.com)
11040
11041 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11042 as include files.
11043
11044 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11045
11046 * Add self as cpplib maintainer, as requested by Jason
11047 Merrill. Correct my e-mail address.
11048
11049 2000-01-06 Geoff Keating <geoffk@cygnus.com>
11050
11051 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11052 not mh-aix43.
11053
11054 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11055
11056 * MAINTAINERS: Add myself to "write after approval" list.
11057
11058 1999-12-14 Richard Henderson <rth@cygnus.com>
11059
11060 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11061 * config.sub: Accept alphaev[78], alphaev8.
11062
11063 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11064
11065 * config.guess, config.sub: Update from autoconf.
11066
11067 1999-11-29 Bruce Korb <autogen@linuxbox.com>
11068
11069 * MAINTAINERS: update my playtime e-address.
11070
11071 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11072
11073 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11074 necessary libraries are missing.
11075
11076 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11077
11078 * MAINTAINERS: Add new 'write after approval' maintainer.
11079
11080 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11081
11082 * MAINTAINERS: Add new Java maintainer.
11083
11084 1999-10-25 Andreas Schwab <schwab@suse.de>
11085
11086 * configure: Fix quoting inside arguments of eval.
11087
11088 1999-10-21 Nick Clifton <nickc@cygnus.com>
11089
11090 * config-ml.in: Allow suppression of some ARM multilibs.
11091
11092 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11093
11094 * config.guess: Add OS/390 match pattern.
11095 * config.sub: Add mvs, openedition targets.
11096 * configure.in (i370-ibm-opened*): New.
11097
11098 1999-09-04 Steve Chamberlain <sac@pobox.com>
11099
11100 * config.sub: Add support for configuring for pj.
11101
11102 1999-08-31 Nick Clifton <nickc@cygnus.com>
11103
11104 * config.sub (maybe_os): Add support for configuring for fr30.
11105
11106 1999-08-25 Nick Clifton <nickc@cygnus.com>
11107
11108 * configure.in: Do not configure or build ld for AIX
11109 platforms. ld is known to be broken on these platforms.
11110
11111 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11112
11113 * config-ml.in: Pass compiler flag corresponding to multidirs to
11114 subdir configures.
11115
11116 1999-08-09 Ian Lance Taylor <ian@zembu.com>
11117
11118 * Makefile.in (LDFLAGS): Define.
11119
11120 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11121
11122 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11123 noconfigdirs.
11124 (*-*-cygwin*): Likewise.
11125
11126 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11127
11128 * mkdep: New file.
11129 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11130 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11131
11132 From Eli Zaretskii <eliz@is.elta.co.il>:
11133 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11134 long file name when using DJGPP on MS-DOS.
11135
11136 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11137
11138 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11139
11140 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11141
11142 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11143 dependency as this causes "make check" to globally "make all"
11144
11145 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11146
11147 * configure.in (target_libs): Added target-zlib.
11148 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11149 (CONFIGURE_TARGET_MODULES): Likewise.
11150 (CHECK_TARGET_MODULES): Likewise.
11151 (INSTALL_TARGET_MODULES): Likewise.
11152 (CLEAN_TARGET_MODULES): Likewise.
11153 (configure-target-zlib): New target.
11154 (all-target-zlib): Likewise.
11155 (all-target-libjava): Depend on all-target-zlib.
11156 (configure-target-libjava): Depend on configure-target-zlib.
11157
11158 * Makefile.in (configure-target-libjava): Depend on
11159 configure-target-newlib.
11160 (configure-target-boehm-gc): New target.
11161 (configure-target-qthreads): New target.
11162
11163 * configure.in (target_libs): Added target-qthreads.
11164 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11165 (CONFIGURE_TARGET_MODULES): Likewise.
11166 (CHECK_TARGET_MODULES): Likewise.
11167 (INSTALL_TARGET_MODULES): Likewise.
11168 (CLEAN_TARGET_MODULES): Likewise.
11169 (all-target-qthreads): New target.
11170 (configure-target-libjava): Depend on configure-target-qthreads.
11171 (all-target-libjava): Depend on all-target-qthreads.
11172
11173 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11174 (CONFIGURE_TARGET_MODULES): Likewise.
11175 (CHECK_TARGET_MODULES): Likewise.
11176 (INSTALL_TARGET_MODULES): Likewise.
11177 (CLEAN_TARGET_MODULES): Likewise.
11178 (all-target-libjava): New target.
11179 (all-target-boehm-gc): Likewise.
11180 * configure.in (target_libs): Added libjava, boehm-gc.
11181
11182 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11183
11184 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11185 configure.bat in SUPPORT_FILES.
11186 (gas+binutils.tar.bz2): Likewise.
11187
11188 * makeall.bat: Remove; obsolete.
11189
11190 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11191
11192 From Mark Elbrecht:
11193 * configure.bat: Remove; obsolete.
11194
11195 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11196
11197 * configure: Add -W -Wall to the default CFLAGS when compiling with
11198 gcc.
11199
11200 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11201
11202 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11203
11204 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11205
11206 * configure.in: Build ld on IRIX6.
11207
11208 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11209
11210 * Makefile.in: Change distribution targets to use bzip2 instead of
11211 gzip.
11212 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11213 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11214
11215 1999-06-04 Nick Clifton <nickc@cygnus.com>
11216
11217 * config.sub: Add mcore target.
11218
11219 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11220
11221 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11222
11223 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11224
11225 * config.guess (dummy): Changed to $dummy.
11226
11227 1999-05-24 Nick Clifton <nickc@cygnus.com>
11228
11229 * config.sub: Tidied up case statements.
11230
11231 1999-05-22 Ben Elliston <bje@cygnus.com>
11232
11233 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11234 <jiro@din.or.jp>.
11235
11236 * config.guess: Merge with FSF version. Future changes will be
11237 more accurately recorded in this ChangeLog.
11238 * config.sub: Likewise.
11239
11240 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11241
11242 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11243
11244 1999-04-30 Tom Tromey <tromey@cygnus.com>
11245
11246 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11247
11248 1999-04-23 Tom Tromey <tromey@cygnus.com>
11249
11250 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11251
11252 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
11253
11254 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11255 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11256 Bad merge removed these two changes.
11257
11258 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
11259 Martin Heller (Ing.-Buero_Heller@t-online.de)
11260
11261 * config.guess (interix Alpha): Add.
11262
11263 1999-04-11 Richard Henderson <rth@cygnus.com>
11264
11265 * configure.in (i?86-*-beos*): Do config gperf; don't config
11266 gdb, newlib, or libgloss.
11267
11268 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
11269
11270 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11271 link a trivial program with -mabi=64. If it fails, remove mabi=64
11272 from multidirs.
11273
11274 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11275
11276 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11277
11278 1999-04-08 Nick Clifton <nickc@cygnus.com>
11279
11280 * config.sub: Add support for mcore targets.
11281
11282 1999-04-07 Michael Meissner <meissner@cygnus.com>
11283
11284 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11285 not mt-ospace, in order to shut up assembler warning about using
11286 symbols that are named the same as registers.
11287
11288 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
11289
11290 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11291 dependency list for all-target-cygmon.
11292
11293 1999-04-05 Doug Evans <devans@casey.cygnus.com>
11294
11295 * config-ml.in: Check $host, not $target, for selective multilibs.
11296 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11297 thumb interworking, and underscore prefix multilibs.
11298
11299 1999-04-04 Ian Lance Taylor <ian@zembu.com>
11300
11301 * missing: Update to version from current automake.
11302
11303 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11304
11305 * configure (gxx_include_dir): Removed.
11306
11307 * configure.in (gxx_include_dir): Handle it.
11308 * Makefile.in: Likewise.
11309
11310 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11311
11312 * config.sub (mips64vr4111,mips64vr4111el) Add.
11313
11314 1999-03-21 Ben Elliston <bje@cygnus.com>
11315
11316 * config.guess: Correct typo for detecting ELF on FreeBSD.
11317
11318 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11319
11320 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11321 config/mh-djgpp.
11322
11323 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11324
11325 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11326 all-target-newlib to dependency list for all-target-bsp.
11327
11328 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11329
11330 * config.sub: Add i386-uwin support.
11331 * config.guess: Likewise.
11332
11333 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11334
11335 * configure.in: cleanup, add mh-*pic handling for arm, special
11336 case powerpc*-*-aix*
11337
11338 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11339
11340 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11341 can be built.
11342
11343 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11344
11345 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11346 targets.
11347
11348 1999-03-02 Nick Clifton <nickc@cygnus.com>
11349
11350 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11351
11352 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11353
11354 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11355
11356 1999-02-24 Nick Clifton <nickc@cygnus.com>
11357
11358 * config.sub: Fix typo in arm recognition.
11359
11360 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11361
11362 * configure.in (noconfigdirs): Changed target_configdirs to
11363 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11364 rather than m68k-*-* since it is not known to work on
11365 m68k-aout. Ditto for arm-*-*oabi.
11366
11367 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11368
11369 * configure.in (*-*-windows*): Remove, no longer used.
11370
11371 1999-02-19 Ben Elliston <bje@cygnus.com>
11372
11373 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11374 Smart and improved by Andrew Cagney.
11375
11376 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11377
11378 * config.guess: Recognize openbsd-*-hppa.
11379
11380 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11381
11382 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11383 only if it is not empty.
11384
11385 1999-02-17 Nick Clifton <nickc@cygnus.com>
11386
11387 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11388
11389 * config.guess: Modified to recognize uname's armv* syntax.
11390
11391 * config.sub: Modified to recognize uname's armv* syntax.
11392
11393 1999-02-17 Mark Salter <msalter@cygnus.com>
11394
11395 * configure.in: Added target-bsp for sparclite.
11396
11397 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11398
11399 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11400
11401 1999-02-08 Nick Clifton <nickc@cygnus.com>
11402
11403 * configure.in: Add support for strongarm port.
11404 * config.sub: Add support for strongarm target.
11405
11406 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11407
11408 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11409 the old name config/mh-cygwin32.
11410 Enable texinfo.
11411
11412 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11413
11414 * configure.in: Do build ld for ix86 Solaris.
11415
11416 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11417
11418 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11419 $AR_FOR_TARGET. Likewise for RANLIB.
11420
11421 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11422
11423 * config.sub (oabi): Recognize.
11424 * configure.in (arm-*-oabi): Handle.
11425
11426 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11427
11428 * config.guess: Improve detection of i686 on UnixWare 7.
11429
11430 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11431
11432 * config.guess: Add support for i386-pc-interix.
11433 * config.sub: Likewise.
11434 * configure.in: Likewise.
11435
11436 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11437
11438 * Makefile.in: Remove unneeded all-target-libio from
11439 from all-target-winsup target since it is now unneeded.
11440 Add all-target-libtermcap in its place since it is now
11441 needed.
11442
11443 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11444
11445 * configure.in: makefile stub for cygwin target is probably
11446 unnecessary. Remove it for now.
11447
11448 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11449
11450 * configure.in: libtermcap.a should be built when cygwin is the
11451 target as well as the host.
11452 * config.guess: Allow mixed case in cygwin uname output.
11453 * Makefile.in: Add libtermcap target.
11454
11455 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11456
11457 * config.sub: Clean up handling of hppa2.0.
11458
11459 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11460
11461 * config.guess: Use C code to identify more HP machines.
11462
11463 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11464
11465 * config.sub: Handle hppa2.0.
11466
11467 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11468
11469 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11470 cygmon for all sparclite targets, regardless of object format.
11471
11472 1998-12-15 Mark Salter <msalter@cygnus.com>
11473
11474 * configure.in: Added target-bsp for several target architectures.
11475
11476 * Makefile.in: Added rules for bsp.
11477
11478 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11479
11480 * config.guess: Improve detection of hppa2.0 processors.
11481
11482 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11483
11484 * config.guess: Recognize FreeBSD using ELF automatically.
11485
11486 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11487
11488 * configure (skip-this-dir): Add handling for new shell script, which
11489 might be created by a sub-directory's configure to indicate, this particular
11490 directory is "unwanted".
11491 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11492
11493 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11494
11495 * ltconfig: import from libtool, after changing libtool to
11496 account for the cygwin name change.
11497
11498 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11499
11500 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11501 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11502
11503 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11504
11505 * configure.in: Add libtermcap to list of cygwin dependencies.
11506
11507 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11508
11509 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11510 they include winsup/include when it's a cygwin target.
11511
11512 1998-11-12 Tom Tromey <tromey@cygnus.com>
11513
11514 * configure.in (host_tools): Added zip.
11515 * Makefile.in (all-target-libjava): Depend on all-zip.
11516 (all-zip): New target.
11517 (ALL_MODULES): Added all-zip.
11518 (NATIVE_CHECK_MODULES): Added check-zip.
11519 (INSTALL_MODULES): Added install-zip.
11520 (CLEAN_MODULES): Added clean-zip.
11521
11522 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11523
11524 * Makefile.in: lose "32" from comment about cygwin.
11525
11526 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11527
11528 * configure.in: Use -Os to build target libraries for the fr30.
11529
11530 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11531
11532 * config.sub: Add fr30.
11533
11534 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11535
11536 * configure.in: drop "32" from config/mh-cygwin32. Check
11537 cygwin* instead of cygwin32*.
11538 * config.sub: Check cygwin* instead of cygwin32*.
11539
11540 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11541
11542 * config.guess: Match any version of Unixware7.
11543
11544 1998-10-20 Syd Polk <spolk@cygnus.com>
11545
11546 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11547 if desired.
11548
11549 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11550
11551 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11552 these if the appropriate directories and files to not exist.
11553
11554 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11555
11556 * Makefile.in (DEVO_SUPPORT): Add config.if.
11557
11558 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11559
11560 * configure: Add pattern to replace "build_tooldir"'s
11561 definition in the generated Makefile with "tooldir"'s
11562 actual value.
11563
11564 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11565
11566 * config.sub: Bring back lost sparcv9.
11567
11568 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11569
11570 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11571
11572 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11573 CC_FOR_TARGET and friends.
11574
11575 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11576
11577 * Makefile.in (build_tooldir): New variable, same as tooldir.
11578 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11579 -B$(build_tooldir)/bin/.
11580 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11581
11582 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11583
11584 * README: Remove installation instructions and refer to the
11585 INSTALL directory instead.
11586
11587 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11588
11589 * config.sub: Add support for i[34567]86-pc-udk.
11590 * configure.in: Likewise.
11591
11592 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11593
11594 * Makefile.in: add bzip2 package building bits for user
11595 tools module
11596 * configure.in: ditto
11597
11598 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11599
11600 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11601 (ALL_TARGET_MODULES): Add all-target-libobjc.
11602 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11603 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11604 (all-target-libchill): Add dependencies.
11605 * configure.in (target_libs): Add libchill.
11606
11607 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11608
11609 * configure.in (target_subdir): Remove duplicate line.
11610
11611 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11612
11613 * Makefile.in (all-automake): fix dependencies.
11614
11615 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11616
11617 * configure.in: Minor cleanups for building in the $(target_alias)
11618 subdir.
11619
11620 1998-09-22 Jim Wilson <wilson@cygnus.com>
11621
11622 * Makefile.in (bootstrap): Set r and s before make all. Use
11623 BASE_FLAGS_TO_PASS in make all.
11624 (cross): Likewise.
11625
11626 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11627
11628 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11629
11630 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11631
11632 * config.sub: Fix typo in last change.
11633
11634 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11635
11636 * config.sub: Add support for C4x target.
11637 * configure.in: Likewise.
11638
11639 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11640
11641 * config.sub: Recognize sparcv9 just like sparc64.
11642
11643 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11644
11645 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11646
11647 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11648
11649 * config.guess: Correctly identify Pentium II sco boxes.
11650
11651 * config.guess: Fix "tr" code. From Weiwen Liu.
11652
11653 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11654
11655 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11656 stabs.
11657
11658 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11659
11660 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11661 (ALL_TARGET_MODULES): Add all-target-libchill.
11662 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11663 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11664 (all-target-libchill): Add dependencies.
11665 * configure.in (target_libs): Add libchill.
11666
11667 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11668
11669 * config.guess: Avoid assumptions about "tr" behaves when
11670 LANG is set to something other than English.
11671
11672 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11673
11674 * configure (gxx_include_dir): Changed to
11675 '${prefix}/include/g++'-${libstdcxx_interface}.
11676
11677 * config.if: New to determine the interfaces.
11678
11679 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11680
11681 * config.guess: Detect and handle MPE/IX.
11682 * config.sub: Deal with MPE/IX.
11683
11684 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11685
11686 * configure.in: Use mh-aix43.
11687
11688 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11689
11690 * configure: Fix --without/--disable cases for gxx-include-dir.
11691
11692 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11693
11694 * mdata-sh: Imported. Needed for automake support.
11695
11696 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11697
11698 * Makefile.in (taz): Try "chmod -R og=u ." before
11699 "chmod og=u `find . -print`".
11700
11701 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11702
11703 * configure.in: Add arm-elf and thumb-elf support.
11704
11705 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11706
11707 * Makefile.in: Undo previous patch.
11708
11709 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11710
11711 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11712 to here ...
11713 (install-no-fixedincludes): and here
11714 (INSTALL_MODULES): ... from here.
11715
11716 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11717
11718 * config.sub: Merge with FSF.
11719
11720 * config.guess: Merge with FSF.
11721
11722 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11723
11724 * configure (extraconfigdirs): New variable.
11725 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11726 * Makefile.in (all): Move higher in file.
11727 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11728 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11729 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11730 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11731 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11732
11733 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11734
11735 * Makefile.in (all-target-libjava): Depend on all-gcc and
11736 all-target-newlib.
11737 (configure-target-libjava): Depend on $(ALL_GCC).
11738
11739 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11740
11741 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11742 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11743
11744 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11745
11746 * INSTALL/README: Fix typo.
11747
11748 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11749
11750 * ylwrap: Change absolute path checks to check for DOS style path
11751 names.
11752
11753 * ylwrap: Don't use a full path name if the source file is in the
11754 same directory. From hjl@lucon.org (H.J. Lu).
11755
11756 * config-ml.in: Default to being verbose, to match Feb 18 change to
11757 configure.
11758
11759 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11760
11761 Brought over from egcs:
11762
11763 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11764
11765 * configure.in (target_subdir): Set to ${target_alias} instead
11766 of "libraries".
11767
11768 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11769
11770 * configure.in (target_subdir): Set to libraries if enable_multilib.
11771
11772 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11773
11774 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11775 multilibs, force reconfiguration the first time we create
11776 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11777
11778 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11779
11780 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11781 avoid confusion with --no-recursion.
11782
11783 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11784
11785 * configure.in: Win32 hosts shouldn't use install -x
11786 * install-sh: remove -x option, and special .exe-handling
11787 hack.
11788
11789 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11790
11791 * config.guess: Recognize i586-pc-beos.
11792 * configure.in: Don't build some bits for beos.
11793
11794 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11795
11796 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11797 CFLAGS default to -O2.
11798
11799 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11800 when using GNU ld.
11801
11802 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11803
11804 * ltmain.sh: Correct install when using a different shell.
11805
11806 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11807
11808 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11809
11810 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11811
11812 * makefile.vms: Update to build binutils/makefile.vms. Add install
11813 target.
11814
11815 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11816
11817 * ltconfig: Update to correct AIX handling.
11818
11819 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11820
11821 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11822
11823 * configure.in (target_subdir): Set to ${target_alias} instead
11824 of "libraries".
11825
11826 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11827
11828 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11829 (Makefile): Depend on $(gcc_version_trigger).
11830
11831 * configure (gcc_version): Change default initializer to empty
11832 string.
11833 (gcc_version_trigger): New variable; pass this variable down
11834 to subdir configures to enable them checking gcc's version
11835 themselves. Emit make macros for both gcc_version vars.
11836 (topsrcdir): Initialize reliably.
11837 (recursion line): Remove --with-gcc-version=${gcc_version}.
11838
11839 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11840
11841 * configure (enable_version_specific_runtime_libs): Implement new flag
11842 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11843 in $(libsubdir); emit definition in each generated Makefile.
11844 (gxx_include_dir): Initialize depending on
11845 $enable_version_specific_runtime_libs.
11846
11847 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11848
11849 * configure (gcc_version): Initialize properly depending on
11850 how and where configure is started.
11851 (recursion line): Pass a --with-gcc-version=${gcc_version}
11852 to configures in subdirs.
11853
11854 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11855
11856 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11857 cygmon
11858
11859 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11860
11861 * configure.in: Add cygmon and libstub support for mn10200.
11862
11863 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11864
11865 * configure (gcc_version): Add new variable describing the
11866 particular gcc version we're building.
11867 * Makefile.in (libsubdir): Add new macro for the directory
11868 in which the compiler finds executables, libraries, etc.
11869 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11870 and libsubdir.
11871
11872 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11873
11874 * Makefile.in (local-clean): Remove *.log.
11875 (warning.log): Built with warn_summary from build.log.
11876 (mail-report.log): Run test_summary.
11877 (mail-report-with-warnings.log): Run test_summary including
11878 warning.log in the report.
11879
11880 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11881
11882 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11883
11884 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11885
11886 * Makefile.in (grep): Grep no longer depends on libiberty.
11887
11888 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11889
11890 * Makefile.in: all-snavigator needs all-libgui.
11891
11892 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11893
11894 * configure.in: Add cygmon and libstub support for mn10300.
11895
11896 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11897
11898 * missing: Update to version from automake 1.3.
11899
11900 * ltmain.sh: On installation, don't get confused if the same name
11901 appears more than once in the list of library names.
11902
11903 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11904
11905 * config.sub: Accept m68060 and m5200 as CPU names.
11906
11907 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11908
11909 * configure: Use && rather than using -a in test, because odd
11910 strings can confuse test.
11911 * configure.in: Likewise.
11912
11913 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11914
11915 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11916
11917 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11918
11919 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11920 bootstrap4-lean): New targets.
11921
11922 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11923
11924 * mpw-* Delete. Not used.
11925
11926 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11927
11928 * COPYING.LIB: Update FSF address.
11929
11930 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11931
11932 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11933
11934 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11935 GAS_SUPPORT_DIRS.
11936
11937 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11938
11939 * ltconfig, ltmain.sh: Avoid producing a version number if
11940 -version-info was not used.
11941
11942 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11943
11944 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11945 building with newlib.
11946
11947 1998-04-30 Paul Eggert <eggert@twinsun.com>
11948
11949 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11950 Solaris `make' causes it to continue to next definition.
11951
11952 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11953
11954 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11955 the right GUI libraries and files are installed along with GDB.
11956
11957 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11958
11959 * configure.in: Change alpha to alpha* in several places.
11960
11961 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11962
11963 * config.sub: Recognize sparc86x.
11964
11965 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11966
11967 * configure.in (--enable-target-optspace): Remove debug echo.
11968
11969 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11970
11971 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11972
11973 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11974
11975 * ltconfig: Update cygwin32 support.
11976
11977 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11978 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11979 (GDB_SUPPORT_DIRS): Likewise.
11980
11981 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11982
11983 * configure.in (target_makefile_frag): If --enable-target-optspace,
11984 use -Os to compile target libraries rather than -O2. Default to
11985 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11986 not used.
11987 * configure.in (target_cflags): Ditto for d30v.
11988
11989 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11990
11991 * Makefile.in (all-bfd): Depend on all-intl.
11992 (all-binutils): Likewise.
11993 (all-gas): Likewise.
11994 (all-gprof): Likewise.
11995 (all-ld): Likewise.
11996
11997 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11998
11999 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12000
12001 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12002
12003 * Makefile.in (all-bfd): Depend upon all-libiberty.
12004
12005 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12006
12007 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12008
12009 * Makefile.in: Add libstub.
12010
12011 * configure.in: Ditto. Build libstub for targets that have cygmon
12012 support.
12013
12014 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12015
12016 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12017
12018 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12019
12020 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12021 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12022
12023 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12024
12025 * configure: Define DEFAULT_M4 by searching PATH.
12026 * Makfile.in: Use DEFAULT_M4.
12027
12028 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12029
12030 * ltconfig: Add cygwin32 support.
12031
12032 * Makefile.in, configure.in: Add libtool as a native only directory
12033 to configure and build.
12034
12035 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12036
12037 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12038
12039 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
12040
12041 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12042
12043 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12044
12045 * Makefile.in: add ash make rules
12046 * configure.in: add ash to native_only and host_tools lists
12047
12048 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12049
12050 * Makefile.in (all-gettext, all-intl): New targets.
12051 (ALL_MODULES): Added all-gettext, all-intl.
12052 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12053 (INSTALL_MODULES): Added install-gettext, install-intl.
12054 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12055
12056 * configure.in (host_tools): Added gettext.
12057 (native_only): Likewise.
12058 (noconfigdirs) [various cases]: Likewise.
12059 (host_libs): Added intl.
12060
12061 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12062
12063 * configure: Do not disable building gdbtk for cygwin32 hosts.
12064
12065 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12066
12067 * configure.in: Add thumb-coff target.
12068 * config.sub: Add thumb-coff target.
12069
12070 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12071
12072 * Makefile.in: Revert yesterday's change.
12073 (all-target-winsup): all-target-librx stays out of here.
12074
12075 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12076
12077 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12078 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12079 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12080 Remove references to librx and libg++.
12081
12082 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12083
12084 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12085 recursive makes
12086
12087 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12088
12089 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12090 for newlib directory.
12091 (CXX_FOR_TARGET): Likewise.
12092
12093 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12094
12095 * ltconfig: Update after libtool/ltconfig.in change for
12096 hpux11.
12097
12098 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12099
12100 * ltconfig, ltmain.sh: Update to libtool 1.2.
12101
12102 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12103
12104 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12105 (install-gcc-cross): Instead, override LANGUAGES here.
12106
12107 1998-03-18 Dave Love <d.love@dl.ac.uk>
12108
12109 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12110 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12111
12112 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12113
12114 * configure.in: Add Thumb-pe target.
12115
12116 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
12117
12118 * Makefile.in - changed sn targets to snavigator
12119 * configure.in - changed sn targets to snavigator
12120
12121 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12122
12123 * config-ml.in: After building symlink tree call make distclean
12124 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12125 to be the case for libiberty.
12126
12127 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12128
12129 * configure: When making link, also check the current
12130 directory. The configure scripts may create one.
12131
12132 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12133
12134 * config.sub: Accept alphapca56 and alphaev6 properly.
12135
12136 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12137
12138 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12139
12140 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12141
12142 * config.sub (sco5): Fix typo.
12143
12144 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12145
12146 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12147 install-itcl.
12148 (install-itcl): Remove dependency on install-tcl.
12149
12150 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12151
12152 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12153
12154 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12155
12156 * configure.in: Don't build libgui for a cygwin32 target when not on
12157 a cygwin32 host.
12158
12159 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12160
12161 * configure (redirect): Set to null, so default behavior of
12162 configure is now --verbose.
12163
12164 1998-02-16 Dave Love <d.love@dl.ac.uk>
12165
12166 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12167 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12168
12169 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12170
12171 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12172 this change to sync Makefile.in with its ChangeLog entries.
12173
12174 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12175
12176 * ltmain.sh (mkdir): Check that the directory doesn't exist
12177 before we exit with error, so that we don't get races during
12178 parallel builds.
12179
12180 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12181
12182 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12183
12184 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12185
12186 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12187 PICFLAG_FOR_TARGET.
12188 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12189
12190 * configure: Emit a definition for the new macro enable_shared
12191 into each Makefile.
12192
12193 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12194
12195 * configure.in (host_tools, native_only): Add libtool.
12196
12197 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12198
12199 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12200 Fix typo in ming config comment.
12201
12202 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12203
12204 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12205
12206 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12207
12208 * config.sub: Add tic30 cases, and map c30 to tic30.
12209
12210 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12211
12212 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12213 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12214 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12215 (CLEAN_TARGET_MODULES): Similarly
12216 (all-target-libf2c): Add dependences.
12217 * configure.in (target_libs): Add libf2c.
12218
12219 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12220
12221 * configure.in: Remove expect from noconfigdirs when target
12222 is cygwin32. OK to build expect and dejagnu with Canadian
12223 Cross.
12224
12225 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12226
12227 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12228 host.
12229
12230 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12231 and mingw32.
12232
12233 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12234
12235 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12236 here as it is not defined in the toplevel Makefile.
12237
12238 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12239
12240 * configure (package_makefile_rules_frag): New variable, which names
12241 a file with generic rules, ...
12242 Change comment to mention we now have FIVE parts.
12243 * configure: Undo last change.
12244
12245 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12246
12247 * config.guess: More accurate determination of HP processor types.
12248 * config.sub: More accurate determination of HP processor types.
12249
12250 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12251
12252 * configure (package_makefile_frag): Move inserting the
12253 ${package_makefile_frag} to where it should be according
12254 to the comment.
12255
12256 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12257
12258 * config.guess: Add support for Linux/ARM.
12259
12260 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12261
12262 * .cvsignore: Remove *-info and *-install since they match
12263 release-info and mpw-install, which we don't want to just ignore.
12264
12265 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12266
12267 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12268
12269 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12270
12271 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12272 local_prefix to sub-make invocations.
12273
12274 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12275
12276 * configure.in: Check makefile fragments in the source
12277 directory.
12278
12279 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12280
12281 * configure.in: Check whether host and target makefile
12282 fragments exist before adding them to *_makefile_frag.
12283
12284 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12285
12286 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12287
12288 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12289
12290 * configure.in: Make sure we only replace RPATH_ENVVAR on
12291 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12292 regexp to sed.
12293
12294 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12295 to sub-makes.
12296
12297 1998-01-13 Lee Iverson (leei@ai.sri.com)
12298
12299 * config-ml.in (multi-do): LDFLAGS must include multilib
12300 designator.
12301
12302 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
12303
12304 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12305
12306 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12307
12308 * config.sub: Add mingw32 support.
12309 * configure.in: Likewise.
12310
12311 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12312
12313 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12314
12315 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12316
12317 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12318 * configure (gxx_include_dir): Provide a definition for subdirs
12319 which do not use autoconf.
12320
12321 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12322
12323 * config.guess: Sync with egcs. Picks up new alpha support,
12324 BeOS & some additional linux support.
12325
12326 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12327
12328 * config.guess: HP 9000/803 is a PA1.1 machine.
12329
12330 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12331
12332 * configure.in: It's alpha*-...
12333
12334 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12335
12336 * configure.in (host_makefile_frag, target_makefile_frag):
12337 Handle multiple config files.
12338 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12339 alpha-*-*.
12340
12341 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12342
12343 * mkdep: New file.
12344
12345 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12346
12347 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12348
12349 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12350
12351 * Makefile.in: Add libgui directory.
12352 (GDB_TK): Add all-libgui.
12353 * configure.in: Add libgui directory.
12354 * configure: Add all-libgui to GDB_TK.
12355
12356 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12357
12358 * config-ml.in (multidirs): Add m32r to multilib list.
12359
12360 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12361
12362 * Makefile.in (all-target-gperf): Change dependency to
12363 all-target-libstdc++.
12364
12365 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12366
12367 * config.guess: Add BeOS support.
12368
12369 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12370
12371 Source directory cvs renamed to cvssrc:
12372 * configure.in (host_tools): Change cvs to cvssrc.
12373 (native_only): Likewise.
12374 (noconfigdirs) [various cases]: Likewise.
12375 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12376 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12377 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12378 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12379 (all-cvssrc): Rename target from all-cvs.
12380
12381 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12382
12383 * configure (gxx_include_dir): Fix thinko.
12384
12385 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12386
12387 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12388 (install-cross, install-gcc-cross): New targets.
12389
12390 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12391
12392 * configure.in (noconfigdirs): Add support for Thumb target.
12393
12394 * config.sub (maybe_os): Add support for Thumb target.
12395
12396 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12397
12398 * Makefile.in: Add rules for cygmon.
12399
12400 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12401
12402 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12403
12404 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12405 * configure (gxx_include_dir): Provide a definition for subdirs
12406 which do not use autoconf.
12407
12408 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12409
12410 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12411 11/18/97 build
12412
12413 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12414
12415 * From Franz Sirl.
12416 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12417 found on RedHat Linux systems.
12418
12419 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12420
12421 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12422 guesses.
12423
12424 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12425
12426 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12427
12428 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12429
12430 * ltmain.sh: If mkdir fails, check whether the directory was created
12431 anyhow by some other process.
12432
12433 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12434
12435 * configure.in (d30v-*-*): Configure all directories.
12436
12437 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12438
12439 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12440 for the D30V.
12441
12442 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12443
12444 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12445
12446 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12447
12448 * include/libiberty.h: Add extern "C" { so it can be used with C++
12449 progrms.
12450 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12451 programs.
12452
12453 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12454
12455 * configure.in (d30v-*-*): Configure GCC now.
12456
12457 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12458
12459 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12460 is no longer needed.
12461
12462 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12463
12464 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12465
12466 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12467
12468 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12469 targets using "$@" to provide support for similar but not identical
12470 targets without having to duplicate code.
12471
12472 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12473
12474 * makefile.vms: Fix to work with DEC C.
12475
12476 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12477
12478 * config.sub: Add mips-tx39-elf to marketing names.
12479
12480 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12481
12482 * ltmain.sh: Handle symlinks in generated script.
12483
12484 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12485
12486 * configure: Handle autoconf style directory options: --bindir,
12487 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12488 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12489 --sysconfdir.
12490 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12491 (sharedstatedir, localstatedir, oldincludedir): New variables.
12492 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12493 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12494 sbindir, sharedstatedir, and sysconfdir.
12495
12496 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12497
12498 * Makefile.in (bootstrap-lean): New target.
12499
12500 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12501
12502 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12503 sn, and gnuserv from noconfigdirs.
12504
12505 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12506
12507 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12508
12509 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12510
12511 * Makefile.in (cross): New target.
12512
12513 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12514 Jeff Law <law@cygnus.com>
12515
12516 * Makefile.in (bootstrap2, bootstrap3): New targets.
12517 (all-bootstrap): Remove outdated and confusing target.
12518 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12519
12520 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12521
12522 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12523 windows. Consistent with gdb/configure.
12524
12525 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12526
12527 * configure.in: Name Linux target fragment.
12528
12529 * configure: Rewrite so that project Makefile fragment is inserted
12530 first and appears last in the resulting Makefile.
12531
12532 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12533
12534 * Makefile.in (install-itcl): Install tcl first.
12535
12536 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12537
12538 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12539
12540 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12541
12542 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12543
12544 * configure.in (skipdirs): Add target-librx for Linux.
12545 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12546
12547 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12548
12549 * Makefile.in (bootstrap): New target.
12550
12551 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12552
12553 * config.sub: Accept 'amigados' for backward compatibility.
12554
12555 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12556
12557 * config.guess: Merge with FSF.
12558
12559 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12560
12561 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12562
12563 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12564
12565 * config.sub: Add "marketing-names" patch.
12566
12567 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12568
12569 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12570
12571 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12572
12573 * config.sub: Handle v850-elf.
12574
12575 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12576
12577 * .cvsignore (*-install): Remove.
12578
12579 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12580
12581 * ltconfig: Set CONFIG_SHELL in libtool.
12582 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12583
12584 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12585
12586 * configure.in (target_subdir): Set to libraries if enable_multilib.
12587
12588 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12589
12590 * config.guess: Update from gcc directory.
12591
12592 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12593
12594 * Makefile.in (all-sim): Depends on all-readline.
12595
12596 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12597
12598 * Makefile.in (BISON, YACC): Use $$s.
12599 (all-bison): Depend on all-texinfo.
12600
12601 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12602
12603 * Makefile.in (BISON): Add -L flag.
12604 (YACC): Likewise.
12605
12606 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12607
12608 * configure.in (noconfigdirs): Add support for v850e target.
12609
12610 * config.sub (maybe_os): Add support for v850e target.
12611
12612 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12613
12614 * configure.in (noconfigdirs): Add support for v850ea target.
12615
12616 * config.sub (maybe_os): Add support for v850ea target.
12617
12618 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12619
12620 * config.sub: Add mipstx39. Delete r3900.
12621
12622 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12623
12624 * Makefile.in (all-autoconf): Depends on all-texinfo.
12625
12626 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12627
12628 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12629 eabi targets.
12630
12631 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12632
12633 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12634
12635 * configure: When handling a Canadian Cross, handle YACC as well as
12636 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12637 * Makefile.in (all-bison): Depend upon all-texinfo.
12638
12639 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12640
12641 * Makefile.in (BISON): bison, not byacc or bison -y.
12642 (YACC): bison -y or byacc or yacc.
12643 (various): Add *-bison as appropriate.
12644 (taz): No need to mess with BISON anymore.
12645
12646 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12647
12648 * configure: If OSTYPE matches *win32*, try to find a good value for
12649 CONFIG_SHELL.
12650
12651 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12652
12653 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12654 configure.in if it is present.
12655
12656 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12657
12658 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12659
12660 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12661
12662 * config.sub: Recognize `arc' cpu.
12663 * configure.in: Likewise.
12664 * config-ml.in: Likewise.
12665
12666 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12667
12668 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12669
12670 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12671
12672 * configure: Changed sed delimiter from ':' to '|' when
12673 attempting to substitute ${config_shell} for SHELL. On
12674 NT ${config_shell} may contain a ':' in it.
12675
12676 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12677
12678 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12679
12680 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12681
12682 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12683
12684 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12685
12686 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12687
12688 * ylwrap: If the program is a relative path, force it to be
12689 absolute.
12690
12691 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12692
12693 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12694
12695 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12696
12697 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12698 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12699 for libraries.
12700
12701 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12702
12703 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12704 separated by spaces.
12705
12706 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12707
12708 * ylwrap: New file.
12709 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12710
12711 * ltmain.sh: Handle /bin/sh at start of install program.
12712
12713 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12714
12715 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12716 * missing: New file, from automake 1.2.
12717
12718 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12719
12720 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12721 check-tk to CHECK_X11_MODULES.
12722
12723 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12724
12725 * config.sub: Merge with FSF.
12726
12727 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12728
12729 * config.guess: Merge with FSF.
12730
12731 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12732
12733 * configure: Treat msdosdjgpp like go32.
12734 * configure.in: Likewise. Don't remove gprof for go32.
12735
12736 * configure: Change Makefile.tem2 to Makefile.tm2.
12737
12738 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12739
12740 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12741
12742 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12743
12744 * install-sh (chmodcmd): Set to null if the DST directory already
12745 exists. Same as Nov 11th change.
12746
12747 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12748
12749 * configure (GDB_TK): Needs itcl and tix.
12750
12751 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12752
12753 * config.guess: Update from FSF.
12754
12755 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12756
12757 * Makefile.in (GDB_TK): Depend on itcl and tix.
12758
12759 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12762 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12763 (INSTALL_SCRIPT): New variable.
12764 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12765 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12766 to -x.
12767 * install-sh: Add support for -x option.
12768
12769 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12770
12771 * configure.in, Makefile.in: Treat tix like itcl.
12772
12773 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12774
12775 * Makefile.in (WINDRES): New variable.
12776 (WINDRES_FOR_TARGET): New variable.
12777 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12778 (EXTRA_HOST_FLAGS): Add WINDRES.
12779 (EXTRA_TARGET_FLAGS): Add WINDRES.
12780 (EXTRA_GCC_FLAGS): Add WINDRES.
12781 ($(DO_X)): Pass down WINDRES.
12782 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12783 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12784 DLLTOOL_FOR_TARGET.
12785
12786 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12787
12788 * configure.in: configure sim before gdb for win32-x-ppc
12789
12790 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12791
12792 Move gperf into the toplevel, from libg++.
12793 * configure.in (target_tools): Add target-gperf.
12794 (native_only): Add target-gperf.
12795 * Makefile.in (all-target-gperf): New target, depend on
12796 all-target-libg++.
12797 (configure-target-gperf): Empty rule.
12798 (ALL_TARGET_MODULES): Add all-target-gperf.
12799 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12800 (CHECK_TARGET_MODULES): Add check-target-gperf.
12801 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12802 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12803
12804 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12805
12806 * config.sub (mn10200): Recognize new basic machine.
12807
12808 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12809
12810 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12811 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12812
12813 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12814
12815 * configure.in: If we're building mips-sgi-irix6* native, turn on
12816 ENABLE_MULTILIB and set TARGET_SUBDIR.
12817
12818 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12819
12820 * Makefile.in (all-sn): Depend on all-grep.
12821
12822 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12823
12824 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12825
12826 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12827 Makefile. From Jeff Makey <jeff@cts.com>.
12828 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12829
12830 * Makefile.in (DISTBISONFILES): Remove.
12831 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12832 $(DEFAULT_YACC).
12833
12834 * configure.in: Build itl, db, sn, etc., when building for native
12835 cygwin32.
12836
12837 * Makefile.in (LD): New variable.
12838 (EXTRA_HOST_FLAGS): Pass down LD.
12839 ($(DO_X)): Likewise.
12840
12841 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12842
12843 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12844
12845 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12846
12847 * configure.in (targargs): Strip out any supplied --build argument
12848 before adding our own. Always add --build.
12849
12850 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12851
12852 * configure.in (targargs): Pass --build if we're doing
12853 a cross-compile.
12854
12855 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12856
12857 * configure: Use '|' instead of ":" as the separator in
12858 sed. Otherwise sed chokes on NT path names with drive
12859 designators. Also look for "?:*" as the leading characters in an
12860 absolute pathname.
12861
12862 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12863
12864 * config.sub: Support for r3900.
12865
12866 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12867
12868 * configure.in: Use install-sh, not install.sh.
12869
12870 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12871
12872 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12873 apply it twice.
12874
12875 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12876
12877 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12878 install-binutils.
12879
12880 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12881
12882 * Makefile.in: Add automake targets.
12883 * configure.in (host_tools): Add automake.
12884
12885 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12886
12887 * configure: Default CXX to c++, not gcc.
12888 * Makefile.in (CXX): Set to c++, not gcc.
12889 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12890
12891 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12892
12893 * install-sh: try appending a .exe if source file doesn't
12894 exist
12895
12896 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12897
12898 * configure.in: Turn on multilib by default.
12899 (cross_only): Remove target-libiberty.
12900
12901 * Makefile.in (all-gcc): Don't depend on libiberty.
12902
12903 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12904
12905 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12906
12907 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12908
12909 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12910 (DISTBISONFILES): Add ld/Makefile.in
12911
12912 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12913
12914 * configure.in: if target is cygwin32 but host isn't cygwin32,
12915 don't configure gdb tcl tk expect, not just gdb.
12916
12917 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12918
12919 * configure.in: Added gnuserv everywhere sn appears.
12920
12921 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12922 (CROSS_CHECK_MODULES): Added check-gnuserv.
12923 (INSTALL_MODULES): Added install-gnuserv.
12924 (CLEAN_MODULES): Added clean-gnuserv.
12925 (all-gnuserv): New target.
12926
12927 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12928
12929 * config.guess: Fixes for MIPS OpenBSD systems.
12930
12931 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12932
12933 * Makefile.in (INSTALL_XFORM): Remove.
12934 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12935
12936 * mkinstalldirs: New file, copied from automake.
12937 * Makefile.in (installdirs): Rename from install-dirs. Use
12938 mkinstalldirs. Change all users.
12939 (DEVO_SUPPORT): Add mkinstalldirs.
12940
12941 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12942
12943 * install-sh: Rename from install.sh.
12944 * Makefile.in (INSTALL): Change install.sh to install-sh.
12945 (DEVO_SUPPORT): Likewise.
12946
12947 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12948 Graichen <graichen@rzpd.de>.
12949
12950 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12951
12952 * config.guess: Recognize OpenBSD systems correctly.
12953
12954 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12955
12956 * README, Makefile.in (ETC_SUPPORT): Remove references to
12957 cfg-paper*, configure.{texi,man,info*}._
12958
12959 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12960
12961 * Makefile.in (all.normal): Ensure that gcc is built after all
12962 the x11 - ie gdb - targets.
12963
12964 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12965
12966 * makefile.vms: Don't run conf-a-gas.
12967
12968 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12969
12970 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12971
12972 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12973
12974 * configure.in: Remove noconfigdirs case since gdb also
12975 configures and builds for tic80-coff.
12976
12977 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12978
12979 * configure: Set cache_file to config.cache.
12980 * Makefile.in (local-distclean): Remove config.cache.
12981
12982 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12983
12984 * COPYING: Update FSF address.
12985
12986 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12987
12988 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12989 noconfigdirs.
12990
12991 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12992
12993 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12994 MAKEDIRS, is empty.
12995
12996 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12997
12998 * config.sub: Tweak mn10300 entry.
12999
13000 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13001
13002 * configure.in (host_tools): Put sim before gdb, so gdb's
13003 configure.tgt can determine if the simulator was configured.
13004
13005 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13006
13007 * config.sub: Move BeOS $os case to be with other Cygnus
13008 local cases.
13009
13010 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13011
13012 * config.sub: Remove misplaced comment that broke Linux.
13013
13014 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13015
13016 * config.sub: Add BeOS support.
13017
13018 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13019
13020 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13021
13022 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13023
13024 * configure.in (noconfigdirs): Remove tcl and tk from
13025 noconfigdirs for cygwin32 builds.
13026
13027 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13028
13029 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13030
13031 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13032
13033 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13034 make-all.com, use makefile.vms instead.
13035
13036 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13037
13038 * config.sub: Accept -lnews*.
13039
13040 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13041
13042 * configure.in (noconfigdirs): Disable target-newlib,
13043 target-examples and target-libiberty for d30v.
13044
13045 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13046
13047 * configure.in (noconfigdirs): Enable ld for d30v.
13048
13049 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13050
13051 * configure.in (tic80-*-*): Build compiler.
13052
13053 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13054
13055 * configure.in (d30v-*): Remove sim directory from list of
13056 unsupported d30v directories
13057
13058 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13059
13060 * config.sub, configure.in: Add d30v target cpu.
13061
13062 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13063
13064 * makefile.vms: New file.
13065 * make-all.com: Remove.
13066
13067 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13068
13069 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13070
13071 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13072
13073 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13074
13075 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13076
13077 * Makefile.in (ALL_MODULES): Added all-db.
13078 (CROSS_CHECK_MODULES): Addec check-db.
13079 (INSTALL_MODULES): Added install-db.
13080 (CLEAN_MODULES): Added clean-db.
13081
13082 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13083
13084 * config.guess: Merge with latest FSF sources.
13085
13086 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13087
13088 * Makefile.in (ALL_MODULES): Added all-itcl.
13089 (CROSS_CHECK_MODULES): Added check-itcl.
13090 (INSTALL_MODULES): Added install-itcl.
13091 (CLEAN_MODULES): Added clean-itcl.
13092
13093 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13094
13095 * configure.in: build gdb for mn10200
13096
13097 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13098
13099 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13100
13101 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13102
13103 * configure.in (tic80-*-*): Turn off most targets right now.
13104
13105 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13106
13107 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13108 rather than the makeinfo program.
13109 (do-info): Depend upon all-texinfo.
13110
13111 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13112
13113 * configure.in: Remove uses of config/mh-linux.
13114
13115 * config.sub, config.guess: Merge with latest FSF sources.
13116
13117 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13118
13119 * config.sub (case $basic_machine): Add tic80 entries.
13120
13121 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13122
13123 * config.sub, config.guess: Merge with latest FSF sources.
13124
13125 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13126
13127 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13128 * mpw-config.in: Test for NewFolderRecursive.
13129 * mpw-install: Use symbolic name for startup filename.
13130 * mpw-README: Add various additional details.
13131
13132 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13133
13134 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13135
13136 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13137
13138 * configure.in: Do build gcc and the target libraries for
13139 the mn10200.
13140
13141 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13142
13143 * configure.in: don't avoid building gdb for mn10300 any more
13144 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13145 instead of single-quoting it.
13146
13147 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13148
13149 * configure.in: Don't use --with-stabs on IRIX 6.
13150
13151 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13152
13153 * configure.in (m32r): Build gdb, libg++ now.
13154
13155 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13156
13157 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13158 directories from noconfigdirs.
13159
13160 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13161
13162 * config.sub (basic_machine): added mips16 configuration
13163
13164 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13165
13166 * config.sub: Handle d10v-unknown.
13167
13168 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13169
13170 * config.sub: Handle v850-unknown.
13171
13172 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13173
13174 * Makefile.in: add findutils
13175 * configure.in: add findutils to list of host_tools
13176
13177 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13178
13179 * config.sub: Handle mn10200 and mn10300.
13180
13181 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13182
13183 * configure.in (d10v-*): Do not build librx.
13184
13185 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13186
13187 * configure.in (mn10300): Build everything except gdb & libgloss.
13188
13189 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13190
13191 * config.guess: Patch for Dansk Data Elektronik servers,
13192 from Niels Skou Olsen <nso@dde.dk>.
13193
13194 For ncr, use /bin/uname rather than uname, since GNU uname does not
13195 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13196
13197 Patch for MIPS R4000 running System V,
13198 from Eric S. Raymond <esr@snark.thyrsus.com>.
13199
13200 Fix thinko for nextstep.
13201
13202 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13203
13204 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13205 * config.guess: Guess mips-dec-mach_bsd4.3.
13206
13207 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13208 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13209 release numbers.
13210 * config.guess (mips-mips-riscos*): Emit just enough of the
13211 release number.
13212
13213 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13214 * config.guess (sparc-auspex-sunos*): Added.
13215 (f300-fujitsu-*): Added.
13216
13217 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13218 * config.guess: Recognize a Tadpole as a sparc.
13219
13220 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13221
13222 * config.guess: Don't assume that NextStep version is either 2 or
13223 3. NextStep 4 (aka OpenStep 4) has come out now.
13224
13225 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13226
13227 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13228 From Rik Faith <faith@cs.unc.edu>.
13229
13230 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13231
13232 * config.sub: Contributions from bug-gnu-utils to:
13233 Support plain "hppa" (no version given) architecture, reported by
13234 OpenStep.
13235 OpenBSD like NetBSD.
13236 LynxOs is not a hardware supplier.
13237
13238 * config.guess: Contributions from bug-gnu-utils to add support for:
13239 OpenBSD like NetBSD.
13240 Stratus systems.
13241 More Pyramid systems.
13242 i[n>4]86 Intel chips.
13243 M680[n>4]0 Motorola chips.
13244 Use unknown instead of lynx for hardware manufacturer.
13245
13246 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13247
13248 * install.sh (chmodcmd): Set to null if the DST directory already
13249 exists.
13250
13251 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13252
13253 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13254 not use mt-ppc target Makefile fragment any more.
13255
13256 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13257
13258 * configure.in (*-*-windows): Exclude everything but those dirs
13259 needed to build windows.
13260
13261 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13262
13263 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13264
13265 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13266
13267 * configure.in: Exclude mmalloc from i386-windows.
13268
13269 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13270
13271 * Undo my previous change.
13272
13273 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13274
13275 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13276 unconditionally.
13277 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13278
13279 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13280
13281 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13282 host to add it's own flags.
13283
13284 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13285
13286 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13287
13288 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13289
13290 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13291 (CXX_FOR_TARGET): Likewise.
13292 (GCC_FOR_TARGET): Define.
13293 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13294 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13295 CC_FOR_TARGET was specified on the command line.
13296 (MAKEOVERRIDES): Don't define.
13297
13298 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13299
13300 * configure.in (m32r): Fix spelling of libg++ libs.
13301
13302 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13303
13304 * config.sub (-apple*): Remove, now redundant.
13305
13306 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13307
13308 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13309
13310 * configure: Rework yesterday's sed script patch.
13311
13312 * config.sub: Merge with FSF.
13313
13314 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13315
13316 * config.guess: Merge from FSF.
13317
13318 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13319 * config.guess: Use pc instead of unknown, for pc clone systems.
13320 Change linux to linux-gnu.
13321
13322 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13323 * config.guess: Avoid non-portable tr syntax.
13324
13325 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13326
13327 * test-build.mk (HOLES): Add "xargs" for gdb.
13328
13329 * configure: Avoid hpux10.20 sed bug.
13330
13331 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13332
13333 * configure.in: Add support for windows host
13334 (that is a build done under the Microsoft build environment).
13335
13336 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13337
13338 * Makefile.in: Replace all uses of srcroot with s, to shrink
13339 command line lengths.
13340
13341 Patches from Geoffrey Noer <noer@cygnus.com>:
13342 * configure.in: If configuring for newlib, pass --with-newlib to
13343 subdirectories.
13344 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13345 -Bnewlib/ and -Lwinsup to gcc.
13346 (CXX_FOR_TARGET): Likewise.
13347
13348 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13349
13350 * Makefile.in (ETC_SUPPORT): Add configure.
13351
13352 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13353
13354 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13355 host configuration file.
13356
13357 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13358
13359 * configure.in: Break mn10x00 support into separate
13360 mn10200 and mn10300 configurations.
13361 * config.sub: Likewise.
13362
13363 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13364
13365 * configure.in: Add lots of stuff to noconfigdirs for
13366 the mn10x00 targets.
13367
13368 * config.sub, configure.in: Add mn10x00 support.
13369
13370 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13371
13372 * make-all.com: Call conf-a-gas, not config-a-gas.
13373
13374 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13375
13376 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13377 targets.
13378
13379 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13380
13381 * mpw-README: Add much more detail for native PowerMac.
13382 * mpw-install: New file.
13383 * mpw-configure: Add --norecursion and --help options.
13384 * mpw-config.in: Translate readme and install files when
13385 copying to objdir.
13386 * mpw-build.in: Don't always depend on byacc and flex.
13387 (install-only-top): New action.
13388
13389 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13390
13391 * configure.in: You can now configure GDB for the v850.
13392
13393 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13394
13395 * configure.in (noconfigdirs): Don't configure any C++ dirs
13396 if targeting D10V.
13397
13398 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13399
13400 * config.sub: Recognize mips64vr5000.
13401
13402 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13403
13404 * configure.in: Use a single line for host_tools and native_only.
13405
13406 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13407
13408 * config.sub, configure.in: Add entries for m32r.
13409
13410 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13411
13412 * Makefile.in (inet-install): Don't run install-gzip.
13413
13414 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13415
13416 * configure.in: Don't config lots of things for *-*-windows*.
13417
13418 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13419
13420 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13421 (host_libs, host_tools): Copy from configure.in.
13422 * mpw-configure: Don't complain about directories not found.
13423
13424 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13425
13426 * configure.in (i[345]86): Recognize i686 for pentium pro.
13427 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13428 file.
13429
13430 * config.guess (i[345]86): Ditto.
13431
13432 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13433
13434 * configure.in (noconfigdirs): Removed gdb for D10V.
13435
13436 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13437
13438 * configure.in: Remove ld, target-libio, target-libg++, and
13439 target-libstdc++ from noconfigdirs.
13440
13441 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13442
13443 * configure: Fix three locations where shell scripts were
13444 being run directly rather than with config_shell.
13445
13446 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13447
13448 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13449 * config.sub (basic_machine): Recognize v850.
13450
13451 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13452
13453 * mpw-configure: Handle multiple enable/disable options and
13454 pass them down recursively, handle -c and -s flags appropriately
13455 depending on choice of compiler, add escape mechanism for
13456 quoted arguments to gC.
13457
13458 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13459
13460 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13461 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13462 so that -mrelocatable-lib and -mno-eabi are used.
13463
13464 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13465 not support --print-multi-lib, don't abort.
13466
13467 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13468
13469 * make-all.com: Run config-a-gas.
13470 * setup.com: Don't copy subdirectory files around.
13471
13472 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13473
13474 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13475 target, it now compiles correctly.
13476
13477 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13478
13479 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13480
13481 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13482
13483 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13484
13485 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13486
13487 * configure.in (native_only): Add prms.
13488
13489 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13490
13491 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13492 (BINUTILS_SUPPORT_DIRS): Likewise.
13493
13494 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13495
13496 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13497 d10v support is added.
13498
13499 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13500
13501 * configure.in (d10v-*-*): New target.
13502
13503 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13504
13505 * config.guess (HP 9000/811): Recognize this as a PA1.1
13506 machine.
13507
13508 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13509
13510 * Makefile.in (do-tar-gz): New target, split out from tail end of
13511 taz target. Run each command separately, don't use pipes.
13512 (taz): Use it.
13513
13514 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13515
13516 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13517 * mpw-build.in: No builds should depend on building byacc or flex,
13518 they are assumed to be installed already.
13519
13520 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13521
13522 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13523 variable that CC_FOR_TARGET needs.
13524
13525 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13526
13527 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13528 options have changed since the last time the subdirectory was
13529 configured, and if it has, reconfigure.
13530 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13531 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13532
13533 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13534
13535 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13536 CLEAN_MODULES): Add bash.
13537 (all-bash): New target.
13538
13539 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13540
13541 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13542
13543 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13544
13545 * config.sub (basic_machine): Recognize d10v as a valid processor.
13546
13547 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13548
13549 * mpw-configure: Add support for --bindir.
13550 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13551
13552 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13553
13554 * configure.in: add bash, time, gawk to list of hosttools and things
13555 to only build for native toolchains
13556
13557 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13558
13559 * Makefile.in (docdir): Remove.
13560
13561 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13562
13563 * Makefile.in (datadir): Set to $(prefix)/share.
13564
13565 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13566
13567 * configure.in: build diff and patch for cygwin32-hosted
13568 toolchains.
13569
13570 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13571
13572 * config.sub: Accept -rtems*.
13573
13574 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13575
13576 * configure.in: enable dosrel for cygwin32-hosted builds,
13577 remove diff from the list of things not buildable
13578 via Canadian Cross
13579
13580 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13581
13582 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13583 don't get ". ".
13584
13585 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13586
13587 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13588
13589 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13590
13591 * Makefile.in (taz): Handle case where tex3patch didn't even get
13592 checked out. Also, if it was found, put the symlink in a new util
13593 subdirectory.
13594
13595 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13596
13597 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13598
13599 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13600
13601 * config.sub: Recognize -openvms.
13602 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13603 * make-all.com, setup.com: New files.
13604
13605 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13606
13607 * Makefile.in (taz): tex3patch moved to texinfo/util.
13608
13609 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13610
13611 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13612 * configure.in: remove make from disable-if-Can-Cross list
13613 enable gdb if ${host} and ${target} are cygwin32
13614
13615 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13616
13617 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13618 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13619
13620 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13621
13622 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13623 distinguish sysv/svr4/bsd variants.
13624 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13625
13626 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13627
13628 * configure.in: Added copyright notice.
13629 * move-if-change: Added copyright notice.
13630
13631 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13632
13633 * configure.in (powerpcle-*-solaris*): Until we get shared
13634 libraries working, don't build gdb, sim, make, tcl, tk, or
13635 expect.
13636
13637 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13638
13639 * config.guess: Merge with FSF:
13640
13641 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13642 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13643
13644 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13645 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13646
13647 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13648 * config.guess: Combine two OSF1 rules.
13649 Also recognize field test versions. From mjr@zk3.dec.com.
13650 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13651 because GNU uname does not support -p. From pmr@pajato.com.
13652
13653 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13654
13655 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13656
13657 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13658
13659 * mpw-README: Document GCCIncludes.
13660
13661 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13662
13663 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13664
13665 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13666
13667 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13668
13669 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13670
13671 * configure.in (*-*-cygwin32): Configure make.
13672
13673 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13674
13675 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13676
13677 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13678
13679 * Makefile.in (all-inet): Depend on all-perl.
13680
13681 * Makefile.in (inet-install): New target.
13682
13683 * Makefile.in (all-inet): Depend on all-tcl.
13684 (all-inet): Depend on all-send-pr.
13685
13686 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13687
13688 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13689 temporarily.
13690
13691 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13692
13693 * configure.in: Don't configure --with-gnu-ld on AIX.
13694
13695 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13696
13697 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13698
13699 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13700
13701 * Makefile.in (ALL_MODULES): Added all-inet.
13702 (CROSS_CHECK_MODULES): Added check-inet.
13703 (INSTALL_MODULES): Added install-inet.
13704 (CLEAN_MODULES): Added clean-inet.
13705 (all-indent): New target.
13706
13707 * configure.in (host_tools): Added inet.
13708 (native_only): Added inet.
13709 (noconfigdirs): Added inet.
13710
13711 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13712
13713 * configure.in: Don't configure libgloss if we are not configuring
13714 newlib.
13715
13716 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13717
13718 * configure.in: Don't configure libgloss for unsupported
13719 architectures.
13720
13721 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13722
13723 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13724
13725 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13726
13727 * Makefile.in (ALL_MODULES): Include all-apache.
13728 (CROSS_CHECK_MODULES): Include check-apache.
13729 (INSTALL_MODULES): Include install-apache.
13730 (all-apache): New target.
13731
13732 * configure.in: Added apache everywhere perl is seen.
13733
13734 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13735
13736 * Makefile.in: Add support for clean-{module} and
13737 clean-target-{module} rules.
13738
13739 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13740
13741 * configure.in (*-*-ose) do not build libgloss.
13742
13743 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13744
13745 * config.guess (prep*:SunOS:5.*:*): Turn into
13746 powerpele-unknown-solaris2.
13747
13748 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13749
13750 * configure.in: Permit --enable-shared to specify a list of
13751 directories.
13752
13753 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13754
13755 * configure.in (host==solaris): Pass only the first word of $CC
13756 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13757
13758 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13759
13760 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13761
13762 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13763
13764 * Makefile.in (ALL_MODULES): Include all-perl.
13765 (CROSS_CHECK_MODULES): Include check-perl.
13766 (INSTALL_MODULES): Include install-perl.
13767 (ALL_X11_MODULES): Include all-guile.
13768 (CHECK_X11_MODULES): Include check-guile.
13769 (INSTALL_X11_MODULES): Include install-guile.
13770 (all-perl): New target.
13771 (all-guile): New target.
13772
13773 * configure.in (host_tools): Include perl and guile.
13774 (native_only): Include perl and guile.
13775 (noconfigdirs): Don't build guile and perl; no ports have been
13776 done.
13777
13778 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13779
13780 * configure (--enable-*): Handle quoted option lists such as
13781 --enable-sim-cflags='-g0 -O' better.
13782
13783 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13784
13785 * Makefile.in ({,inst}all-target): New rule so we can make and
13786 install all of the target directories easily.
13787
13788 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13789
13790 * configure.in: Add missing global flag in sed substitution when
13791 deleting `target-' from ${configdirs}.
13792
13793 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13794
13795 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13796 option.
13797
13798 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13799 config/mh-necv4.
13800
13801 * install.sh: Correct misspelling of transformbasename.
13802
13803 * config.guess: Recognize mips-*-sysv*.
13804
13805 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13806
13807 * config.sub: Recognize mon960.
13808
13809 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13810
13811 * configure: Restore Canadian Cross handling of BISON and LEX,
13812 removed in Feb 20 change.
13813
13814 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13815
13816 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13817 Mention make install. Remove the old copyright date as well the
13818 clumsy and rather pointless copyright on the README file.
13819
13820 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13821
13822 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13823 Makefile after running symlink-tree, then run `make distclean' to
13824 avoid clobbering any generated files in srcdir.
13825
13826 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13827
13828 * configure.in (m68k-*-netbsd*): Build everything now.
13829
13830 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13831
13832 * Makefile.in (taz): Fix quoting.
13833
13834 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13835
13836 * configure.in (sparclet-*-*): Build everything now.
13837
13838 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13839
13840 * configure.in (m68k-*-linux*): New host.
13841
13842 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13843
13844 * configure: Check for bison before byacc.
13845
13846 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13847
13848 * Makefile.in configure: Change the way LEX and BISON/YACC are
13849 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13850 searching PATH. These are used as fallbacks by Makefile.in if
13851 flex/bison/byacc aren't in objdir.
13852
13853 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13854
13855 * Makefile.in: Make everything which depends upon all-bfd also
13856 depend upon all-opcodes, in case --with-commonbfdlib is used.
13857
13858 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13859
13860 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13861 building NT native compilers on Unix.
13862
13863 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13864
13865 * configure.in: Don't get CC from the host Makefile fragment if we
13866 can find gcc in PATH, or if this is a Canadian Cross. Move the
13867 Solaris test for /usr/ucb/cc to the post target script, just after
13868 the compiler sanity test.
13869
13870 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13871
13872 * config.sub: Merge with FSF.
13873
13874 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13875
13876 * Makefile.in (RPATH_ENVVAR): New variable.
13877 (REALLY_SET_LIB_PATH): Use it.
13878 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13879
13880 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13881
13882 * config.sub, configure.in: Recognize sparclet cpu.
13883
13884 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13885
13886 * config.guess: Support m68k-cbm-sysv4.
13887
13888 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13889
13890 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13891 m68k-unknown-linuxaout from linker help string. Put quotes around
13892 $ld_help_string.
13893
13894 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13895
13896 * config.guess (powerpc-harris-powerunix): Add guess for port
13897 to new target.
13898
13899 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13900
13901 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13902
13903 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13904
13905 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13906 $(REALLY_SET_LIB_PATH) in Makefile.
13907 * Makefile.in (SET_LIB_PATH): New variable.
13908 (REALLY_SET_LIB_PATH): New variable.
13909 ($(DO_X)): Use $(SET_LIB_PATH).
13910 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13911 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13912 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13913 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13914 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13915 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13916 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13917 (install-dosrel): Likewise.
13918 (all-opcodes): Depend upon all-libiberty.
13919
13920 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13921
13922 * config.guess (*:CYGWIN*): New
13923
13924 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13925
13926 * Makefile.in (all-target-winsup): All all-target-libiberty.
13927
13928 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13929
13930 * configure.in (noconfigdirs): Add missing # in front of comment.
13931
13932 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13933
13934 * configure.in: add second pass to things added to noconfigdirs
13935 so *-gm-magic can exclude libgloss properly.
13936
13937 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13938
13939 * mpw-configure (extralibs_name, rez_name): Set correctly
13940 for MWC68K compiler.
13941
13942 * mpw-README: Add more info on the necessary build tools.
13943
13944 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13945
13946 * configure.in, config.sub: Recognize cygwin32.
13947
13948 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13949
13950 * config.guess, config.sub: Recognize A/UX.
13951
13952 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13953
13954 * config.sub: Merge with gcc/config.sub.
13955
13956 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13957
13958 * mpw-build.in (do-binutils): Add build of stamps.
13959
13960 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13961
13962 * config.sub: Add recognition for mips64vr4100*-* targets.
13963
13964 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13965
13966 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13967 Add creation of gconfigargs with `--enable-shared' turned on.
13968 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13969 ($(host)-stamp-stage3-configured): Likewise.
13970 (HOLES): Add chatr and ldd.
13971 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13972
13973 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13974
13975 * configure: Pass --nfp to recursive configures.
13976
13977 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13978
13979 * Makefile.in (DLLTOOL): New.
13980 (DLLTOOL_FOR_TARGET): New.
13981 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13982 (EXTRA_TARGET_FLAGS): Ditto.
13983 (EXTRA_GCC_FLAGS): Ditto.
13984 (CONFIGURE_TARGET_MODULES): Ditto.
13985 (DO_X): Ditto.
13986 * configure: Add DLLTOOL.
13987
13988 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13989
13990 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13991 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13992 mh-sco, since old workarounds no longer needed, and don't
13993 build ld, since libraries have weak symbols in COFF.
13994
13995 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13996
13997 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13998
13999 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14000
14001 * configure.in: Make sure that ${CC} can be used to compile an
14002 executable.
14003
14004 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14005
14006 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14007 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14008 nothing depending on whether gdbtk is being built.
14009
14010 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14011
14012 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14013
14014 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14015
14016 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14017 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14018
14019 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14020
14021 * config-ml.in: Add support for
14022 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14023 Simplify setting of multidirs from --disable-foo.
14024
14025 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14026
14027 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14028 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14029 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14030 non-empty, pass them on to the GCC make.
14031 (all-bootstrap): New rule that is like all-gcc, except it executes
14032 the GCC bootstrap rule instead of the GCC all rule.
14033
14034 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14035
14036 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14037
14038 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14039
14040 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14041 DG/UX support.
14042
14043 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14044
14045 * config.sub (i*86*) Change [345] to [3456]
14046
14047 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14048
14049 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14050 --with-gnu-ld=no.
14051
14052 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14053
14054 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14055 AIX multilibs get built.
14056
14057 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14058
14059 * configure.in (i386-win32): Don't build expect if we're not
14060 building the tcl subdir.
14061
14062 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14063
14064 * Makefile.in: (configure-target-examples, all-target-examples):
14065 New targets, configure and build example programs.
14066
14067 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14068
14069 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14070 use it as input to sedit the generated MPW makefile.
14071 * mpw-README: Add a suggestion about Gestalt.h.
14072
14073 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14074
14075 * config.sub: Accept *-*-ieee*.
14076
14077 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14078
14079 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14080 Ronald F. Guilmette <rfg@monkeys.com>.
14081
14082 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14083
14084 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14085 for powerpc-pe native.
14086 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14087 (target==powerpc-pe): duplicate i386-win32 entry.
14088
14089 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14090
14091 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14092 of vxworks, not just vxworks5.1.
14093
14094 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14095
14096 * mpw-configure: Add support for exec-prefix.
14097
14098 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14099
14100 * config.guess: Recognize HP model 816 machines as having
14101 a PA1.1 processor.
14102
14103 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14104
14105 * configure: Ignore new autoconf configure options.
14106
14107 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14108
14109 * config.guess: Recognize Pentium under SCO.
14110 From Robert Lipe <robertl@arnet.com>.
14111
14112 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14113
14114 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14115
14116 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14117
14118 * configure.in: Don't configure gas for alpha-dec-osf*.
14119
14120 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14121
14122 * configure.in: Default to --with-stabs for some targets for which
14123 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14124 i[345]86*-*-unixware*.
14125
14126 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14127
14128 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14129 rather than basing it on the target. Simplify handling of options
14130 controlling which directories to configure. Remove extraneous
14131 slash in multi-clean target.
14132
14133 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14134
14135 * config-ml.in: Prefix more variables with ml_ so they don't collide
14136 with configure's.
14137
14138 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14139
14140 * configure: Don't turn -v into --v.
14141
14142 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14143
14144 * configure.in (targargs): Fix typo.
14145
14146 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14147
14148 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14149
14150 * configure.in: Strip --host and --target options from
14151 CONFIG_ARGUMENTS, and always configure for --host only. Add
14152 --with-cross-host option when building with a cross-compiler.
14153 * configure: Canonicalize the arguments put into config.status by
14154 always using `=' for an option with an argument. Pass a presumed
14155 --host or --target explicitly.
14156
14157 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14158
14159 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14160 into general OS recognition case.
14161
14162 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14163
14164 * configure.in (target_configdirs): add target-winsup only
14165 for win32 target systems.
14166
14167 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14168
14169 * Makefile.in (all-target-libgloss): Depend upon
14170 configure-target-newlib, since when libgloss is built it looks to
14171 see if the newlib directory exists.
14172
14173 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14174
14175 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14176 cfg-ml-*.in.
14177
14178 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14179
14180 * configure: Handle LD and LD_FOR_TARGET when configuring a
14181 Canadian Cross.
14182
14183 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14184
14185 * configure.in (target_libs): add target-winsup.
14186 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14187 (target==ppcle-pe): remove ld from $noconfigdirs.
14188
14189 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14190
14191 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14192 Preserve relative path names in $srcdir. Build symlink tree if
14193 configuring cross target dir and srcdir=. (= no VPATH support).
14194 (configure-target-libg++): Depend on configure-target-librx.
14195 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14196 * config-ml.in: New file.
14197 * symlink-tree: New file.
14198 * configure: Ensure srcdir="." if that's what it is.
14199
14200 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14201
14202 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14203 includes and FLEX_SKELETON setting.
14204 * mpw-configure (--with-gnu-ld): New option, controls whether
14205 to use PPCLink or ld with PowerMac GCC.
14206 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14207 * mpw-config.in: Configure grez if targeting Mac.
14208
14209 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14210 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14211 just macos.
14212 * configure.in: Configure grez resource compiler if targeting Mac.
14213 * Makefile.in (all-grez, install-grez): New targets.
14214
14215 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14216
14217 * configure: CXX defaults to gcc, not g++. If we find
14218 gcc in the path, set CC to gcc -O2.
14219
14220 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14221
14222 * configure: Default ${build} correctly. Avoid picking up extra
14223 spaces when reading CC and CXX from Makefile. When doing a
14224 Canadian Cross, use plausible default values for numerous
14225 variables.
14226 * configure.in: When doing a Canadian Cross, don't try to
14227 configure tools whose configure script can't handle it.
14228
14229 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14230
14231 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14232
14233 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14234
14235 * configure: Remove dubious bug reporting address.
14236
14237 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14238
14239 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14240 configure script, run that instead of this directory's configure.
14241 In either case, print a message that we're configuring the sub-dir.
14242
14243 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14244
14245 * configure.in: Before checking for the existence of various files,
14246 use sed to filter out "target-".
14247
14248 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14249
14250 * Makefile.in (DO_X): Split rule to decrease command line length
14251 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14252 (Philippe De Muyter).
14253
14254 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14255
14256 * Makefile.in (all-patch): depend on all-libiberty.
14257
14258 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14259
14260 * configure.in: If the only directory in target_configdirs which
14261 actually exists is libiberty, then set target_configdirs to empty,
14262 to avoid trying to build a target libiberty in a gas or gdb
14263 distribution.
14264
14265 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14266
14267 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14268 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14269 systems.
14270
14271 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14272
14273 * configure.in (copy_dirs): Use sys-include instead of include
14274 for --with-headers option.
14275
14276 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14277
14278 * Makefile.in, configure.in: Make winsup builds work with
14279 new scheme.
14280
14281 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14282
14283 * configure.in: Build the linker on AIX.
14284
14285 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14286
14287 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14288 where needed.
14289
14290 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14291
14292 * Makefile.in (all-gcc): Fix typo.
14293
14294 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14295
14296 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14297
14298 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14299
14300 * configure.in: Rename libFOO to target-libFOO, and xiberty
14301 to target-xiberty, to provide more flexibility.
14302 (target_subdir): Define. Create if cross.
14303 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14304 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14305 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14306 check-libFOO -> check-target-libFOO, etc.
14307 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14308 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14309 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14310 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14311 allow ALL_GCC="" to only configure.
14312 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14313 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14314 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14315
14316 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14317
14318 * Makefile.in (taz): Build "info" in etc explicitly.
14319
14320 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14321
14322 * configure.in: Make sure that CC is undefined (as opposed to
14323 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14324 problem with autoconf trying to configure on a host without GCC.
14325
14326 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14327
14328 * mpw-configure: Set host alias from choice of host compiler,
14329 only use generic MPW Makefile sed if present, edit a file
14330 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14331 * mpw-README: Add problem notes about CW6 and CW7.
14332
14333 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14334
14335 * Makefile.in (taz): Use ";" instead of ";;".
14336
14337 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14338
14339 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14340 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14341 DISTDOCDIRS.
14342 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14343 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14344
14345 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14346
14347 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14348 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14349 Move bfd to DISTSTUFFDIRS.
14350
14351 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14352
14353 * Makefile.in (X11_LIB): Removed.
14354 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14355
14356 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14357
14358 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14359
14360 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14361 names.
14362
14363 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14364
14365 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14366
14367 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14368
14369 * configure.in (i[345]86-*-win32): Always build newlib.
14370 Don't configure cvs, autoconf or texinfo.
14371 * Makefile.in (LD_FOR_TARGET): New.
14372 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14373 Pass down LD_FOR_TARGET.
14374
14375 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14376
14377 * winsup: New directory.
14378 * Makefile.in: Build winsup.
14379 * configure.in: Winsup is configured when target is win32.
14380 Can only build win32 target GDB when native.
14381
14382 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14383
14384 * config.guess: Recognize HP model 819 machines as having
14385 a PA 1.1 processor.
14386
14387 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14388
14389 * configure: Fix sed loop which substitutes for CC and CXX to
14390 avoid bug found in various sed implementations.
14391
14392 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14393
14394 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14395 simulator. Use standard powerpc-*-eabi*.
14396
14397 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14398
14399 * configure.in: Stop putting gas and binutils in noconfigdirs for
14400 powerpc-*-aix* and rs6000-*-*.
14401
14402 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14403
14404 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14405 -mcall-aixdesc libraries.
14406
14407 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14408
14409 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14410
14411 * config.sub (arm | armel | armeb): Fix shell syntax.
14412
14413 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14414
14415 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14416 -msoft-float and -mcpu=common support.
14417 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14418 libraries.
14419
14420 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14421
14422 * configure.in: Allow configuration and build of emacs19 for the alpha.
14423
14424 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14425
14426 * configure.in (CC): Get ^CC, not just any old CC, from
14427 ${host_makefile_frag}.
14428
14429 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14430
14431 * configure.in (CC): Try to get CC from
14432 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14433
14434 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14435
14436 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14437 only if it exists in $(srcdir).
14438
14439 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14440
14441 * configure: If CC and CXX are not set in the environment, set
14442 them, based on either an existing Makefile or on searching for gcc
14443 in PATH. Substitute for CC and CXX in Makefile.
14444 * configure.in: Remove libm from target_libs. Separate
14445 target_configdirs from configdirs. If CC is not set in
14446 environment, try to get it from a host Makefile fragment. Rewrite
14447 changes of configdirs to use skipdirs instead. A few minor
14448 tweaks. Take directories out of target_configdirs as they are
14449 taken out of configdirs. Remove existing Makefile files from
14450 subdirectories. Substitute for TARGET_CONFIGDIRS and
14451 CONFIG_ARGUMENTS in Makefile.
14452 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14453 by configure.in.
14454 (CONFIG_ARGUMENTS): Likewise.
14455 (CONFIGURE_TARGET_MODULES): New variable.
14456 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14457 ($(CONFIGURE_TARGET_MODULES)): New target.
14458 (configure-libg++, configure-libio): New targets.
14459 (all-libg++): Depend upon configure-libg++.
14460 (all-libio): Depend upon configure-libio.
14461 (configure-libgloss, all-libgloss): New targets.
14462 (configure-libstdc++): New target.
14463 (all-libstdc++): Depend upon configure-libstdc++.
14464 (configure-librx, all-librx): New targets.
14465 (configure-newlib): New target.
14466 (all-newlib): Depend upon configure-newlib
14467 (configure-xiberty): New target.
14468 (all-xiberty): Depend upon configure-xiberty.
14469
14470 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14471
14472 * configure.in (host i[345]86-*-win32): Expand the
14473 noconfigdirs again.
14474
14475 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14476
14477 * mpw-configure: Fix sed command file name.
14478
14479 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14480
14481 * configure.in (host i[345]86-*-win32): Reduce the
14482 noconfigdirs again.
14483
14484 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14485
14486 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14487 or powerpc*-*-pe*, since they are not yet supported.
14488
14489 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14490
14491 Add PowerMac support and many other enhancements.
14492 * mpw-configure: New option --cc to select compiler to use,
14493 paste options set according to --cc into the generated
14494 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14495 if mpw-make.sed is present.
14496 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14497 add forward includes for PowerPC include files.
14498 * mpw-build.in: Build using Makefile.PPC if present.
14499 (do-byacc, etc): Remove separate version resource builds.
14500 (do-gas): Build "stamps" before "all".
14501 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14502 * mpw-README: Update to reflect --cc option, PowerMac support,
14503 and recently-reported compatibility problems.
14504
14505 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14506
14507 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14508 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14509 (--with-multilib-top): Pass to recursive invocations.
14510
14511 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14512
14513 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14514 v810-*-*.
14515
14516 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14517
14518 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14519 gdb, ld and opcodes on v810-*-*.
14520
14521 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14522
14523 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14524 (local-maintainer-clean): New target.
14525 (maintainer-clean): New target.
14526 (realclean): Just depend upon maintainer-clean.
14527
14528 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14529
14530 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14531
14532 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14533
14534 * configure.in: Build ld in mips*-*-bsd* case.
14535
14536 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14537
14538 * config.sub: Accept -lites* OS. From Ian Dall.
14539
14540 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14541
14542 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14543 targets.
14544
14545 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14546
14547 * configure.in: treat i386-win32 canadian cross the same as
14548 i386-go32 canadian cross.
14549
14550 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14551
14552 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14553 running under the simulator to build a reduced set of libraries.
14554 (powerpc-*-eabiaix): Add fine grained multilib support added to
14555 other powerpc targets yesterday.
14556
14557 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14558
14559 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14560 -disable-softfloat, -disable-relocatable, -disable-aix, and
14561 -disable-sysv to control which multilib libraries get built.
14562
14563 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14564
14565 * configure: Add Makefile.tem to list of files to remove in trap
14566 handler.
14567
14568 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14569
14570 * config.guess (*Linux*): Add missing "exit"s.
14571 Also, need specific check for alpha-unknown-linux (uses COFF).
14572
14573 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14574
14575 * config.guess: Merge with FSF:
14576
14577 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14578 * config.guess (AIX4): More robust release numbering discovery.
14579
14580 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14581 * config.guess (i386-sequent-ptx): Properly get version number.
14582
14583 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14584 * config.guess (mips:*:4*:UMIPS): New case.
14585
14586 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14587
14588 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14589 (i386-win32 host): Likewise. Don't build readline.
14590
14591 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14592
14593 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14594 SUPPORT_FILES to submakes.
14595
14596 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14597
14598 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14599 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14600 mpw-configure.
14601
14602 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14603
14604 * configure.in (appdirs): Use =, not ==, in test expression when
14605 trying to build the text to print in the warning message for
14606 Solaris users.
14607
14608 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14609
14610 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14611
14612 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14613
14614 * config.guess: Recognize lynx-2.3.
14615
14616 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14617
14618 * config.sub (z8ksim): Deleted
14619 (z8k-*-coff): New, this is the one true name of the target.
14620
14621 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14622
14623 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14624
14625 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14626
14627 * config.guess (*:Linux:*:*): First try asking the linker what the
14628 default object file format is (elf, aout, or coff). Then if this
14629 fails, try previous methods.
14630
14631 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14632
14633 * configure.in: Don't build newlib for *-*-vxworks5.1.
14634
14635 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14636
14637 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14638 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14639
14640 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14641
14642 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14643
14644 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14645
14646 * cfg-ml-com.in: New file.
14647 * cfg-ml-pos.in: New file.
14648
14649 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14650
14651 * COPYING.NEWLIB: Add HP free copyright to list.
14652
14653 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14654
14655 * config.sub: Recognize -eabi* for the system, not just -eabi.
14656
14657 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14658
14659 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14660 * config.sub, configure.in (win32): New target and host.
14661
14662 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14663
14664 * configure.in: Add i386-pe configuration.
14665
14666 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14667
14668 * mpw-build.in (install): Install GDB after LD.
14669
14670 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14671
14672 * mpw-config.in (elf/mips.h): Always forward-include, needed
14673 for GDB to build.
14674
14675 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14676
14677 * testsuite: New directory for customer acceptance and whole tool
14678 chain tests.
14679
14680 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14681
14682 * configure: If per-host line isn't found, but AC_OUTPUT is found
14683 and a configure script exists, run it instead.
14684
14685 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14686
14687 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14688
14689 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14690
14691 * configure: Set build_{cpu,vendor,os,alias} to host values when
14692 --build isn't specified.
14693
14694 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14695
14696 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14697 (FLAGS_TO_PASS): Pass them.
14698 (EXTRA_TARGET_FLAGS): Ditto.
14699
14700 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14701
14702 * Makefile.in (all-libg++): Depend on all-libstdc++.
14703
14704 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14705
14706 * configure.in (noconfigdirs): Enable all packages for
14707 i386-unknown-netbsd.
14708
14709 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14710
14711 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14712 hosted builds (DOS builds)
14713
14714 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14715
14716 Changes for ARM based on patches from Richard Earnshaw:
14717 * config.sub: Handle armeb and armel.
14718 * configure.in: Omit arm linker only for riscix.
14719
14720 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14721
14722 * config.guess: Update from FSF.
14723
14724 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14725
14726 * config.sub: Recognize powerpcle as the little endian variant of
14727 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14728 powerpcle variant. Convert pentium into i586, not i486. Add p5
14729 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14730 temporarily.
14731
14732 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14733
14734 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14735
14736 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14737
14738 * config.sub: Accept -lites* as a basic system type.
14739
14740 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14741
14742 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14743 installed, and if so return linuxoldld as the system name.
14744
14745 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14746
14747 * config.guess: Add hppa1.1-hp-lites support.
14748
14749 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14750
14751 * configure.in: Don't build newlib for m68k-vxworks5.1.
14752
14753 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14754
14755 * configure.in (mips-sgi-irix6): Use mh-irix5.
14756
14757 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14758
14759 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14760
14761 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14762
14763 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14764 OSF/1. Fix compiler flags.
14765 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14766
14767 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14768
14769 * configure.in: Recognize --with-newlib.
14770 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14771
14772 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14773
14774 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14775 to *_X11_MODULES due to gdbtk needing X include files et al.
14776
14777 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14778
14779 Merge in support for Mac MPW as a host.
14780 (Old change descriptions retained for informational value.)
14781
14782 * mpw-config.in: Add generic include forwards for cpu-specific
14783 include files in aout and elf directories.
14784
14785 * mpw-configure: Added copyright.
14786 * mpw-config.in: Check for presence of required build tools.
14787 (target_libs): Add newlib.
14788 (target_tools): Add examples.
14789 (Read Me): Generate as "Read Me for MPW" instead.
14790 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14791 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14792 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14793
14794 * mpw-configure: Remove subdir-specific makefile hackery,
14795 delete mk.tmp after using it.
14796
14797 * mpw-build.in (all): Display start and end times.
14798
14799 * mpw-configure (host_canonical): Set.
14800 (target_cpu): Always add to makefiles.
14801 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14802 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14803 (mpw-mh-mpw): Look for in srcdir and srcroot.
14804 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14805
14806 * mpw-build.in: (install-only): New target.
14807
14808 * mpw-configure (host_alias, target_alias): Rename from hostalias
14809 and targetalias, add into generated Makefile.
14810 (mk.tmp): If present, add into generated Makefile.
14811 * mpw-build.in (all-gas): Build config.h first before gas proper.
14812
14813 * mpw-configure (config.status): Write only if changed.
14814 * mpw-config.in (readline): Configure it (not built, just used for
14815 definitions).
14816
14817 * mpw-config.in (elf/mips.h): Add a forward include.
14818
14819 * mpw-config.in: Forward-include most .h files in include into
14820 extra-include.
14821 (readline): Don't build.
14822 mpw-build.in (install): Install GDB.
14823
14824 * mpw-configure (prefix, mpw_prefix): Handle it.
14825 * mpw-config.in (mmalloc, readline): Don't configure.
14826 * mpw-build.in (thisscript): Rename to ThisScript.
14827 Use mpw-build instead of BuildProgram everywhere.
14828 (mmalloc, readline): Don't build.
14829 * mpw-README: New file, basic documentation about the MPW port.
14830
14831 * mpw-config.in: Use forward-include to create include files.
14832
14833 * mpw-configure: Add more things to the top of each configured
14834 Makefile, including contents of config/mpw-mh-mpw.
14835 * mpw-config.in (extra-include): Create this directory and fill it
14836 with Posix-like include files when configuring.
14837
14838 * config.sub (apple, mac, mpw): Add various aliases.
14839
14840 * mpw-build.in: New file, top-level build script fragment for MPW.
14841 * mpw-configure: New file, configure script for MPW.
14842 * mpw-config.in: New file, config fragment for MPW.
14843
14844 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14845
14846 * configure.in (host_libs): Remove glob, since it is gone from the
14847 sources.
14848
14849 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14850
14851 * Makefile.in: define empty GDB_NLM_DEPS var.
14852
14853 * configure.in(target_makefile_frag): use config/mt-netware
14854 for netware targets.
14855
14856 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14857
14858 * config.sub: Merge in recent FSF changes. Remove linux special
14859 cases.
14860
14861 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14862
14863 Revert this change:
14864
14865 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14866
14867 * build-all.mk: Use CC=cc -Xs on Solaris.
14868
14869 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14870
14871 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14872 stop using it.
14873 * Makefile.in: Nuke all references to glob subdirectory.
14874
14875 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14876
14877 * configure.in: Fix --enable-shared logic in per-host.
14878
14879 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14880
14881 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14882
14883 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14884
14885 * configure.in (noconfigdirs): Don't build gas on AIX, for
14886 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14887
14888 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14889
14890 * configure: Fix --cache-file to work if the file argument is a
14891 relative path.
14892
14893 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14894
14895 * configure: If the --cache-file is used, pass it down to
14896 configure in subdirectories.
14897
14898 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14899
14900 * config.sub: add vxworks29k configuration.
14901
14902 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14903
14904 * Makefile.in (taz): Do "diststuff" part quietly.
14905
14906 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14907
14908 * config.sub: Mini-merge with gcc/config.sub.
14909
14910 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14911
14912 * config.guess (IRIX): Sed - to _.
14913
14914 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14915
14916 * Makefile.in (source-vault, binary-vault): New targets.
14917
14918 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14919
14920 * config.sub: Recognize -eabi as a basic system type.
14921
14922 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14923
14924 * configure.in (enable_shared stuff): Fix typo.
14925
14926 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14927
14928 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14929
14930 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14931
14932 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14933
14934 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14935
14936 * configure.in (rs6000-*-*): Don't build gas.
14937
14938 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14939
14940 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14941 reduce command line length.
14942 (AS_FOR_TARGET): Check for as.new, not Makefile.
14943 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14944
14945 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14946
14947 * config.guess: Merge from FSF.
14948
14949 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14950
14951 * configure: Don't use $ when handling program_suffix.
14952
14953 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14954
14955 * configure.in: Configure tk for hppa/hpux.
14956
14957 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14958
14959 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14960
14961 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14962
14963 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14964 to LIBCXXFLAGS. Tests are better run without it.
14965
14966 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14967
14968 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14969
14970 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14971
14972 * configure.in (*-*-netware*): Don't configure xiberty.
14973
14974 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14975
14976 * configure.in: Remove tk from native_only list.
14977
14978 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14979
14980 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14981 for special NCD build.
14982
14983 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14984
14985 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14986 makeall.bat, they're only useful for binutils snapshots.
14987 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14988 makeall.bat to specified SUPPORT_FILES.
14989
14990 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14991
14992 * build-all.mk: Add Ericsson targets to sun4 and solaris
14993 hosts. Add BNR's sun4 target to solaris host, so their
14994 build-from-source will be tested in-house first.
14995
14996 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14997
14998 * Makefile.in (LIBCFLAGS): New variable.
14999 (CFLAGS_FOR_TARGET): Ditto.
15000 (LIBCFLAGS_FOR_TARGET): Ditto.
15001 (LIBCXXFLAGS): Ditto.
15002 (CXXFLAGS_FOR_TARGET): Ditto.
15003 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15004 (BASE_FLAGS_TO_PASS): Pass them.
15005 (EXTRA_TARGET_FLAGS): Ditto.
15006
15007 * configure.in: Support --enable-shared.
15008
15009 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15010
15011 * configure.in (target_libs): Include libstdc++ again.
15012 * config.guess: Update from FSF (for FreeBSD).
15013
15014 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15015
15016 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15017 makeall.bat.
15018 (DISTDOCDIRS): Add `etc'.
15019 (ETC_SUPPORT_PFX): New variable.
15020 (taz): Include anything from etc starting with a word in
15021 ETC_SUPPORT_PFX.
15022
15023 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15024
15025 * config.sub: Update for recent FSF changes. Remove obsolete
15026 h8300hds entry. Add -windows* and -osx as basic os. Minor
15027 spacing changes.
15028
15029 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15030
15031 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15032
15033 * config.guess: Merge with FSF.
15034 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15035
15036 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15037
15038 * configure: Since the "trap 0" handler will override the exit
15039 status on many systems, only use it for "exit 1", and make it set
15040 a non-zero exit status; reset it before "exit 0". Also, check
15041 exit status of config.sub, and error out if it failed.
15042
15043 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15044
15045 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15046 and install libgloss.
15047
15048 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15049
15050 * Makefile.in (all-binutils): Depend upon all-byacc.
15051
15052 * configure.in: Don't build emacs on Irix 5.
15053
15054 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15055
15056 * configure.in (*-*-netware*): Add libio.
15057
15058 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15059
15060 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15061 (CHECK_TARGET_MODULES): Ditto.
15062 (INSTALL_TARGET_MODULES): Ditto.
15063 (TARGET_LIBS): Ditto.
15064 (all-libstdc++): Note dependencies.
15065
15066 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15067
15068 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15069
15070 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15071
15072 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15073 -fexternal-templates.
15074
15075 * configure.in (target_libs): Add libstdc++.
15076 (noconfigdirs): Add libstdc++ as appropriate.
15077
15078 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15079
15080 * config.guess: Update from FSF.
15081
15082 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15083
15084 * configure: Use ${config_shell} when running ${configsub}.
15085
15086 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15087
15088 * config.sub: No longer recognize h8300h.
15089
15090 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15091
15092 * config.sub: Remove extraneous differences between config.sub and
15093 gcc/config.sub.
15094
15095 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15096
15097 * Makefile.in (DISTSTUFFDIRS): Add gas.
15098
15099 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15100
15101 * COPYING.NEWLIB: New file.
15102
15103 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15104
15105 * config.guess (HP-UX): Patch from Harlan Stenn
15106 <harlan@landmark.com> to also emit release level.
15107
15108 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15109
15110 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15111
15112 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15113
15114 * config.sub: Merge nextstep cleanup from FSF.
15115
15116 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15117
15118 * configure.in (arm-*-*): Don't configure ld for this target.
15119
15120 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15121
15122 * configure.in (*-*-netware): don't configure libg++, libio,
15123 librx, or newlib.
15124
15125 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15126
15127 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15128 configure ld--it works, but it doesn't support shared libraries.
15129
15130 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15131
15132 * config.guess (*-unknown-freebsd*): Get rid of possible
15133 trailing "(Release)" in version string.
15134 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15135
15136 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15137
15138 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15139 Fix type: *-next-neststep -> *-next-nextstep.
15140
15141 * config.guess: Merge from FSF:
15142
15143 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15144
15145 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15146
15147 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15148
15149 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15150 instead of UNIX_SV for UnixWare 1.0).
15151
15152 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15153
15154 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15155 to make gdb/nlm/* build after the compiler and linker.
15156
15157 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15158
15159 * config.guess (netbsd, freebsd, linux): Accept any machine,
15160 not just i[34]86.
15161 (m68k-atari-sysv4): Relocate to match FSF version.
15162
15163 * config.guess: More merges from the FSF:
15164
15165 Add a space before function call or macro invocation.
15166
15167 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15168
15169 * config.guess: Add trap cmd to remove dummy.c and dummy when
15170 interrupted.
15171
15172 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15173
15174 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15175 (dummy): Redirect stderr from compilation of dummy.c.
15176
15177 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15178
15179 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15180
15181 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15182
15183 * configure: Accept and ignore --cache*, for compatibility with
15184 new autoconf.
15185
15186 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15187
15188 * config.guess: Merge from FSF:
15189
15190 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15191
15192 * config.guess (Pyramid*:OSx*:*:*): New case.
15193 (PATH): Add /.attbin at end for finding uname.
15194 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15195
15196 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15197
15198 * config.guess (M88*:DolphinOS:*:*): New case.
15199
15200 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15201
15202 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15203 to select whether to use ELF or COFF.
15204
15205 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15206
15207 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15208
15209 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15210
15211 * config.guess: Guess the OS version for HPUX.
15212
15213 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15214
15215 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15216
15217 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15218
15219 * configure.in: Recognize --with-headers, --with-libs, and
15220 --without-newlib.
15221 * Makefile.in (all-xiberty): Depend upon all-ld.
15222
15223 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15224
15225 * configure.in: Change i[34]86 to i[345]86.
15226
15227 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15228
15229 * configure (version): A few more tweaks to help message.
15230
15231 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15232
15233 * Makefile.in: Remove (for now) librx as a host library,
15234 now that we're building it for target.
15235
15236 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15237
15238 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15239 (Karl Berry).
15240
15241 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15242
15243 * configure.in: Also configure librx.
15244
15245 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15246
15247 * Makefile.in: Update various rules to reflect that librx
15248 is now needed for libg++.
15249
15250 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15251
15252 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15253
15254 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15255
15256 * configure.in: Configure the examples directory.
15257
15258 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15259
15260 * configure: Simplify Jun 2 1994 change.
15261
15262 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15263
15264 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15265 /bin/gcc isn't good enough to build gcc.
15266
15267 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15268
15269 * Makefile.in (GDB_SUPPORT_FILES): Remove
15270 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15271 (gdb.tar.gz): Add new rule to use standard distribution building
15272 mechanism.
15273
15274 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15275
15276 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15277 Bill Cox <bill@cygnus.com>.
15278
15279 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15280
15281 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15282
15283 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15284
15285 * configure: Search current dir first in .gdbinit.
15286
15287 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15288
15289 * config.sub: Recognize freebsd (merged from gcc config.sub).
15290
15291 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15292
15293 * config.sub: Refer to NeXT's operating system as nextstep.
15294
15295 * config.sub (case $basic_machine): Re-order the cases, to match
15296 the order in the FSF version (which is mostly alphabethical).
15297 Merge in some additions and changes from the FSF.
15298
15299 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15300
15301 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15302 * config.sub: Recognize cxux7.
15303 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15304
15305 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15306
15307 * config.sub: Fix typo powerpc -> powerpc-*.
15308
15309 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15310
15311 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15312
15313 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15314 parallel with all-emacs and install-emacs). Top-level command
15315 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15316
15317 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15318
15319 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15320 $(relbindir)/make before doing ``make install'', and use
15321 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15322 installing over running make binary.
15323 ($(host)-stamp-stage3-installed): Likewise.
15324
15325 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15326
15327 * config.guess: Recognize Mach.
15328
15329 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15330
15331 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15332 see whether --exec-prefix was used.
15333
15334 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15335
15336 * README: Explicitly mention libg++/README. (Zoo's idea.)
15337
15338 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15339
15340 * Makefile.in: Add all-librx target similar to all-libproc.
15341
15342 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15343
15344 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15345 with post 1.2 uname bogosity.
15346
15347 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15348
15349 * configure: Remove temporary files on receipt of a signal.
15350
15351 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15352
15353 * configure: If there is a package_makefile_frag, remove
15354 ${subdir}/Makefile.tem after copying it in.
15355
15356 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15357
15358 * build_all.mk: support rs6000 lynx identifies itself as
15359 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15360 since /bin/gcc is too feeble to compile a modern gcc.
15361
15362 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15363
15364 * brought devo/test-build.mk update-to-date with progressive/
15365 test-build.mk. Add lynx targets and hppa flag info.
15366
15367 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15368
15369 * configure.in: Use mh-ncrsvr43. Patch from
15370 Tom McConnell <tmcconne@sedona.intel.com>.
15371
15372 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15373
15374 * config.guess (i386-unknown-bsdi): No longer need to
15375 check #if defined(__bsdi__) && defined(__i386__).
15376
15377 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15378
15379 * configure: Set program_transform_nameoption correctly.
15380
15381 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15382
15383 * brought build-all.mk update-to-date with progressive build-all.mk,
15384 added new targets and hppa info.
15385
15386 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15387
15388 * configure: If config.guess result is a prefix of the user
15389 specified target, assume a native build and use the user specified
15390 target as the host alias. Remove SunOS patch suffix removal hack.
15391 * configure.in: Remove SunOS patch suffix removal hack.
15392
15393 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15394 in NATIVE_CHECK_MODULES.
15395
15396 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15397
15398 * Makefile.in: Rename HOST_ONLY to NATIVE.
15399 * configure: Delete SunOs patch suffix from host_canonical
15400 and build_canonical variables that are prepended to Makefiles.
15401 * configure.in: Add comments for easier maintenance.
15402
15403 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15404
15405 * Makefile.in: Add all-libproc target similar to all-gui.
15406
15407 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15408
15409 * Makefile.in (CHECK_MODULES): split into
15410 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15411
15412 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15413
15414 * config.guess (i386-unknown-bsdi): New system to guess.
15415
15416 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15417
15418 * Makefile.in: Add all-gui target (but not yet build by "all").
15419
15420 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15421
15422 * config.sub: Move deletion of patch suffix from here...
15423 * configure.in: To here, at Ian's suggestion. The top-
15424 level scripts might need to know of a patch level.
15425
15426 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15427
15428 * config.sub: Strip off patch suffix so rtl is recognized
15429 as a sunos4.1.3 machine, even though it's been patched.
15430
15431 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15432
15433 * Makefile.in (INSTALL_LAST): Delete.
15434 (INSTALL_DOSREL): New.
15435
15436 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15437
15438 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15439 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15440 whether we pass down --with-gnu-ld anyhow.
15441
15442 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15443
15444 * Makefile.in (INSTALL_LAST): Change operation so it works
15445 on more flavors of make.
15446 * configure.in (go32): Don't build libg++ or libio.
15447
15448 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15449
15450 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15451 they can be overriden by templates.
15452
15453 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15454
15455 * configure.in (target==go32): Don't build gdb.
15456 * dosrel: New directory.
15457
15458 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15459
15460 * configure.in (host==go32): Configure dosrel too.
15461 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15462 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15463 be set by incoming names or templates.
15464 (INSTALL_LAST): New rule.
15465
15466 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15467
15468 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15469
15470 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15471
15472 * configure.in (appdirs): New variable. Currently empty, but will
15473 be used in gas distribution. If nonempty, lists a set of
15474 directories at least one of which must get configured, or top
15475 level configuration is considered to have failed.
15476 (rs6000-*-lynxos*): Use new file name.
15477
15478 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15479
15480 Eliminate XTRAFLAGS.
15481 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15482 newlib include files using -idirafter, and also use -nostdinc.
15483 (CXX_FOR_TARGET): Likewise.
15484 (XTRAFLAGS): Removed.
15485 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15486 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15487 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15488 ($(DO_X)): Don't pass down XTRAFLAGS.
15489
15490 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15491
15492 * configure.in (mips*-dec-bsd*): New target; do build linker.
15493 (mips*-*-bsd*): New target; don't build linker.
15494
15495 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15496
15497 * configure.in: support rs6000-*-lynxos* configuration.
15498 support sunos4 as a cross target.
15499
15500 * config.sub: look for lynx*, not lynx since the OS version may
15501 legitimately be part of the name.
15502
15503 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15504
15505 * configure.in (i[34]86-*-sco*): Move to be with other i386
15506 targets.
15507 (romp-*-*): New target. Skip various binary utilities.
15508 (vax-*-*): New target. Don't build newlib.
15509 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15510
15511 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15512
15513 * configure.in: Only set host_makefile_frag if config
15514 directory exists.
15515
15516 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15517
15518 * install.sh: If $dstdir exists, don't check whether each
15519 component does.
15520
15521 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15522
15523 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15524
15525 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15526
15527 * configure.in (*-*-lynxos*): Don't configure newlib for either
15528 native or cross Lynx.
15529
15530 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15531
15532 * config.sub (sparc64-elf): Fix os.
15533 (z8k): Remove duplicate.
15534
15535 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15536
15537 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15538 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15539
15540 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15541
15542 * configure: Make file links cleanly even if Lynx fails on
15543 an NFS symlink (at least fail cleanly).
15544
15545 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15546
15547 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15548 -XNh2000.
15549
15550 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15551
15552 * configure: Unknown options are fatal again.
15553
15554 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15555
15556 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15557 compatibility.
15558
15559 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15560
15561 * build-all.mk: Add `clean' target.
15562
15563 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15564
15565 * config.guess: Add SINIX support.
15566 * configure.in: Add mips-*-sysv4* support.
15567
15568 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15569
15570 * build-all.mk: Document all useful targets.
15571 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15572 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15573
15574 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15575
15576 * configure: Support --silent, --quiet.
15577
15578 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15579
15580 * configure: Support --disable-FEATURE.
15581
15582 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15583
15584 * config.guess: Recognize NCR running SVR4.3.
15585
15586 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15587
15588 * config.guess: Make BSDI generate i386-unknown-bsd386.
15589 Patch from Paul Eggert <eggert@twinsun.com>.
15590
15591 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15592
15593 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15594
15595 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15596
15597 * configure: Make unrecognized options give nonfatal warnings
15598 instead of fatal errors, and pass them to any subdirectory
15599 configures in case they recognize them.
15600 Make --x equivalent to --with-x.
15601
15602 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15603
15604 * configure: Add --enable-* options. Clean up usage message and
15605 some comments.
15606
15607 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15608
15609 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15610
15611 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15612
15613 * configure.in (hppa*-*-*): Enable binutils.
15614
15615 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15616
15617 * config.sub: Recognize cisco.
15618
15619 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15620
15621 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15622
15623 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15624
15625 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15626 than one configuration name. Add comment.
15627
15628 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15629
15630 * config.guess: about target *-hitachi-hiuxwe2, fixed
15631 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15632 macro is incorrect.]
15633
15634 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15635
15636 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15637 than the "make ls" stuff which used to be here.
15638
15639 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15640
15641 * config.guess: Recognize i[34]86-unknown-freebsd.
15642 From Shawn M Carey <smcarey@rodan.syr.edu>.
15643
15644 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15645
15646 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15647
15648 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15649
15650 * config.guess: Check for ptx.
15651
15652 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15653
15654 * config.sub: Add os9k checking.
15655
15656 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15657
15658 * config.guess: Handle OSF1 running on HPPA processors
15659
15660 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15661
15662 * configure: If subdir configure fails, print out a message with
15663 subdirectory name, in case subdir's configure code didn't identify
15664 itself.
15665
15666 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15667
15668 * configure.in: Remove embedded newlines from configdirs.
15669 Avoid mismatches of substrings. Fix matching strings at end
15670 of configdirs.
15671
15672 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15673
15674 * config.guess: Add Lynx/rs6000 config support.
15675
15676 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15677
15678 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15679
15680 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15681
15682 * configure.in (hppa*-*-osf*): Treat this just like most other
15683 PA configurations (eg no binutils or ld).
15684 (hppa*-*-*elf*): These configurations have binutils and ld.
15685
15686 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15687
15688 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15689
15690 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15691
15692 * configure.in (rs6000-*-*): Build gas.
15693
15694 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15695
15696 * Makefile.in: Avoid bug in losing hpux sed.
15697
15698 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15699
15700 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15701 for GDB and GDB has been fixed to not need it.
15702
15703 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15704
15705 * config.guess: Recognize vax hosts.
15706
15707 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15708
15709 * configure (while loop): Don't use "break 2" inside case
15710 statement -- the case statement isn't an enclosing loop.
15711
15712 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15713
15714 * config.guess: Clean up NeXT support, to allow nextstep
15715 on Intel machines. Make OS be nextstep.
15716
15717 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15718
15719 * config.guess: Add alternate forms for Convex.
15720
15721 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15722
15723 * configure: Completely rewrite option processing. Take
15724 advantage of pattern-matching to avoid invoking test frequently.
15725 Also clean up host and target defaulting logic.
15726
15727 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15728
15729 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15730 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15731 commands (plus user environment) will fit SCO limits.
15732
15733 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15734
15735 * configure.in: Don't issue warnings about directories which are
15736 not being configured if -norecursion is set. Correct test for
15737 --with-gnu-as and --with-gnu-ld to not get confused by substring
15738 matches.
15739
15740 * configure.in: Don't build gas for alpha-dec-osf1*.
15741
15742 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15743
15744 * configure: Back out Per's change of 12/19/1993. It changes the
15745 behavior of configure in unexpected and confusing ways.
15746
15747 Also, use different delim char when calculating
15748 program_transform_name so that the name can contain slashes.
15749
15750 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15751
15752 * configure.in, config.sub: Add support for VSTa micro-kernel.
15753
15754 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15755
15756 * configure.in: Nuke hacks which were used to get a special
15757 version of GAS for HPPA configurations.
15758
15759 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15760
15761 * configure: If only ${target_alias} is given, use that
15762 as the default for ${host_alias}.
15763 * configure: Add missing back-slashes before nested quotes.
15764
15765 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15766
15767 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15768
15769 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15770
15771 * config.guess: Recognize some Tektronix configurations.
15772 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15773
15774 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15775
15776 * config.sub: Match any flavor of SH.
15777
15778 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15779
15780 * configure.in: Don't try to configure newlib for Alpha.
15781
15782 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15783
15784 * configure.in: Don't build ld for Irix 5. Don't build gas,
15785 libg++ or libio for any Alpha target.
15786
15787 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15788
15789 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15790
15791 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15792 default arguments -- so it tried to compress itself.
15793
15794 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15795
15796 * configure.in (notsupp): ensure that a space is always at the end
15797 of the configdirs list, since the grep checks for an explicit space
15798
15799 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15800
15801 * configure.in (target i386-sysv4.2): don't build ld, since static
15802 versions of many libraries are not available.
15803
15804 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15805
15806 * config.guess: Recognize Apollos (using environment variables).
15807 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15808
15809 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15810
15811 * config.guess: Recognize Sony news mips running newsos.
15812
15813 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15814
15815 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15816 "fi ; else" for bash.
15817
15818 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15819
15820 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15821
15822 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15823
15824 * config.sub: accept unixware as an alias for svr4.2.
15825 Fix some inconsistancies with the gcc version.
15826
15827 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15828
15829 * Makefile.in (DISTDOCDIRS): Add gdb.
15830
15831 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15832
15833 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15834
15835 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15836
15837 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15838 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15839 this now.
15840
15841 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15842
15843 * config.sub: Accept hiux* as an OS name.
15844
15845 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15846 etc/make-stds.texi. The underscore came from gcc, and dje now
15847 agrees that RUNTESTFLAGS is the correct name.
15848
15849 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15850
15851 * install.sh: Remove 'set -e'. It makes any conditionals
15852 in the script useless.
15853
15854 * config.guess: Automatically recognize arm-acorn-riscix
15855 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15856
15857 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15858
15859 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15860
15861 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15862
15863 * Makefile.in (DISTDOCDIRS): New variable.
15864 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15865 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15866
15867 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15868
15869 * configure.in (hppa target): check the source directory for the
15870 pagas sub-directory
15871
15872 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15873
15874 * config.sub: Allow -aout* and -elf*.
15875
15876 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15877
15878 * configure.in: Don't build ld on i386-solaris2, same as for
15879 sparc-solaris2.
15880
15881 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15882
15883 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15884
15885 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15886
15887 * configure.in: Configure gdb for alpha.
15888
15889 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15890
15891 * Makefile.in (CXXFLAGS): Add -O.
15892
15893 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15894
15895 * config.guess: added support for DG Aviion
15896
15897 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15898
15899 * configure.in: Produce warning message for subdirectories not
15900 configurable for this host/target combination. Don't try to
15901 configure gdb for vms.
15902
15903 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15904
15905 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15906 appropriate files before making "diststuff".
15907 (DISTBISONFILES): New var: list of files to be edited.
15908 (DISTSTUFFDIRS): Add binutils.
15909
15910 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15911
15912 * config.sub: also handle mipsel and mips64el (for little endian mips)
15913
15914 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15915
15916 * configure.in: Add * to end of all OS names.
15917
15918 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15919
15920 * configure.in: Build newlib for LynxOS native.
15921
15922 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15923
15924 * config.guess: Add support for delta 88k running SVR3.
15925
15926 * configure.in: Add comment about HP compiler vs. emacs.
15927
15928 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15929
15930 * configure.in: don't build ld on solaris2 (not a viable option
15931 due to bugs in getpwnam & getpwuid)
15932
15933 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15934
15935 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15936 config.guess will produce a full version number.
15937
15938 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15939
15940 * configure.in: Build linker and binutils for alpha-dec-osf1.
15941
15942 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15943
15944 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15945 and gdb/testsuite/Makefile.in.
15946
15947 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15948
15949 * configure.in: recognize mips*- instead of mips-
15950
15951 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15952
15953 * config.sub: Accept linux*coff and linux*elf as operating
15954 systems.
15955
15956 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15957
15958 * config.sub: Recognize mips64, and mips3 as an alias for it.
15959
15960 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15961
15962 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15963 gdb knows how to handle OSF/1 shared libraries.
15964
15965 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15966
15967 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15968 * config.guess: Recognize Hitachi's HIUX.
15969 * config.sub: Recognize h3050r* and hppahitachi.
15970 Remove redundant cases for hp9k[23]*.
15971
15972 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15973
15974 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15975 if gas and ld are in the source tree and are in ${configdirs}.
15976 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15977 --with options (but still pass them down on the command line,
15978 if they were explicitly specified).
15979
15980 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15981
15982 * configure: substitute SHELL value in Makefile.in with
15983 ${CONFIG_SHELL}
15984
15985 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15986
15987 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15988 *-*-solaris2* targets.
15989
15990 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15991
15992 * Makefile.in: define M4, and pass it down to sub-makes;
15993 all-autoconf now depends on all-m4
15994
15995 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15996
15997 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15998 presence of {ar,ranlib} instead of a configured directory
15999
16000 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16001
16002 * config.guess: Accept 34?? as well as 33?? for NCR.
16003
16004 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16005
16006 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16007 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16008
16009 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16010
16011 * configure: grab values for $(CC) and $(CXX) from the
16012 environment, so that someone can do "CC=gcc configure; make" and
16013 have it work right (matching the way that autoconf works now)
16014
16015 * configure.in, Makefile.in: add support for gash, the tcl
16016 interface to Galaxy
16017
16018 * config.guess: add NetBSD variants (hp300, x86)
16019
16020 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16021
16022 * install.sh: Support -d option (in the manner of SunOS 4 install,
16023 as it is more deterministic than that of GNU install)
16024 (chmodcmd): Set file to mode 755 by default (should also do default
16025 chgrp and chown, but I don't feel like dealing with that now)
16026
16027 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16028
16029 * config.sub: Remove h8300hhms alias.
16030
16031 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16032
16033 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16034
16035 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16036
16037 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16038 as stmp-fixinc
16039
16040 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16041
16042 * config.sub: recognize m88110-bug-coff.
16043
16044 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16045
16046 * Makefile.in (all-libio): all dependencies on the toolchain used
16047 to build this (gcc, gas, ld, etc)
16048
16049 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16050
16051 * config.guess: Deal with OSF/1 1.3 on alpha.
16052
16053 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16054
16055 * install.sh: add some 'else true' clauses for portability
16056
16057 * configure.in: don't build libio for h8[35]00-*-* targets
16058
16059 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16060
16061 * Makefile.in: Add support for new libio.
16062
16063 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16064
16065 * install.sh: If one command fails, don't try the rest. Don't try
16066 to remove $dsttmp (via trap) unless we have already created it.
16067 If $src doesn't exist, detect it and exit with an error.
16068
16069 * config.guess: Recognize BSD on hp300.
16070
16071 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16072
16073 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16074 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16075
16076 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16077
16078 * Makefile.in (all-send-pr): depends on all-prms
16079
16080 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16081
16082 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16083
16084 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16085
16086 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16087 Added test for mips-mips-riscos5.
16088
16089 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16090
16091 * configure.in: use mh-hp300 for 68k HP hosts
16092
16093 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16094
16095 * configure: add support for CONFIG_SHELL, so that you can use
16096 some alternate shell for evaluating configure scripts
16097
16098 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16099
16100 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16101 in configure script to bug-gdb@prep.ai.mit.edu when building
16102 distribution archive.
16103 * Makefile.in (COMPRESS): Remove def.
16104 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16105 gdb.tar.Z and make-gdb.tar.Z respectively.
16106 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16107 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16108 to convergence with 'taz' target in Makefile.in.
16109
16110 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16111
16112 * install.sh (dsttmp): use trap to ensure that tmp files go
16113 away on error conditions
16114
16115 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16116
16117 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16118
16119 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16120
16121 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16122 its parent is '/' not ''.
16123
16124 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16125
16126 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16127
16128 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16129 that ${newsrcdir}/configure.in does.
16130
16131 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16132
16133 * test-build.mk: support for CONFIG_SHELL
16134
16135 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16136
16137 * config.sub (netware): Add as a basic system type.
16138
16139 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16140
16141 * Makefile.in (Makefile): depend on configure.in. Also drop the
16142 $(srcdir)/ from the dependency on Makefile.in.
16143
16144 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16145
16146 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16147 (h8300hhms is temporary until multi-libraries are implemented).
16148 * configure.in: Handle h8300h too.
16149
16150 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16151
16152 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16153
16154 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16155
16156 * configure: Remove extraneous output when guessing host type.
16157 * config.guess: Remove extraneous output when guessing using C
16158 compiler rather than uname, or when guessing fails.
16159
16160 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16161
16162 * Makefile.in: remove all.cross and install.cross targets
16163
16164 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16165 definitions
16166
16167 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16168
16169 * configure.in (target sh): Build gprof.
16170
16171 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16172
16173 * config.sub: change -solaris to -solaris2
16174
16175 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16176
16177 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16178
16179 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16180
16181 * configure: Correct error message for missing Makefile.in to
16182 print correct directory.
16183
16184 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16185
16186 * install.sh: kludge around 386BSD shell bug
16187
16188 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16189
16190 * config.guess: Recognize NeXT.
16191 * config.guess: Recognize i486-ncr-sysv4.
16192 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16193
16194 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16195
16196 * Makefile.in (MAKEINFOFLAGS): New variable.
16197 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16198 * build-all.mk, test-build.mk: Pass down --no-split as
16199 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16200
16201 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16202
16203 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16204
16205 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16206
16207 * Makefile.in (libg++.tar.z): New rule.
16208 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16209 * Makefile.in (taz): Only do a single chmod.
16210
16211 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16212
16213 * install.sh: don't use dirname anymore (replaced with sed usage)
16214
16215 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16216
16217 * Makefile.in: Change extension for gzip'd files from '.z' to
16218 '.gz' per new FSF standard usage.
16219
16220 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16221
16222 * configure: put quotes around the final value of program_transform_name
16223
16224 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16225
16226 * Makefile.in: new install.sh support; update install-info rules
16227
16228 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16229
16230 * configure.in: Build diff for crosses, but not for go32 host.
16231
16232 * configure.in: Build gprof only for native, and don't build it
16233 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16234
16235 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16236
16237 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16238
16239 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16240
16241 * configure.in (host_tools): Add prms.
16242
16243 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16244
16245 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16246 with $(FLAGS_TO_PASS) on the command line
16247
16248 * config.sub: Recognize lynx and lynxos
16249
16250 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16251
16252 * config.sub: Accept -ecoff*, not just -ecoff.
16253
16254 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16255
16256 * Makefile.in (taz): Use .gz suffix instead of .z.
16257 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16258 names.
16259
16260 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16261
16262 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16263
16264 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16265
16266 * Makefile.in (install-no-fixedincludes): install gcc last, so
16267 that rebuilds that might happen during 'make install' don't get
16268 bogus gcc include files
16269
16270 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16271
16272 Change from Utah for HPPA support:
16273 * config.guess: Recognize hppa1.x-hp-bsd.
16274
16275 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16276
16277 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16278 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16279
16280 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16281
16282 * config.sub: Add support for rom68k and bug boot monitors.
16283
16284 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16285
16286 * Makefile.in: Make all-opcodes depend on all-bfd.
16287
16288 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16289
16290 * config.guess: Added special check for i[34]86-univel-sysv4*.
16291
16292 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16293
16294 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16295 the processor rather than assuming i486.
16296
16297 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16298
16299 * config.guess: Recognize SunOS6 as Solaris3.
16300
16301 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16302
16303 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16304 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16305
16306 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16307
16308 * build-all.mk (all-cross): New target for Canadian Cross.
16309 Added Q2 go32 targets.
16310 * test-build.mk: Configure go32 cross sparclite-aout and
16311 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16312 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16313
16314 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16315
16316 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16317 GO32 hosted toolchains
16318
16319 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16320
16321 * configure: change so "-exec-prefix" gets passed down rather
16322 than "-exec_prefix" so autoconf generated Makefiles get the
16323 exec_prefix set right.
16324
16325 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16326
16327 * config.guess: get the Solaris2 minor version number
16328
16329 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16330
16331 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16332
16333 * config.guess: Recognize some Sequent platforms.
16334
16335 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16336
16337 * Makefile.in: added the vault-install target
16338
16339 * configure.in: actually use the Sun3 makefile fragment that's in
16340 config, also added the release dir to configdirs
16341
16342 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16343
16344 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16345
16346 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16347
16348 * configure.in: remove some program from Alpha targetted toolchains
16349
16350 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16351
16352 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16353 gprof.
16354 (taz): Run "make diststuff" in those directories instead of "make
16355 proto-dir". Look for "VERSION=" only at start of line in subdir
16356 Makefile. Use "gzip -9" for compression.
16357 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16358 (binutils.tar.z): New target.
16359
16360 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16361
16362 * Makefile.in (taz): Include gpl.texinfo.
16363
16364 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16365
16366 * Makefile.in (setup-dirs): Merged into "taz" target.
16367 (taz): Only do `proto-dir' stuff if a directory is actually needed
16368 for this target.
16369
16370 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16371
16372 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16373 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16374 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16375 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16376 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16377
16378 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16379
16380 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16381 config.sub, and move-if-change to gdb testsuite distribution
16382 archive, so the testsuite can be extracted, configured, and
16383 run separately from the gdb distribution. Blow away the Chill
16384 tests that require a Chill compiled executable, since GNU Chill
16385 is not yet publically available.
16386
16387 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16388
16389 * test-build.mk: set environment variables in a single command,
16390 instead of a list of assignments and exports
16391
16392 * config.guess: recognize Alpha/OSF1 systems
16393
16394 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16395
16396 * configure: Change help message to prefer --options rather than
16397 -options.
16398
16399 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16400
16401 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16402 zippy@ecst.csuchico.edu.
16403 * config.guess: Recognize miniframe.
16404
16405 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16406
16407 * Makefile.in: Use srcroot to find runtest rather than rootme.
16408 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16409
16410 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16411
16412 * test-build.mk: Extensive additions to support building on a
16413 machine other than the host.
16414
16415 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16416
16417 * configure (tooldir): Fix for i386-aix again.
16418
16419 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16420
16421 * configure, Makefile.in: Change definition of $(tooldir)
16422 to match the FSF.
16423
16424 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16425
16426 * config.guess: Recognize i[34]86/SVR4.
16427
16428 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16429
16430 * Makefile.in (all-gdb): gdb depends on sim.
16431
16432 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16433
16434 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16435 at the same time we make the prototype gdb directory.
16436 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16437 files at the same time as the gdb base release distribution.
16438
16439 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16440
16441 * Makefile.in (check): Use individual check targets rather than
16442 DO_X rule.
16443 (check-gcc): Added.
16444
16445 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16446
16447 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16448 for System V release 3.2.
16449
16450 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16451
16452 * config.sub: Recognize hppaosf.
16453 * configure.in: Do configure ld/binutils/gas for it.
16454
16455 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16456
16457 * configure (tooldir): Alter syntax used to set this, for systems
16458 where "\$" isn't handled right, like i386-aix.
16459
16460 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16461
16462 * configure: Pass program-transform-name, not
16463 program_transform_name, to recursive configures.
16464
16465 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16466
16467 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16468 of gas+ld+binutils.
16469
16470 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16471
16472 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16473
16474 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16475
16476 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16477
16478 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16479
16480 * Makefile.in (PRMS): Set back to all-prms.
16481
16482 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16483
16484 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16485 targets, rather than for MIPS hosts.
16486
16487 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16488
16489 * configure.in: add comment for --with-x default values
16490
16491 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16492
16493 * Makefile.in: add check-* targets for each of the directories in
16494 the tree. Add a definition of RUNTEST that will use the one we
16495 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16496
16497 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16498
16499 * configure.in: Removed obsolete references to bfd_target and
16500 target_makefile_frag.
16501
16502 * build-all.mk: Set assorted targets for Q2.
16503 * config.sub: Recognize z8k-sim and h8300-hms.
16504 * test-build.mk: Really don't pass host to configure.
16505 (HOLES): Added uname.
16506
16507 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16508
16509 * configure: Handle an empty program-prefix, program-suffix or
16510 program-transform-name correctly.
16511
16512 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16513
16514 * build-all.mk: -G 8 no longer required for MIPS targets.
16515 * test-build.mk: Don't pass host argument to configure; make it
16516 guess.
16517
16518 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16519
16520 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16521 * Makefile.in (COMPRESS): New macro, like GZIP.
16522
16523 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16524
16525 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16526
16527 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16528 with gas currently defaults to -G 0.
16529
16530 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16531
16532 * Makefile.in (all-flex): flex depends on byacc.
16533
16534 * build-all.mk: If host not specified, use config.guess. Pass TAG
16535 to test-build.mk as RELEASE_TAG.
16536 * test-build.mk (configargs): New variable containing arguments to
16537 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16538 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16539
16540 * config.guess: Use /bin/uname when checking -X argument on SCO,
16541 to avoid invoking GNU uname which doesn't understand -X.
16542
16543 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16544
16545 * configure.in: Build gas for mips-*-*.
16546
16547 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16548
16549 * Makefile.in (all.normal): insert missing backslash.
16550
16551 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16552
16553 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16554
16555 * Makefile.in: Complete overhaul to merge many almost identical
16556 targets.
16557
16558 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16559
16560 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16561 (gdb.tar.Z): Adjusted.
16562
16563 * Makefile.in (setup-dirs, taz): New targets; should be general
16564 enough to adapt for gdb sometime. Build only .z file.
16565 (gas.tar.z): New target.
16566
16567 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16568
16569 * build-all.mk: Use CC=cc -Xs on Solaris.
16570
16571 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16572
16573 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16574 for handling BISON for FSF releases.
16575
16576 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16577
16578 * configure: Actually implement the change zoo just documented.
16579
16580 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16581
16582 * configure: when using config.guess, only set target_alias when
16583 it's not already been set (ie, on the command line)
16584
16585 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16586
16587 * Makefile.in: add installcheck target, set PRMS to install-prms
16588
16589 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16590
16591 * configure: add support for package_makefile_fragment, handle the
16592 case where a directory has a configure.in file but no Makefile.in
16593 more gracefully (with an actual understandable error message, even);
16594 add support for --without (and add this to the usage message); also
16595 explicitly add a --host=${host_alias} to the command line when
16596 config.guess is used
16597
16598 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16599
16600 * configure: Must use both --host and --target in recursive calls.
16601
16602 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16603
16604 * Makefile.in: Change deja-gnu to dejagnu.
16605
16606 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16607
16608 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16609
16610 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16611
16612 * configure.in: canonicalize all instances to *-*-solaris2*,
16613 also strip out a number of tools to not build for go32 host
16614
16615 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16616
16617 * config.guess: add GPL.
16618
16619 * Makefile.in, config.guess, config.sub, configure: bump
16620 copyrights to 93.
16621
16622 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16623
16624 * Makefile.in (do-info): Removed obsolete check for existence of
16625 localenv file.
16626
16627 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16628
16629 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16630
16631 * Makefile.in: a couple of 'else true' for decstation,
16632 support for TclX
16633
16634 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16635
16636 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16637
16638 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16639
16640 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16641
16642 * config.guess: Recognize i386-ibm-aix (PS/2).
16643 * configure.in: Use config/mh-aix386 file for it.
16644
16645 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16646
16647 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16648 CC_FOR_TARGET instead.
16649 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16650
16651 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16652
16653 * Makefile.in: Add sim to list of directories sent with gdb
16654
16655 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16656
16657 * configure.in: Put back mips-dec-bsd* case.
16658
16659 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16660
16661 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16662 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16663 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16664
16665 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16666
16667 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16668
16669 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16670 (install-info): install dir.info only if it exists,
16671 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16672
16673 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16674
16675 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16676 gas for mips-dec-bsd.
16677
16678 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16679
16680 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16681 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16682
16683 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16684
16685 * configure.in: Added "dejagnu" to hosttools list.
16686
16687 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16688
16689 * config.sub, configure.in, config.guess: Add support
16690 for Bosx, an AIX variant from Bull.
16691 Patches from F.Pierresteguy@frcl.bull.fr.
16692
16693 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16694
16695 * devo/dejagnu: Initial creation of devo/dejagnu.
16696 Migrated dejagnu testcases and support files for testing software
16697 tools to reside as subdirectories, currently called "testsuite",
16698 within the directory of the software tool. Migrated all programs,
16699 support libraries, etc. beloging to dejagnu proper from
16700 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16701 with no modifications. The changes to these files which will
16702 allow them to configure, build, and execute properly will be made
16703 in a future update.
16704
16705 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16706
16707 * Makefile.in: Change send_pr to send-pr.
16708 * configure.in: Likewise.
16709 * send_pr: Renamed directory to send-pr.
16710
16711 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16712
16713 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16714
16715 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16716
16717 * README: Update for gdb-4.8 release.
16718 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16719 gdb-xxx.tar.z (gzip'd) file also.
16720
16721 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16722
16723 * Makefile.in: make all-diff depend on all-libiberty
16724
16725 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16726
16727 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16728
16729 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16730
16731 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16732
16733 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16734
16735 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16736 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16737 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16738
16739 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16740
16741 * Makefile.in: makeinfo binary is in a new location
16742
16743 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16744
16745 * config.sub: Accept -ecoff as an OS.
16746
16747 * Makefile.in: Various changes to eliminate a level of make
16748 recursion and reduce the required command line length.
16749 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16750 sub-makes.
16751 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16752 variables holding settings for specific sub-makes.
16753 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16754 in terms of BASE_FLAGS_TO_PASS.
16755 (TARGET_LIBS): New variable listing directories which use
16756 TARGET_FLAGS_TO_PASS.
16757 (subdir_do): Eliminated.
16758 (do-*): New set of targets to replace subdir_do.
16759 (various): All targets which used subdir_do now depend on do-*.
16760 (local-clean): Renamed from do_clean.
16761 (local-distclean): New target, dependency of distclean and
16762 realclean.
16763 (install-info): Don't create directories. Depend on dir.info
16764 rather than calling make recursively.
16765 (install-dir.info): Eliminated.
16766 (install-info-dirs): Create all info directories here.
16767 (dir.info): Depend upon do-install-info.
16768
16769 * test-build.mk (HOLES): Added false.
16770
16771 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16772
16773 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16774
16775 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16776
16777 * Makefile.in (info): remove dependency on all-texinfo. The
16778 problem was really in texinfo/C, not at this level.
16779
16780 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16781
16782 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16783
16784 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16785
16786 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16787 GDB releases.
16788
16789 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16790
16791 * configure: Include srcdir in message about target of link not
16792 being found. Don't convert `-' to `_' in `with' options being
16793 passed to subdirs.
16794
16795 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16796
16797 * configure.in: add uudecode to host_tools
16798
16799 * Makefile.in: added {all,install}-uudecode targets, added them to
16800 the appropriate lists
16801
16802 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16803
16804 * Makefile.in (all-gcc): Added dependency on all-gas.
16805
16806 * configure.in (mips-*-*): Build ld and binutils.
16807
16808 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16809
16810 * configure: check return code from mkdir, print error message and
16811 exit on failure.
16812
16813 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16814
16815 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16816
16817 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16818
16819 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16820
16821 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16822
16823 * config.sub (h8500): Recognize this as a cpu type.
16824
16825 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16826
16827 * configure: source directory missing is no longer a warning
16828
16829 * configure.in: recognize irix[34]* instead of irix[34]
16830
16831 * Makefile.in: define and pass down X11_LIB
16832
16833 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16834
16835 * guess-systype: Renamed to ...
16836 * config.guess: ... by popular request.
16837 * configure.in, Makefile.in: Update accordingly.
16838
16839 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16840
16841 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16842 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16843 + Execute ./dummy instead of assuming . is in PATH.
16844
16845 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16846
16847 * guess-systype: New shell script. Attempts to guess the
16848 canonical host name of the executing host.
16849 Only a few hosts are supported so far.
16850 * configure: Call guess-systype if no host is specified.
16851
16852 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16853
16854 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16855 gcc Makefile.
16856
16857
16858 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16859
16860 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16861 (all-gcc, install-gcc, subdir_do): Use it.
16862
16863 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16864
16865 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16866
16867 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16868
16869 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16870 set exclusively by configure, using configure.in .
16871
16872 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16873
16874 * test-build.mk: set $PATH for all builds
16875
16876 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16877
16878 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16879
16880 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16881 the one used in gcc/Makefile.in, so that a null expansion doesn't
16882 override the one needed to build gcc with a native cc.
16883
16884
16885 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16886
16887 * configure: Accept -with arguments.
16888
16889 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16890
16891 * Makefile.in: added h8300sim
16892
16893 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16894
16895 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16896 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16897 (all-cygnus, native, build-cygnus): Make
16898 $(canonhost)-stamp-3stage-done, not $(host)....
16899 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16900 i386-sco3.2v4. Added else true to if command.
16901
16902 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16903
16904 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16905
16906 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16907
16908 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16909
16910 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16911
16912 * configure.in: don't remove binutils from Solaris builds
16913
16914 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16915
16916 * Makefile.in: get rid of earlier definitions for *clean,
16917 also handle the recursive info rule better
16918
16919 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16920
16921 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16922 do more-or-less the right thing.
16923
16924 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16925
16926 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16927 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16928
16929 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16930
16931 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16932 $(host_canonical).
16933
16934 * configure.in: split the configdirs list into 4 categories (native
16935 v. cross, library v. tool) and handle the cross-only and native-
16936 only in more reasonable (and correct!) way.
16937
16938 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16939
16940 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16941 configdirs anymore.
16942
16943 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16944
16945 * Makefile.in: extensive cleanup:: removed all of the explicit
16946 clean-* targets, collapsed many wrappers around subdir_do into
16947 one, added additional targets to satisfy standards.texi, deleted
16948 some old targets, some changes for consistency
16949
16950 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16951
16952 * configure.in: handle some programs as cross-only, and others as
16953 native only
16954
16955 * test-build.mk: handle partial holes in a more generic manner
16956
16957 * Makefile.in: m4 depends on libiberty
16958
16959 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16960
16961 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16962 time, wdiff, and find to configdirs
16963
16964 * Makefile.in: all, clean, and install rules for the new programs
16965 added to configure.in
16966
16967 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16968
16969 * configure.in: use mh-sun for all *-sun-* hosts
16970
16971 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16972
16973 * Makefile.in: define flags for X11 include files and library file
16974 locations, pass them down to the programs that need this info
16975
16976 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16977
16978 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16979
16980 * configure.in: start building libg++ for HP-UX targets
16981
16982 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16983
16984 * README: Update references to files moved into etc/.
16985
16986 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16987
16988 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16989 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16990
16991 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16992
16993 * configure: accept dash as well as underscore in long option
16994 names for FSF compatibility.
16995
16996 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16997
16998 * config.sub: added -sco3.2v4 support from FSF.
16999
17000 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17001
17002 * configure.in: expand the section that adds or removes
17003 directories from the list of programs to build, to handle native
17004 vs. cross in addition to host v. native
17005
17006 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17007
17008 * Makefile.in: Replace C++ in macro names with CXX.
17009 This is less likely to break ...
17010
17011 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17012
17013 * test-build.mk: add -w to GNU_MAKE
17014
17015 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17016
17017 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17018 add 'sparc' to list of recognized cpus. This needed to make
17019 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17020 Delete some redundant ose68 variants. Recognize -wrs as an os,
17021 then changes that into $CPU-wrs-vxworks.
17022
17023 * configure.in: remove most references to gdbtest, regularize
17024 target based program removal
17025
17026 * test-build.mk: import from p3 tree (many fixes and changes)
17027
17028 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17029
17030 * Makefile.in: added rules to handle tcl, tk, and expect
17031
17032 * configure.in: handle those directories if they exist
17033
17034 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17035
17036 * config.sub: removed bogus hppabsd and hppahpux names, since
17037 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17038
17039 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17040
17041 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17042 depends upon all-xiberty
17043
17044 * Makefile.in: changes from p3, including:
17045
17046 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17047
17048 * Makefile.in (XTRAFLAGS): include newlib directories if
17049 newlib/Makefile exists, rather than if host != target.
17050
17051 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17052
17053 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17054 from the same source tree and not building a cross-compiler. This
17055 matters for the libg++ configuration if reconfiguring a tree that
17056 has already been installed.
17057
17058 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17059
17060 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17061 pick up the machine and system specific header files.
17062
17063 * Makefile.in: added AS_FOR_TARGET, passed down in
17064 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17065 the C compiler to use to create programs which are run in the
17066 build environment, set it to default to $(CC), and passed it down
17067 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17068
17069 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17070
17071 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17072 We need them for unusual native builds, like systems without
17073 ranlib.
17074
17075 * configure: also define $(host_canonical) and
17076 $(target_canonical), which are the full, canonical names for the
17077 given host and target
17078
17079 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17080
17081 * Makefile.in: Added separate definitions for C++.
17082
17083 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17084
17085 * configure.in (configdirs): Add deja-gnu.
17086
17087 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17088
17089 * README: Update for configure.texi and gdb-4.7 release.
17090
17091 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17092
17093 * Makefile.in: Move "all" target to top of file.
17094 Previously, first target was ".PHONY" which caused BSD4.4 make
17095 to build .PHONY when make was run without arguments.
17096
17097 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17098
17099 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17100 Library-copylefted code in libiberty.
17101
17102 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17103
17104 * config.sub: Replace m68kmote with plain old m68k.
17105
17106 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17107
17108 * Makefile.in: Remove space from blank line, avoid Make complaints.
17109
17110 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17111
17112 * config.sub: Complain if no argument is given. Added support for
17113 386bsd as OS and target alias.
17114
17115 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17116
17117 * Makefile.in (XTRAFLAGS): include newlib directories if
17118 newlib/Makefile exists, rather than if host != target.
17119
17120 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17121
17122 * config.sub: recognize sparclite-wrs-vxworks.
17123
17124 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17125 p3.) Added clean-xiberty to clean.
17126
17127 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17128
17129 * configure.in: use *-*-* instead of nested cases for host and target
17130
17131 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17132
17133 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17134 from the same source tree and not building a cross-compiler. This
17135 matters for the libg++ configuration if reconfiguring a tree that
17136 has already been installed.
17137
17138 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17139
17140 * config.sub (i486v/i486v4): Merge in from FSF version.
17141
17142 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17143
17144 * configure: only set PWD if it is already set.
17145
17146 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17147
17148 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17149 doesn't have unset and all success paths (and most error paths)
17150 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17151 to just ${PWD} to avoid confusion.)
17152
17153 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17154
17155 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17156 even for a native compilation.
17157
17158 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17159
17160 Changes to make the gdb.tar.Z rule work better.
17161
17162 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17163 (DEVO_SUPPORT): Add configure.texi.
17164 (bfd-ilrt.tar.Z): Remove ancient rule.
17165
17166 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17167
17168 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17169 pick up the machine and system specific header files.
17170
17171 * configure.in, config.sub: added new target m68010-adobe-scout,
17172 with alias of adobe68k. Changed configure.in to check for
17173 -scout before -sco* to avoid a false match.
17174
17175 * Makefile.in: added AS_FOR_TARGET, passed down in
17176 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17177 the C compiler to use to create programs which are run in the
17178 build environment, set it to default to $(CC), and passed it down
17179 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17180
17181 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17182
17183 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17184 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17185 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17186 FOR_TARGET variants, to newlib and libg++.
17187
17188 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17189
17190 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17191 first.
17192
17193 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17194
17195 * config.sub: Accept `elf' as an environment.
17196
17197 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17198
17199 * Makefile.in (all-opcodes): cd into the right directory
17200
17201 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17202
17203 * configure: added -program_transform_name option, used as
17204 argument to sed when installing programs.
17205 configure.texi: added documentation for -program_prefix,
17206 -program_suffix and -program_transform_name.
17207
17208 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17209
17210 * config.sub: Accept i486 where i386 ok.
17211
17212 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17213
17214 * config.sub: accept we32k
17215
17216 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17217
17218 * config.sub, configure.in: accept OSE68000 and OSE68k.
17219
17220 * Makefile.in: don't create all directories for ``make install'';
17221 let the subdirectories create the ones they need.
17222
17223 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17224
17225 * COPYING: new file, GPL v2
17226
17227 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17228
17229 * Makefile.in: use the new gen-info-dir, which needs a template
17230 argument (which also lives in texinfo)
17231
17232 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17233
17234 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17235
17236 * config.sub (ncr3000): Change i386 to i486.
17237
17238 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17239
17240 * Makefile.in: add install-rcs, install-grep to
17241 install-no-fixedincludes, removed install-bison and install-libgcc
17242
17243 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17244
17245 * configure.in: grab the HPUX makefile fragment if on HPUX
17246
17247 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17248
17249 * Makefile.in: eradicate bison spoor (ditto libgcc).
17250 configure.in: recognise m68{k,000}-ericsson-OSE.
17251 es1800 is alias for m68k-ericsson-OSE
17252
17253 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17254
17255 * configure.in: rearrange the parts that remove programs from
17256 configdirs, based now on HOST==TARGET or by canonical triple.
17257
17258 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17259
17260 * test-build.mk: recurse explicitly with -f test-build.mk when
17261 appropriate. predicate stage3 and comparison on the existence
17262 of gcc. That is, if gcc isn't around, we aren't three-staging.
17263 On very clean, also remove ...stamp-co. Build in-place before
17264 doing other builds.
17265
17266 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17267
17268 * Makefile.in, configure.in: add tgas
17269
17270 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17271
17272 * Makefile.in: a number of changes merged in from progressive.
17273
17274 * configure.in: add libm.
17275
17276 * .cvsignore: ignore some stuff that comes from test-build.mk.
17277
17278 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17279
17280 * config.sub: Add es1800 (m68k-ericsson-es1800).
17281
17282 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17283
17284 * configure: Add program_suffix (parallel to program_prefix)
17285 * Makefile.in: adjust directory-creating script for losing decstation
17286
17287 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17288
17289 * configure: Minor $subdir-related fixes.
17290
17291 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17292
17293 * configure: fix various problems with propogating
17294 makefile_target_frag in subdirs.
17295 * configure.in: config libgcc if its there
17296
17297 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17298
17299 * config.sub: HPPA merge.
17300
17301 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17302
17303 * Makefile.in: Replace all-bison with all-byacc in all
17304 dependency lines for other tools (which now use byacc).
17305
17306 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17307
17308 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17309
17310 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17311
17312 * Makefile.in: make gprof rules similar to byacc rules (instead of
17313 vestigal $(unsubdir) that didn't work...)
17314
17315 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17316
17317 * config.sub: Add support for Linux.
17318 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17319 (at least for libg++).
17320
17321 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17322
17323 * configure.texi: fix doc for the -nfp option to configure
17324
17325 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17326
17327 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17328
17329 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17330
17331 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17332 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17333 * configure.in: added solaris* host_makefile_frag hook.
17334
17335 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17336
17337 * config.sub: changed recognition of m68000 so that various
17338 m68k types can be specified via m680[01234]0
17339
17340 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17341
17342 * config.sub (basic_machine): fix sed so that '-foo' isn't
17343 completely substituted out while .+'-foo' loses the '-foo'
17344
17345 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17346
17347 * config.sub ($os): Add -aout.
17348
17349 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17350
17351 * configure: If host_makefile_frag is absolute, don't
17352 prefix ${invsubdir} (relevant to libg++ auto-configure).
17353
17354 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17355
17356 * Makefile.in (tooldir): Define it.
17357 (all-ld): Depend on all-flex.
17358
17359 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17360
17361 * Makefile.in (check): Fix libg++ special case.
17362
17363 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17364
17365 * configure: do not bury `pwd` into config.status, thus do fewer
17366 pwd's.
17367
17368 * configure: print the "Building in" message only when building in
17369 other than "." AND verbose.
17370
17371 * configure: remove -s, rework -v to better accommodate guested
17372 configures.
17373
17374 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17375
17376 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17377
17378 * Makefile.in: macroize flags passed on recursion. remove
17379 fileutils.
17380
17381 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17382
17383 * configure: get makesrcdir right for subdirs deeper than 1.
17384
17385 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17386 install.
17387
17388 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17389
17390 * Makefile.in: don't print subdir_do or recursion lines.
17391
17392 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17393
17394 * standards.texi: added menu item.
17395
17396 * Makefile.in: build and install standards.info.
17397
17398 * standards.texi: new file.
17399
17400 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17401
17402 * configure: test for and move config.status pieces from
17403 ${subdir}/.
17404
17405 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17406
17407 * configure: Test for existance of files before trying to mv
17408 them, to avoid numerous non-existance messages.
17409
17410 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17411
17412 * configure: correct final line of config.status.
17413
17414 * configure: patch from eggert. Avoids a protection problem if
17415 the original Makefile.in is read only.
17416
17417 * configure: use move-if-change from gcc to create config.status.
17418 Some makefiles depend on config.status to tell if a directory
17419 has been reconfigured for a different host. This change
17420 prevents those directories from remaking everything in the case
17421 where the reconfig was only intended to rebuild a Makefile.
17422
17423 * configure: test for config.sub with "config.sub sun4" rather
17424 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17425 host alias from a missing config.sub.
17426
17427 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17428
17429 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17430 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17431
17432 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17433
17434 * configure: mkdir ${subdir} as needed.
17435
17436 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17437
17438 * Makefile.in,configure.in: added autoconf.
17439
17440 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17441
17442 * Makefile.in: no longer pass against on recursion.
17443
17444 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17445 definitions are not inherited.
17446
17447 * configure: correct makesrcdir when subdir is .
17448
17449 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17450
17451 * configure: Add support for 'subdirs' variable, which is
17452 like 'configdirs', except that configure doesn't re-invoke
17453 itself for subdirs, it just creates a Makefile for each subdir.
17454 * configure.texi: Document subdirs.
17455
17456 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17457
17458 * configure.in: added flex to configdirs
17459
17460 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17461
17462 * Makefile.in: remove clean-stamps from clean.
17463
17464 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17465
17466 * configure.in: Add gdbtest to configdirs.
17467
17468 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17469
17470 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17471 to recursive makes.
17472 * configure.in: Recognize new ncr3000 config.
17473
17474 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17475
17476 * Makefile.in, configure.in: removed references to gdbm.
17477
17478 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17479
17480 * config.sub: Don't canonicalize os value
17481 newsos* to bsd (readline needs to check for newsos).
17482 (This fix was earlier made Jan 31, but got re-broken.)
17483
17484 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17485
17486 * configure.in: sco is an os, not a vendor!
17487
17488 * configure: Quote $( better. Keep various shells happy.
17489
17490 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17491
17492 * Makefile.in: eliminate stamp-files.
17493
17494 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17495
17496 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17497 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17498
17499 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17500
17501 * config.sub: fix iris/iris3.
17502
17503 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17504
17505 * configure: re-add -rm.
17506
17507 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17508
17509 * Maskefile.in: add .stmp-rcs to all.
17510
17511 * configure.in: remove gas from rs6000 build, use aix host fragment.
17512
17513 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17514
17515 * configure: pass down site_option during recursion.
17516
17517 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17518
17519 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17520
17521 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17522
17523 * configure: Change exec_prefix so that it really defaults to prefix.
17524
17525 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17526
17527 * Makefile.in, configure.in: Add support for mmalloc library.
17528
17529 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17530
17531 * Makefile.in: add stmp dependencies for a few more things.
17532
17533 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17534
17535 * configure: adjusted error message on objdir/srcdir configure
17536 collision, per john's suggestion.
17537
17538 * Makefile.in: add libiberty stmp to all and all.cross.
17539
17540 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17541
17542 * Makefile.in: remove force dependencies, add grep to all.
17543
17544 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17545
17546 * Makefile.in: drop flex. make stamp files work.
17547
17548 * configure: added test for conflicting configuration in srcdir,
17549 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17550 gets cranky. use relative paths for configure and srcdir
17551 whenever possible. Send some error messages to stderr that were
17552 going to stdout.
17553
17554 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17555
17556 * Makefile.in: Fix libg++ rule to check for gcc directory
17557 before using gcc/gcc. Also pass XTRAFLAGS.
17558
17559 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17560
17561 * Makefile.in: added stmp-files so that directories aren't polled
17562 when they are already built.
17563
17564 * configure.texi: fixed a node pointer problem.
17565
17566 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17567
17568 * config.sub configure.in gdb/configure.in
17569 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17570 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17571 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17572
17573 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17574
17575 * configure: -recurring becomes -silent. corrected help message
17576 for -site= option.
17577
17578 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17579
17580 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17581
17582 * configure: when building Makefile for crosses, replace
17583 tooldir and program_prefix. default srcdir from location of
17584 config.sub. remove "for host in hosts" and "for target in
17585 targets" loops.
17586
17587 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17588
17589 * Makefile.in: Do not pass bindir or mandir to cvs.
17590
17591 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17592
17593 * Makefile.in, configure.in: removed traces of namesubdir,
17594 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17595 copyrights to '92, changed some from Cygnus to FSF.
17596
17597 * configure.texi: remove most references to multiple hosts,
17598 multiple targets, subdirs, etc.
17599
17600 * configure.man: removed rcsid. reference config.sub not
17601 config.subr.
17602
17603 * Makefile.in: mkdir $(infodir) on install-info.
17604
17605 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17606
17607 * configure.texi: Explain better about .gdbinit and about
17608 the environment that configure.in sections run in.
17609
17610 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17611
17612 * configure.in: Ultrix is only a decstation if it's a MIPS.
17613
17614 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17615
17616 * README: DOC.configure => cfg-paper.texi.
17617
17618 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17619
17620 * config.sub (near case $os): Don't convert newsos* to bsd!
17621
17622 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17623
17624 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17625 the number of copies of COPYING that go into the GDB tar file.
17626
17627 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17628
17629 * bfd/configure.in, gdb/config/mh-i386sco,
17630 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17631 Fix SCO configuration stuff.
17632
17633 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17634
17635 * Makefile.in: For libg++, make sure the -I pointing
17636 to the gcc directory goes *after* all the libg++-local -I flags.
17637 Also, move just-gcc dependency from just-libg++ to all-libg++.
17638
17639 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17640
17641 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17642
17643 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17644
17645 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17646
17647 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17648
17649 * config.sub: Add stratus configuration frags. Also
17650 submitted to FSF.
17651
17652 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17653
17654 * Makefile.in (DEV_SUPPORT): add configure.man.
17655
17656 * config.sub(Decode manufacturer-specific): add -none*.
17657
17658 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17659
17660 * Makefile.in: remove form feeds to make Sun's make happy.
17661 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17662
17663 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17664
17665 * Makefile.in (AR_FLAGS): Make quieter.
17666
17667 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17668
17669 * configure.in: Add libg++.
17670 * configure: When verbose, don't output the command line at each
17671 level; it will be unremarkably the same as the previous version,
17672 which will be the same as what the user typed.
17673
17674 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17675
17676 * configure.in, Makefile.in: fix clean-info, add flex. add
17677 fileutils.
17678
17679 * configure: be less sensitive to spaces in Makefile.in. Do not
17680 look for sources in "..". Doing so breaks subdirectories that
17681 might have their own configure. If a subdir has it's own
17682 configure script, use it.
17683
17684 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17685
17686 * cfg-paper.texi: some changes suggested by rms.
17687
17688 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17689
17690 * config.sub: Merge in some small additions from the FSF version,
17691 taken from the gcc distribution, to bring the Cygnus and FSF
17692 versions into closer sync.
17693
17694 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17695
17696 * configure.in: Changed svr4 references to sysv4.
17697
17698 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17699
17700 * configure: added -V for version number option.
17701
17702 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17703
17704 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17705 renamed from DOC.configure to cfg-paper.texi.
17706
17707 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17708
17709 * configure, config.subr, config.sub: config.subr is now
17710 config.sub again.
17711
17712 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17713
17714 * configure.texi: new file, in progress.
17715
17716 * Makefile.in: build info file and install the man page for
17717 configure.
17718
17719 * configure.man: new file, first cut.
17720
17721 * configure: find config.subr again now that configuration "none"
17722 has gone. removed all traces of the -ansi option. removed all
17723 traces of the -languages option.
17724
17725 * config.subr: resync from rms.
17726
17727 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17728
17729 * configure, config.sub, config.subr: merge config.sub into
17730 config.subr, call the result config.subr, remove config.sub, use
17731 config.subr.
17732
17733 * Makefile.in: revised install for dir.info.
17734
17735 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17736
17737 * configure.in: add decstation host makefile frag.
17738
17739 * Makefile.in: BISON now bison -y again. also install-gcc on
17740 install. clean-gdbm on clean. infodir belongs in datadir.
17741 Make directories for info install. Build dir.info here then
17742 install it.
17743
17744 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17745
17746 * Makefile.in: fix for bad directory tests.
17747
17748 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17749
17750 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17751 regexp. -srcdir relative was being handled incorrectly.
17752
17753 * Makefile.in: unwrapped some for loops so that parallel makes
17754 work again and so one can focus one's attention on a particular
17755 package.
17756
17757 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17758
17759 * configure: added PWD as a stand in for `pwd` (for speed). use
17760 elif wherever possible. make -srcdir work without -objdir.
17761 -objdir= commented out.
17762
17763 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17764
17765 * configure: +options become --options. -subdirs commented out.
17766 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17767 Makefile now at top of generated Makefile. Removed cvs log
17768 entries. added -srcdir. create .gdbinit only if there is one
17769 in ${srcdir}.
17770
17771 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17772 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17773 and mandir now keyed off datadir by default.
17774
17775 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17776
17777 * Freshly created ChangeLog.
17778
17779 \f
17780 Local Variables:
17781 mode: change-log
17782 left-margin: 8
17783 fill-column: 76
17784 version-control: never
17785 End: