compiler: Fix bug converting unnamed types with placeholders.
[gcc.git] / ChangeLog
1 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2
3 * MAINTAINERS (Write After Approval): Add myself.
4
5 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
6
7 * Makefile.def (target_modules): Remove bootstrap=true and
8 raw_cxx=true from libsanitizer.
9 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
10 * Makefile.in: Regenerated.
11 * configure: Likewise.
12
13 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
14
15 * Makefile.def (target_modules): Add bootstrap=true and
16 raw_cxx=true to libsanitizer.
17 * configure.ac (bootstrap_target_libs): Add libsanitizer.
18 * Makefile.in: Regenerated.
19 * configure: Likewise.
20
21 2012-11-28 Andrew Pinski <apinski@cavium.com>
22
23 PR bootstrap/54279
24 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
25 * configure: Regenerate.
26 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
27 * Makefile.in: Regenerate.
28
29 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30
31 * configure.ac: Disable libsanitizer if we're not building C++.
32 * configure: Regenerate.
33
34 2012-11-15 Roland McGrath <roland@hack.frob.com>
35
36 * MAINTAINERS (Write After Approval): Add myself.
37
38 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
39
40 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
41 Kostya Serebryany (kcc@google.com) and
42 Jakub Jelinek (jakub@redhat.com).
43 Rename area for Dodji Seketeli (dodji@redhat.com).
44
45 2012-11-15 Dodji Seketeli <dodji@redhat.com>
46
47 * MAINTAINERS: (asan.c, related): Add myself.
48
49 2012-11-14 Roland McGrath <mcgrathr@google.com>
50
51 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
52 * configure: Regenerate.
53
54 2012-11-13 Richard Henderson <rth@redhat.com>
55
56 * configure.ac: Move libsanitizer logic to subdirectory.
57 * configure: Regenerate.
58
59 2012-11-13 Dodji Seketeli <dodji@redhat.com>
60
61 * configure.ac: Enable libsanitizer just on x86 linux for now.
62 * configure: Re-generate.
63
64 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
65
66 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
67 sections.
68 * configure: Regenerate.
69
70 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
71
72 * configure.ac: Add section for configdirs for libsanitizer.
73 Disable for cris-*-* and mmix-*-*.
74 * configure: Regenerate.
75
76 2012-11-12 Wei Mi <wmi@google.com>
77
78 * configure.ac: Add libsanitizer to target_libraries.
79 * Makefile.def: Ditto.
80 * configure: Regenerate.
81 * Makefile.in: Regenerate.
82 * libsanitizer: New directory for asan runtime. Contains an empty
83 tsan directory.
84
85 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
86
87 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
88 against Mingw64 w32api.
89 * configure: Regenerate.
90
91 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
92
93 * configure: Regenerated.
94
95 2012-11-03 Robert Mason <rbmj@verizon.net>
96
97 * configure.ac: add --disable-libstdcxx configure option
98 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
99
100 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
101
102 * MAINTAINERS (Write After Approval): Add myself.
103
104 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
105
106 * MAINTAINERS (Write After Approval): Add myself.
107
108 2012-10-24 Sharad Singhai <singhai@google.com>
109
110 * MAINTAINERS (Write After Approval): Add myself.
111
112 2012-10-24 Eric Christopher <echristo@gmail.com>
113
114 * MAINTAINERS: Update email address.
115
116 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
117
118 PR bootstrap/54820
119 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
120 * configure: Regenerate.
121
122 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
123
124 * MAINTAINERS (aarch64): Add Marcus and myself.
125
126 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
127
128 PR bootstrap/54820
129 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
130 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
131 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
132 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
133 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
134 * Makefile.in: Regenerate.
135 * configure.ac (have_static_libs): New variable and associated check.
136 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
137 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
138 * configure: Regenerate.
139
140 2012-10-10 Richard Biener <rguenther@suse.de>
141
142 * MAINTAINERS: Adjust for changed surname.
143
144 2012-10-04 Lawrence Crowl <crowl@google.com>
145
146 * MAINTAINERS (Write After Approval): Add myself.
147
148 2012-10-01 Cary Coutant <ccoutant@google.com>
149
150 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
151
152 2012-09-28 Ian Lance Taylor <iant@google.com>
153
154 * Makefile.def: Make all-target-libgo depend on
155 all-target-libbacktrace.
156 * Makefile.in: Rebuild.
157
158 2012-09-26 Ian Lance Taylor <iant@google.com>
159
160 * Makefile.def: Make all-gcc depend on all-libbacktrace.
161 * Makefile.in: Rebuild.
162
163 2012-09-20 Walter Lee <walt@tilera.com>
164
165 * configure.ac: Add tilegx to list of targets that support gold.
166 * configure: Regenerate.
167
168 2012-09-20 Marek Polacek <polacek@redhat.com>
169
170 * MAINTAINERS (Write After Approval): Add myself.
171
172 2012-09-19 Steve Ellcey <sellcey@mips.com>
173
174 * configure.ac: Add mips*-mti-elf* target.
175 * configure: Regenerate.
176
177 2012-09-17 Ian Lance Taylor <iant@google.com>
178
179 * MAINTAINERS (Various Maintainers): Add libbacktrace.
180 * configure.ac (host_libs): Add libbacktrace.
181 (target_libraries): Add libbacktrace.
182 * Makefile.def (host_modules): Add libbacktrace.
183 (target_modules): Likewise.
184 * configure, Makefile.in: Rebuild.
185
186 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
187
188 PR target/38607
189 Merge upstream change.
190 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
191
192 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
193 Add libgomp*.o to compare_exclusions for AIX.
194 * configure: Regenerate.
195
196 2012-09-06 Diego Novillo <dnovillo@google.com>
197
198 * configure.ac: Bump minimum GMP version to 4.2.3.
199 * configure: Re-generate.
200
201 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
202
203 PR target/54461
204 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
205 target-libgloss if not configured --with-avrlibc=no.
206 * configure: Regenerate.
207
208 2012-09-04 Jason Merrill <jason@redhat.com>
209
210 * configure.ac: Fix --enable-languages=all.
211
212 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
213
214 * MAINTAINERS (Write After Approval): Add myself.
215
216 2012-09-03 Richard Guenther <rguenther@suse.de>
217
218 PR bootstrap/54138
219 * configure.ac: Re-organize ISL / CLOOG checks to allow
220 disabling with either --without-isl or --without-cloog.
221 * configure: Regenerated.
222
223 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
224
225 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
226 * configure: Regenerate.
227
228 2012-08-27 Ulrich Drepper <drepper@gmail.com>
229
230 * MAINTAINERS: Fix my email address.
231
232 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
233
234 PR binutils/4970
235 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
236 and opcodes.
237 * Makefile.in: Regenerated.
238
239 2012-08-26 Art Haas <ahaas@impactweather.com>
240
241 * configure: Regenerate.
242
243 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
244
245 * INSTALL/README: Also refer to the online installation
246 instructions.
247
248 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
249
250 * MAINTAINERS (Write After Approval): Add myself.
251 (Picochip port): Remove myself.
252
253 2012-08-14 Diego Novillo <dnovillo@google.com>
254
255 Merge from cxx-conversion branch.
256
257 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
258 POSTSTAGE1_CONFIGURE_FLAGS.
259 * Makefile.in: Regenerate.
260 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
261 Force C++ when bootstrapping.
262 * configure: Regenerate.
263
264 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
265
266 * MAINTAINERS (Write After Approval): Add myself.
267
268 2012-07-16 Joseph Myers <joseph@codesourcery.com>
269
270 * README: Document use of ranges of years in copyright notices.
271
272 2012-07-06 Richard Guenther <rguenther@suse.de>
273
274 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
275 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
276 --with-gmp=system.
277 * Makefile.in: Regenerated.
278 * configure: Likewise.
279
280 2012-07-06 Richard Guenther <rguenther@suse.de>
281
282 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
283 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
284 supply V=1 as extra_make_flags.
285 * configure: Regenerated.
286 * Makefile.in: Likewise.
287
288 2012-07-04 Tristan Gingold <gingold@adacore.com>
289
290 * configure: Regenerate.
291
292 2012-07-03 Richard Guenther <rguenther@suse.de>
293
294 * Makfile.def (isl): Remove not necessary extra_exports and
295 extra_make_flags.
296 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
297 * Makefile.in: Regenerated.
298
299 2012-07-03 Richard Guenther <rguenther@suse.de>
300
301 * Makefile.def (cloog): Add V=1 to extra_make_flags.
302 * configure.ac: If either the ISL or the CLooG check failed
303 do not try to build in-tree versions.
304 * Makefile.in: Regenerated.
305 * configure: Regenerated.
306
307 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
308
309 * configure: Regenerate.
310
311 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
312
313 * MAINTAINERS (Various Maintainers): Add myself as testsuite
314 maintainer.
315
316 2012-07-02 Richard Guenther <rguenther@suse.de>
317
318 * configure: Regenerated.
319
320 2012-07-02 Richard Guenther <rguenther@suse.de>
321 Michael Matz <matz@suse.de>
322 Tobias Grosser <tobias@grosser.es>
323 Sebastian Pop <sebpop@gmail.com>
324
325 * Makefile.def: Add ISL host module, remove PPL host module.
326 Adjust ClooG host module to use the proper ISL.
327 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
328 * configure.ac: Include config/isl.m4. Add ISL host library,
329 remove PPL. Remove PPL configury, add ISL configury, adjust
330 ClooG configury.
331 * Makefile.in: Regenerated.
332 * configure: Likewise.
333
334 2012-07-02 Richard Guenther <rguenther@suse.de>
335
336 Merge from graphite branch
337 2011-07-21 Tobias Grosser <tobias@grosser.es>
338
339 * configure: Regenerated.
340 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
341 both cloog.org and legacy versions. The only supported version will
342 be CLooG with the isl backend.
343
344 2011-07-21 Tobias Grosser <tobias@grosser.es>
345
346 * configure: Regenerated.
347 * configure.ac: Require cloog isl 0.17.0
348
349 2011-07-21 Tobias Grosser <tobias@grosser.es>
350
351 * configure: Regenerated.
352 * config/cloog.m4: Do not define CLOOG_ORG
353
354 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
355
356 * configure.ac: Skip C if explicitly selected.
357 * configure: Regenerate.
358
359 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
360
361 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
362 they contain -O2.
363 * configure: Regenerate.
364
365 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
366
367 PR debug/53740
368 * df.h, df-problems.c, dce.c: Revert last patch.
369
370 2012-06-25 Iain Sandoe <iain@codesourcery.com>
371
372 * MAINTAINERS (Write After Approval): Update my email address.
373
374 2012-06-21 Meador Inge <meadori@codesourcery.com>
375
376 * MAINTAINERS (Write After Approval): Add myself.
377
378 2012-06-20 Jason Merrill <jason@redhat.com>
379
380 * Makefile.tpl (check-target-libgomp-c++): New.
381 (check-target-libitm-c++): New.
382 * Makefile.def (c++): Add them.
383 * Makefile.in: Regenerate.
384
385 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
386
387 * MAINTAINERS (Write After Approval): Add myself.
388
389 2012-05-16 Olivier Hainque <hainque@adacore.com>
390
391 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
392 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
393 (install-no-fixedincludes): Adjust accordingly.
394 * Makefile.in: Regenerate.
395
396 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
397
398 Merge upstream change
399 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
400
401 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
402
403 * MAINTAINERS (Write After Approval): Add myself.
404
405 2012-05-09 Nick Clifton <nickc@redhat.com>
406 Paul Smith <psmith@gnu.org>
407
408 PR bootstrap/50461
409 * configure.ac (mpfr-dir): When using in-tree MPFR sources
410 allow for the fact that from release v3.1.0 of MPFR the source
411 files were moved into a src sub-directory.
412 * configure: Regenerate.
413
414 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
415
416 * configure.ac: Bump minimum MPFR version to 2.4.0.
417 * configure: Regenerated.
418
419 2012-05-01 Richard Henderson <rth@redhat.com>
420
421 * Makefile.def (libatomic): New target_module.
422 * configure.ac (target_libraries): Add libatomic.
423 (noconfigdirs): Check if libatomic is supported.
424 * Makefile.in, configure: Rebuild.
425
426 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
427
428 * MAINTAINERS (Write After Approval): Add myself.
429
430 2012-04-25 Joel Brobecker <brobecker@adacore.com>
431
432 * config.sub: Update to 2012-04-18 version from official repo.
433
434 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
435
436 * MAINTAINERS (Write After Approval): Add myself.
437
438 2012-04-11 Steve Ellcey <sellcey@mips.com>
439
440 * MAINTAINERS: Changed email address.
441
442 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
443
444 PR target/52737
445 * contrib/gcc_update (files_and_dependencies):
446 Remove gcc/config/avr/t-multilib from touch data.
447
448 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
449
450 * MAINTAINERS (OS Port Maintainers): Remove irix.
451 * configure.ac (enable_libgomp): Remove *-*-irix6*.
452 (unsupported_languages): Remove mips-sgi-irix6.*.
453 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
454 (with_stabs): Remove.
455 * configure: Regenerate.
456
457 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
458
459 * MAINTAINERS (OS Port Maintainers): Remove osf.
460 * configure.ac (enable_libgomp): Remove *-*-osf*.
461 (with_stabs): Remove alpha*-*-osf*.
462 * configure: Regenerate.
463
464 2012-03-05 Tristan Gingold <gingold@adacore.com>
465
466 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
467 * configure: Regenerate.
468
469 2012-02-17 Walter Lee <walt@tilera.com>
470
471 * MAINTAINERS: (Write After Approval): Delete myself.
472
473 2012-02-14 Walter Lee <walt@tilera.com>
474
475 * MAINTAINERS (tilegx port): Add myself.
476 (tilepro port): Add myself.
477 (Write After Approval): Add myself.
478
479 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
480
481 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
482 and Joseph Myers as docstring relicensing maintainers.
483
484 2012-02-09 Bin Cheng <bin.cheng@arm.com>
485
486 * MAINTAINERS (write-after-approval): Add myself.
487
488 2012-02-08 Ira Rosen <irar@il.ibm.com>
489
490 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
491 maintainer.
492
493 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
494
495 * MAINTAINERS (Write After Approval): Move myself to
496 maintain alphabetical order.
497
498 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
499
500 * MAINTAINERS (Write After Approval): Add myself.
501
502 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
503
504 * MAINTAINERS (Write After Approval): Add myself.
505
506 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
507 Jayant R Sonar <jayant.sonar@kpitcummins.com>
508
509 * configure.ac (cr16-*-*): Remove nonconfigdirs.
510 * configure: Regenerate.
511
512 2012-01-23 Harshit Chopra <harshit@google.com>
513
514 * MAINTAINERS (Write After Approval): Add myself.
515
516 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
517
518 * configure.ac: Remove reference to mh-interix.
519 * configure: Regenerate.
520
521 2012-01-05 Richard Henderson <rth@redhat.com>
522
523 PR bootstrap/51072
524 * configure.ac: Disable libitm if c++ is not enabled.
525 * configure: Rebuild.
526
527 * configure.ac: Fix regexp for same.
528 * configure: Rebuild.
529
530 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
531
532 * MAINTAINERS (Write After Approval): Add myself.
533
534 2012-01-02 Richard Guenther <rguenther@suse.de>
535
536 PR bootstrap/51686
537 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
538 * Makefile.in: Regenerate.
539
540 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
541
542 * MAINTAINERS (Write After Approval): Add myself.
543
544 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
545
546 * configure: Regenerate.
547
548 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
549
550 * MAINTAINERS (picochip): Changed email address.
551
552 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
553
554 * MAINTAINERS (write-after-approval): Add self.
555
556 2011-11-29 DJ Delorie <dj@redhat.com>
557
558 * configure.ac (rl78-*-*) New case.
559 * configure: Regenerate.
560 * MAINTAINERS: Add myself as RL78 maintainer.
561
562 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
563
564 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
565
566 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
567
568 * libtool.m4: Additional FreeBSD 10 fixes.
569
570 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
571
572 * MAINTAINERS: Move myself from Write After Approval to CPU Port
573 Maintainers section, as Epiphany maintainer.
574
575 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
576
577 PR target/49992
578 * configure.ac: Remove ranlib special-casing for Darwin.
579 * configure: Regenerate.
580
581 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
582
583 * MAINTAINERS (Reviewers): Keep the list sorted.
584
585 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
586
587 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
588
589 2011-11-09 Roland McGrath <mcgrathr@google.com>
590
591 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
592 * configure: Rebuild.
593 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
594 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
595 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
596 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
597 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
598 Add READELF.
599 * Makefile.in: Rebuild.
600
601 2011-11-09 Jason Merrill <jason@redhat.com>
602
603 * Makefile.def (language=c++): Remove check-c++0x.
604 * Makefile.in (check-gcc-c++): Regenerate.
605
606 2011-11-08 Richard Henderson <rth@redhat.com>
607
608 * configure.ac: Test for libitm directory present first.
609
610 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
611
612 * configure.ac: Test libitm/configure.tgt to disable libitm.
613 * configure: Rebuild.
614
615 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
616 Richard Henderson <rth@redhat.com>
617
618 Merged from transactional-memory.
619
620 * Makefile.def (lang_env_dependencies): libitm is c++.
621 Add libitm target module.
622 * configure.ac: Likewise.
623 * config/mmap.m4: New file.
624 * contrib/gcc_update: Add libitm to touch data.
625 * Makefile.in, configure: Rebuild.
626
627 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
628
629 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
630 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
631 * Makefile.in: Regenerate.
632
633 2011-11-01 DJ Delorie <dj@redhat.com>
634
635 * config.sub: Update to version 2011-10-29 (added rl78)
636
637 2011-10-27 Nick Clifton <nickc@redhat.com>
638
639 * config.sub: Import these changes from the config project:
640
641 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
642 Ben Elliston <bje@gnu.org>
643
644 * config.sub (epiphany): New.
645
646 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
647 Ben Elliston <bje@gnu.org>
648
649 * config.sub (hexagon, hexagon-*): New.
650
651 2011-08-23 Roland McGrath <mcgrathr@google.com>
652
653 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
654 64eb to be64.
655
656 2011-08-16 Roland McGrath <mcgrathr@google.com>
657
658 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
659 (nacl): Grok as alias for 32el-unknown-nacl.
660
661 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
662
663 * MAINTAINERS (Write After Approval): Add myself.
664
665 2011-10-24 Teresa Johnson <tejohnson@google.com>
666
667 * MAINTAINERS (Write After Approval): Add myself.
668
669 2011-09-21 Jakub Jelinek <jakub@redhat.com>
670
671 * MAINTAINERS (sparc port): Remove myself.
672
673 2011-09-14 Tom de Vries <tom@codesourcery.com>
674
675 * MAINTAINERS (Write After Approval): Add myself.
676
677 2011-08-14 Yao Qi <yao@codesourcery.com>
678
679 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
680 * configure: Regenerate.
681
682 2011-07-26 Ian Lance Taylor <iant@google.com>
683
684 * configure.ac: Set have_compiler based on whether gcc directory
685 exists, rather than on whether gcc is in configdirs.
686 * configure: Rebuild.
687
688 2011-07-21 Joseph Myers <joseph@codesourcery.com>
689
690 * MAINTAINERS (Global Reviewers): Add self.
691
692 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
693
694 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
695 link directories.
696 * Makefile.in: Rebuild.
697
698 2011-07-20 Ian Lance Taylor <iant@google.com>
699
700 PR bootstrap/49787
701 * configure.ac: Move --enable-bootstrap handling earlier in file.
702 If --enable-bootstrap and either --enable-build-with-cxx or
703 --enable-build-poststage1-with-cxx, enable C++ automatically.
704 * configure: Rebuild.
705
706 2011-07-19 Ian Lance Taylor <iant@google.com>
707
708 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
709 make C++ a boot_language. Set and substitute
710 POSTSTAGE1_CONFIGURE_FLAGS.
711 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
712 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
713 * configure, Makefile.in: Rebuild.
714
715 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
716
717 * MAINTAINERS (Register Allocation): Move myself from reviewers to
718 maintainers.
719
720 2011-07-18 Jakub Jelinek <jakub@redhat.com>
721
722 * MAINTAINERS (Global Reviewers): Add myself.
723
724 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
725
726 * configure: Regenerate.
727
728 2011-07-16 Jason Merrill <jason@redhat.com>
729
730 * Makefile.def (language=c++): Add check-c++0x and
731 check-target-libmudflap-c++.
732 * Makefile.tpl (check-target-libmudflap-c++): New.
733 * Makefile.in: Regenerate.
734
735 2011-07-16 Matthias Klose <doko@ubuntu.com>
736
737 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
738 * Makefile.def (target_modules/libjava): Pass
739 $(EXTRA_CONFIGARGS_LIBJAVA).
740 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
741 if not configured with --enable-static-libjava.
742 * Makefile.in: Regenerate.
743 * configure: Likewise.
744
745 2011-07-15 Jason Merrill <jason@redhat.com>
746
747 * Makefile.in (check-c++): Move check-gcc-c++0x after
748 check-target-libstdc++-v3.
749
750 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
751
752 * MAINTAINERS (c6x port): New entry.
753
754 2011-07-13 Jason Merrill <jason@redhat.com>
755
756 * Makefile.in (check-gcc-c++0x): New.
757 (check-c++): Depend on it.
758
759 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
760
761 PR target/39150
762 * configure.ac (i[3456789]86-*-solaris2*): Also accept
763 x86_64-*-solaris2.1[0-9]*.
764 * configure: Regenerate.
765
766 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
767
768 * MAINTAINERS (RTL optimizers): Add self.
769
770 2011-06-27 Gabriel Charette <gchare@google.com>
771
772 * MAINTAINERS (Write After Approval): Add myself.
773
774 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
775
776 PR regression/47836
777 PR bootstrap/23656
778 PR other/47733
779 PR bootstrap/49247
780 PR c/48825
781 * configure.ac (target_libraries): Remove target-libiberty.
782 Remove case-statement setting skipdirs=target-libiberty for
783 multiple targets. Remove checking target_configdirs and
784 removing target-libiberty but keeping target-libgcc if
785 otherwise empty.
786 * Makefile.def (target_modules): Don't add libiberty.
787 (dependencies): Remove all traces of target-libiberty.
788 * configure, Makefile.in: Regenerate.
789
790 2011-06-13 Walter Lee <walt@tilera.com>
791
792 * configure.ac (tilepro-*-*) New case.
793 (tilegx-*-*): Likewise.
794 * configure: Regenerate.
795
796 2011-06-06 Jing Yu <jingyu@google.com>
797
798 * configure.ac: Skip target-libiberty for
799 arm*-*-linux-androideabi.
800 * configure: Regenerated.
801
802 2011-06-06 Nick Clifton <nickc@redhat.com>
803
804 * config.sub: Sync from upstream.
805
806 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
807
808 * MAINTAINERS (Write After Approval): Add myself.
809
810 2011-06-01 Daniel Jacobowitz <drow@false.org>
811
812 * MAINTAINERS: Update my email address.
813
814 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
815
816 * MAINTAINERS (Write After Approval): Update my email address.
817
818 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
819
820 * MAINTAINERS (Write After Approval): Add myself.
821
822 2011-05-08 Doug Kwan <dougkwan@google.com>
823
824 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
825 * configure: Regenerated.
826 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
827 value from configure.
828 * Makefile.in: Regenerated.
829
830 2011-05-05 Joseph Myers <joseph@codesourcery.com>
831
832 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
833 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
834 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
835 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
836 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
837 *-*-vxworks*): Disable newlib and libgloss in separate case
838 statement.
839 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
840 to separate case statement.
841 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
842 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
843 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
844 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
845 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
846 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
847 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
848 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
849 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
850 i[[3456789]]86-*-rdos*, m32r-*-*,
851 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
852 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
853 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
854 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
855 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
856 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
857 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
858 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
859 and libgloss in main case over targets. Remove most empty cases
860 in main case over targets.
861 * configure: Regenerate.
862
863 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
864
865 * MAINTAINERS (Write After Approval): Add myself.
866
867 2011-05-04 Joseph Myers <joseph@codesourcery.com>
868
869 * configure.ac: Remove code setting special library locations for
870 hppa*64*-*-hpux11*. Remove code setting compiler for
871 sparc-sun-solaris2*.
872 * configure: Regenerate.
873
874 2011-05-04 Joseph Myers <joseph@codesourcery.com>
875
876 * configure.ac: Separate libgloss_dir settings from general case
877 over targets.
878 * configure: Regenerate.
879
880 2011-04-28 Joseph Myers <joseph@codesourcery.com>
881
882 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
883 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
884 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
885 cases in libgcj-disabling case statement.
886 (hppa*64*-*-linux*): Set unsupported_languages instead of
887 disabling target-zlib.
888 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
889 to hppa*64*-*-hpux*.
890 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
891 hppa*-*-hpux*.
892 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
893 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
894 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
895 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
896 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
897 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
898 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
899 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
900 libgcj-disabling case statement.
901 * configure: Regenerate.
902
903 2011-04-28 Joseph Myers <joseph@codesourcery.com>
904
905 * configure.ac: Disable Java for targets not supporting libffi.
906 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
907 Remove cases in Java-disabling statement.
908 (*arm-wince-pe): Change to arm-wince-pe.
909 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
910 cases in Java-disabling statement.
911 (bfin-*-*): Don't disable Java again.
912 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
913 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
914 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
915 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
916 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
917 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
918 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
919 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
920 Java-disabling statement.
921 (mmix-*-*): Don't disable Java again.
922 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
923 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
924 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
925 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
926 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
927 statement.
928 * configure: Regenerate.
929
930 2011-04-28 Joseph Myers <joseph@codesourcery.com>
931
932 * configure.ac: Separate cases disabling Java and Java libraries
933 from general case over targets.
934 * configure: Regenerate.
935
936 2011-04-21 Jie Zhang <jzhang918@gmail.com>
937
938 * MAINTAINERS: Update my email address.
939
940 2011-04-20 Easwaran Raman <eraman@google.com>
941
942 * MAINTAINERS (Write After Approval): Add myself.
943
944 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
945
946 PR lto/48086
947 * configure.ac: Re-enable LTO on *-apple-darwin9*.
948 * configure: Regenerate.
949
950 2011-04-16 Jim Meyering <meyering@redhat.com>
951
952 * MAINTAINERS (Write After Approval): Add myself.
953
954 2011-04-15 Dodji Seketeli <dodji@redhat.com>
955
956 * MAINTAINERS: Update my email address.
957
958 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
959
960 * MAINTAINERS (Write After Approval): Add myself.
961
962 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
963
964 * MAINTAINERS (Write After Approval): Add myself.
965
966 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
967
968 * MAINTAINERS (Write After Approval): Add myself.
969
970 2011-04-06 Joseph Myers <joseph@codesourcery.com>
971
972 * configure.ac (build_tools): Remove build-byacc.
973 (host_libs): Remove mmalloc.
974 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
975 autoconf automake libtool diff rcs fileutils shellutils time
976 textutils wdiff find uudecode hello tar gzip indent recode release
977 sed perl gawk findutils gettext zip.
978 (libgcj): Remove target-qthreads.
979 (target_tools): Remove target-examples target-gperf.
980 (YACC): Don't handle building byacc.
981 * configure: Regenerate.
982 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
983 dosutils, examples, fileutils, find, findutils, gawk, gettext,
984 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
985 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
986 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
987 handle building components.
988 * Makefile.in: Regenerate.
989
990 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
991
992 * MAINTAINERS: Update my email address as Xtensa maintainer.
993
994 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
995
996 * config.sub: Sync from upstream.
997
998 2011-04-01 Joseph Myers <joseph@codesourcery.com>
999
1000 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1001 (microblaze*): Don't disable libssp.
1002 * configure: Regenerate.
1003
1004 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1005
1006 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1007 moveifchange.
1008 * configure: Regenerate.
1009 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1010 * Makefile.in: Regenerate.
1011
1012 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1013
1014 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1015 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1016 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1017 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1018 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1019 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1020 md_exec_prefix cases.
1021 * configure: Regenerate.
1022
1023 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1024
1025 * configure.ac: Separate cases disabling target-libssp,
1026 target-libiberty, target-libstdc++-v3 and Fortran from general
1027 case over targets.
1028 * configure: Regenerate.
1029
1030 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1031
1032 * configure.ac (*-*-chorusos): Don't disable libgcj.
1033 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1034 Remove case.
1035 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1036 (arm-*-coff): Don't disable libgcj.
1037 (arm*-*-linux-gnueabi): Remove useless assignment.
1038 (arm-*-riscix*): Don't disable libgcj.
1039 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1040 configuration.
1041 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1042 (c54x*-*-*): Remove case.
1043 (tic54x-*-*): Don't disable GCC or GCC libraries.
1044 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1045 to *.
1046 (d10v-*-*): Don't disable GCC libraries.
1047 (d30v-*-*): Don't disable libgcj.
1048 (h8500-*-*): Don't disable GCC libraries.
1049 (i960-*-*): Don't disable libgcj.
1050 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1051 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1052 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1053 libgcj.
1054 (m68k-*-coff*): Remove case.
1055 (mmix-*-*): Don't disable libgloss on host.
1056 (mn10200-*-*, mn10300-*-*): Remove cases.
1057 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1058 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1059 Don't disable libgcj.
1060 (romp-*-*): Remove case.
1061 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1062 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1063 case.
1064 (v810-*-*): Don't disable GCC libraries.
1065 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1066 (ip2k-*-*): Don't disable GCC libraries.
1067 * configure: Regenerate.
1068
1069 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1070
1071 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1072 libffi on host.
1073 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1074 on host.
1075 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1076 * configure: Regenerate.
1077
1078 2011-03-26 John Marino <binutils@marino.st>
1079
1080 * configure.ac: Add support for *-*-dragonfly*
1081 * configure: Regenerate.
1082
1083 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1084
1085 * configure.ac (native_only): Remove.
1086 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1087 send-pr uudecode guile gnuserv on host.
1088 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1089 send-pr rcs guile perl texinfo libtool on host.
1090 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1091 automake send-pr rcs guile perl texinfo libtool on host.
1092 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1093 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1094 (alpha*-dec-osf*): Don't disable fileutils on target.
1095 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1096 texinfo send-pr expect dejagnu on target.
1097 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1098 target-qthreads on target.
1099 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1100 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1101 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1102 x86_64-*-mingw*): Don't disable expect on target.
1103 (*-*-cygwin*): Don't disable target-gperf on target.
1104 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1105 gnuserv on target.
1106 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1107 target.
1108 * configure: Regenerate.
1109
1110 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1111
1112 * configure.ac (target_tools): Remove target-groff.
1113 (native_only): Remove target-groff.
1114 (hppa*64*-*-*): Don't disable byacc.
1115 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1116 setting.
1117 (*-*-kaos*): Don't skip target-librx and target-groff.
1118 (*-*-netware*): Don't skip target-libmudflap.
1119 (*-*-tpf*): Don't skip target-libmudflap.
1120 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1121 directories on the host.
1122 (ia64*-*-*vms*): Don't skip tix.
1123 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1124 host.
1125 * configure: Regenerate.
1126
1127 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1128
1129 * configure.ac: Remove references to mt-mep, mt-netware,
1130 mt-wince.
1131 * Makefile.def: Add all-utils soft dependencies.
1132 * Makefile.tpl: Remove GDB_NLM_DEPS.
1133 * configure: Regenerate.
1134 * Makefile.in: Regenerate.
1135
1136 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1137
1138 * configure.ac: Do not include mh-x86omitfp.
1139 * configure: Regenerate.
1140
1141 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1142
1143 * configure.ac: Remove empty cases.
1144 * configure: Regenerate.
1145
1146 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1147
1148 * Makefile.def: Add dependency from termcap to gdb.
1149 * Makefile.in: Regenerate.
1150
1151 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1152
1153 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1154 * configure: Regenerate.
1155 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1156 * Makefile.tpl: Likewise.
1157 * Makefile.in: Regenerate.
1158
1159 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1160
1161 * configure.ac: Remove all mentions of tentative_cc.
1162 * configure: Regenerate.
1163
1164 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1165
1166 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1167 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1168 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1169 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1170 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1171 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1172 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1173 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1174 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1175 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1176 *-*-rhapsody*): Remove host cases.
1177 * configure: Regenerate.
1178
1179 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1180
1181 * configure.ac (ppc*-*-pe): Remove host case.
1182 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1183 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1184 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1185 cases.
1186 * configure: Regenerate.
1187
1188 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1189
1190 * config.sub: Update to version 2011-03-23.
1191
1192 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1193
1194 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1195 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1196 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1197 * configure: Regenerate.
1198
1199 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1200
1201 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1202 to Write After Approval.
1203 * config-ml.in: Don't handle arc-*-elf*.
1204 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1205 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1206 handle GCC libraries.
1207 * configure: Regenerate.
1208
1209 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1210
1211 PR bootstrap/48120:
1212 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1213 Add -lstdc++ -lm to LIBS.
1214 * configure: Regenerate.
1215
1216 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1217
1218 * config.guess: Update to version 2011-02-02
1219 * config.sub: Update to version 2011-02-24
1220
1221 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1222
1223 PR lto/48086
1224 * configure.ac: Re-enable LTO on *-apple-darwin9.
1225 * configure: Regenerate.
1226
1227 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1228
1229 PR lto/48086
1230 * configure.ac: Disable LTO on darwin due to an assembler change in
1231 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1232 under 256.
1233 * configure: Regenerate.
1234
1235 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1236
1237 * MAINTAINERS: Update myself as score backend maintainer,
1238 update my e-mail address.
1239
1240 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1241
1242 * MAINTAINERS: Update my e-mail address.
1243
1244 2011-03-06 Joey Ye <joey.ye@arm.com>
1245
1246 * MAINTAINERS: Update my e-mail address.
1247
1248 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1249
1250 * configure.ac: Adjust test of with_ppl.
1251 * configure: Regenerated.
1252
1253 2011-03-02 Kai Tietz <ktietz@redhat.com>
1254
1255 * MAINTAINERS: Adjust my e-mail address.
1256
1257 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1258
1259 * configure.ac: Add -lpwl to ppllibs.
1260 * configure: Regenerated.
1261
1262 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1263
1264 * config/cloog.m4: Add -lisl to clooglibs.
1265 * configure: Regenerated.
1266
1267 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1268
1269 * MAINTAINERS (CPU Port maintainers): Add self.
1270
1271 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1272
1273 * MAINTAINERS: Add myself as testsuite maintainer.
1274
1275 2011-02-15 Mike Stump <mikestump@comcast.net>
1276
1277 * MAINTAINERS: Add myself as testsuite maintainer.
1278
1279 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1280
1281 Import from Libtool and gnulib:
1282
1283 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1284
1285 Prepare for supporting FreeBSD 10.
1286 * config.rpath: Remove handling of freebsd1* which soon would
1287 match FreeBSD 10.0.
1288
1289 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1290
1291 Remove support for FreeBSD 1.x.
1292 * libtool.m4 (_LT_LINKER_SHLIBS)
1293 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1294 soon would incorrectly match FreeBSD 10.0.
1295
1296 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1297
1298 PR binutils/12283
1299 * move-if-change: Import version from gnulib.
1300
1301 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1302
1303 PR lto/47225
1304 * Makefile.def (lto-plugin): Double dash for enable-shared.
1305 (configure-gcc): Depend on all-lto-plugin.
1306 * Makefile.in: Rebuilt.
1307
1308 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1309
1310 * configure.ac: Remove extra bracket.
1311 * configure: Regenerate.
1312
1313 2011-02-08 Tobias Burnus <burnus@net-b.de>
1314
1315 * MAINTAINERS: Add myself as libquadmath maintainer.
1316
1317 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1318
1319 * MAINTAINERS: Update my email address.
1320
1321 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1322
1323 * MAINTAINERS (option handling): Add self.
1324
1325 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1326
1327 PR lto/47225
1328 * Makefile.def: Add dependency for install-gcc
1329 on install-lto-plugin.
1330 * Makfile.in: Regenerated
1331
1332 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1333
1334 * MAINTAINERS (CPU Port Maintainers): Add myself.
1335
1336 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1337
1338 PR libgcj/44341
1339 * configure.ac: Discard --with-* flags for host when configuring
1340 target libraries for cross build.
1341 * configure: Rebuilt.
1342
1343 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1344
1345 * MAINTAINERS (linear loop transforms): Removed.
1346
1347 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1348
1349 * configure.ac: If with_ppl is no, move setting with_cloog=no
1350 after CLOOG_REQUESTED check.
1351 * configure: Regenerated.
1352
1353 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1354
1355 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1356 CLooG has been requested.
1357 * configure: Regenerated.
1358
1359 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1360
1361 * configure: Regenerated.
1362 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1363
1364 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1365
1366 * configure: Regenerated.
1367 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1368
1369 2011-01-21 Andreas Schwab <schwab@redhat.com>
1370
1371 * configure.ac: Use AS_HELP_STRING throughout.
1372 * configure: Regenerate.
1373
1374 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1375
1376 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1377 * configure: Regenerate.
1378
1379 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1380
1381 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1382
1383 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1384
1385 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1386 for ia64-hpux.
1387 * configure: Regenerate.
1388
1389 2011-01-07 Jan Hubicka <jh@suse.cz>
1390
1391 PR lto/47225
1392 * Makefile.in: Regenerate.
1393 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1394 configure.
1395
1396 2011-01-07 Jan Hubicka <jh@suse.cz>
1397
1398 * Makefile.in: Regenerate.
1399 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1400 and configure dependency on lto-plugin configure.
1401 (lto-plugin module): Remove dependency on GCC; add dependency on
1402 liniberty.
1403
1404 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1405
1406 * MAINTAINERS (Write After Approval): Add myself.
1407
1408 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1409
1410 * configure: Regenerate.
1411
1412 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1413
1414 * configure.ac: (picochip): Disable libiberty.
1415
1416 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1417
1418 * MAINTAINERS (Write After Approval): Add myself.
1419
1420 2010-12-10 Ian Lance Taylor <iant@google.com>
1421
1422 PR bootstrap/46819
1423 * configure.ac: For --disable-libgcj clear libgcj_saved.
1424 * configure: Rebuild.
1425
1426 2010-12-10 Tobias Burnus <burnus@net-b.de>
1427
1428 PR fortran/46540
1429 * configure.ac: Add --disable-libquadmath and
1430 --disable-libquadmath-support.
1431 * configure: Regenerate.
1432
1433 2010-12-03 Ian Lance Taylor <iant@google.com>
1434
1435 * MAINTAINERS: Add myself as libgo maintainer.
1436
1437 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1438
1439 PR libffi/46792
1440 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1441 * configure: Regenerate.
1442
1443 2010-12-02 Ian Lance Taylor <iant@google.com>
1444
1445 * configure.ac: Always set default for poststage1_ldflags to
1446 -static-libstdc++ -static-libgcc.
1447
1448 2010-11-29 Andreas Schwab <schwab@redhat.com>
1449
1450 * configure.ac: Move comment to remove extra space in last argument
1451 of GCC_TARGET_TOOL.
1452
1453 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1454
1455 PR other/46026
1456 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1457 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1458 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1459 (BASE_FLAGS_TO_PASS): Use it.
1460 * configure: Rebuilt.
1461 * Makefile.in: Rebuilt.
1462
1463 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1464
1465 PR binutils/12258
1466 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1467 Properly check default linker.
1468 * configure: Regnerated.
1469
1470 2010-11-23 Matthias Klose <doko@ubuntu.com>
1471
1472 * configure.ac: For --enable-gold, handle value `default' instead of
1473 `both*'. New configure option --{en,dis}able-ld.
1474 * configure: Regenerate.
1475
1476 2010-11-20 Ian Lance Taylor <iant@google.com>
1477
1478 * configure.ac: Only disable a language library if no language needs
1479 it. Don't let --disable-libgcj uncondtionally disable libffi.
1480 * configure: Rebuild.
1481
1482 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1483
1484 * Makefile.in: Regenerate.
1485
1486 PR other/46202
1487 * configure.ac: Fix just-built in-tree STRIP name to be
1488 binutils/strip-new.
1489 * configure: Regenerate.
1490 * Makefile.def (install-strip-gcc, install-strip-binutils)
1491 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1492 (install-strip-sid): Mirror dependencies on non-strip variants
1493 of these targets on the respective -strip prerequisites.
1494 * Makefile.tpl (install-strip, install-strip-host)
1495 (install-strip-target): New targets.
1496 (install-strip-[+module+], install-strip-target-[+module+]):
1497 New targets.
1498 * Makefile.in: Regenerate.
1499
1500 2010-11-19 Ian Lance Taylor <iant@google.com>
1501 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1502
1503 * configure.ac: Add target-libgo to target_libraries. Set
1504 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1505 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1506 (HOST_EXPORTS): Add GOC.
1507 (BASE_TARGET_EXPORTS): Add GOC.
1508 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1509 (GOCFLAGS_FOR_TARGET): New variable.
1510 (EXTRA_HOST_FLAGS): Add GOC.
1511 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1512 * Makefile.def (target_modules): Add libgo.
1513 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1514 (dependencies): Add dependency from configure-target-libgo to
1515 configure-target-libffi and all-target-libstdc++-v3. Add
1516 dependencies from all-target-libgo to all-target-libffi.
1517 (languages): Add go.
1518 * configure: Rebuild.
1519 * Makefile.in: Rebuild.
1520
1521 2010-11-19 Ian Lance Taylor <iant@google.com>
1522
1523 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1524 compiler/flag environment variables.
1525
1526 2010-11-18 Ian Lance Taylor <iant@google.com>
1527
1528 * configure.ac: Check for lang_requires_boot_languages in
1529 config-lang.in files.
1530 * configure: Rebuild.
1531
1532 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1533 Tobias Burnus <burnus@net-b.de>
1534
1535 PR fortran/32049
1536 * Makefile.def: Add libquadmath; build it with language=fortran.
1537 * configure.ac: Add libquadmath.
1538 * Makefile.tpl: Handle multiple libs in check-[+language+].
1539 * Makefile.in: Regenerate.
1540 * configure: Regenerate.
1541
1542 2010-11-16 Tom Tromey <tromey@redhat.com>
1543
1544 * MAINTAINERS: Moved myself to reviewers section.
1545
1546 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1547
1548 * MAINTAINERS: Moved myself to reviewers section.
1549
1550 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1551
1552 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1553 (Write After Approval): Remove self.
1554
1555 2010-11-15 Andreas Schwab <schwab@redhat.com>
1556
1557 * configure.ac: Fix spelling in option names.
1558 * configure: Regenerated.
1559
1560 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1561
1562 PR bootstrap/39622
1563 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1564 * configure: Regenerated.
1565
1566 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1567
1568 * MAINTAINERS: Update my email address.
1569
1570 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1571
1572 * configure: Regenerate.
1573
1574 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1575
1576 * configure: Regenerate.
1577
1578 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1579
1580 * configure: Regenerate.
1581
1582 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1583
1584 * configure: Regenerate.
1585
1586 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1587
1588 * configure.ac: Support official CLooG.org versions.
1589 * configure: Regenerate.
1590 * config/cloog.m4: New.
1591
1592 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1593
1594 * MAINTAINERS (Write After Approval): Add myself.
1595
1596 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1597
1598 * MAINTAINERS: Update my email address.
1599
1600 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1601
1602 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1603 * configure: Regenerate.
1604
1605 2010-11-03 Ian Lance Taylor <iant@google.com>
1606 Dave Korn <dave.korn.cygwin@gmail.com>
1607
1608 PR lto/46273
1609 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1610 and on other supported platforms whenever LTO is enabled.
1611 * configure: Rebuild.
1612
1613 2010-11-02 Alan Modra <amodra@gmail.com>
1614
1615 PR binutils/12110
1616 * configure.ac: Error when source path contains spaces.
1617 * configure: Regenerate.
1618
1619 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1620
1621 * MAINTAINERS: Update my email address.
1622
1623 2010-10-20 Ian Lance Taylor <iant@google.com>
1624
1625 * Makefile.def (target_modules): Set lib_path to src/.libs for
1626 libstdc++-v3 module.
1627 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1628 * Makefile.in: Rebuild.
1629
1630 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1631
1632 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1633 (Write After Approval): Remove myself.
1634
1635 2010-10-15 Tristan Gingold <gingold@adacore.com>
1636
1637 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1638
1639 2010-10-14 Douglas Rupp <rupp@gnat.com>
1640
1641 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1642
1643 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1644
1645 * configure.ac (build_lto_plugin): New shell variable.
1646 (--enable-lto): Turn on by default for all non-ELF platforms that
1647 have had LTO support added so far. Set build_lto_plugin appropriately
1648 for both ELF and non-ELF.
1649 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1650 * configure: Regenerate.
1651
1652 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1653
1654 Sync from src:
1655 * configure.ac (v850 support): Remove target-libgloss from
1656 noconfigdirs.
1657 * configure: Regenerate.
1658
1659 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1660
1661 PR bootstrap/45326
1662 PR bootstrap/45174
1663 * configure.ac: Honor initial values of $build_configargs,
1664 $host_configargs, $target_configargs. Mark the precious, so
1665 environment settings get recorded.
1666 * configure: Regenerate.
1667
1668 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1669
1670 PR bootstrap/45796
1671 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1672 Depend on all-build-libiberty.
1673 * Makefile.in: Regenerate.
1674
1675 2010-09-30 Michael Eager <eager@eagercon.com>
1676
1677 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1678 * configure: Regenerate.
1679
1680 2010-09-28 Michael Eager <eager@eagercon.com>
1681
1682 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1683
1684 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1685
1686 PR bootstrap/44621
1687 * configure.ac: Fix unportable shell quoting.
1688 * configure: Regenerate.
1689
1690 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1691
1692 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1693 targets and amend comment.
1694 * configure: Regenerate.
1695
1696 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1697
1698 * MAINTAINERS (Write After Approval): Add myself.
1699
1700 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1701
1702 * configure.ac: Enable LTO by default on Darwin.
1703 * configure: Regenerate.
1704
1705 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1706
1707 * MAINTAINERS (Write After Approval): Add myself.
1708
1709 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1710
1711 * MAINTAINERS (Write After Approval): Add myself.
1712
1713 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1714
1715 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1716 ports
1717
1718 2010-07-28 David Yuste <david.yuste@gmail.com>
1719
1720 * MAINTAINERS (Write After Approval): Add myself.
1721
1722 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1723
1724 * configure.ac: Support all v850 targets.
1725 * configure: Regenerate.
1726
1727 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1728
1729 PR bootstrap/44455
1730 * configure.ac (extra_mpfr_configure_flags): Copy from
1731 extra_mpc_gmp_configure_flags.
1732 * configure: Re-generated.
1733
1734 2010-07-22 Andi Kleen <ak@linux.intel.com>
1735
1736 * MAINTAINERS (Write After Approval): Add myself.
1737
1738 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1739
1740 * MAINTAINERS (Write After Approval): Add myself.
1741
1742 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1743
1744 * MAINTAINERS (Write After Approval): Add myself.
1745
1746 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1747
1748 PR target/44862
1749 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1750 Provide -B option to allow for link spec %s substitutions for
1751 libstdc++.a on darwin.
1752 * Makefile.in: Regenerate.
1753
1754 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1755
1756 * MAINTAINERS (Reviewers): Update my e-mail address
1757
1758 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1759
1760 * Makefile.def (configure-gcc): Depend on all-libelf.
1761 * Makefile.in: Rebuild.
1762
1763 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1764
1765 * MAINTAINERS (Write After Approval): Add myself in the right place.
1766
1767 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1768
1769 * MAINTAINERS (Write After Approval): Add myself.
1770
1771 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1772
1773 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1774
1775 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1776
1777 * config.sub: Update to version 2010-05-21.
1778 * config.guess: Update to version 2010-04-03.
1779
1780 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1781
1782 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1783 * configure: Regenerate.
1784
1785 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1786
1787 * MAINTAINERS (Write After Approval): Add myself.
1788
1789 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1790
1791 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1792 a platform that supports LTO.
1793 * configure: Regenerate.
1794
1795 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1796
1797 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1798 * configure: Regenerated.
1799
1800 2010-04-27 Roland McGrath <roland@redhat.com>
1801 H.J. Lu <hongjiu.lu@intel.com>
1802
1803 * configure.ac (--enable-gold): Support both, both/gold and
1804 both/bfd to add gold to configdirs without removing ld.
1805 * configure: Regenerated.
1806
1807 * Makefile.def: Add install-gold dependency to install-ld.
1808 * Makefile.in: Regenerated.
1809
1810 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1811
1812 PR lto/42776
1813 * configure.ac (--enable-lto): Refactor handling so libelf tests
1814 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1815 and allow LTO to be explicitly enabled on non-ELF platforms that
1816 are known to support it inside else-clause.
1817 * configure: Regenerate.
1818
1819 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1820
1821 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1822 * configure: Regenerate.
1823
1824 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1825
1826 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1827 * configure: Regenerate.
1828
1829 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1830
1831 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1832 separately.
1833 * configure: Regenerate.
1834
1835 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1836
1837 * MAINTAINERS (Write After Approval): Add myself.
1838
1839 2010-04-14 Tristan Gingold <gingold@adacore.com>
1840
1841 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1842 * configure: Regenerate.
1843
1844 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1845
1846 * configure: Regenerate after change to elf.m4.
1847
1848 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1849
1850 * MAINTAINERS (Write After Approval): Add myself.
1851
1852 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1853
1854 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1855 * configure: Regenerated.
1856
1857 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1858
1859 * configure.ac: Print "buggy but acceptable" when CLooG
1860 revision is less than 9.
1861 * configure: Regenerated.
1862
1863 2010-04-01 Diego Novillo <dnovillo@google.com>
1864
1865 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1866
1867 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1868
1869 PR bootstrap/43615
1870 PR bootstrap/43328
1871
1872 Revert:
1873
1874 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1875
1876 * configure.ac: Do not pass --enable-multilib nor
1877 --disable-multilib in baseargs. Accept explicitly passed
1878 --enable_multilib.
1879 * configure: Regenerate.
1880
1881 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1882
1883 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1884
1885 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1886
1887 * MAINTAINERS: Remove myself.
1888
1889 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1890
1891 PR bootstrap/43328
1892 * configure.ac: Do not pass --enable-multilib nor
1893 --disable-multilib in baseargs. Accept explicitly passed
1894 --enable_multilib.
1895 * configure: Regenerate.
1896
1897 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1898
1899 * MAINTAINERS (spu port): Remove me.
1900
1901 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1902
1903 * configure.ac (tic6x-*-*): New case.
1904 * configure: Regenerate.
1905
1906 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1907
1908 * config.sub: Update to version 2010-03-22.
1909 * config.guess: Update to version 2009-12-30.
1910
1911 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1912
1913 PR ada/42554
1914 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1915 * configure: Regenerate.
1916
1917 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1918
1919 * MAINTAINERS: Update my email address.
1920
1921 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1922
1923 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1924 (ghassan.shobaki@amd.com): Removed.
1925
1926 2010-03-17 Alan Modra <amodra@gmail.com>
1927
1928 * MAINTAINERS: Update my email address.
1929
1930 2010-03-16 Diego Novillo <dnovillo@google.com>
1931
1932 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1933 Matthews.
1934
1935 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1936
1937 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1938 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1939
1940 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1941
1942 * MAINTAINERS: Update my email address.
1943
1944 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1945
1946 * MAINTAINERS: Update my email address.
1947
1948 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1949
1950 * MAINTAINERS: Update my email address.
1951
1952 2010-03-09 Jie Zhang <jie@codesourcery.com>
1953
1954 * MAINTAINERS: Update my email address.
1955
1956 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1957
1958 PR libstdc++/32499
1959 * configure.ac (RANLIB): Default to true.
1960 (STRIP): Likewise.
1961 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1962 * configure: Regenerate.
1963
1964 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1965
1966 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1967 (Write After Approval): Update my email address.
1968
1969 2010-02-17 Nick Clifton <nickc@redhat.com>
1970
1971 PR 11238
1972 * Makefile.tpl (local-distclean): Also remove config.cache files in
1973 sub-directories as there may not be Makefiles present in the
1974 sub-directories.
1975 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1976 the config.cache files found by the find command.
1977
1978 * Makefile.in: Regenerate.
1979 * configure.ac: Revert previous delta.
1980 * configure: Regenerate.
1981
1982 2010-02-15 Nick Clifton <nickc@redhat.com>
1983
1984 PR 11238
1985 * configure.ac: Delete config.cache files in sub-directories when
1986 deleting Makefiles.
1987 * configure: Regenerate.
1988
1989 2010-02-12 Ben Elliston <bje@gnu.org>
1990
1991 * MAINTAINERS: Update my email address.
1992
1993 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1994
1995 * MAINTAINERS (spu port): Update my email address.
1996
1997 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1998
1999 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2000
2001 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2002
2003 * configure.ac: Add "recommended" version checks for GMP/MPC.
2004 Update recommended GMP/MPFR/MPC versions.
2005 * configure: Regenerate.
2006
2007 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2008
2009 * MAINTAINERS: Move my Embecosm email address into the
2010 write-after-approval section.
2011
2012 2010-01-26 Ian Lance Taylor <iant@google.com>
2013
2014 * MAINTAINERS: Add myself as Go frontend maintainer.
2015
2016 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2017
2018 PR libstdc++/36101, PR libstdc++/42813
2019 * configure.ac (bootstrap_target_libs): Make inclusion of
2020 target-libgomp conditional on libgomb being in target_configdirs.
2021 * configure: Regenerate.
2022
2023 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2024
2025 PR libstdc++/36101, PR libstdc++/42813
2026 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2027 * configure: Regenerate.
2028
2029 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2030
2031 PR libstdc++/36101, PR libstdc++/42813
2032 * configure.ac (target_configdirs): Substitute.
2033 * Makefile.def: Bootstrap target module libgomp.
2034 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2035 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2036 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2037 * configure, Makefile.in: Regenerate.
2038
2039 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2040
2041 * MAINTAINERS: Adjust my details.
2042
2043 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2044
2045 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2046
2047 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2048
2049 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2050
2051 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2052
2053 * MAINTAINERS (Write After Approval): Add myself.
2054
2055 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2056
2057 * MAINTAINERS (Write After Approval): Add myself.
2058
2059 2010-01-11 Richard Guenther <rguenther@suse.de>
2060
2061 PR lto/41569
2062 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2063 * Makefile.in: Regenerated.
2064
2065 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2066
2067 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2068 * configure: Regenerate.
2069
2070 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2071 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2072
2073 PR bootstrap/42424
2074 * configure.ac: Include libtool m4 files.
2075 (_LT_CHECK_OBJDIR): Call it.
2076 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2077 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2078
2079 * configure: Regenerate.
2080
2081 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2082
2083 PR bootstrap/41818
2084 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2085 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2086 * Makefile.in: Regenerate.
2087
2088 2010-01-02 Richard Guenther <rguenther@suse.de>
2089
2090 PR lto/41529
2091 * configure.ac: Include config/elf.m4. Disable LTO if not
2092 builting for an elf target.
2093 * configure: Regenerate.
2094
2095 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2096
2097 * MAINTAINERS: Change my email address.
2098
2099 2009-12-18 Ben Elliston <bje@au.ibm.com>
2100
2101 * config.sub, config.guess: Update from upstream sources.
2102
2103 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2104
2105 * MAINTAINERS (Write After Approval): Add myself.
2106
2107 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2108
2109 PR middle-end/30447
2110 PR middle-end/30789
2111 PR other/40302
2112
2113 * configure.ac: Require MPC.
2114 * configure: Regenerate.
2115
2116 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2117
2118 PR target/38384
2119 PR bootstrap/40972
2120 * libtool.m4: Sync from git Libtool.
2121 * ltoptions.m4: Likewise.
2122 * ltversion.m4: Likewise.
2123 * lt~obsolete.m4: Likewise.
2124 * ltmain.sh: Likewise.
2125
2126 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2127
2128 * configure.ac: Update minimum MPC version to 0.8.
2129 * configure: Regenerate.
2130
2131 2009-11-21 Sebastian Pop <sebpop@gmail.com>
2132
2133 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2134 * configure: Regenerated.
2135
2136 2009-11-21 Ian Lance Taylor <iant@google.com>
2137
2138 * configure.ac: Change default of poststage1_ldflags to be empty if
2139 poststage1_libs is set. When poststage1_libs is empty, and
2140 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2141 * configure: Rebuild.
2142
2143 2009-11-21 Adam Nemet <adambnmet@gmail.com>
2144
2145 * MAINTAINERS (Write After Approval): Update my email address.
2146
2147 2009-11-20 Ben Elliston <bje@au.ibm.com>
2148
2149 * config.guess: Update from upstream sources.
2150
2151 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2152
2153 * Makefile.def: Restore host and target settings for gmp.
2154 * Makefile.in: Rebuild.
2155
2156 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2157
2158 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2159 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2160 Fix portability of test of C++ as bootstrap language. Add
2161 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2162 * configure: Rebuild.
2163 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2164 and cloog. Fix in-tree ppl configuration. Introduce libelf
2165 in-tree building.
2166 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2167 (POSTSTAGE1_HOST_EXPORTS): Use it.
2168 (STAGE[+id+]_CXXFLAGS): New.
2169 (BASE_FLAGS_TO_PASS): Pass it down.
2170 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2171 extra_exports.
2172 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2173 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2174 extra_exports.
2175 * Makefile.in: Rebuild.
2176
2177 2009-11-17 Ben Elliston <bje@au.ibm.com>
2178
2179 * config.sub, config.guess: Update from upstream sources.
2180
2181 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2182
2183 * MAINTAINERS (Write After Approval): Add myself.
2184
2185 2009-11-09 Jon Beniston <jon@beniston.com>
2186
2187 * MAINTAINERS (Write After Approval): Add myself.
2188
2189 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2190
2191 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2192 paths for *-w64-mingw* and x86_64-*mingw*.
2193 * configure: Regenerated.
2194
2195 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2196
2197 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2198
2199 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2200
2201 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2202 Phil Edwards to Write-After Approval.
2203
2204 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2205
2206 * configure.ac: Disable target-winsup & co for
2207 x86_64-*-mingw* and *-w64-mingw* targets.
2208 * configure: Regenerated.
2209
2210 2009-10-16 Nick Clifton <nickc@redhat.com>
2211
2212 * MAINTAINERS: Add myself as a maintainer for the RX port.
2213
2214 2009-10-26 Johannes Singler <singler@kit.edu>
2215
2216 * MAINTAINERS (Write After Approval): Update my e-mail address.
2217
2218 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2219
2220 * configure.ac (CLooG test): Use = with test.
2221 * configure: Regenerate.
2222
2223 2009-10-22 Richard Guenther <rguenther@suse.de>
2224
2225 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2226 cloog if the ppl version check failed. Move flags saving
2227 before setting in libelf check.
2228 * configure: Regenerate.
2229
2230 2009-10-21 Richard Guenther <rguenther@suse.de>
2231
2232 * configure.ac: Adjust the ppl and cloog configure to work as
2233 documented. Disable cloog if ppl was disabled. Omit the version
2234 checks if they were disabled.
2235 * configure: Re-generate.
2236
2237 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2238
2239 * configure.ac: Add 'lto' to enable_languages, not
2240 new_enable_languages, and only if not already present.
2241 * configure: Regenerate.
2242
2243 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2244
2245 * README: Refer to the various COPYING* files instead of just
2246 COPYING.
2247 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2248
2249 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2250
2251 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2252
2253 2009-10-07 Richard Guenther <rguenther@suse.de>
2254
2255 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2256 and Richard Guenther as reviewers.
2257 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2258 as reviewers.
2259
2260 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2261
2262 * config.sub: Update from upstream sources.
2263
2264 2009-10-06 Ian Lance Taylor <iant@google.com>
2265
2266 * Makefile.def: check-gold depends upon all-gas.
2267 * Makefile.in: Rebuild.
2268
2269 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2270
2271 * MAINTAINERS (Write After Approval): Add myself.
2272
2273 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2274
2275 * Makefile.def: all-lto-plugin depends on all-libiberty.
2276 set bootstrap=true for lto-plugin.
2277 Add lto-plugin.
2278 * Makefile.in: Regenerate.
2279 * configure.ac (host_libs): Add lto-plugin.
2280 * configure: Regenerate.
2281
2282 2009-10-03 Diego Novillo <dnovillo@google.com>
2283
2284 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2285 (HOST_LIBELFLIBS): Define.
2286 (HOST_LIBELFINC): Define.
2287 * Makefile.in: Regenerate.
2288 * configure.ac: Add --enable-lto.
2289 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2290 If --enable-lto is used, add 'lto' to new_enable_languages.
2291 If --enable-lto is used and gold is enabled, add
2292 lto-plugin to configdirs.
2293 * configure: Regenerate.
2294
2295 2009-10-03 Simon Baldwin <simonb@google.com>
2296
2297 * configure.ac: If --with-system-zlib, suppress local zlib and
2298 pass --with-system-zlib to subdir configure scripts.
2299 * configure: Regenerate.
2300
2301 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2302 Paolo Bonzini <bonzini@gnu.org>
2303
2304 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2305 $(srcdir).
2306 * Makefile.in: Rebuilt.
2307
2308 2009-09-26 Gary Funck <gary@intrepid.com>
2309
2310 * MAINTAINERS (Write After Approval): Add myself.
2311
2312 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2313
2314 * configure.ac: Update minimum MPC version to 0.7.
2315 * configure: Regenerate.
2316
2317 2009-09-25 Nick Clifton <nickc@redhat.com>
2318
2319 * configure.ac: Pass any --cache-file=/dev/null option on to
2320 subconfigures.
2321 * configure: Regenerate.
2322
2323 2009-09-23 Nick Clifton <nickc@redhat.com>
2324
2325 * config.sub, config.guess: Update from upstream sources.
2326
2327 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2328
2329 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2330 * Makefile.in: Rebuilt.
2331
2332 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2333
2334 PR bootstrap/32272
2335 * configure.ac: Error out if $srcdir isn't '.' but contains
2336 host-${host_noncanonical}.
2337 * configure: Regenerate.
2338
2339 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2340
2341 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2342 maintainer.
2343
2344 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2345
2346 * configure.ac: If bootstrapping a combined tree with
2347 --enable-gold, require c++ in stage1_languages.
2348 * configure: Regenerate.
2349
2350 * configure.ac: Also add target_libs of stage1_languages to
2351 bootstrap_target_libs.
2352 * configure: Regenerate.
2353
2354 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2355 with --enable-languages not containing c++.
2356 * configure: Regenerate.
2357
2358 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2359
2360 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2361 * configure: Regenerate.
2362
2363 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2364
2365 * MAINTAINERS (Write After Approval): Update my e-mail address,
2366 and move from from here...
2367 (Waiting for paperwork): To here.
2368
2369 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2370
2371 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2372
2373 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2374
2375 * configure.ac: Do not use $extrasub for replacing @if/@endif
2376 parts in Makefile; instead, use additional arguments to
2377 AC_CONFIG_COMMANDS to do the replacement manually, with several
2378 sed invocations, to avoid HP-UX sed command limits.
2379 * configure: Regenerate.
2380
2381 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2382
2383 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2384 blank before -L.
2385
2386 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2387
2388 * configure.ac (with-build-config): Document. Handle without.
2389 Handle missing argument.
2390 * configure: Rebuilt.
2391
2392 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2393
2394 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2395 Default to bootstrap-debug only if compare-debug works.
2396 * configure: Rebuilt.
2397 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2398 * Makefile.in: Rebuilt.
2399
2400 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2401
2402 * MAINTAINERS (OS Port Maintainers): Update my email address.
2403
2404 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2405
2406 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2407 * Makefile.in: Rebuilt.
2408
2409 2009-09-01 Chris Demetriou <cgd@google.com>
2410
2411 * MAINTAINERS (Write After Approval): Add myself.
2412
2413 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2414
2415 PR debug/30161
2416 * include/dwarf2.h (enum dwarf_tag): Added
2417 DW_TAG_GNU_template_template_param
2418 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2419
2420 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2421
2422 * Makefile.tpl (AWK): Fix typo.
2423 * Makefile.in: Regenerate.
2424
2425 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2426
2427 * configure.ac: Detect awk and sed.
2428 * Makefile.def (flags_to_pass): Add AWK and SED.
2429 * Makefile.tpl (AWK, SED): New.
2430 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2431 * configure: Regenerate.
2432 * Makefile.in: Regenerate.
2433
2434 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2435
2436 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2437 (collapseslashes): Likewise.
2438
2439 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2440
2441 * configure.ac (AC_PREREQ): Bump to 2.64.
2442
2443 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2444
2445 * configure.ac: Remove --with-datarootdir, --with-docdir,
2446 --with-pdfdir, --with-htmldir switches.
2447 * configure: Regenerate.
2448
2449 * configure: Regenerate.
2450
2451 * compile: Sync from Automake 1.11.
2452 * depcomp: Likewise.
2453 * install-sh: Likewise.
2454 * missing: Likewise.
2455 * mkinstalldirs: Likewise.
2456 * ylwrap: Likewise.
2457
2458 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2459
2460 * ltmain.sh (func_normal_abspath): New function.
2461 (func_relative_path): Likewise.
2462 (func_mode_help): Document new -bindir option for link mode.
2463 (func_mode_link): Add new -bindir option, and use it to place
2464 output DLL if specified.
2465
2466 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2467
2468 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2469 (baseargs): Add --disable-option-checking.
2470 * configure: Regenerate.
2471
2472 * Makefile.def (configure-target-libiberty): Depend on
2473 all-binutils and all-ld.
2474 (configure-target-newlib): Likewise.
2475 * Makefile.in: Regenerate.
2476
2477 2009-08-17 Ben Elliston <bje@au.ibm.com>
2478
2479 * config.sub, config.guess: Update from upstream sources.
2480
2481 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2482
2483 Sync from src, merge:
2484
2485 2009-07-02 Tristan Gingold <gingold@adacore.com>
2486
2487 * configure.ac: Do not exclude gas for i386-*-darwin.
2488 Add a case for x86_64-*-darwin.
2489 * configure: Regenerate.
2490
2491 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2492
2493 * MAINTAINERS: Add my name to Write After Approval list.
2494
2495 2009-08-06 Michael Eager <eager@eagercon.com>
2496
2497 * configure.ac: Add Microblaze target.
2498 * configure: Regenerate.
2499
2500 2009-07-31 Christian Bruel <christian.bruel@st.com>
2501
2502 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2503 * configure: Regenerate.
2504
2505 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2506
2507 * MAINTAINERS (Write After Approval): Update my e-mail address.
2508
2509 2009-07-06 Ian Lance Taylor <iant@google.com>
2510
2511 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2512 * configure: Rebuild.
2513
2514 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2515
2516 * MAINTAINERS: Move myself to the Graphite Reviewers.
2517
2518 2009-06-30 Wei Guozhi <carrot@google.com>
2519
2520 * MAINTAINERS: Add my name to Write After Approval list.
2521
2522 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2523
2524 PR bootstrap/40338
2525 * configure.ac (comparestring): Create new variable.
2526 * Makefile.tpl (comparestring): Use to skip some comparisions.
2527 * configure: Regenerate.
2528 * Makefile.in: Regenerate.
2529
2530 2009-06-26 Doug Evans <dje@sebabeach.org>
2531
2532 * Makefile.def (host_modules): Add cgen.
2533 * Makefile.in: Regenerate.
2534 * configure.ac (host_tools): Add cgen.
2535 * configure: Regenerate.
2536
2537 2009-06-23 DJ Delorie <dj@redhat.com>
2538
2539 * MAINTAINERS: Add myself as mep maintainer.
2540
2541 2009-06-23 Ian Lance Taylor <iant@google.com>
2542
2543 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2544 boot_languages. Only bootstrap target libraries listed in
2545 target_libs for some boot language. Add --with-stage1-ldflags,
2546 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2547 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2548 if not building with C++.
2549 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2550 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2551 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2552 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2553 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2554 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2555 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2556 * configure, Makefile.in: Rebuild.
2557
2558 2009-06-23 Li Feng <nemokingdom@gmail.com>
2559
2560 * MAINTAINERS: Added my name to write-after-approval list.
2561
2562 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2563
2564 * configure.ac: Define is_elf for QNX Neutrino targets.
2565 * configure: Regenerate.
2566
2567 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2568
2569 * MAINTAINERS: Added my name to the write-after-approval list
2570
2571 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2572
2573 * configure.ac: Detect MPC in default directory.
2574 * configure: Regenerate.
2575
2576 2009-06-03 Jerome Guitton <guitton@adacore.com>
2577 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2578
2579 * Makefile.tpl (all): Avoid a trailing backslash.
2580 * Makefile.in: Regenerate.
2581
2582 2009-06-03 Ben Elliston <bje@au.ibm.com>
2583
2584 * config.sub, config.guess: Update from upstream sources.
2585
2586 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2587
2588 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2589 to noconfdirs.
2590 * configure: Regenerate.
2591
2592 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2593
2594 * Makefile.tpl ([+compare-target+]): Compare all stage
2595 directories, rather than just gcc.
2596 * Makefile.in: Rebuilt.
2597
2598 2009-06-01 Doug Kwan <dougkwan@google.com>
2599
2600 * configure.ac: Support gold for target arm*-*-*.
2601 * configure: Regenerate.
2602
2603 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2604
2605 * Makefile.def: Add MPC support and dependencies.
2606 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2607
2608 * Makefile.in, configure: Regenerate.
2609
2610 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2611
2612 * Makefile.tpl (all): Avoid harmless warning in make all when
2613 gcc-bootstrap is enabled but stage_last does not exist.
2614 * Makefile.in: Rebuilt.
2615
2616 2009-05-24 Nicolas Roche <roche@adacore.com>
2617
2618 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2619 * Makefile.in: Regenerate.
2620
2621 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2622
2623 * MAINTAINERS: Update my e-mail address.
2624
2625 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2626
2627 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2628 * configure: Regenerate.
2629
2630 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2631
2632 PR other/40159
2633 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2634 gcc-no-bootstrap are mutually exclusive.
2635 * Makefile.in: Rebuilt.
2636
2637 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2638
2639 PR other/40159
2640 * Makefile.tpl (all): Don't end with unconditional success.
2641 * Makefile.in: Rebuilt.
2642
2643 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2644
2645 PR target/37137
2646 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2647 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2648 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2649 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2650 stage_configureflags, stage_cflags and stage_libcflags into
2651 explicit Makefile macros.
2652 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2653 GFORTRAN.
2654 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2655 CC. Set CC_FOR_BUILD from CC.
2656 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2657 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2658 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2659 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2660 and GFORTRAN.
2661 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2662 (_LIBCFLAGS): Renamed to _TFLAGS.
2663 (do-compare-debug, do-compare3-debug): Drop.
2664 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2665 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2666 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2667 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2668 (XGCC_FLAGS_FOR_TARGET): New.
2669 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2670 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2671 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2672 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2673 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2674 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2675 TFLAGS.
2676 (BUILD_CONFIG): Include if requested.
2677 (all): Set TFLAGS on bootstrap.
2678 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2679 (all-stageid-prefixmodule): Likewise.
2680 (do-clean, distclean-stageid): Set TFLAGS.
2681 (restrap): Fix whitespace.
2682 * Makefile.in: Rebuilt.
2683
2684 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2685
2686 * config.guess: Sync with src.
2687
2688 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2689
2690 * configure.ac ($with_ppl): Default to no if not supplied.
2691 ($with_cloog): Likewise.
2692 configure: Regenerate.
2693
2694 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2695
2696 * MAINTAINERS: Update my e-mail address.
2697
2698 2009-04-27 Nick Clifton <nickc@redhat.com>
2699
2700 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2701
2702 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2703
2704 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2705 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2706 * Makefile.in: Regenerate.
2707
2708 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2709
2710 PR bootstrap/39739
2711 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2712 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2713
2714 * configure, Makefile.in: Regenerate.
2715
2716 2009-04-21 Taras Glek <tglek@mozilla.com>
2717
2718 * include/hashtab.h: Update GTY annotations to new syntax
2719 * include/splay-tree.h: Likewise
2720
2721 2009-04-17 Ben Elliston <bje@au.ibm.com>
2722
2723 * config.sub, config.guess: Update from upstream sources.
2724
2725 2009-04-15 Anthony Green <green@moxielogic.com>
2726
2727 * configure.ac: Add moxie support.
2728 * configure: Rebuilt.
2729
2730 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2731
2732 * configure.ac: Change copyright header to refer to version
2733 3 of the GNU General Public License and to point readers at the
2734 COPYING3 file and the FSF's license web page.
2735 * Makefile.def: Likewise.
2736 * Makefile.tpl: Likewise.
2737 * Makefile.in: Regenerate.
2738
2739 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2740
2741 * configure.ac: Restore match for darwin9 or later. Use double
2742 brackets since regeneration eats one pair.
2743 * configure: Regenerate.
2744
2745 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2746
2747 PR gas/10039
2748 * configure.ac: Require texinfo 4.7.
2749 * configure: Regenerated.
2750
2751 2009-04-09 Nick Clifton <nickc@redhat.com>
2752
2753 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2754 the GCC Runtime Library Exception.
2755
2756 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2757
2758 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2759 * configure: Regenerate.
2760
2761 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2762
2763 * Makefil.def (languages): New entries.
2764 * Makefile.tpl (check-gcc-*): New generic target.
2765 * Makefile.in: Regenerate.
2766
2767 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2768
2769 * MAINTAINERS: Update my email address.
2770
2771 2009-03-18 Tom Tromey <tromey@redhat.com>
2772
2773 * configure: Rebuild.
2774 * configure.ac (host_libs): Add libiconv.
2775 * Makefile.in: Rebuild.
2776 * Makefile.def (host_modules): Add libiconv.
2777 (configure-gdb, all-gdb): Depend on libiconv.
2778
2779 2009-03-16 Tristan Gingold <gingold@adacore.com>
2780
2781 * configure.ac: Treat gdb as supported on x86_64-darwin.
2782 * configure: Regenerate.
2783
2784 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2785
2786 * configure.ac (--with-host-libstdcxx): New option.
2787 * configure: Regenerate.
2788
2789 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2790
2791 * MAINTAINERS: Move myself into the write after approval list.
2792
2793 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2794
2795 * MAINTAINERS: Update e-mail address.
2796
2797 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2798
2799 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2800
2801 2009-03-10 Ira Rosen <irar@il.ibm.com>
2802
2803 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2804
2805 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2806
2807 Backport from git Libtool:
2808
2809 2009-01-19 Robert Millan <rmh@aybabtu.com>
2810 Support GNU/kOpenSolaris.
2811 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2812 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2813 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2814 GNU/kOpenSolaris.
2815
2816 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2817
2818 * MAINTAINERS: Update e-mail address.
2819
2820 2009-02-24 Michael Eager <eager@eagercon.com>
2821
2822 * MAINTAINERS (Write After Approval): Add self.
2823
2824 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2825
2826 * MAINTAINERS (Write After Approval): Add myself.
2827
2828 2009-02-05 Andreas Schwab <schwab@suse.de>
2829
2830 * Makefile.tpl (stage_last): Define $r and $s before using
2831 $(RECURSE_FLAGS_TO_PASS).
2832 * Makefile.in: Regenerate
2833
2834 2009-01-30 Ian Lance Taylor <iant@google.com>
2835
2836 * MAINTAINERS: Move myself to the Global Reviewers list.
2837
2838 2009-01-29 Robert Millan <rmh@aybabtu.com>
2839
2840 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2841 * configure: Regenerate.
2842
2843 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2844
2845 * MAINTAINERS: Make whitespace consistent.
2846 Remove Robert Millan from Write After Approval.
2847
2848 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2849
2850 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2851 (all-opcodes): Depend on all-libiberty.
2852 * Makefile.in: Regenerate.
2853
2854 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2855
2856 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2857 * configure: Regenerate.
2858
2859 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2860
2861 * MAINTAINERS (Write After Approval): Add myself.
2862
2863 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2864
2865 * MAINTAINERS: Add myself to reviewers (Fortran).
2866
2867 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2868
2869 PR tree-optimization/38515
2870 * configure.ac (cloog-polylib): Removed.
2871 (with_ppl, with_cloog): Test for "no".
2872 * configure: Regenerated.
2873
2874 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2875
2876 * MAINTAINERS: Moved myself to reviewers (Fortran).
2877
2878 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2879
2880 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2881 (Write After Approval): Remove myself.
2882
2883 2009-01-03 Diego Novillo <dnovillo@google.com>
2884
2885 * MAINTAINERS: Remove myself from alias maintainership.
2886
2887 2009-01-02 David Ayers <ayers@fsfe.org>
2888
2889 * MAINTAINERS: Update e-mail address.
2890
2891 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2892
2893 * MAINTAINERS: Make whitespace consistent.
2894
2895 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2896
2897 Backport from upstream Libtool:
2898 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2899 Add cache variables to tests that require the linker to work.
2900 For shlibpath_overrides_runpath, this also changes the semantics
2901 to let the result from the C compiler take precedence.
2902
2903 2008-12-02 Ben Elliston <bje@au.ibm.com>
2904
2905 * config.sub, config.guess: Update from upstream sources.
2906
2907 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2908
2909 * configure.ac (ppllibs): Add by default the lib flags.
2910 * configure: Regenerate.
2911
2912 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2913
2914 * MAINTAINERS: Add myself to the write after approval list.
2915
2916 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2917
2918 * configure.ac: Add double brackets on darwin[912].
2919 * configure: Regenerate.
2920
2921 2008-12-03 Daniel Kraft <d@domob.eu>
2922
2923 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2924 Approval to Reviewer section (for Fortran front-end).
2925
2926 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2927
2928 * configure.ac: Expand to darwin10 and later.
2929 * configure: Regenerate.
2930
2931 2008-12-02 Andreas Schwab <schwab@suse.de>
2932
2933 * Makefile.def: configure-target-boehm-gc depends on
2934 all-target-libstdc++-v3.
2935 * Makefile.in: Regenerate.
2936
2937 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2938
2939 * MAINTAINERS: Add myself as mingw maintainer.
2940
2941 2008-12-02 Ben Elliston <bje@au.ibm.com>
2942
2943 * config.sub, config.guess: Update from upstream sources.
2944
2945 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2946
2947 * README.SCO: Remove.
2948
2949 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2950
2951 * MAINTAINERS: Add myself to the write after approval list.
2952
2953 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2954
2955 * MAINTAINERS: Update my email address in WAA section.
2956
2957 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2958
2959 * MAINTAINERS: Update e-mail address.
2960
2961 2008-11-27 Toon Moene <toon@moene.org>
2962
2963 * MAINTAINERS: Change e-mail address.
2964
2965 2008-11-27 Tristan Gingold <gingold@adacore.com>
2966
2967 * configure.ac: Build gdb for i?86-*-darwin*
2968 * configure: Regenerated.
2969
2970 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2971
2972 * MAINTAINERS: Added my full name.
2973
2974 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2975
2976 PR bootstrap/38014
2977 PR bootstrap/37923
2978
2979 Revert:
2980
2981 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2982
2983 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2984 * Makefile.in: Regenerated.
2985
2986 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2987
2988 PR gdb/921
2989 PR gdb/1646
2990 PR gdb/2175
2991 PR gdb/2176
2992
2993 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2994 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2995 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2996 (HOST_EXPORTS): Pass CPPFLAGS.
2997 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2998 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2999 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3000 * Makefile.in, configure: Regenerated.
3001 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3002 and CPPFLAGS_FOR_BUILD.
3003
3004 2008-11-06 Jeff Law <law@redhat.com>
3005
3006 * MAINTAINERS: Add myself as middle end maintainer.
3007
3008 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3009
3010 * MAINTAINERS (Write after approval): Add myself.
3011
3012 2008-11-05 Diego Novillo <dnovillo@google.com>
3013
3014 * MAINTAINERS (Global Reviewers): Add myself.
3015 (Non-Algorithmic Maintainers): Remove myself.
3016
3017 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3018
3019 * MAINTAINERS (Write after approval): Add myself.
3020
3021 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3022
3023 * MAINTAINERS (Write after approval): Add myself.
3024
3025 2008-10-31 Ben Elliston <bje@au.ibm.com>
3026
3027 * configure.ac (spu-*-*): Remove special case.
3028 * configure: Regenerate.
3029
3030 2008-10-30 Catherine Moore <clm@codesourcery.com>
3031
3032 * MAINTAINERS (Write after approval): Update my email address.
3033
3034 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3035
3036 * configure.ac [spu-*-*]: Do not set skipdirs.
3037 * configure: Re-generate.
3038
3039 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3040
3041 * MAINTAINERS (Various Maintainers): Add myself to reload.
3042
3043 2008-10-25 Richard Guenther <rguenther@suse.de>
3044
3045 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3046 maintainer. Remove myself as libgcc-math maintainer.
3047 (Non-Algorithmic Maintainers): Remove myself.
3048
3049 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3050
3051 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3052 * Makefile.in: Regenerated.
3053
3054 2008-10-23 Cary Coutant <ccoutant@google.com>
3055
3056 * MAINTAINERS (Write after approval): Add myself.
3057
3058 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3059
3060 PR gdb/921
3061 PR gdb/1646
3062 PR gdb/2175
3063 PR gdb/2176
3064
3065 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3066 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3067 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3068 (HOST_EXPORTS): Pass CPPFLAGS.
3069 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3070 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3071 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3072 * Makefile.in, configure: Regenerated.
3073 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3074 and CPPFLAGS_FOR_BUILD.
3075
3076 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3077
3078 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3079 Sebastian Pop.
3080
3081 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3082
3083 * MAINTAINERS (Write After Approval): Added myself.
3084
3085 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3086
3087 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3088 recommended version to 2.3.2.
3089
3090 * configure: Regenerate.
3091
3092 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3093
3094 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3095
3096 2008-09-29 David Daney <david.daney@caviumnetworks.com>
3097
3098 * MAINTAINERS (Write After Approval): Update e-mail address.
3099
3100 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3101
3102 * libtool.m4: Update to libtool 2.2.6.
3103 * lt~obsolete.m4: Update to libtool 2.2.6.
3104 * ltmain.sh: Update to libtool 2.2.6.
3105 * ltsugar.m4: Update to libtool 2.2.6.
3106 * ltversion.m4: Update to libtool 2.2.6.
3107 * ltoptions.m4: Update to libtool 2.2.6.
3108 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3109
3110 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3111
3112 * MAINTAINERS (Write After Approval): Add myself.
3113
3114 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3115
3116 * MAINTAINERS (Write After Approval): Update my name.
3117
3118 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3119
3120 * MAINTAINERS: Add myself in "Write After Approval".
3121
3122 2008-09-18 Steve Ellcey <sje@cup.hp.com>
3123
3124 * MAINTAINERS: Add myself as ia64 maintainer.
3125
3126 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3127
3128 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3129 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3130 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3131 and Michael Tiemann from Write After Approval since they do not
3132 actually have access.
3133
3134 2008-09-05 Richard Guenther <rguenther@suse.de>
3135
3136 * configure.ac: Initialize clooglibs to -lcloog.
3137 * configure: Re-generate.
3138
3139 2008-09-04 Le-Chun Wu <lcwu@google.com>
3140
3141 * MAINTAINERS (Write After Approval): Add myself.
3142
3143 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3144
3145 * configure.ac (--with-cloog-polylib): New.
3146 (--disable-cloog-version-check): New.
3147 (--disable-ppl-version-check): New.
3148 * configure: Re-generate.
3149
3150 2008-09-03 Richard Guenther <rguenther@suse.de>
3151
3152 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3153 cloog test.
3154 * configure: Re-generate.
3155
3156 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3157
3158 Add picoChip port.
3159 * MAINTAINERS: Add picoChip maintainers.
3160
3161 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3162 Tobias Grosser <grosser@fim.uni-passau.de>
3163 Jan Sjodin <jan.sjodin@amd.com>
3164 Harsha Jagasia <harsha.jagasia@amd.com>
3165 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3166 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3167 Adrien Eliche <aeliche@isty.uvsq.fr>
3168
3169 Merge from graphite branch.
3170 * configure: Regenerate.
3171 * Makefile.in: Regenerate.
3172 * configure.ac (host_libs): Add ppl and cloog.
3173 Add checks for PPL and CLooG.
3174 * Makefile.def (ppl, cloog): Added modules and dependences.
3175 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3176 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3177
3178 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3179
3180 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3181 (GCC_SHLIB_SUBDIR): New.
3182 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3183 * configure: Regenerate.
3184 * Makefile.in: Regenerate.
3185
3186 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3187
3188 * MAINTAINERS: Consistently use tabs to separate columns.
3189
3190 2008-08-29 Tristan Gingold <gingold@adacore.com>
3191
3192 * MAINTAINERS (Write after Approval): Add myself.
3193
3194 2008-08-28 Tristan Gingold <gingold@adacore.com>
3195
3196 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3197 Enable bfd, binutils and opcodes.
3198 * configure: Regenerate.
3199
3200 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3201
3202 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3203
3204 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3205
3206 * MAINTAINERS: Use correct Umlaut for last name.
3207
3208 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3209
3210 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3211
3212 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3213
3214 * MAINTAINERS: Update my email address.
3215
3216 2008-08-16 Nicolas Roche <roche@adacore.com>
3217
3218 * Makefile.tpl: Add BOOT_ADAFLAGS.
3219 * Makefile.in: Regenerate.
3220
3221 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3222
3223 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3224 * configure: Regenerate.
3225
3226 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3227
3228 * configure.ac: Add makefile fragments for hpux.
3229 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3230 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3231 * configure: Regenerate.
3232 * Makefile.in: Regenerate.
3233
3234 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3235
3236 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3237
3238 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3239
3240 * MAINTAINERS (Write after Approval): Add myself.
3241
3242 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3243
3244 * MAINTAINERS (Write After Approval): Add myself.
3245
3246 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3247
3248 * MAINTAINERS (Write After Approval): Add myself.
3249
3250 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3251
3252 * MAINTAINERS: Update my email address.
3253
3254 2008-06-25 Joey Ye <joey.ye@intel.com>
3255
3256 * MAINTAINERS (Write After Approval): Add myself.
3257
3258 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3259
3260 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3261 * Makefile.in: Regenerate.
3262 * configure: Regenerate.
3263
3264 2008-06-17 Daniel Kraft <d@domob.eu>
3265
3266 * MAINTAINERS (Write After Approval): Add myself.
3267
3268 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3269
3270 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3271 "$@" is still intact with both Autoconf 2.59 and 2.62.
3272 * configure: Regenerate.
3273
3274 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3275
3276 * Makefile.tpl: Fix comment errors.
3277 * Makefile.in: Regenerate.
3278
3279 2008-06-12 David S. Miller <davem@davemloft.net>
3280 David Edelsohn <edelsohn@gnu.org>
3281
3282 * configure.ac: Add powerpc*-*-* to gold supported targets.
3283 * configure: Regenerate.
3284
3285 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3286
3287 PR tree-optimization/36218
3288 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3289 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3290 (all prefix="build-"): Pass them to build-system sub-makes.
3291 * Makefile.in: Regenerate.
3292
3293 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3294
3295 * MAINTAINERS (mt port): Remove.
3296 (sco5, unixware, sco udk): Remove.
3297 (Kean Johnston): Add to Write After Approval.
3298
3299 2008-05-30 Julian Brown <julian@codesourcery.com>
3300
3301 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3302 of libobjc for ARM EABI Linux.
3303 * configure: Regenerate.
3304
3305 2008-05-18 Xinliang David Li <davidxl@google.com>
3306
3307 * ChangeLog: Remove wrong ChangeLog entry.
3308
3309 2008-05-17 Xinliang David Li <davidxl@google.com>
3310
3311 * MAINTAINERS (Write After Approval): Add myself.
3312
3313 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3314
3315 * MAINTAINERS (Write After Approval): Add myself.
3316
3317 2008-05-14 Rafael Espíndola <espindola@google.com>
3318
3319 * config-ml.in: don't handle --enable-shared and --enable-static.
3320
3321 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3322
3323 * MAINTAINERS: Update my email address.
3324
3325 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3326
3327 * MAINTAINERS: Update my email address.
3328
3329 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3330
3331 * MAINTAINERS (Write After Approval): Add myself.
3332
3333 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3334
3335 * MAINTAINERS (Write After Approval): Add myself.
3336
3337 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3338
3339 * MAINTAINERS (crx): Add myself.
3340
3341 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3342
3343 Sync with src:
3344 2008-04-14 David S. Miller <davem@davemloft.net>
3345
3346 * configure.ac: Add sparc*-*-* to gold supported targets.
3347 * configure: Regenerate.
3348
3349 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3350
3351 PR bootstrap/35457
3352 * configure.ac: Include override.m4.
3353 * configure: Regenerate.
3354
3355 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3356
3357 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3358 * Makefile.in: Regenerate.
3359
3360 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3361
3362 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3363 as nonconfigurable directories list.
3364 * configure: Regenerate.
3365
3366 2008-04-14 Ben Elliston <bje@au.ibm.com>
3367
3368 * config.sub, config.guess: Update from upstream sources.
3369
3370 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3371
3372 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3373 * Makefile.in: Regenerate.
3374
3375 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3376
3377 * configure.ac: Do not build libssp for the AVR.
3378 * configure: Regenerate.
3379
3380 2008-04-07 Ian Lance Taylor <iant@google.com>
3381
3382 * Makefile.def: check-gold depends upon all-binutils.
3383 * Makefile.in: Regenerate.
3384
3385 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3386
3387 * MAINTAINERS (Write After Approval): Add myself.
3388
3389 2008-04-04 Nick Clifton <nickc@redhat.com>
3390
3391 PR binutils/4334
3392 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3393 builds.
3394 * configure: Regenerate.
3395
3396 2008-04-04 NightStrike <NightStrike@gmail.com>
3397
3398 PR other/35151
3399 * configure.ac: Combine rules for mingw32 and mingw64.
3400 * configure: Regenerate.
3401
3402 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3403
3404 * MAINTAINERS (Write After Approval): Add myself.
3405
3406 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3407
3408 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3409 * Makefile.in (.NOTPARALLEL): Ditto.
3410
3411 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3412
3413 * MAINTAINERS (Write After Approval): Add myself.
3414
3415 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3416
3417 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3418 * Makefile.in (.NOTPARALLEL): Regenerate.
3419
3420 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3421
3422 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3423 * Makefile.in: Regenerate.
3424
3425 2008-03-26 Jakub Staszak <kuba@et.pl>
3426
3427 * MAINTAINERS (Write After Approval): Add myself.
3428
3429 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3430
3431 * MAINTAINERS: Update e-mail address.
3432
3433 2008-03-20 Ian Lance Taylor <iant@google.com>
3434
3435 * configure.ac: Add support for --enable-gold.
3436 * Makefile.def: Add gold as a directory like ld.
3437 * configure, Makefile.in: Regenerate.
3438
3439 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3440
3441 * configure.ac: m4_include config/proginstall.m4.
3442 * configure: Regenerate.
3443
3444 Backport from upstream Libtool:
3445
3446 2007-10-12 Eric Blake <ebb9@byu.net>
3447
3448 Deal with Autoconf 2.62's semantic change in m4_append.
3449 * ltsugar.m4 (lt_append): Replace broken versions of
3450 m4_append.
3451 (lt_if_append_uniq): Don't require separator to be overquoted,
3452 and avoid broken m4_append.
3453 (lt_dict_add): Fix typo.
3454 * libtool.m4 (_LT_DECL): Don't overquote separator.
3455
3456 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3457
3458 * config.rpath: Add AIX 6 support.
3459
3460 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3461
3462 * Makefile.def (stageprofile). Remove -fprofile-generate
3463 from stage_libcflags.
3464 * Makefile.in: Regenerate.
3465
3466 2008-03-13 Ben Elliston <bje@au.ibm.com>
3467
3468 * config.sub, config.guess: Update from upstream sources.
3469
3470 2008-03-06 Tom Tromey <tromey@redhat.com>
3471
3472 * MAINTAINERS: Update for treelang deletion.
3473
3474 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3475
3476 * MAINTAINERS: Update my email address.
3477
3478 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3479
3480 * MAINTAINERS (darwin port): Add myself as a maintainer.
3481 (objective-c/c++): Add myself as a maintainer.
3482
3483 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3484
3485 * MAINTAINERS (Write After Approval): Update my email address.
3486
3487 2008-02-25 Tomas Bily <tbily@suse.cz>
3488
3489 * MAINTAINERS (Write After Approval): Add myself.
3490
3491 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3492
3493 * MAINTAINERS (OpenMP): Add myself.
3494
3495 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3496
3497 PR bootstrap/32009
3498 PR bootstrap/32161
3499
3500 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3501 * configure: Regenerate.
3502
3503 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3504 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3505 STAGE4_LIBCFLAGS): New.
3506 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3507 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3508 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3509 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3510 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3511 for target modules. Don't export LIBCFLAGS.
3512 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3513 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3514 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3515 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3516 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3517 * Makefile.in: Regenerate.
3518
3519 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3520
3521 PR libgcj/33085
3522 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3523 Do not use -DDLL_EXPORT. Backport from upstream.
3524
3525 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3526
3527 * MAINTAINERS (Write After Approval): Add myself.
3528
3529 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3530
3531 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3532 * configure: Regenerate.
3533
3534 2008-01-31 Marc Gauthier <marc@tensilica.com>
3535
3536 * configure.ac (xtensa*-*-*): Recognize processor variants.
3537 * configure: Regenerate.
3538
3539 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3540
3541 PR bootstrap/34922
3542 * configure.ac (PARSE_ARGS): Push suitable setting of
3543 ac_subdirs_all, for `./configure --help=recursive'.
3544 Handle `+' in generic toplevel directory disabling.
3545 * configure: Regenerate.
3546
3547 2008-01-28 Nick Clifton <nickc@redhat.com>
3548
3549 * MAINTAINERS (xstormy16): Take over maintainership.
3550
3551 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3552
3553 * MAINTAINERS (c4x port): Remove.
3554
3555 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3556
3557 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3558
3559 2008-01-23 Ben Elliston <bje@au.ibm.com>
3560
3561 * config.sub, config.guess: Update from upstream sources.
3562
3563 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3564
3565 * MAINTAINERS (Write After Approval): Add myself.
3566
3567 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3568
3569 * MAINTAINERS: Update my email address.
3570
3571 2008-01-09 Raksit Ashok <raksit@google.com>
3572
3573 * MAINTAINERS (Write After Approval): Add myself.
3574
3575 2008-01-09 Raksit Ashok <raksit@google.com>
3576
3577 * MAINTAINERS (Write After Approval): Add myself.
3578
3579 2008-01-08 Ben Elliston <bje@au.ibm.com>
3580
3581 * config.sub, config.guess: Update from upstream sources.
3582
3583 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3584
3585 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3586 Change recommended MPFR from 2.2.1 -> 2.3.0.
3587 * configure: Regenerate.
3588
3589 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3590
3591 * MAINTAINERS: Update my email address.
3592
3593 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3594
3595 * MAINTAINERS: Update my email address.
3596
3597 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3598
3599 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3600 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3601 * Makefile.in: Regenerate.
3602
3603 2007-12-10 Mark Heffernan <meheff@google.com>
3604
3605 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3606 misplaced entries.
3607
3608 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3609
3610 * configure.ac: Enable libjava for x86_64-*-darwin9.
3611 * configure: Regenerate.
3612
3613 2007-12-07 Bill Maddox <maddox@google.com>
3614
3615 * MAINTAINERS (Write After Approval): Add myself.
3616
3617 2007-12-05 Ben Elliston <bje@au.ibm.com>
3618
3619 * config.sub, config.guess: Update from upstream sources.
3620
3621 2007-12-02 Matthias Klose <doko@ubuntu.com>
3622
3623 * config-ml.in: Remove 64bit configure tests.
3624
3625 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3626
3627 * config-ml.in: Robustify against white space in absolute file
3628 names.
3629
3630 * config-ml.in (multi-clean): Substitute ${Makefile}.
3631 Remove superfluous ${Makefile} in list.
3632
3633 2007-11-19 Thiemo Seufer <ths@mips.com>
3634
3635 * config-ml.in: Don't hardcode the Makefile name.
3636
3637 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3638
3639 * MAINTAINERS (Write After Approval): Add myself.
3640
3641 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3642
3643 * MAINTAINERS (Write After Approval): Add myself.
3644
3645 2007-11-06 Doug Kwan <dougkwan@google.com>
3646
3647 * MAINTAINERS (Write After Approval): Add myself.
3648
3649 2007-10-25 Ben Elliston <bje@au.ibm.com>
3650
3651 * MAINTAINERS (mercury): Remove entry.
3652 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3653
3654 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3655
3656 * Makefile.def (dependencies): Make configure-gdb depend on
3657 all-intl.
3658 * Makefile.in: Regenerated.
3659
3660 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3661
3662 * MAINTAINERS (Fortran maintainer): Remove myself.
3663
3664 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3665
3666 * Makefile.def: To avoid problems running with parallel makes,
3667 build newlib before libgloss so that target specific header
3668 files are availble.
3669 * Makefile.in: Regenerate
3670
3671 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3672
3673 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3674 * Makefile.in: Regenerate.
3675
3676 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3677
3678 * MAINTAINERS (Register allocation reviewer): Add myself.
3679
3680 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3681
3682 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3683 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3684 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3685 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3686 * configure: Regenerate.
3687
3688 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3689
3690 * MAINTAINERS (Register allocation reviewer): Add myself.
3691
3692 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3693
3694 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3695 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3696 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3697 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3698 * configure.ac: Default them to host tools for $host = $build.
3699 Subst them.
3700
3701 * configure: Regenerate.
3702 * Makefile.in: Regenerate.
3703
3704 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3705
3706 * MAINTAINERS (Register allocation reviewer): Add myself.
3707
3708 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3709
3710 * MAINTAINERS (Register allocation reviewer): Add myself.
3711
3712 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3713
3714 * MAINTAINERS (Write After Approval): Fix typo.
3715
3716 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3717
3718 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3719 * configure: Regenerate.
3720
3721 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3722
3723 PR bootstrap/31906
3724 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3725 they're already prefixed.
3726
3727 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3728
3729 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3730 libstdc++.
3731 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3732 * configure: Regenerate.
3733 * Makefile.in: Regenerate.
3734
3735 2007-09-17 Andreas Schwab <schwab@suse.de>
3736
3737 * configure.ac: Raise minimum makeinfo version to 4.6.
3738 * configure: Regenerate.
3739
3740 2007-09-17 Johannes Singler <singler@ira.uka.de>
3741
3742 * MAINTAINERS (write-after-approval) add myself
3743
3744 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3745
3746 * configure.ac: Correct makeinfo version check.
3747 * configure: Regenerate.
3748
3749 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3750
3751 * MAINTAINERS: Update my email address.
3752
3753 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3754
3755 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3756 to $skipdirs and only disable gprof for newlib. Use the normal
3757 mips*-elf* handling in other respects.
3758 * configure: Regnerate.
3759
3760 2007-09-12 David Daney <ddaney@avtrex.com>
3761
3762 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3763 enabling libgcj.
3764 * configure: Regenerate.
3765
3766 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3767
3768 PR other/32154
3769 * configure.ac: For libgloss targets, point the linker to the linker
3770 script, startup code and simulator library.
3771 * configure: Regenerate.
3772
3773 2007-09-07 Andrew Haley <aph@redhat.com>
3774
3775 * configure.ac (noconfigdirs): Remove target-libffi and
3776 target-libjava.
3777 * configure: Regenerate.
3778
3779 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3780
3781 PR target/33281
3782 * configure.ac: Use config/mh-mingw on mingw.
3783 * configure: Regenerate.
3784
3785 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3786
3787 * MAINTAINERS (Write After Approval): Add myself.
3788
3789 2007-09-05 Richard Guenther <rguenther@suse.de>
3790
3791 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3792 nor --disable-checking is provided also turn on yes and types
3793 checking for stage1.
3794 * configure: Re-generate.
3795
3796 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3797
3798 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3799 (Write After Approval): Remove myself.
3800
3801 2007-08-29 Nick Clifton <nickc@redhat.com>
3802
3803 * config.sub, config.guess: Update from upstream sources.
3804
3805 2007-08-22 Bud Davis <jmdavis@link.com>
3806
3807 * MAINTAINERS (Write After Approval): Added myself.
3808 * MAINTAINERS (Reviewers): Removed myself.
3809
3810 2007-08-18 Paul Brook <paul@codesourcery.com>
3811 Joseph Myers <joseph@codesourcery.com>
3812
3813 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3814 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3815 * Makefile.in: Regenerate.
3816 * configure.ac (--with-debug-prefix-map): New.
3817 * configure: Regenerate.
3818
3819 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3820 Nigel Stephens <nigel@mips.com>
3821
3822 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3823 as target_makefile_frag.
3824 * configure: Regenerate.
3825
3826 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3827
3828 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3829 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3830 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3831 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3832 (do-compare, do-compare3, do-compare-debug): New.
3833 ([+compare-target+]): Use them.
3834
3835 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3836
3837 * MAINTAINERS (Write After Approval): Change my email address.
3838
3839 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3840 Ben Elliston <bje@au.ibm.com>
3841
3842 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3843 --silent if $silent.
3844 * configure: Regenerate.
3845
3846 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3847
3848 * MAINTAINERS (Various Maintainers): Add myself as
3849 loop infrastructure maintainer. Update my e-mail
3850 address.
3851
3852 2007-07-31 Diego Novillo <dnovillo@google.com>
3853
3854 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3855 Adjust description.
3856
3857 2007-07-26 Richard Guenther <rguenther@suse.de>
3858
3859 * configure.ac: Add types checking to stage1 checking flags.
3860 * configure: Regenerate.
3861
3862 2007-07-17 Nick Clifton <nickc@redhat.com>
3863
3864 * COPYING3: New file. Contains version 3 of the GNU General
3865 Public License.
3866 * COPYING3.LIB: New file. Contains version 3 of the GNU
3867 Lesser General Public License.
3868
3869 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3870
3871 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3872
3873 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3874
3875 * MAINTAINERS (S/390 co-maintainer): Add myself.
3876 (Write After Approval): Remove myself.
3877
3878 2007-07-13 Dan Hipschman <dsh@google.com>
3879
3880 * MAINTAINERS (Write After Approval): Add myself.
3881
3882 2007-07-11 Nick Clifton <nickc@redhat.com>
3883
3884 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3885 WINDRES export.
3886 * Makefile.in: Regenerate.
3887
3888 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3889
3890 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3891 maintainer.
3892
3893 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3894
3895 * lt~obsolete.m4: New. Import from 20070318 libtool.
3896
3897 2007-07-03 Julian Brown <julian@codesourcery.com>
3898
3899 * MAINTAINERS (Write After Approval): Add myself.
3900
3901 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3902
3903 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3904 * configure: Regenerate.
3905
3906 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3907
3908 * configure.ac: Add some missing m4 quotation.
3909 * configure: Regenerate.
3910
3911 2007-07-02 Simon Baldwin <simonb@google.com>
3912
3913 * MAINTAINERS (Write After Approval): Add myself.
3914
3915 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3916
3917 * configure: Regenerate.
3918
3919 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3920
3921 * Makefile.def: Add windmc tool to build.
3922 * Makefile.tpl: Likewise.
3923 * configure.ac: Likewise.
3924 * Makefile.in: Regenerate.
3925 * configure: Regenerate.
3926
3927 2007-06-28 DJ Delorie <dj@redhat.com>
3928
3929 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3930 not building newlib.
3931 * configure: Regenerated.
3932
3933 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3934
3935 * MAINTAINERS (Write After Approval): Add myself.
3936
3937 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3938
3939 * MAINTAINERS (Write After Approval): Add myself.
3940
3941 2007-06-19 Chris Matthews <chrismatthews@google.com>
3942
3943 * MAINTAINERS (Write After Approval): Add myself.
3944
3945 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3946
3947 * MAINTAINERS (Write After Approval): Add myself.
3948
3949 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3950
3951 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3952 * Makefile.in: Regenerated.
3953
3954 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3955
3956 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3957 bfin*-*-uclinux* targets.
3958 * configure: Regenerate.
3959
3960 2007-06-14 Ian Lance Taylor <iant@google.com>
3961
3962 * MAINTAINERS: Add myself as non-algorithmic global write
3963 maintainer.
3964
3965 2007-06-14 Diego Novillo <dnovillo@google.com>
3966
3967 * MAINTAINERS: Add self as middle-end maintainer and
3968 non-algorithmic global write maintainer.
3969
3970 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3971
3972 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3973 Move all Fortran maintainers except Paul Brook into the
3974 Non-Autopoiesis section.
3975
3976 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3977
3978 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3979 (distclean-stage[+id+]): Possibly delete stage_last.
3980 * Makefile.in: Regenerate.
3981
3982 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3983
3984 * MAINTAINERS (Various Maintainer): Fix typo.
3985
3986 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3987
3988 * MAINTAINERS (Various Maintainer): Add myself as
3989 dataflow maintainer.
3990
3991 2007-06-07 Ben Elliston <bje@au.ibm.com>
3992
3993 * config.sub, config.guess: Update from upstream sources.
3994
3995 2007-06-07 Ben Elliston <bje@au.ibm.com>
3996
3997 * Makefile.tpl: Fix spelling error.
3998 * Makefile.in: Regenerate.
3999
4000 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4001
4002 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4003 lt_cv_sys_max_cmd_len.
4004
4005 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4006
4007 * MAINTAINERS (Various Maintainers): Add myself as
4008 auto-vectorizer maintainer.
4009
4010 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4011
4012 PR libjava/32098
4013 * libtool.m4: Revert previous change.
4014 * ltgcc.m4: Put it here.
4015
4016 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4017
4018 * MAINTAINERS (Various Maintainers): Add myself as
4019 auto-vectorizer maintainer.
4020
4021 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4022
4023 PR libjava/32098
4024 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4025
4026 2007-05-30 Richard Guenther <rguenther@suse.de>
4027
4028 * MAINTAINERS (Various Maintainers): Add myself as
4029 auto-vectorizer maintainer.
4030
4031 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4032
4033 PR bootstrap/29382
4034 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4035 * configure: Rebuilt.
4036
4037 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4038
4039 * MAINTAINERS (Write After Approval): Removed my name.
4040
4041 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4042
4043 * MAINTAINERS (Write After Approval): Remove myself.
4044
4045 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4046
4047 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4048
4049 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4050
4051 * ltmain.sh: Update from ToT Libtool.
4052 * libtool.m4: Update from ToT Libtool.
4053 * ltsugar.m4: New. Update from ToT Libtool.
4054 * ltversion.m4: New. Update from ToT Libtool.
4055 * ltoptions.m4: New. Update from ToT Libtool.
4056 * ltconfig: Remove.
4057 * ltcf-c.sh: Remove.
4058 * ltcf-cxx.sh: Remove.
4059 * ltcf-gcj.sh: Remove.
4060
4061 2007-05-22 Ollie Wild <aaw@google.com>
4062
4063 * MAINTAINERS (Write After Approval): Add myself.
4064
4065 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4066
4067 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4068 stage_cflags.
4069 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4070 Remove CFLAGS/LIBCFLAGS.
4071 (configure-stage[+id+]-[+prefix+][+module+],
4072 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4073 * Makefile.in: Regenerate.
4074
4075 2007-05-15 Diego Novillo <dnovillo@google.com>
4076
4077 * MAINTAINERS: Update e-mail address.
4078
4079 2007-05-15 Revital Eres <eres@il.ibm.com>
4080
4081 * MAINTAINERS (Write After Approval): Add myself.
4082
4083 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4084
4085 * MAINTAINERS (Write After Approval): Updated my address.
4086
4087 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4088
4089 * MAINTAINERS (Write After Approval): Add myself.
4090
4091 2007-05-11 Silvius Rus <rus@google.com>
4092
4093 * MAINTAINERS (Write After Approval): Add myself.
4094
4095 2007-04-23 Tom Tromey <tromey@redhat.com>
4096
4097 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4098
4099 2007-04-22 Mark Mitchell <mark@codesourcery.com>
4100
4101 * MAINTAINERS (cpplib): Rename to ...
4102 (libcpp): ... this. Add C/C++ front end maintainers.
4103
4104 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4105
4106 * config-ml.in: Pass ${ml_config_env} to configure calls.
4107
4108 2007-04-04 Christian Bruel <christian.bruel@st.com>
4109
4110 * MAINTAINERS (Write After Approval): Add myself.
4111
4112 2007-04-02 Dave Korn <dave.korn@artimi.com>
4113
4114 * MAINTAINERS (Write After Approval): Add myself.
4115
4116 2007-03-31 Tobias Burnus <burnus@net-b.de>
4117
4118 * MAINTAINERS (fortran 95 front end): Add myself.
4119
4120 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4121
4122 * MAINTAINERS (Write After Approval): Add myself.
4123
4124 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
4125
4126 * MAINTAINERS (Modulo Scheduler): Add myself.
4127
4128 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4129
4130 * MAINTAINERS (fortran 95 front end): Add myself.
4131 (c++ front end): whitespace fix.
4132
4133 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4134
4135 * MAINTAINERS (Write After Approval): Add myself.
4136
4137 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4138
4139 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4140 of glob. Quote arguments with single quotes too.
4141 * configure: Regenerate.
4142
4143 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4144
4145 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4146 * Makefile.in: Regenerate
4147
4148 2007-03-07 Andreas Schwab <schwab@suse.de>
4149
4150 * configure: Regenerate.
4151
4152 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4153
4154 * configure.ac: Add "--with-pdfdir" configure option,
4155 which defines pdfdir variable.
4156 * Makefile.def (target=fixincludes): Add install-pdf to
4157 missing targets.
4158 (recursive_targets): Add install-pdf target.
4159 (flags_to_pass): Add pdfdir.
4160 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4161 target.
4162 * configure: Regenerate
4163 * Makefile.in: Regenerate
4164
4165 2007-02-28 Eric Christopher <echristo@apple.com>
4166
4167 Revert:
4168 2006-12-07 Mike Stump <mrs@apple.com>
4169
4170 * Makefile.def (dependencies): Add dependency for
4171 install-target-libssp and install-target-libgomp on
4172 install-gcc.
4173 * Makefile.in: Regenerate.
4174
4175 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4176
4177 * configure: Regenerate.
4178 * configure.ac: Move statements after variable declarations.
4179
4180 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4181
4182 * MAINTAINERS: Add myself as sh maintainer.
4183
4184 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4185
4186 * configure.ac: Adjust for loop syntax.
4187 * configure: Regenerate.
4188
4189 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4190
4191 * configure: Rebuilt.
4192
4193 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4194
4195 * configure.ac: Drop multiple occurrences of --enable-languages,
4196 and fix its quoting.
4197 * configure: Rebuilt.
4198
4199 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4200 Nathan Sidwell <nathan@codesourcery.com>
4201 Vladimir Prus <vladimir@codesourcery.com>
4202 Joseph Myers <joseph@codesourcery.com>
4203
4204 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4205 * configure: Regenerate.
4206
4207 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4208
4209 * ltconfig (freebsd*): Default to elf.
4210
4211 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4212
4213 * configure.ac (target_libraries): Move libgcc before libiberty.
4214 * configure: Regenerated.
4215
4216 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4217 Paolo Bonzini <bonzini@gnu.org>
4218
4219 PR bootstrap/30753
4220 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4221 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4222 * configure: Regenerated.
4223
4224 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4225
4226 * MAINTAINERS (Language Front End Maintainers): Update my mail
4227 address.
4228
4229 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4230
4231 PR bootstrap/30748
4232 * configure.ac: Correct syntax for Solaris ksh.
4233 * configure: Regenerated.
4234
4235 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4236
4237 * configure.ac: Sync with src.
4238 * configure: Regenerate.
4239
4240 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4241
4242 * Makefile.in: Regenerate.
4243
4244 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4245
4246 * config.sub: Sync with src.
4247
4248 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4249
4250 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4251 noncanonical equivalents.
4252 * configure.in: Rename to...
4253 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4254 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4255 target_noncanonical. Use them. Rewrite removal of configure
4256 arguments for autoconf 2.59. Discard variable settings. Force
4257 program_transform_name for native tools.
4258
4259 * Makefile.in: Regenerated.
4260 * configure: Regenerated with autoconf 2.59.
4261
4262 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4263
4264 * MAINTAINERS (Write After Approval): Add myself.
4265
4266 2007-01-31 Andreas Schwab <schwab@suse.de>
4267
4268 * Makefile.tpl (LDFLAGS): Substitute it.
4269 * Makefile.in: Regenerate.
4270
4271 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4272
4273 * MAINTAINERS (Write After Approval): Add myself.
4274
4275 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4276
4277 * MAINTAINERS (spu port): Add myself.
4278
4279 2007-01-23 Richard Guenther <rguenther@suse.de>
4280
4281 PR bootstrap/30541
4282 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4283 * Makefile.tpl (GNATBIND): Substitute it.
4284 (GNATMAKE): Likewise.
4285 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4286 of STAGE_PREFIX.
4287 * Makefile.in: Regenerate.
4288 * configure: Regenerate.
4289
4290 2007-01-18 Mike Stump <mrs@apple.com>
4291
4292 * configure.in: Re-enable -Werror for gcc builds.
4293
4294 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4295
4296 * MAINTAINERS (Write After Approval): Add myself.
4297
4298 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4299
4300 * configure.in: Change == to = in test command.
4301 * configure: Regenerate.
4302
4303 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4304 Nick Clifton <nickc@redhat.com>
4305 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4306
4307 * configure.in (build_configargs, host_configargs, target_configargs):
4308 Remove build/host/target parameters.
4309 (host_libs): Add gmp and mpfr.
4310 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4311 * Makefile.def (gmp, mpfr): New.
4312 (gcc): Remove target.
4313 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4314 target_os, target_vendor): New.
4315 (configure): Add host_alias/target_alias arguments; adjust invocations.
4316 * configure: Regenerate.
4317 * Makefile.in: Regenerate.
4318
4319 2007-01-11 Matt Fago <fago@earthlink.net>
4320
4321 * configure.in: Try to link to functions only in mpfr 2.2.x
4322 to improve robustness of configure tests.
4323 * configure: Regenerate.
4324
4325 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4326
4327 * MAINTAINERS: Add myself as i386 maintainer.
4328
4329 2007-01-08 Jan Hubicka <jh@suse.cz>
4330
4331 * MAINTAINERS: Add myself as i386 maintainer.
4332
4333 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4334
4335 * configure.in: Add support for an x86_64-mingw* target.
4336 * configure: Regenerate.
4337
4338 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4339
4340 * Makefile.tpl (all-target): Correct @if conditional for target
4341 modules.
4342 * configure.in: Omit libiberty if building only target libgcc.
4343 * configure, Makefile.in: Regenerated.
4344
4345 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4346
4347 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4348 * configure: Regenerate.
4349
4350 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4351
4352 * Makefile.def (target_modules): Add libgcc.
4353 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4354 * Makefile.tpl (clean-target-libgcc): Delete.
4355 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4356 on gcc even for bootstrapped modules. Rewrite handling of
4357 lang_env_dependencies to loop over target_modules.
4358 * configure.in (target_libraries): Add target-libgcc.
4359 * Makefile.in, configure: Regenerated.
4360
4361 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4362
4363 * configure.in: Reorganize recognition of languages. Add
4364 --enable-stage1-languages. Show supported languages for the chosen
4365 target rather than all recognized languages.
4366 * configure: Regenerate.
4367
4368 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4369
4370 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4371 * Makefile.in: Regenerate.
4372
4373 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4374
4375 * configure.in: Warn that MPFR 2.2.0 is buggy.
4376 * configure: Regenerate.
4377
4378 2006-12-27 Ian Lance Taylor <iant@google.com>
4379
4380 * configure.in: When removing Makefiles to force a reconfigure, also
4381 remove prev-DIR*/Makefile.
4382 * configure: Regenerate.
4383
4384 2006-12-22 Andreas Schwab <schwab@suse.de>
4385
4386 * configure: Regenerate with correct autoconf version.
4387
4388 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4389
4390 * configure.in: add AC_SUBST for *_FOR_TARGET.
4391 * configure: Regenerate.
4392
4393 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4394
4395 * configure.in: Simplify logic for rejecting languages that cannot
4396 be built. Separate the case when a language is unsupported,
4397 from the case when the user chooses not to build a language.
4398
4399 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4400
4401 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4402 it only affects bootstrap and could be tested on "$host" as well.
4403 * configure: Regenerate.
4404 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4405
4406 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4407
4408 PR bootstrap/29544
4409 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4410 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4411 move here comment from Makefile.tpl.
4412 * Makefile.tpl: Move some definitions higher in the file.
4413 (STAGE1_CHECKING): New.
4414 * configure.in: Add --enable-stage1-checking.
4415 * configure: Regenerate.
4416 * Makefile.in: Regenerate.
4417
4418 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4419
4420 * MAINTAINERS: Add myself as build system maintainer.
4421
4422 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4423
4424 * MAINTAINERS (Write After Approval): Add myself.
4425
4426 2006-12-13 Eric Christopher <echristo@apple.com>
4427
4428 * MAINTAINERS: Add myself as darwin maintainer.
4429
4430 2006-12-11 Ian Lance Taylor <ian@airs.com>
4431
4432 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4433
4434 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4435
4436 MAINTAINERS: Update my entry.
4437
4438 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4439
4440 * configure.in: Handle spu makefile frag.
4441 * Makefile.tpl (MAINT): Define
4442 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4443 * configure: Regenerate.
4444 * Makefile.in: Regenerate.
4445
4446 2006-12-11 Ben Elliston <bje@au.ibm.com>
4447
4448 * config.guess: Import latest version.
4449 * config.sub: Likewise.
4450
4451 2006-12-11 Ben Elliston <bje@au.ibm.com>
4452
4453 * configure.in (spu-*-*): Don't skip target-libiberty.
4454 * configure: Regenerate.
4455
4456 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4457
4458 PR bootstrap/30134
4459 * configure.in: Correct x86 darwin support for libjava to powerpc
4460 and i?86 only.
4461 * configure: Regenerate.
4462
4463 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4464
4465 * configure.in: Add x86 darwin support for libjava.
4466 * configure: Regenerate.
4467
4468 2006-12-07 Mike Stump <mrs@apple.com>
4469
4470 * Makefile.def (dependencies): Add dependency for
4471 install-target-libssp and install-target-libgomp on
4472 install-gcc.
4473 * Makefile.in: Regenerate.
4474
4475 2006-12-04 Richard Guenther <rguenther@suse.de>
4476
4477 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4478 (Non-Algorithmic Maintainers): Move over non-algorithmic
4479 loop optimizer maintainers, add myself as a non-algorithmic
4480 middle-end maintainer.
4481
4482 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4483
4484 * MAINTAINERS (Write After Approval): Add myself.
4485
4486 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4487
4488 * configure.in: Update error message for missing GMP/MPFR.
4489
4490 * configure: Regenerate.
4491
4492 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4493
4494 * configure.in: Update MPFR version in error message.
4495
4496 * configure: Regenerate.
4497
4498 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4499
4500 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4501 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4502 --with-gmp-lib): New flags.
4503
4504 * configure: Regenerate.
4505
4506 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4507
4508 * MAINTAINERS (Write After Approval): Change my email address.
4509
4510 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4511
4512 * MAINTAINERS (Write After Approval): Add myself.
4513
4514 2006-11-22 Philipp Thomas <pth@suse.de>
4515
4516 * MAINTAINERS (i18n): Update e-mail address.
4517
4518 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4519
4520 * MAINTAINERS (spu port): Add myself as maintainer.
4521 (Write After Approval): Remove myself.
4522
4523 2006-11-22 Ben Elliston <bje@au.ibm.com>
4524
4525 * configure.in (skipdirs): Don't build libssp for SPU.
4526 * configure: Regenerate.
4527
4528 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4529
4530 * MAINTAINERS (spu port): Add myself as maintainer.
4531 (libobjc): Update my email address.
4532
4533 2006-11-21 Andrea Bona <andrea.bona@st.com>
4534
4535 * MAINTAINERS (Write After Approval): Add myself.
4536
4537 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4538
4539 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4540 * configure : Rebuilt.
4541
4542 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4543
4544 * MAINTAINERS (Write After Approval): Add myself.
4545
4546 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4547
4548 * MAINTAINERS (Write After Approval): Add myself.
4549
4550 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4551
4552 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4553 libmpfr.a.
4554 * configure: Regenerate.
4555
4556 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4557
4558 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4559 (unstage): Test for stage_last presence.
4560
4561 PR bootstrap/29802
4562 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4563 STAGE_PREFIX.
4564 * Makefile.in: Regenerate.
4565
4566 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4567
4568 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4569 maintainers.
4570
4571 2006-11-14 Erven Rohou <erven.rohou@st.com>
4572
4573 * MAINTAINERS (Write After Approval): Add myself.
4574
4575 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4578 and stageN-package/Makefile.
4579 * Makefile.in: Regenerated.
4580
4581 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4582
4583 * configure.in: Remove target-libgloss from noconfigdirs for
4584 bfin-*-*.
4585 * configure: Regenerated.
4586
4587 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4588
4589 * configure.in (have_gmp): Only error if the gcc directory exists.
4590
4591 * configure: Regenerate.
4592
4593 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4594
4595 * configure.in: Robustify error message for missing GMP/MPFR.
4596
4597 * configure: Regenerate.
4598
4599 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4600
4601 * MAINTAINERS (Write After Approval): Add myself.
4602
4603 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4604
4605 * MAINTAINERS: Change email address.
4606
4607 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4608
4609 * MAINTAINERS (Write After Approval): Add myself.
4610
4611 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4612
4613 * MAINTAINERS (Write After Approval): Add myself.
4614
4615 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4616
4617 * MAINTAINERS (Write After Approval): Move myself to
4618 Write After Approval section.
4619
4620 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4621
4622 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4623 need_gmp anymore.
4624 * configure: Regenerate.
4625
4626 2006-10-16 Tobias Burnus <burnus@net-b.de>
4627
4628 * MAINTAINERS (Write After Approval): Add myself.
4629
4630 2006-10-16 Ben Elliston <bje@au.ibm.com>
4631
4632 * config.guess: Import latest version.
4633 * config.sub: Likewise.
4634
4635 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4636
4637 * Makefile.def: Added pdf target handling.
4638 * Makefile.tpl: Added pdf target handling.
4639 * Makefile.in: Regenerated.
4640
4641 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4642
4643 * MAINTAINERS: Add self as score port maintainer.
4644
4645 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4646
4647 * MAINTAINERS (Write After Approval): Add myself.
4648
4649 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4650
4651 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4652 or newer.
4653 * configure: Regenerated.
4654
4655 2006-09-27 Dave Brolley <brolley@redhat.com>
4656
4657 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4658 using $s instead of $r.
4659 * configure: Regenerated.
4660
4661 2006-09-26 Thiemo Seufer <ths@mips.com>
4662
4663 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4664 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4665 * configure: Regenerate.
4666
4667 2006-09-24 Graeme Peterson <gridly@gmail.com>
4668
4669 * MAINTAINERS (Write After Approval): Remove myself.
4670
4671 2006-09-22 Chao-ying Fu <fu@mips.com>
4672
4673 * MAINTAINERS (Write After Approval): Add myself.
4674
4675 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4676
4677 * MAINTAINERS: Add self as soft-fp maintainer.
4678
4679 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4680
4681 * MAINTAINERS: Add myself as avr maintainer.
4682 Remove Marek Michalkiewicz as avr maintainer.
4683
4684 2006-09-07 Roberto Costa <roberto.costa@st.com>
4685
4686 * MAINTAINERS (Write After Approval): Add myself.
4687
4688 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4689
4690 * configure.in: Never build newlib for a Mingw host.
4691 Never build newlib as Mingw target library.
4692 Test the existence of winsup/cygwin for building a Cygwin newlib,
4693 rather than just winsup.
4694 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4695 building a Mingw target.
4696 * configure: Regenerate.
4697
4698 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4699
4700 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4701
4702 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4703
4704 * config.guess: Import from src (was more updated).
4705 * config.sub: Likewise.
4706
4707 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4708
4709 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4710 * configure: Regenerated.
4711
4712 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4713
4714 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4715 for stages after the first.
4716
4717 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4718
4719 * Makefile.def: Add dependencies for configure-opcodes
4720 on configure-intl and all-opcodes on all-intl.
4721 * Makefile.in: Regenerated.
4722
4723 2006-07-13 Ben Elliston <bje@au.ibm.com>
4724
4725 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4726
4727 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4728
4729 Port to hosts whose 'sort' and 'tail' implementations
4730 treat operands with leading '+' as file names, as POSIX
4731 has required since 2001. However, make sure the code still
4732 works on pre-POSIX hosts.
4733 * ltmain.sh: Don't assume "sort +2" is equivalent to
4734 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4735
4736 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4737
4738 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4739
4740 2006-07-04 Peter O'Gorman <peter@pogma.com>
4741
4742 * ltconfig: chmod 644 before ranlib during install.
4743
4744 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4745
4746 PR bootstrap/18058
4747 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4748 if the bootstrap compiler is a GCC version that supports it.
4749 * configure: Regenerate.
4750
4751 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4752
4753 * configure.in: Fix thinkos in previous check-in.
4754 * configure: Regenerate.
4755
4756 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4757
4758 PR other/27063
4759 * configure.in: Test subdir_requires and give an appropriate
4760 error message.
4761 * configure: Regenerate.
4762
4763 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4764
4765 * MAINTAINERS (Write After Approval): Add myself.
4766
4767 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4768
4769 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4770
4771 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4772
4773 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4774
4775 2006-06-20 David Ayers <d.ayers@inode.at>
4776
4777 PR bootstrap/28072
4778 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4779 whether target-libjava is being configured instead of whether the
4780 java front end is enabled.
4781 * configure: Regenerate.
4782
4783 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4784
4785 PR target/27540
4786 * configure.in: Only enable libgomp on IRIX 6.
4787 * configure: Regenerate.
4788
4789 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4790
4791 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4792 too.
4793 * Makefile.in: Regenerate.
4794
4795 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4796
4797 * config-ml.in: Alter CCASFLAGS to include special
4798 multilib options the same as is done for CFLAGS.
4799
4800 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4801
4802 * configure.in: Don't enable libgomp on hpux10.
4803 * configure: Rebuilt.
4804
4805 2006-06-12 David Ayers <d.ayers@inode.at>
4806
4807 PR bootstrap/27963
4808 PR target/19970
4809 * configure.in: Remove target-boehm-gc from noconfigdirs where
4810 ${libgcj} is specified.
4811 * configure: Regenerate.
4812
4813 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4814
4815 Sync from src:
4816
4817 * configure.in: Sync.
4818 * configure: Regenerated.
4819
4820 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4821
4822 * Makefile.def: Added dependencies from sim and gdb on intl, and
4823 added configure dependencies to everything with an all dependency
4824 on intl.
4825 * Makefile.in: Regenerated.
4826
4827 2006-06-06 David Ayers <d.ayers@inode.at>
4828
4829 PR libobjc/13946
4830 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4831 * Makefile.in: Regenerate.
4832 * configure.in: Add --enable-objc-gc at toplevel and have it
4833 enable boehm-gc for Objective-C.
4834 Remove target-boehm-gc from libgcj.
4835 Add target-boehm-gc to target_libraries.
4836 Add target-boehm-gc to noconfigdirs where ${libgcj}
4837 is specified.
4838 Assert that boehm-gc is supported when requested for Objective-C.
4839 Only build boehm-gc if needed either for Java or Objective-C.
4840 * configure: Regenerate.
4841
4842 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4843
4844 PR 27674
4845 * Makefile.tpl (configure-[+prefix+][+module+],
4846 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4847 Remove rule to unstage bootstrapped modules.
4848 (stage_current): New.
4849 * Makefile.in: Regenerate.
4850
4851 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4852
4853 * MAINTAINERS (Write After Approval): Update my e-mail address.
4854
4855 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4856
4857 * include/libiberty.h: Declare pex_run_in_environment.
4858
4859 2006-05-31 Asher Langton <langton2@llnl.gov>
4860
4861 * MAINTAINERS (Write After Approval): Add myself.
4862
4863 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4864
4865 * Makefile.def (bfd, opcodes): Fix lib_path.
4866 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4867 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4868 * Makefile.in: Regenerate.
4869
4870 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4871
4872 * Makefile.in: Regenerate.
4873
4874 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4875
4876 * Makefile.def: Add install-html target. Add datarootdir
4877 docdir and htmldir to flags_to_pass.
4878 * Makefile.tpl: Add install-html target.
4879 * Makefile.in: Regenerate.
4880 * configure.in: Add --with-datarootdir, --with-docdir, and
4881 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4882 * configure: Regenerate.
4883
4884 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4885
4886 * configure.in: Enable gprof for cross builds.
4887 * configure: Regenerate.
4888
4889 2006-05-22 Richard Guenther <rguenther@suse.de>
4890
4891 Revert
4892 2006-01-31 Richard Guenther <rguenther@suse.de>
4893 Paolo Bonzini <bonzini@gnu.org>
4894
4895 * Makefile.def (target_modules): Add libgcc-math target module.
4896 * configure.in (target_libraries): Add libgcc-math target library.
4897 (--enable-libgcc-math): New configure switch.
4898 * Makefile.in: Re-generate.
4899 * configure: Re-generate.
4900 * libgcc-math: New toplevel directory.
4901
4902 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4903 Andreas Tobler <a.tobler@schweiz.ch>
4904
4905 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4906 * configure: Rebuilt.
4907
4908 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4909
4910 * MAINTAINERS (Write After Approval): Add myself.
4911
4912 2006-05-01 DJ Delorie <dj@redhat.com>
4913
4914 * configure.in: Restore CFLAGS if GMP isn't present.
4915 * configure: Regenerate.
4916
4917 2006-05-01 Richard Guenther <rguenther@suse.de>
4918
4919 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4920 maintainer.
4921
4922 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4923
4924 * MAINTAINERS (Write After Approval): Add myself.
4925
4926 2006-04-28 Jan Beulich <jbeulich@novell.com>
4927
4928 * MAINTAINERS (Write After Approval): Add myself.
4929
4930 2006-04-18 DJ Delorie <dj@redhat.com>
4931
4932 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4933 reference libgloss so that libssp can be built in a combined
4934 tree.
4935 * configure: Regenerate.
4936
4937 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4938
4939 * MAINTAINERS (Write After Approval): Add myself.
4940
4941 2006-04-05 Ben Elliston <bje@au.ibm.com>
4942
4943 * configure.in: Require makeinfo 4.4 or higher.
4944 * configure: Regenerate.
4945
4946 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4947
4948 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4949 Rearrange the entries of other libraries to have them in one place.
4950
4951 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4952
4953 * MAINTAINERS (Write After Approval): Remove myself.
4954 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4955
4956 2006-03-14 Richard Guenther <rguenther@suse.de>
4957
4958 * configure: Regenerate with autoconf 2.13.
4959
4960 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4961
4962 * MAINTAINERS: Use my work address.
4963
4964 * MAINTAINERS: Update my E-mail address.
4965
4966 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4967
4968 * configure.in: Handle --disable-<component> generically.
4969 * configure: Regenerate.
4970
4971 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4972
4973 PR libgcj/17311
4974 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4975
4976 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4977
4978 * MAINTAINERS (Write After Approval): Remove myself.
4979 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4980
4981 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4982
4983 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4984 (TARGET_CONFIGDIRS): Remove.
4985 * configure.in: Remove AC_SUBST(target_configdirs).
4986 * Makefile.in, configure: Regenerated.
4987
4988 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4989
4990 * MAINTAINERS (Write After Approval): Remove myself.
4991 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4992
4993 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4994
4995 PR bootstrap/25670
4996
4997 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4998
4999 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5000 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5001 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5002 BUILD_PREFIX, BUILD_PREFIX_1.
5003 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5004
5005 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5006 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5007
5008 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5009 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5010 of `cat stage_current`. Always provide the `r' and `s' variables.
5011 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5012 a single shell execution.
5013 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5014 bootstrapped modules, make the stage1 module if the build was not
5015 started yet, else build the current stage.
5016 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5017 (all-build, all-host, all-target, [+make_target+]-host,
5018 [+make_target+]-target): Do not use \-continued lines.
5019 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5020 (current_stage, restrap, stage_last): New.
5021
5022 * Makefile.in: Regenerate.
5023 * configure: Regenerate.
5024
5025 2006-02-19 Bud Davis <jmdavis@link.com>
5026
5027 * MAINTAINERS (Write After Approval): Remove myself.
5028 (Language Front End Maintainers): Add myself as fortran 95
5029 maintainer and update e-mail address.
5030
5031 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5032
5033 * MAINTAINERS (Write After Approval): Remove myself.
5034 (Language Front End Maintainers): Add myself as fortran 95
5035 maintainer.
5036
5037 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5038
5039 * MAINTAINERS (Write After Approval): Add myself.
5040
5041 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5042
5043 * MAINTAINERS (Write After Approval): Remove myself.
5044 (Language Front End Maintainers): Add myself as
5045 fortran 95 maintainer.
5046
5047 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5048
5049 Sync from src:
5050
5051 2005-12-27 Leif Ekblad <leif@rdos.net>
5052
5053 * configure.in: Add support for RDOS target.
5054 * configure: Regenerate.
5055
5056 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5057 Andreas Schwab <schwab@suse.de>
5058
5059 * configure: Regenerate.
5060
5061 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5062
5063 * configure.in (enable_libgomp): Add AIX.
5064 * configure: Regenerate.
5065
5066 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5067
5068 * MAINTAINERS (Write After Approval): Add myself.
5069
5070 2006-02-03 Lee Millward <lee.millward@gmail.com>
5071
5072 * MAINTAINERS (Write After Approval): Add myself.
5073
5074 2006-01-31 Richard Guenther <rguenther@suse.de>
5075 Paolo Bonzini <bonzini@gnu.org>
5076
5077 * Makefile.def (target_modules): Add libgcc-math target module.
5078 * configure.in (target_libraries): Add libgcc-math target library.
5079 (--enable-libgcc-math): New configure switch.
5080 * Makefile.in: Re-generate.
5081 * configure: Re-generate.
5082 * libgcc-math: New toplevel directory.
5083
5084 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5085
5086 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5087 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5088 the assembler, linker and binutils.
5089 * configure: Regenerate.
5090
5091 2006-01-22 Dirk Mueller <dmueller@suse.de>
5092
5093 * MAINTAINERS (Write After Approval): Add myself.
5094
5095 2006-01-20 Diego Novillo <dnovillo@redhat.com>
5096
5097 * configure: Regenerate.
5098
5099 2006-01-18 Richard Henderson <rth@redhat.com>
5100 Jakub Jelinek <jakub@redhat.com>
5101 Diego Novillo <dnovillo@redhat.com>
5102
5103 * libgomp: New directory.
5104 * Makefile.def: Add target_module libgomp.
5105 * Makefile.in: Regenerate.
5106 * configure.in (target_libraries): Add target-libgomp.
5107 * configure: Regenerate.
5108
5109 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5110
5111 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5112 @ from continuation.
5113 * Makefile.in: Rebuilt.
5114
5115 2006-01-04 Chris Lattner <sabre@gnu.org>
5116
5117 * MAINTAINERS (Write After Approval): Add myself.
5118
5119 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5120
5121 PR bootstrap/24252
5122
5123 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5124 * Makefile.tpl (OBJDUMP): New.
5125 (EXTRA_HOST_FLAGS): Add it.
5126 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5127
5128 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5129 to use symbolic links between directories. Avoid race conditions
5130 or make them harmless.
5131 * configure.in: Do not try to use symbolic links between directories.
5132
5133 * Makefile.def (LEAN): Pass.
5134 * Makefile.tpl (LEAN): Define.
5135 (stage[+id+]-start): Accept that the previous directory does not
5136 exist, if the bootstrap is lean.
5137 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5138 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5139 configure substitution.
5140 ([+compare-target+]): Likewise.
5141 ([+bootstrap-target+]-lean): New.
5142 * configure.in: Remove lean bootstrap support from here.
5143
5144 * Makefile.in: Regenerate.
5145 * configure: Regenerate.
5146
5147 2006-01-04 Ben Elliston <bje@au.ibm.com>
5148
5149 * MAINTAINERS (libdecnumber): Add myself.
5150
5151 2006-01-02 Mark Mitchell <mark@codesourcery.com>
5152
5153 * libtool-ldflags: New script.
5154
5155 2006-01-02 Andreas Schwab <schwab@suse.de>
5156
5157 * configure.in: When reconfiguring remove Makefile in
5158 all stage directories.
5159 * configure: Regenerate.
5160
5161 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5162
5163 * MAINTAINERS: Update my email address.
5164
5165 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5166
5167 Revert Ada-related part of the previous change.
5168
5169 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5170 Do not pass.
5171 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5172 * Makefile.in: Regenerate.
5173 * configure.in: Do not include mt-ppc-aix target fragment.
5174 * configure: Regenerate.
5175
5176 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5177
5178 * configure.in: Select appropriate fragments for PowerPC/AIX.
5179 * configure: Regenerate.
5180
5181 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5182 BOOT_CFLAGS, BOOT_LDFLAGS.
5183 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5184 BOOT_CFLAGS, BOOT_LDFLAGS.
5185 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5186 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5187 (stage): Fail if we cannot complete the work.
5188 * Makefile.in: Regenerate.
5189
5190 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5191
5192 * configure.in: Replace ms1 with mt.
5193 * configure: Rebuilt.
5194
5195 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5196
5197 * MAINTAINERS: Update my email address.
5198
5199 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5200
5201 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5202 install-host-nogcc): Don't invoke $(stage) at the end.
5203 * Makefile.in: Regenerate.
5204
5205 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5206
5207 * configure.in: Flip the top-level bootstrap switch.
5208 * configure: Regenerate.
5209
5210 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5211
5212 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5213 $(stage) and $(unstage).
5214 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5215 (all): Remove stray semicolon.
5216 (local-distclean): Don't handle multilib.tmp and multilib.out.
5217 (install.all): Set $s for consistency.
5218 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5219 check_multilibs setting. Always make the install directory.
5220 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5221 Correct @if/@endif.
5222 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5223 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5224 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5225 (multilib.out): Remove.
5226 * Makefile.in: Regenerated.
5227
5228 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5229
5230 * MAINTAINERS (Write After Approval): Add myself.
5231
5232 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5233
5234 * MAINTAINERS: Add myself as mt maintainer.
5235
5236 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5237
5238 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5239
5240 * MAINTAINERS: Change email address.
5241
5242 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5243
5244 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5245 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5246 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5247 Find in-tree tools if available.
5248 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5249 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5250 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5251 (COMPILER_*_FOR_TARGET): New.
5252 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5253 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5254 (CONFIGURED_*, USUAL_*): Remove.
5255 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5256 STRIP): Use autoconf substitutions.
5257 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5258 COMPILER_NM_FOR_TARGET): New.
5259 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5260
5261 (all): Make all-host and all-target in parallel.
5262 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5263 that $$r and $$s are set before invoking a recursive make.
5264 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5265 ([+bootstrap-target+]): Inline most of the `all' target.
5266
5267 2005-11-29 Ben Elliston <bje@au.ibm.com>
5268
5269 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5270 from the gcc build directory.
5271 * Makefile.in: Regenerate.
5272
5273 2005-11-29 Ben Elliston <bje@au.ibm.com>
5274
5275 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5276 depend on all-libdecnumber.
5277 * configure.in (host_libs): Include libdecnumber.
5278 * Makefile.in: Regenerate.
5279 * configure: Likewise.
5280
5281 2005-11-29 Ben Elliston <bje@au.ibm.com>
5282
5283 * libdecnumber: Import decNumber sources from the dfp-branch.
5284
5285 2005-11-21 Kean Johnston <jkj@sco.com>
5286
5287 * config.sub, config.guess: Sync from upstream sources.
5288
5289 2005-11-21 Ben Elliston <bje@au.ibm.com>
5290
5291 Import from Autoconf sources:
5292
5293 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5294 * config/move-if-change: Don't output "$2 is unchanged";
5295 suggested by Ben Elliston. Handle weird characters correctly.
5296
5297 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5298
5299 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5300 to match upstream libtool for darwin.
5301
5302 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5303
5304 * Makefile.def: Remove gdb dependencies for gdbtk.
5305 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5306 (configure-gdb, install-gdb): New rules.
5307 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5308 * Makefile.in, configure: Regenerated.
5309
5310 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5311
5312 * MAINTAINERS (Write After Approval): Add myself.
5313
5314 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5315
5316 * MAINTAINERS (Write After Approval): Add myself.
5317
5318 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5319
5320 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5321 Diego Novillo.
5322
5323 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5324
5325 PR bootstrap/24297
5326 * Makefile.tpl (do-[+make-target+], do-check, install,
5327 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5328 are set before recursing.
5329 * Makefile.in: Regenerate.
5330
5331 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5332
5333 PR bootstrap/18939
5334 * Makefile.def (gcc) <target>: Fix thinko.
5335 * Makefile.in: Regenerate.
5336
5337 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5338
5339 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5340 * configure: Regenerate.
5341
5342 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5343
5344 * MAINTAINERS (Write After Approval): Add self.
5345
5346 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5347
5348 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5349 target-libffi, target-qthreads, target-libjava, and
5350 targetlibobjc.
5351 * configure: Regenerate.
5352
5353 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5354
5355 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5356 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5357 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5358 (USUAL_OBJDUMP_FOR_TARGET): New.
5359 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5360 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5361 * configure, Makefile.in: Regenerated.
5362
5363 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5364
5365 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5366 before other host packages.
5367
5368 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5369
5370 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5371
5372 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5373
5374 PR bootstrap/22340
5375
5376 * configure.in (default_target): Remove.
5377 * Makefile.tpl (all): Do not use prerequisites as subroutines
5378 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5379 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5380 use prerequisites as subroutines.
5381 (check-host, check-target): New.
5382 (bootstrap configure & all targets): Do not use stage*-start
5383 if the directory layout is already ok.
5384 (non-bootstrap configure & all targets): Prepend a $(unstage).
5385 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5386 (NOTPARALLEL): Remove.
5387 (unstage, stage variables): New variables.
5388 (unstage, stage targets): Simply expand to those variables.
5389
5390 * configure: Regenerate.
5391 * Makefile.in: Regenerate.
5392
5393 2005-10-04 James E Wilson <wilson@specifix.com>
5394
5395 * Makefile.def (lang_env_dependencies): Add libmudflap.
5396 * Makefile.in: Regenerate.
5397
5398 2005-10-03 Andreas Schwab <schwab@suse.de>
5399
5400 Backport from libtool CVS:
5401 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5402
5403 * ltmain.sh: add support for installing into temporary
5404 staging area (e.g. 'make install DESTDIR=...')
5405
5406 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5407
5408 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5409 * configure: Regenerated.
5410
5411 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5412
5413 * configure: Regenerate with the correct
5414 autoconf version.
5415
5416 2005-09-30 Catherine Moore <clm@cm00re.com>
5417
5418 * configure.in (bfin-*-*): New.
5419 * configure: Regenerated.
5420
5421 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5422
5423 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5424 (LIPO_FOR_TARGET): New.
5425 (CONFIGURED_LIPO_FOR_TARGET): New.
5426 (USUAL_LIPO_FOR_TARGET): New.
5427 (STRIP_FOR_TARGET): New.
5428 (CONFIGURED_STRIP_FOR_TARGET): New.
5429 (USUAL_STRIP_FOR_TARGET): New.
5430 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5431 STRIP_FOR_TARGET.
5432 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5433 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5434 * Makefile.in: Regenerate.
5435 * configure: Regenerate.
5436
5437 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5438
5439 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5440 (rs6000-*-aix*): Same.
5441 * configure: Regenerate.
5442
5443 2005-09-16 Tom Tromey <tromey@redhat.com>
5444
5445 * MAINTAINERS: Add self as java maintainer.
5446
5447 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5448
5449 * configure.in: Recognize f95 in the --enable-languages option,
5450 and substitute it for fortran, issuing a warning.
5451 * configure: Regenerate.
5452
5453 2005-08-30 Phil Edwards <phil@codesourcery.com>
5454
5455 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5456 * configure: Regenerated.
5457
5458 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5459
5460 * MAINTAINERS: Add self as ms1 maintainer.
5461
5462 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5463
5464 * Makefile.def (libssp): Add to lang_env_dependencies.
5465 * Makefile.in: Regenerate.
5466
5467 2005-08-18 Ian Lance Taylor <ian@airs.com>
5468
5469 * MAINTAINERS: Add myself as middle-end maintainer.
5470
5471 2005-08-17 Christian Groessler <chris@groessler.org>
5472
5473 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5474 * Makefile.in: Regenerate.
5475
5476 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5477
5478 * MAINTAINERS (write after approval): Added myself.
5479
5480 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5481
5482 * MAINTAINERS (Write After Approval): Add myself.
5483
5484 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5485
5486 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5487 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5488 Look for alternate names of the target cc and c++
5489 * configure: Regenerate.
5490
5491 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5492
5493 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5494 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5495 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5496 tools; remove code to manually set them.
5497 (Target tools): Look in the environment for them.
5498 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5499 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5500 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5501 build directory.
5502 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5503 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5504 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5505 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5506 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5507 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5508 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5509 * configure: Regenerate.
5510 * Makefile.in: Regenerate.
5511
5512 2005-07-28 Ben Elliston <bje@au.ibm.com>
5513
5514 * MAINTAINERS: Update for removed CPU targets.
5515
5516 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5517
5518 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5519 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5520 * Makefile.in: Regenerated.
5521
5522 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5523
5524 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5525 (CFLAGS_FOR_TARGET): Use it.
5526 (CXXFLAGS_FOR_TARGET): Likewise.
5527 * Makefile.in: Regenerated.
5528 * configure.in (--with-build-sysroot): New option.
5529 * configure: Regenerated.
5530
5531 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5532
5533 * Makefile.tpl: Wrap install between unstage and stage
5534 * Makefile.in: Regenerate.
5535
5536 2005-07-21 Eric Christopher <echristo@apple.com>
5537
5538 * MAINTAINERS: Update affiliation.
5539
5540 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5541
5542 * MAINTAINERS: Add self as crx port maintainer.
5543
5544 2005-07-20 DJ Delorie <dj@redhat.com>
5545
5546 * MAINTAINERS: Add self as m32c maintainer.
5547
5548 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5549
5550 * all files: Update FSF address.
5551
5552 2005-07-15 Eric Christopher <echristo@redhat.com>
5553
5554 * MAINTAINERS: Change affiliation.
5555
5556 2005-07-14 Jim Blandy <jimb@redhat.com>
5557
5558 * configure.in: Add cases for Renesas m32c.
5559 * configure: Regenerated.
5560
5561 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5562
5563 * COPYING.LIB: Update from fsf.org.
5564
5565 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5566
5567 * COPYING, compile, config.guess,
5568 config.sub, install-sh, missing, mkinstalldirs,
5569 symlink-tree, ylwrap: Sync from upstream sources.
5570 * config-ml.in: Update FSF address.
5571
5572 2005-07-13 Eric Christopher <echristo@redhat.com>
5573
5574 * configure.in: Add toplevel noconfigdir support for tpf.
5575 * configure: Regenerate.
5576
5577 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5578
5579 PR ada/22340
5580
5581 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5582 * Makefile.in: Regenerate.
5583
5584 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5585
5586 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5587 Brolley to write-after-approval.
5588
5589 2005-07-07 Andreas Schwab <schwab@suse.de>
5590
5591 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5592 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5593 * Makefile.in: Regenerated.
5594
5595 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5596
5597 * configure.in: Don't build sim or rda when targetting darwin.
5598 * configure: Regenerate.
5599
5600 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5601
5602 * configure.in: Add --enable-libssp and --disable-libssp.
5603 * configure: Regenerate with autoconf-2.13.
5604
5605 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5606
5607 * Makefile.def (target_modules): Add libssp.
5608 * configure.in (target_libraries): Add target-libssp.
5609 * configure: Rebuilt.
5610 * Makefile.in: Rebuilt.
5611
5612 2005-07-01 Zack Weinberg <zackw@panix.com>
5613
5614 * MAINTAINERS: Change email address. Resign from maintainership.
5615
5616 2005-07-01 Richard Guenther <rguenther@suse.de>
5617
5618 * MAINTAINERS: Change my e-mail address and affiliation.
5619
5620 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5621
5622 * Makefile.def (stagefeedback): Come after profile.
5623 Define profiledbootstrap target.
5624 * Makefile.tpl (profiledbootstrap): Remove.
5625 (stageprofile-end): Zap stagefeedback.
5626 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5627 * Makefile.in: Regenerate.
5628
5629 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5630
5631 * MAINTAINERS: Update my email address.
5632
5633 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5634
5635 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5636 In 'cpp' stanza, support '#line' as well as '# '.
5637
5638 2005-06-08 Andreas Schwab <schwab@suse.de>
5639
5640 * MAINTAINERS: Move myself from 'Write After Approval' to
5641 'CPU Port Maintainers' section as m68k maintainer.
5642
5643 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5644
5645 * configure.in (unsupported_languages): New macro.
5646 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5647 non-ported target libraries in noconfigdirs.
5648 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5649 non-linux-gnu. Remove libgcj_ex_libffi.
5650 <lang_frag loop>: Set add_this_lang=no if the language is in
5651 unsupported_languages.
5652 * configure: Regenerate.
5653
5654 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5655
5656 * configure.in: Fix typo in handling of --with-mpfr-dir.
5657 * configure: Regenerate.
5658
5659 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5660
5661 * MAINTAINERS: Update my email address.
5662
5663 2005-06-02 Jim Blandy <jimb@redhat.com>
5664
5665 * config.sub: Add cases for the Renesas m32c. (This patch has been
5666 accepted into the master sources.)
5667
5668 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5669 Michael Snyder <msnyder@redhat.com>
5670 Stan Cox <scox@redhat.com>
5671
5672 * configure.in: Set noconfigdirs for ms1.
5673
5674 * configure: Regenerate.
5675
5676 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5677
5678 * MAINTAINERS (Write After Approval): Add self.
5679
5680 2005-06-01 Josh Conner <jconner@apple.com>
5681
5682 * MAINTAINERS (Write After Approval): Add self.
5683
5684 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5685
5686 * MAINTAINERS: Update my email address.
5687
5688 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5689
5690 * MAINTAINERS (Write After Approval): Add self.
5691
5692 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5693
5694 * MAINTAINERS (Write After Approval): Remove self.
5695
5696 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5697
5698 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5699 (Dependencies): Consider target modules for bootstrap dependencies.
5700 Make target bootstrap modules depend on each stage's gcc.
5701 * Makefile.in: Regenerate.
5702
5703 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5704
5705 * Makefile.def (configure-gcc): Depend on binutils having been built.
5706 (all-gcc): No need to do it here.
5707 * Makefile.in: Regenerate.
5708
5709 2005-05-19 Paul Brook <paul@codesourcery.com>
5710
5711 * configure.in: Rewrite misleading error message when requested
5712 language cannot be built.
5713 * configure: Regenerate.
5714
5715 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5716
5717 * ylwrap: Import from Automake 1.9.5.
5718
5719 2005-05-13 David Ung <davidu@mips.com>
5720
5721 * MAINTAINERS (Write After Approval): Add self.
5722
5723 2005-05-09 Mike Stump <mrs@apple.com>
5724
5725 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5726 lt_cv_sys_max_cmd_len for now.
5727
5728 2005-05-09 Stan Cox <scox@redhat.com>
5729
5730 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5731
5732 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5733
5734 * README.SCO: Update the URL.
5735
5736 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5737
5738 * ltconfig: Define file_list_spec. Pass file_list_spec and
5739 with_gnu_ld to libtool.
5740 * ltcf-c.sh (aix[45]): Define file_list_spec.
5741 * ltcf-cxx.sh (aix[45]): Same.
5742 * ltcf-gcj.sh (aix[45]): Same.
5743 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5744 exists, write list of input files to temporary file.
5745
5746 2005-05-04 Mike Stump <mrs@apple.com>
5747
5748 * configure.in: Always pass --target to target configures as
5749 otherwise rebuilds that do --recheck will fail.
5750 * confiugure: Rebuilt.
5751
5752 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5753
5754 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5755 STAGE_HOST_EXPORTS.
5756 (configure, all): Add bootstrap support.
5757 (Host modules, target modules): Pass post-stage1 flags and exports.
5758 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5759 * Makefile.in: Regenerate.
5760
5761 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5762
5763 * configure: Regenerate.
5764
5765 2005-04-27 Mike Stump <mrs@apple.com>
5766
5767 * MAINTAINERS: Add self as darwin maintainer.
5768
5769 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5770
5771 * config.sub: Update from master copy.
5772
5773 2005-04-21 Mike Stump <mrs@apple.com>
5774
5775 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5776 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5777
5778 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5779
5780 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5781 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5782 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5783 "*-*-elf" and "*-*-linux*".
5784 * configure: Regenerate.
5785
5786 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5787
5788 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5789
5790 2005-04-12 Mike Stump <mrs@apple.com>
5791
5792 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5793
5794 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5795
5796 * MAINTAINERS (Write After Approval): Add myself.
5797
5798 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5799
5800 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5801
5802 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5803
5804 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5805 (TARGET_CONFIGARGS): Include --with-target-subdir.
5806 (configure, all): New macros. Use them throughout.
5807 * Makefile.in: Regenerate.
5808
5809 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5810
5811 * MAINTAINERS (Write After Approval): Add myself.
5812
5813 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5814
5815 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5816
5817 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5818
5819 * MAINTAINERS: Move John Carr to Write After Approval.
5820
5821 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5822
5823 * config/mh-mingw32: Delete.
5824 * configure.in: Don't use it.
5825 * configure: Regenerate.
5826
5827 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5828
5829 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5830 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5831 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5832 (HOST_LIB_PATH): Generate from Makefile.def.
5833 (TARGET_LIB_PATH): Likewise.
5834 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5835 * Makefile.in: Regenerate.
5836 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5837 (RPATH_ENVVAR): Include Darwin case.
5838 * configure: Regenerate.
5839
5840 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5841
5842 * MAINTAINERS (Various Maintainers): Remove self.
5843 (Write After Approval): Add self.
5844
5845 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5846
5847 * MAINTAINERS (Various Maintainers): Add self.
5848
5849 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5850
5851 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5852 * configure: Regenerate.
5853
5854 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5855
5856 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5857 gcc_version, and gcc_version_trigger from set of flags to pass.
5858 * Makefile.tpl: Remove definitions of above variables.
5859 (config.status): Remove dependency on $(gcc_version_trigger).
5860 * Makefile.in: Regenerate.
5861 * configure.in: Do not reference config/gcc-version.m4 nor
5862 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5863 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5864 * configure: Regenerate.
5865
5866 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5867 Andrew Pinski <pinskia@physics.uc.edu>
5868
5869 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5870 * Makefile.in: Regenerate.
5871
5872 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5873
5874 * MAINTAINERS (Write After Approval): Add myself.
5875
5876 2005-03-03 David Ayers <d.ayers@inode.at>
5877
5878 * MAINTAINERS (Write After Approval): Add myself.
5879
5880 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5881
5882 PR libgcj/20160
5883 * ltmain.sh: Avoid creating archives with components that have
5884 duplicate basenames.
5885
5886 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5887
5888 PR bootstrap/20250
5889 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5890 instead of check.
5891 * Makefile.in: Regenerate.
5892
5893 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5894
5895 * Makefile.in: Regenerate to fix conflict between the previous two
5896 patches.
5897
5898 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5899
5900 PR bootstrap/17383
5901 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5902 * Makefile.tpl (HOST_SUBDIR): New substitution.
5903 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5904 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5905 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5906 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5907 (Host modules, Bootstrapped modules): Use it.
5908 (Build modules, Target modules): Do not create symlink trees,
5909 always configure out-of-srcdir.
5910 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5911 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5912 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5913 $(HOST_SUBDIR). Create a symlink for host_subdir.
5914
5915 * Makefile.in: Regenerate.
5916 * configure: Regenerate.
5917
5918 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5919
5920 Merged from libada-gnattools-branch:
5921 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5922
5923 * gnattools: New directory.
5924 * Makefile.def: Add gnattools as a module, depending on target-libada.
5925 * Makefile.in: Regenerate.
5926 * configure.in: Include gnattools in host_tools; disable it if ada
5927 is disabled.
5928 * configure: Regenerate.
5929
5930 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5931
5932 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5933 treelang maintainer.
5934 (Write After Approval): Remove myself.
5935
5936 2005-02-23 Paul Schlie <schlie@comcast.net>
5937
5938 * configure.in: Allow darwin targeted ports to build tk, itcl and
5939 libgui.
5940 * configure: Regenerate.
5941
5942 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5943
5944 PR libgcj/10353
5945 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5946 * configure: Regenerate.
5947
5948 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5949
5950 * MAINTAINERS (Write After Approval): Add myself.
5951
5952 2005-02-10 Ian Lance Taylor <ian@airs.com>
5953
5954 * MAINTAINERS: Update my e-mail address.
5955
5956 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5957
5958 * MAINTAINERS (Write After Approval): Add myself.
5959
5960 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5961
5962 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5963 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5964 target-libgloss when not *-*-elf and *-*-aout.
5965 * configure: Regenerate.
5966
5967 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5968
5969 * MAINTAINERS: Remove obsolete entries.
5970
5971 * MAINTAINERS (Write After Approval): Add Michael Matz.
5972
5973 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5974
5975 * MAINTAINERS: Remove self as cpplib maintainer.
5976
5977 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5978
5979 * install-sh, config.sub: Import from upstream.
5980
5981 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5982
5983 PR bootstrap/18222
5984 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5985 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5986 * Makefile.in: Regenerate.
5987
5988 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5989
5990 * MAINTAINERS: Update my email address.
5991
5992 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5993 Andreas Schwab <schwab@suse.de>
5994
5995 PR bootstrap/18033
5996 * config-ml.in: Eval option if surrounded by single quotes.
5997
5998 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5999
6000 Revert 2004-12-28 Makefile changes, a better fix will be
6001 applied to mainline and src after GCC 4.0 branches.
6002
6003 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6004
6005 PR bootstrap/17383
6006
6007 * Makefile.def (target_modules): Remove stage parameter,
6008 it is always true now.
6009 * Makefile.tpl (configure-build-[+module+],
6010 configure-target-[+module+]): Always build symlink tree
6011 for the directory and for include. BUILD_SUBDIR and
6012 TARGET_SUBDIR cannot be . anymore.
6013 * Makefile.in: Regenerate.
6014
6015 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6016
6017 Revert 2004-12-08 Makefile changes.
6018
6019 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6020
6021 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6022 cygwin, mingw.
6023
6024 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6025
6026 * configure.in (sh64-*-*): Reenable gprof.
6027 * configure: Regenerate.
6028
6029 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6030
6031 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6032 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6033 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6034 * Makefile.in: Regenerate.
6035
6036 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6037
6038 * MAINTAINERS: Update my email address.
6039
6040 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6041
6042 * Makefile.tpl: Generate normal dependencies if the LHS module is
6043 not bootstrapped.
6044 * Makefile.in: Regenerate.
6045
6046 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6047
6048 * configure.in: Include config/gxx-include-dir.m4. Use
6049 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6050 * configure: Regenerate.
6051
6052 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6053
6054 * config.if: Delete.
6055 * configure.in: Set libstdcxx_incdir directly.
6056 * configure: Regenerate.
6057
6058 2004-12-02 Eric Christopher <echristo@redhat.com>
6059
6060 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6061 * Makefile.in: Regenerate.
6062
6063 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6064
6065 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6066 * configure: Regenerate.
6067
6068 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6069
6070 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6071 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6072 * configure: Regenerate.
6073
6074 2004-12-01 Eric Christopher <echristo@redhat.com>
6075
6076 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6077 of things to remove.
6078
6079 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6080
6081 * MAINTAINERS (Write After Approval): Update my e-mail address.
6082
6083 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6084
6085 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6086 from CVS libtool to always pass_all.
6087
6088 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6089
6090 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6091 (hppa*64*-*-*): Delete incorrect comment.
6092 * configure: Rebuilt.
6093
6094 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6095
6096 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6097
6098 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6099
6100 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6101 from CVS libtool to always pass_all.
6102
6103 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6104
6105 * install-sh, compile: Import from automake.
6106
6107 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6108
6109 * config.guess, config.sub: Import from savannnah.
6110
6111 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
6112
6113 * MAINTAINERS (Write After Approval): Add myself
6114
6115 2004-11-12 Mike Stump <mrs@apple.com>
6116
6117 * Makefile.def: Add html support.
6118 * Makefile.tpl: Likewise.
6119 * Makefile.in: Regenerate.
6120
6121 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6122
6123 PR 18423
6124 * configure.in: Remove all instances of build-fixincludes from
6125 noconfigdirs.
6126 (build_configargs): Supply --target to subdirectories.
6127 * configure: Regenerate.
6128
6129 * Makefile.def: Make gcc install depend on fixincludes install.
6130 * Makefile.in: Regenerate.
6131
6132 2004-11-10 Janis Johnson <janis187@us.ibm.com>
6133
6134 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6135
6136 2004-11-11 Paul Brook <paul@codesourcery.com>
6137
6138 * MAINTAINERS: Add self as arm maintainer. Update email address.
6139
6140 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6141
6142 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6143 target-libgfortran.
6144 * configure: Regenerate.
6145
6146 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6147
6148 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6149 like CC.
6150
6151 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6152
6153 * Makefile.def (host fixincludes): Specify missing targets.
6154 * Makefile.in: Regenerate.
6155
6156 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6157
6158 * MAINTAINERS: Add myself
6159
6160 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6161
6162 * MAINTAINERS (Write After Approval): Add myself.
6163
6164 2004-11-04 Geoffrey Keating <geoffk@apple.com>
6165
6166 * Makefile.def: Build fixincludes for the host, too.
6167 * Makefile.in: Regenerate.
6168 * configure.in (host_tools): Add fixincludes.
6169 * configure: Regenerate.
6170
6171 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6172
6173 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6174 * configure: Regenerated.
6175
6176 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6177
6178 PR other/17783
6179 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6180 * configure: Regenerated.
6181
6182 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6183
6184 * README.SCO: Update per FSF instructions.
6185
6186 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6187
6188 PR target/18151
6189 * configure.in (case ${target}): Do not build fixincludes for avr.
6190 * configure: Regenerated.
6191
6192 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6193
6194 * configure.in (case ${target}): Do not build fixincludes
6195 on platforms where it is not used.
6196 * configure: Regenerated.
6197
6198 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6199
6200 * configure.in: Use an absolute path to install-sh.
6201 * configure: Regenerated.
6202
6203 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6204
6205 * MAINTAINERS (Write After Approval): Add myself.
6206
6207 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6208
6209 * MAINTAINERS: Remove from Write After Approval those that are
6210 already maintainers.
6211
6212 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6213
6214 * MAINTAINERS: Update my email address.
6215
6216 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6217
6218 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6219 * configure: Regenerate.
6220
6221 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6222
6223 * MAINTAINERS: Update my email address.
6224
6225 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6226
6227 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6228 entries belonging to this category.
6229
6230 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6231
6232 * MAINTAINERS: Update my e-mail address.
6233
6234 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6235
6236 Fix wrong conflict resolution in:
6237
6238 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6239
6240 * Makefile.in: Regenerate.
6241 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6242 in the recursive `make', instead of hardwiring `all'.
6243 (Autogenerated TARGET-* variables): New.
6244
6245 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6246
6247 * configure.in: Enable target-libgloss for crx-*-*.
6248 * configure: Regenerate.
6249
6250 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6251
6252 * MAINTAINERS (Various Maintainers): Move the "windows,
6253 cygwin, mingw" maintainer to ...
6254 (OS Port Maintainers): ... here.
6255
6256 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6257
6258 * MAINTAINERS (Write After Approval): Remove those that are
6259 maintainers of some subsystem.
6260
6261 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6262
6263 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6264 * ltcf-cxx.sh (tpf*): Likewise.
6265 * ltconfig (tpf*): Add TPF OS configuration support.
6266
6267 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6268
6269 * MAINTAINERS: Change my email address to my new work account.
6270
6271 2004-09-24 Michael Roth <mroth@nessie.de>
6272
6273 * configure.in (--without-headers): Add missing double quotes.
6274 * configure: Regenerate.
6275
6276 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6277
6278 * ylwrap: Revert to previous version.
6279
6280 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6281
6282 PR bootstrap/17369
6283 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6284 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6285 SET_GCC_LIB_PATH_CMD.
6286 (BASE_TARGET_EXPORTS): Likewise.
6287 * Makefile.in: Regenerated.
6288
6289 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6290 * configure: Regenerated.
6291
6292 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6293
6294 * config.guess: New upstream version
6295 * compile, depcomp, install-sh, ylwrap: Likewise.
6296
6297 2004-09-19 Roger Sayle <roger@eyesopen.com>
6298
6299 * config/mh-x86omitfp: New host makefile fragment. Add
6300 -fomit-frame-pointer to the default BOOT_CFLAGS.
6301 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6302 * configure: Regenerate.
6303
6304 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6305
6306 PR target/11572
6307 * configure.in (*-*-darwin*): Renable libobjc.
6308 * configure: Regenerate.
6309
6310 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6311
6312 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6313
6314 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6315
6316 * Makefile.def: Remove libbanshee.
6317 * Makefile.tpl: Ditto.
6318 * configure.in: Ditto.
6319 * Makefile.in: Regen.
6320 * configure: Ditto.
6321
6322 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6323
6324 * ltmain.sh: Use $pic_object as $non_pic_object if
6325 $non_pic_object=none.
6326
6327 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6328
6329 * missing: Import latest version from master repository.
6330
6331 2004-09-06 Nick Clifton <nickc@redhat.com>
6332
6333 * config.sub: Import latest version from master repository.
6334 * config.guess: Likewise.
6335 This includes these changes:
6336
6337 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6338
6339 * config.sub: Handle crisv32, alias etraxfs.
6340 * config.guess (crisv32:Linux:*:*): Handle.
6341
6342 2004-08-13 Brad Smith <brad@comstyle.com>
6343
6344 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6345 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6346
6347 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6348
6349 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6350 assume the processor is a powerpc. This is because coreutils
6351 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6352 in this case, due to a MacOS X bug that causes
6353 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6354 to return a negative number.
6355 Problem reported by Petter Reinholdtsen in:
6356 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6357
6358 2004-07-19 Ben Elliston <bje@gnu.org>
6359
6360 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6361
6362 2004-06-24 Ben Elliston <bje@gnu.org>
6363
6364 * config.guess: Update copyright years.
6365 * config.sub: Likewise.
6366
6367 2004-06-22 Robert Millan <robertmh@gnu.org>
6368
6369 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6370 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6371
6372 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6373
6374 * config.guess (*:*VMS:*:*): New entry. Replaces
6375 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6376 manufacturer.
6377
6378 2004-06-22 Ben Elliston <bje@gnu.org>
6379
6380 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6381 * config.sub: Likewise.
6382
6383 2004-06-22 Ben Elliston <bje@gnu.org>
6384
6385 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6386 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6387
6388 2004-06-11 Ben Elliston <bje@gnu.org>
6389
6390 * config.guess (pegasos:OpenBSD:*:*): Remove.
6391
6392 2004-06-11 Ben Elliston <bje@gnu.org>
6393
6394 From Wouter Verhelst <wouter@grep.be>:
6395 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6396
6397 2004-06-11 Ben Elliston <bje@gnu.org>
6398
6399 * config.guess (luna88k:OpenBSD:*:*): New.
6400
6401 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6402
6403 * config.guess (m32r*:Linux:*:*): New case.
6404 * config.sub: Handle m32rle.
6405
6406 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6407
6408 From Jens Petersen <petersen@redhat.com>:
6409 * config.sub: Handle sparcv8.
6410
6411 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6412
6413 From Tom Smith <smith@cag.lkg.hp.com>:
6414 * config.guess: Version suffixes are equally significant on Tru64
6415 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6416 prefix of "P" (patched kernel).
6417
6418 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6419
6420 * config.sub: Add support for National Semiconductor CRX target.
6421
6422 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6423
6424 * MAINTAINERS (Various Maintainers): Remove myself as web page
6425 maintainer, add myself as maintainer of build status lists.
6426
6427 2004-09-03 Jan Beulich <jbeulich@novell.com>
6428
6429 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6430 *-*-netware, but add target-libmudflap.
6431 Consolidate *-*-netware targets (of which really only i?86 exists)
6432 into a single entry.
6433 * configure: Likewise.
6434
6435 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6436
6437 * Makefile.tpl (sorry): Remove.
6438 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6439 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6440 (do-clean): Clean per-stage directories too.
6441 (do-distclean): Run distclean-stage1 too.
6442 (.NOTPARALLEL): Enable during toplevel bootstrap.
6443 (stage[+id+]-bubble): Enable parallel execution during
6444 the recursive invocation.
6445 * Makefile.in: Regenerate.
6446
6447 Fix previous checkin:
6448
6449 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6450 include.
6451 * configure.in: Fix indentation.
6452 * configure: Regenerate.
6453
6454 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6455
6456 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6457 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6458 * configure: regenerate
6459 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6460 -mdynamic-no-pic
6461
6462 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6463
6464 * Makefile.def (build_modules): Add fixincludes.
6465 (dependencies): Make gcc depend on fixincludes.
6466 * configure.in (build_tools): Add fixincludes.
6467 (build_configdirs): Always include build_libs.
6468 * Makefile.in: Regenerate.
6469 * configure: Regenerate.
6470
6471 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6472
6473 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6474 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6475 phony targets; do not generate timestamp files.
6476 (distclean-stageN): Remove references to their timestamp files.
6477 (restageN, touch-stageN): Remove.
6478 (stageN-bubble): Rewritten.
6479 (compare): Support lean bootstraps.
6480 * Makefile.in: Regenerate.
6481
6482 * configure.in: Only warn when bootstrapping but
6483 build != host or build != target. Support lean bootstraps.
6484 * configure: Regenerate.
6485
6486 2004-08-26 Phil Edwards <phil@codesourcery.com>
6487
6488 * configure.in: Give a better error message if GMP/MPFR are missing
6489 and a language needing them has been requested.
6490 * configure: Regenerated.
6491
6492 2004-08-25 Phil Edwards <phil@codesourcery.com>
6493
6494 * configure.in: Print a list of available language front-ends if
6495 a requested one is missing. Tidy stray tab characters.
6496 * configure: Regenerated.
6497
6498 2004-08-19 Michael Koch <konqueror@gmx.de>
6499
6500 * gcc/doc/install.texi: Update entry about automake for libjava.
6501
6502 2004-08-17 Robert Millan <robertmh@gnu.org>
6503
6504 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6505 (instead of FreeBSD).
6506 * configure: Regenerate.
6507
6508 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6509
6510 * Makefile.in: Regenerate.
6511 * configure: Regenerate.
6512
6513 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6514 stage_*_flags.
6515 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6516 for bootstrapped modules if toplevel bootstrap is going.
6517 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6518 modules. Adjust for changes in Makefile.def. Enable several
6519 rules even in non-bootstrap mode, just to avoid peppering the
6520 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6521 (stage-[+prev+]-bubble): Remove.
6522
6523 * Makefile.def (Dependencies): Depend on all-build-bison,
6524 all-build-flex, all-build-byacc, all-build-texinfo, rather
6525 than the host variations.
6526 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6527 with BUILD_SUBDIR.
6528 (BISON): Update for recent Bisons.
6529 (YACC): Fix typo.
6530 (cross): Depend on all-build.
6531 (all): Do not depend on all-build.
6532 (prebootstrap): Remove.
6533 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6534 (Prebootstrap dependencies): Add them to the per-stage targets
6535 and to all-prebootstrap.
6536 * configure.in (build_configdirs): Always enable build_tools.
6537 (BUILD_DIR_PREFIX): Remove.
6538
6539 * Makefile.def (gcc): Add target variable.
6540 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6541 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6542 in the recursive `make', instead of hardwiring `all'.
6543 (Autogenerated TARGET-* variables): New.
6544
6545 2004-08-13 Brian Booth <bbooth@redhat.com>
6546
6547 * MAINTAINERS: Remove myself from write-after-approval.
6548
6549 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6550
6551 * src-release: Stop distributing mmalloc with gdb (which doesn't
6552 use it).
6553 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6554 * Makefile.in: Regenerate.
6555
6556 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6557
6558 * configure.in (arm*-*-eabi*): New target.
6559 * configure: Regenerate.
6560
6561 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6562
6563 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6564 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6565 (Dependencies): New section.
6566 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6567 (configure-target-[+module+]): Depend on maybe-all-gcc
6568 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6569 (toplevel profiledbootstrap): Fix dependencies.
6570 * Makefile.in: Regenerate.
6571
6572 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6573
6574 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6575 target-libiberty to noconfigdirs.
6576 * configure: Regenerate.
6577
6578 2004-08-03 Paul Brook <paul@codesourcery.com>
6579
6580 * configure.in: Check for MPFR as well as GMP.
6581 * configure: Regenerate.
6582
6583 2004-08-01 Robert Millan <robertmh@gnu.org>
6584
6585 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6586 libmudflap for all GNU-based systems (with Glibc).
6587 * configure: Regenerate.
6588
6589 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6590
6591 * Makefile.def (host-modules): Add gcc.
6592 * Makefile.in: Regenerate.
6593 * Makefile.tpl (sorry): New rule.
6594 (configure-host, all-host, [+make_target+]-host, do-check,
6595 install-host): Do not add gcc as a special case.
6596 (host modules): Add a small special-casing for gcc. Export
6597 extra_make_flags through the environment.
6598 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6599 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6600 other recursive targets for gcc): Remove.
6601
6602 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6603 (stage, unstage): New rules.
6604 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6605 distclean-stage[+id+]): Use stage_current.
6606 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6607 the stage*-start rules.
6608
6609 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6610
6611 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6612 use -all_load flag.
6613
6614 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6615
6616 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6617 * configure: Regenerate.
6618
6619 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6620
6621 * maintainer-scripts/gcc_release: Revert yesterday's change.
6622
6623 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6624
6625 * MAINTAINERS: Add myself to write-after-approval.
6626
6627 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6628
6629 * libf2c: Removed.
6630 * gcc/gccbug.in: Updated because of libf2c removal.
6631 * maintainer-scripts/gcc_release: Ditto.
6632
6633 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6634
6635 * configure.in: Build libmudflap by default on FreeBSD.
6636 * configure: Regenerated.
6637
6638 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6639
6640 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6641 systems.
6642 * configure: Regenerated.
6643
6644 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6645
6646 PR target/16344
6647 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6648 feedback based compiler.
6649 * Makefile.in: Rebuilt.
6650
6651 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6652
6653 * Makefile.def (host_modules): Set bootstrap=true for flex.
6654 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6655 * Makefile.in: Rebuilt.
6656
6657 2004-07-07 Jan Hubicka <jh@suse.cz>
6658
6659 * MAINTAINERS: Add self as a profile feedback maintainer.
6660
6661 2004-07-05 Phil Edwards <phil@codesourcery.com>
6662
6663 * configure.in: Do not prepend $srcdir to /dev/null in
6664 makefile fragments.
6665 * configure: Regenerate.
6666
6667 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6668
6669 * Makefile.def (build_modules): Add bison, byacc, flex,
6670 m4, texinfo.
6671 (flags_to_pass): Add FLEX.
6672 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6673 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6674 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6675 DEFAULT_MAKEINFO): Remove.
6676 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6677 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6678 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6679 objdir or else use configured tool.
6680 (all-build): New.
6681 (all): Depend on it.
6682 (Build module dependencies): Add.
6683 * Makefile.in: Regenerate.
6684 * configure.in: Better support for multiple build modules,
6685 matching what is done for host/target modules. Do not look
6686 for "plausible" locations of build tools if Canadian cross.
6687 Use autoconf's AC_PROG_CC to find a C compiler. Define
6688 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6689 * configure: Regenerate.
6690
6691 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6692
6693 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6694 * Makefile.in: Regenerate.
6695
6696 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6697
6698 * Makefile.tpl (configure-build-[+module+],
6699 configure-[+module+], configure-target-[+module+]): Pass
6700 [+extra_configure_args+].
6701 (all-build-[+module+], all-[+module+], check-[+module+],
6702 install-[+module+], [+make_target+]-[+module+],
6703 all-target-[+module+], check-target-[+module+],
6704 install-target-[+module+], [+make_target+]-target-[+module+]):
6705 Pass [+extra_make_args+].
6706 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6707 (GCC_HOST_EXPORTS): Remove.
6708 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6709 cross, check-gcc, check-gcc-c++, install-gcc,
6710 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6711 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6712 * Makefile.in: Regenerate.
6713
6714 2004-06-21 Matthew Sachs <msachs@apple.com>
6715
6716 * MAINTAINERS: Added self to write-after-approval.
6717
6718 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6719
6720 * configure.in: Check for srcdir/winsup rather than build directory
6721 winsup.
6722 * configure: Regenerate.
6723
6724 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6725
6726 * configure.in: Don't build Cygwin native newlib if winsup
6727 directory is missing. Emit warning instead.
6728 * configure: Regenerate.
6729
6730 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6731
6732 * Makefile.tpl (touch-stage[+id+]): New.
6733 (restage[+prev+]): Depend on touch-stage[+id+].
6734
6735 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6736 Use it throughout.
6737
6738 * Makefile.def: Add profile and feedback bootstrap stages.
6739 Remove next field from bootstrap stages.
6740 * Makefile.tpl (LN, LN_S): Substitute.
6741 (stageN-start, stageN-end): Use double-colon rules, to
6742 provide a hook for additional setup commands.
6743 (distclean-stageN-gcc, restageN): Create dependencies from
6744 [+prev+], not from [+next+].
6745 (stageN-bubble): Add commands for successive stages from
6746 [+prev+], using double-colon rules.
6747 (all-stageN-gcc): Fix typo.
6748 (stagefeedback-start, profiledbootstrap): New.
6749 * Makefile.in: Regenerate.
6750 * configure.in: Call ACX_PROG_LN.
6751 * configure: Regenerate.
6752
6753 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6754
6755 * MAINTAINERS (Write After Approval): Add myself.
6756
6757 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6758
6759 * MAINTAINERS (Write After Approval): Add myself.
6760
6761 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6762
6763 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6764 without gcc.
6765 * configure: Regenerate.
6766
6767 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6768
6769 * Makefile.tpl: Fix typo.
6770 * Makefile.in: Regenerate.
6771
6772 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6773
6774 * configure.in: Remove new- prefix from toplevel
6775 bootstrap targets.
6776 * configure: Regenerate.
6777
6778 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6779
6780 * Makefile.tpl (all.normal): Rename to all.
6781 (all): Replace with a rule to pick the default
6782 target from configure.
6783 (all-gcc, configure-gcc): Use conditionals to
6784 do nothing when toplevel bootstrap is going on.
6785 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6786 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6787 * configure.in: Support --enable-bootstrap.
6788
6789 * Makefile.def: Remove new- prefix from toplevel
6790 bootstrap targets.
6791 * Makefile.tpl: Likewise.
6792
6793 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6794 target.
6795
6796 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6797 $(RECURSE_FLAGS) to recursive invocation of make.
6798
6799 * Makefile.in: Regenerate.
6800 * configure: Regenerate.
6801
6802 2004-05-30 Andreas Jaeger <aj@suse.de>
6803 Jim Wilson <wilson@specifixinc.com>
6804
6805 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6806 like CC.
6807
6808 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6809
6810 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6811 * configure: Regenerate.
6812
6813 2004-05-25 Daniel Jacobowitz <drow@false.org>
6814
6815 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6816 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6817 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6818 targets.
6819 * Makefile.in: Regenerate.
6820
6821 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6822
6823 * configure.in: Test the ability to symlink directories.
6824 * configure: Regenerate.
6825
6826 * Makefile.def (bootstrap-stage): New definitions.
6827 * Makefile.tpl (configure-stage1-gcc,
6828 configure-stage2-gcc, configure-stage3-gcc,
6829 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6830 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6831 new-restage3, compare): Autogenerate, see Makefile.in
6832 entry for behavioral changes.
6833 (distclean-stage1, new-stage1-start, new-stage1-end,
6834 new-stage1-bubble, distclean-stage2, new-stage2-start,
6835 new-stage2-end, new-stage2-bubble, distclean-stage3,
6836 new-stage3-start, new-stage3-end): New autogenerated targets.
6837 (objext, prebootstrap, BOOT_CFLAGS,
6838 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6839 targets.
6840
6841 * Makefile.in: Regenerate.
6842 (distclean-stage1, new-stage1-start, new-stage1-end,
6843 new-stage1-bubble, distclean-stage2, new-stage2-start,
6844 new-stage2-end, new-stage2-bubble, distclean-stage3,
6845 new-stage3-start, new-stage3-end): New targets.
6846 (all-stage1-gcc): Move prebootstrap dependency from here...
6847 (configure-stage1-gcc): ...to here.
6848 (new-bootstrap): Use bubble targets.
6849 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6850 Use per-stage distclean targets.
6851 (configure-stage1-gcc, configure-stage2-gcc,
6852 configure-stage3-gcc, all-stage1-gcc,
6853 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6854 Use new-stageN-start to prepare the tree.
6855
6856 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6857
6858 * Makefile.def (host_modules): add libcpp.
6859 * Makefile.tpl: Add dependencies on and for libcpp.
6860 * Makefile.in: Regenerate.
6861 * configure.in: Add libcpp host module.
6862 * configure: Regenerate.
6863
6864 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6865
6866 * Makefile.tpl: Whenever a recursive target is defined, wrap
6867 it in a special @if/@endif block, and prepare its maybe
6868 dependency in the @if/@endif block
6869 * configure.in: Instead of writing maybe dependencies, remove
6870 the @if/@endif statements, and remove the @if/@endif blocks
6871 that remain.
6872 * configure: Regenerate.
6873 * Makefile.in: Regenerate.
6874
6875 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6876
6877 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6878
6879 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6880
6881 PR bootstrap/15120
6882 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6883 * */configure: Rebuilt.
6884
6885 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6886
6887 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6888 of libf2c.
6889 * configure, Makefile.in: Regenerate.
6890
6891 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6892
6893 * MAINTAINERS (Write After Approval): Add myself.
6894
6895 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6896
6897 Merge from tree-ssa-20020619-branch.
6898
6899 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6900 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6901 (HOST_GMPLIBS): Define.
6902 (HOST_GMPINC): Define.
6903 (TARGET_LIB_PATH): Add libmudflap.
6904 (GFORTRAN_FOR_TARGET): Define.
6905 (configure-build*): Export GFORTRAN.
6906 (configure-gcc): Export GMPLIBS and GMPINC.
6907 (all-gcc): Add maybe-all-libbanshee.
6908 (configure-target-libgfortran): Define.
6909 * Makefile.in: Regenerate.
6910 * configure.in (host_libs): Add libbanshee.
6911 (target_libraries): Add target-libmudflap and target-libgfortran.
6912 Add --with-libbanshee.
6913 Handle --disable-libmudflap.
6914 (*-*-freebsd*): Use with_gmp.
6915 Add $(libgcj) to noconfigdirs.
6916 * configure: Regenerate.
6917 * depcomp: New file.
6918 * MAINTAINERS: Add tree-ssa maintainers.
6919
6920 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6921
6922 * MAINTAINERS (Various Maintainers): Add myself.
6923
6924 2004-04-30 Brian Ford <ford@vss.fsi.com>
6925
6926 * MAINTAINERS (Write After Approval): Add myself.
6927
6928 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6929
6930 * MAINTAINERS (Write After Approval): Add myself.
6931
6932 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6933
6934 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6935 * configure: Regenerate.
6936
6937 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6938
6939 Revert:
6940 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6941
6942 * Makefile.def (flags_to_pass): Remove *dir variables that
6943 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6944 as well as prefix and exec_prefix.
6945 * Makefile.in: Regenerate.
6946
6947 2004-04-26 Robert Millan <robertmh@gnu.org>
6948
6949 Add patches from libtool CVS.
6950 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6951 * ltconfig: Likewise.
6952 * ltcf-c.sh: Likewise.
6953 * ltcf-cxx.sh: Likewise.
6954 * ltcf-gcj.sh: Likewise.
6955
6956 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6957
6958 * Makefile.def (host_modules): Mark with the bootstrap
6959 flag packages on which gcc depends.
6960 * Makefile.tpl (all-bootstrap): Use it.
6961 * Makefile.in: Regenerate.
6962
6963 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6964
6965 * Makefile.def (flags_to_pass): Remove *dir variables that
6966 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6967 as well as prefix and exec_prefix.
6968 * Makefile.in: Regenerate.
6969
6970 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6971
6972 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6973 * configure: Regenerate.
6974 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6975 * gcc/Makefile.tpl (compare): Use the result of the test.
6976 * gcc/Makefile.in: Regenerate.
6977
6978 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6979
6980 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6981 Always relocate gcc and prev-gcc to the original names, even
6982 if the build fails.
6983 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6984 New targets.
6985
6986 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6987
6988 * MAINTAINERS: Update my email address.
6989
6990 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6991
6992 * configure.in (mips*-*-irix5*): Enable ld.
6993 * configure: Regenerate.
6994
6995 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6996
6997 * configure: Regenerate.
6998
6999 2004-04-15 James E Wilson <wilson@specifixinc.com>
7000
7001 * Makefile.tpl (configure-[+module+], configure-gcc,
7002 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7003 Set and export LDFLAGS.
7004 * Makefile.in: Regenerate.
7005
7006 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7007
7008 * MAINTAINERS: Add myself to write-after-approval.
7009
7010 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7011
7012 PR bootstrap/14871
7013 * Makefile.tpl: If we don't have built-in-tree target tools,
7014 use the ones found by configure rather than hacking around with
7015 program_transform_name.
7016 * configure.in: Give Makefile.tpl the information necessary
7017 to do that.
7018 * Makefile.in: Regenerate.
7019 * configure: Regenerate.
7020
7021 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7022
7023 PR bootstrap/14760
7024 * configure.in: When computing baseargs, strip *all* copies of
7025 offending options. Also, don't match/substitute the trailing space,
7026 so that this actually works when two similar options are separated by
7027 only one space.
7028 * configure: Regenerate.
7029
7030 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7031
7032 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7033 (rs6000-*-aix*): Same.
7034 * configure: Regenerate.
7035
7036 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7037
7038 * MAINTAINERS: Add myself to write-after-approval.
7039
7040 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7041
7042 * MAINTAINERS: Add myself to write-after-approval.
7043
7044 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7045
7046 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7047 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7048 * Makefile.in: Regenerate.
7049
7050 * configure.in (top level bootstrap support): Rework --enable-werror
7051 to set @stage2_werror_flag@.
7052 * configure: Regenerate.
7053 * Makefile.tpl (top level bootstrap support): Pass
7054 @stage2_werror_flag@ down to configure in stages 2 and 3.
7055 * Makefile.in: Regenerate.
7056
7057 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7058
7059 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7060 for stages 2 and 3 as well as in make. As a consequence, remove
7061 OUTPUT_OPTION (now detected by configure) from the flags passed down
7062 to make.
7063 * Makefile.in: Regenerate.
7064
7065 * Makefile.tpl (new-bootstrap): Fix typo.
7066 * Makefile.in: Regenerate.
7067
7068 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7069
7070 * Makefile.tpl: Rearrange by moving recursive_targets rules
7071 into their proper sections.
7072 * Makefile.tpl (top level bootstrap support): Move disabling
7073 of coverage flags from 'make' to 'configure'; improve comments.
7074 * Makefile.in: Regenerate.
7075
7076 * Makefile.tpl (experimental top level bootstrap) Move stage1
7077 language setting from all- target to configure- target; disable
7078 intermodule optimization in stage 1; prevent gratuitous rebuilds
7079 of stage 1.
7080 * Makefile.in: Regenerate.
7081 * configure.in: Comma-separate stage 1 language list for top
7082 level bootstrap.
7083 * configure: Regenerate.
7084
7085 * Makefile.tpl: Clean up experimental top level bootstrap support:
7086 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7087 prev-gcc in configure- targets as well as all- targets.
7088 * Makefile.in: Regenerate.
7089
7090 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7091
7092 * compile: New file imported from automake.
7093
7094 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
7095
7096 * configure.in: Remove symbolic link section.
7097 * configure: Regenerate.
7098 * Makefile.tpl (links): Remove.
7099 * Makefile.in: Regenerate.
7100
7101 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
7102 Nathanael Nerode <neroden@gcc.gnu.org>
7103
7104 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7105 Set with AC_CHECK_PROGS.
7106 * configure.in: Fix comment typo from last patch.
7107 * configure: Regenerate.
7108
7109 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7110
7111 * Makefile.tpl: Introduce experimental top level bootstrap support.
7112 * Makefile.in: Regenerate.
7113 * configure.in: Introduce support for top level bootstrap.
7114 * configure: Regenerate.
7115
7116 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
7117 Paolo Bonzini <bonzini@gnu.org>
7118
7119 PR bootstrap/14522
7120 * configure.in: Cope with shells that do not support unquoted ^
7121 * configure: Regenerate.
7122
7123 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
7124 Paolo Bonzini <bonzini@gnu.org>
7125
7126 PR bootstrap/14522
7127 * configure.in: Cope with shells that do not support nesting
7128 quotes inside quoted backquote substitutions.
7129 * configure: Regenerate.
7130
7131 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7132
7133 PR bootstrap/14522
7134 * configure.in: Fix escaping of $.
7135 * configure: Regenerate.
7136
7137 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7138
7139 * configure: Regenerate, since I forgot to while committing Paolo's
7140 changes.
7141
7142 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7143
7144 PR ada/14131
7145 Move language detection to the top level.
7146 * configure.in: Find default values for the tools as
7147 soon as possible. Disable ada if GNAT is not found.
7148 Emit error message about missing languages. Expand
7149 --enable-languages=all for the gcc subdirectory.
7150
7151 2004-03-10 Ben Elliston <bje@gnu.org>
7152
7153 * MAINTAINERS: Update my email address.
7154
7155 2004-03-05 David Edelsohn <edelsohn@gnu.org>
7156
7157 * ltconfig: Disable building static libraries if building shared
7158 libraries on AIX 5L.
7159
7160 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7161
7162 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7163 and disable libgcj.
7164 * configure: Regenerated.
7165
7166 2004-03-01 Brian Booth <bbooth@redhat.com>
7167
7168 * MAINTAINERS: Add myself to write-after-approval.
7169
7170 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
7171
7172 * MAINTAINERS: Add myself to write-after-approval.
7173
7174 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7175
7176 PR bootstrap/7087
7177 * Makefile.tpl: Guard XFOO sed statements better.
7178 * Makefile.tpl: Add dependency for configure-target-libada.
7179 * Makefile.in: Regenerate (incidentally fixes broken
7180 commit when libada-branch was merged).
7181
7182 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7183
7184 * MAINTAINERS: Add myself to write-after-approval.
7185
7186 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7187
7188 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7189 maintainers.
7190
7191 2004-02-20 Andrew Cagney <cagney@redhat.com>
7192
7193 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7194 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7195
7196 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7197
7198 PR bootstrap/11932
7199 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7200
7201 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7202
7203 * MAINTAINERS: Added myself to write-after-approval.
7204
7205 2004-02-14 Michael Koch <konqueror@gmx.de>
7206
7207 * MAINTAINERS: Added myself to write-after-approval.
7208
7209 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7210
7211 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7212 some OS port maintainers to OS port maintainers section.
7213
7214 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7215
7216 * MAINTAINERS: Add self.
7217
7218 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7219
7220 * MAINTAINERS: Alphabetize.
7221
7222 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7223
7224 * MAINTAINERS: Remove myself.
7225
7226 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7227
7228 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7229 (rs6000-*-aix*): Same.
7230 * configure: Regenerate.
7231
7232 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7233
7234 * configure.in (host): Add in missing $noconfigdirs to defines.
7235 * configure: Regenerate.
7236
7237 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7238 Nathanael Nerode <neroden@gcc.gnu.org>
7239
7240 PR ada/6637, PR ada/5911
7241 Merge with libada-branch:
7242 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7243 with appropriate dependencies. Add --enable-libada configure switch.
7244 * configure, Makefile.in: Regenerate.
7245
7246 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7247
7248 * MAINTAINERS: Add myself to write-after-approval.
7249
7250 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7251
7252 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7253 * configure: Regenerate.
7254
7255 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7256
7257 Merge from upstream:
7258
7259 * ltmain.in: When setting IFS to '~', be careful about user
7260 arguments that contain '~'.
7261
7262 2004-02-04 Peter O'Gorman <peter@pogma.com>
7263
7264 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7265 Also test $base_compile against $CC with escaped arguments. Bug
7266 reported by Geoff Keating <geoffk@apple.com>.
7267
7268 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7269
7270 * MAINTAINERS: Remove i960 port.
7271
7272 2004-01-23 DJ Delorie <dj@redhat.com>
7273
7274 * Makefile.def (target_modules) [libiberty]: Don't stage.
7275 * Makefile.in: Rebuilt.
7276
7277 2004-01-20 Caroline Tice <ctice@apple.com>
7278
7279 * MAINTAINERS: Add myself to write-after-approval.
7280
7281 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7282
7283 * MAINTAINERS: Update my email address.
7284
7285 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7286
7287 * MAINTAINERS: Add myself to write-after-approval.
7288
7289 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7290
7291 * MAINTAINERS: Remove entries without email address.
7292
7293 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7294
7295 * MAINTAINERS: Add myself to write-after-approval.
7296
7297 2004-01-15 Steven Bosscher <stevenb@suse.de>
7298
7299 * MAINTAINERS: Update my email address.
7300
7301 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7302
7303 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7304 * Makefile.tpl (configure-target-[+module+]): Support stage.
7305 * Makefile.in: Rebuilt.
7306
7307 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7308
7309 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7310
7311 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7312
7313 * MAINTAINERS: Add myself as a MIPS maintainer.
7314
7315 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7316
7317 * configure.in: Use ./config.cache, not config.cache.
7318 * configure: Regenerate.
7319 * Makefile.tpl: Special-casing not needed for GCC any more.
7320 * Makefile.in: Regenerate.
7321
7322 * configure.in: Don't share a cache file for host dirs.
7323 * configure: Regenerate.
7324
7325 * config-ml.in: Don't mess with the cache file.
7326
7327 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7328
7329 * MAINTAINERS: Move myself from 'Write After Approval' to
7330 'CPU Port Maintainers' section as SPARC maintainer.
7331
7332 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7333
7334 * Makefile.tpl: Make GCC use a separate config.cache.
7335 * Makefile.in: Regenerate.
7336
7337 PR bootstrap/11932, PR bootstrap/11933
7338 (I don't know if it will fix either of them, but it relates
7339 to them.)
7340 * configure.in: Don't use shared config.cache for target
7341 directories.
7342 * configure: Regenerate.
7343
7344 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7345
7346 * MAINTAINERS: Add myself to 'Write After Approval' section.
7347
7348 2003-12-31 Roger Sayle <roger@eyesopen.com>
7349
7350 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7351 * configure: Regenerated.
7352
7353 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7354
7355 * MAINTAINERS: Remove the mn10200 maintainer.
7356
7357 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7358
7359 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7360 * configure: Regenerated.
7361
7362 2003-12-16 Jan Hubicka <jh@suse.cz>
7363
7364 * MAINTAINERS: Add myself as callgraph maintainer.
7365
7366 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7367
7368 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7369 * configure: Regenerate.
7370
7371 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7372
7373 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7374 'Write After Approval' section. Update email.
7375
7376 2003-12-01 James Lemke <jim@wasabisystems.com>
7377
7378 * MAINTAINERS (Write After Approval): Add myself.
7379
7380 2003-11-20 Matt Thomas <matt@3am-software.com>
7381
7382 * MAINTAINERS: Add myself as a vax port maintainer.
7383
7384 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7385
7386 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7387 (configure-build-[+module+], configure-[+module+]): Likewise.
7388 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7389 * Makefile.in: Regenerate.
7390
7391 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7392
7393 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7394 shared/dylibed libraries.
7395 * ltmain.sh: Likewise.
7396 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7397 * ltcf-cxx.sh: Likewise.
7398 * ltcf-gcj.sh: Likewise.
7399 * ltconfig: Likewise.
7400
7401 2003-11-17 Stan Cox <scox@redhat.com>
7402
7403 * MAINTAINERS: Add myself as iq2000 port maintainer.
7404
7405 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7406
7407 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7408 * Makefile.in: Regenerate.
7409
7410 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7411
7412 * config.sub: Update to 2003-11-03 version.
7413
7414 2003-10-20 Phil Edwards <phil@codesourcery.com>
7415
7416 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7417 * configure: Regenerate.
7418
7419 2003-10-20 Nicolas Pitre <nico@cam.org>
7420
7421 * MAINTAINERS: Add myself to 'Write After Approval' section.
7422
7423 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7424
7425 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7426
7427 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7428
7429 * MAINTAINERS: Update my email address.
7430
7431 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7432
7433 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7434
7435 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7436
7437 * MAINTAINERS: Add myself to 'Write After Approval' section.
7438
7439 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7440
7441 * config.guess: Update to 2003-10-16 version.
7442 * config.sub: Update to 2003-10-16 version.
7443
7444 2003-10-15 David Daney <ddaney@avtrex.com>
7445
7446 * MAINTAINERS: Added myself to 'Write After Approval' section.
7447
7448 2003-10-15 Falk Hueffner <falk@debian.org>
7449
7450 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7451 'Write After Approval' section. Update email.
7452
7453 2003-10-14 Roger Sayle <roger@eyesopen.com>
7454
7455 * MAINTAINERS: Move myself from 'Write After Approval' to
7456 'Various Maintainers' section as middle-end maintainer.
7457
7458 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7459
7460 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7461 HOST_FLAGS_TO_PASS.
7462 * Makefile.in: Regenerate.
7463
7464 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7465
7466 * config.guess: Update to 2003-10-07 version.
7467 * config.sub: Update to 2003-10-07 version.
7468
7469 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7470
7471 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7472 * ltconfig (irix5*, irix6*): Don't override version_type.
7473
7474 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7475
7476 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7477 * configure: Rebuilt
7478 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7479 * Makefile.in: Rebuilt
7480
7481 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7482
7483 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7484
7485 2003-09-30 Carlo Wood <carlo@alinoe.com>
7486
7487 * MAINTAINERS (Write After Approval): Add myself.
7488
7489 2003-09-29 Paul Koning <ni1d@arrl.net>
7490
7491 * MAINTAINERS: Move myself from "Write After Approval"
7492 to CPU platform maintainers for pdp11 platform.
7493
7494 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7495
7496 * MAINTAINERS: Move myself from 'Write After Approval' to
7497 'Various Maintainers' section as libffi testsuite maintainer.
7498
7499 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7500
7501 * configure.in: Pass a computed --program-transform-name
7502 to subconfigures.
7503 * configure: Regenerated.
7504
7505 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7506
7507 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7508 * Makefile.in: Regenerate.
7509
7510 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7511 * Makefile.in: Regenerate.
7512
7513 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7514
7515 * MAINTAINERS: Move myself from 'Write After Approval'
7516 to 'Various Maintainers' (objective-c) section.
7517
7518 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7519
7520 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7521 quoting.
7522 * configure: Regenerated.
7523
7524 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7525
7526 * MAINTAINERS (Write After Approval): Add myself to write after
7527 approval list.
7528
7529 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7530
7531 * MAINTAINERS (Write After Approval): Add myself.
7532
7533 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7534
7535 * MAINTAINERS: Update my e-mail address.
7536
7537 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7538
7539 * libtool.m4 (LD): Correct powerpc64 host match.
7540
7541 2003-09-06 James E Wilson <wilson@tuliptree.org>
7542
7543 * MAINTAINTERS: Update my affiliation and email address.
7544
7545 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7546
7547 * MAINTAINERS (Write After Approval): Add myself.
7548
7549 2003-09-04 DJ Delorie <dj@redhat.com>
7550
7551 * configure: Regenerate.
7552
7553 2003-09-04 Robert Millan <robertmh@gnu.org>
7554
7555 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7556
7557 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7558
7559 * configure.in: Ensure arguments to sed are properly spaced.
7560 * configure: Regenerate.
7561
7562 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7563
7564 * MAINTAINERS: Update my e-mail address.
7565
7566 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7567
7568 * MAINTAINERS (Write After Approval): Add myself.
7569
7570 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7571
7572 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7573 * configure: Regenerated.
7574
7575 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7576
7577 * MAINTAINERS: Update my email address.
7578
7579 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7580
7581 * configure.in: Use newline instead of semicolon when assuming
7582 shell arguments in a for loop.
7583 * configure: Regenerated.
7584
7585 2003-08-22 Jason Eckhardt <jle@rice.edu>
7586
7587 * MAINTAINERS: Resurrect the i860 maintainer.
7588
7589 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7590
7591 PR 8180
7592 * configure.in: When testing with_libs and with_headers, treat
7593 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7594 * configure: Regenerate.
7595
7596 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7597 make, shell, etc.
7598 (baseargs): Likewise.
7599 * configure: Regenerate.
7600
7601 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7602
7603 * MAINTAINERS (Write After Approval): Add myself.
7604
7605 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7606
7607 * configure.in: Disable libgcj for darwin not on powerpc.
7608 * configure: Rebuild.
7609
7610 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7611
7612 * config-ml.in, symlink-tree: Add license.
7613
7614 2003-08-03 Richard Stallman <rms@gnu.org>
7615 Eben Moglen <moglen@columbia.edu>
7616
7617 * README.SCO: New file.
7618
7619 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7620
7621 * Makefile.tpl (check, check-c++): Express dependencies using
7622 dependencies rather than commands.
7623 * Makefile.in: Regenerate.
7624
7625 2003-08-01 Andrew Cagney <cagney@redhat.com>
7626
7627 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7628 * configure: Ditto.
7629
7630 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7631
7632 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7633 * Makefile.in: Update.
7634
7635 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7636
7637 * configure.in: Enable libgcj for darwin.
7638 * configure: Rebuild.
7639
7640 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7641
7642 * config-ml.in: Use ac_configure_args directly instead of
7643 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7644 actually seen.
7645
7646 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7647
7648 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7649 creating target and build subdirs to build all parent dirs as needed.
7650 * Makefile.in: Rebuild.
7651 * configure.in: Don't build dirs explicitly here.
7652 * configure: Rebuild.
7653
7654 2003-07-26 Paul Brook <paul@nowt.org>
7655
7656 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7657
7658 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7659
7660 * Makefile.tpl (all-make): Depend on intl.
7661 * Makefile.in: Rebuilt.
7662
7663 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7664
7665 * install-sh: Update to newer upstream versions (associated with
7666 aclocal 1.7).
7667 * mkinstalldirs: Likewise.
7668 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7669
7670 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7671
7672 * MAINTAINERS: Move self from Bug database only accounts
7673 to write-after-approval.
7674
7675 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7676
7677 * config.if: Remove unused libc_interface determination.
7678
7679 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7680
7681 * MAINTAINERS: Move self from write-after-approval to
7682 build machinery (*.in).
7683
7684 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7685
7686 PR bootstrap/11273
7687 PR bootstrap/11408
7688 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7689 unused INSTALL_PROGRAM_ARGS.
7690 * configure.in: Use AC_PROG_INSTALL.
7691 * Makefile.in: Regenerate.
7692 * configure: Regenerate.
7693
7694 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7695
7696 * MAINTAINERS: Alphabetize.
7697
7698 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7699
7700 * configure: Rebuilt.
7701 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7702 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7703 newlib nor libgloss.
7704 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7705 * configure.in (am33_2.0-*-linux*): Added.
7706
7707 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7708
7709 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7710 * configure: Regenerate.
7711
7712 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7713
7714 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7715 * Makefile.in: Regenerate.
7716
7717 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7718
7719 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7720 * Makefile.in: Regenerate.
7721
7722 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7723
7724 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7725 * Makefile.in: Regenerated.
7726
7727 * config-ml.in: Replace PWD with PWD_COMMAND.
7728
7729 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7730
7731 * intl: New directory; see intl/ChangeLog for details.
7732 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7733 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7734 * Makefile.in: Regenerate.
7735
7736 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7737
7738 * configure.in: Clean up config-lang.in handling. Delete
7739 useless assignment to "subdirs".
7740 * configure: Regenerate.
7741
7742 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7743
7744 * configure.in: Rename 'target_libs' to 'target_libraries'.
7745 Remove useless reference to 'target_libs'.
7746 * configure: Regenerate.
7747
7748 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7749
7750 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7751 * Makefile.in: Regenerate.
7752
7753 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7754
7755 * Makefile.def: Introduce flags_to_pass.
7756 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7757 * Makefile.in: Regenerate.
7758
7759 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7760
7761 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7762 and target-libgloss.
7763 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7764 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7765 * configure: Regenerate.
7766
7767 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7768
7769 * configure.in: Update testsuite_flags to new location.
7770 * configure. Regenerate.
7771
7772 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7773
7774 * Makefile.tpl: Remove BUILD_CC stuff.
7775 * Makefile.in: Regenerate.
7776
7777 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7778
7779 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7780
7781 2003-06-16 Graeme Peterson <gp@qnx.com>
7782
7783 * MAINTAINERS (Write After Approval): Add myself.
7784
7785 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7786
7787 * config.guess: Update to 2003-06-12 version.
7788 * config.sub: Update to 2003-06-13 version.
7789
7790 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7791
7792 * config.guess: Update to 2003-06-06 version.
7793 * config.sub: Update to 2003-06-06 version.
7794
7795 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7796
7797 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7798 * configure. Regenerate.
7799
7800 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7801
7802 * configure.in: Disable serial configure by default.
7803 * configure: Regenerate.
7804 * Makefile.tpl: Abolish .NOTPARALLEL.
7805 * Makefile.in: Regenerate.
7806
7807 * Makefile.tpl: Replace {build,host,target}_canonical by
7808 {build,host,target}.
7809 * Makefile.in: Regenerate.
7810
7811 * Makefile.tpl: Fix stupid pasto.
7812 * Makefile.in: Regenerate.
7813
7814 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7815
7816 * Makefile.tpl: Remove bogus conditional.
7817 * Makefile.in: Regenerate.
7818
7819 2003-06-05 Jan Hubicka <jh@suse.cz>
7820
7821 * Makefile.tpl (profiledbootstrap): New target.
7822 * Makefile.in (profiledbootstrap): New target.
7823
7824 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7825
7826 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7827 Pinski. Remove user names from other bugzilla-only maintainers.
7828
7829 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7830
7831 * Makefile.tpl: Make 'recursive targets' using autogen rather
7832 than shell loop. Remove duplicate 'clean' targets and false
7833 comments.
7834 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7835 Add systematic method of specifying missing targets in subdirs.
7836 Add copyright boilerplate.
7837 * Makefile.in: Regenerate.
7838 * configure.in: Add 'recursive targets' to maybe list.
7839 * configure: Regenerate.
7840
7841 * MAINTAINERS: "GNATS only" -> "Bug database only".
7842
7843 * Makefile.tpl: Rename [+target+] to [+make_target+].
7844 * Makefile.def: Rename 'target' to 'make_target'.
7845
7846 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7847
7848 * MAINTAINERS: Add self as options handling maintainer.
7849
7850 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7851
7852 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7853 been too long since I touched those ports.
7854
7855 2003-05-28 DJ Delorie <dj@redhat.com>
7856
7857 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7858 * Makefile.in: Regenerate.
7859
7860 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7861
7862 * configure.in: Use curly braces in the definition of tooldir.
7863 * configure: Regenerate.
7864
7865 2003-05-21 DJ Delorie <dj@redhat.com>
7866
7867 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7868 newlib or libgloss.
7869 * Makefile.in: Regenerate.
7870
7871 2003-05-21 DJ Delorie <dj@redhat.com>
7872
7873 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7874 * Makefile.in: Regenerate.
7875
7876 2003-05-20 Ian Lance Taylor <ian@airs.com>
7877
7878 * MAINTAINERS: Update my e-mail address.
7879
7880 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7881
7882 * configure.in: Switch more things to use maybe dependencies.
7883 * Makefile.tpl: Switch more things to use maybe dependencies.
7884 Factor out common code from autogen IF statements.
7885 * configure: Regenerate.
7886 * Makefile.in: Regenerate.
7887
7888 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7889
7890 * configure.in: Accept i[3456789]86 for machine type.
7891 * configure: Regenerate.
7892
7893 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7894
7895 * configure.in: Switch more things to use maybe dependencies.
7896 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7897 * configure: Regenerate.
7898 * Makefile.tpl: Switch more things to use maybe dependencies.
7899 * Makefile.in: Regenerate.
7900
7901 2003-05-16 Andreas Schwab <schwab@suse.de>
7902
7903 * Makefile.tpl (install-opcodes): Define.
7904 * Makefile.in: Rebuild.
7905
7906 2003-05-13 Andreas Jaeger <aj@suse.de>
7907
7908 * config.guess: Update to 2003-05-09 version.
7909 * config.sub: Update to 2003-05-09 version.
7910
7911 2003-05-13 Michael Eager <eager@mvista.com>
7912
7913 * configure.in: Correct sed script so that options in quotes are not
7914 deleted.
7915 * configure: Rebuild.
7916
7917 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7918
7919 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7920 and $$s/newlib/libc/sys/cygwin32 include paths.
7921 * configure: Ditto.
7922
7923 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7924
7925 * MAINTAINERS: Update my email addresses.
7926
7927 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7928
7929 * config-ml.in: Propagate INSTALL variables.
7930
7931 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7932
7933 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7934
7935 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7936
7937 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7938 * Makefile.in: Regenerate.
7939
7940 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7941
7942 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7943
7944 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7945
7946 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7947
7948 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7949
7950 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7951 * Makefile.in: Regenerated.
7952
7953 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7954
7955 * MAINTAINERS (Write After Approval): Upgrade myself from
7956 GNATS only to write-after-approval. Update my mail address.
7957
7958 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7959
7960 (OS Port Maintainers: freebsd): Add myself.
7961
7962 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7963
7964 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7965
7966 2003-04-22 Kean Johnston <jkj@sco.com>
7967
7968 * MAINTAINERS (SCO ports): Added myself.
7969
7970 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7971
7972 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7973
7974 2003-04-19 Kean Johnston <jkj@sco.com>
7975
7976 * MAINTAINERS (Write After Approval): Add myself.
7977
7978 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7979
7980 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7981 * Makefile.in: Regenerate.
7982
7983 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7984
7985 * configure.in (powerpc64*-*-linux*): Remove.
7986 * configure: Rebuilt.
7987
7988 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7989
7990 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7991 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7992 and restrap.
7993 * Makefile.in: Regenerate.
7994
7995 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7996
7997 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7998 * configure: Regenerated.
7999
8000 2003-04-15 DJ Delorie <dj@redhat.com>
8001
8002 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8003
8004 2003-04-13 Nick Clifton <nickc@redhat.com>
8005
8006 * config-ml.in: Remove support for --disable-aix removing
8007 call-aix multilibs.
8008
8009 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8010
8011 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8012 * */configure: Rebuilt.
8013
8014 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8015
8016 * MAINTAINERS: Add my email address.
8017
8018 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8019
8020 * MAINTAINERS (Write After Approval): Add myself.
8021
8022 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8023
8024 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8025 * Makefile.in: Regenerate.
8026
8027 2003-03-14 Michael Chastain <mec@shout.net>
8028
8029 * Makefile.in: Regenerate with correct Makefile.def.
8030
8031 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8032
8033 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8034 Make macro.
8035 * Makefile.in: Regenerate.
8036 * configure.in: Clean up gxx_include_dir logic.
8037 * configure: Regenerate.
8038
8039 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8040
8041 * MAINTAINERS (Write After Approval): Add myself.
8042
8043 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8044
8045 * MAINTAINERS: Update my mail address.
8046
8047 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8048
8049 * configure.in (gxx_include_dir): Fix typo.
8050 * configure: Regenerated.
8051
8052 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8053
8054 * Makefile.tpl: Reindent.
8055 * Makefile.in: Regenerate.
8056 * configure.in: Reindent. Don't set unused variables.
8057 * configure: Regenerate.
8058
8059 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8060
8061 * configure.in: Include $(build_tooldir)/sys-include in
8062 FLAGS_FOR_TARGET.
8063 * configure: Regenerated.
8064
8065 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8066
8067 * Makefile.tpl: Always pass down RANLIB.
8068 * Makefile.in: Regenerate.
8069
8070 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8071 * Makefile.in: Regenerate.
8072 * configure.in: Remove unused logic relating to --enable-shared
8073 and --enable-threads. Remove bogus comments. Remove redundant
8074 noconfigdirs.
8075 * configure: Regenerate.
8076
8077 * configure.in: Replace ${libstdcxx_version} by its value.
8078 Remove reference to mh-dgux.
8079 * configure: Regenerate.
8080
8081 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8082
8083 * MAINTAINERS (Write After Approval): Add myself.
8084
8085 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8086
8087 * Makefile.tpl: Rearrange.
8088 * Makefile.in: Regenerate.
8089
8090 2003-02-25 Uwe Stieber <uwe@wwws.de>
8091
8092 * configure.in: Add support for kaOS as cross build target system.
8093 * configure: Regenerated.
8094
8095 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8096
8097 * MAINTAINERS (Write after approval): Add myself.
8098
8099 2003-02-21 James E Wilson <wilson@tuliptree.org>
8100
8101 * MAINTAINERS: Update my email address.
8102
8103 2003-02-21 Zack Weinberg <zack@codesourcery.com>
8104
8105 * MAINTAINERS: Add self to blanket write privs. section.
8106
8107 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
8108
8109 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8110 configure-target-* as some target builds may require additional
8111 flags for preprocessor tests.
8112 * Makefile.in: Regenerated.
8113
8114 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
8115
8116 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8117 * ltconfig: Handle it.
8118 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8119 auto-detecting it.
8120
8121 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8122 it is used as argument to $CC.
8123 * ltcf-gcj.sh: Likewise.
8124
8125 * configure.in: Introduce --enable-maintainer-mode.
8126 * configure: Rebuilt.
8127 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8128 for maintainer mode.
8129 * Makefile.in: Rebuilt.
8130
8131 2003-02-18 Jason Merrill <jason@redhat.com>
8132
8133 * Makefile.tpl (check-c++): Allow parallelism.
8134
8135 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8136
8137 * MAINTAINERS: Remove John Carr (who never actually had access to
8138 gcc.gnu.org).
8139
8140 2003-02-15 Geoffrey Keating <geoffk@apple.com>
8141
8142 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8143 don't configure target-libobjc.
8144 * configure: Regenerate.
8145
8146 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8147
8148 * Makefile.tpl (RANLIB): Define.
8149 * Makefile.in: Regenerate.
8150
8151 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8152
8153 * MAINTAINERS: Update my email.
8154
8155 2003-02-06 Keith R Seitz <keiths@redhat.com>
8156
8157 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8158 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8159 * Makefile.in: Regenerated.
8160 * configure.in: Remove all traces of snavigator, db, and grep.
8161 * configure: Regenerated.
8162
8163 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8164
8165 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8166 After Approval.
8167
8168 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8169
8170 * MAINTAINERS (Write after approval): Add myself.
8171
8172 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
8173
8174 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8175 * Makefile.in: Regenerated.
8176
8177 2003-01-30 Roger Sayle <roger@eyesopen.com>
8178
8179 * config.guess: Updated to 2003-01-30's version.
8180 * config.sub: Updated to 2003-01-28's version.
8181
8182 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8183
8184 * config.if: If gcc_version is already set, just use it. Don't set
8185 gcc_version_trigger if it's already set, otherwise set it to
8186 gcc/version.c, but only if the file exists. If it is not set and
8187 gcc/version.c does not exist, try to extract the version number from
8188 $CC.
8189
8190 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8191
8192 * MAINTAINERS: Add myself to write-after-approval list.
8193
8194 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8195
8196 * configure.in: Revert 24Jan change.
8197 * configure: Regenerate.
8198
8199 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8200
8201 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8202 entry of HJ Lu.
8203
8204 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8205
8206 * configure.in: Revert previous change.
8207 * configure: Regenerate.
8208
8209 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8210
8211 * configure.in: Make rda native-only.
8212 * configure: Regenerate.
8213
8214 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8215
8216 * MAINTAINERS: Move myself from GNATS-only-accounts to
8217 write-after-approval.
8218
8219 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8220
8221 * configure.in: Add missing \.
8222 * configure: Rebuilt.
8223
8224 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8225
8226 * configure.in (baseargs): Avoid using \| in sed regular
8227 expressions.
8228 * configure: Rebuilt.
8229
8230 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8231
8232 * configure.in (baseargs): Remove all supported forms of
8233 --cache-file, --srcdir, --host, --build and --target options
8234 from argument lists.
8235 * configure: Rebuilt.
8236
8237 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8238
8239 * MAINTAINERS: Add myself to write-after-approval list.
8240
8241 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8242
8243 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8244 * configure: Rebuilt.
8245
8246 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8247
8248 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8249 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8250 * Makefile.in: Regenerate.
8251 * configure: Regenerate.
8252
8253 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8254
8255 * configure.in: Remove Makefile in build, host and target modules
8256 unless configure was run with --no-recursion.
8257 * configure: Rebuilt.
8258
8259 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8260
8261 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8262 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8263 * Makefile.in: Regenerate.
8264
8265 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8266
8267 * config.guess: Update to 2003-01-03 version.
8268 * config.sub: Update to 2003-01-03 version.
8269
8270 2003-01-07 Christopher Faylor <cgf@redhat.com>
8271
8272 * configure: Regenerate with proper autoconf 2.13.
8273
8274 2003-01-07 Christopher Faylor <cgf@redhat.com>
8275
8276 * configure.in: Add AC_PREREQ for consistency.
8277 * configure: Regenerate.
8278
8279 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8280
8281 * configure.in (GDB_TK): Add tcl directories conditional on
8282 gdb/gdbtk directory being present.
8283 * configure: Regenerate.
8284
8285 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8286
8287 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8288 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8289 * configure: Rebuilt.
8290
8291 2002-12-31 Tom Tromey <tromey@redhat.com>
8292
8293 * Makefile.in: Rebuilt.
8294 * Makefile.def (target_modules) [libffi]: Allow installation.
8295
8296 2002-12-31 Andreas Schwab <schwab@suse.de>
8297
8298 * configure.in: Fix use of $program_transform_name.
8299 * configure: Regenerated.
8300
8301 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8302
8303 * configure.in (baseargs): Don't remove first configure argument.
8304 * configure: Regenerated.
8305
8306 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8307
8308 * Makefile.tpl (local-distclean): Don't remove...
8309 (multilib.ts): ... this. Moved into...
8310 (multilib.out): ... this. Don't use sub-make.
8311 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8312 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8313 (configure-build-[+module+], configure-[+module+],
8314 configure-target-[+module+], configure-gcc): ... these. Test
8315 for Makefile existence. Drop config.status from dependencies.
8316 * Makefile.in: Rebuilt.
8317 * configure.in: Move gcc-version-trigger to the end of
8318 ac_configure_args. Add comments to maybedep.tmp and
8319 serdep.tmp. Introduce --disable-serial-configure. Remove
8320 nonopt from baseargs, matching and removing corresponding
8321 whitespace while at it.
8322 * configure: Rebuilt.
8323
8324 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8325
8326 * configure.in (host_configargs): Replace reference to
8327 no-longer-defined buildopts with --build=${build_alias}.
8328 * configure: Rebuilt.
8329
8330 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8331 program_transform_name to standard idiom.
8332 (AUTOGEN, AUTOCONF): Define.
8333 (Makefile.in): Use $(AUTOGEN).
8334 (Makefile): Depend on config.status, and use autoconf-style rule to
8335 build it. Move original commands to...
8336 (config.status): ... this new target.
8337 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8338 $(AUTOCONF).
8339 * Makefile.in: Rebuilt.
8340
8341 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8342
8343 * Makefile.tpl: Fix dramatic bustage due to change in
8344 program_transform_name.
8345 * Makefile.in: Regenerate.
8346
8347 * configure.in: Remove unnecessary PATH setting.
8348 * configure: Regnerate.
8349
8350 * configure.in: Don't default to unprefixed tools unless
8351 the native tools will work.
8352 * configure: Regenerate.
8353
8354 * configure.in: Convert to autoconf script. Blow away lots
8355 of now-redundant Makefile fragments.
8356 * configure: Generate using Autoconf.
8357 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8358 * Makefile.in: Regenerate.
8359
8360 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8361
8362 * configure: Fix stupid bug where RANLIB was mistakenly included.
8363
8364 * configure.in: Rename (buildargs, hostargs, targargs) to
8365 (build_configargs, host_configargs, target_configargs).
8366
8367 * configure.in: Move logic out of sed statement.
8368
8369 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8370 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8371
8372 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8373
8374 * config.sub: Import from master repository
8375 * config.guess: Ditto
8376
8377 2002-12-24 Andreas Schwab <schwab@suse.de>
8378
8379 * Makefile.tpl (multilib.out): Fix missing space.
8380 * Makefile.in: Regenerate.
8381
8382 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8383
8384 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8385 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8386 * Makefile.in: Regenerate.
8387 * configure.in: Remove unnecessary leftovers.
8388
8389 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8390
8391 * configure.in (extra_ranlibflags_for_target): New variable.
8392 (*-*-darwin): Add -c to ranlib commands.
8393 * configure (tooldir): Handle extra_ranlibflags_for_target.
8394
8395 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8396
8397 * Makefile.tpl: Revert HJL's change.
8398 * Makefile.in: Regenerated.
8399 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8400 always.
8401
8402 2002-12-19 Andreas Schwab <schwab@suse.de>
8403
8404 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8405 * Makefile.in: Regenerate.
8406
8407 2002-12-18 H.J. Lu <hjl@gnu.org>
8408
8409 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8410 * Makefile.in: Regenerated.
8411
8412 * configure.in (build_prefix): New. Substitute.
8413
8414 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8415
8416 * Makefile.tpl: Don't let real targets depend on phony targets.
8417 * Makefile.in: Regenerate.
8418
8419 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8420 * Makefile.in: Regenerate.
8421
8422 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8423
8424 * config.sub: Import from master repository
8425 * config.guess: Ditto
8426
8427 2002-12-16 Jason Merrill <jason@redhat.com>
8428
8429 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8430 previous 'make bootstrap'.
8431 * Makefile.in: Regenerate.
8432
8433 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8434
8435 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8436
8437 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8438
8439 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8440 * Makefile.in: Regenerate.
8441
8442 2002-12-13 Jason Merrill <jason@redhat.com>
8443
8444 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8445 library tests.
8446 (check-c++): Just depend on it and check-target-libstdc++-v3.
8447 * Makefile.in: Regenerate.
8448
8449 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8450
8451 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8452 * Makefile.in: Rebuilt.
8453
8454 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8455
8456 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8457
8458 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8459
8460 * configure: Fix bug put in by gremlins.
8461
8462 * Makefile.tpl: Substitute more autoconfily.
8463 * configure: Substitute more autoconfily.
8464 * Makefile.in: Regenerate.
8465
8466 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8467
8468 * config.sub: Import from master repository
8469 * config.guess: Ditto
8470 * MAINTAINERS: Added Svein Seldal under write after approval
8471
8472 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8473
8474 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8475 * Makefile.in (all-sim): Ditto.
8476
8477 2002-12-06 DJ Delorie <dj@redhat.com>
8478
8479 * Makefile.tpl: Change configure dependencies to not have real
8480 targets depend on phony targets.
8481
8482 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8483
8484 * configure.in: Revert unintentional change.
8485
8486 * Makefile.tpl: Change dependency for */multilib.out so that
8487 it works when gcc isn't in the tree.
8488
8489 * configure.in: Substitute more.
8490 * configure: Run subconfigures from the Makefile.
8491 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8492 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8493
8494 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8495
8496 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8497
8498 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8499
8500 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8501 and corresponding dependencies.
8502 * Makefile.in: Regenerate.
8503
8504 * configure.in (host_tools): Order binutils, gas and ld for
8505 convenience in running the testsuites.
8506
8507 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8508 * Makefile.in: Regenerate.
8509 * configure.in: Introduce rules to serialize subconfigure runs.
8510
8511 * configure.in: Introduce BASE_CC_FOR_TARGET.
8512 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8513 Realize configure-build-* targets. Realize configure-target-* targets.
8514 * Makefile.in: Regenerate.
8515
8516 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8517
8518 * configure: Move gcc_version_trigger stuff from here...
8519 * configure.in: ...to here.
8520
8521 * configure.in: Separate subconfigure options added by this file from
8522 options given by the user. Add machinery to put args for host
8523 subconfigures into the Makefile.
8524
8525 * Makefile.tpl: Remove 'vault' targets.
8526 * Makefile.tpl: Reorder and comment dependencies.
8527 * Makefile.in: Regenerate.
8528
8529 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8530 * configure.in: Fix my broken commit of previous patch. (sigh)
8531
8532 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8533
8534 * configure.in: Move host-specific darwin noconfigdirs into
8535 the host-specific section.
8536
8537 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8538
8539 * configure.in: Move host-specific darwin noconfigdirs into
8540 the host-specific section.
8541
8542 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8543
8544 * configure: Remove skip-this-dir support.
8545 * Makefile.tpl: Remove skip-this-dir support.
8546
8547 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8548 subdirectories.
8549 * Makefile.in: Regenerate.
8550
8551 * Makefile.tpl: Strip out useless setting of 'dir'.
8552 * Makefile.in: Regenerate.
8553
8554 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8555
8556 * configure.in: Fix deeply stupid bug.
8557
8558 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8559 shell code in CXX_FOR_TARGET
8560 * Makefile.def: Introduce raw_cxx.
8561 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8562 RAW_CXX_FOR_TARGET.
8563 * Makefile.in: Regenerate.
8564
8565 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8566
8567 * Makefile.tpl: Remove unnecessary ifs.
8568 * Makefile.in: Regenerate.
8569
8570 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8571 dependencies. Maybe-ize build-libiberty. Create dummy install
8572 targets for 'no_install' modules.
8573 * configure: Move GDB_TK substitution to configure.in. Move
8574 build_modules stuff to configure.in.
8575 * configure.in: Implement soft dependency machinery. Maybe-ize
8576 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8577 * Makefile.in: Regenerate.
8578
8579 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8580
8581 * Makefile.tpl: Make all-target, install-target behave similarly
8582 to all, install (only hitting configured targets). Eliminate
8583 unused macro defintions.
8584
8585 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8586 build != host.
8587
8588 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8589
8590 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8591
8592 * configure.in: Produce lists of subdir targets we're actually
8593 configuring. Remove references to "dosrel".
8594 * Makefile.tpl: Let configure set which subdir targets are hit.
8595 Remove install-cross; clean up install; remove ALL. Remove
8596 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8597 Autogenerate host module targets. Remove empty dependency lines
8598 and redundant dependency; rearrange slightly.
8599 * Makefile.def: Add host-side libtermcap, utils.
8600
8601 * Makefile.in: Regenerate.
8602
8603 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8604
8605 * ltconfig (osf[345]): Append $major to soname_spec.
8606 Reflect this in library_names_spec.
8607 * ltmain.sh (osf): Prefix $major with . for use as extension.
8608
8609 2002-11-19 Andreas Jaeger <aj@suse.de>
8610
8611 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8612 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8613 and sparc64 GNU/Linux systems.
8614
8615 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8616
8617 * MAINTAINERS: Update email.
8618
8619 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8620
8621 * MAINTAINERS: Complete James Dennett's entry.
8622
8623 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8624
8625 * MAINTAINERS (Write After Approval): Add myself.
8626
8627 2002-11-13 Bruce Korb <bkorb@gnu.org>
8628
8629 * Makefile.tpl: syntactic cleanup
8630
8631 2002-11-13 Stuart Hastings <stuart@apple.com>
8632
8633 * MAINTAINERS: Add myself to write-after-approval list.
8634
8635 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8636
8637 * Makefile.def: Add list of recursive targets to autogenerate.
8638 Add build_modules.
8639 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8640 targets. Autogenerate *-build-* targets.
8641 * Makefile.in: Regenerate.
8642
8643 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8644
8645 * configure: More autoconf-style substitutions.
8646 * Makefile.tpl: More autoconf-style substitutions.
8647 * Makefile.in: Regenerate.
8648
8649 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8650
8651 * configure: Substitute more variables in a more autoconf-friendly
8652 way. Simplify slightly.
8653 * Makefile.tpl: Make more variables substitutable in an
8654 autoconf-friendly way.
8655 * Makefile.in: Regenerate.
8656
8657 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8658
8659 * MAINTAINERS (Write After Approval): Add myself.
8660
8661 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8662
8663 * configure.in (v810*): Remove special setting of tools.
8664
8665 * configure: Add support for extra required flags for ar or nm.
8666 * configure.in (aix4.3+): Use above support for target-specific
8667 issues, rather than using config/mt-aix43.
8668
8669 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8670
8671 * configure: Remove 'removing', which doesn't work. Replace $subdir
8672 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8673 with $srcdir. Reformat indentation. Substitute some variables
8674 formerly hard-coded in the Makefile for build=host.
8675 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8676 * Makefile.def: Autogenerate more.
8677 * Makefile.in: Regenerate.
8678
8679 2002-11-04 Adam Nemet <anemet@lnxw.com>
8680
8681 * MAINTAINERS (Write After Approval): Add myself.
8682
8683 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8684
8685 * Makefile.def (host_modules): Add rda.
8686 * Makefile.in: Regenerate.
8687 * configure.in (target_tool): Add target-rda to list.
8688
8689 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8690
8691 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8692
8693 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8694
8695 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8696 and restrap targets to this rule.
8697 * Makefile.in: Regenerate.
8698
8699 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8700
8701 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8702 GNATS only accounts.
8703
8704 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8705
8706 * configure.in (i[3456]86-*-linux*): Add check to disable
8707 ${libgcj} for glibc1.
8708
8709 2002-10-24 Denis Chertykov <denisc@overta.ru>
8710
8711 * MAINTAINERS: Add myself as ip2k port maintainer.
8712
8713 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8714
8715 * configure.in: Add tic4x target.
8716
8717 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8718
8719 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8720 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8721 * Makefile.in: Regenerate.
8722
8723 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8724 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8725 * Makefile.in: Regenerate.
8726
8727 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8728
8729 * MAINTAINERS: Add myself as web pages co-maintainer.
8730
8731 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8732
8733 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8734 * Makefile.in: Regenerate.
8735
8736 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8737
8738 * MAINTAINERS: Add myself and Nathan Sidwell
8739 <nathan@codesourcery.com> as VxWorks maintainers.
8740
8741 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8742
8743 * Makefile.def: Remove order dependency comments.
8744 * Makefile.tpl: Add explicit install-install dependencies.
8745 * Makefile.in: Regenerate.
8746
8747 * Makefile.tpl: Remove material now in src-release. (Finally!)
8748 * Makefile.in: Regenerate.
8749
8750 * Makefile.tpl: Add configure-target (for src-release in src)
8751 * Makefile.in: Regenerate.
8752
8753 2002-09-30 Nick Clifton <nickc@redhat.com>
8754
8755 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8756
8757 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8758
8759 * configure.in (s390*-*-linux*): Enable libgcj.
8760
8761 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8762
8763 * configure: Revert accidentally applied changes.
8764
8765 * Makefile.tpl: Make more autoconf-friendly.
8766 * Makefile.in: Regenerate.
8767 * configure: Make substitution more autoconf-like.
8768
8769 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8770
8771 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8772 single entry to handle all these.
8773 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8774 libjava on arm-*-elf.
8775
8776 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8777
8778 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8779 things that depend on them.
8780
8781 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8782
8783 * Makefile.tpl: Make subsituted variables more autoconfy.
8784 * Makefile.in: Regenerate.
8785 * configure: Make seds more autoconfy.
8786
8787 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8788
8789 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8790 * Makefile.in: Regenerate.
8791 * configure.in: Rewrite sed statements to look autoconfy.
8792
8793 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8794 all-target-foo on configure-target-foo.
8795 * Makefile.def: Ditto.
8796 * Makefile.in: Rebuild.
8797
8798 2002-09-25 Andrew Haley <aph@redhat.com>
8799
8800 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8801
8802 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8803
8804 * Makefile.def: New file.
8805 * Makefile.tpl: New file.
8806 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8807 * contrib/gcc_update: Note that Makefile.in is a generated file.
8808
8809 * configure.in: Minor rearrangement. Simplify tests.
8810
8811 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8812
8813 * configure.in (with_headers): Skip copy if value is "yes".
8814 (with_libs): Likewise.
8815
8816 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8817
8818 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8819 * configure.in (sh*-*-pe*): Ditto.
8820 * configure.in (mips*-*-pe*): Ditto.
8821 * configure.in (*arm-wince-pe): Ditto.
8822
8823 * configure.in: Rearrange.
8824
8825 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8826
8827 * MAINTAINERS: Update my email address.
8828
8829 2002-08-30 Paul Koning <pkoning@equallogic.com>
8830
8831 * MAINTAINERS: (Write After Approval): Add myself.
8832
8833 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8834
8835 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8836
8837 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8838
8839 * MAINTAINERS: Change my mailing address.
8840
8841 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8842
8843 * MAINTAINERS (Write After Approval): Remove myself.
8844 (Various Maintainers: c++ runtime libs): Add myself.
8845
8846 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8847
8848 * MAINTAINERS (Write After Approval): Remove myself.
8849 (Various Maintainers: c++ runtime libs): Add myself.
8850
8851 2002-08-15 Eric Christopher <echristo@redhat.com>
8852
8853 * config.sub: Import from master repository.
8854 * config.guess: Ditto.
8855
8856 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8857
8858 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8859 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8860 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8861
8862 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8863
8864 * MAINTAINERS: Add self to rs6000 vector extensions.
8865
8866 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8867
8868 * libiberty/configure: Reverted unintended yesterday's check in.
8869
8870 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8871
8872 * boehm-gc/configure, libf2c/configure: Rebuilt.
8873 * libffi/configure, libiberty/configure: Ditto.
8874 * libjava/configure, libobjc/configure: Ditto.
8875 * libstdc++-v3/configure, zlib/configure: Ditto.
8876 Merged from binutils:
8877 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8878 From Steve Ellcey <sje@cup.hp.com>:
8879 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8880 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8881 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8882 IA64.
8883 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8884 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8885 soname_spec, sys_lib_search_path_spec): Ditto.
8886
8887 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8888
8889 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8890
8891 2002-08-04 H.J. Lu (hjl@gnu.org)
8892
8893 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8894
8895 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8896
8897 * MAINTAINERS (Write After Approval): Add myself.
8898
8899 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8900
8901 * configure.in: Move generic linux case to end. Copy generic
8902 linux noconfigdirs to mips*-*-linux* entry and new
8903 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8904
8905 2002-07-19 Michael Matz <matz@suse.de>
8906
8907 * MAINTAINERS: Add myself as ra* maintainer.
8908
8909 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8910
8911 * config.guess: Update to 2002-07-09 version.
8912 * config.sub: Update to 2002-07-03 version.
8913
8914 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8915
8916 * MAINTAINERS: Fix typo in a maintainer email address.
8917
8918 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8919
8920 * configure.in: Remove two redundant tests.
8921
8922 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8923
8924 * configure.in (mips*-*-irix6*o32): Enable stabs.
8925
8926 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8927
8928 * configure.in: Don't build grez.
8929 * Makefile.in: Ditto.
8930
8931 * Makefile.in: Remove references to bsp, cygmon, libstub.
8932 * configure.in: Ditto.
8933
8934 * configure.in: Remove leftover reference to gdbtest.
8935
8936 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8937
8938 * configure.in (gxx_include_dir): Change to match versioned
8939 C++ headers if --enable-version-specific-runtime-libs is used.
8940
8941 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8942
8943 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8944
8945 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8946
8947 * configure.in: Make --without-x work.
8948
8949 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8950
8951 * configure.in: Rearrange target Makefile fragment collection.
8952
8953 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8954 cvs[src].
8955 * configure.in: Ditto.
8956
8957 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8958
8959 * MAINTAINERS (Write After Approval): Update my e-mail address.
8960
8961 2002-06-24 Ben Elliston <bje@redhat.com>
8962
8963 * configure.in (host_tools): Remove cgen.
8964
8965 * Makefile.in (all-cgen): Remove; runs from its source directory.
8966 (check-cgen, install-cgen, clean-cgen): Likewise.
8967 (all-opcodes): Do not depend on all-cgen.
8968 (all-sim): Likewise.
8969
8970 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8971
8972 * Makefile.in: Eliminate 'apache' targets.
8973 * configure.in: Eliminate 'apache' targets.
8974
8975 * configure.in: Eliminate redundant tests. Reorganize.
8976
8977 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8978
8979 * config-ml.in: Eliminate references to Cygnus configure.
8980
8981 * Makefile.in: Eliminate references to building emacs.
8982
8983 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8984
8985 * MAINTAINERS: Update my email address.
8986
8987 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8988
8989 * config.if (libstdcxx_incdir): Version C++ headers.
8990 (cxx_incdir): Remove.
8991
8992 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8993
8994 * MAINTAINERS (Write After Approval): Add self.
8995
8996 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8997
8998 * configure.in: Add support for ip2k.
8999
9000 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9001
9002 * configure.in: Fix AIX configury bug.
9003
9004 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9005
9006 * MAINTAINERS (Write After Approval): Add self.
9007
9008 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9009
9010 * configure.in: replace ${topsrcdir} with ${srcdir}
9011
9012 * configure.in: Move definition of libstdcxx_flags
9013 right above usage, rather than waaay earlier.
9014
9015 * configure.in: Pull definition of is_cross_compiler earlier.
9016
9017 * configure.in: Rearrange a little.
9018
9019 * configure.in: Remove references to librx.
9020 * Makefile.in: Remove references to librx.
9021
9022 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9023
9024 * config.sub: Add support for avr target.
9025 Import from master sources, rev 1.255
9026
9027 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9028
9029 * configure, .cvsignore: Revert previous change...
9030 * Makefile: ...delete.
9031
9032 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9033
9034 * configure.in: Eliminate ${gasdir} variable.
9035
9036 2002-06-18 Dave Brolley <brolley@redhat.com>
9037
9038 * configure.in: Add support for frv.
9039 * config.sub: Add support for frv.
9040
9041 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9042
9043 * configure: Remove garbage from previous commit.
9044
9045 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9046
9047 * configure: For in-source builds, make a subdir and re-exec there.
9048 * Makefile: New file. Pass targets through to build directory.
9049 * .cvsignore: No longer ignore "Makefile".
9050
9051 2002-06-16 Douglas Rupp <rupp@gnat.com>
9052
9053 * MAINTAINERS (Write After Approval): Add self.
9054
9055 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9056
9057 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9058
9059 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9060
9061 * configure.in (vax-*-netbsd*): Re-enable gas.
9062
9063 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9064
9065 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9066 BUILD_PREFIX_1, to correct nomenclature.
9067 * configure: Likewise.
9068
9069 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9070 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9071
9072 2002-05-31 Olaf Hering <olh@suse.de>
9073
9074 * config-ml.in: Propogate DESTDIR also.
9075
9076 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9077
9078 * configure.in (vax-*-netbsd*): Don't build gas for this
9079 platform.
9080
9081 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9082
9083 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9084 and libgcj for AVR.
9085
9086 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9087
9088 * MAINTAINERS (Write After Approval): Add myself.
9089
9090 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9091
9092 * config.guess: Update to 2002-05-22 version.
9093 * config.sub: Likewise.
9094
9095 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9096
9097 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9098 * config-ml.in: Likewise.
9099 * configure: Likewise.
9100 * configure.in: Likewise.
9101
9102 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9103
9104 * MAINTAINERS: Update my email address.
9105
9106 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9107
9108 * configure.in: Simplify makefile fragment collection.
9109
9110 * configure.in: Remove code to build emacs.
9111
9112 * configure.in : Remove --srcdir argument from targargs and buildargs
9113 (it's always overridden in the Makefile anyway). Rearrange a bit.
9114
9115 * configure: Move some logic to configure.in.
9116 * configure.in: Move some logic from configure.
9117
9118 2002-05-11 Tom Tromey <tromey@redhat.com>
9119
9120 * MAINTAINERS: Reflect libgcj reality.
9121
9122 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9123
9124 * Makefile.in: Honour DESTDIR.
9125
9126 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9127
9128 * config.guess: Import 2002-03-20 version.
9129 * config.sub: Import 2002-04-26 version.
9130
9131 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9132
9133 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9134
9135 2002-05-07 Tim Josling <tej@melbpc.org.au>
9136
9137 * MAINTAINERS: Add self.
9138
9139 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
9140
9141 * ltmain.sh: Detect and handle object name conflicts
9142 while piecewise linking a static library.
9143
9144 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9145
9146 * configure.in (noconfigdirs): Don't disable libgcj on
9147 sparc64-*-solaris* and sparcv9-*-solaris*.
9148
9149 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
9150
9151 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9152
9153 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9154
9155 * configure.in (FLAGS_FOR_TARGET): Do not add
9156 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9157 on i[3456]86-*-linux*.
9158
9159 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9160
9161 * configure.in (noconfigdirs): Replace [ ] with test.
9162
9163 * configure.in (noconfigdirs): Do not add target-newlib if
9164 target == i[3456]86-*-linux*, and host == target.
9165
9166 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9167
9168 * configure.in: delete reference to absent file
9169
9170 * configure.in: replace '[' with 'test'
9171
9172 * configure.in: Eliminate references to gash.
9173 * Makefile.in: Eliminate references to gash.
9174
9175 * configure.in: remove useless references to 'pic' makefile fragments.
9176
9177 * configure.in: (*-*-windows*) Finish removing.
9178
9179 * configure.in: Eliminate redundant test for libgui.
9180
9181 2002-04-29 Roger Sayle <roger@eyesopen.com>
9182
9183 * MAINTAINERS: Add self and realphabetize. Update entries
9184 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9185 entry for a29k port maintainer.
9186
9187 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9188
9189 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9190 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9191
9192 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9193
9194 * configure.in: remove references to dead files
9195
9196 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9197
9198 * MAINTAINERS: Add information about purpose of this file.
9199
9200 2002-04-18 Tom Tromey <tromey@redhat.com>
9201
9202 * configure.in: Disallow configuring libgcj when it is already
9203 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9204 Solaris 2.8 by default. For PR libgcj/6158.
9205
9206 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9207
9208 * configure.in: Move default CC setting out of config/mh-* fragments
9209 directly into here.
9210
9211 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9212
9213 * configure.in: don't even try to configure or make a subdirectory
9214 if there's no configure script for it.
9215
9216 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9217
9218 * MAINTAINERS: Remove chill maintainers.
9219 * Makefile.in (CHILLFLAGS): Remove.
9220 (CHILL_LIB): Remove.
9221 (TARGET_CONFIGDIRS): Remove libchill.
9222 (CHILL_FOR_TARGET): Remove.
9223 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9224 CHILL_LIB.
9225 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9226 (CHECK_TARGET_MODULES): Likewise.
9227 (INSTALL_TARGET_MODULES): Likewise.
9228 (CLEAN_TARGET_MODULES): Likewise.
9229 (configure-target-libchill): Remove.
9230 (all-target-libchill): Remove.
9231 * configure.in (target_libs): Remove target-libchill.
9232 Do not compute CHILL_FOR_TARGET.
9233 * libchill: Remove directory.
9234
9235 2002-04-11 DJ Delorie <dj@redhat.com>
9236
9237 * Makefile.in, configure.in: Sync with binutils, entries
9238 follow...
9239
9240 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9241
9242 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9243 (do-tar, do-bz2): New rules.
9244 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9245 (gdb-tar): New rule.
9246 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9247 (insight_dejagnu.tar): New rule.
9248 (insight.tar): New rule.
9249 (gdb+dejagnu.tar): New rule.
9250 (gdb.tar): New rule.
9251
9252 2002-02-01 Mo DeJong <supermo@bayarea.net>
9253
9254 * Makefile.in: Add all-tix to deps for all-snavigator
9255 so that tix is built when building snavigator.
9256
9257 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9258
9259 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9260 ld and gdb are not supported.
9261
9262 2002-01-07 Mark Salter <msalter@redhat.com>
9263
9264 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9265 Allow target-libgloss to be built for arm, strongarm, and xscale.
9266
9267 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9268
9269 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9270 options for i[3456]86-pc-linux* native builds.
9271
9272 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9273
9274 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9275 files from .po files for a distribution.
9276
9277 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9278
9279 * configure.in: Enable libstdc++-v3 for h8300 targets.
9280
9281 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9282
9283 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9284 version from bfd/.
9285
9286 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9287
9288 * Makefile.in (VER): When present, extract the version number from
9289 the file version.in.
9290
9291 2001-05-24 Tom Rix <trix@redhat.com>
9292
9293 * configure.in : enable ld for aix
9294
9295 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9296
9297 * config.guess: Add linux target for S/390.
9298
9299 2000-11-07 Philip Blundell <pb@futuretv.com>
9300
9301 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9302
9303 2000-11-03 Philip Blundell <pb@futuretv.com>
9304
9305 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9306 files.
9307
9308 2001-01-15 Ben Elliston <bje@redhat.com>
9309
9310 * configure.in (host_tools): Add sid.
9311 Always configure cgen.
9312
9313 2000-11-24 Nick Clifton <nickc@redhat.com>
9314
9315 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9316
9317
9318 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9319
9320 * Makefile.in (ALL_MODULES): Add all-cgen.
9321 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9322 (all-cgen): New target.
9323 (all-opcodes,all-sim): Depend on all-cgen.
9324 * configure.in (host_tools): Add cgen.
9325 Only configure cgen if --enable-cgen-maint.
9326
9327 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9328
9329 * configure.in: Add *-*-freebsd* configurations.
9330
9331 2002-04-08 Tom Tromey <tromey@redhat.com>
9332
9333 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9334 Fixes PR libgcj/6068.
9335
9336 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9337
9338 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9339
9340 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9341
9342 * configure.in (alpha*-dec-osf*): Enable libgcj.
9343
9344 2003-03-27 Matthew Gingell <gingell@gnat.com>
9345
9346 * MAINTAINERS (Write After Approval): Add myself.
9347
9348 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9349
9350 Fix for: PR bootstrap/3591, target/5676
9351 * configure.in (mcore-pe): Disable the configuration of
9352 libstdc++-v3 since exceptions are not supported.
9353
9354 2002-03-20 Anthony Green <green@redhat.com>
9355
9356 * configure.in: Enable libgcj for xscale-elf target.
9357
9358 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9359
9360 * MAINTAINERS: Update my email address.
9361
9362 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9363
9364 * ltmain.sh (relink_command): Fix typo in previous change.
9365
9366 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9367
9368 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9369 (relink_command): Added --tag flags.
9370 (mode=install): If relinking fails; error out.
9371
9372 2002-03-12 Richard Henderson <rth@redhat.com>
9373
9374 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9375 .NOTPARALLEL tag.
9376 (do-check): Rename from check.
9377 (check): Allow parallel check.
9378
9379 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9380
9381 * MAINTAINERS: Add myself as maintainer for xtensa port.
9382 Fix alphabetical order in CPU port maintainer list.
9383 Remove myself from Write After Approval list.
9384
9385 2002-03-11 Richard Henderson <rth@redhat.com>
9386
9387 * Makefile.in (.NOTPARALLEL): Add fake tag.
9388
9389 2002-03-07 H.J. Lu (hjl@gnu.org)
9390
9391 * configure.in: Enable gprof for mips*-*-linux*.
9392
9393 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9394
9395 * MAINTAINERS (Write After Approval): Add myself.
9396
9397 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9398
9399 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9400 libjava.
9401 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9402
9403 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9404
9405 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9406 because its Makefile is there; test for the executable instead.
9407
9408 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9409
9410 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9411 libstdc++-v3 and libjava.
9412
9413 2002-02-11 Adam Megacz <adam@xwt.org>
9414
9415 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9416 boehm-gc
9417
9418 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9419
9420 * config.guess: Updated to 2002-01-30's version.
9421 * config.sub: Updated to 2002-02-01's version.
9422 Contribute sh64-elf.
9423 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9424 * configure.in: Added sh64-*-*.
9425
9426 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9427
9428 * MAINTAINERS: Belatedly add myself to write after approval list.
9429
9430 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9431
9432 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9433 Remove self as Write After Approval.
9434
9435 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9436
9437 * MAINTAINERS: Put self in as maintainer for contrib/regression
9438 directory.
9439
9440 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9441
9442 * MAINTAINERS: Update my email address.
9443
9444 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9445
9446 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9447 target-libiberty, and target-libgloss. Skip Java-related
9448 libraries if not supported for NetBSD on target CPU.
9449
9450 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9451
9452 * install-sh: Use _inst.$$_ for temp file name.
9453
9454 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9455
9456 * MAINTAINERS (Write After Approval): Move my contact info
9457 from here...
9458 (OS Port Maintainers): ...to here (netbsd).
9459
9460 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9461
9462 * MAINTAINERS (Write After Approval): Add myself.
9463
9464 2002-01-17 H.J. Lu <hjl@gnu.org>
9465
9466 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9467 (all-target-fastjar): Also depend on all-target-libiberty.
9468
9469 2002-01-16 H.J. Lu (hjl@gnu.org)
9470
9471 * config.guess: Import from master sources, rev 1.225.
9472 * config.sub: Import from master sources, rev 1.238.
9473
9474 2002-01-16 Kazu Hirata <kazu@hxi.com>
9475
9476 * MAINTAINERS (Write After Approval): Remove myself.
9477
9478 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9479
9480 * MAINTAINERS (Write After Approval): Add myself.
9481
9482 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9483
9484 * MAINTAINERS: Add self as docs co-maintainer.
9485
9486 2001-12-11 Matthias Klose <doko@debian.org>
9487
9488 * MAINTAINERS (Write After Approval): Add myself.
9489
9490 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9491
9492 * MAINTAINERS: Update my email address.
9493
9494 2001-12-07 Turly O'Connor <turly@apple.com>
9495 * MAINTAINERS (Write After Approval): Add myself.
9496 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9497 (rs6000_initialize_trampoline): Call __trampoline_setup for
9498 ABI_DARWIN too.
9499 * darwin-tramp.asm: New file, implements __trampoline_setup.
9500 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9501
9502 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9503
9504 * MAINTAINERS (Write After Approval): Add myself.
9505
9506 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9507
9508 * configure, configure.in: Use temp file for long sed commands.
9509
9510 2001-12-03 Laurent Guerby <guerby@acm.org>
9511
9512 * config.sub: Update to version 1.232 on subversion.
9513
9514 2001-12-03 Ben Elliston <bje@redhat.com>
9515
9516 * MAINTAINERS: Update mail address for config.* patches.
9517
9518 2001-11-27 DJ Delorie <dj@redhat.com>
9519 Zack Weinberg <zack@codesourcery.com>
9520
9521 When build != host, create libiberty for the build machine.
9522
9523 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9524 CONFIG_ARGUMENTS.
9525 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9526 New variables.
9527 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9528 and rules.
9529 (all.normal): Depend on ALL_BUILD_MODULES.
9530 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9531 (all-build-libiberty): Depend on configure-build-libiberty.
9532
9533 * configure: Calculate and substitute proper value for
9534 ALL_BUILD_MODULES.
9535 * configure.in: Create the build subdirectory.
9536 Calculate and substitute TARGET_CONFIGARGS (formerly
9537 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9538
9539 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9540
9541 * MAINTAINERS (write-after-approval): Add self.
9542
9543 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9544
9545 * MAINTAINERS (GNATS only accounts): Remove self.
9546
9547 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9548
9549 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9550 libf2c.
9551
9552 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9553
9554 * MAINTAINERS (Write After Approval): Add self.
9555
9556 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9557
9558 * MAINTAINERS: mips and s390 are also CPU ports.
9559
9560 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9561
9562 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9563
9564 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9565
9566 * MAINTAINERS: Alphabetize.
9567
9568 2001-11-09 Kazu Hirata <kazu@hxi.com>
9569
9570 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9571
9572 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9573
9574 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9575
9576 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9577
9578 * configure.in (--enable-languages): Be more permissive about
9579 syntax. Check for empty lists better. Warn about $LANGUAGES.
9580
9581 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9582
9583 * config.sub: Import from master sources, rev. 1.230.
9584 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9585
9586 2001-11-07 Laurent Guerby <guerby@acm.org>
9587
9588 * MAINTAINERS (Write After Approval): Add self.
9589
9590 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9591
9592 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9593
9594 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9595
9596 * config.sub: Import from master sources, rev 1.226.
9597 * config.guess: Import from master sources, rev 1.216.
9598
9599 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9600
9601 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9602 * MAINTAINERS: Add self as maintainer of MMIX port.
9603 Remove old after-approval entry.
9604
9605 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9606
9607 * ChangeLog, configure: Fix spelling errors.
9608
9609 2001-10-20 Brendan Kehoe <brendan@zen.org>
9610
9611 * MAINTAINERS: Tweak my address.
9612
9613 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9614
9615 * MAINTAINERS: Update my email address.
9616
9617 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9618
9619 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9620 * MAINTAINERS: Add self as maintainer of CRIS port.
9621
9622 2001-10-10 Geert Bosch <bosch@gnat.com>
9623
9624 * MAINTAINERS (Various maintainers: Ada front end):
9625 Added Robert Dewar.
9626
9627 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9628
9629 * MAINTAINERS (Write After Approval): Added self
9630
9631 2001-10-02 Geert Bosch <bosch@gnat.com>
9632
9633 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9634
9635 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9636
9637 * configure: Handle temporary files securely using mkdir.
9638
9639 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9640
9641 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9642
9643 2001-09-26 Will Cohen <wcohen@redhat.com>
9644
9645 * configure.in (*-*-linux*): Disable configuration of target-newlib
9646 and target-libgloss.
9647
9648 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9649
9650 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9651 RANLIB.
9652
9653 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9654
9655 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9656 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9657 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9658 avoid quotes nesting problems.
9659 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9660 (DO_X): Export only variables that are set.
9661
9662 2001-09-19 Ben Elliston <bje@redhat.com>
9663
9664 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9665 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9666 semantics. Use the shell built-in "type" command instead.
9667
9668 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9669
9670 Merged from gcc-3_0-branch:
9671 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9672 * ltcf-c.sh: Use $objext, not $ac_objext.
9673 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9674 * ltcf-cxx.sh: Add support for GNU.
9675 2001-07-22 Timothy Wall <twall@redhat.com>
9676 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9677 default settings if using GNU tools with that configuration.
9678 * ltcf-cxx.sh: Ditto.
9679 * ltcf-gcj.sh: Ditto.
9680 2001-07-21 Michael Chastain <chastain@redhat.com>
9681 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9682 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9683 * ltmain.sh: Mark as gcc-local.
9684
9685 2001-08-30 Eric Christopher <echristo@redhat.com>
9686 Jason Eckhardt <jle@redhat.com>
9687
9688 * config.guess: Merge from master sources.
9689 * config.sub: Merge from master sources, add support for mipsisa32.
9690
9691 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9692 * config.sub: Merge from master sources, rev 1.219.
9693 * MAINTAINERS: Add self as contact for stormy16 port.
9694
9695 2001-08-14 Zack Weinberg <zackw@panix.com>
9696
9697 * config.sub: Merge from master sources, rev 1.218.
9698 * config.guess: Merge from master sources, rev 1.209.
9699
9700 2001-08-11 Graham Stott <grahams@redhat.com>
9701
9702 * Makefile.in (check-c++): Add missing semicolon.
9703
9704 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9705
9706 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9707
9708 2001-07-30 Eric Christopher <echristo@redhat.com>
9709
9710 * MAINTAINERS (Various maintainers: mips port): Added myself.
9711
9712 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9713
9714 * configure.in (sh-*-linux*): New.
9715
9716 2001-07-27 Richard Henderson <rth@redhat.com>
9717
9718 * .cvsignore: Add LAST_UPDATED.
9719
9720 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9721
9722 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9723
9724 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9725
9726 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9727
9728 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9729
9730 * MAINTAINERS (Write After Approval): Added myself.
9731
9732 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9733
9734 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9735 and libgcj on m68hc11/m68hc12.
9736
9737 2001-06-27 H.J. Lu (hjl@gnu.org)
9738
9739 * Makefile (CFLAGS_FOR_BUILD): New.
9740 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9741
9742 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9743
9744 * README: Remove version number.
9745
9746 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9747
9748 * INSTALL/README: Update wrt. to the installation instructions now
9749 residing in gcc/doc/install.texi.
9750
9751 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9752
9753 * README: Replace with a cut-down and updated version of gcc/README.
9754
9755 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9756
9757 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9758 multilibs to be disabled.
9759
9760 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9761
9762 * MAINTAINERS (Write After Approval): Add myself.
9763
9764 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9765
9766 * config.guess: Import CVS version 1.195.
9767 * config.sub: Import CVS version 1.212.
9768
9769 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9770
9771 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9772 gcc/xgcc is built, use -print-prog-name to find out the program
9773 name to use.
9774
9775 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9776
9777 * config.guess: Import CVS version 1.194. All gcc-local changes
9778 appear to also be in the master copy.
9779 * config.sub: Import CVS version 1.211.
9780
9781 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9782
9783 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9784 with_gcc]: Use `gcc -shared' to build a shared library.
9785
9786 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9787
9788 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9789 archives.
9790
9791 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9792
9793 * MAINTAINERS (Write After Approval): Add myself.
9794
9795 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9796
9797 * configure.in (libstdcxx_flags): Do not try to execute
9798 libstdc++-v3/testsuite_flags until it exists.
9799
9800 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9801
9802 * MAINTAINERS: Update my email address.
9803
9804 2001-05-31 Graham Stott <grahams@redhat.com>
9805
9806 * MAINTAINERS (Write After Approval): Add myself.
9807
9808 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9809
9810 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9811 libraries when using g++ with native linker.
9812
9813 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9814
9815 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9816
9817 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9818
9819 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9820 [aix4*|aix5*]: Prepend blank.
9821
9822 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9823
9824 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9825 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9826 of subdir/configure scripts to use the new libtool.m4.
9827
9828 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9829
9830 * MAINTAINERS (Write After Approval): Add myself.
9831
9832 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9833
9834 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9835
9836 2001-05-11 Ben Elliston <bje@redhat.com>
9837
9838 * Makefile.in (all-sid): New target.
9839 (check-sid, clean-sid, install-sid): Likewise.
9840
9841 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9842
9843 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9844
9845 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9846
9847 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9848 libgcj.
9849
9850 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9851
9852 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9853 gcc/xgcc is built, use -print-prog-name to find out the program
9854 name to use.
9855
9856 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9857
9858 * configure.in (noconfigdirs): Don't reset it from scratch in the
9859 target case; only append to it.
9860
9861 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9862 sparc-*-solaris2.8]: Disable ${libgcj}.
9863
9864 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9865
9866 * configure.in (libgcj_saved): Copy from $libgcj.
9867 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9868 --disable-libgcj.
9869
9870 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9871
9872 * MAINTAINERS: Remove self as MIPS maintainer and
9873 C front end maintainer.
9874
9875 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9876
9877 * configure.in: Move *-chorusos target case to the proper switch.
9878 Disable libgcj.
9879
9880 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9881
9882 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9883 1.641.2.228.
9884
9885 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9886
9887 * Makefile.in (STAGE1_CFLAGS): Pass down.
9888
9889 2001-04-13 Alan Modra <amodra@one.net.au>
9890
9891 * config.guess: Add hppa64-linux support. Note for next import that
9892 this is already in the master file.
9893 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9894
9895 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9896
9897 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9898 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9899
9900 2001-04-11 Stan Shebs <shebs@apple.com>
9901
9902 * MAINTAINERS: Add self as Darwin port maintainer.
9903
9904 2001-04-11 Alan Modra <amodra@one.net.au>
9905
9906 * MAINTAINERS: Update my email address.
9907
9908 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9909
9910 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9911 recent versions of FreeBSD (release 3 or later).
9912 * ltconfig: On FreeBSD, -lc must not be provided when building
9913 a shared library or else the standard -pthread gcc option is
9914 rendered worthless to later users of the built library.
9915
9916 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9917
9918 * MAINTAINERS: Add self and RTH as C front end maintainers.
9919
9920 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9921
9922 * config.sub: Make sure to match an already-canonicalized
9923 machine name (eg. mn10300-unknown-elf).
9924
9925 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9926
9927 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9928 New macros.
9929 (bootstrap, cross): Use RECURSE_FLAGS.
9930 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9931
9932 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9933
9934 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9935
9936 2001-03-22 Colin Howell <chowell@redhat.com>
9937
9938 * Makefile.in (DO_X): Do not backslash single-quotes in
9939 backquotes (two places).
9940
9941 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9942
9943 Re-installed:
9944 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9945 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9946 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9947 * ltcf-cxx.sh: Likewise.
9948 * ltcf-gcj.sh: Likewise.
9949
9950 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9951
9952 * MAINTAINERS: Add myself as "documentation co-maintainer".
9953
9954 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9955
9956 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9957 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9958
9959 2001-03-19 Tom Tromey <tromey@redhat.com>
9960
9961 * config-ml.in: Handle GCJ and GCJFLAGS.
9962
9963 2001-03-21 Michael Chastain <chastain@redhat.com>
9964
9965 * Makefile.in: all-m4 depends on all-texinfo.
9966
9967 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9968
9969 * MAINTAINERS: Add myself to write after approval list.
9970
9971 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9972
9973 * Makefile.in (DO_X): Quote nested quotes.
9974
9975 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9976
9977 * MAINTAINERS: Add myself to write after approval list.
9978
9979 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9980
9981 * Makefile.in (DO_X): Use double quotes for quoting
9982 "RANLIB=$${RANLIB}".
9983
9984 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9985
9986 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9987
9988 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9989
9990 * configure.in: Only use `lang_requires' for languages athat are
9991 actually enabled.
9992
9993 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9994
9995 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9996
9997 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9998
9999 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10000
10001 2001-03-07 Tom Tromey <tromey@redhat.com>
10002
10003 * configure.in: Allow config-lang.in to set `lang_requires' to list
10004 of other required languages.
10005
10006 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10007
10008 * Makefile.in: Remove RANLIB definition. Use RANLIB
10009 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10010 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10011
10012 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10013 Alexandre Oliva <aoliva@redhat.com>
10014
10015 * Makefile.in (check-c++): Use tabs, not spaces.
10016
10017 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10018
10019 * MAINTAINERS: add myself to Write After Approval list.
10020
10021 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10022
10023 * Makefile.in (check-c++): New rule.
10024
10025 * configure.in (target_libs): Remove libg++.
10026 (noconfigdirs): Remove libg++.
10027 (noconfigdirs): Same.
10028 (noconfigdirs): Same.
10029 (noconfigdirs): Same.
10030
10031 * config-ml.in: Remove libg++ references.
10032
10033 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10034 (ALL_TARGET_MODULES): Same.
10035 (configure-target-libg++): Remove.
10036 (all-target-libg++): Remove.
10037 (configure-target-libio): Remove.
10038 (all-target-libio): Remove.
10039 (check-target-libio): Remove.
10040 (.PHONY): Remove.
10041 (libg++.tar.bz2): Remove.
10042 (all-target-cygmon): Remove libio.
10043 (all-target-libstdc++): Remove.
10044 (configure-target-libstdc++): Remove.
10045 (TARGET_LIB_PATH): Remove libstdc++.
10046 (ALL_GCC_CXX): Remove libstdc++.
10047 (all-target-gperf): Correct.
10048
10049 2001-02-16 Nick Clifton <nickc@redhat.com>
10050
10051 * configure.in (noconfigdirs): Allow configuration of texinfo
10052 for Cygwin hosts.
10053
10054 2001-02-15 Anthony Green <green@redhat.com>
10055
10056 * configure: Introduce GCJ_FOR_TARGET.
10057 * configure.in: Ditto.
10058 * Makefile.in: Ditto.
10059
10060 2001-02-13 Andreas Schwab <schwab@suse.de>
10061
10062 * MAINTAINERS: Update mail address.
10063
10064 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10065
10066 * config.guess: Add linux target for S/390.
10067 * config.sub: Likewise.
10068
10069 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10070
10071 * configure.in: for *-chorusos, don't config target-newlib and
10072 target-libgloss.
10073
10074 2001-02-06 Ben Elliston <bje@redhat.com>
10075
10076 * configure: Output host type to stdout, not stderr.
10077
10078 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10079
10080 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10081 * ltcf-cxx.sh: Likewise.
10082
10083 * config.if: Assume enable_libstdcxx_v3 is defined.
10084
10085 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10086
10087 Remove V2 C++ library.
10088 * configure.in: Remove --enable-libstdcxx_v3 support.
10089
10090 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10091
10092 * include/demangle.h: Add prototype for java_demangle_v3.
10093
10094 2001-01-29 Phil Edwards <pme@sources.redhat.com>
10095
10096 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10097
10098 2001-01-27 Richard Henderson <rth@redhat.com>
10099
10100 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10101
10102 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10103
10104 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10105 Don't unset, it's non-portable and no longer necessary, set to empty
10106 instead.
10107
10108 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10109
10110 * ltconfig: Shell portability fix for the tagname validity check.
10111
10112 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
10113
10114 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10115 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10116
10117 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10118
10119 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10120
10121 2001-01-26 Tom Tromey <tromey@redhat.com>
10122
10123 * configure.in: Allow libgcj to be built on Sparc Solaris.
10124
10125 2001-01-25 David Edelsohn <edelsohn@gnu.org>
10126
10127 * ltcf-c.sh: Add aix5 case.
10128 * ltcf-cxx.sh: Likewise.
10129 * ltconfig: Likewise.
10130
10131 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
10132
10133 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10134 keep at least one of build_libtool_libs or build_old_libs set to
10135 yes.
10136
10137 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10138 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10139
10140 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10141
10142 * configure.in: Enable libgcj on several additional platforms.
10143
10144 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10145
10146 * configure.in: Enable libgcj for linux targets.
10147
10148 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10149
10150 * MAINTAINERS (Write After Approval): Add myself.
10151
10152 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10153
10154 * MAINTAINERS: Add myself as vax port maintainer.
10155
10156 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10157
10158 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10159
10160 2001-01-09 Mike Stump <mrs@wrs.com>
10161
10162 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10163 failures of subdirectories.
10164
10165 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10166
10167 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10168 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10169 * ltcf-cxx.sh: Likewise.
10170 * ltcf-gcj.sh: Likewise.
10171 * ltconfig.sh: Fix typo.
10172
10173 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10174
10175 * configure: handle DOS-style absolute paths.
10176
10177 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10178
10179 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10180
10181 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10182
10183 * MAINTAINERS: Add myself as avr port co-maintainer.
10184
10185 2000-12-28 Ben Elliston <bje@redhat.com>
10186
10187 * MAINTAINERS: Add myself under ``Write After Approval''.
10188
10189 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10190
10191 * texinfo: Remove directory from GCC.
10192
10193 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10194
10195 * COPYING: Update to current
10196 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10197 to 19yy as example year in copyright notice).
10198
10199 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10200
10201 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10202 (libstdcxx_incdir): Pass down.
10203 * config.if: Remove expired bits for cxx_interface, add stub.
10204 (libstdcxx_incdir): Add variable for g++ include directory.
10205 * configure.in (gxx_include_dir): Use it.
10206
10207 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10208
10209 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10210 with old-email address from ``Write After Approval''.
10211
10212 2000-12-15 Andreas Jaeger <aj@suse.de>
10213
10214 * configure.in: Handle lang_dirs.
10215
10216 2000-12-14 Tom Tromey <tromey@redhat.com>
10217
10218 * MAINTAINERS: Removed brads.
10219
10220 * MAINTAINERS: Added gcj developers.
10221
10222 2000-12-13 Anthony Green <green@redhat.com>
10223
10224 * configure.in: Disable libgcj for any target not specifically
10225 listed. Disable libgcj for x86 and Alpha Linux until compatible
10226 with g++ abi.
10227
10228 2000-12-13 Mike Stump <mrs@wrs.com>
10229
10230 * Makefile.in (local-distclean): Also remove fastjar.
10231
10232 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10233
10234 * contrib/gcc_update: Add fastjar --touch entries.
10235
10236 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10237
10238 * configure.in: Disable language-specific target libraries for
10239 languages that aren't enabled.
10240
10241 2000-12-10 Anthony Green <green@redhat.com>
10242
10243 * configure.in: Define libgcj. Disable libgcj target libraries for
10244 most targets.
10245
10246 2000-12-10 Neil Booth <neilb@earthling.net>
10247
10248 * MAINTAINERS: Update mail address, remove from WAA list.
10249
10250 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10251
10252 * libjava: Imported from /cvs/java.
10253 * libffi: Likewise.
10254 * Boehm-gc: Likewise.
10255
10256 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10257
10258 * configure.in (target_libs): Revert 2000-12-08 patch.
10259 (noconfigdirs): Added target-libjava.
10260
10261 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10262
10263 * djunpack.bat: removed.
10264
10265 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10266
10267 * Makefile.in: handle DOS-style absolute paths.
10268 * config-ml.in: likewise.
10269 * symlink-tree: likewise.
10270
10271 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10272
10273 * fastjar: Imported.
10274
10275 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10276
10277 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10278 libjava.
10279 * configure.in (target_libs): Removed `target-libjava'.
10280
10281 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10282
10283 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10284 (ALL_MODULES): Added fastjar.
10285 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10286 (all-target-libjava): all-fastjar replaces all-zip.
10287 (all-fastjar): Added.
10288 (configure-target-fastjar, all-target-fastjar): Likewise.
10289 * configure.in (host_tools): Added fastjar.
10290
10291 2000-12-07 Mike Stump <mrs@wrs.com>
10292
10293 * Makefile.in (local-distclean): Remove leftover built files.
10294
10295 2000-11-24 Nick Clifton <nickc@redhat.com>
10296
10297 * configure.in (xscale-elf): Add target.
10298 (xscale-coff): Add target.
10299
10300 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10301
10302 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10303 recent versions of FreeBSD (release 3 or later).
10304 * ltconfig: On FreeBSD, -lc must not be provided when building
10305 a shared library or else the standard -pthread gcc option is
10306 rendered worthless to later users of the built library.
10307
10308 2000-11-16 Fred Fish <fnf@be.com>
10309
10310 * configure.in (enable_libstdcxx_v3): Fix typo,
10311 libstd++ -> libstdc++.
10312
10313 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10314
10315 * MAINTAINERS: Add self to Write After Approval list.
10316
10317 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10318
10319 * MAINTAINERS: Update my email address. Add myself to global write
10320 privs list.
10321
10322 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10323
10324 * Makefile.in: Merge with src and libgcj.
10325 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10326 configure-target-<library> when their configure scripts need the C
10327 or C++ library to have already been built to work properly.
10328 (do_proto_toplev): Set them to an empty string.
10329
10330 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10331 (REALLY_SET_LIB_PATH): Use them.
10332
10333 2000-11-17 Stan Shebs <shebs@apple.com>
10334
10335 * MAINTAINERS: Add self to Write After Approval list.
10336
10337 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10338
10339 * configure: Provide the original toplevel configure arguments
10340 (including $0) to subprocesses in the environment rather than
10341 through gcc/configargs.h.
10342
10343 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10344
10345 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10346 C99. Alphabetise "Write After Approval" list.
10347
10348 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10349
10350 * configure: Turn on libstdc++ V3 by default.
10351
10352 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10353 if we've got GCC.
10354
10355 2000-11-11 Philip Blundell <philb@gnu.org>
10356
10357 * MAINTAINERS: Add self to Write After Approval list.
10358
10359 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10360
10361 * ltcf-c.sh (aix4): Improve shared library configuration; require
10362 exporting symbols.
10363 * ltcf-cxx.sh (aix4): Define.
10364 * ltconfig (aix4): Define library and soname specs appropriate for
10365 AIX. Define command to create export symbols list.
10366
10367 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10368
10369 * config.sub: Add support for Sun Chorus
10370
10371 2000-10-31 Nick Clifton <nickc@redhat.com>
10372
10373 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10374 <name>@redhat.com. Also installed new email address for Clint
10375 Popetz.
10376
10377 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10378
10379 * etc: Remove directory from GCC.
10380
10381 2000-10-16 Michael Meissner <meissner@redhat.com>
10382
10383 * configure (gcc/configargs.h): Only create if there is a build GCC
10384 directory created.
10385
10386 2000-10-16 Matthias Klose <doko@debian.org>
10387
10388 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10389 when configured for libstdc++-v3.
10390
10391 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10392
10393 * configure: Save configure arguments to gcc/configargs.h.
10394
10395 2000-10-04 Philipp Thomas <pthomas@suse.de>
10396
10397 * config.guess: Import CVS version 1.157.
10398 * config.sub: Import CVS version 1.181.
10399
10400 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10401
10402 * Makefile.in (bootstrap): avoid recursion if subdir missing
10403 (cross): ditto
10404 (do-proto-toplev): ditto
10405
10406 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10407
10408 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10409 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10410
10411 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10412 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10413 all affected `configure' scripts.
10414
10415 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10416
10417 * MAINTAINERS: Add self as cpplib co-maintainer.
10418
10419 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10420
10421 * MAINTAINERS: Add self to Write After Approval list.
10422
10423 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10424
10425 * INSTALL/README: egcs -> GCC update.
10426
10427 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10428
10429 * MAINTAINERS: Add myself to Write After Approval list.
10430
10431 2000-09-15 Kazu Hirata <kazu@hxi.com>
10432
10433 * MAINTAINERS: Add myself to Write After Approval list.
10434
10435 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10436
10437 * configure.in: Do not build byacc for hppa64. Provide paths to the
10438 X11 libraries for hppa64.
10439
10440 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10441
10442 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10443
10444 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10445
10446 * Makefile.in (all-zlib): Added dummy target.
10447
10448 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10449 ltcf-gcj.sh: Updated from libtool multi-language branch.
10450
10451 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10452
10453 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10454 (bootstrap*): Depend on all-bootstrap.
10455
10456 2000-09-05 Philipp Thomas <pthomas@suse.de>
10457
10458 * config.guess: Import CVS version 1.156.
10459 * config.sub: Import CVS version 1.179.
10460
10461 2000-09-02 Anthony Green <green@cygnus.com>
10462
10463 * Makefile.in (all-gcc): Depend on all-zlib.
10464 (CLEAN_MODULES): Add clean-zlib.
10465 (ALL_MODULES): Add all-zlib.
10466 * configure.in (host_libs): Add zlib.
10467
10468 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10469
10470 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10471 crosses, but add gcc/include to the header search path for them.
10472
10473 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10474
10475 * MAINTAINERS: Add self to Write After Approval list.
10476
10477 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10478
10479 * config.guess: Import CVS version 1.152.
10480 * config.sub: Import CVS version 1.177.
10481
10482 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10483
10484 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10485 $targargs to tell whether newlib is going to be built.
10486
10487 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10488 $$r/TARGET_SUBDIR/libio for _G_config.h.
10489
10490 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10491
10492 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10493
10494 2000-08-22 DJ Delorie <dj@redhat.com>
10495
10496 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10497
10498 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10499
10500 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10501 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10502 sub-configures.
10503
10504 2000-08-21 DJ Delorie <dj@redhat.com>
10505
10506 * MAINTAINERS: Add self as a libiberty maintainer
10507
10508 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10509
10510 * configure.in (libstdcxx_flags): Use
10511 libstdc++-v3/src/libstdc++.INC.
10512
10513 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10514
10515 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10516
10517 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10518
10519 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10520
10521 * configure: Make enable_threads and enable_shared defaults
10522 explicit. Substitute enable_threads into generated Makefiles.
10523 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10524 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10525
10526 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10527
10528 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10529
10530 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10531
10532 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10533 previous delta.
10534
10535 2000-08-11 Jason Merrill <jason@redhat.com>
10536
10537 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10538 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10539 (FLAGS_FOR_TARGET): Not here.
10540 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10541
10542 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10543
10544 * config-ml.in (CC, CXX): Don't introduce a leading space.
10545
10546 2000-08-07 DJ Delorie <dj@delorie.com>
10547
10548 * MAINTAINERS: Add self as a DJGPP maintainer
10549
10550 2000-08-07 DJ Delorie <dj@redhat.com>
10551
10552 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10553 "if we're also building gcc, and it's a gcc that will run on the
10554 build machine, we want to use its includes instead of the system's
10555 default includes".
10556
10557 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10558
10559 * MAINTAINERS: Add self to Write After Approval list.
10560
10561 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10562
10563 * configure.in (libstdcxx_flags): Don't use `"'.
10564
10565 * config-ml.in: Adjust multilib search paths to the
10566 appropriate multilib tree.
10567
10568 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10569
10570 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10571 commas in $LANGUAGES.
10572
10573 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10574
10575 * configure.in: Re-enable all references to libg++ and librx.
10576
10577 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10578
10579 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10580 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10581 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10582 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10583
10584 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10585
10586 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10587
10588 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10589 CXX_FOR_TARGET for sed.
10590
10591 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10592
10593 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10594 Do not override if already set in the environment or in configure.
10595 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10596 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10597
10598 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10599
10600 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10601 the libtool CVS tree multi-language branch.
10602 * ltconfig, ltmain.sh: Updated.
10603
10604 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10605
10606 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10607 (clean-target): Depend on it.
10608
10609 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10610 (GCC_FOR_TARGET): Use it.
10611 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10612 * configure.in: ... here.
10613 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10614 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10615
10616 2000-07-24 Eric Christopher <echristo@cygnus.com>
10617
10618 * MAINTAINERS: Add self to Write After Approval list.
10619
10620 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10621
10622 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10623 (configure-target-libchill, configure-target-libobjc): Likewise.
10624
10625 * configure.in: Use the same cache file for all target libs.
10626 * config-ml.in: But different cache files per multilib variant.
10627
10628 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10629
10630 * configure (topsrcdir): Don't use dirname.
10631
10632 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10633
10634 * MAINTAINERS: Add self to Write After Approval list.
10635
10636 2000-07-20 Jason Merrill <jason@redhat.com>
10637
10638 * configure.in: Remove all references to libg++ and librx.
10639
10640 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10641
10642 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10643
10644 * config.sub: Update to subversions version 2000-07-06.
10645
10646 2000-07-12 Andrew Haley <aph@cygnus.com>
10647
10648 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10649 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10650
10651 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10652
10653 * symlink-tree: Check number of arguments.
10654
10655 2000-07-05 Jim Wilson <wilson@cygnus.com>
10656
10657 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10658 search path for a g++ extracted from the build tree. This
10659 will allow link tests run by configure scripts in
10660 subdirectories to succeed.
10661
10662 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10663
10664 * ltconfig: Add support for mips-dde-sysv4.2MP
10665
10666 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10667
10668 * MAINTAINERS: Add myself as loop discovery maintainer.
10669
10670 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10671
10672 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10673 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10674
10675 2000-06-19 Timothy Wall <twall@cygnus.com>
10676
10677 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10678 * config.sub: Add tic54x target.
10679
10680 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10681
10682 * MAINTAINERS: Add self as Fortran maintainer,
10683 remove Craig Burley.
10684
10685 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10686
10687 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10688 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10689
10690 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10691
10692 * MAINTAINERS: Add self as i18n maintainer
10693
10694 20000-05-21 H.J. Lu (hjl@gnu.org)
10695
10696 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10697 directory are used if they exist. Make sure
10698 $(build_tooldir)/include is searched for header files,
10699 $(build_tooldir)/lib/ for library files.
10700 (GCC_FOR_TARGET): Likewise.
10701 (CXX_FOR_TARGET): Likewise.
10702
10703 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10704
10705 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10706
10707 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10708
10709 * Makefile.in (configure-target-libiberty): Depend on
10710 configure-target-newlib.
10711
10712 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10713
10714 * configure.in, Makefile.in: Merge all libffi-related
10715 configury stuff from the libgcj tree.
10716
10717 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10718
10719 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10720 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10721
10722 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10723
10724 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10725 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10726 current version information. Add to proto-toplev directory.
10727 (gdb-taz): Build do-djunpack.
10728
10729 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10730
10731 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10732
10733 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10734
10735 * MAINTAINERS: Add self to Write After Approval list.
10736
10737 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10738
10739 * ltmain.sh: Preserve in relink_command any environment
10740 variables that may affect the linker behavior.
10741
10742 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10743
10744 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10745
10746 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10747
10748 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10749
10750 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10751
10752 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10753 with the version name.
10754
10755 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10756
10757 * MAINTAINERS: Add self as bb-reorder maintainer.
10758
10759 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10760
10761 * config.if: Tweak.
10762
10763 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10764
10765 * djunpack.bat: New file.
10766
10767 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10768
10769 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10770 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10771 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10772 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10773
10774 2000-04-16 Dave Pitts <dpitts@cozx.com>
10775
10776 * config.sub (case $basic_machine): Change default for "ibm-*"
10777 to "openedition".
10778
10779 2000-04-13 Andreas Jaeger <aj@suse.de>
10780
10781 * MAINTAINERS: Added myself.
10782
10783 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10784
10785 * Makefile.in (gdb-taz): New target. GDB specific archive.
10786 (do-md5sum): New target.
10787 (MD5PROG): Define.
10788 (PACKAGE): Default to TOOL.
10789 (VER): Default to a shell script.
10790 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10791 md5 checksum generation.
10792 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10793 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10794 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10795 insight.tar.bz2): Use gdb-taz to create archive.
10796
10797 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10798
10799 * configure (warn_cflags): Delete.
10800
10801 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10802
10803 * MAINTAINERS: Added myself.
10804
10805 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10806 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10807
10808 * configure.in (enable_libstdcxx_v3): Add.
10809 (target_libs): Add bits here to switch between libstdc++-v2 and
10810 libstdc++-v3.
10811 * config.if: And this file too.
10812 * Makefile.in: Add libstdc++-v3 targets.
10813
10814 2000-04-05 Michael Meissner <meissner@redhat.com>
10815
10816 * config.sub (d30v): Add d30v as a basic machine type.
10817
10818 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10819
10820 * configure.in: -linux-gnu*, not -linux-gnu.
10821
10822 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10823
10824 * MAINTAINERS: Add self in write-after-approval section.
10825
10826 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10827
10828 * MAINTAINERS: Add self as ia64 port maintainer.
10829
10830 2000-03-08 Neil Booth <NeilB@earthling.net>
10831
10832 * MAINTAINERS: Add self in write-after-approval section.
10833
10834 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10835
10836 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10837 (do-tar-bz2): Replace TOOL with PACKAGE.
10838 (gdb.tar.bz2): Remove GDBTK from GDB package.
10839 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10840 dejagnu.tar.bz2): New packages.
10841
10842 2000-02-27 Andreas Jaeger <aj@suse.de>
10843
10844 * configure.in: Add entry for mips*-*-linux*, move catch all
10845 *-*-*linux* entry below this one.
10846
10847 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10848
10849 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10850
10851 2000-02-24 Nick Clifton <nickc@cygnus.com>
10852
10853 * config.sub: Support an OS of "wince".
10854
10855 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10856
10857 * config.guess, config.sub: Updated to match config's 2000-02-15
10858 version.
10859
10860 2000-02-23 Linas Vepstas <linas@linas.org>
10861
10862 * config.sub: Add support for Linux/IBM 370.
10863 * configure.in: Likewise.
10864
10865 2000-02-22 Nick Clifton <nickc@cygnus.com>
10866
10867 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10868
10869 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10870
10871 * config.guess: Guess "cygwin" rather than "cygwin32".
10872
10873 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10874
10875 * configure (gcc_version): When setting, narrow search to
10876 lines containing `version_string'.
10877
10878 2000-02-15 Denis Chertykov <denisc@overta.ru>
10879
10880 * config.sub: Add support for avr target.
10881
10882 2000-02-14 Nick Clifton <nickc@cygnus.com>
10883
10884 * MAINTAINERS: Add maintainers for MCore port.
10885
10886 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10887
10888 * config.sub: Add mmix-knuth-mmixware.
10889
10890 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10891
10892 * MAINTAINERS: Pair cccp with cpplib maintainership.
10893
10894 2000-01-27 Christopher Faylor <cgf@redhat.com>
10895
10896 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10897 structure stuff to -L library search.
10898 (CXX_FOR_TARGET): Ditto.
10899 (CROSS_CHECK_MODULES): Fix spelling mistake.
10900
10901 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10902
10903 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10904 the C++ compiler.
10905
10906 2000-01-12 Richard Henderson <rth@cygnus.com>
10907
10908 * configure.in: Don't build some bits for beos.
10909
10910 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10911
10912 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10913 as include files.
10914
10915 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10916
10917 * Add self as cpplib maintainer, as requested by Jason
10918 Merrill. Correct my e-mail address.
10919
10920 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10921
10922 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10923 not mh-aix43.
10924
10925 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10926
10927 * MAINTAINERS: Add myself to "write after approval" list.
10928
10929 1999-12-14 Richard Henderson <rth@cygnus.com>
10930
10931 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10932 * config.sub: Accept alphaev[78], alphaev8.
10933
10934 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10935
10936 * config.guess, config.sub: Update from autoconf.
10937
10938 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10939
10940 * MAINTAINERS: update my playtime e-address.
10941
10942 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10943
10944 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10945 necessary libraries are missing.
10946
10947 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10948
10949 * MAINTAINERS: Add new 'write after approval' maintainer.
10950
10951 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10952
10953 * MAINTAINERS: Add new Java maintainer.
10954
10955 1999-10-25 Andreas Schwab <schwab@suse.de>
10956
10957 * configure: Fix quoting inside arguments of eval.
10958
10959 1999-10-21 Nick Clifton <nickc@cygnus.com>
10960
10961 * config-ml.in: Allow suppression of some ARM multilibs.
10962
10963 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10964
10965 * config.guess: Add OS/390 match pattern.
10966 * config.sub: Add mvs, openedition targets.
10967 * configure.in (i370-ibm-opened*): New.
10968
10969 1999-09-04 Steve Chamberlain <sac@pobox.com>
10970
10971 * config.sub: Add support for configuring for pj.
10972
10973 1999-08-31 Nick Clifton <nickc@cygnus.com>
10974
10975 * config.sub (maybe_os): Add support for configuring for fr30.
10976
10977 1999-08-25 Nick Clifton <nickc@cygnus.com>
10978
10979 * configure.in: Do not configure or build ld for AIX
10980 platforms. ld is known to be broken on these platforms.
10981
10982 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10983
10984 * config-ml.in: Pass compiler flag corresponding to multidirs to
10985 subdir configures.
10986
10987 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10988
10989 * Makefile.in (LDFLAGS): Define.
10990
10991 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10992
10993 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10994 noconfigdirs.
10995 (*-*-cygwin*): Likewise.
10996
10997 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10998
10999 * mkdep: New file.
11000 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11001 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11002
11003 From Eli Zaretskii <eliz@is.elta.co.il>:
11004 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11005 long file name when using DJGPP on MS-DOS.
11006
11007 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11008
11009 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11010
11011 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11012
11013 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11014 dependency as this causes "make check" to globally "make all"
11015
11016 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11017
11018 * configure.in (target_libs): Added target-zlib.
11019 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11020 (CONFIGURE_TARGET_MODULES): Likewise.
11021 (CHECK_TARGET_MODULES): Likewise.
11022 (INSTALL_TARGET_MODULES): Likewise.
11023 (CLEAN_TARGET_MODULES): Likewise.
11024 (configure-target-zlib): New target.
11025 (all-target-zlib): Likewise.
11026 (all-target-libjava): Depend on all-target-zlib.
11027 (configure-target-libjava): Depend on configure-target-zlib.
11028
11029 * Makefile.in (configure-target-libjava): Depend on
11030 configure-target-newlib.
11031 (configure-target-boehm-gc): New target.
11032 (configure-target-qthreads): New target.
11033
11034 * configure.in (target_libs): Added target-qthreads.
11035 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11036 (CONFIGURE_TARGET_MODULES): Likewise.
11037 (CHECK_TARGET_MODULES): Likewise.
11038 (INSTALL_TARGET_MODULES): Likewise.
11039 (CLEAN_TARGET_MODULES): Likewise.
11040 (all-target-qthreads): New target.
11041 (configure-target-libjava): Depend on configure-target-qthreads.
11042 (all-target-libjava): Depend on all-target-qthreads.
11043
11044 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11045 (CONFIGURE_TARGET_MODULES): Likewise.
11046 (CHECK_TARGET_MODULES): Likewise.
11047 (INSTALL_TARGET_MODULES): Likewise.
11048 (CLEAN_TARGET_MODULES): Likewise.
11049 (all-target-libjava): New target.
11050 (all-target-boehm-gc): Likewise.
11051 * configure.in (target_libs): Added libjava, boehm-gc.
11052
11053 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11054
11055 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11056 configure.bat in SUPPORT_FILES.
11057 (gas+binutils.tar.bz2): Likewise.
11058
11059 * makeall.bat: Remove; obsolete.
11060
11061 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11062
11063 From Mark Elbrecht:
11064 * configure.bat: Remove; obsolete.
11065
11066 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11067
11068 * configure: Add -W -Wall to the default CFLAGS when compiling with
11069 gcc.
11070
11071 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11072
11073 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11074
11075 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11076
11077 * configure.in: Build ld on IRIX6.
11078
11079 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11080
11081 * Makefile.in: Change distribution targets to use bzip2 instead of
11082 gzip.
11083 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11084 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11085
11086 1999-06-04 Nick Clifton <nickc@cygnus.com>
11087
11088 * config.sub: Add mcore target.
11089
11090 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11091
11092 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11093
11094 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11095
11096 * config.guess (dummy): Changed to $dummy.
11097
11098 1999-05-24 Nick Clifton <nickc@cygnus.com>
11099
11100 * config.sub: Tidied up case statements.
11101
11102 1999-05-22 Ben Elliston <bje@cygnus.com>
11103
11104 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11105 <jiro@din.or.jp>.
11106
11107 * config.guess: Merge with FSF version. Future changes will be
11108 more accurately recorded in this ChangeLog.
11109 * config.sub: Likewise.
11110
11111 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11112
11113 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11114
11115 1999-04-30 Tom Tromey <tromey@cygnus.com>
11116
11117 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11118
11119 1999-04-23 Tom Tromey <tromey@cygnus.com>
11120
11121 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11122
11123 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
11124
11125 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11126 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11127 Bad merge removed these two changes.
11128
11129 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
11130 Martin Heller (Ing.-Buero_Heller@t-online.de)
11131
11132 * config.guess (interix Alpha): Add.
11133
11134 1999-04-11 Richard Henderson <rth@cygnus.com>
11135
11136 * configure.in (i?86-*-beos*): Do config gperf; don't config
11137 gdb, newlib, or libgloss.
11138
11139 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
11140
11141 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11142 link a trivial program with -mabi=64. If it fails, remove mabi=64
11143 from multidirs.
11144
11145 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11146
11147 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11148
11149 1999-04-08 Nick Clifton <nickc@cygnus.com>
11150
11151 * config.sub: Add support for mcore targets.
11152
11153 1999-04-07 Michael Meissner <meissner@cygnus.com>
11154
11155 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11156 not mt-ospace, in order to shut up assembler warning about using
11157 symbols that are named the same as registers.
11158
11159 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
11160
11161 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11162 dependency list for all-target-cygmon.
11163
11164 1999-04-05 Doug Evans <devans@casey.cygnus.com>
11165
11166 * config-ml.in: Check $host, not $target, for selective multilibs.
11167 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11168 thumb interworking, and underscore prefix multilibs.
11169
11170 1999-04-04 Ian Lance Taylor <ian@zembu.com>
11171
11172 * missing: Update to version from current automake.
11173
11174 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11175
11176 * configure (gxx_include_dir): Removed.
11177
11178 * configure.in (gxx_include_dir): Handle it.
11179 * Makefile.in: Likewise.
11180
11181 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11182
11183 * config.sub (mips64vr4111,mips64vr4111el) Add.
11184
11185 1999-03-21 Ben Elliston <bje@cygnus.com>
11186
11187 * config.guess: Correct typo for detecting ELF on FreeBSD.
11188
11189 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11190
11191 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11192 config/mh-djgpp.
11193
11194 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11195
11196 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11197 all-target-newlib to dependency list for all-target-bsp.
11198
11199 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11200
11201 * config.sub: Add i386-uwin support.
11202 * config.guess: Likewise.
11203
11204 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11205
11206 * configure.in: cleanup, add mh-*pic handling for arm, special
11207 case powerpc*-*-aix*
11208
11209 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11210
11211 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11212 can be built.
11213
11214 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11215
11216 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11217 targets.
11218
11219 1999-03-02 Nick Clifton <nickc@cygnus.com>
11220
11221 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11222
11223 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11224
11225 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11226
11227 1999-02-24 Nick Clifton <nickc@cygnus.com>
11228
11229 * config.sub: Fix typo in arm recognition.
11230
11231 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11232
11233 * configure.in (noconfigdirs): Changed target_configdirs to
11234 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11235 rather than m68k-*-* since it is not known to work on
11236 m68k-aout. Ditto for arm-*-*oabi.
11237
11238 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11239
11240 * configure.in (*-*-windows*): Remove, no longer used.
11241
11242 1999-02-19 Ben Elliston <bje@cygnus.com>
11243
11244 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11245 Smart and improved by Andrew Cagney.
11246
11247 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11248
11249 * config.guess: Recognize openbsd-*-hppa.
11250
11251 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11252
11253 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11254 only if it is not empty.
11255
11256 1999-02-17 Nick Clifton <nickc@cygnus.com>
11257
11258 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11259
11260 * config.guess: Modified to recognize uname's armv* syntax.
11261
11262 * config.sub: Modified to recognize uname's armv* syntax.
11263
11264 1999-02-17 Mark Salter <msalter@cygnus.com>
11265
11266 * configure.in: Added target-bsp for sparclite.
11267
11268 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11269
11270 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11271
11272 1999-02-08 Nick Clifton <nickc@cygnus.com>
11273
11274 * configure.in: Add support for strongarm port.
11275 * config.sub: Add support for strongarm target.
11276
11277 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11278
11279 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11280 the old name config/mh-cygwin32.
11281 Enable texinfo.
11282
11283 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11284
11285 * configure.in: Do build ld for ix86 Solaris.
11286
11287 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11288
11289 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11290 $AR_FOR_TARGET. Likewise for RANLIB.
11291
11292 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11293
11294 * config.sub (oabi): Recognize.
11295 * configure.in (arm-*-oabi): Handle.
11296
11297 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11298
11299 * config.guess: Improve detection of i686 on UnixWare 7.
11300
11301 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11302
11303 * config.guess: Add support for i386-pc-interix.
11304 * config.sub: Likewise.
11305 * configure.in: Likewise.
11306
11307 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11308
11309 * Makefile.in: Remove unneeded all-target-libio from
11310 from all-target-winsup target since it is now unneeded.
11311 Add all-target-libtermcap in its place since it is now
11312 needed.
11313
11314 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11315
11316 * configure.in: makefile stub for cygwin target is probably
11317 unnecessary. Remove it for now.
11318
11319 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11320
11321 * configure.in: libtermcap.a should be built when cygwin is the
11322 target as well as the host.
11323 * config.guess: Allow mixed case in cygwin uname output.
11324 * Makefile.in: Add libtermcap target.
11325
11326 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11327
11328 * config.sub: Clean up handling of hppa2.0.
11329
11330 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11331
11332 * config.guess: Use C code to identify more HP machines.
11333
11334 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11335
11336 * config.sub: Handle hppa2.0.
11337
11338 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11339
11340 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11341 cygmon for all sparclite targets, regardless of object format.
11342
11343 1998-12-15 Mark Salter <msalter@cygnus.com>
11344
11345 * configure.in: Added target-bsp for several target architectures.
11346
11347 * Makefile.in: Added rules for bsp.
11348
11349 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11350
11351 * config.guess: Improve detection of hppa2.0 processors.
11352
11353 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11354
11355 * config.guess: Recognize FreeBSD using ELF automatically.
11356
11357 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11358
11359 * configure (skip-this-dir): Add handling for new shell script, which
11360 might be created by a sub-directory's configure to indicate, this particular
11361 directory is "unwanted".
11362 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11363
11364 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11365
11366 * ltconfig: import from libtool, after changing libtool to
11367 account for the cygwin name change.
11368
11369 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11370
11371 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11372 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11373
11374 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11375
11376 * configure.in: Add libtermcap to list of cygwin dependencies.
11377
11378 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11379
11380 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11381 they include winsup/include when it's a cygwin target.
11382
11383 1998-11-12 Tom Tromey <tromey@cygnus.com>
11384
11385 * configure.in (host_tools): Added zip.
11386 * Makefile.in (all-target-libjava): Depend on all-zip.
11387 (all-zip): New target.
11388 (ALL_MODULES): Added all-zip.
11389 (NATIVE_CHECK_MODULES): Added check-zip.
11390 (INSTALL_MODULES): Added install-zip.
11391 (CLEAN_MODULES): Added clean-zip.
11392
11393 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11394
11395 * Makefile.in: lose "32" from comment about cygwin.
11396
11397 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11398
11399 * configure.in: Use -Os to build target libraries for the fr30.
11400
11401 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11402
11403 * config.sub: Add fr30.
11404
11405 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11406
11407 * configure.in: drop "32" from config/mh-cygwin32. Check
11408 cygwin* instead of cygwin32*.
11409 * config.sub: Check cygwin* instead of cygwin32*.
11410
11411 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11412
11413 * config.guess: Match any version of Unixware7.
11414
11415 1998-10-20 Syd Polk <spolk@cygnus.com>
11416
11417 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11418 if desired.
11419
11420 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11421
11422 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11423 these if the appropriate directories and files to not exist.
11424
11425 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11426
11427 * Makefile.in (DEVO_SUPPORT): Add config.if.
11428
11429 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11430
11431 * configure: Add pattern to replace "build_tooldir"'s
11432 definition in the generated Makefile with "tooldir"'s
11433 actual value.
11434
11435 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11436
11437 * config.sub: Bring back lost sparcv9.
11438
11439 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11440
11441 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11442
11443 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11444 CC_FOR_TARGET and friends.
11445
11446 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11447
11448 * Makefile.in (build_tooldir): New variable, same as tooldir.
11449 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11450 -B$(build_tooldir)/bin/.
11451 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11452
11453 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11454
11455 * README: Remove installation instructions and refer to the
11456 INSTALL directory instead.
11457
11458 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11459
11460 * config.sub: Add support for i[34567]86-pc-udk.
11461 * configure.in: Likewise.
11462
11463 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11464
11465 * Makefile.in: add bzip2 package building bits for user
11466 tools module
11467 * configure.in: ditto
11468
11469 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11470
11471 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11472 (ALL_TARGET_MODULES): Add all-target-libobjc.
11473 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11474 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11475 (all-target-libchill): Add dependencies.
11476 * configure.in (target_libs): Add libchill.
11477
11478 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11479
11480 * configure.in (target_subdir): Remove duplicate line.
11481
11482 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11483
11484 * Makefile.in (all-automake): fix dependencies.
11485
11486 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11487
11488 * configure.in: Minor cleanups for building in the $(target_alias)
11489 subdir.
11490
11491 1998-09-22 Jim Wilson <wilson@cygnus.com>
11492
11493 * Makefile.in (bootstrap): Set r and s before make all. Use
11494 BASE_FLAGS_TO_PASS in make all.
11495 (cross): Likewise.
11496
11497 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11498
11499 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11500
11501 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11502
11503 * config.sub: Fix typo in last change.
11504
11505 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11506
11507 * config.sub: Add support for C4x target.
11508 * configure.in: Likewise.
11509
11510 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11511
11512 * config.sub: Recognize sparcv9 just like sparc64.
11513
11514 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11515
11516 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11517
11518 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11519
11520 * config.guess: Correctly identify Pentium II sco boxes.
11521
11522 * config.guess: Fix "tr" code. From Weiwen Liu.
11523
11524 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11525
11526 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11527 stabs.
11528
11529 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11530
11531 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11532 (ALL_TARGET_MODULES): Add all-target-libchill.
11533 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11534 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11535 (all-target-libchill): Add dependencies.
11536 * configure.in (target_libs): Add libchill.
11537
11538 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11539
11540 * config.guess: Avoid assumptions about "tr" behaves when
11541 LANG is set to something other than English.
11542
11543 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11544
11545 * configure (gxx_include_dir): Changed to
11546 '${prefix}/include/g++'-${libstdcxx_interface}.
11547
11548 * config.if: New to determine the interfaces.
11549
11550 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11551
11552 * config.guess: Detect and handle MPE/IX.
11553 * config.sub: Deal with MPE/IX.
11554
11555 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11556
11557 * configure.in: Use mh-aix43.
11558
11559 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11560
11561 * configure: Fix --without/--disable cases for gxx-include-dir.
11562
11563 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11564
11565 * mdata-sh: Imported. Needed for automake support.
11566
11567 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11568
11569 * Makefile.in (taz): Try "chmod -R og=u ." before
11570 "chmod og=u `find . -print`".
11571
11572 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11573
11574 * configure.in: Add arm-elf and thumb-elf support.
11575
11576 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11577
11578 * Makefile.in: Undo previous patch.
11579
11580 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11581
11582 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11583 to here ...
11584 (install-no-fixedincludes): and here
11585 (INSTALL_MODULES): ... from here.
11586
11587 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11588
11589 * config.sub: Merge with FSF.
11590
11591 * config.guess: Merge with FSF.
11592
11593 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11594
11595 * configure (extraconfigdirs): New variable.
11596 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11597 * Makefile.in (all): Move higher in file.
11598 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11599 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11600 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11601 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11602 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11603
11604 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11605
11606 * Makefile.in (all-target-libjava): Depend on all-gcc and
11607 all-target-newlib.
11608 (configure-target-libjava): Depend on $(ALL_GCC).
11609
11610 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11611
11612 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11613 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11614
11615 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11616
11617 * INSTALL/README: Fix typo.
11618
11619 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11620
11621 * ylwrap: Change absolute path checks to check for DOS style path
11622 names.
11623
11624 * ylwrap: Don't use a full path name if the source file is in the
11625 same directory. From hjl@lucon.org (H.J. Lu).
11626
11627 * config-ml.in: Default to being verbose, to match Feb 18 change to
11628 configure.
11629
11630 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11631
11632 Brought over from egcs:
11633
11634 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11635
11636 * configure.in (target_subdir): Set to ${target_alias} instead
11637 of "libraries".
11638
11639 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11640
11641 * configure.in (target_subdir): Set to libraries if enable_multilib.
11642
11643 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11644
11645 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11646 multilibs, force reconfiguration the first time we create
11647 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11648
11649 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11650
11651 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11652 avoid confusion with --no-recursion.
11653
11654 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11655
11656 * configure.in: Win32 hosts shouldn't use install -x
11657 * install-sh: remove -x option, and special .exe-handling
11658 hack.
11659
11660 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11661
11662 * config.guess: Recognize i586-pc-beos.
11663 * configure.in: Don't build some bits for beos.
11664
11665 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11666
11667 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11668 CFLAGS default to -O2.
11669
11670 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11671 when using GNU ld.
11672
11673 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11674
11675 * ltmain.sh: Correct install when using a different shell.
11676
11677 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11678
11679 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11680
11681 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11682
11683 * makefile.vms: Update to build binutils/makefile.vms. Add install
11684 target.
11685
11686 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11687
11688 * ltconfig: Update to correct AIX handling.
11689
11690 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11691
11692 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11693
11694 * configure.in (target_subdir): Set to ${target_alias} instead
11695 of "libraries".
11696
11697 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11698
11699 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11700 (Makefile): Depend on $(gcc_version_trigger).
11701
11702 * configure (gcc_version): Change default initializer to empty
11703 string.
11704 (gcc_version_trigger): New variable; pass this variable down
11705 to subdir configures to enable them checking gcc's version
11706 themselves. Emit make macros for both gcc_version vars.
11707 (topsrcdir): Initialize reliably.
11708 (recursion line): Remove --with-gcc-version=${gcc_version}.
11709
11710 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11711
11712 * configure (enable_version_specific_runtime_libs): Implement new flag
11713 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11714 in $(libsubdir); emit definition in each generated Makefile.
11715 (gxx_include_dir): Initialize depending on
11716 $enable_version_specific_runtime_libs.
11717
11718 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11719
11720 * configure (gcc_version): Initialize properly depending on
11721 how and where configure is started.
11722 (recursion line): Pass a --with-gcc-version=${gcc_version}
11723 to configures in subdirs.
11724
11725 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11726
11727 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11728 cygmon
11729
11730 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11731
11732 * configure.in: Add cygmon and libstub support for mn10200.
11733
11734 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11735
11736 * configure (gcc_version): Add new variable describing the
11737 particular gcc version we're building.
11738 * Makefile.in (libsubdir): Add new macro for the directory
11739 in which the compiler finds executables, libraries, etc.
11740 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11741 and libsubdir.
11742
11743 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11744
11745 * Makefile.in (local-clean): Remove *.log.
11746 (warning.log): Built with warn_summary from build.log.
11747 (mail-report.log): Run test_summary.
11748 (mail-report-with-warnings.log): Run test_summary including
11749 warning.log in the report.
11750
11751 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11752
11753 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11754
11755 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11756
11757 * Makefile.in (grep): Grep no longer depends on libiberty.
11758
11759 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11760
11761 * Makefile.in: all-snavigator needs all-libgui.
11762
11763 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11764
11765 * configure.in: Add cygmon and libstub support for mn10300.
11766
11767 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11768
11769 * missing: Update to version from automake 1.3.
11770
11771 * ltmain.sh: On installation, don't get confused if the same name
11772 appears more than once in the list of library names.
11773
11774 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11775
11776 * config.sub: Accept m68060 and m5200 as CPU names.
11777
11778 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11779
11780 * configure: Use && rather than using -a in test, because odd
11781 strings can confuse test.
11782 * configure.in: Likewise.
11783
11784 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11785
11786 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11787
11788 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11789
11790 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11791 bootstrap4-lean): New targets.
11792
11793 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11794
11795 * mpw-* Delete. Not used.
11796
11797 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11798
11799 * COPYING.LIB: Update FSF address.
11800
11801 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11802
11803 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11804
11805 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11806 GAS_SUPPORT_DIRS.
11807
11808 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11809
11810 * ltconfig, ltmain.sh: Avoid producing a version number if
11811 -version-info was not used.
11812
11813 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11814
11815 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11816 building with newlib.
11817
11818 1998-04-30 Paul Eggert <eggert@twinsun.com>
11819
11820 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11821 Solaris `make' causes it to continue to next definition.
11822
11823 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11824
11825 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11826 the right GUI libraries and files are installed along with GDB.
11827
11828 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11829
11830 * configure.in: Change alpha to alpha* in several places.
11831
11832 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11833
11834 * config.sub: Recognize sparc86x.
11835
11836 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11837
11838 * configure.in (--enable-target-optspace): Remove debug echo.
11839
11840 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11841
11842 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11843
11844 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11845
11846 * ltconfig: Update cygwin32 support.
11847
11848 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11849 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11850 (GDB_SUPPORT_DIRS): Likewise.
11851
11852 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11853
11854 * configure.in (target_makefile_frag): If --enable-target-optspace,
11855 use -Os to compile target libraries rather than -O2. Default to
11856 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11857 not used.
11858 * configure.in (target_cflags): Ditto for d30v.
11859
11860 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11861
11862 * Makefile.in (all-bfd): Depend on all-intl.
11863 (all-binutils): Likewise.
11864 (all-gas): Likewise.
11865 (all-gprof): Likewise.
11866 (all-ld): Likewise.
11867
11868 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11869
11870 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11871
11872 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11873
11874 * Makefile.in (all-bfd): Depend upon all-libiberty.
11875
11876 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11877
11878 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11879
11880 * Makefile.in: Add libstub.
11881
11882 * configure.in: Ditto. Build libstub for targets that have cygmon
11883 support.
11884
11885 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11886
11887 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11888
11889 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11890
11891 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11892 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11893
11894 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11895
11896 * configure: Define DEFAULT_M4 by searching PATH.
11897 * Makfile.in: Use DEFAULT_M4.
11898
11899 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11900
11901 * ltconfig: Add cygwin32 support.
11902
11903 * Makefile.in, configure.in: Add libtool as a native only directory
11904 to configure and build.
11905
11906 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11907
11908 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11909
11910 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11911
11912 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11913
11914 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11915
11916 * Makefile.in: add ash make rules
11917 * configure.in: add ash to native_only and host_tools lists
11918
11919 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11920
11921 * Makefile.in (all-gettext, all-intl): New targets.
11922 (ALL_MODULES): Added all-gettext, all-intl.
11923 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11924 (INSTALL_MODULES): Added install-gettext, install-intl.
11925 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11926
11927 * configure.in (host_tools): Added gettext.
11928 (native_only): Likewise.
11929 (noconfigdirs) [various cases]: Likewise.
11930 (host_libs): Added intl.
11931
11932 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11933
11934 * configure: Do not disable building gdbtk for cygwin32 hosts.
11935
11936 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11937
11938 * configure.in: Add thumb-coff target.
11939 * config.sub: Add thumb-coff target.
11940
11941 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11942
11943 * Makefile.in: Revert yesterday's change.
11944 (all-target-winsup): all-target-librx stays out of here.
11945
11946 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11947
11948 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11949 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11950 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11951 Remove references to librx and libg++.
11952
11953 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11954
11955 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11956 recursive makes
11957
11958 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11959
11960 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11961 for newlib directory.
11962 (CXX_FOR_TARGET): Likewise.
11963
11964 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11965
11966 * ltconfig: Update after libtool/ltconfig.in change for
11967 hpux11.
11968
11969 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11970
11971 * ltconfig, ltmain.sh: Update to libtool 1.2.
11972
11973 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11974
11975 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11976 (install-gcc-cross): Instead, override LANGUAGES here.
11977
11978 1998-03-18 Dave Love <d.love@dl.ac.uk>
11979
11980 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11981 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11982
11983 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11984
11985 * configure.in: Add Thumb-pe target.
11986
11987 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11988
11989 * Makefile.in - changed sn targets to snavigator
11990 * configure.in - changed sn targets to snavigator
11991
11992 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11993
11994 * config-ml.in: After building symlink tree call make distclean
11995 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11996 to be the case for libiberty.
11997
11998 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11999
12000 * configure: When making link, also check the current
12001 directory. The configure scripts may create one.
12002
12003 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12004
12005 * config.sub: Accept alphapca56 and alphaev6 properly.
12006
12007 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12008
12009 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12010
12011 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12012
12013 * config.sub (sco5): Fix typo.
12014
12015 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12016
12017 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12018 install-itcl.
12019 (install-itcl): Remove dependency on install-tcl.
12020
12021 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12022
12023 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12024
12025 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12026
12027 * configure.in: Don't build libgui for a cygwin32 target when not on
12028 a cygwin32 host.
12029
12030 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12031
12032 * configure (redirect): Set to null, so default behavior of
12033 configure is now --verbose.
12034
12035 1998-02-16 Dave Love <d.love@dl.ac.uk>
12036
12037 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12038 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12039
12040 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12041
12042 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12043 this change to sync Makefile.in with its ChangeLog entries.
12044
12045 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12046
12047 * ltmain.sh (mkdir): Check that the directory doesn't exist
12048 before we exit with error, so that we don't get races during
12049 parallel builds.
12050
12051 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12052
12053 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12054
12055 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12056
12057 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12058 PICFLAG_FOR_TARGET.
12059 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12060
12061 * configure: Emit a definition for the new macro enable_shared
12062 into each Makefile.
12063
12064 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12065
12066 * configure.in (host_tools, native_only): Add libtool.
12067
12068 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12069
12070 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12071 Fix typo in ming config comment.
12072
12073 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12074
12075 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12076
12077 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12078
12079 * config.sub: Add tic30 cases, and map c30 to tic30.
12080
12081 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12082
12083 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12084 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12085 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12086 (CLEAN_TARGET_MODULES): Similarly
12087 (all-target-libf2c): Add dependences.
12088 * configure.in (target_libs): Add libf2c.
12089
12090 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12091
12092 * configure.in: Remove expect from noconfigdirs when target
12093 is cygwin32. OK to build expect and dejagnu with Canadian
12094 Cross.
12095
12096 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12097
12098 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12099 host.
12100
12101 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12102 and mingw32.
12103
12104 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12105
12106 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12107 here as it is not defined in the toplevel Makefile.
12108
12109 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12110
12111 * configure (package_makefile_rules_frag): New variable, which names
12112 a file with generic rules, ...
12113 Change comment to mention we now have FIVE parts.
12114 * configure: Undo last change.
12115
12116 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12117
12118 * config.guess: More accurate determination of HP processor types.
12119 * config.sub: More accurate determination of HP processor types.
12120
12121 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12122
12123 * configure (package_makefile_frag): Move inserting the
12124 ${package_makefile_frag} to where it should be according
12125 to the comment.
12126
12127 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12128
12129 * config.guess: Add support for Linux/ARM.
12130
12131 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12132
12133 * .cvsignore: Remove *-info and *-install since they match
12134 release-info and mpw-install, which we don't want to just ignore.
12135
12136 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12137
12138 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12139
12140 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12141
12142 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12143 local_prefix to sub-make invocations.
12144
12145 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12146
12147 * configure.in: Check makefile fragments in the source
12148 directory.
12149
12150 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12151
12152 * configure.in: Check whether host and target makefile
12153 fragments exist before adding them to *_makefile_frag.
12154
12155 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12156
12157 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12158
12159 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12160
12161 * configure.in: Make sure we only replace RPATH_ENVVAR on
12162 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12163 regexp to sed.
12164
12165 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12166 to sub-makes.
12167
12168 1998-01-13 Lee Iverson (leei@ai.sri.com)
12169
12170 * config-ml.in (multi-do): LDFLAGS must include multilib
12171 designator.
12172
12173 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
12174
12175 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12176
12177 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12178
12179 * config.sub: Add mingw32 support.
12180 * configure.in: Likewise.
12181
12182 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12183
12184 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12185
12186 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12187
12188 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12189 * configure (gxx_include_dir): Provide a definition for subdirs
12190 which do not use autoconf.
12191
12192 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12193
12194 * config.guess: Sync with egcs. Picks up new alpha support,
12195 BeOS & some additional linux support.
12196
12197 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12198
12199 * config.guess: HP 9000/803 is a PA1.1 machine.
12200
12201 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12202
12203 * configure.in: It's alpha*-...
12204
12205 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12206
12207 * configure.in (host_makefile_frag, target_makefile_frag):
12208 Handle multiple config files.
12209 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12210 alpha-*-*.
12211
12212 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12213
12214 * mkdep: New file.
12215
12216 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12217
12218 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12219
12220 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12221
12222 * Makefile.in: Add libgui directory.
12223 (GDB_TK): Add all-libgui.
12224 * configure.in: Add libgui directory.
12225 * configure: Add all-libgui to GDB_TK.
12226
12227 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12228
12229 * config-ml.in (multidirs): Add m32r to multilib list.
12230
12231 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12232
12233 * Makefile.in (all-target-gperf): Change dependency to
12234 all-target-libstdc++.
12235
12236 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12237
12238 * config.guess: Add BeOS support.
12239
12240 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12241
12242 Source directory cvs renamed to cvssrc:
12243 * configure.in (host_tools): Change cvs to cvssrc.
12244 (native_only): Likewise.
12245 (noconfigdirs) [various cases]: Likewise.
12246 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12247 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12248 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12249 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12250 (all-cvssrc): Rename target from all-cvs.
12251
12252 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12253
12254 * configure (gxx_include_dir): Fix thinko.
12255
12256 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12257
12258 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12259 (install-cross, install-gcc-cross): New targets.
12260
12261 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12262
12263 * configure.in (noconfigdirs): Add support for Thumb target.
12264
12265 * config.sub (maybe_os): Add support for Thumb target.
12266
12267 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12268
12269 * Makefile.in: Add rules for cygmon.
12270
12271 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12272
12273 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12274
12275 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12276 * configure (gxx_include_dir): Provide a definition for subdirs
12277 which do not use autoconf.
12278
12279 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12280
12281 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12282 11/18/97 build
12283
12284 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12285
12286 * From Franz Sirl.
12287 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12288 found on RedHat Linux systems.
12289
12290 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12291
12292 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12293 guesses.
12294
12295 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12296
12297 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12298
12299 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12300
12301 * ltmain.sh: If mkdir fails, check whether the directory was created
12302 anyhow by some other process.
12303
12304 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12305
12306 * configure.in (d30v-*-*): Configure all directories.
12307
12308 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12309
12310 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12311 for the D30V.
12312
12313 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12314
12315 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12316
12317 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12318
12319 * include/libiberty.h: Add extern "C" { so it can be used with C++
12320 progrms.
12321 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12322 programs.
12323
12324 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12325
12326 * configure.in (d30v-*-*): Configure GCC now.
12327
12328 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12329
12330 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12331 is no longer needed.
12332
12333 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12334
12335 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12336
12337 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12338
12339 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12340 targets using "$@" to provide support for similar but not identical
12341 targets without having to duplicate code.
12342
12343 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12344
12345 * makefile.vms: Fix to work with DEC C.
12346
12347 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12348
12349 * config.sub: Add mips-tx39-elf to marketing names.
12350
12351 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12352
12353 * ltmain.sh: Handle symlinks in generated script.
12354
12355 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12356
12357 * configure: Handle autoconf style directory options: --bindir,
12358 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12359 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12360 --sysconfdir.
12361 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12362 (sharedstatedir, localstatedir, oldincludedir): New variables.
12363 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12364 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12365 sbindir, sharedstatedir, and sysconfdir.
12366
12367 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12368
12369 * Makefile.in (bootstrap-lean): New target.
12370
12371 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12372
12373 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12374 sn, and gnuserv from noconfigdirs.
12375
12376 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12377
12378 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12379
12380 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12381
12382 * Makefile.in (cross): New target.
12383
12384 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12385 Jeff Law <law@cygnus.com>
12386
12387 * Makefile.in (bootstrap2, bootstrap3): New targets.
12388 (all-bootstrap): Remove outdated and confusing target.
12389 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12390
12391 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12392
12393 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12394 windows. Consistent with gdb/configure.
12395
12396 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12397
12398 * configure.in: Name Linux target fragment.
12399
12400 * configure: Rewrite so that project Makefile fragment is inserted
12401 first and appears last in the resulting Makefile.
12402
12403 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12404
12405 * Makefile.in (install-itcl): Install tcl first.
12406
12407 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12408
12409 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12410
12411 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12412
12413 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12414
12415 * configure.in (skipdirs): Add target-librx for Linux.
12416 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12417
12418 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12419
12420 * Makefile.in (bootstrap): New target.
12421
12422 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12423
12424 * config.sub: Accept 'amigados' for backward compatibility.
12425
12426 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12427
12428 * config.guess: Merge with FSF.
12429
12430 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12431
12432 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12433
12434 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12435
12436 * config.sub: Add "marketing-names" patch.
12437
12438 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12439
12440 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12441
12442 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12443
12444 * config.sub: Handle v850-elf.
12445
12446 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12447
12448 * .cvsignore (*-install): Remove.
12449
12450 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12451
12452 * ltconfig: Set CONFIG_SHELL in libtool.
12453 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12454
12455 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12456
12457 * configure.in (target_subdir): Set to libraries if enable_multilib.
12458
12459 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12460
12461 * config.guess: Update from gcc directory.
12462
12463 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12464
12465 * Makefile.in (all-sim): Depends on all-readline.
12466
12467 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12468
12469 * Makefile.in (BISON, YACC): Use $$s.
12470 (all-bison): Depend on all-texinfo.
12471
12472 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12473
12474 * Makefile.in (BISON): Add -L flag.
12475 (YACC): Likewise.
12476
12477 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12478
12479 * configure.in (noconfigdirs): Add support for v850e target.
12480
12481 * config.sub (maybe_os): Add support for v850e target.
12482
12483 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12484
12485 * configure.in (noconfigdirs): Add support for v850ea target.
12486
12487 * config.sub (maybe_os): Add support for v850ea target.
12488
12489 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12490
12491 * config.sub: Add mipstx39. Delete r3900.
12492
12493 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12494
12495 * Makefile.in (all-autoconf): Depends on all-texinfo.
12496
12497 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12498
12499 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12500 eabi targets.
12501
12502 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12503
12504 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12505
12506 * configure: When handling a Canadian Cross, handle YACC as well as
12507 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12508 * Makefile.in (all-bison): Depend upon all-texinfo.
12509
12510 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12511
12512 * Makefile.in (BISON): bison, not byacc or bison -y.
12513 (YACC): bison -y or byacc or yacc.
12514 (various): Add *-bison as appropriate.
12515 (taz): No need to mess with BISON anymore.
12516
12517 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12518
12519 * configure: If OSTYPE matches *win32*, try to find a good value for
12520 CONFIG_SHELL.
12521
12522 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12523
12524 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12525 configure.in if it is present.
12526
12527 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12528
12529 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12530
12531 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12532
12533 * config.sub: Recognize `arc' cpu.
12534 * configure.in: Likewise.
12535 * config-ml.in: Likewise.
12536
12537 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12538
12539 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12540
12541 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12542
12543 * configure: Changed sed delimiter from ':' to '|' when
12544 attempting to substitute ${config_shell} for SHELL. On
12545 NT ${config_shell} may contain a ':' in it.
12546
12547 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12548
12549 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12550
12551 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12552
12553 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12554
12555 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12556
12557 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12558
12559 * ylwrap: If the program is a relative path, force it to be
12560 absolute.
12561
12562 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12563
12564 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12565
12566 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12567
12568 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12569 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12570 for libraries.
12571
12572 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12573
12574 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12575 separated by spaces.
12576
12577 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12578
12579 * ylwrap: New file.
12580 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12581
12582 * ltmain.sh: Handle /bin/sh at start of install program.
12583
12584 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12585
12586 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12587 * missing: New file, from automake 1.2.
12588
12589 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12590
12591 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12592 check-tk to CHECK_X11_MODULES.
12593
12594 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12595
12596 * config.sub: Merge with FSF.
12597
12598 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12599
12600 * config.guess: Merge with FSF.
12601
12602 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12603
12604 * configure: Treat msdosdjgpp like go32.
12605 * configure.in: Likewise. Don't remove gprof for go32.
12606
12607 * configure: Change Makefile.tem2 to Makefile.tm2.
12608
12609 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12610
12611 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12612
12613 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12614
12615 * install-sh (chmodcmd): Set to null if the DST directory already
12616 exists. Same as Nov 11th change.
12617
12618 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12619
12620 * configure (GDB_TK): Needs itcl and tix.
12621
12622 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12623
12624 * config.guess: Update from FSF.
12625
12626 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12627
12628 * Makefile.in (GDB_TK): Depend on itcl and tix.
12629
12630 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12631
12632 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12633 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12634 (INSTALL_SCRIPT): New variable.
12635 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12636 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12637 to -x.
12638 * install-sh: Add support for -x option.
12639
12640 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12641
12642 * configure.in, Makefile.in: Treat tix like itcl.
12643
12644 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12645
12646 * Makefile.in (WINDRES): New variable.
12647 (WINDRES_FOR_TARGET): New variable.
12648 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12649 (EXTRA_HOST_FLAGS): Add WINDRES.
12650 (EXTRA_TARGET_FLAGS): Add WINDRES.
12651 (EXTRA_GCC_FLAGS): Add WINDRES.
12652 ($(DO_X)): Pass down WINDRES.
12653 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12654 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12655 DLLTOOL_FOR_TARGET.
12656
12657 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12658
12659 * configure.in: configure sim before gdb for win32-x-ppc
12660
12661 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12662
12663 Move gperf into the toplevel, from libg++.
12664 * configure.in (target_tools): Add target-gperf.
12665 (native_only): Add target-gperf.
12666 * Makefile.in (all-target-gperf): New target, depend on
12667 all-target-libg++.
12668 (configure-target-gperf): Empty rule.
12669 (ALL_TARGET_MODULES): Add all-target-gperf.
12670 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12671 (CHECK_TARGET_MODULES): Add check-target-gperf.
12672 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12673 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12674
12675 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12676
12677 * config.sub (mn10200): Recognize new basic machine.
12678
12679 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12680
12681 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12682 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12683
12684 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12685
12686 * configure.in: If we're building mips-sgi-irix6* native, turn on
12687 ENABLE_MULTILIB and set TARGET_SUBDIR.
12688
12689 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12690
12691 * Makefile.in (all-sn): Depend on all-grep.
12692
12693 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12694
12695 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12696
12697 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12698 Makefile. From Jeff Makey <jeff@cts.com>.
12699 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12700
12701 * Makefile.in (DISTBISONFILES): Remove.
12702 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12703 $(DEFAULT_YACC).
12704
12705 * configure.in: Build itl, db, sn, etc., when building for native
12706 cygwin32.
12707
12708 * Makefile.in (LD): New variable.
12709 (EXTRA_HOST_FLAGS): Pass down LD.
12710 ($(DO_X)): Likewise.
12711
12712 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12713
12714 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12715
12716 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12717
12718 * configure.in (targargs): Strip out any supplied --build argument
12719 before adding our own. Always add --build.
12720
12721 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12722
12723 * configure.in (targargs): Pass --build if we're doing
12724 a cross-compile.
12725
12726 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12727
12728 * configure: Use '|' instead of ":" as the separator in
12729 sed. Otherwise sed chokes on NT path names with drive
12730 designators. Also look for "?:*" as the leading characters in an
12731 absolute pathname.
12732
12733 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12734
12735 * config.sub: Support for r3900.
12736
12737 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12738
12739 * configure.in: Use install-sh, not install.sh.
12740
12741 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12742
12743 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12744 apply it twice.
12745
12746 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12747
12748 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12749 install-binutils.
12750
12751 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12752
12753 * Makefile.in: Add automake targets.
12754 * configure.in (host_tools): Add automake.
12755
12756 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12757
12758 * configure: Default CXX to c++, not gcc.
12759 * Makefile.in (CXX): Set to c++, not gcc.
12760 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12761
12762 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12763
12764 * install-sh: try appending a .exe if source file doesn't
12765 exist
12766
12767 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12768
12769 * configure.in: Turn on multilib by default.
12770 (cross_only): Remove target-libiberty.
12771
12772 * Makefile.in (all-gcc): Don't depend on libiberty.
12773
12774 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12775
12776 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12777
12778 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12779
12780 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12781 (DISTBISONFILES): Add ld/Makefile.in
12782
12783 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12784
12785 * configure.in: if target is cygwin32 but host isn't cygwin32,
12786 don't configure gdb tcl tk expect, not just gdb.
12787
12788 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12789
12790 * configure.in: Added gnuserv everywhere sn appears.
12791
12792 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12793 (CROSS_CHECK_MODULES): Added check-gnuserv.
12794 (INSTALL_MODULES): Added install-gnuserv.
12795 (CLEAN_MODULES): Added clean-gnuserv.
12796 (all-gnuserv): New target.
12797
12798 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12799
12800 * config.guess: Fixes for MIPS OpenBSD systems.
12801
12802 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12803
12804 * Makefile.in (INSTALL_XFORM): Remove.
12805 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12806
12807 * mkinstalldirs: New file, copied from automake.
12808 * Makefile.in (installdirs): Rename from install-dirs. Use
12809 mkinstalldirs. Change all users.
12810 (DEVO_SUPPORT): Add mkinstalldirs.
12811
12812 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12813
12814 * install-sh: Rename from install.sh.
12815 * Makefile.in (INSTALL): Change install.sh to install-sh.
12816 (DEVO_SUPPORT): Likewise.
12817
12818 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12819 Graichen <graichen@rzpd.de>.
12820
12821 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12822
12823 * config.guess: Recognize OpenBSD systems correctly.
12824
12825 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12826
12827 * README, Makefile.in (ETC_SUPPORT): Remove references to
12828 cfg-paper*, configure.{texi,man,info*}._
12829
12830 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12831
12832 * Makefile.in (all.normal): Ensure that gcc is built after all
12833 the x11 - ie gdb - targets.
12834
12835 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12836
12837 * makefile.vms: Don't run conf-a-gas.
12838
12839 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12840
12841 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12842
12843 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12844
12845 * configure.in: Remove noconfigdirs case since gdb also
12846 configures and builds for tic80-coff.
12847
12848 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12849
12850 * configure: Set cache_file to config.cache.
12851 * Makefile.in (local-distclean): Remove config.cache.
12852
12853 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12854
12855 * COPYING: Update FSF address.
12856
12857 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12858
12859 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12860 noconfigdirs.
12861
12862 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12863
12864 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12865 MAKEDIRS, is empty.
12866
12867 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12868
12869 * config.sub: Tweak mn10300 entry.
12870
12871 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12872
12873 * configure.in (host_tools): Put sim before gdb, so gdb's
12874 configure.tgt can determine if the simulator was configured.
12875
12876 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12877
12878 * config.sub: Move BeOS $os case to be with other Cygnus
12879 local cases.
12880
12881 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12882
12883 * config.sub: Remove misplaced comment that broke Linux.
12884
12885 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12886
12887 * config.sub: Add BeOS support.
12888
12889 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12890
12891 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12892
12893 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12894
12895 * configure.in (noconfigdirs): Remove tcl and tk from
12896 noconfigdirs for cygwin32 builds.
12897
12898 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12899
12900 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12901
12902 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12903
12904 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12905 make-all.com, use makefile.vms instead.
12906
12907 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12908
12909 * config.sub: Accept -lnews*.
12910
12911 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12912
12913 * configure.in (noconfigdirs): Disable target-newlib,
12914 target-examples and target-libiberty for d30v.
12915
12916 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12917
12918 * configure.in (noconfigdirs): Enable ld for d30v.
12919
12920 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12921
12922 * configure.in (tic80-*-*): Build compiler.
12923
12924 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12925
12926 * configure.in (d30v-*): Remove sim directory from list of
12927 unsupported d30v directories
12928
12929 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12930
12931 * config.sub, configure.in: Add d30v target cpu.
12932
12933 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12934
12935 * makefile.vms: New file.
12936 * make-all.com: Remove.
12937
12938 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12939
12940 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12941
12942 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12943
12944 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12945
12946 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12947
12948 * Makefile.in (ALL_MODULES): Added all-db.
12949 (CROSS_CHECK_MODULES): Addec check-db.
12950 (INSTALL_MODULES): Added install-db.
12951 (CLEAN_MODULES): Added clean-db.
12952
12953 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12954
12955 * config.guess: Merge with latest FSF sources.
12956
12957 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12958
12959 * Makefile.in (ALL_MODULES): Added all-itcl.
12960 (CROSS_CHECK_MODULES): Added check-itcl.
12961 (INSTALL_MODULES): Added install-itcl.
12962 (CLEAN_MODULES): Added clean-itcl.
12963
12964 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12965
12966 * configure.in: build gdb for mn10200
12967
12968 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12969
12970 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12971
12972 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12973
12974 * configure.in (tic80-*-*): Turn off most targets right now.
12975
12976 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12977
12978 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12979 rather than the makeinfo program.
12980 (do-info): Depend upon all-texinfo.
12981
12982 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12983
12984 * configure.in: Remove uses of config/mh-linux.
12985
12986 * config.sub, config.guess: Merge with latest FSF sources.
12987
12988 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12989
12990 * config.sub (case $basic_machine): Add tic80 entries.
12991
12992 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12993
12994 * config.sub, config.guess: Merge with latest FSF sources.
12995
12996 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12997
12998 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12999 * mpw-config.in: Test for NewFolderRecursive.
13000 * mpw-install: Use symbolic name for startup filename.
13001 * mpw-README: Add various additional details.
13002
13003 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13004
13005 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13006
13007 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13008
13009 * configure.in: Do build gcc and the target libraries for
13010 the mn10200.
13011
13012 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13013
13014 * configure.in: don't avoid building gdb for mn10300 any more
13015 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13016 instead of single-quoting it.
13017
13018 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13019
13020 * configure.in: Don't use --with-stabs on IRIX 6.
13021
13022 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13023
13024 * configure.in (m32r): Build gdb, libg++ now.
13025
13026 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13027
13028 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13029 directories from noconfigdirs.
13030
13031 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13032
13033 * config.sub (basic_machine): added mips16 configuration
13034
13035 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13036
13037 * config.sub: Handle d10v-unknown.
13038
13039 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13040
13041 * config.sub: Handle v850-unknown.
13042
13043 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13044
13045 * Makefile.in: add findutils
13046 * configure.in: add findutils to list of host_tools
13047
13048 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13049
13050 * config.sub: Handle mn10200 and mn10300.
13051
13052 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13053
13054 * configure.in (d10v-*): Do not build librx.
13055
13056 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13057
13058 * configure.in (mn10300): Build everything except gdb & libgloss.
13059
13060 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13061
13062 * config.guess: Patch for Dansk Data Elektronik servers,
13063 from Niels Skou Olsen <nso@dde.dk>.
13064
13065 For ncr, use /bin/uname rather than uname, since GNU uname does not
13066 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13067
13068 Patch for MIPS R4000 running System V,
13069 from Eric S. Raymond <esr@snark.thyrsus.com>.
13070
13071 Fix thinko for nextstep.
13072
13073 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13074
13075 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13076 * config.guess: Guess mips-dec-mach_bsd4.3.
13077
13078 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13079 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13080 release numbers.
13081 * config.guess (mips-mips-riscos*): Emit just enough of the
13082 release number.
13083
13084 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13085 * config.guess (sparc-auspex-sunos*): Added.
13086 (f300-fujitsu-*): Added.
13087
13088 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13089 * config.guess: Recognize a Tadpole as a sparc.
13090
13091 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13092
13093 * config.guess: Don't assume that NextStep version is either 2 or
13094 3. NextStep 4 (aka OpenStep 4) has come out now.
13095
13096 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13097
13098 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13099 From Rik Faith <faith@cs.unc.edu>.
13100
13101 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13102
13103 * config.sub: Contributions from bug-gnu-utils to:
13104 Support plain "hppa" (no version given) architecture, reported by
13105 OpenStep.
13106 OpenBSD like NetBSD.
13107 LynxOs is not a hardware supplier.
13108
13109 * config.guess: Contributions from bug-gnu-utils to add support for:
13110 OpenBSD like NetBSD.
13111 Stratus systems.
13112 More Pyramid systems.
13113 i[n>4]86 Intel chips.
13114 M680[n>4]0 Motorola chips.
13115 Use unknown instead of lynx for hardware manufacturer.
13116
13117 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13118
13119 * install.sh (chmodcmd): Set to null if the DST directory already
13120 exists.
13121
13122 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13123
13124 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13125 not use mt-ppc target Makefile fragment any more.
13126
13127 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13128
13129 * configure.in (*-*-windows): Exclude everything but those dirs
13130 needed to build windows.
13131
13132 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13133
13134 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13135
13136 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13137
13138 * configure.in: Exclude mmalloc from i386-windows.
13139
13140 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13141
13142 * Undo my previous change.
13143
13144 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13145
13146 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13147 unconditionally.
13148 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13149
13150 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13151
13152 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13153 host to add it's own flags.
13154
13155 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13156
13157 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13158
13159 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13160
13161 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13162 (CXX_FOR_TARGET): Likewise.
13163 (GCC_FOR_TARGET): Define.
13164 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13165 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13166 CC_FOR_TARGET was specified on the command line.
13167 (MAKEOVERRIDES): Don't define.
13168
13169 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13170
13171 * configure.in (m32r): Fix spelling of libg++ libs.
13172
13173 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13174
13175 * config.sub (-apple*): Remove, now redundant.
13176
13177 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13178
13179 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13180
13181 * configure: Rework yesterday's sed script patch.
13182
13183 * config.sub: Merge with FSF.
13184
13185 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13186
13187 * config.guess: Merge from FSF.
13188
13189 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13190 * config.guess: Use pc instead of unknown, for pc clone systems.
13191 Change linux to linux-gnu.
13192
13193 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13194 * config.guess: Avoid non-portable tr syntax.
13195
13196 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13197
13198 * test-build.mk (HOLES): Add "xargs" for gdb.
13199
13200 * configure: Avoid hpux10.20 sed bug.
13201
13202 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13203
13204 * configure.in: Add support for windows host
13205 (that is a build done under the Microsoft build environment).
13206
13207 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13208
13209 * Makefile.in: Replace all uses of srcroot with s, to shrink
13210 command line lengths.
13211
13212 Patches from Geoffrey Noer <noer@cygnus.com>:
13213 * configure.in: If configuring for newlib, pass --with-newlib to
13214 subdirectories.
13215 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13216 -Bnewlib/ and -Lwinsup to gcc.
13217 (CXX_FOR_TARGET): Likewise.
13218
13219 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13220
13221 * Makefile.in (ETC_SUPPORT): Add configure.
13222
13223 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13224
13225 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13226 host configuration file.
13227
13228 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13229
13230 * configure.in: Break mn10x00 support into separate
13231 mn10200 and mn10300 configurations.
13232 * config.sub: Likewise.
13233
13234 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13235
13236 * configure.in: Add lots of stuff to noconfigdirs for
13237 the mn10x00 targets.
13238
13239 * config.sub, configure.in: Add mn10x00 support.
13240
13241 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13242
13243 * make-all.com: Call conf-a-gas, not config-a-gas.
13244
13245 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13246
13247 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13248 targets.
13249
13250 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13251
13252 * mpw-README: Add much more detail for native PowerMac.
13253 * mpw-install: New file.
13254 * mpw-configure: Add --norecursion and --help options.
13255 * mpw-config.in: Translate readme and install files when
13256 copying to objdir.
13257 * mpw-build.in: Don't always depend on byacc and flex.
13258 (install-only-top): New action.
13259
13260 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13261
13262 * configure.in: You can now configure GDB for the v850.
13263
13264 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13265
13266 * configure.in (noconfigdirs): Don't configure any C++ dirs
13267 if targeting D10V.
13268
13269 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13270
13271 * config.sub: Recognize mips64vr5000.
13272
13273 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13274
13275 * configure.in: Use a single line for host_tools and native_only.
13276
13277 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13278
13279 * config.sub, configure.in: Add entries for m32r.
13280
13281 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13282
13283 * Makefile.in (inet-install): Don't run install-gzip.
13284
13285 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13286
13287 * configure.in: Don't config lots of things for *-*-windows*.
13288
13289 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13290
13291 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13292 (host_libs, host_tools): Copy from configure.in.
13293 * mpw-configure: Don't complain about directories not found.
13294
13295 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13296
13297 * configure.in (i[345]86): Recognize i686 for pentium pro.
13298 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13299 file.
13300
13301 * config.guess (i[345]86): Ditto.
13302
13303 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13304
13305 * configure.in (noconfigdirs): Removed gdb for D10V.
13306
13307 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13308
13309 * configure.in: Remove ld, target-libio, target-libg++, and
13310 target-libstdc++ from noconfigdirs.
13311
13312 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13313
13314 * configure: Fix three locations where shell scripts were
13315 being run directly rather than with config_shell.
13316
13317 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13318
13319 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13320 * config.sub (basic_machine): Recognize v850.
13321
13322 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13323
13324 * mpw-configure: Handle multiple enable/disable options and
13325 pass them down recursively, handle -c and -s flags appropriately
13326 depending on choice of compiler, add escape mechanism for
13327 quoted arguments to gC.
13328
13329 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13330
13331 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13332 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13333 so that -mrelocatable-lib and -mno-eabi are used.
13334
13335 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13336 not support --print-multi-lib, don't abort.
13337
13338 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13339
13340 * make-all.com: Run config-a-gas.
13341 * setup.com: Don't copy subdirectory files around.
13342
13343 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13344
13345 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13346 target, it now compiles correctly.
13347
13348 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13349
13350 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13351
13352 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13353
13354 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13355
13356 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13357
13358 * configure.in (native_only): Add prms.
13359
13360 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13361
13362 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13363 (BINUTILS_SUPPORT_DIRS): Likewise.
13364
13365 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13366
13367 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13368 d10v support is added.
13369
13370 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13371
13372 * configure.in (d10v-*-*): New target.
13373
13374 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13375
13376 * config.guess (HP 9000/811): Recognize this as a PA1.1
13377 machine.
13378
13379 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13380
13381 * Makefile.in (do-tar-gz): New target, split out from tail end of
13382 taz target. Run each command separately, don't use pipes.
13383 (taz): Use it.
13384
13385 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13386
13387 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13388 * mpw-build.in: No builds should depend on building byacc or flex,
13389 they are assumed to be installed already.
13390
13391 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13392
13393 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13394 variable that CC_FOR_TARGET needs.
13395
13396 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13397
13398 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13399 options have changed since the last time the subdirectory was
13400 configured, and if it has, reconfigure.
13401 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13402 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13403
13404 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13405
13406 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13407 CLEAN_MODULES): Add bash.
13408 (all-bash): New target.
13409
13410 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13411
13412 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13413
13414 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13415
13416 * config.sub (basic_machine): Recognize d10v as a valid processor.
13417
13418 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13419
13420 * mpw-configure: Add support for --bindir.
13421 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13422
13423 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13424
13425 * configure.in: add bash, time, gawk to list of hosttools and things
13426 to only build for native toolchains
13427
13428 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13429
13430 * Makefile.in (docdir): Remove.
13431
13432 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13433
13434 * Makefile.in (datadir): Set to $(prefix)/share.
13435
13436 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13437
13438 * configure.in: build diff and patch for cygwin32-hosted
13439 toolchains.
13440
13441 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13442
13443 * config.sub: Accept -rtems*.
13444
13445 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13446
13447 * configure.in: enable dosrel for cygwin32-hosted builds,
13448 remove diff from the list of things not buildable
13449 via Canadian Cross
13450
13451 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13452
13453 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13454 don't get ". ".
13455
13456 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13457
13458 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13459
13460 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13461
13462 * Makefile.in (taz): Handle case where tex3patch didn't even get
13463 checked out. Also, if it was found, put the symlink in a new util
13464 subdirectory.
13465
13466 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13467
13468 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13469
13470 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13471
13472 * config.sub: Recognize -openvms.
13473 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13474 * make-all.com, setup.com: New files.
13475
13476 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13477
13478 * Makefile.in (taz): tex3patch moved to texinfo/util.
13479
13480 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13481
13482 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13483 * configure.in: remove make from disable-if-Can-Cross list
13484 enable gdb if ${host} and ${target} are cygwin32
13485
13486 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13487
13488 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13489 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13490
13491 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13492
13493 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13494 distinguish sysv/svr4/bsd variants.
13495 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13496
13497 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13498
13499 * configure.in: Added copyright notice.
13500 * move-if-change: Added copyright notice.
13501
13502 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13503
13504 * configure.in (powerpcle-*-solaris*): Until we get shared
13505 libraries working, don't build gdb, sim, make, tcl, tk, or
13506 expect.
13507
13508 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13509
13510 * config.guess: Merge with FSF:
13511
13512 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13513 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13514
13515 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13516 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13517
13518 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13519 * config.guess: Combine two OSF1 rules.
13520 Also recognize field test versions. From mjr@zk3.dec.com.
13521 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13522 because GNU uname does not support -p. From pmr@pajato.com.
13523
13524 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13525
13526 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13527
13528 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13529
13530 * mpw-README: Document GCCIncludes.
13531
13532 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13533
13534 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13535
13536 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13537
13538 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13539
13540 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13541
13542 * configure.in (*-*-cygwin32): Configure make.
13543
13544 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13545
13546 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13547
13548 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13549
13550 * Makefile.in (all-inet): Depend on all-perl.
13551
13552 * Makefile.in (inet-install): New target.
13553
13554 * Makefile.in (all-inet): Depend on all-tcl.
13555 (all-inet): Depend on all-send-pr.
13556
13557 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13558
13559 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13560 temporarily.
13561
13562 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13563
13564 * configure.in: Don't configure --with-gnu-ld on AIX.
13565
13566 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13567
13568 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13569
13570 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13571
13572 * Makefile.in (ALL_MODULES): Added all-inet.
13573 (CROSS_CHECK_MODULES): Added check-inet.
13574 (INSTALL_MODULES): Added install-inet.
13575 (CLEAN_MODULES): Added clean-inet.
13576 (all-indent): New target.
13577
13578 * configure.in (host_tools): Added inet.
13579 (native_only): Added inet.
13580 (noconfigdirs): Added inet.
13581
13582 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13583
13584 * configure.in: Don't configure libgloss if we are not configuring
13585 newlib.
13586
13587 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13588
13589 * configure.in: Don't configure libgloss for unsupported
13590 architectures.
13591
13592 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13593
13594 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13595
13596 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13597
13598 * Makefile.in (ALL_MODULES): Include all-apache.
13599 (CROSS_CHECK_MODULES): Include check-apache.
13600 (INSTALL_MODULES): Include install-apache.
13601 (all-apache): New target.
13602
13603 * configure.in: Added apache everywhere perl is seen.
13604
13605 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13606
13607 * Makefile.in: Add support for clean-{module} and
13608 clean-target-{module} rules.
13609
13610 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13611
13612 * configure.in (*-*-ose) do not build libgloss.
13613
13614 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13615
13616 * config.guess (prep*:SunOS:5.*:*): Turn into
13617 powerpele-unknown-solaris2.
13618
13619 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13620
13621 * configure.in: Permit --enable-shared to specify a list of
13622 directories.
13623
13624 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13625
13626 * configure.in (host==solaris): Pass only the first word of $CC
13627 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13628
13629 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13630
13631 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13632
13633 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13634
13635 * Makefile.in (ALL_MODULES): Include all-perl.
13636 (CROSS_CHECK_MODULES): Include check-perl.
13637 (INSTALL_MODULES): Include install-perl.
13638 (ALL_X11_MODULES): Include all-guile.
13639 (CHECK_X11_MODULES): Include check-guile.
13640 (INSTALL_X11_MODULES): Include install-guile.
13641 (all-perl): New target.
13642 (all-guile): New target.
13643
13644 * configure.in (host_tools): Include perl and guile.
13645 (native_only): Include perl and guile.
13646 (noconfigdirs): Don't build guile and perl; no ports have been
13647 done.
13648
13649 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13650
13651 * configure (--enable-*): Handle quoted option lists such as
13652 --enable-sim-cflags='-g0 -O' better.
13653
13654 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13655
13656 * Makefile.in ({,inst}all-target): New rule so we can make and
13657 install all of the target directories easily.
13658
13659 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13660
13661 * configure.in: Add missing global flag in sed substitution when
13662 deleting `target-' from ${configdirs}.
13663
13664 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13665
13666 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13667 option.
13668
13669 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13670 config/mh-necv4.
13671
13672 * install.sh: Correct misspelling of transformbasename.
13673
13674 * config.guess: Recognize mips-*-sysv*.
13675
13676 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13677
13678 * config.sub: Recognize mon960.
13679
13680 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13681
13682 * configure: Restore Canadian Cross handling of BISON and LEX,
13683 removed in Feb 20 change.
13684
13685 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13686
13687 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13688 Mention make install. Remove the old copyright date as well the
13689 clumsy and rather pointless copyright on the README file.
13690
13691 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13692
13693 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13694 Makefile after running symlink-tree, then run `make distclean' to
13695 avoid clobbering any generated files in srcdir.
13696
13697 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13698
13699 * configure.in (m68k-*-netbsd*): Build everything now.
13700
13701 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13702
13703 * Makefile.in (taz): Fix quoting.
13704
13705 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13706
13707 * configure.in (sparclet-*-*): Build everything now.
13708
13709 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13710
13711 * configure.in (m68k-*-linux*): New host.
13712
13713 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13714
13715 * configure: Check for bison before byacc.
13716
13717 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13718
13719 * Makefile.in configure: Change the way LEX and BISON/YACC are
13720 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13721 searching PATH. These are used as fallbacks by Makefile.in if
13722 flex/bison/byacc aren't in objdir.
13723
13724 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13725
13726 * Makefile.in: Make everything which depends upon all-bfd also
13727 depend upon all-opcodes, in case --with-commonbfdlib is used.
13728
13729 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13730
13731 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13732 building NT native compilers on Unix.
13733
13734 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13735
13736 * configure.in: Don't get CC from the host Makefile fragment if we
13737 can find gcc in PATH, or if this is a Canadian Cross. Move the
13738 Solaris test for /usr/ucb/cc to the post target script, just after
13739 the compiler sanity test.
13740
13741 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13742
13743 * config.sub: Merge with FSF.
13744
13745 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13746
13747 * Makefile.in (RPATH_ENVVAR): New variable.
13748 (REALLY_SET_LIB_PATH): Use it.
13749 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13750
13751 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13752
13753 * config.sub, configure.in: Recognize sparclet cpu.
13754
13755 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13756
13757 * config.guess: Support m68k-cbm-sysv4.
13758
13759 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13760
13761 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13762 m68k-unknown-linuxaout from linker help string. Put quotes around
13763 $ld_help_string.
13764
13765 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13766
13767 * config.guess (powerpc-harris-powerunix): Add guess for port
13768 to new target.
13769
13770 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13771
13772 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13773
13774 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13775
13776 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13777 $(REALLY_SET_LIB_PATH) in Makefile.
13778 * Makefile.in (SET_LIB_PATH): New variable.
13779 (REALLY_SET_LIB_PATH): New variable.
13780 ($(DO_X)): Use $(SET_LIB_PATH).
13781 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13782 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13783 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13784 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13785 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13786 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13787 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13788 (install-dosrel): Likewise.
13789 (all-opcodes): Depend upon all-libiberty.
13790
13791 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13792
13793 * config.guess (*:CYGWIN*): New
13794
13795 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13796
13797 * Makefile.in (all-target-winsup): All all-target-libiberty.
13798
13799 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13800
13801 * configure.in (noconfigdirs): Add missing # in front of comment.
13802
13803 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13804
13805 * configure.in: add second pass to things added to noconfigdirs
13806 so *-gm-magic can exclude libgloss properly.
13807
13808 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13809
13810 * mpw-configure (extralibs_name, rez_name): Set correctly
13811 for MWC68K compiler.
13812
13813 * mpw-README: Add more info on the necessary build tools.
13814
13815 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13816
13817 * configure.in, config.sub: Recognize cygwin32.
13818
13819 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13820
13821 * config.guess, config.sub: Recognize A/UX.
13822
13823 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13824
13825 * config.sub: Merge with gcc/config.sub.
13826
13827 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13828
13829 * mpw-build.in (do-binutils): Add build of stamps.
13830
13831 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13832
13833 * config.sub: Add recognition for mips64vr4100*-* targets.
13834
13835 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13836
13837 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13838 Add creation of gconfigargs with `--enable-shared' turned on.
13839 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13840 ($(host)-stamp-stage3-configured): Likewise.
13841 (HOLES): Add chatr and ldd.
13842 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13843
13844 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13845
13846 * configure: Pass --nfp to recursive configures.
13847
13848 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13849
13850 * Makefile.in (DLLTOOL): New.
13851 (DLLTOOL_FOR_TARGET): New.
13852 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13853 (EXTRA_TARGET_FLAGS): Ditto.
13854 (EXTRA_GCC_FLAGS): Ditto.
13855 (CONFIGURE_TARGET_MODULES): Ditto.
13856 (DO_X): Ditto.
13857 * configure: Add DLLTOOL.
13858
13859 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13860
13861 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13862 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13863 mh-sco, since old workarounds no longer needed, and don't
13864 build ld, since libraries have weak symbols in COFF.
13865
13866 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13867
13868 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13869
13870 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13871
13872 * configure.in: Make sure that ${CC} can be used to compile an
13873 executable.
13874
13875 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13876
13877 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13878 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13879 nothing depending on whether gdbtk is being built.
13880
13881 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13882
13883 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13884
13885 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13886
13887 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13888 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13889
13890 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13891
13892 * config-ml.in: Add support for
13893 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13894 Simplify setting of multidirs from --disable-foo.
13895
13896 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13897
13898 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13899 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13900 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13901 non-empty, pass them on to the GCC make.
13902 (all-bootstrap): New rule that is like all-gcc, except it executes
13903 the GCC bootstrap rule instead of the GCC all rule.
13904
13905 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13906
13907 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13908
13909 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13910
13911 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13912 DG/UX support.
13913
13914 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13915
13916 * config.sub (i*86*) Change [345] to [3456]
13917
13918 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13919
13920 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13921 --with-gnu-ld=no.
13922
13923 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13924
13925 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13926 AIX multilibs get built.
13927
13928 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13929
13930 * configure.in (i386-win32): Don't build expect if we're not
13931 building the tcl subdir.
13932
13933 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13934
13935 * Makefile.in: (configure-target-examples, all-target-examples):
13936 New targets, configure and build example programs.
13937
13938 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13939
13940 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13941 use it as input to sedit the generated MPW makefile.
13942 * mpw-README: Add a suggestion about Gestalt.h.
13943
13944 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13945
13946 * config.sub: Accept *-*-ieee*.
13947
13948 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13949
13950 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13951 Ronald F. Guilmette <rfg@monkeys.com>.
13952
13953 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13954
13955 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13956 for powerpc-pe native.
13957 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13958 (target==powerpc-pe): duplicate i386-win32 entry.
13959
13960 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13961
13962 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13963 of vxworks, not just vxworks5.1.
13964
13965 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13966
13967 * mpw-configure: Add support for exec-prefix.
13968
13969 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13970
13971 * config.guess: Recognize HP model 816 machines as having
13972 a PA1.1 processor.
13973
13974 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13975
13976 * configure: Ignore new autoconf configure options.
13977
13978 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13979
13980 * config.guess: Recognize Pentium under SCO.
13981 From Robert Lipe <robertl@arnet.com>.
13982
13983 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13984
13985 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13986
13987 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13988
13989 * configure.in: Don't configure gas for alpha-dec-osf*.
13990
13991 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13992
13993 * configure.in: Default to --with-stabs for some targets for which
13994 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13995 i[345]86*-*-unixware*.
13996
13997 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13998
13999 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14000 rather than basing it on the target. Simplify handling of options
14001 controlling which directories to configure. Remove extraneous
14002 slash in multi-clean target.
14003
14004 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14005
14006 * config-ml.in: Prefix more variables with ml_ so they don't collide
14007 with configure's.
14008
14009 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14010
14011 * configure: Don't turn -v into --v.
14012
14013 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14014
14015 * configure.in (targargs): Fix typo.
14016
14017 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14018
14019 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14020
14021 * configure.in: Strip --host and --target options from
14022 CONFIG_ARGUMENTS, and always configure for --host only. Add
14023 --with-cross-host option when building with a cross-compiler.
14024 * configure: Canonicalize the arguments put into config.status by
14025 always using `=' for an option with an argument. Pass a presumed
14026 --host or --target explicitly.
14027
14028 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14029
14030 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14031 into general OS recognition case.
14032
14033 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14034
14035 * configure.in (target_configdirs): add target-winsup only
14036 for win32 target systems.
14037
14038 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14039
14040 * Makefile.in (all-target-libgloss): Depend upon
14041 configure-target-newlib, since when libgloss is built it looks to
14042 see if the newlib directory exists.
14043
14044 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14045
14046 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14047 cfg-ml-*.in.
14048
14049 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14050
14051 * configure: Handle LD and LD_FOR_TARGET when configuring a
14052 Canadian Cross.
14053
14054 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14055
14056 * configure.in (target_libs): add target-winsup.
14057 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14058 (target==ppcle-pe): remove ld from $noconfigdirs.
14059
14060 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14061
14062 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14063 Preserve relative path names in $srcdir. Build symlink tree if
14064 configuring cross target dir and srcdir=. (= no VPATH support).
14065 (configure-target-libg++): Depend on configure-target-librx.
14066 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14067 * config-ml.in: New file.
14068 * symlink-tree: New file.
14069 * configure: Ensure srcdir="." if that's what it is.
14070
14071 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14072
14073 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14074 includes and FLEX_SKELETON setting.
14075 * mpw-configure (--with-gnu-ld): New option, controls whether
14076 to use PPCLink or ld with PowerMac GCC.
14077 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14078 * mpw-config.in: Configure grez if targeting Mac.
14079
14080 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14081 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14082 just macos.
14083 * configure.in: Configure grez resource compiler if targeting Mac.
14084 * Makefile.in (all-grez, install-grez): New targets.
14085
14086 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14087
14088 * configure: CXX defaults to gcc, not g++. If we find
14089 gcc in the path, set CC to gcc -O2.
14090
14091 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14092
14093 * configure: Default ${build} correctly. Avoid picking up extra
14094 spaces when reading CC and CXX from Makefile. When doing a
14095 Canadian Cross, use plausible default values for numerous
14096 variables.
14097 * configure.in: When doing a Canadian Cross, don't try to
14098 configure tools whose configure script can't handle it.
14099
14100 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14101
14102 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14103
14104 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14105
14106 * configure: Remove dubious bug reporting address.
14107
14108 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14109
14110 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14111 configure script, run that instead of this directory's configure.
14112 In either case, print a message that we're configuring the sub-dir.
14113
14114 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14115
14116 * configure.in: Before checking for the existence of various files,
14117 use sed to filter out "target-".
14118
14119 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14120
14121 * Makefile.in (DO_X): Split rule to decrease command line length
14122 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14123 (Philippe De Muyter).
14124
14125 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14126
14127 * Makefile.in (all-patch): depend on all-libiberty.
14128
14129 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14130
14131 * configure.in: If the only directory in target_configdirs which
14132 actually exists is libiberty, then set target_configdirs to empty,
14133 to avoid trying to build a target libiberty in a gas or gdb
14134 distribution.
14135
14136 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14137
14138 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14139 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14140 systems.
14141
14142 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14143
14144 * configure.in (copy_dirs): Use sys-include instead of include
14145 for --with-headers option.
14146
14147 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14148
14149 * Makefile.in, configure.in: Make winsup builds work with
14150 new scheme.
14151
14152 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14153
14154 * configure.in: Build the linker on AIX.
14155
14156 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14157
14158 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14159 where needed.
14160
14161 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14162
14163 * Makefile.in (all-gcc): Fix typo.
14164
14165 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14166
14167 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14168
14169 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14170
14171 * configure.in: Rename libFOO to target-libFOO, and xiberty
14172 to target-xiberty, to provide more flexibility.
14173 (target_subdir): Define. Create if cross.
14174 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14175 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14176 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14177 check-libFOO -> check-target-libFOO, etc.
14178 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14179 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14180 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14181 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14182 allow ALL_GCC="" to only configure.
14183 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14184 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14185 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14186
14187 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14188
14189 * Makefile.in (taz): Build "info" in etc explicitly.
14190
14191 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14192
14193 * configure.in: Make sure that CC is undefined (as opposed to
14194 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14195 problem with autoconf trying to configure on a host without GCC.
14196
14197 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14198
14199 * mpw-configure: Set host alias from choice of host compiler,
14200 only use generic MPW Makefile sed if present, edit a file
14201 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14202 * mpw-README: Add problem notes about CW6 and CW7.
14203
14204 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14205
14206 * Makefile.in (taz): Use ";" instead of ";;".
14207
14208 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14209
14210 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14211 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14212 DISTDOCDIRS.
14213 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14214 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14215
14216 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14217
14218 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14219 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14220 Move bfd to DISTSTUFFDIRS.
14221
14222 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14223
14224 * Makefile.in (X11_LIB): Removed.
14225 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14226
14227 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14228
14229 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14230
14231 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14232 names.
14233
14234 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14235
14236 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14237
14238 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14239
14240 * configure.in (i[345]86-*-win32): Always build newlib.
14241 Don't configure cvs, autoconf or texinfo.
14242 * Makefile.in (LD_FOR_TARGET): New.
14243 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14244 Pass down LD_FOR_TARGET.
14245
14246 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14247
14248 * winsup: New directory.
14249 * Makefile.in: Build winsup.
14250 * configure.in: Winsup is configured when target is win32.
14251 Can only build win32 target GDB when native.
14252
14253 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14254
14255 * config.guess: Recognize HP model 819 machines as having
14256 a PA 1.1 processor.
14257
14258 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14259
14260 * configure: Fix sed loop which substitutes for CC and CXX to
14261 avoid bug found in various sed implementations.
14262
14263 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14264
14265 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14266 simulator. Use standard powerpc-*-eabi*.
14267
14268 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14269
14270 * configure.in: Stop putting gas and binutils in noconfigdirs for
14271 powerpc-*-aix* and rs6000-*-*.
14272
14273 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14274
14275 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14276 -mcall-aixdesc libraries.
14277
14278 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14279
14280 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14281
14282 * config.sub (arm | armel | armeb): Fix shell syntax.
14283
14284 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14285
14286 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14287 -msoft-float and -mcpu=common support.
14288 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14289 libraries.
14290
14291 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14292
14293 * configure.in: Allow configuration and build of emacs19 for the alpha.
14294
14295 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14296
14297 * configure.in (CC): Get ^CC, not just any old CC, from
14298 ${host_makefile_frag}.
14299
14300 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14301
14302 * configure.in (CC): Try to get CC from
14303 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14304
14305 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14306
14307 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14308 only if it exists in $(srcdir).
14309
14310 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14311
14312 * configure: If CC and CXX are not set in the environment, set
14313 them, based on either an existing Makefile or on searching for gcc
14314 in PATH. Substitute for CC and CXX in Makefile.
14315 * configure.in: Remove libm from target_libs. Separate
14316 target_configdirs from configdirs. If CC is not set in
14317 environment, try to get it from a host Makefile fragment. Rewrite
14318 changes of configdirs to use skipdirs instead. A few minor
14319 tweaks. Take directories out of target_configdirs as they are
14320 taken out of configdirs. Remove existing Makefile files from
14321 subdirectories. Substitute for TARGET_CONFIGDIRS and
14322 CONFIG_ARGUMENTS in Makefile.
14323 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14324 by configure.in.
14325 (CONFIG_ARGUMENTS): Likewise.
14326 (CONFIGURE_TARGET_MODULES): New variable.
14327 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14328 ($(CONFIGURE_TARGET_MODULES)): New target.
14329 (configure-libg++, configure-libio): New targets.
14330 (all-libg++): Depend upon configure-libg++.
14331 (all-libio): Depend upon configure-libio.
14332 (configure-libgloss, all-libgloss): New targets.
14333 (configure-libstdc++): New target.
14334 (all-libstdc++): Depend upon configure-libstdc++.
14335 (configure-librx, all-librx): New targets.
14336 (configure-newlib): New target.
14337 (all-newlib): Depend upon configure-newlib
14338 (configure-xiberty): New target.
14339 (all-xiberty): Depend upon configure-xiberty.
14340
14341 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14342
14343 * configure.in (host i[345]86-*-win32): Expand the
14344 noconfigdirs again.
14345
14346 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14347
14348 * mpw-configure: Fix sed command file name.
14349
14350 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14351
14352 * configure.in (host i[345]86-*-win32): Reduce the
14353 noconfigdirs again.
14354
14355 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14356
14357 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14358 or powerpc*-*-pe*, since they are not yet supported.
14359
14360 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14361
14362 Add PowerMac support and many other enhancements.
14363 * mpw-configure: New option --cc to select compiler to use,
14364 paste options set according to --cc into the generated
14365 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14366 if mpw-make.sed is present.
14367 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14368 add forward includes for PowerPC include files.
14369 * mpw-build.in: Build using Makefile.PPC if present.
14370 (do-byacc, etc): Remove separate version resource builds.
14371 (do-gas): Build "stamps" before "all".
14372 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14373 * mpw-README: Update to reflect --cc option, PowerMac support,
14374 and recently-reported compatibility problems.
14375
14376 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14377
14378 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14379 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14380 (--with-multilib-top): Pass to recursive invocations.
14381
14382 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14383
14384 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14385 v810-*-*.
14386
14387 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14388
14389 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14390 gdb, ld and opcodes on v810-*-*.
14391
14392 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14393
14394 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14395 (local-maintainer-clean): New target.
14396 (maintainer-clean): New target.
14397 (realclean): Just depend upon maintainer-clean.
14398
14399 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14400
14401 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14402
14403 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14404
14405 * configure.in: Build ld in mips*-*-bsd* case.
14406
14407 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14408
14409 * config.sub: Accept -lites* OS. From Ian Dall.
14410
14411 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14412
14413 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14414 targets.
14415
14416 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14417
14418 * configure.in: treat i386-win32 canadian cross the same as
14419 i386-go32 canadian cross.
14420
14421 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14422
14423 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14424 running under the simulator to build a reduced set of libraries.
14425 (powerpc-*-eabiaix): Add fine grained multilib support added to
14426 other powerpc targets yesterday.
14427
14428 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14429
14430 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14431 -disable-softfloat, -disable-relocatable, -disable-aix, and
14432 -disable-sysv to control which multilib libraries get built.
14433
14434 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14435
14436 * configure: Add Makefile.tem to list of files to remove in trap
14437 handler.
14438
14439 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14440
14441 * config.guess (*Linux*): Add missing "exit"s.
14442 Also, need specific check for alpha-unknown-linux (uses COFF).
14443
14444 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14445
14446 * config.guess: Merge with FSF:
14447
14448 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14449 * config.guess (AIX4): More robust release numbering discovery.
14450
14451 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14452 * config.guess (i386-sequent-ptx): Properly get version number.
14453
14454 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14455 * config.guess (mips:*:4*:UMIPS): New case.
14456
14457 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14458
14459 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14460 (i386-win32 host): Likewise. Don't build readline.
14461
14462 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14463
14464 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14465 SUPPORT_FILES to submakes.
14466
14467 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14468
14469 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14470 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14471 mpw-configure.
14472
14473 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14474
14475 * configure.in (appdirs): Use =, not ==, in test expression when
14476 trying to build the text to print in the warning message for
14477 Solaris users.
14478
14479 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14480
14481 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14482
14483 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14484
14485 * config.guess: Recognize lynx-2.3.
14486
14487 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14488
14489 * config.sub (z8ksim): Deleted
14490 (z8k-*-coff): New, this is the one true name of the target.
14491
14492 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14493
14494 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14495
14496 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14497
14498 * config.guess (*:Linux:*:*): First try asking the linker what the
14499 default object file format is (elf, aout, or coff). Then if this
14500 fails, try previous methods.
14501
14502 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14503
14504 * configure.in: Don't build newlib for *-*-vxworks5.1.
14505
14506 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14507
14508 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14509 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14510
14511 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14512
14513 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14514
14515 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14516
14517 * cfg-ml-com.in: New file.
14518 * cfg-ml-pos.in: New file.
14519
14520 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14521
14522 * COPYING.NEWLIB: Add HP free copyright to list.
14523
14524 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14525
14526 * config.sub: Recognize -eabi* for the system, not just -eabi.
14527
14528 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14529
14530 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14531 * config.sub, configure.in (win32): New target and host.
14532
14533 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14534
14535 * configure.in: Add i386-pe configuration.
14536
14537 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14538
14539 * mpw-build.in (install): Install GDB after LD.
14540
14541 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14542
14543 * mpw-config.in (elf/mips.h): Always forward-include, needed
14544 for GDB to build.
14545
14546 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14547
14548 * testsuite: New directory for customer acceptance and whole tool
14549 chain tests.
14550
14551 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14552
14553 * configure: If per-host line isn't found, but AC_OUTPUT is found
14554 and a configure script exists, run it instead.
14555
14556 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14557
14558 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14559
14560 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14561
14562 * configure: Set build_{cpu,vendor,os,alias} to host values when
14563 --build isn't specified.
14564
14565 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14566
14567 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14568 (FLAGS_TO_PASS): Pass them.
14569 (EXTRA_TARGET_FLAGS): Ditto.
14570
14571 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14572
14573 * Makefile.in (all-libg++): Depend on all-libstdc++.
14574
14575 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14576
14577 * configure.in (noconfigdirs): Enable all packages for
14578 i386-unknown-netbsd.
14579
14580 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14581
14582 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14583 hosted builds (DOS builds)
14584
14585 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14586
14587 Changes for ARM based on patches from Richard Earnshaw:
14588 * config.sub: Handle armeb and armel.
14589 * configure.in: Omit arm linker only for riscix.
14590
14591 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14592
14593 * config.guess: Update from FSF.
14594
14595 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14596
14597 * config.sub: Recognize powerpcle as the little endian variant of
14598 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14599 powerpcle variant. Convert pentium into i586, not i486. Add p5
14600 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14601 temporarily.
14602
14603 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14604
14605 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14606
14607 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14608
14609 * config.sub: Accept -lites* as a basic system type.
14610
14611 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14612
14613 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14614 installed, and if so return linuxoldld as the system name.
14615
14616 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14617
14618 * config.guess: Add hppa1.1-hp-lites support.
14619
14620 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14621
14622 * configure.in: Don't build newlib for m68k-vxworks5.1.
14623
14624 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14625
14626 * configure.in (mips-sgi-irix6): Use mh-irix5.
14627
14628 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14629
14630 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14631
14632 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14633
14634 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14635 OSF/1. Fix compiler flags.
14636 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14637
14638 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14639
14640 * configure.in: Recognize --with-newlib.
14641 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14642
14643 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14644
14645 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14646 to *_X11_MODULES due to gdbtk needing X include files et al.
14647
14648 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14649
14650 Merge in support for Mac MPW as a host.
14651 (Old change descriptions retained for informational value.)
14652
14653 * mpw-config.in: Add generic include forwards for cpu-specific
14654 include files in aout and elf directories.
14655
14656 * mpw-configure: Added copyright.
14657 * mpw-config.in: Check for presence of required build tools.
14658 (target_libs): Add newlib.
14659 (target_tools): Add examples.
14660 (Read Me): Generate as "Read Me for MPW" instead.
14661 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14662 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14663 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14664
14665 * mpw-configure: Remove subdir-specific makefile hackery,
14666 delete mk.tmp after using it.
14667
14668 * mpw-build.in (all): Display start and end times.
14669
14670 * mpw-configure (host_canonical): Set.
14671 (target_cpu): Always add to makefiles.
14672 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14673 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14674 (mpw-mh-mpw): Look for in srcdir and srcroot.
14675 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14676
14677 * mpw-build.in: (install-only): New target.
14678
14679 * mpw-configure (host_alias, target_alias): Rename from hostalias
14680 and targetalias, add into generated Makefile.
14681 (mk.tmp): If present, add into generated Makefile.
14682 * mpw-build.in (all-gas): Build config.h first before gas proper.
14683
14684 * mpw-configure (config.status): Write only if changed.
14685 * mpw-config.in (readline): Configure it (not built, just used for
14686 definitions).
14687
14688 * mpw-config.in (elf/mips.h): Add a forward include.
14689
14690 * mpw-config.in: Forward-include most .h files in include into
14691 extra-include.
14692 (readline): Don't build.
14693 mpw-build.in (install): Install GDB.
14694
14695 * mpw-configure (prefix, mpw_prefix): Handle it.
14696 * mpw-config.in (mmalloc, readline): Don't configure.
14697 * mpw-build.in (thisscript): Rename to ThisScript.
14698 Use mpw-build instead of BuildProgram everywhere.
14699 (mmalloc, readline): Don't build.
14700 * mpw-README: New file, basic documentation about the MPW port.
14701
14702 * mpw-config.in: Use forward-include to create include files.
14703
14704 * mpw-configure: Add more things to the top of each configured
14705 Makefile, including contents of config/mpw-mh-mpw.
14706 * mpw-config.in (extra-include): Create this directory and fill it
14707 with Posix-like include files when configuring.
14708
14709 * config.sub (apple, mac, mpw): Add various aliases.
14710
14711 * mpw-build.in: New file, top-level build script fragment for MPW.
14712 * mpw-configure: New file, configure script for MPW.
14713 * mpw-config.in: New file, config fragment for MPW.
14714
14715 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14716
14717 * configure.in (host_libs): Remove glob, since it is gone from the
14718 sources.
14719
14720 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14721
14722 * Makefile.in: define empty GDB_NLM_DEPS var.
14723
14724 * configure.in(target_makefile_frag): use config/mt-netware
14725 for netware targets.
14726
14727 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14728
14729 * config.sub: Merge in recent FSF changes. Remove linux special
14730 cases.
14731
14732 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14733
14734 Revert this change:
14735
14736 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14737
14738 * build-all.mk: Use CC=cc -Xs on Solaris.
14739
14740 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14741
14742 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14743 stop using it.
14744 * Makefile.in: Nuke all references to glob subdirectory.
14745
14746 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14747
14748 * configure.in: Fix --enable-shared logic in per-host.
14749
14750 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14751
14752 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14753
14754 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14755
14756 * configure.in (noconfigdirs): Don't build gas on AIX, for
14757 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14758
14759 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14760
14761 * configure: Fix --cache-file to work if the file argument is a
14762 relative path.
14763
14764 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14765
14766 * configure: If the --cache-file is used, pass it down to
14767 configure in subdirectories.
14768
14769 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14770
14771 * config.sub: add vxworks29k configuration.
14772
14773 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14774
14775 * Makefile.in (taz): Do "diststuff" part quietly.
14776
14777 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14778
14779 * config.sub: Mini-merge with gcc/config.sub.
14780
14781 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14782
14783 * config.guess (IRIX): Sed - to _.
14784
14785 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14786
14787 * Makefile.in (source-vault, binary-vault): New targets.
14788
14789 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14790
14791 * config.sub: Recognize -eabi as a basic system type.
14792
14793 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14794
14795 * configure.in (enable_shared stuff): Fix typo.
14796
14797 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14798
14799 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14800
14801 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14802
14803 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14804
14805 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14806
14807 * configure.in (rs6000-*-*): Don't build gas.
14808
14809 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14810
14811 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14812 reduce command line length.
14813 (AS_FOR_TARGET): Check for as.new, not Makefile.
14814 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14815
14816 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14817
14818 * config.guess: Merge from FSF.
14819
14820 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14821
14822 * configure: Don't use $ when handling program_suffix.
14823
14824 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14825
14826 * configure.in: Configure tk for hppa/hpux.
14827
14828 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14829
14830 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14831
14832 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14833
14834 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14835 to LIBCXXFLAGS. Tests are better run without it.
14836
14837 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14838
14839 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14840
14841 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14842
14843 * configure.in (*-*-netware*): Don't configure xiberty.
14844
14845 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14846
14847 * configure.in: Remove tk from native_only list.
14848
14849 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14850
14851 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14852 for special NCD build.
14853
14854 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14855
14856 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14857 makeall.bat, they're only useful for binutils snapshots.
14858 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14859 makeall.bat to specified SUPPORT_FILES.
14860
14861 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14862
14863 * build-all.mk: Add Ericsson targets to sun4 and solaris
14864 hosts. Add BNR's sun4 target to solaris host, so their
14865 build-from-source will be tested in-house first.
14866
14867 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14868
14869 * Makefile.in (LIBCFLAGS): New variable.
14870 (CFLAGS_FOR_TARGET): Ditto.
14871 (LIBCFLAGS_FOR_TARGET): Ditto.
14872 (LIBCXXFLAGS): Ditto.
14873 (CXXFLAGS_FOR_TARGET): Ditto.
14874 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14875 (BASE_FLAGS_TO_PASS): Pass them.
14876 (EXTRA_TARGET_FLAGS): Ditto.
14877
14878 * configure.in: Support --enable-shared.
14879
14880 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14881
14882 * configure.in (target_libs): Include libstdc++ again.
14883 * config.guess: Update from FSF (for FreeBSD).
14884
14885 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14886
14887 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14888 makeall.bat.
14889 (DISTDOCDIRS): Add `etc'.
14890 (ETC_SUPPORT_PFX): New variable.
14891 (taz): Include anything from etc starting with a word in
14892 ETC_SUPPORT_PFX.
14893
14894 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14895
14896 * config.sub: Update for recent FSF changes. Remove obsolete
14897 h8300hds entry. Add -windows* and -osx as basic os. Minor
14898 spacing changes.
14899
14900 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14901
14902 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14903
14904 * config.guess: Merge with FSF.
14905 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14906
14907 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14908
14909 * configure: Since the "trap 0" handler will override the exit
14910 status on many systems, only use it for "exit 1", and make it set
14911 a non-zero exit status; reset it before "exit 0". Also, check
14912 exit status of config.sub, and error out if it failed.
14913
14914 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14915
14916 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14917 and install libgloss.
14918
14919 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14920
14921 * Makefile.in (all-binutils): Depend upon all-byacc.
14922
14923 * configure.in: Don't build emacs on Irix 5.
14924
14925 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14926
14927 * configure.in (*-*-netware*): Add libio.
14928
14929 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14930
14931 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14932 (CHECK_TARGET_MODULES): Ditto.
14933 (INSTALL_TARGET_MODULES): Ditto.
14934 (TARGET_LIBS): Ditto.
14935 (all-libstdc++): Note dependencies.
14936
14937 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14938
14939 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14940
14941 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14942
14943 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14944 -fexternal-templates.
14945
14946 * configure.in (target_libs): Add libstdc++.
14947 (noconfigdirs): Add libstdc++ as appropriate.
14948
14949 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14950
14951 * config.guess: Update from FSF.
14952
14953 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14954
14955 * configure: Use ${config_shell} when running ${configsub}.
14956
14957 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14958
14959 * config.sub: No longer recognize h8300h.
14960
14961 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14962
14963 * config.sub: Remove extraneous differences between config.sub and
14964 gcc/config.sub.
14965
14966 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14967
14968 * Makefile.in (DISTSTUFFDIRS): Add gas.
14969
14970 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14971
14972 * COPYING.NEWLIB: New file.
14973
14974 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14975
14976 * config.guess (HP-UX): Patch from Harlan Stenn
14977 <harlan@landmark.com> to also emit release level.
14978
14979 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14980
14981 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14982
14983 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14984
14985 * config.sub: Merge nextstep cleanup from FSF.
14986
14987 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14988
14989 * configure.in (arm-*-*): Don't configure ld for this target.
14990
14991 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14992
14993 * configure.in (*-*-netware): don't configure libg++, libio,
14994 librx, or newlib.
14995
14996 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14997
14998 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14999 configure ld--it works, but it doesn't support shared libraries.
15000
15001 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15002
15003 * config.guess (*-unknown-freebsd*): Get rid of possible
15004 trailing "(Release)" in version string.
15005 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15006
15007 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15008
15009 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15010 Fix type: *-next-neststep -> *-next-nextstep.
15011
15012 * config.guess: Merge from FSF:
15013
15014 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15015
15016 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15017
15018 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15019
15020 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15021 instead of UNIX_SV for UnixWare 1.0).
15022
15023 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15024
15025 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15026 to make gdb/nlm/* build after the compiler and linker.
15027
15028 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15029
15030 * config.guess (netbsd, freebsd, linux): Accept any machine,
15031 not just i[34]86.
15032 (m68k-atari-sysv4): Relocate to match FSF version.
15033
15034 * config.guess: More merges from the FSF:
15035
15036 Add a space before function call or macro invocation.
15037
15038 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15039
15040 * config.guess: Add trap cmd to remove dummy.c and dummy when
15041 interrupted.
15042
15043 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15044
15045 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15046 (dummy): Redirect stderr from compilation of dummy.c.
15047
15048 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15049
15050 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15051
15052 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15053
15054 * configure: Accept and ignore --cache*, for compatibility with
15055 new autoconf.
15056
15057 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15058
15059 * config.guess: Merge from FSF:
15060
15061 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15062
15063 * config.guess (Pyramid*:OSx*:*:*): New case.
15064 (PATH): Add /.attbin at end for finding uname.
15065 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15066
15067 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15068
15069 * config.guess (M88*:DolphinOS:*:*): New case.
15070
15071 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15072
15073 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15074 to select whether to use ELF or COFF.
15075
15076 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15077
15078 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15079
15080 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15081
15082 * config.guess: Guess the OS version for HPUX.
15083
15084 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15085
15086 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15087
15088 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15089
15090 * configure.in: Recognize --with-headers, --with-libs, and
15091 --without-newlib.
15092 * Makefile.in (all-xiberty): Depend upon all-ld.
15093
15094 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15095
15096 * configure.in: Change i[34]86 to i[345]86.
15097
15098 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15099
15100 * configure (version): A few more tweaks to help message.
15101
15102 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15103
15104 * Makefile.in: Remove (for now) librx as a host library,
15105 now that we're building it for target.
15106
15107 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15108
15109 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15110 (Karl Berry).
15111
15112 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15113
15114 * configure.in: Also configure librx.
15115
15116 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15117
15118 * Makefile.in: Update various rules to reflect that librx
15119 is now needed for libg++.
15120
15121 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15122
15123 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15124
15125 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15126
15127 * configure.in: Configure the examples directory.
15128
15129 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15130
15131 * configure: Simplify Jun 2 1994 change.
15132
15133 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15134
15135 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15136 /bin/gcc isn't good enough to build gcc.
15137
15138 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15139
15140 * Makefile.in (GDB_SUPPORT_FILES): Remove
15141 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15142 (gdb.tar.gz): Add new rule to use standard distribution building
15143 mechanism.
15144
15145 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15146
15147 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15148 Bill Cox <bill@cygnus.com>.
15149
15150 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15151
15152 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15153
15154 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15155
15156 * configure: Search current dir first in .gdbinit.
15157
15158 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15159
15160 * config.sub: Recognize freebsd (merged from gcc config.sub).
15161
15162 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15163
15164 * config.sub: Refer to NeXT's operating system as nextstep.
15165
15166 * config.sub (case $basic_machine): Re-order the cases, to match
15167 the order in the FSF version (which is mostly alphabethical).
15168 Merge in some additions and changes from the FSF.
15169
15170 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15171
15172 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15173 * config.sub: Recognize cxux7.
15174 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15175
15176 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15177
15178 * config.sub: Fix typo powerpc -> powerpc-*.
15179
15180 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15181
15182 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15183
15184 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15185 parallel with all-emacs and install-emacs). Top-level command
15186 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15187
15188 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15189
15190 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15191 $(relbindir)/make before doing ``make install'', and use
15192 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15193 installing over running make binary.
15194 ($(host)-stamp-stage3-installed): Likewise.
15195
15196 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15197
15198 * config.guess: Recognize Mach.
15199
15200 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15201
15202 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15203 see whether --exec-prefix was used.
15204
15205 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15206
15207 * README: Explicitly mention libg++/README. (Zoo's idea.)
15208
15209 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15210
15211 * Makefile.in: Add all-librx target similar to all-libproc.
15212
15213 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15214
15215 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15216 with post 1.2 uname bogosity.
15217
15218 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15219
15220 * configure: Remove temporary files on receipt of a signal.
15221
15222 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15223
15224 * configure: If there is a package_makefile_frag, remove
15225 ${subdir}/Makefile.tem after copying it in.
15226
15227 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15228
15229 * build_all.mk: support rs6000 lynx identifies itself as
15230 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15231 since /bin/gcc is too feeble to compile a modern gcc.
15232
15233 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15234
15235 * brought devo/test-build.mk update-to-date with progressive/
15236 test-build.mk. Add lynx targets and hppa flag info.
15237
15238 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15239
15240 * configure.in: Use mh-ncrsvr43. Patch from
15241 Tom McConnell <tmcconne@sedona.intel.com>.
15242
15243 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15244
15245 * config.guess (i386-unknown-bsdi): No longer need to
15246 check #if defined(__bsdi__) && defined(__i386__).
15247
15248 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15249
15250 * configure: Set program_transform_nameoption correctly.
15251
15252 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15253
15254 * brought build-all.mk update-to-date with progressive build-all.mk,
15255 added new targets and hppa info.
15256
15257 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15258
15259 * configure: If config.guess result is a prefix of the user
15260 specified target, assume a native build and use the user specified
15261 target as the host alias. Remove SunOS patch suffix removal hack.
15262 * configure.in: Remove SunOS patch suffix removal hack.
15263
15264 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15265 in NATIVE_CHECK_MODULES.
15266
15267 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15268
15269 * Makefile.in: Rename HOST_ONLY to NATIVE.
15270 * configure: Delete SunOs patch suffix from host_canonical
15271 and build_canonical variables that are prepended to Makefiles.
15272 * configure.in: Add comments for easier maintenance.
15273
15274 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15275
15276 * Makefile.in: Add all-libproc target similar to all-gui.
15277
15278 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15279
15280 * Makefile.in (CHECK_MODULES): split into
15281 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15282
15283 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15284
15285 * config.guess (i386-unknown-bsdi): New system to guess.
15286
15287 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15288
15289 * Makefile.in: Add all-gui target (but not yet build by "all").
15290
15291 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15292
15293 * config.sub: Move deletion of patch suffix from here...
15294 * configure.in: To here, at Ian's suggestion. The top-
15295 level scripts might need to know of a patch level.
15296
15297 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15298
15299 * config.sub: Strip off patch suffix so rtl is recognized
15300 as a sunos4.1.3 machine, even though it's been patched.
15301
15302 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15303
15304 * Makefile.in (INSTALL_LAST): Delete.
15305 (INSTALL_DOSREL): New.
15306
15307 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15308
15309 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15310 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15311 whether we pass down --with-gnu-ld anyhow.
15312
15313 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15314
15315 * Makefile.in (INSTALL_LAST): Change operation so it works
15316 on more flavors of make.
15317 * configure.in (go32): Don't build libg++ or libio.
15318
15319 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15320
15321 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15322 they can be overriden by templates.
15323
15324 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15325
15326 * configure.in (target==go32): Don't build gdb.
15327 * dosrel: New directory.
15328
15329 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15330
15331 * configure.in (host==go32): Configure dosrel too.
15332 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15333 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15334 be set by incoming names or templates.
15335 (INSTALL_LAST): New rule.
15336
15337 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15338
15339 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15340
15341 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15342
15343 * configure.in (appdirs): New variable. Currently empty, but will
15344 be used in gas distribution. If nonempty, lists a set of
15345 directories at least one of which must get configured, or top
15346 level configuration is considered to have failed.
15347 (rs6000-*-lynxos*): Use new file name.
15348
15349 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15350
15351 Eliminate XTRAFLAGS.
15352 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15353 newlib include files using -idirafter, and also use -nostdinc.
15354 (CXX_FOR_TARGET): Likewise.
15355 (XTRAFLAGS): Removed.
15356 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15357 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15358 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15359 ($(DO_X)): Don't pass down XTRAFLAGS.
15360
15361 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15362
15363 * configure.in (mips*-dec-bsd*): New target; do build linker.
15364 (mips*-*-bsd*): New target; don't build linker.
15365
15366 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15367
15368 * configure.in: support rs6000-*-lynxos* configuration.
15369 support sunos4 as a cross target.
15370
15371 * config.sub: look for lynx*, not lynx since the OS version may
15372 legitimately be part of the name.
15373
15374 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15375
15376 * configure.in (i[34]86-*-sco*): Move to be with other i386
15377 targets.
15378 (romp-*-*): New target. Skip various binary utilities.
15379 (vax-*-*): New target. Don't build newlib.
15380 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15381
15382 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15383
15384 * configure.in: Only set host_makefile_frag if config
15385 directory exists.
15386
15387 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15388
15389 * install.sh: If $dstdir exists, don't check whether each
15390 component does.
15391
15392 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15393
15394 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15395
15396 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15397
15398 * configure.in (*-*-lynxos*): Don't configure newlib for either
15399 native or cross Lynx.
15400
15401 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15402
15403 * config.sub (sparc64-elf): Fix os.
15404 (z8k): Remove duplicate.
15405
15406 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15407
15408 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15409 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15410
15411 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15412
15413 * configure: Make file links cleanly even if Lynx fails on
15414 an NFS symlink (at least fail cleanly).
15415
15416 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15417
15418 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15419 -XNh2000.
15420
15421 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15422
15423 * configure: Unknown options are fatal again.
15424
15425 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15426
15427 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15428 compatibility.
15429
15430 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15431
15432 * build-all.mk: Add `clean' target.
15433
15434 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15435
15436 * config.guess: Add SINIX support.
15437 * configure.in: Add mips-*-sysv4* support.
15438
15439 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15440
15441 * build-all.mk: Document all useful targets.
15442 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15443 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15444
15445 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15446
15447 * configure: Support --silent, --quiet.
15448
15449 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15450
15451 * configure: Support --disable-FEATURE.
15452
15453 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15454
15455 * config.guess: Recognize NCR running SVR4.3.
15456
15457 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15458
15459 * config.guess: Make BSDI generate i386-unknown-bsd386.
15460 Patch from Paul Eggert <eggert@twinsun.com>.
15461
15462 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15463
15464 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15465
15466 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15467
15468 * configure: Make unrecognized options give nonfatal warnings
15469 instead of fatal errors, and pass them to any subdirectory
15470 configures in case they recognize them.
15471 Make --x equivalent to --with-x.
15472
15473 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15474
15475 * configure: Add --enable-* options. Clean up usage message and
15476 some comments.
15477
15478 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15479
15480 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15481
15482 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15483
15484 * configure.in (hppa*-*-*): Enable binutils.
15485
15486 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15487
15488 * config.sub: Recognize cisco.
15489
15490 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15491
15492 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15493
15494 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15495
15496 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15497 than one configuration name. Add comment.
15498
15499 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15500
15501 * config.guess: about target *-hitachi-hiuxwe2, fixed
15502 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15503 macro is incorrect.]
15504
15505 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15506
15507 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15508 than the "make ls" stuff which used to be here.
15509
15510 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15511
15512 * config.guess: Recognize i[34]86-unknown-freebsd.
15513 From Shawn M Carey <smcarey@rodan.syr.edu>.
15514
15515 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15516
15517 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15518
15519 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15520
15521 * config.guess: Check for ptx.
15522
15523 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15524
15525 * config.sub: Add os9k checking.
15526
15527 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15528
15529 * config.guess: Handle OSF1 running on HPPA processors
15530
15531 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15532
15533 * configure: If subdir configure fails, print out a message with
15534 subdirectory name, in case subdir's configure code didn't identify
15535 itself.
15536
15537 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15538
15539 * configure.in: Remove embedded newlines from configdirs.
15540 Avoid mismatches of substrings. Fix matching strings at end
15541 of configdirs.
15542
15543 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15544
15545 * config.guess: Add Lynx/rs6000 config support.
15546
15547 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15548
15549 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15550
15551 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15552
15553 * configure.in (hppa*-*-osf*): Treat this just like most other
15554 PA configurations (eg no binutils or ld).
15555 (hppa*-*-*elf*): These configurations have binutils and ld.
15556
15557 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15558
15559 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15560
15561 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15562
15563 * configure.in (rs6000-*-*): Build gas.
15564
15565 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15566
15567 * Makefile.in: Avoid bug in losing hpux sed.
15568
15569 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15570
15571 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15572 for GDB and GDB has been fixed to not need it.
15573
15574 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15575
15576 * config.guess: Recognize vax hosts.
15577
15578 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15579
15580 * configure (while loop): Don't use "break 2" inside case
15581 statement -- the case statement isn't an enclosing loop.
15582
15583 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15584
15585 * config.guess: Clean up NeXT support, to allow nextstep
15586 on Intel machines. Make OS be nextstep.
15587
15588 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15589
15590 * config.guess: Add alternate forms for Convex.
15591
15592 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15593
15594 * configure: Completely rewrite option processing. Take
15595 advantage of pattern-matching to avoid invoking test frequently.
15596 Also clean up host and target defaulting logic.
15597
15598 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15599
15600 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15601 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15602 commands (plus user environment) will fit SCO limits.
15603
15604 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15605
15606 * configure.in: Don't issue warnings about directories which are
15607 not being configured if -norecursion is set. Correct test for
15608 --with-gnu-as and --with-gnu-ld to not get confused by substring
15609 matches.
15610
15611 * configure.in: Don't build gas for alpha-dec-osf1*.
15612
15613 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15614
15615 * configure: Back out Per's change of 12/19/1993. It changes the
15616 behavior of configure in unexpected and confusing ways.
15617
15618 Also, use different delim char when calculating
15619 program_transform_name so that the name can contain slashes.
15620
15621 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15622
15623 * configure.in, config.sub: Add support for VSTa micro-kernel.
15624
15625 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15626
15627 * configure.in: Nuke hacks which were used to get a special
15628 version of GAS for HPPA configurations.
15629
15630 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15631
15632 * configure: If only ${target_alias} is given, use that
15633 as the default for ${host_alias}.
15634 * configure: Add missing back-slashes before nested quotes.
15635
15636 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15637
15638 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15639
15640 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15641
15642 * config.guess: Recognize some Tektronix configurations.
15643 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15644
15645 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15646
15647 * config.sub: Match any flavor of SH.
15648
15649 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15650
15651 * configure.in: Don't try to configure newlib for Alpha.
15652
15653 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15654
15655 * configure.in: Don't build ld for Irix 5. Don't build gas,
15656 libg++ or libio for any Alpha target.
15657
15658 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15659
15660 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15661
15662 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15663 default arguments -- so it tried to compress itself.
15664
15665 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15666
15667 * configure.in (notsupp): ensure that a space is always at the end
15668 of the configdirs list, since the grep checks for an explicit space
15669
15670 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15671
15672 * configure.in (target i386-sysv4.2): don't build ld, since static
15673 versions of many libraries are not available.
15674
15675 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15676
15677 * config.guess: Recognize Apollos (using environment variables).
15678 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15679
15680 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15681
15682 * config.guess: Recognize Sony news mips running newsos.
15683
15684 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15685
15686 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15687 "fi ; else" for bash.
15688
15689 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15690
15691 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15692
15693 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15694
15695 * config.sub: accept unixware as an alias for svr4.2.
15696 Fix some inconsistancies with the gcc version.
15697
15698 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15699
15700 * Makefile.in (DISTDOCDIRS): Add gdb.
15701
15702 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15703
15704 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15705
15706 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15707
15708 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15709 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15710 this now.
15711
15712 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15713
15714 * config.sub: Accept hiux* as an OS name.
15715
15716 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15717 etc/make-stds.texi. The underscore came from gcc, and dje now
15718 agrees that RUNTESTFLAGS is the correct name.
15719
15720 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15721
15722 * install.sh: Remove 'set -e'. It makes any conditionals
15723 in the script useless.
15724
15725 * config.guess: Automatically recognize arm-acorn-riscix
15726 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15727
15728 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15729
15730 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15731
15732 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15733
15734 * Makefile.in (DISTDOCDIRS): New variable.
15735 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15736 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15737
15738 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15739
15740 * configure.in (hppa target): check the source directory for the
15741 pagas sub-directory
15742
15743 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15744
15745 * config.sub: Allow -aout* and -elf*.
15746
15747 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15748
15749 * configure.in: Don't build ld on i386-solaris2, same as for
15750 sparc-solaris2.
15751
15752 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15753
15754 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15755
15756 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15757
15758 * configure.in: Configure gdb for alpha.
15759
15760 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15761
15762 * Makefile.in (CXXFLAGS): Add -O.
15763
15764 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15765
15766 * config.guess: added support for DG Aviion
15767
15768 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15769
15770 * configure.in: Produce warning message for subdirectories not
15771 configurable for this host/target combination. Don't try to
15772 configure gdb for vms.
15773
15774 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15775
15776 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15777 appropriate files before making "diststuff".
15778 (DISTBISONFILES): New var: list of files to be edited.
15779 (DISTSTUFFDIRS): Add binutils.
15780
15781 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15782
15783 * config.sub: also handle mipsel and mips64el (for little endian mips)
15784
15785 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15786
15787 * configure.in: Add * to end of all OS names.
15788
15789 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15790
15791 * configure.in: Build newlib for LynxOS native.
15792
15793 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15794
15795 * config.guess: Add support for delta 88k running SVR3.
15796
15797 * configure.in: Add comment about HP compiler vs. emacs.
15798
15799 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15800
15801 * configure.in: don't build ld on solaris2 (not a viable option
15802 due to bugs in getpwnam & getpwuid)
15803
15804 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15805
15806 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15807 config.guess will produce a full version number.
15808
15809 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15810
15811 * configure.in: Build linker and binutils for alpha-dec-osf1.
15812
15813 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15814
15815 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15816 and gdb/testsuite/Makefile.in.
15817
15818 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15819
15820 * configure.in: recognize mips*- instead of mips-
15821
15822 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15823
15824 * config.sub: Accept linux*coff and linux*elf as operating
15825 systems.
15826
15827 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15828
15829 * config.sub: Recognize mips64, and mips3 as an alias for it.
15830
15831 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15832
15833 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15834 gdb knows how to handle OSF/1 shared libraries.
15835
15836 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15837
15838 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15839 * config.guess: Recognize Hitachi's HIUX.
15840 * config.sub: Recognize h3050r* and hppahitachi.
15841 Remove redundant cases for hp9k[23]*.
15842
15843 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15844
15845 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15846 if gas and ld are in the source tree and are in ${configdirs}.
15847 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15848 --with options (but still pass them down on the command line,
15849 if they were explicitly specified).
15850
15851 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15852
15853 * configure: substitute SHELL value in Makefile.in with
15854 ${CONFIG_SHELL}
15855
15856 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15857
15858 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15859 *-*-solaris2* targets.
15860
15861 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15862
15863 * Makefile.in: define M4, and pass it down to sub-makes;
15864 all-autoconf now depends on all-m4
15865
15866 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15867
15868 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15869 presence of {ar,ranlib} instead of a configured directory
15870
15871 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15872
15873 * config.guess: Accept 34?? as well as 33?? for NCR.
15874
15875 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15876
15877 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15878 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15879
15880 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15881
15882 * configure: grab values for $(CC) and $(CXX) from the
15883 environment, so that someone can do "CC=gcc configure; make" and
15884 have it work right (matching the way that autoconf works now)
15885
15886 * configure.in, Makefile.in: add support for gash, the tcl
15887 interface to Galaxy
15888
15889 * config.guess: add NetBSD variants (hp300, x86)
15890
15891 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15892
15893 * install.sh: Support -d option (in the manner of SunOS 4 install,
15894 as it is more deterministic than that of GNU install)
15895 (chmodcmd): Set file to mode 755 by default (should also do default
15896 chgrp and chown, but I don't feel like dealing with that now)
15897
15898 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15899
15900 * config.sub: Remove h8300hhms alias.
15901
15902 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15903
15904 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15905
15906 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15907
15908 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15909 as stmp-fixinc
15910
15911 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15912
15913 * config.sub: recognize m88110-bug-coff.
15914
15915 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15916
15917 * Makefile.in (all-libio): all dependencies on the toolchain used
15918 to build this (gcc, gas, ld, etc)
15919
15920 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15921
15922 * config.guess: Deal with OSF/1 1.3 on alpha.
15923
15924 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15925
15926 * install.sh: add some 'else true' clauses for portability
15927
15928 * configure.in: don't build libio for h8[35]00-*-* targets
15929
15930 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15931
15932 * Makefile.in: Add support for new libio.
15933
15934 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15935
15936 * install.sh: If one command fails, don't try the rest. Don't try
15937 to remove $dsttmp (via trap) unless we have already created it.
15938 If $src doesn't exist, detect it and exit with an error.
15939
15940 * config.guess: Recognize BSD on hp300.
15941
15942 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15943
15944 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15945 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15946
15947 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15948
15949 * Makefile.in (all-send-pr): depends on all-prms
15950
15951 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15952
15953 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15954
15955 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15956
15957 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15958 Added test for mips-mips-riscos5.
15959
15960 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15961
15962 * configure.in: use mh-hp300 for 68k HP hosts
15963
15964 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15965
15966 * configure: add support for CONFIG_SHELL, so that you can use
15967 some alternate shell for evaluating configure scripts
15968
15969 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15970
15971 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15972 in configure script to bug-gdb@prep.ai.mit.edu when building
15973 distribution archive.
15974 * Makefile.in (COMPRESS): Remove def.
15975 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15976 gdb.tar.Z and make-gdb.tar.Z respectively.
15977 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15978 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15979 to convergence with 'taz' target in Makefile.in.
15980
15981 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15982
15983 * install.sh (dsttmp): use trap to ensure that tmp files go
15984 away on error conditions
15985
15986 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15987
15988 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15989
15990 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15991
15992 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15993 its parent is '/' not ''.
15994
15995 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15996
15997 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15998
15999 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16000 that ${newsrcdir}/configure.in does.
16001
16002 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16003
16004 * test-build.mk: support for CONFIG_SHELL
16005
16006 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16007
16008 * config.sub (netware): Add as a basic system type.
16009
16010 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16011
16012 * Makefile.in (Makefile): depend on configure.in. Also drop the
16013 $(srcdir)/ from the dependency on Makefile.in.
16014
16015 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16016
16017 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16018 (h8300hhms is temporary until multi-libraries are implemented).
16019 * configure.in: Handle h8300h too.
16020
16021 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16022
16023 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16024
16025 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16026
16027 * configure: Remove extraneous output when guessing host type.
16028 * config.guess: Remove extraneous output when guessing using C
16029 compiler rather than uname, or when guessing fails.
16030
16031 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16032
16033 * Makefile.in: remove all.cross and install.cross targets
16034
16035 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16036 definitions
16037
16038 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16039
16040 * configure.in (target sh): Build gprof.
16041
16042 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16043
16044 * config.sub: change -solaris to -solaris2
16045
16046 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16047
16048 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16049
16050 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16051
16052 * configure: Correct error message for missing Makefile.in to
16053 print correct directory.
16054
16055 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16056
16057 * install.sh: kludge around 386BSD shell bug
16058
16059 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16060
16061 * config.guess: Recognize NeXT.
16062 * config.guess: Recognize i486-ncr-sysv4.
16063 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16064
16065 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16066
16067 * Makefile.in (MAKEINFOFLAGS): New variable.
16068 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16069 * build-all.mk, test-build.mk: Pass down --no-split as
16070 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16071
16072 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16073
16074 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16075
16076 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16077
16078 * Makefile.in (libg++.tar.z): New rule.
16079 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16080 * Makefile.in (taz): Only do a single chmod.
16081
16082 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16083
16084 * install.sh: don't use dirname anymore (replaced with sed usage)
16085
16086 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16087
16088 * Makefile.in: Change extension for gzip'd files from '.z' to
16089 '.gz' per new FSF standard usage.
16090
16091 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16092
16093 * configure: put quotes around the final value of program_transform_name
16094
16095 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16096
16097 * Makefile.in: new install.sh support; update install-info rules
16098
16099 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16100
16101 * configure.in: Build diff for crosses, but not for go32 host.
16102
16103 * configure.in: Build gprof only for native, and don't build it
16104 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16105
16106 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16107
16108 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16109
16110 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16111
16112 * configure.in (host_tools): Add prms.
16113
16114 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16115
16116 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16117 with $(FLAGS_TO_PASS) on the command line
16118
16119 * config.sub: Recognize lynx and lynxos
16120
16121 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16122
16123 * config.sub: Accept -ecoff*, not just -ecoff.
16124
16125 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16126
16127 * Makefile.in (taz): Use .gz suffix instead of .z.
16128 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16129 names.
16130
16131 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16132
16133 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16134
16135 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16136
16137 * Makefile.in (install-no-fixedincludes): install gcc last, so
16138 that rebuilds that might happen during 'make install' don't get
16139 bogus gcc include files
16140
16141 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16142
16143 Change from Utah for HPPA support:
16144 * config.guess: Recognize hppa1.x-hp-bsd.
16145
16146 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16147
16148 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16149 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16150
16151 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16152
16153 * config.sub: Add support for rom68k and bug boot monitors.
16154
16155 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16156
16157 * Makefile.in: Make all-opcodes depend on all-bfd.
16158
16159 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16160
16161 * config.guess: Added special check for i[34]86-univel-sysv4*.
16162
16163 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16164
16165 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16166 the processor rather than assuming i486.
16167
16168 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16169
16170 * config.guess: Recognize SunOS6 as Solaris3.
16171
16172 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16173
16174 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16175 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16176
16177 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16178
16179 * build-all.mk (all-cross): New target for Canadian Cross.
16180 Added Q2 go32 targets.
16181 * test-build.mk: Configure go32 cross sparclite-aout and
16182 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16183 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16184
16185 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16186
16187 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16188 GO32 hosted toolchains
16189
16190 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16191
16192 * configure: change so "-exec-prefix" gets passed down rather
16193 than "-exec_prefix" so autoconf generated Makefiles get the
16194 exec_prefix set right.
16195
16196 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16197
16198 * config.guess: get the Solaris2 minor version number
16199
16200 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16201
16202 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16203
16204 * config.guess: Recognize some Sequent platforms.
16205
16206 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16207
16208 * Makefile.in: added the vault-install target
16209
16210 * configure.in: actually use the Sun3 makefile fragment that's in
16211 config, also added the release dir to configdirs
16212
16213 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16214
16215 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16216
16217 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16218
16219 * configure.in: remove some program from Alpha targetted toolchains
16220
16221 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16222
16223 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16224 gprof.
16225 (taz): Run "make diststuff" in those directories instead of "make
16226 proto-dir". Look for "VERSION=" only at start of line in subdir
16227 Makefile. Use "gzip -9" for compression.
16228 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16229 (binutils.tar.z): New target.
16230
16231 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16232
16233 * Makefile.in (taz): Include gpl.texinfo.
16234
16235 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16236
16237 * Makefile.in (setup-dirs): Merged into "taz" target.
16238 (taz): Only do `proto-dir' stuff if a directory is actually needed
16239 for this target.
16240
16241 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16242
16243 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16244 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16245 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16246 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16247 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16248
16249 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16250
16251 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16252 config.sub, and move-if-change to gdb testsuite distribution
16253 archive, so the testsuite can be extracted, configured, and
16254 run separately from the gdb distribution. Blow away the Chill
16255 tests that require a Chill compiled executable, since GNU Chill
16256 is not yet publically available.
16257
16258 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16259
16260 * test-build.mk: set environment variables in a single command,
16261 instead of a list of assignments and exports
16262
16263 * config.guess: recognize Alpha/OSF1 systems
16264
16265 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16266
16267 * configure: Change help message to prefer --options rather than
16268 -options.
16269
16270 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16271
16272 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16273 zippy@ecst.csuchico.edu.
16274 * config.guess: Recognize miniframe.
16275
16276 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16277
16278 * Makefile.in: Use srcroot to find runtest rather than rootme.
16279 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16280
16281 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16282
16283 * test-build.mk: Extensive additions to support building on a
16284 machine other than the host.
16285
16286 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16287
16288 * configure (tooldir): Fix for i386-aix again.
16289
16290 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16291
16292 * configure, Makefile.in: Change definition of $(tooldir)
16293 to match the FSF.
16294
16295 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16296
16297 * config.guess: Recognize i[34]86/SVR4.
16298
16299 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16300
16301 * Makefile.in (all-gdb): gdb depends on sim.
16302
16303 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16304
16305 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16306 at the same time we make the prototype gdb directory.
16307 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16308 files at the same time as the gdb base release distribution.
16309
16310 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16311
16312 * Makefile.in (check): Use individual check targets rather than
16313 DO_X rule.
16314 (check-gcc): Added.
16315
16316 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16317
16318 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16319 for System V release 3.2.
16320
16321 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16322
16323 * config.sub: Recognize hppaosf.
16324 * configure.in: Do configure ld/binutils/gas for it.
16325
16326 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16327
16328 * configure (tooldir): Alter syntax used to set this, for systems
16329 where "\$" isn't handled right, like i386-aix.
16330
16331 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16332
16333 * configure: Pass program-transform-name, not
16334 program_transform_name, to recursive configures.
16335
16336 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16337
16338 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16339 of gas+ld+binutils.
16340
16341 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16342
16343 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16344
16345 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16346
16347 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16348
16349 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16350
16351 * Makefile.in (PRMS): Set back to all-prms.
16352
16353 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16354
16355 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16356 targets, rather than for MIPS hosts.
16357
16358 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16359
16360 * configure.in: add comment for --with-x default values
16361
16362 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16363
16364 * Makefile.in: add check-* targets for each of the directories in
16365 the tree. Add a definition of RUNTEST that will use the one we
16366 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16367
16368 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16369
16370 * configure.in: Removed obsolete references to bfd_target and
16371 target_makefile_frag.
16372
16373 * build-all.mk: Set assorted targets for Q2.
16374 * config.sub: Recognize z8k-sim and h8300-hms.
16375 * test-build.mk: Really don't pass host to configure.
16376 (HOLES): Added uname.
16377
16378 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16379
16380 * configure: Handle an empty program-prefix, program-suffix or
16381 program-transform-name correctly.
16382
16383 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16384
16385 * build-all.mk: -G 8 no longer required for MIPS targets.
16386 * test-build.mk: Don't pass host argument to configure; make it
16387 guess.
16388
16389 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16390
16391 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16392 * Makefile.in (COMPRESS): New macro, like GZIP.
16393
16394 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16395
16396 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16397
16398 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16399 with gas currently defaults to -G 0.
16400
16401 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16402
16403 * Makefile.in (all-flex): flex depends on byacc.
16404
16405 * build-all.mk: If host not specified, use config.guess. Pass TAG
16406 to test-build.mk as RELEASE_TAG.
16407 * test-build.mk (configargs): New variable containing arguments to
16408 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16409 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16410
16411 * config.guess: Use /bin/uname when checking -X argument on SCO,
16412 to avoid invoking GNU uname which doesn't understand -X.
16413
16414 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16415
16416 * configure.in: Build gas for mips-*-*.
16417
16418 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16419
16420 * Makefile.in (all.normal): insert missing backslash.
16421
16422 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16423
16424 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16425
16426 * Makefile.in: Complete overhaul to merge many almost identical
16427 targets.
16428
16429 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16430
16431 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16432 (gdb.tar.Z): Adjusted.
16433
16434 * Makefile.in (setup-dirs, taz): New targets; should be general
16435 enough to adapt for gdb sometime. Build only .z file.
16436 (gas.tar.z): New target.
16437
16438 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16439
16440 * build-all.mk: Use CC=cc -Xs on Solaris.
16441
16442 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16443
16444 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16445 for handling BISON for FSF releases.
16446
16447 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16448
16449 * configure: Actually implement the change zoo just documented.
16450
16451 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16452
16453 * configure: when using config.guess, only set target_alias when
16454 it's not already been set (ie, on the command line)
16455
16456 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16457
16458 * Makefile.in: add installcheck target, set PRMS to install-prms
16459
16460 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16461
16462 * configure: add support for package_makefile_fragment, handle the
16463 case where a directory has a configure.in file but no Makefile.in
16464 more gracefully (with an actual understandable error message, even);
16465 add support for --without (and add this to the usage message); also
16466 explicitly add a --host=${host_alias} to the command line when
16467 config.guess is used
16468
16469 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16470
16471 * configure: Must use both --host and --target in recursive calls.
16472
16473 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16474
16475 * Makefile.in: Change deja-gnu to dejagnu.
16476
16477 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16478
16479 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16480
16481 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16482
16483 * configure.in: canonicalize all instances to *-*-solaris2*,
16484 also strip out a number of tools to not build for go32 host
16485
16486 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16487
16488 * config.guess: add GPL.
16489
16490 * Makefile.in, config.guess, config.sub, configure: bump
16491 copyrights to 93.
16492
16493 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16494
16495 * Makefile.in (do-info): Removed obsolete check for existence of
16496 localenv file.
16497
16498 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16499
16500 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16501
16502 * Makefile.in: a couple of 'else true' for decstation,
16503 support for TclX
16504
16505 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16506
16507 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16508
16509 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16510
16511 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16512
16513 * config.guess: Recognize i386-ibm-aix (PS/2).
16514 * configure.in: Use config/mh-aix386 file for it.
16515
16516 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16517
16518 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16519 CC_FOR_TARGET instead.
16520 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16521
16522 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16523
16524 * Makefile.in: Add sim to list of directories sent with gdb
16525
16526 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16527
16528 * configure.in: Put back mips-dec-bsd* case.
16529
16530 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16531
16532 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16533 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16534 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16535
16536 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16537
16538 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16539
16540 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16541 (install-info): install dir.info only if it exists,
16542 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16543
16544 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16545
16546 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16547 gas for mips-dec-bsd.
16548
16549 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16550
16551 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16552 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16553
16554 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16555
16556 * configure.in: Added "dejagnu" to hosttools list.
16557
16558 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16559
16560 * config.sub, configure.in, config.guess: Add support
16561 for Bosx, an AIX variant from Bull.
16562 Patches from F.Pierresteguy@frcl.bull.fr.
16563
16564 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16565
16566 * devo/dejagnu: Initial creation of devo/dejagnu.
16567 Migrated dejagnu testcases and support files for testing software
16568 tools to reside as subdirectories, currently called "testsuite",
16569 within the directory of the software tool. Migrated all programs,
16570 support libraries, etc. beloging to dejagnu proper from
16571 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16572 with no modifications. The changes to these files which will
16573 allow them to configure, build, and execute properly will be made
16574 in a future update.
16575
16576 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16577
16578 * Makefile.in: Change send_pr to send-pr.
16579 * configure.in: Likewise.
16580 * send_pr: Renamed directory to send-pr.
16581
16582 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16583
16584 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16585
16586 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16587
16588 * README: Update for gdb-4.8 release.
16589 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16590 gdb-xxx.tar.z (gzip'd) file also.
16591
16592 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16593
16594 * Makefile.in: make all-diff depend on all-libiberty
16595
16596 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16597
16598 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16599
16600 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16601
16602 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16603
16604 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16605
16606 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16607 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16608 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16609
16610 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16611
16612 * Makefile.in: makeinfo binary is in a new location
16613
16614 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16615
16616 * config.sub: Accept -ecoff as an OS.
16617
16618 * Makefile.in: Various changes to eliminate a level of make
16619 recursion and reduce the required command line length.
16620 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16621 sub-makes.
16622 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16623 variables holding settings for specific sub-makes.
16624 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16625 in terms of BASE_FLAGS_TO_PASS.
16626 (TARGET_LIBS): New variable listing directories which use
16627 TARGET_FLAGS_TO_PASS.
16628 (subdir_do): Eliminated.
16629 (do-*): New set of targets to replace subdir_do.
16630 (various): All targets which used subdir_do now depend on do-*.
16631 (local-clean): Renamed from do_clean.
16632 (local-distclean): New target, dependency of distclean and
16633 realclean.
16634 (install-info): Don't create directories. Depend on dir.info
16635 rather than calling make recursively.
16636 (install-dir.info): Eliminated.
16637 (install-info-dirs): Create all info directories here.
16638 (dir.info): Depend upon do-install-info.
16639
16640 * test-build.mk (HOLES): Added false.
16641
16642 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16643
16644 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16645
16646 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16647
16648 * Makefile.in (info): remove dependency on all-texinfo. The
16649 problem was really in texinfo/C, not at this level.
16650
16651 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16652
16653 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16654
16655 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16656
16657 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16658 GDB releases.
16659
16660 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16661
16662 * configure: Include srcdir in message about target of link not
16663 being found. Don't convert `-' to `_' in `with' options being
16664 passed to subdirs.
16665
16666 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16667
16668 * configure.in: add uudecode to host_tools
16669
16670 * Makefile.in: added {all,install}-uudecode targets, added them to
16671 the appropriate lists
16672
16673 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16674
16675 * Makefile.in (all-gcc): Added dependency on all-gas.
16676
16677 * configure.in (mips-*-*): Build ld and binutils.
16678
16679 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16680
16681 * configure: check return code from mkdir, print error message and
16682 exit on failure.
16683
16684 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16685
16686 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16687
16688 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16689
16690 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16691
16692 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16693
16694 * config.sub (h8500): Recognize this as a cpu type.
16695
16696 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16697
16698 * configure: source directory missing is no longer a warning
16699
16700 * configure.in: recognize irix[34]* instead of irix[34]
16701
16702 * Makefile.in: define and pass down X11_LIB
16703
16704 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16705
16706 * guess-systype: Renamed to ...
16707 * config.guess: ... by popular request.
16708 * configure.in, Makefile.in: Update accordingly.
16709
16710 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16711
16712 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16713 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16714 + Execute ./dummy instead of assuming . is in PATH.
16715
16716 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16717
16718 * guess-systype: New shell script. Attempts to guess the
16719 canonical host name of the executing host.
16720 Only a few hosts are supported so far.
16721 * configure: Call guess-systype if no host is specified.
16722
16723 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16724
16725 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16726 gcc Makefile.
16727
16728
16729 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16730
16731 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16732 (all-gcc, install-gcc, subdir_do): Use it.
16733
16734 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16735
16736 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16737
16738 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16739
16740 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16741 set exclusively by configure, using configure.in .
16742
16743 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16744
16745 * test-build.mk: set $PATH for all builds
16746
16747 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16748
16749 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16750
16751 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16752 the one used in gcc/Makefile.in, so that a null expansion doesn't
16753 override the one needed to build gcc with a native cc.
16754
16755
16756 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16757
16758 * configure: Accept -with arguments.
16759
16760 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16761
16762 * Makefile.in: added h8300sim
16763
16764 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16765
16766 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16767 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16768 (all-cygnus, native, build-cygnus): Make
16769 $(canonhost)-stamp-3stage-done, not $(host)....
16770 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16771 i386-sco3.2v4. Added else true to if command.
16772
16773 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16774
16775 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16776
16777 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16778
16779 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16780
16781 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16782
16783 * configure.in: don't remove binutils from Solaris builds
16784
16785 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16786
16787 * Makefile.in: get rid of earlier definitions for *clean,
16788 also handle the recursive info rule better
16789
16790 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16791
16792 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16793 do more-or-less the right thing.
16794
16795 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16796
16797 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16798 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16799
16800 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16801
16802 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16803 $(host_canonical).
16804
16805 * configure.in: split the configdirs list into 4 categories (native
16806 v. cross, library v. tool) and handle the cross-only and native-
16807 only in more reasonable (and correct!) way.
16808
16809 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16810
16811 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16812 configdirs anymore.
16813
16814 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16815
16816 * Makefile.in: extensive cleanup:: removed all of the explicit
16817 clean-* targets, collapsed many wrappers around subdir_do into
16818 one, added additional targets to satisfy standards.texi, deleted
16819 some old targets, some changes for consistency
16820
16821 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16822
16823 * configure.in: handle some programs as cross-only, and others as
16824 native only
16825
16826 * test-build.mk: handle partial holes in a more generic manner
16827
16828 * Makefile.in: m4 depends on libiberty
16829
16830 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16831
16832 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16833 time, wdiff, and find to configdirs
16834
16835 * Makefile.in: all, clean, and install rules for the new programs
16836 added to configure.in
16837
16838 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16839
16840 * configure.in: use mh-sun for all *-sun-* hosts
16841
16842 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16843
16844 * Makefile.in: define flags for X11 include files and library file
16845 locations, pass them down to the programs that need this info
16846
16847 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16848
16849 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16850
16851 * configure.in: start building libg++ for HP-UX targets
16852
16853 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16854
16855 * README: Update references to files moved into etc/.
16856
16857 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16858
16859 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16860 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16861
16862 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16863
16864 * configure: accept dash as well as underscore in long option
16865 names for FSF compatibility.
16866
16867 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16868
16869 * config.sub: added -sco3.2v4 support from FSF.
16870
16871 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16872
16873 * configure.in: expand the section that adds or removes
16874 directories from the list of programs to build, to handle native
16875 vs. cross in addition to host v. native
16876
16877 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16878
16879 * Makefile.in: Replace C++ in macro names with CXX.
16880 This is less likely to break ...
16881
16882 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16883
16884 * test-build.mk: add -w to GNU_MAKE
16885
16886 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16887
16888 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16889 add 'sparc' to list of recognized cpus. This needed to make
16890 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16891 Delete some redundant ose68 variants. Recognize -wrs as an os,
16892 then changes that into $CPU-wrs-vxworks.
16893
16894 * configure.in: remove most references to gdbtest, regularize
16895 target based program removal
16896
16897 * test-build.mk: import from p3 tree (many fixes and changes)
16898
16899 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16900
16901 * Makefile.in: added rules to handle tcl, tk, and expect
16902
16903 * configure.in: handle those directories if they exist
16904
16905 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16906
16907 * config.sub: removed bogus hppabsd and hppahpux names, since
16908 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16909
16910 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16911
16912 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16913 depends upon all-xiberty
16914
16915 * Makefile.in: changes from p3, including:
16916
16917 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16918
16919 * Makefile.in (XTRAFLAGS): include newlib directories if
16920 newlib/Makefile exists, rather than if host != target.
16921
16922 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16923
16924 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16925 from the same source tree and not building a cross-compiler. This
16926 matters for the libg++ configuration if reconfiguring a tree that
16927 has already been installed.
16928
16929 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16930
16931 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16932 pick up the machine and system specific header files.
16933
16934 * Makefile.in: added AS_FOR_TARGET, passed down in
16935 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16936 the C compiler to use to create programs which are run in the
16937 build environment, set it to default to $(CC), and passed it down
16938 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16939
16940 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16941
16942 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16943 We need them for unusual native builds, like systems without
16944 ranlib.
16945
16946 * configure: also define $(host_canonical) and
16947 $(target_canonical), which are the full, canonical names for the
16948 given host and target
16949
16950 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16951
16952 * Makefile.in: Added separate definitions for C++.
16953
16954 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16955
16956 * configure.in (configdirs): Add deja-gnu.
16957
16958 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16959
16960 * README: Update for configure.texi and gdb-4.7 release.
16961
16962 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16963
16964 * Makefile.in: Move "all" target to top of file.
16965 Previously, first target was ".PHONY" which caused BSD4.4 make
16966 to build .PHONY when make was run without arguments.
16967
16968 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16969
16970 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16971 Library-copylefted code in libiberty.
16972
16973 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16974
16975 * config.sub: Replace m68kmote with plain old m68k.
16976
16977 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16978
16979 * Makefile.in: Remove space from blank line, avoid Make complaints.
16980
16981 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16982
16983 * config.sub: Complain if no argument is given. Added support for
16984 386bsd as OS and target alias.
16985
16986 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16987
16988 * Makefile.in (XTRAFLAGS): include newlib directories if
16989 newlib/Makefile exists, rather than if host != target.
16990
16991 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16992
16993 * config.sub: recognize sparclite-wrs-vxworks.
16994
16995 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16996 p3.) Added clean-xiberty to clean.
16997
16998 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16999
17000 * configure.in: use *-*-* instead of nested cases for host and target
17001
17002 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17003
17004 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17005 from the same source tree and not building a cross-compiler. This
17006 matters for the libg++ configuration if reconfiguring a tree that
17007 has already been installed.
17008
17009 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17010
17011 * config.sub (i486v/i486v4): Merge in from FSF version.
17012
17013 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17014
17015 * configure: only set PWD if it is already set.
17016
17017 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17018
17019 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17020 doesn't have unset and all success paths (and most error paths)
17021 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17022 to just ${PWD} to avoid confusion.)
17023
17024 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17025
17026 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17027 even for a native compilation.
17028
17029 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17030
17031 Changes to make the gdb.tar.Z rule work better.
17032
17033 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17034 (DEVO_SUPPORT): Add configure.texi.
17035 (bfd-ilrt.tar.Z): Remove ancient rule.
17036
17037 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17038
17039 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17040 pick up the machine and system specific header files.
17041
17042 * configure.in, config.sub: added new target m68010-adobe-scout,
17043 with alias of adobe68k. Changed configure.in to check for
17044 -scout before -sco* to avoid a false match.
17045
17046 * Makefile.in: added AS_FOR_TARGET, passed down in
17047 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17048 the C compiler to use to create programs which are run in the
17049 build environment, set it to default to $(CC), and passed it down
17050 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17051
17052 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17053
17054 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17055 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17056 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17057 FOR_TARGET variants, to newlib and libg++.
17058
17059 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17060
17061 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17062 first.
17063
17064 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17065
17066 * config.sub: Accept `elf' as an environment.
17067
17068 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17069
17070 * Makefile.in (all-opcodes): cd into the right directory
17071
17072 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17073
17074 * configure: added -program_transform_name option, used as
17075 argument to sed when installing programs.
17076 configure.texi: added documentation for -program_prefix,
17077 -program_suffix and -program_transform_name.
17078
17079 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17080
17081 * config.sub: Accept i486 where i386 ok.
17082
17083 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17084
17085 * config.sub: accept we32k
17086
17087 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17088
17089 * config.sub, configure.in: accept OSE68000 and OSE68k.
17090
17091 * Makefile.in: don't create all directories for ``make install'';
17092 let the subdirectories create the ones they need.
17093
17094 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17095
17096 * COPYING: new file, GPL v2
17097
17098 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17099
17100 * Makefile.in: use the new gen-info-dir, which needs a template
17101 argument (which also lives in texinfo)
17102
17103 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17104
17105 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17106
17107 * config.sub (ncr3000): Change i386 to i486.
17108
17109 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17110
17111 * Makefile.in: add install-rcs, install-grep to
17112 install-no-fixedincludes, removed install-bison and install-libgcc
17113
17114 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17115
17116 * configure.in: grab the HPUX makefile fragment if on HPUX
17117
17118 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17119
17120 * Makefile.in: eradicate bison spoor (ditto libgcc).
17121 configure.in: recognise m68{k,000}-ericsson-OSE.
17122 es1800 is alias for m68k-ericsson-OSE
17123
17124 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17125
17126 * configure.in: rearrange the parts that remove programs from
17127 configdirs, based now on HOST==TARGET or by canonical triple.
17128
17129 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17130
17131 * test-build.mk: recurse explicitly with -f test-build.mk when
17132 appropriate. predicate stage3 and comparison on the existence
17133 of gcc. That is, if gcc isn't around, we aren't three-staging.
17134 On very clean, also remove ...stamp-co. Build in-place before
17135 doing other builds.
17136
17137 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17138
17139 * Makefile.in, configure.in: add tgas
17140
17141 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17142
17143 * Makefile.in: a number of changes merged in from progressive.
17144
17145 * configure.in: add libm.
17146
17147 * .cvsignore: ignore some stuff that comes from test-build.mk.
17148
17149 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17150
17151 * config.sub: Add es1800 (m68k-ericsson-es1800).
17152
17153 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17154
17155 * configure: Add program_suffix (parallel to program_prefix)
17156 * Makefile.in: adjust directory-creating script for losing decstation
17157
17158 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17159
17160 * configure: Minor $subdir-related fixes.
17161
17162 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17163
17164 * configure: fix various problems with propogating
17165 makefile_target_frag in subdirs.
17166 * configure.in: config libgcc if its there
17167
17168 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17169
17170 * config.sub: HPPA merge.
17171
17172 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17173
17174 * Makefile.in: Replace all-bison with all-byacc in all
17175 dependency lines for other tools (which now use byacc).
17176
17177 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17178
17179 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17180
17181 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17182
17183 * Makefile.in: make gprof rules similar to byacc rules (instead of
17184 vestigal $(unsubdir) that didn't work...)
17185
17186 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17187
17188 * config.sub: Add support for Linux.
17189 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17190 (at least for libg++).
17191
17192 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17193
17194 * configure.texi: fix doc for the -nfp option to configure
17195
17196 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17197
17198 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17199
17200 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17201
17202 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17203 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17204 * configure.in: added solaris* host_makefile_frag hook.
17205
17206 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17207
17208 * config.sub: changed recognition of m68000 so that various
17209 m68k types can be specified via m680[01234]0
17210
17211 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17212
17213 * config.sub (basic_machine): fix sed so that '-foo' isn't
17214 completely substituted out while .+'-foo' loses the '-foo'
17215
17216 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17217
17218 * config.sub ($os): Add -aout.
17219
17220 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17221
17222 * configure: If host_makefile_frag is absolute, don't
17223 prefix ${invsubdir} (relevant to libg++ auto-configure).
17224
17225 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17226
17227 * Makefile.in (tooldir): Define it.
17228 (all-ld): Depend on all-flex.
17229
17230 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17231
17232 * Makefile.in (check): Fix libg++ special case.
17233
17234 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17235
17236 * configure: do not bury `pwd` into config.status, thus do fewer
17237 pwd's.
17238
17239 * configure: print the "Building in" message only when building in
17240 other than "." AND verbose.
17241
17242 * configure: remove -s, rework -v to better accommodate guested
17243 configures.
17244
17245 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17246
17247 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17248
17249 * Makefile.in: macroize flags passed on recursion. remove
17250 fileutils.
17251
17252 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17253
17254 * configure: get makesrcdir right for subdirs deeper than 1.
17255
17256 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17257 install.
17258
17259 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17260
17261 * Makefile.in: don't print subdir_do or recursion lines.
17262
17263 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17264
17265 * standards.texi: added menu item.
17266
17267 * Makefile.in: build and install standards.info.
17268
17269 * standards.texi: new file.
17270
17271 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17272
17273 * configure: test for and move config.status pieces from
17274 ${subdir}/.
17275
17276 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17277
17278 * configure: Test for existance of files before trying to mv
17279 them, to avoid numerous non-existance messages.
17280
17281 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17282
17283 * configure: correct final line of config.status.
17284
17285 * configure: patch from eggert. Avoids a protection problem if
17286 the original Makefile.in is read only.
17287
17288 * configure: use move-if-change from gcc to create config.status.
17289 Some makefiles depend on config.status to tell if a directory
17290 has been reconfigured for a different host. This change
17291 prevents those directories from remaking everything in the case
17292 where the reconfig was only intended to rebuild a Makefile.
17293
17294 * configure: test for config.sub with "config.sub sun4" rather
17295 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17296 host alias from a missing config.sub.
17297
17298 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17299
17300 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17301 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17302
17303 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17304
17305 * configure: mkdir ${subdir} as needed.
17306
17307 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17308
17309 * Makefile.in,configure.in: added autoconf.
17310
17311 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17312
17313 * Makefile.in: no longer pass against on recursion.
17314
17315 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17316 definitions are not inherited.
17317
17318 * configure: correct makesrcdir when subdir is .
17319
17320 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17321
17322 * configure: Add support for 'subdirs' variable, which is
17323 like 'configdirs', except that configure doesn't re-invoke
17324 itself for subdirs, it just creates a Makefile for each subdir.
17325 * configure.texi: Document subdirs.
17326
17327 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17328
17329 * configure.in: added flex to configdirs
17330
17331 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17332
17333 * Makefile.in: remove clean-stamps from clean.
17334
17335 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17336
17337 * configure.in: Add gdbtest to configdirs.
17338
17339 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17340
17341 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17342 to recursive makes.
17343 * configure.in: Recognize new ncr3000 config.
17344
17345 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17346
17347 * Makefile.in, configure.in: removed references to gdbm.
17348
17349 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17350
17351 * config.sub: Don't canonicalize os value
17352 newsos* to bsd (readline needs to check for newsos).
17353 (This fix was earlier made Jan 31, but got re-broken.)
17354
17355 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17356
17357 * configure.in: sco is an os, not a vendor!
17358
17359 * configure: Quote $( better. Keep various shells happy.
17360
17361 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17362
17363 * Makefile.in: eliminate stamp-files.
17364
17365 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17366
17367 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17368 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17369
17370 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17371
17372 * config.sub: fix iris/iris3.
17373
17374 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17375
17376 * configure: re-add -rm.
17377
17378 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17379
17380 * Maskefile.in: add .stmp-rcs to all.
17381
17382 * configure.in: remove gas from rs6000 build, use aix host fragment.
17383
17384 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17385
17386 * configure: pass down site_option during recursion.
17387
17388 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17389
17390 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17391
17392 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17393
17394 * configure: Change exec_prefix so that it really defaults to prefix.
17395
17396 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17397
17398 * Makefile.in, configure.in: Add support for mmalloc library.
17399
17400 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17401
17402 * Makefile.in: add stmp dependencies for a few more things.
17403
17404 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17405
17406 * configure: adjusted error message on objdir/srcdir configure
17407 collision, per john's suggestion.
17408
17409 * Makefile.in: add libiberty stmp to all and all.cross.
17410
17411 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17412
17413 * Makefile.in: remove force dependencies, add grep to all.
17414
17415 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17416
17417 * Makefile.in: drop flex. make stamp files work.
17418
17419 * configure: added test for conflicting configuration in srcdir,
17420 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17421 gets cranky. use relative paths for configure and srcdir
17422 whenever possible. Send some error messages to stderr that were
17423 going to stdout.
17424
17425 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17426
17427 * Makefile.in: Fix libg++ rule to check for gcc directory
17428 before using gcc/gcc. Also pass XTRAFLAGS.
17429
17430 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17431
17432 * Makefile.in: added stmp-files so that directories aren't polled
17433 when they are already built.
17434
17435 * configure.texi: fixed a node pointer problem.
17436
17437 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17438
17439 * config.sub configure.in gdb/configure.in
17440 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17441 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17442 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17443
17444 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17445
17446 * configure: -recurring becomes -silent. corrected help message
17447 for -site= option.
17448
17449 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17450
17451 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17452
17453 * configure: when building Makefile for crosses, replace
17454 tooldir and program_prefix. default srcdir from location of
17455 config.sub. remove "for host in hosts" and "for target in
17456 targets" loops.
17457
17458 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17459
17460 * Makefile.in: Do not pass bindir or mandir to cvs.
17461
17462 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17463
17464 * Makefile.in, configure.in: removed traces of namesubdir,
17465 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17466 copyrights to '92, changed some from Cygnus to FSF.
17467
17468 * configure.texi: remove most references to multiple hosts,
17469 multiple targets, subdirs, etc.
17470
17471 * configure.man: removed rcsid. reference config.sub not
17472 config.subr.
17473
17474 * Makefile.in: mkdir $(infodir) on install-info.
17475
17476 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17477
17478 * configure.texi: Explain better about .gdbinit and about
17479 the environment that configure.in sections run in.
17480
17481 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17482
17483 * configure.in: Ultrix is only a decstation if it's a MIPS.
17484
17485 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17486
17487 * README: DOC.configure => cfg-paper.texi.
17488
17489 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17490
17491 * config.sub (near case $os): Don't convert newsos* to bsd!
17492
17493 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17494
17495 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17496 the number of copies of COPYING that go into the GDB tar file.
17497
17498 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17499
17500 * bfd/configure.in, gdb/config/mh-i386sco,
17501 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17502 Fix SCO configuration stuff.
17503
17504 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17505
17506 * Makefile.in: For libg++, make sure the -I pointing
17507 to the gcc directory goes *after* all the libg++-local -I flags.
17508 Also, move just-gcc dependency from just-libg++ to all-libg++.
17509
17510 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17511
17512 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17513
17514 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17515
17516 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17517
17518 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17519
17520 * config.sub: Add stratus configuration frags. Also
17521 submitted to FSF.
17522
17523 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17524
17525 * Makefile.in (DEV_SUPPORT): add configure.man.
17526
17527 * config.sub(Decode manufacturer-specific): add -none*.
17528
17529 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17530
17531 * Makefile.in: remove form feeds to make Sun's make happy.
17532 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17533
17534 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17535
17536 * Makefile.in (AR_FLAGS): Make quieter.
17537
17538 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17539
17540 * configure.in: Add libg++.
17541 * configure: When verbose, don't output the command line at each
17542 level; it will be unremarkably the same as the previous version,
17543 which will be the same as what the user typed.
17544
17545 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17546
17547 * configure.in, Makefile.in: fix clean-info, add flex. add
17548 fileutils.
17549
17550 * configure: be less sensitive to spaces in Makefile.in. Do not
17551 look for sources in "..". Doing so breaks subdirectories that
17552 might have their own configure. If a subdir has it's own
17553 configure script, use it.
17554
17555 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17556
17557 * cfg-paper.texi: some changes suggested by rms.
17558
17559 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17560
17561 * config.sub: Merge in some small additions from the FSF version,
17562 taken from the gcc distribution, to bring the Cygnus and FSF
17563 versions into closer sync.
17564
17565 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17566
17567 * configure.in: Changed svr4 references to sysv4.
17568
17569 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17570
17571 * configure: added -V for version number option.
17572
17573 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17574
17575 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17576 renamed from DOC.configure to cfg-paper.texi.
17577
17578 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17579
17580 * configure, config.subr, config.sub: config.subr is now
17581 config.sub again.
17582
17583 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17584
17585 * configure.texi: new file, in progress.
17586
17587 * Makefile.in: build info file and install the man page for
17588 configure.
17589
17590 * configure.man: new file, first cut.
17591
17592 * configure: find config.subr again now that configuration "none"
17593 has gone. removed all traces of the -ansi option. removed all
17594 traces of the -languages option.
17595
17596 * config.subr: resync from rms.
17597
17598 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17599
17600 * configure, config.sub, config.subr: merge config.sub into
17601 config.subr, call the result config.subr, remove config.sub, use
17602 config.subr.
17603
17604 * Makefile.in: revised install for dir.info.
17605
17606 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17607
17608 * configure.in: add decstation host makefile frag.
17609
17610 * Makefile.in: BISON now bison -y again. also install-gcc on
17611 install. clean-gdbm on clean. infodir belongs in datadir.
17612 Make directories for info install. Build dir.info here then
17613 install it.
17614
17615 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17616
17617 * Makefile.in: fix for bad directory tests.
17618
17619 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17620
17621 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17622 regexp. -srcdir relative was being handled incorrectly.
17623
17624 * Makefile.in: unwrapped some for loops so that parallel makes
17625 work again and so one can focus one's attention on a particular
17626 package.
17627
17628 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17629
17630 * configure: added PWD as a stand in for `pwd` (for speed). use
17631 elif wherever possible. make -srcdir work without -objdir.
17632 -objdir= commented out.
17633
17634 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17635
17636 * configure: +options become --options. -subdirs commented out.
17637 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17638 Makefile now at top of generated Makefile. Removed cvs log
17639 entries. added -srcdir. create .gdbinit only if there is one
17640 in ${srcdir}.
17641
17642 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17643 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17644 and mandir now keyed off datadir by default.
17645
17646 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17647
17648 * Freshly created ChangeLog.
17649
17650 \f
17651 Local Variables:
17652 mode: change-log
17653 left-margin: 8
17654 fill-column: 76
17655 version-control: never
17656 End: