asan.c (instrument_mem_region_access): Don't instrument if base doesn't have pointer...
[gcc.git] / ChangeLog
1 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * MAINTAINERS: Remove self as RTL optimization maintainer.
4
5 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6
7 * MAINTAINERS (Write After Approval): Add myself.
8
9 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
10
11 * Makefile.def (target_modules): Remove bootstrap=true and
12 raw_cxx=true from libsanitizer.
13 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
14 * Makefile.in: Regenerated.
15 * configure: Likewise.
16
17 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
18
19 * Makefile.def (target_modules): Add bootstrap=true and
20 raw_cxx=true to libsanitizer.
21 * configure.ac (bootstrap_target_libs): Add libsanitizer.
22 * Makefile.in: Regenerated.
23 * configure: Likewise.
24
25 2012-11-28 Andrew Pinski <apinski@cavium.com>
26
27 PR bootstrap/54279
28 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
29 * configure: Regenerate.
30 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
31 * Makefile.in: Regenerate.
32
33 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
34
35 * configure.ac: Disable libsanitizer if we're not building C++.
36 * configure: Regenerate.
37
38 2012-11-15 Roland McGrath <roland@hack.frob.com>
39
40 * MAINTAINERS (Write After Approval): Add myself.
41
42 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
43
44 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
45 Kostya Serebryany (kcc@google.com) and
46 Jakub Jelinek (jakub@redhat.com).
47 Rename area for Dodji Seketeli (dodji@redhat.com).
48
49 2012-11-15 Dodji Seketeli <dodji@redhat.com>
50
51 * MAINTAINERS: (asan.c, related): Add myself.
52
53 2012-11-14 Roland McGrath <mcgrathr@google.com>
54
55 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
56 * configure: Regenerate.
57
58 2012-11-13 Richard Henderson <rth@redhat.com>
59
60 * configure.ac: Move libsanitizer logic to subdirectory.
61 * configure: Regenerate.
62
63 2012-11-13 Dodji Seketeli <dodji@redhat.com>
64
65 * configure.ac: Enable libsanitizer just on x86 linux for now.
66 * configure: Re-generate.
67
68 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
69
70 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
71 sections.
72 * configure: Regenerate.
73
74 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
75
76 * configure.ac: Add section for configdirs for libsanitizer.
77 Disable for cris-*-* and mmix-*-*.
78 * configure: Regenerate.
79
80 2012-11-12 Wei Mi <wmi@google.com>
81
82 * configure.ac: Add libsanitizer to target_libraries.
83 * Makefile.def: Ditto.
84 * configure: Regenerate.
85 * Makefile.in: Regenerate.
86 * libsanitizer: New directory for asan runtime. Contains an empty
87 tsan directory.
88
89 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
90
91 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
92 against Mingw64 w32api.
93 * configure: Regenerate.
94
95 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
96
97 * configure: Regenerated.
98
99 2012-11-03 Robert Mason <rbmj@verizon.net>
100
101 * configure.ac: add --disable-libstdcxx configure option
102 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
103
104 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
105
106 * MAINTAINERS (Write After Approval): Add myself.
107
108 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
109
110 * MAINTAINERS (Write After Approval): Add myself.
111
112 2012-10-24 Sharad Singhai <singhai@google.com>
113
114 * MAINTAINERS (Write After Approval): Add myself.
115
116 2012-10-24 Eric Christopher <echristo@gmail.com>
117
118 * MAINTAINERS: Update email address.
119
120 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
121
122 PR bootstrap/54820
123 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
124 * configure: Regenerate.
125
126 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
127
128 * MAINTAINERS (aarch64): Add Marcus and myself.
129
130 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
131
132 PR bootstrap/54820
133 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
134 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
135 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
136 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
137 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
138 * Makefile.in: Regenerate.
139 * configure.ac (have_static_libs): New variable and associated check.
140 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
141 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
142 * configure: Regenerate.
143
144 2012-10-10 Richard Biener <rguenther@suse.de>
145
146 * MAINTAINERS: Adjust for changed surname.
147
148 2012-10-04 Lawrence Crowl <crowl@google.com>
149
150 * MAINTAINERS (Write After Approval): Add myself.
151
152 2012-10-01 Cary Coutant <ccoutant@google.com>
153
154 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
155
156 2012-09-28 Ian Lance Taylor <iant@google.com>
157
158 * Makefile.def: Make all-target-libgo depend on
159 all-target-libbacktrace.
160 * Makefile.in: Rebuild.
161
162 2012-09-26 Ian Lance Taylor <iant@google.com>
163
164 * Makefile.def: Make all-gcc depend on all-libbacktrace.
165 * Makefile.in: Rebuild.
166
167 2012-09-20 Walter Lee <walt@tilera.com>
168
169 * configure.ac: Add tilegx to list of targets that support gold.
170 * configure: Regenerate.
171
172 2012-09-20 Marek Polacek <polacek@redhat.com>
173
174 * MAINTAINERS (Write After Approval): Add myself.
175
176 2012-09-19 Steve Ellcey <sellcey@mips.com>
177
178 * configure.ac: Add mips*-mti-elf* target.
179 * configure: Regenerate.
180
181 2012-09-17 Ian Lance Taylor <iant@google.com>
182
183 * MAINTAINERS (Various Maintainers): Add libbacktrace.
184 * configure.ac (host_libs): Add libbacktrace.
185 (target_libraries): Add libbacktrace.
186 * Makefile.def (host_modules): Add libbacktrace.
187 (target_modules): Likewise.
188 * configure, Makefile.in: Rebuild.
189
190 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
191
192 PR target/38607
193 Merge upstream change.
194 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
195
196 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
197 Add libgomp*.o to compare_exclusions for AIX.
198 * configure: Regenerate.
199
200 2012-09-06 Diego Novillo <dnovillo@google.com>
201
202 * configure.ac: Bump minimum GMP version to 4.2.3.
203 * configure: Re-generate.
204
205 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
206
207 PR target/54461
208 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
209 target-libgloss if not configured --with-avrlibc=no.
210 * configure: Regenerate.
211
212 2012-09-04 Jason Merrill <jason@redhat.com>
213
214 * configure.ac: Fix --enable-languages=all.
215
216 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
217
218 * MAINTAINERS (Write After Approval): Add myself.
219
220 2012-09-03 Richard Guenther <rguenther@suse.de>
221
222 PR bootstrap/54138
223 * configure.ac: Re-organize ISL / CLOOG checks to allow
224 disabling with either --without-isl or --without-cloog.
225 * configure: Regenerated.
226
227 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
228
229 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
230 * configure: Regenerate.
231
232 2012-08-27 Ulrich Drepper <drepper@gmail.com>
233
234 * MAINTAINERS: Fix my email address.
235
236 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
237
238 PR binutils/4970
239 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
240 and opcodes.
241 * Makefile.in: Regenerated.
242
243 2012-08-26 Art Haas <ahaas@impactweather.com>
244
245 * configure: Regenerate.
246
247 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
248
249 * INSTALL/README: Also refer to the online installation
250 instructions.
251
252 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
253
254 * MAINTAINERS (Write After Approval): Add myself.
255 (Picochip port): Remove myself.
256
257 2012-08-14 Diego Novillo <dnovillo@google.com>
258
259 Merge from cxx-conversion branch.
260
261 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
262 POSTSTAGE1_CONFIGURE_FLAGS.
263 * Makefile.in: Regenerate.
264 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
265 Force C++ when bootstrapping.
266 * configure: Regenerate.
267
268 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
269
270 * MAINTAINERS (Write After Approval): Add myself.
271
272 2012-07-16 Joseph Myers <joseph@codesourcery.com>
273
274 * README: Document use of ranges of years in copyright notices.
275
276 2012-07-06 Richard Guenther <rguenther@suse.de>
277
278 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
279 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
280 --with-gmp=system.
281 * Makefile.in: Regenerated.
282 * configure: Likewise.
283
284 2012-07-06 Richard Guenther <rguenther@suse.de>
285
286 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
287 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
288 supply V=1 as extra_make_flags.
289 * configure: Regenerated.
290 * Makefile.in: Likewise.
291
292 2012-07-04 Tristan Gingold <gingold@adacore.com>
293
294 * configure: Regenerate.
295
296 2012-07-03 Richard Guenther <rguenther@suse.de>
297
298 * Makfile.def (isl): Remove not necessary extra_exports and
299 extra_make_flags.
300 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
301 * Makefile.in: Regenerated.
302
303 2012-07-03 Richard Guenther <rguenther@suse.de>
304
305 * Makefile.def (cloog): Add V=1 to extra_make_flags.
306 * configure.ac: If either the ISL or the CLooG check failed
307 do not try to build in-tree versions.
308 * Makefile.in: Regenerated.
309 * configure: Regenerated.
310
311 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
312
313 * configure: Regenerate.
314
315 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
316
317 * MAINTAINERS (Various Maintainers): Add myself as testsuite
318 maintainer.
319
320 2012-07-02 Richard Guenther <rguenther@suse.de>
321
322 * configure: Regenerated.
323
324 2012-07-02 Richard Guenther <rguenther@suse.de>
325 Michael Matz <matz@suse.de>
326 Tobias Grosser <tobias@grosser.es>
327 Sebastian Pop <sebpop@gmail.com>
328
329 * Makefile.def: Add ISL host module, remove PPL host module.
330 Adjust ClooG host module to use the proper ISL.
331 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
332 * configure.ac: Include config/isl.m4. Add ISL host library,
333 remove PPL. Remove PPL configury, add ISL configury, adjust
334 ClooG configury.
335 * Makefile.in: Regenerated.
336 * configure: Likewise.
337
338 2012-07-02 Richard Guenther <rguenther@suse.de>
339
340 Merge from graphite branch
341 2011-07-21 Tobias Grosser <tobias@grosser.es>
342
343 * configure: Regenerated.
344 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
345 both cloog.org and legacy versions. The only supported version will
346 be CLooG with the isl backend.
347
348 2011-07-21 Tobias Grosser <tobias@grosser.es>
349
350 * configure: Regenerated.
351 * configure.ac: Require cloog isl 0.17.0
352
353 2011-07-21 Tobias Grosser <tobias@grosser.es>
354
355 * configure: Regenerated.
356 * config/cloog.m4: Do not define CLOOG_ORG
357
358 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
359
360 * configure.ac: Skip C if explicitly selected.
361 * configure: Regenerate.
362
363 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
364
365 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
366 they contain -O2.
367 * configure: Regenerate.
368
369 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
370
371 PR debug/53740
372 * df.h, df-problems.c, dce.c: Revert last patch.
373
374 2012-06-25 Iain Sandoe <iain@codesourcery.com>
375
376 * MAINTAINERS (Write After Approval): Update my email address.
377
378 2012-06-21 Meador Inge <meadori@codesourcery.com>
379
380 * MAINTAINERS (Write After Approval): Add myself.
381
382 2012-06-20 Jason Merrill <jason@redhat.com>
383
384 * Makefile.tpl (check-target-libgomp-c++): New.
385 (check-target-libitm-c++): New.
386 * Makefile.def (c++): Add them.
387 * Makefile.in: Regenerate.
388
389 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
390
391 * MAINTAINERS (Write After Approval): Add myself.
392
393 2012-05-16 Olivier Hainque <hainque@adacore.com>
394
395 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
396 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
397 (install-no-fixedincludes): Adjust accordingly.
398 * Makefile.in: Regenerate.
399
400 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
401
402 Merge upstream change
403 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
404
405 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
406
407 * MAINTAINERS (Write After Approval): Add myself.
408
409 2012-05-09 Nick Clifton <nickc@redhat.com>
410 Paul Smith <psmith@gnu.org>
411
412 PR bootstrap/50461
413 * configure.ac (mpfr-dir): When using in-tree MPFR sources
414 allow for the fact that from release v3.1.0 of MPFR the source
415 files were moved into a src sub-directory.
416 * configure: Regenerate.
417
418 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
419
420 * configure.ac: Bump minimum MPFR version to 2.4.0.
421 * configure: Regenerated.
422
423 2012-05-01 Richard Henderson <rth@redhat.com>
424
425 * Makefile.def (libatomic): New target_module.
426 * configure.ac (target_libraries): Add libatomic.
427 (noconfigdirs): Check if libatomic is supported.
428 * Makefile.in, configure: Rebuild.
429
430 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
431
432 * MAINTAINERS (Write After Approval): Add myself.
433
434 2012-04-25 Joel Brobecker <brobecker@adacore.com>
435
436 * config.sub: Update to 2012-04-18 version from official repo.
437
438 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
439
440 * MAINTAINERS (Write After Approval): Add myself.
441
442 2012-04-11 Steve Ellcey <sellcey@mips.com>
443
444 * MAINTAINERS: Changed email address.
445
446 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
447
448 PR target/52737
449 * contrib/gcc_update (files_and_dependencies):
450 Remove gcc/config/avr/t-multilib from touch data.
451
452 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
453
454 * MAINTAINERS (OS Port Maintainers): Remove irix.
455 * configure.ac (enable_libgomp): Remove *-*-irix6*.
456 (unsupported_languages): Remove mips-sgi-irix6.*.
457 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
458 (with_stabs): Remove.
459 * configure: Regenerate.
460
461 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
462
463 * MAINTAINERS (OS Port Maintainers): Remove osf.
464 * configure.ac (enable_libgomp): Remove *-*-osf*.
465 (with_stabs): Remove alpha*-*-osf*.
466 * configure: Regenerate.
467
468 2012-03-05 Tristan Gingold <gingold@adacore.com>
469
470 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
471 * configure: Regenerate.
472
473 2012-02-17 Walter Lee <walt@tilera.com>
474
475 * MAINTAINERS: (Write After Approval): Delete myself.
476
477 2012-02-14 Walter Lee <walt@tilera.com>
478
479 * MAINTAINERS (tilegx port): Add myself.
480 (tilepro port): Add myself.
481 (Write After Approval): Add myself.
482
483 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
484
485 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
486 and Joseph Myers as docstring relicensing maintainers.
487
488 2012-02-09 Bin Cheng <bin.cheng@arm.com>
489
490 * MAINTAINERS (write-after-approval): Add myself.
491
492 2012-02-08 Ira Rosen <irar@il.ibm.com>
493
494 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
495 maintainer.
496
497 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
498
499 * MAINTAINERS (Write After Approval): Move myself to
500 maintain alphabetical order.
501
502 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
503
504 * MAINTAINERS (Write After Approval): Add myself.
505
506 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
507
508 * MAINTAINERS (Write After Approval): Add myself.
509
510 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
511 Jayant R Sonar <jayant.sonar@kpitcummins.com>
512
513 * configure.ac (cr16-*-*): Remove nonconfigdirs.
514 * configure: Regenerate.
515
516 2012-01-23 Harshit Chopra <harshit@google.com>
517
518 * MAINTAINERS (Write After Approval): Add myself.
519
520 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
521
522 * configure.ac: Remove reference to mh-interix.
523 * configure: Regenerate.
524
525 2012-01-05 Richard Henderson <rth@redhat.com>
526
527 PR bootstrap/51072
528 * configure.ac: Disable libitm if c++ is not enabled.
529 * configure: Rebuild.
530
531 * configure.ac: Fix regexp for same.
532 * configure: Rebuild.
533
534 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
535
536 * MAINTAINERS (Write After Approval): Add myself.
537
538 2012-01-02 Richard Guenther <rguenther@suse.de>
539
540 PR bootstrap/51686
541 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
542 * Makefile.in: Regenerate.
543
544 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
545
546 * MAINTAINERS (Write After Approval): Add myself.
547
548 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
549
550 * configure: Regenerate.
551
552 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
553
554 * MAINTAINERS (picochip): Changed email address.
555
556 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
557
558 * MAINTAINERS (write-after-approval): Add self.
559
560 2011-11-29 DJ Delorie <dj@redhat.com>
561
562 * configure.ac (rl78-*-*) New case.
563 * configure: Regenerate.
564 * MAINTAINERS: Add myself as RL78 maintainer.
565
566 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
567
568 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
569
570 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
571
572 * libtool.m4: Additional FreeBSD 10 fixes.
573
574 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
575
576 * MAINTAINERS: Move myself from Write After Approval to CPU Port
577 Maintainers section, as Epiphany maintainer.
578
579 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
580
581 PR target/49992
582 * configure.ac: Remove ranlib special-casing for Darwin.
583 * configure: Regenerate.
584
585 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
586
587 * MAINTAINERS (Reviewers): Keep the list sorted.
588
589 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
590
591 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
592
593 2011-11-09 Roland McGrath <mcgrathr@google.com>
594
595 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
596 * configure: Rebuild.
597 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
598 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
599 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
600 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
601 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
602 Add READELF.
603 * Makefile.in: Rebuild.
604
605 2011-11-09 Jason Merrill <jason@redhat.com>
606
607 * Makefile.def (language=c++): Remove check-c++0x.
608 * Makefile.in (check-gcc-c++): Regenerate.
609
610 2011-11-08 Richard Henderson <rth@redhat.com>
611
612 * configure.ac: Test for libitm directory present first.
613
614 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
615
616 * configure.ac: Test libitm/configure.tgt to disable libitm.
617 * configure: Rebuild.
618
619 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
620 Richard Henderson <rth@redhat.com>
621
622 Merged from transactional-memory.
623
624 * Makefile.def (lang_env_dependencies): libitm is c++.
625 Add libitm target module.
626 * configure.ac: Likewise.
627 * config/mmap.m4: New file.
628 * contrib/gcc_update: Add libitm to touch data.
629 * Makefile.in, configure: Rebuild.
630
631 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
632
633 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
634 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
635 * Makefile.in: Regenerate.
636
637 2011-11-01 DJ Delorie <dj@redhat.com>
638
639 * config.sub: Update to version 2011-10-29 (added rl78)
640
641 2011-10-27 Nick Clifton <nickc@redhat.com>
642
643 * config.sub: Import these changes from the config project:
644
645 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
646 Ben Elliston <bje@gnu.org>
647
648 * config.sub (epiphany): New.
649
650 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
651 Ben Elliston <bje@gnu.org>
652
653 * config.sub (hexagon, hexagon-*): New.
654
655 2011-08-23 Roland McGrath <mcgrathr@google.com>
656
657 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
658 64eb to be64.
659
660 2011-08-16 Roland McGrath <mcgrathr@google.com>
661
662 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
663 (nacl): Grok as alias for 32el-unknown-nacl.
664
665 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
666
667 * MAINTAINERS (Write After Approval): Add myself.
668
669 2011-10-24 Teresa Johnson <tejohnson@google.com>
670
671 * MAINTAINERS (Write After Approval): Add myself.
672
673 2011-09-21 Jakub Jelinek <jakub@redhat.com>
674
675 * MAINTAINERS (sparc port): Remove myself.
676
677 2011-09-14 Tom de Vries <tom@codesourcery.com>
678
679 * MAINTAINERS (Write After Approval): Add myself.
680
681 2011-08-14 Yao Qi <yao@codesourcery.com>
682
683 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
684 * configure: Regenerate.
685
686 2011-07-26 Ian Lance Taylor <iant@google.com>
687
688 * configure.ac: Set have_compiler based on whether gcc directory
689 exists, rather than on whether gcc is in configdirs.
690 * configure: Rebuild.
691
692 2011-07-21 Joseph Myers <joseph@codesourcery.com>
693
694 * MAINTAINERS (Global Reviewers): Add self.
695
696 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
697
698 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
699 link directories.
700 * Makefile.in: Rebuild.
701
702 2011-07-20 Ian Lance Taylor <iant@google.com>
703
704 PR bootstrap/49787
705 * configure.ac: Move --enable-bootstrap handling earlier in file.
706 If --enable-bootstrap and either --enable-build-with-cxx or
707 --enable-build-poststage1-with-cxx, enable C++ automatically.
708 * configure: Rebuild.
709
710 2011-07-19 Ian Lance Taylor <iant@google.com>
711
712 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
713 make C++ a boot_language. Set and substitute
714 POSTSTAGE1_CONFIGURE_FLAGS.
715 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
716 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
717 * configure, Makefile.in: Rebuild.
718
719 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
720
721 * MAINTAINERS (Register Allocation): Move myself from reviewers to
722 maintainers.
723
724 2011-07-18 Jakub Jelinek <jakub@redhat.com>
725
726 * MAINTAINERS (Global Reviewers): Add myself.
727
728 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
729
730 * configure: Regenerate.
731
732 2011-07-16 Jason Merrill <jason@redhat.com>
733
734 * Makefile.def (language=c++): Add check-c++0x and
735 check-target-libmudflap-c++.
736 * Makefile.tpl (check-target-libmudflap-c++): New.
737 * Makefile.in: Regenerate.
738
739 2011-07-16 Matthias Klose <doko@ubuntu.com>
740
741 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
742 * Makefile.def (target_modules/libjava): Pass
743 $(EXTRA_CONFIGARGS_LIBJAVA).
744 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
745 if not configured with --enable-static-libjava.
746 * Makefile.in: Regenerate.
747 * configure: Likewise.
748
749 2011-07-15 Jason Merrill <jason@redhat.com>
750
751 * Makefile.in (check-c++): Move check-gcc-c++0x after
752 check-target-libstdc++-v3.
753
754 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
755
756 * MAINTAINERS (c6x port): New entry.
757
758 2011-07-13 Jason Merrill <jason@redhat.com>
759
760 * Makefile.in (check-gcc-c++0x): New.
761 (check-c++): Depend on it.
762
763 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
764
765 PR target/39150
766 * configure.ac (i[3456789]86-*-solaris2*): Also accept
767 x86_64-*-solaris2.1[0-9]*.
768 * configure: Regenerate.
769
770 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
771
772 * MAINTAINERS (RTL optimizers): Add self.
773
774 2011-06-27 Gabriel Charette <gchare@google.com>
775
776 * MAINTAINERS (Write After Approval): Add myself.
777
778 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
779
780 PR regression/47836
781 PR bootstrap/23656
782 PR other/47733
783 PR bootstrap/49247
784 PR c/48825
785 * configure.ac (target_libraries): Remove target-libiberty.
786 Remove case-statement setting skipdirs=target-libiberty for
787 multiple targets. Remove checking target_configdirs and
788 removing target-libiberty but keeping target-libgcc if
789 otherwise empty.
790 * Makefile.def (target_modules): Don't add libiberty.
791 (dependencies): Remove all traces of target-libiberty.
792 * configure, Makefile.in: Regenerate.
793
794 2011-06-13 Walter Lee <walt@tilera.com>
795
796 * configure.ac (tilepro-*-*) New case.
797 (tilegx-*-*): Likewise.
798 * configure: Regenerate.
799
800 2011-06-06 Jing Yu <jingyu@google.com>
801
802 * configure.ac: Skip target-libiberty for
803 arm*-*-linux-androideabi.
804 * configure: Regenerated.
805
806 2011-06-06 Nick Clifton <nickc@redhat.com>
807
808 * config.sub: Sync from upstream.
809
810 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
811
812 * MAINTAINERS (Write After Approval): Add myself.
813
814 2011-06-01 Daniel Jacobowitz <drow@false.org>
815
816 * MAINTAINERS: Update my email address.
817
818 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
819
820 * MAINTAINERS (Write After Approval): Update my email address.
821
822 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
823
824 * MAINTAINERS (Write After Approval): Add myself.
825
826 2011-05-08 Doug Kwan <dougkwan@google.com>
827
828 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
829 * configure: Regenerated.
830 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
831 value from configure.
832 * Makefile.in: Regenerated.
833
834 2011-05-05 Joseph Myers <joseph@codesourcery.com>
835
836 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
837 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
838 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
839 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
840 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
841 *-*-vxworks*): Disable newlib and libgloss in separate case
842 statement.
843 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
844 to separate case statement.
845 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
846 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
847 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
848 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
849 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
850 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
851 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
852 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
853 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
854 i[[3456789]]86-*-rdos*, m32r-*-*,
855 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
856 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
857 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
858 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
859 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
860 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
861 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
862 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
863 and libgloss in main case over targets. Remove most empty cases
864 in main case over targets.
865 * configure: Regenerate.
866
867 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
868
869 * MAINTAINERS (Write After Approval): Add myself.
870
871 2011-05-04 Joseph Myers <joseph@codesourcery.com>
872
873 * configure.ac: Remove code setting special library locations for
874 hppa*64*-*-hpux11*. Remove code setting compiler for
875 sparc-sun-solaris2*.
876 * configure: Regenerate.
877
878 2011-05-04 Joseph Myers <joseph@codesourcery.com>
879
880 * configure.ac: Separate libgloss_dir settings from general case
881 over targets.
882 * configure: Regenerate.
883
884 2011-04-28 Joseph Myers <joseph@codesourcery.com>
885
886 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
887 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
888 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
889 cases in libgcj-disabling case statement.
890 (hppa*64*-*-linux*): Set unsupported_languages instead of
891 disabling target-zlib.
892 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
893 to hppa*64*-*-hpux*.
894 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
895 hppa*-*-hpux*.
896 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
897 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
898 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
899 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
900 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
901 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
902 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
903 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
904 libgcj-disabling case statement.
905 * configure: Regenerate.
906
907 2011-04-28 Joseph Myers <joseph@codesourcery.com>
908
909 * configure.ac: Disable Java for targets not supporting libffi.
910 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
911 Remove cases in Java-disabling statement.
912 (*arm-wince-pe): Change to arm-wince-pe.
913 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
914 cases in Java-disabling statement.
915 (bfin-*-*): Don't disable Java again.
916 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
917 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
918 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
919 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
920 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
921 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
922 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
923 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
924 Java-disabling statement.
925 (mmix-*-*): Don't disable Java again.
926 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
927 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
928 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
929 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
930 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
931 statement.
932 * configure: Regenerate.
933
934 2011-04-28 Joseph Myers <joseph@codesourcery.com>
935
936 * configure.ac: Separate cases disabling Java and Java libraries
937 from general case over targets.
938 * configure: Regenerate.
939
940 2011-04-21 Jie Zhang <jzhang918@gmail.com>
941
942 * MAINTAINERS: Update my email address.
943
944 2011-04-20 Easwaran Raman <eraman@google.com>
945
946 * MAINTAINERS (Write After Approval): Add myself.
947
948 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
949
950 PR lto/48086
951 * configure.ac: Re-enable LTO on *-apple-darwin9*.
952 * configure: Regenerate.
953
954 2011-04-16 Jim Meyering <meyering@redhat.com>
955
956 * MAINTAINERS (Write After Approval): Add myself.
957
958 2011-04-15 Dodji Seketeli <dodji@redhat.com>
959
960 * MAINTAINERS: Update my email address.
961
962 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
963
964 * MAINTAINERS (Write After Approval): Add myself.
965
966 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
967
968 * MAINTAINERS (Write After Approval): Add myself.
969
970 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
971
972 * MAINTAINERS (Write After Approval): Add myself.
973
974 2011-04-06 Joseph Myers <joseph@codesourcery.com>
975
976 * configure.ac (build_tools): Remove build-byacc.
977 (host_libs): Remove mmalloc.
978 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
979 autoconf automake libtool diff rcs fileutils shellutils time
980 textutils wdiff find uudecode hello tar gzip indent recode release
981 sed perl gawk findutils gettext zip.
982 (libgcj): Remove target-qthreads.
983 (target_tools): Remove target-examples target-gperf.
984 (YACC): Don't handle building byacc.
985 * configure: Regenerate.
986 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
987 dosutils, examples, fileutils, find, findutils, gawk, gettext,
988 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
989 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
990 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
991 handle building components.
992 * Makefile.in: Regenerate.
993
994 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
995
996 * MAINTAINERS: Update my email address as Xtensa maintainer.
997
998 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
999
1000 * config.sub: Sync from upstream.
1001
1002 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1003
1004 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1005 (microblaze*): Don't disable libssp.
1006 * configure: Regenerate.
1007
1008 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1009
1010 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1011 moveifchange.
1012 * configure: Regenerate.
1013 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1014 * Makefile.in: Regenerate.
1015
1016 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1017
1018 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1019 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1020 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1021 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1022 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1023 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1024 md_exec_prefix cases.
1025 * configure: Regenerate.
1026
1027 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1028
1029 * configure.ac: Separate cases disabling target-libssp,
1030 target-libiberty, target-libstdc++-v3 and Fortran from general
1031 case over targets.
1032 * configure: Regenerate.
1033
1034 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1035
1036 * configure.ac (*-*-chorusos): Don't disable libgcj.
1037 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1038 Remove case.
1039 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1040 (arm-*-coff): Don't disable libgcj.
1041 (arm*-*-linux-gnueabi): Remove useless assignment.
1042 (arm-*-riscix*): Don't disable libgcj.
1043 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1044 configuration.
1045 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1046 (c54x*-*-*): Remove case.
1047 (tic54x-*-*): Don't disable GCC or GCC libraries.
1048 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1049 to *.
1050 (d10v-*-*): Don't disable GCC libraries.
1051 (d30v-*-*): Don't disable libgcj.
1052 (h8500-*-*): Don't disable GCC libraries.
1053 (i960-*-*): Don't disable libgcj.
1054 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1055 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1056 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1057 libgcj.
1058 (m68k-*-coff*): Remove case.
1059 (mmix-*-*): Don't disable libgloss on host.
1060 (mn10200-*-*, mn10300-*-*): Remove cases.
1061 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1062 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1063 Don't disable libgcj.
1064 (romp-*-*): Remove case.
1065 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1066 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1067 case.
1068 (v810-*-*): Don't disable GCC libraries.
1069 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1070 (ip2k-*-*): Don't disable GCC libraries.
1071 * configure: Regenerate.
1072
1073 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1074
1075 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1076 libffi on host.
1077 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1078 on host.
1079 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1080 * configure: Regenerate.
1081
1082 2011-03-26 John Marino <binutils@marino.st>
1083
1084 * configure.ac: Add support for *-*-dragonfly*
1085 * configure: Regenerate.
1086
1087 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1088
1089 * configure.ac (native_only): Remove.
1090 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1091 send-pr uudecode guile gnuserv on host.
1092 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1093 send-pr rcs guile perl texinfo libtool on host.
1094 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1095 automake send-pr rcs guile perl texinfo libtool on host.
1096 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1097 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1098 (alpha*-dec-osf*): Don't disable fileutils on target.
1099 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1100 texinfo send-pr expect dejagnu on target.
1101 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1102 target-qthreads on target.
1103 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1104 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1105 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1106 x86_64-*-mingw*): Don't disable expect on target.
1107 (*-*-cygwin*): Don't disable target-gperf on target.
1108 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1109 gnuserv on target.
1110 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1111 target.
1112 * configure: Regenerate.
1113
1114 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1115
1116 * configure.ac (target_tools): Remove target-groff.
1117 (native_only): Remove target-groff.
1118 (hppa*64*-*-*): Don't disable byacc.
1119 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1120 setting.
1121 (*-*-kaos*): Don't skip target-librx and target-groff.
1122 (*-*-netware*): Don't skip target-libmudflap.
1123 (*-*-tpf*): Don't skip target-libmudflap.
1124 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1125 directories on the host.
1126 (ia64*-*-*vms*): Don't skip tix.
1127 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1128 host.
1129 * configure: Regenerate.
1130
1131 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1132
1133 * configure.ac: Remove references to mt-mep, mt-netware,
1134 mt-wince.
1135 * Makefile.def: Add all-utils soft dependencies.
1136 * Makefile.tpl: Remove GDB_NLM_DEPS.
1137 * configure: Regenerate.
1138 * Makefile.in: Regenerate.
1139
1140 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1141
1142 * configure.ac: Do not include mh-x86omitfp.
1143 * configure: Regenerate.
1144
1145 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1146
1147 * configure.ac: Remove empty cases.
1148 * configure: Regenerate.
1149
1150 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1151
1152 * Makefile.def: Add dependency from termcap to gdb.
1153 * Makefile.in: Regenerate.
1154
1155 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1156
1157 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1158 * configure: Regenerate.
1159 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1160 * Makefile.tpl: Likewise.
1161 * Makefile.in: Regenerate.
1162
1163 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1164
1165 * configure.ac: Remove all mentions of tentative_cc.
1166 * configure: Regenerate.
1167
1168 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1169
1170 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1171 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1172 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1173 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1174 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1175 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1176 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1177 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1178 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1179 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1180 *-*-rhapsody*): Remove host cases.
1181 * configure: Regenerate.
1182
1183 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1184
1185 * configure.ac (ppc*-*-pe): Remove host case.
1186 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1187 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1188 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1189 cases.
1190 * configure: Regenerate.
1191
1192 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1193
1194 * config.sub: Update to version 2011-03-23.
1195
1196 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1197
1198 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1199 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1200 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1201 * configure: Regenerate.
1202
1203 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1204
1205 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1206 to Write After Approval.
1207 * config-ml.in: Don't handle arc-*-elf*.
1208 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1209 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1210 handle GCC libraries.
1211 * configure: Regenerate.
1212
1213 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1214
1215 PR bootstrap/48120:
1216 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1217 Add -lstdc++ -lm to LIBS.
1218 * configure: Regenerate.
1219
1220 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1221
1222 * config.guess: Update to version 2011-02-02
1223 * config.sub: Update to version 2011-02-24
1224
1225 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1226
1227 PR lto/48086
1228 * configure.ac: Re-enable LTO on *-apple-darwin9.
1229 * configure: Regenerate.
1230
1231 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1232
1233 PR lto/48086
1234 * configure.ac: Disable LTO on darwin due to an assembler change in
1235 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1236 under 256.
1237 * configure: Regenerate.
1238
1239 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1240
1241 * MAINTAINERS: Update myself as score backend maintainer,
1242 update my e-mail address.
1243
1244 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1245
1246 * MAINTAINERS: Update my e-mail address.
1247
1248 2011-03-06 Joey Ye <joey.ye@arm.com>
1249
1250 * MAINTAINERS: Update my e-mail address.
1251
1252 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1253
1254 * configure.ac: Adjust test of with_ppl.
1255 * configure: Regenerated.
1256
1257 2011-03-02 Kai Tietz <ktietz@redhat.com>
1258
1259 * MAINTAINERS: Adjust my e-mail address.
1260
1261 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1262
1263 * configure.ac: Add -lpwl to ppllibs.
1264 * configure: Regenerated.
1265
1266 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1267
1268 * config/cloog.m4: Add -lisl to clooglibs.
1269 * configure: Regenerated.
1270
1271 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1272
1273 * MAINTAINERS (CPU Port maintainers): Add self.
1274
1275 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1276
1277 * MAINTAINERS: Add myself as testsuite maintainer.
1278
1279 2011-02-15 Mike Stump <mikestump@comcast.net>
1280
1281 * MAINTAINERS: Add myself as testsuite maintainer.
1282
1283 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1284
1285 Import from Libtool and gnulib:
1286
1287 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1288
1289 Prepare for supporting FreeBSD 10.
1290 * config.rpath: Remove handling of freebsd1* which soon would
1291 match FreeBSD 10.0.
1292
1293 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1294
1295 Remove support for FreeBSD 1.x.
1296 * libtool.m4 (_LT_LINKER_SHLIBS)
1297 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1298 soon would incorrectly match FreeBSD 10.0.
1299
1300 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1301
1302 PR binutils/12283
1303 * move-if-change: Import version from gnulib.
1304
1305 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1306
1307 PR lto/47225
1308 * Makefile.def (lto-plugin): Double dash for enable-shared.
1309 (configure-gcc): Depend on all-lto-plugin.
1310 * Makefile.in: Rebuilt.
1311
1312 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1313
1314 * configure.ac: Remove extra bracket.
1315 * configure: Regenerate.
1316
1317 2011-02-08 Tobias Burnus <burnus@net-b.de>
1318
1319 * MAINTAINERS: Add myself as libquadmath maintainer.
1320
1321 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1322
1323 * MAINTAINERS: Update my email address.
1324
1325 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1326
1327 * MAINTAINERS (option handling): Add self.
1328
1329 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1330
1331 PR lto/47225
1332 * Makefile.def: Add dependency for install-gcc
1333 on install-lto-plugin.
1334 * Makfile.in: Regenerated
1335
1336 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1337
1338 * MAINTAINERS (CPU Port Maintainers): Add myself.
1339
1340 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1341
1342 PR libgcj/44341
1343 * configure.ac: Discard --with-* flags for host when configuring
1344 target libraries for cross build.
1345 * configure: Rebuilt.
1346
1347 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1348
1349 * MAINTAINERS (linear loop transforms): Removed.
1350
1351 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1352
1353 * configure.ac: If with_ppl is no, move setting with_cloog=no
1354 after CLOOG_REQUESTED check.
1355 * configure: Regenerated.
1356
1357 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1358
1359 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1360 CLooG has been requested.
1361 * configure: Regenerated.
1362
1363 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1364
1365 * configure: Regenerated.
1366 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1367
1368 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1369
1370 * configure: Regenerated.
1371 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1372
1373 2011-01-21 Andreas Schwab <schwab@redhat.com>
1374
1375 * configure.ac: Use AS_HELP_STRING throughout.
1376 * configure: Regenerate.
1377
1378 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1379
1380 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1381 * configure: Regenerate.
1382
1383 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1384
1385 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1386
1387 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1388
1389 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1390 for ia64-hpux.
1391 * configure: Regenerate.
1392
1393 2011-01-07 Jan Hubicka <jh@suse.cz>
1394
1395 PR lto/47225
1396 * Makefile.in: Regenerate.
1397 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1398 configure.
1399
1400 2011-01-07 Jan Hubicka <jh@suse.cz>
1401
1402 * Makefile.in: Regenerate.
1403 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1404 and configure dependency on lto-plugin configure.
1405 (lto-plugin module): Remove dependency on GCC; add dependency on
1406 liniberty.
1407
1408 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1409
1410 * MAINTAINERS (Write After Approval): Add myself.
1411
1412 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1413
1414 * configure: Regenerate.
1415
1416 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1417
1418 * configure.ac: (picochip): Disable libiberty.
1419
1420 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1421
1422 * MAINTAINERS (Write After Approval): Add myself.
1423
1424 2010-12-10 Ian Lance Taylor <iant@google.com>
1425
1426 PR bootstrap/46819
1427 * configure.ac: For --disable-libgcj clear libgcj_saved.
1428 * configure: Rebuild.
1429
1430 2010-12-10 Tobias Burnus <burnus@net-b.de>
1431
1432 PR fortran/46540
1433 * configure.ac: Add --disable-libquadmath and
1434 --disable-libquadmath-support.
1435 * configure: Regenerate.
1436
1437 2010-12-03 Ian Lance Taylor <iant@google.com>
1438
1439 * MAINTAINERS: Add myself as libgo maintainer.
1440
1441 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1442
1443 PR libffi/46792
1444 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1445 * configure: Regenerate.
1446
1447 2010-12-02 Ian Lance Taylor <iant@google.com>
1448
1449 * configure.ac: Always set default for poststage1_ldflags to
1450 -static-libstdc++ -static-libgcc.
1451
1452 2010-11-29 Andreas Schwab <schwab@redhat.com>
1453
1454 * configure.ac: Move comment to remove extra space in last argument
1455 of GCC_TARGET_TOOL.
1456
1457 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1458
1459 PR other/46026
1460 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1461 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1462 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1463 (BASE_FLAGS_TO_PASS): Use it.
1464 * configure: Rebuilt.
1465 * Makefile.in: Rebuilt.
1466
1467 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1468
1469 PR binutils/12258
1470 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1471 Properly check default linker.
1472 * configure: Regnerated.
1473
1474 2010-11-23 Matthias Klose <doko@ubuntu.com>
1475
1476 * configure.ac: For --enable-gold, handle value `default' instead of
1477 `both*'. New configure option --{en,dis}able-ld.
1478 * configure: Regenerate.
1479
1480 2010-11-20 Ian Lance Taylor <iant@google.com>
1481
1482 * configure.ac: Only disable a language library if no language needs
1483 it. Don't let --disable-libgcj uncondtionally disable libffi.
1484 * configure: Rebuild.
1485
1486 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1487
1488 * Makefile.in: Regenerate.
1489
1490 PR other/46202
1491 * configure.ac: Fix just-built in-tree STRIP name to be
1492 binutils/strip-new.
1493 * configure: Regenerate.
1494 * Makefile.def (install-strip-gcc, install-strip-binutils)
1495 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1496 (install-strip-sid): Mirror dependencies on non-strip variants
1497 of these targets on the respective -strip prerequisites.
1498 * Makefile.tpl (install-strip, install-strip-host)
1499 (install-strip-target): New targets.
1500 (install-strip-[+module+], install-strip-target-[+module+]):
1501 New targets.
1502 * Makefile.in: Regenerate.
1503
1504 2010-11-19 Ian Lance Taylor <iant@google.com>
1505 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1506
1507 * configure.ac: Add target-libgo to target_libraries. Set
1508 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1509 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1510 (HOST_EXPORTS): Add GOC.
1511 (BASE_TARGET_EXPORTS): Add GOC.
1512 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1513 (GOCFLAGS_FOR_TARGET): New variable.
1514 (EXTRA_HOST_FLAGS): Add GOC.
1515 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1516 * Makefile.def (target_modules): Add libgo.
1517 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1518 (dependencies): Add dependency from configure-target-libgo to
1519 configure-target-libffi and all-target-libstdc++-v3. Add
1520 dependencies from all-target-libgo to all-target-libffi.
1521 (languages): Add go.
1522 * configure: Rebuild.
1523 * Makefile.in: Rebuild.
1524
1525 2010-11-19 Ian Lance Taylor <iant@google.com>
1526
1527 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1528 compiler/flag environment variables.
1529
1530 2010-11-18 Ian Lance Taylor <iant@google.com>
1531
1532 * configure.ac: Check for lang_requires_boot_languages in
1533 config-lang.in files.
1534 * configure: Rebuild.
1535
1536 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1537 Tobias Burnus <burnus@net-b.de>
1538
1539 PR fortran/32049
1540 * Makefile.def: Add libquadmath; build it with language=fortran.
1541 * configure.ac: Add libquadmath.
1542 * Makefile.tpl: Handle multiple libs in check-[+language+].
1543 * Makefile.in: Regenerate.
1544 * configure: Regenerate.
1545
1546 2010-11-16 Tom Tromey <tromey@redhat.com>
1547
1548 * MAINTAINERS: Moved myself to reviewers section.
1549
1550 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1551
1552 * MAINTAINERS: Moved myself to reviewers section.
1553
1554 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1555
1556 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1557 (Write After Approval): Remove self.
1558
1559 2010-11-15 Andreas Schwab <schwab@redhat.com>
1560
1561 * configure.ac: Fix spelling in option names.
1562 * configure: Regenerated.
1563
1564 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1565
1566 PR bootstrap/39622
1567 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1568 * configure: Regenerated.
1569
1570 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1571
1572 * MAINTAINERS: Update my email address.
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-12 Tobias Grosser <grosser@fim.uni-passau.de>
1587
1588 * configure: Regenerate.
1589
1590 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1591
1592 * configure.ac: Support official CLooG.org versions.
1593 * configure: Regenerate.
1594 * config/cloog.m4: New.
1595
1596 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1597
1598 * MAINTAINERS (Write After Approval): Add myself.
1599
1600 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1601
1602 * MAINTAINERS: Update my email address.
1603
1604 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1605
1606 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1607 * configure: Regenerate.
1608
1609 2010-11-03 Ian Lance Taylor <iant@google.com>
1610 Dave Korn <dave.korn.cygwin@gmail.com>
1611
1612 PR lto/46273
1613 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1614 and on other supported platforms whenever LTO is enabled.
1615 * configure: Rebuild.
1616
1617 2010-11-02 Alan Modra <amodra@gmail.com>
1618
1619 PR binutils/12110
1620 * configure.ac: Error when source path contains spaces.
1621 * configure: Regenerate.
1622
1623 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1624
1625 * MAINTAINERS: Update my email address.
1626
1627 2010-10-20 Ian Lance Taylor <iant@google.com>
1628
1629 * Makefile.def (target_modules): Set lib_path to src/.libs for
1630 libstdc++-v3 module.
1631 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1632 * Makefile.in: Rebuild.
1633
1634 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1635
1636 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1637 (Write After Approval): Remove myself.
1638
1639 2010-10-15 Tristan Gingold <gingold@adacore.com>
1640
1641 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1642
1643 2010-10-14 Douglas Rupp <rupp@gnat.com>
1644
1645 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1646
1647 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1648
1649 * configure.ac (build_lto_plugin): New shell variable.
1650 (--enable-lto): Turn on by default for all non-ELF platforms that
1651 have had LTO support added so far. Set build_lto_plugin appropriately
1652 for both ELF and non-ELF.
1653 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1654 * configure: Regenerate.
1655
1656 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1657
1658 Sync from src:
1659 * configure.ac (v850 support): Remove target-libgloss from
1660 noconfigdirs.
1661 * configure: Regenerate.
1662
1663 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1664
1665 PR bootstrap/45326
1666 PR bootstrap/45174
1667 * configure.ac: Honor initial values of $build_configargs,
1668 $host_configargs, $target_configargs. Mark the precious, so
1669 environment settings get recorded.
1670 * configure: Regenerate.
1671
1672 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1673
1674 PR bootstrap/45796
1675 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1676 Depend on all-build-libiberty.
1677 * Makefile.in: Regenerate.
1678
1679 2010-09-30 Michael Eager <eager@eagercon.com>
1680
1681 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1682 * configure: Regenerate.
1683
1684 2010-09-28 Michael Eager <eager@eagercon.com>
1685
1686 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1687
1688 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1689
1690 PR bootstrap/44621
1691 * configure.ac: Fix unportable shell quoting.
1692 * configure: Regenerate.
1693
1694 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1695
1696 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1697 targets and amend comment.
1698 * configure: Regenerate.
1699
1700 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1701
1702 * MAINTAINERS (Write After Approval): Add myself.
1703
1704 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1705
1706 * configure.ac: Enable LTO by default on Darwin.
1707 * configure: Regenerate.
1708
1709 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1710
1711 * MAINTAINERS (Write After Approval): Add myself.
1712
1713 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1714
1715 * MAINTAINERS (Write After Approval): Add myself.
1716
1717 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1718
1719 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1720 ports
1721
1722 2010-07-28 David Yuste <david.yuste@gmail.com>
1723
1724 * MAINTAINERS (Write After Approval): Add myself.
1725
1726 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1727
1728 * configure.ac: Support all v850 targets.
1729 * configure: Regenerate.
1730
1731 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1732
1733 PR bootstrap/44455
1734 * configure.ac (extra_mpfr_configure_flags): Copy from
1735 extra_mpc_gmp_configure_flags.
1736 * configure: Re-generated.
1737
1738 2010-07-22 Andi Kleen <ak@linux.intel.com>
1739
1740 * MAINTAINERS (Write After Approval): Add myself.
1741
1742 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1743
1744 * MAINTAINERS (Write After Approval): Add myself.
1745
1746 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1747
1748 * MAINTAINERS (Write After Approval): Add myself.
1749
1750 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1751
1752 PR target/44862
1753 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1754 Provide -B option to allow for link spec %s substitutions for
1755 libstdc++.a on darwin.
1756 * Makefile.in: Regenerate.
1757
1758 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1759
1760 * MAINTAINERS (Reviewers): Update my e-mail address
1761
1762 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1763
1764 * Makefile.def (configure-gcc): Depend on all-libelf.
1765 * Makefile.in: Rebuild.
1766
1767 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1768
1769 * MAINTAINERS (Write After Approval): Add myself in the right place.
1770
1771 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1772
1773 * MAINTAINERS (Write After Approval): Add myself.
1774
1775 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1776
1777 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1778
1779 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1780
1781 * config.sub: Update to version 2010-05-21.
1782 * config.guess: Update to version 2010-04-03.
1783
1784 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1785
1786 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1787 * configure: Regenerate.
1788
1789 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1790
1791 * MAINTAINERS (Write After Approval): Add myself.
1792
1793 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1794
1795 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1796 a platform that supports LTO.
1797 * configure: Regenerate.
1798
1799 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1800
1801 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1802 * configure: Regenerated.
1803
1804 2010-04-27 Roland McGrath <roland@redhat.com>
1805 H.J. Lu <hongjiu.lu@intel.com>
1806
1807 * configure.ac (--enable-gold): Support both, both/gold and
1808 both/bfd to add gold to configdirs without removing ld.
1809 * configure: Regenerated.
1810
1811 * Makefile.def: Add install-gold dependency to install-ld.
1812 * Makefile.in: Regenerated.
1813
1814 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1815
1816 PR lto/42776
1817 * configure.ac (--enable-lto): Refactor handling so libelf tests
1818 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1819 and allow LTO to be explicitly enabled on non-ELF platforms that
1820 are known to support it inside else-clause.
1821 * configure: Regenerate.
1822
1823 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1824
1825 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1826 * configure: Regenerate.
1827
1828 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1829
1830 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1831 * configure: Regenerate.
1832
1833 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1834
1835 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1836 separately.
1837 * configure: Regenerate.
1838
1839 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1840
1841 * MAINTAINERS (Write After Approval): Add myself.
1842
1843 2010-04-14 Tristan Gingold <gingold@adacore.com>
1844
1845 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1846 * configure: Regenerate.
1847
1848 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1849
1850 * configure: Regenerate after change to elf.m4.
1851
1852 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1853
1854 * MAINTAINERS (Write After Approval): Add myself.
1855
1856 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1857
1858 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1859 * configure: Regenerated.
1860
1861 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1862
1863 * configure.ac: Print "buggy but acceptable" when CLooG
1864 revision is less than 9.
1865 * configure: Regenerated.
1866
1867 2010-04-01 Diego Novillo <dnovillo@google.com>
1868
1869 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1870
1871 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1872
1873 PR bootstrap/43615
1874 PR bootstrap/43328
1875
1876 Revert:
1877
1878 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1879
1880 * configure.ac: Do not pass --enable-multilib nor
1881 --disable-multilib in baseargs. Accept explicitly passed
1882 --enable_multilib.
1883 * configure: Regenerate.
1884
1885 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1886
1887 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1888
1889 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1890
1891 * MAINTAINERS: Remove myself.
1892
1893 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1894
1895 PR bootstrap/43328
1896 * configure.ac: Do not pass --enable-multilib nor
1897 --disable-multilib in baseargs. Accept explicitly passed
1898 --enable_multilib.
1899 * configure: Regenerate.
1900
1901 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1902
1903 * MAINTAINERS (spu port): Remove me.
1904
1905 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1906
1907 * configure.ac (tic6x-*-*): New case.
1908 * configure: Regenerate.
1909
1910 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1911
1912 * config.sub: Update to version 2010-03-22.
1913 * config.guess: Update to version 2009-12-30.
1914
1915 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1916
1917 PR ada/42554
1918 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1919 * configure: Regenerate.
1920
1921 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1922
1923 * MAINTAINERS: Update my email address.
1924
1925 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1926
1927 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1928 (ghassan.shobaki@amd.com): Removed.
1929
1930 2010-03-17 Alan Modra <amodra@gmail.com>
1931
1932 * MAINTAINERS: Update my email address.
1933
1934 2010-03-16 Diego Novillo <dnovillo@google.com>
1935
1936 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1937 Matthews.
1938
1939 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1940
1941 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1942 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1943
1944 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1945
1946 * MAINTAINERS: Update my email address.
1947
1948 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1949
1950 * MAINTAINERS: Update my email address.
1951
1952 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1953
1954 * MAINTAINERS: Update my email address.
1955
1956 2010-03-09 Jie Zhang <jie@codesourcery.com>
1957
1958 * MAINTAINERS: Update my email address.
1959
1960 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1961
1962 PR libstdc++/32499
1963 * configure.ac (RANLIB): Default to true.
1964 (STRIP): Likewise.
1965 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1966 * configure: Regenerate.
1967
1968 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1969
1970 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1971 (Write After Approval): Update my email address.
1972
1973 2010-02-17 Nick Clifton <nickc@redhat.com>
1974
1975 PR 11238
1976 * Makefile.tpl (local-distclean): Also remove config.cache files in
1977 sub-directories as there may not be Makefiles present in the
1978 sub-directories.
1979 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1980 the config.cache files found by the find command.
1981
1982 * Makefile.in: Regenerate.
1983 * configure.ac: Revert previous delta.
1984 * configure: Regenerate.
1985
1986 2010-02-15 Nick Clifton <nickc@redhat.com>
1987
1988 PR 11238
1989 * configure.ac: Delete config.cache files in sub-directories when
1990 deleting Makefiles.
1991 * configure: Regenerate.
1992
1993 2010-02-12 Ben Elliston <bje@gnu.org>
1994
1995 * MAINTAINERS: Update my email address.
1996
1997 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1998
1999 * MAINTAINERS (spu port): Update my email address.
2000
2001 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2002
2003 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2004
2005 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2006
2007 * configure.ac: Add "recommended" version checks for GMP/MPC.
2008 Update recommended GMP/MPFR/MPC versions.
2009 * configure: Regenerate.
2010
2011 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2012
2013 * MAINTAINERS: Move my Embecosm email address into the
2014 write-after-approval section.
2015
2016 2010-01-26 Ian Lance Taylor <iant@google.com>
2017
2018 * MAINTAINERS: Add myself as Go frontend maintainer.
2019
2020 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2021
2022 PR libstdc++/36101, PR libstdc++/42813
2023 * configure.ac (bootstrap_target_libs): Make inclusion of
2024 target-libgomp conditional on libgomb being in target_configdirs.
2025 * configure: Regenerate.
2026
2027 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2028
2029 PR libstdc++/36101, PR libstdc++/42813
2030 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2031 * configure: Regenerate.
2032
2033 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2034
2035 PR libstdc++/36101, PR libstdc++/42813
2036 * configure.ac (target_configdirs): Substitute.
2037 * Makefile.def: Bootstrap target module libgomp.
2038 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2039 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2040 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2041 * configure, Makefile.in: Regenerate.
2042
2043 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2044
2045 * MAINTAINERS: Adjust my details.
2046
2047 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2048
2049 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2050
2051 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2052
2053 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2054
2055 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2056
2057 * MAINTAINERS (Write After Approval): Add myself.
2058
2059 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2060
2061 * MAINTAINERS (Write After Approval): Add myself.
2062
2063 2010-01-11 Richard Guenther <rguenther@suse.de>
2064
2065 PR lto/41569
2066 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2067 * Makefile.in: Regenerated.
2068
2069 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2070
2071 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2072 * configure: Regenerate.
2073
2074 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2075 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2076
2077 PR bootstrap/42424
2078 * configure.ac: Include libtool m4 files.
2079 (_LT_CHECK_OBJDIR): Call it.
2080 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2081 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2082
2083 * configure: Regenerate.
2084
2085 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2086
2087 PR bootstrap/41818
2088 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2089 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2090 * Makefile.in: Regenerate.
2091
2092 2010-01-02 Richard Guenther <rguenther@suse.de>
2093
2094 PR lto/41529
2095 * configure.ac: Include config/elf.m4. Disable LTO if not
2096 builting for an elf target.
2097 * configure: Regenerate.
2098
2099 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2100
2101 * MAINTAINERS: Change my email address.
2102
2103 2009-12-18 Ben Elliston <bje@au.ibm.com>
2104
2105 * config.sub, config.guess: Update from upstream sources.
2106
2107 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2108
2109 * MAINTAINERS (Write After Approval): Add myself.
2110
2111 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2112
2113 PR middle-end/30447
2114 PR middle-end/30789
2115 PR other/40302
2116
2117 * configure.ac: Require MPC.
2118 * configure: Regenerate.
2119
2120 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2121
2122 PR target/38384
2123 PR bootstrap/40972
2124 * libtool.m4: Sync from git Libtool.
2125 * ltoptions.m4: Likewise.
2126 * ltversion.m4: Likewise.
2127 * lt~obsolete.m4: Likewise.
2128 * ltmain.sh: Likewise.
2129
2130 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2131
2132 * configure.ac: Update minimum MPC version to 0.8.
2133 * configure: Regenerate.
2134
2135 2009-11-21 Sebastian Pop <sebpop@gmail.com>
2136
2137 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2138 * configure: Regenerated.
2139
2140 2009-11-21 Ian Lance Taylor <iant@google.com>
2141
2142 * configure.ac: Change default of poststage1_ldflags to be empty if
2143 poststage1_libs is set. When poststage1_libs is empty, and
2144 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2145 * configure: Rebuild.
2146
2147 2009-11-21 Adam Nemet <adambnmet@gmail.com>
2148
2149 * MAINTAINERS (Write After Approval): Update my email address.
2150
2151 2009-11-20 Ben Elliston <bje@au.ibm.com>
2152
2153 * config.guess: Update from upstream sources.
2154
2155 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2156
2157 * Makefile.def: Restore host and target settings for gmp.
2158 * Makefile.in: Rebuild.
2159
2160 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2161
2162 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2163 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2164 Fix portability of test of C++ as bootstrap language. Add
2165 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2166 * configure: Rebuild.
2167 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2168 and cloog. Fix in-tree ppl configuration. Introduce libelf
2169 in-tree building.
2170 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2171 (POSTSTAGE1_HOST_EXPORTS): Use it.
2172 (STAGE[+id+]_CXXFLAGS): New.
2173 (BASE_FLAGS_TO_PASS): Pass it down.
2174 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2175 extra_exports.
2176 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2177 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2178 extra_exports.
2179 * Makefile.in: Rebuild.
2180
2181 2009-11-17 Ben Elliston <bje@au.ibm.com>
2182
2183 * config.sub, config.guess: Update from upstream sources.
2184
2185 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 * MAINTAINERS (Write After Approval): Add myself.
2188
2189 2009-11-09 Jon Beniston <jon@beniston.com>
2190
2191 * MAINTAINERS (Write After Approval): Add myself.
2192
2193 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2194
2195 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2196 paths for *-w64-mingw* and x86_64-*mingw*.
2197 * configure: Regenerated.
2198
2199 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2200
2201 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2202
2203 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2204
2205 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2206 Phil Edwards to Write-After Approval.
2207
2208 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2209
2210 * configure.ac: Disable target-winsup & co for
2211 x86_64-*-mingw* and *-w64-mingw* targets.
2212 * configure: Regenerated.
2213
2214 2009-10-16 Nick Clifton <nickc@redhat.com>
2215
2216 * MAINTAINERS: Add myself as a maintainer for the RX port.
2217
2218 2009-10-26 Johannes Singler <singler@kit.edu>
2219
2220 * MAINTAINERS (Write After Approval): Update my e-mail address.
2221
2222 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2223
2224 * configure.ac (CLooG test): Use = with test.
2225 * configure: Regenerate.
2226
2227 2009-10-22 Richard Guenther <rguenther@suse.de>
2228
2229 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2230 cloog if the ppl version check failed. Move flags saving
2231 before setting in libelf check.
2232 * configure: Regenerate.
2233
2234 2009-10-21 Richard Guenther <rguenther@suse.de>
2235
2236 * configure.ac: Adjust the ppl and cloog configure to work as
2237 documented. Disable cloog if ppl was disabled. Omit the version
2238 checks if they were disabled.
2239 * configure: Re-generate.
2240
2241 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2242
2243 * configure.ac: Add 'lto' to enable_languages, not
2244 new_enable_languages, and only if not already present.
2245 * configure: Regenerate.
2246
2247 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2248
2249 * README: Refer to the various COPYING* files instead of just
2250 COPYING.
2251 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2252
2253 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2254
2255 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2256
2257 2009-10-07 Richard Guenther <rguenther@suse.de>
2258
2259 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2260 and Richard Guenther as reviewers.
2261 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2262 as reviewers.
2263
2264 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2265
2266 * config.sub: Update from upstream sources.
2267
2268 2009-10-06 Ian Lance Taylor <iant@google.com>
2269
2270 * Makefile.def: check-gold depends upon all-gas.
2271 * Makefile.in: Rebuild.
2272
2273 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2274
2275 * MAINTAINERS (Write After Approval): Add myself.
2276
2277 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2278
2279 * Makefile.def: all-lto-plugin depends on all-libiberty.
2280 set bootstrap=true for lto-plugin.
2281 Add lto-plugin.
2282 * Makefile.in: Regenerate.
2283 * configure.ac (host_libs): Add lto-plugin.
2284 * configure: Regenerate.
2285
2286 2009-10-03 Diego Novillo <dnovillo@google.com>
2287
2288 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2289 (HOST_LIBELFLIBS): Define.
2290 (HOST_LIBELFINC): Define.
2291 * Makefile.in: Regenerate.
2292 * configure.ac: Add --enable-lto.
2293 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2294 If --enable-lto is used, add 'lto' to new_enable_languages.
2295 If --enable-lto is used and gold is enabled, add
2296 lto-plugin to configdirs.
2297 * configure: Regenerate.
2298
2299 2009-10-03 Simon Baldwin <simonb@google.com>
2300
2301 * configure.ac: If --with-system-zlib, suppress local zlib and
2302 pass --with-system-zlib to subdir configure scripts.
2303 * configure: Regenerate.
2304
2305 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2306 Paolo Bonzini <bonzini@gnu.org>
2307
2308 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2309 $(srcdir).
2310 * Makefile.in: Rebuilt.
2311
2312 2009-09-26 Gary Funck <gary@intrepid.com>
2313
2314 * MAINTAINERS (Write After Approval): Add myself.
2315
2316 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2317
2318 * configure.ac: Update minimum MPC version to 0.7.
2319 * configure: Regenerate.
2320
2321 2009-09-25 Nick Clifton <nickc@redhat.com>
2322
2323 * configure.ac: Pass any --cache-file=/dev/null option on to
2324 subconfigures.
2325 * configure: Regenerate.
2326
2327 2009-09-23 Nick Clifton <nickc@redhat.com>
2328
2329 * config.sub, config.guess: Update from upstream sources.
2330
2331 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2332
2333 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2334 * Makefile.in: Rebuilt.
2335
2336 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2337
2338 PR bootstrap/32272
2339 * configure.ac: Error out if $srcdir isn't '.' but contains
2340 host-${host_noncanonical}.
2341 * configure: Regenerate.
2342
2343 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2344
2345 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2346 maintainer.
2347
2348 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2349
2350 * configure.ac: If bootstrapping a combined tree with
2351 --enable-gold, require c++ in stage1_languages.
2352 * configure: Regenerate.
2353
2354 * configure.ac: Also add target_libs of stage1_languages to
2355 bootstrap_target_libs.
2356 * configure: Regenerate.
2357
2358 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2359 with --enable-languages not containing c++.
2360 * configure: Regenerate.
2361
2362 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2363
2364 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2365 * configure: Regenerate.
2366
2367 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2368
2369 * MAINTAINERS (Write After Approval): Update my e-mail address,
2370 and move from from here...
2371 (Waiting for paperwork): To here.
2372
2373 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2374
2375 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2376
2377 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2378
2379 * configure.ac: Do not use $extrasub for replacing @if/@endif
2380 parts in Makefile; instead, use additional arguments to
2381 AC_CONFIG_COMMANDS to do the replacement manually, with several
2382 sed invocations, to avoid HP-UX sed command limits.
2383 * configure: Regenerate.
2384
2385 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2386
2387 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2388 blank before -L.
2389
2390 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2391
2392 * configure.ac (with-build-config): Document. Handle without.
2393 Handle missing argument.
2394 * configure: Rebuilt.
2395
2396 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2397
2398 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2399 Default to bootstrap-debug only if compare-debug works.
2400 * configure: Rebuilt.
2401 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2402 * Makefile.in: Rebuilt.
2403
2404 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2405
2406 * MAINTAINERS (OS Port Maintainers): Update my email address.
2407
2408 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2409
2410 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2411 * Makefile.in: Rebuilt.
2412
2413 2009-09-01 Chris Demetriou <cgd@google.com>
2414
2415 * MAINTAINERS (Write After Approval): Add myself.
2416
2417 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2418
2419 PR debug/30161
2420 * include/dwarf2.h (enum dwarf_tag): Added
2421 DW_TAG_GNU_template_template_param
2422 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2423
2424 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2425
2426 * Makefile.tpl (AWK): Fix typo.
2427 * Makefile.in: Regenerate.
2428
2429 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2430
2431 * configure.ac: Detect awk and sed.
2432 * Makefile.def (flags_to_pass): Add AWK and SED.
2433 * Makefile.tpl (AWK, SED): New.
2434 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2435 * configure: Regenerate.
2436 * Makefile.in: Regenerate.
2437
2438 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2439
2440 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2441 (collapseslashes): Likewise.
2442
2443 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2444
2445 * configure.ac (AC_PREREQ): Bump to 2.64.
2446
2447 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2448
2449 * configure.ac: Remove --with-datarootdir, --with-docdir,
2450 --with-pdfdir, --with-htmldir switches.
2451 * configure: Regenerate.
2452
2453 * configure: Regenerate.
2454
2455 * compile: Sync from Automake 1.11.
2456 * depcomp: Likewise.
2457 * install-sh: Likewise.
2458 * missing: Likewise.
2459 * mkinstalldirs: Likewise.
2460 * ylwrap: Likewise.
2461
2462 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2463
2464 * ltmain.sh (func_normal_abspath): New function.
2465 (func_relative_path): Likewise.
2466 (func_mode_help): Document new -bindir option for link mode.
2467 (func_mode_link): Add new -bindir option, and use it to place
2468 output DLL if specified.
2469
2470 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2471
2472 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2473 (baseargs): Add --disable-option-checking.
2474 * configure: Regenerate.
2475
2476 * Makefile.def (configure-target-libiberty): Depend on
2477 all-binutils and all-ld.
2478 (configure-target-newlib): Likewise.
2479 * Makefile.in: Regenerate.
2480
2481 2009-08-17 Ben Elliston <bje@au.ibm.com>
2482
2483 * config.sub, config.guess: Update from upstream sources.
2484
2485 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2486
2487 Sync from src, merge:
2488
2489 2009-07-02 Tristan Gingold <gingold@adacore.com>
2490
2491 * configure.ac: Do not exclude gas for i386-*-darwin.
2492 Add a case for x86_64-*-darwin.
2493 * configure: Regenerate.
2494
2495 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2496
2497 * MAINTAINERS: Add my name to Write After Approval list.
2498
2499 2009-08-06 Michael Eager <eager@eagercon.com>
2500
2501 * configure.ac: Add Microblaze target.
2502 * configure: Regenerate.
2503
2504 2009-07-31 Christian Bruel <christian.bruel@st.com>
2505
2506 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2507 * configure: Regenerate.
2508
2509 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2510
2511 * MAINTAINERS (Write After Approval): Update my e-mail address.
2512
2513 2009-07-06 Ian Lance Taylor <iant@google.com>
2514
2515 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2516 * configure: Rebuild.
2517
2518 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2519
2520 * MAINTAINERS: Move myself to the Graphite Reviewers.
2521
2522 2009-06-30 Wei Guozhi <carrot@google.com>
2523
2524 * MAINTAINERS: Add my name to Write After Approval list.
2525
2526 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2527
2528 PR bootstrap/40338
2529 * configure.ac (comparestring): Create new variable.
2530 * Makefile.tpl (comparestring): Use to skip some comparisions.
2531 * configure: Regenerate.
2532 * Makefile.in: Regenerate.
2533
2534 2009-06-26 Doug Evans <dje@sebabeach.org>
2535
2536 * Makefile.def (host_modules): Add cgen.
2537 * Makefile.in: Regenerate.
2538 * configure.ac (host_tools): Add cgen.
2539 * configure: Regenerate.
2540
2541 2009-06-23 DJ Delorie <dj@redhat.com>
2542
2543 * MAINTAINERS: Add myself as mep maintainer.
2544
2545 2009-06-23 Ian Lance Taylor <iant@google.com>
2546
2547 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2548 boot_languages. Only bootstrap target libraries listed in
2549 target_libs for some boot language. Add --with-stage1-ldflags,
2550 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2551 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2552 if not building with C++.
2553 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2554 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2555 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2556 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2557 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2558 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2559 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2560 * configure, Makefile.in: Rebuild.
2561
2562 2009-06-23 Li Feng <nemokingdom@gmail.com>
2563
2564 * MAINTAINERS: Added my name to write-after-approval list.
2565
2566 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2567
2568 * configure.ac: Define is_elf for QNX Neutrino targets.
2569 * configure: Regenerate.
2570
2571 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2572
2573 * MAINTAINERS: Added my name to the write-after-approval list
2574
2575 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2576
2577 * configure.ac: Detect MPC in default directory.
2578 * configure: Regenerate.
2579
2580 2009-06-03 Jerome Guitton <guitton@adacore.com>
2581 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2582
2583 * Makefile.tpl (all): Avoid a trailing backslash.
2584 * Makefile.in: Regenerate.
2585
2586 2009-06-03 Ben Elliston <bje@au.ibm.com>
2587
2588 * config.sub, config.guess: Update from upstream sources.
2589
2590 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2591
2592 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2593 to noconfdirs.
2594 * configure: Regenerate.
2595
2596 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2597
2598 * Makefile.tpl ([+compare-target+]): Compare all stage
2599 directories, rather than just gcc.
2600 * Makefile.in: Rebuilt.
2601
2602 2009-06-01 Doug Kwan <dougkwan@google.com>
2603
2604 * configure.ac: Support gold for target arm*-*-*.
2605 * configure: Regenerate.
2606
2607 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2608
2609 * Makefile.def: Add MPC support and dependencies.
2610 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2611
2612 * Makefile.in, configure: Regenerate.
2613
2614 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2615
2616 * Makefile.tpl (all): Avoid harmless warning in make all when
2617 gcc-bootstrap is enabled but stage_last does not exist.
2618 * Makefile.in: Rebuilt.
2619
2620 2009-05-24 Nicolas Roche <roche@adacore.com>
2621
2622 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2623 * Makefile.in: Regenerate.
2624
2625 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2626
2627 * MAINTAINERS: Update my e-mail address.
2628
2629 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2630
2631 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2632 * configure: Regenerate.
2633
2634 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2635
2636 PR other/40159
2637 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2638 gcc-no-bootstrap are mutually exclusive.
2639 * Makefile.in: Rebuilt.
2640
2641 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2642
2643 PR other/40159
2644 * Makefile.tpl (all): Don't end with unconditional success.
2645 * Makefile.in: Rebuilt.
2646
2647 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2648
2649 PR target/37137
2650 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2651 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2652 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2653 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2654 stage_configureflags, stage_cflags and stage_libcflags into
2655 explicit Makefile macros.
2656 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2657 GFORTRAN.
2658 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2659 CC. Set CC_FOR_BUILD from CC.
2660 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2661 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2662 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2663 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2664 and GFORTRAN.
2665 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2666 (_LIBCFLAGS): Renamed to _TFLAGS.
2667 (do-compare-debug, do-compare3-debug): Drop.
2668 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2669 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2670 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2671 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2672 (XGCC_FLAGS_FOR_TARGET): New.
2673 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2674 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2675 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2676 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2677 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2678 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2679 TFLAGS.
2680 (BUILD_CONFIG): Include if requested.
2681 (all): Set TFLAGS on bootstrap.
2682 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2683 (all-stageid-prefixmodule): Likewise.
2684 (do-clean, distclean-stageid): Set TFLAGS.
2685 (restrap): Fix whitespace.
2686 * Makefile.in: Rebuilt.
2687
2688 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2689
2690 * config.guess: Sync with src.
2691
2692 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2693
2694 * configure.ac ($with_ppl): Default to no if not supplied.
2695 ($with_cloog): Likewise.
2696 configure: Regenerate.
2697
2698 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2699
2700 * MAINTAINERS: Update my e-mail address.
2701
2702 2009-04-27 Nick Clifton <nickc@redhat.com>
2703
2704 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2705
2706 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2707
2708 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2709 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2710 * Makefile.in: Regenerate.
2711
2712 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2713
2714 PR bootstrap/39739
2715 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2716 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2717
2718 * configure, Makefile.in: Regenerate.
2719
2720 2009-04-21 Taras Glek <tglek@mozilla.com>
2721
2722 * include/hashtab.h: Update GTY annotations to new syntax
2723 * include/splay-tree.h: Likewise
2724
2725 2009-04-17 Ben Elliston <bje@au.ibm.com>
2726
2727 * config.sub, config.guess: Update from upstream sources.
2728
2729 2009-04-15 Anthony Green <green@moxielogic.com>
2730
2731 * configure.ac: Add moxie support.
2732 * configure: Rebuilt.
2733
2734 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2735
2736 * configure.ac: Change copyright header to refer to version
2737 3 of the GNU General Public License and to point readers at the
2738 COPYING3 file and the FSF's license web page.
2739 * Makefile.def: Likewise.
2740 * Makefile.tpl: Likewise.
2741 * Makefile.in: Regenerate.
2742
2743 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2744
2745 * configure.ac: Restore match for darwin9 or later. Use double
2746 brackets since regeneration eats one pair.
2747 * configure: Regenerate.
2748
2749 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2750
2751 PR gas/10039
2752 * configure.ac: Require texinfo 4.7.
2753 * configure: Regenerated.
2754
2755 2009-04-09 Nick Clifton <nickc@redhat.com>
2756
2757 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2758 the GCC Runtime Library Exception.
2759
2760 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2761
2762 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2763 * configure: Regenerate.
2764
2765 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2766
2767 * Makefil.def (languages): New entries.
2768 * Makefile.tpl (check-gcc-*): New generic target.
2769 * Makefile.in: Regenerate.
2770
2771 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2772
2773 * MAINTAINERS: Update my email address.
2774
2775 2009-03-18 Tom Tromey <tromey@redhat.com>
2776
2777 * configure: Rebuild.
2778 * configure.ac (host_libs): Add libiconv.
2779 * Makefile.in: Rebuild.
2780 * Makefile.def (host_modules): Add libiconv.
2781 (configure-gdb, all-gdb): Depend on libiconv.
2782
2783 2009-03-16 Tristan Gingold <gingold@adacore.com>
2784
2785 * configure.ac: Treat gdb as supported on x86_64-darwin.
2786 * configure: Regenerate.
2787
2788 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2789
2790 * configure.ac (--with-host-libstdcxx): New option.
2791 * configure: Regenerate.
2792
2793 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2794
2795 * MAINTAINERS: Move myself into the write after approval list.
2796
2797 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2798
2799 * MAINTAINERS: Update e-mail address.
2800
2801 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2802
2803 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2804
2805 2009-03-10 Ira Rosen <irar@il.ibm.com>
2806
2807 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2808
2809 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2810
2811 Backport from git Libtool:
2812
2813 2009-01-19 Robert Millan <rmh@aybabtu.com>
2814 Support GNU/kOpenSolaris.
2815 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2816 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2817 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2818 GNU/kOpenSolaris.
2819
2820 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2821
2822 * MAINTAINERS: Update e-mail address.
2823
2824 2009-02-24 Michael Eager <eager@eagercon.com>
2825
2826 * MAINTAINERS (Write After Approval): Add self.
2827
2828 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2829
2830 * MAINTAINERS (Write After Approval): Add myself.
2831
2832 2009-02-05 Andreas Schwab <schwab@suse.de>
2833
2834 * Makefile.tpl (stage_last): Define $r and $s before using
2835 $(RECURSE_FLAGS_TO_PASS).
2836 * Makefile.in: Regenerate
2837
2838 2009-01-30 Ian Lance Taylor <iant@google.com>
2839
2840 * MAINTAINERS: Move myself to the Global Reviewers list.
2841
2842 2009-01-29 Robert Millan <rmh@aybabtu.com>
2843
2844 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2845 * configure: Regenerate.
2846
2847 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2848
2849 * MAINTAINERS: Make whitespace consistent.
2850 Remove Robert Millan from Write After Approval.
2851
2852 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2853
2854 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2855 (all-opcodes): Depend on all-libiberty.
2856 * Makefile.in: Regenerate.
2857
2858 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2859
2860 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2861 * configure: Regenerate.
2862
2863 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2864
2865 * MAINTAINERS (Write After Approval): Add myself.
2866
2867 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2868
2869 * MAINTAINERS: Add myself to reviewers (Fortran).
2870
2871 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2872
2873 PR tree-optimization/38515
2874 * configure.ac (cloog-polylib): Removed.
2875 (with_ppl, with_cloog): Test for "no".
2876 * configure: Regenerated.
2877
2878 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2879
2880 * MAINTAINERS: Moved myself to reviewers (Fortran).
2881
2882 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2883
2884 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2885 (Write After Approval): Remove myself.
2886
2887 2009-01-03 Diego Novillo <dnovillo@google.com>
2888
2889 * MAINTAINERS: Remove myself from alias maintainership.
2890
2891 2009-01-02 David Ayers <ayers@fsfe.org>
2892
2893 * MAINTAINERS: Update e-mail address.
2894
2895 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2896
2897 * MAINTAINERS: Make whitespace consistent.
2898
2899 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2900
2901 Backport from upstream Libtool:
2902 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2903 Add cache variables to tests that require the linker to work.
2904 For shlibpath_overrides_runpath, this also changes the semantics
2905 to let the result from the C compiler take precedence.
2906
2907 2008-12-02 Ben Elliston <bje@au.ibm.com>
2908
2909 * config.sub, config.guess: Update from upstream sources.
2910
2911 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2912
2913 * configure.ac (ppllibs): Add by default the lib flags.
2914 * configure: Regenerate.
2915
2916 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2917
2918 * MAINTAINERS: Add myself to the write after approval list.
2919
2920 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2921
2922 * configure.ac: Add double brackets on darwin[912].
2923 * configure: Regenerate.
2924
2925 2008-12-03 Daniel Kraft <d@domob.eu>
2926
2927 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2928 Approval to Reviewer section (for Fortran front-end).
2929
2930 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2931
2932 * configure.ac: Expand to darwin10 and later.
2933 * configure: Regenerate.
2934
2935 2008-12-02 Andreas Schwab <schwab@suse.de>
2936
2937 * Makefile.def: configure-target-boehm-gc depends on
2938 all-target-libstdc++-v3.
2939 * Makefile.in: Regenerate.
2940
2941 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2942
2943 * MAINTAINERS: Add myself as mingw maintainer.
2944
2945 2008-12-02 Ben Elliston <bje@au.ibm.com>
2946
2947 * config.sub, config.guess: Update from upstream sources.
2948
2949 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2950
2951 * README.SCO: Remove.
2952
2953 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2954
2955 * MAINTAINERS: Add myself to the write after approval list.
2956
2957 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2958
2959 * MAINTAINERS: Update my email address in WAA section.
2960
2961 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2962
2963 * MAINTAINERS: Update e-mail address.
2964
2965 2008-11-27 Toon Moene <toon@moene.org>
2966
2967 * MAINTAINERS: Change e-mail address.
2968
2969 2008-11-27 Tristan Gingold <gingold@adacore.com>
2970
2971 * configure.ac: Build gdb for i?86-*-darwin*
2972 * configure: Regenerated.
2973
2974 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2975
2976 * MAINTAINERS: Added my full name.
2977
2978 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2979
2980 PR bootstrap/38014
2981 PR bootstrap/37923
2982
2983 Revert:
2984
2985 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2986
2987 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2988 * Makefile.in: Regenerated.
2989
2990 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2991
2992 PR gdb/921
2993 PR gdb/1646
2994 PR gdb/2175
2995 PR gdb/2176
2996
2997 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2998 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2999 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3000 (HOST_EXPORTS): Pass CPPFLAGS.
3001 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3002 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3003 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3004 * Makefile.in, configure: Regenerated.
3005 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3006 and CPPFLAGS_FOR_BUILD.
3007
3008 2008-11-06 Jeff Law <law@redhat.com>
3009
3010 * MAINTAINERS: Add myself as middle end maintainer.
3011
3012 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3013
3014 * MAINTAINERS (Write after approval): Add myself.
3015
3016 2008-11-05 Diego Novillo <dnovillo@google.com>
3017
3018 * MAINTAINERS (Global Reviewers): Add myself.
3019 (Non-Algorithmic Maintainers): Remove myself.
3020
3021 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3022
3023 * MAINTAINERS (Write after approval): Add myself.
3024
3025 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3026
3027 * MAINTAINERS (Write after approval): Add myself.
3028
3029 2008-10-31 Ben Elliston <bje@au.ibm.com>
3030
3031 * configure.ac (spu-*-*): Remove special case.
3032 * configure: Regenerate.
3033
3034 2008-10-30 Catherine Moore <clm@codesourcery.com>
3035
3036 * MAINTAINERS (Write after approval): Update my email address.
3037
3038 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3039
3040 * configure.ac [spu-*-*]: Do not set skipdirs.
3041 * configure: Re-generate.
3042
3043 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3044
3045 * MAINTAINERS (Various Maintainers): Add myself to reload.
3046
3047 2008-10-25 Richard Guenther <rguenther@suse.de>
3048
3049 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3050 maintainer. Remove myself as libgcc-math maintainer.
3051 (Non-Algorithmic Maintainers): Remove myself.
3052
3053 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3054
3055 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3056 * Makefile.in: Regenerated.
3057
3058 2008-10-23 Cary Coutant <ccoutant@google.com>
3059
3060 * MAINTAINERS (Write after approval): Add myself.
3061
3062 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3063
3064 PR gdb/921
3065 PR gdb/1646
3066 PR gdb/2175
3067 PR gdb/2176
3068
3069 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3070 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3071 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3072 (HOST_EXPORTS): Pass CPPFLAGS.
3073 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3074 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3075 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3076 * Makefile.in, configure: Regenerated.
3077 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3078 and CPPFLAGS_FOR_BUILD.
3079
3080 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3081
3082 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3083 Sebastian Pop.
3084
3085 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3086
3087 * MAINTAINERS (Write After Approval): Added myself.
3088
3089 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3090
3091 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3092 recommended version to 2.3.2.
3093
3094 * configure: Regenerate.
3095
3096 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3097
3098 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3099
3100 2008-09-29 David Daney <david.daney@caviumnetworks.com>
3101
3102 * MAINTAINERS (Write After Approval): Update e-mail address.
3103
3104 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3105
3106 * libtool.m4: Update to libtool 2.2.6.
3107 * lt~obsolete.m4: Update to libtool 2.2.6.
3108 * ltmain.sh: Update to libtool 2.2.6.
3109 * ltsugar.m4: Update to libtool 2.2.6.
3110 * ltversion.m4: Update to libtool 2.2.6.
3111 * ltoptions.m4: Update to libtool 2.2.6.
3112 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3113
3114 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3115
3116 * MAINTAINERS (Write After Approval): Add myself.
3117
3118 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3119
3120 * MAINTAINERS (Write After Approval): Update my name.
3121
3122 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3123
3124 * MAINTAINERS: Add myself in "Write After Approval".
3125
3126 2008-09-18 Steve Ellcey <sje@cup.hp.com>
3127
3128 * MAINTAINERS: Add myself as ia64 maintainer.
3129
3130 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3131
3132 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3133 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3134 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3135 and Michael Tiemann from Write After Approval since they do not
3136 actually have access.
3137
3138 2008-09-05 Richard Guenther <rguenther@suse.de>
3139
3140 * configure.ac: Initialize clooglibs to -lcloog.
3141 * configure: Re-generate.
3142
3143 2008-09-04 Le-Chun Wu <lcwu@google.com>
3144
3145 * MAINTAINERS (Write After Approval): Add myself.
3146
3147 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3148
3149 * configure.ac (--with-cloog-polylib): New.
3150 (--disable-cloog-version-check): New.
3151 (--disable-ppl-version-check): New.
3152 * configure: Re-generate.
3153
3154 2008-09-03 Richard Guenther <rguenther@suse.de>
3155
3156 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3157 cloog test.
3158 * configure: Re-generate.
3159
3160 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3161
3162 Add picoChip port.
3163 * MAINTAINERS: Add picoChip maintainers.
3164
3165 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3166 Tobias Grosser <grosser@fim.uni-passau.de>
3167 Jan Sjodin <jan.sjodin@amd.com>
3168 Harsha Jagasia <harsha.jagasia@amd.com>
3169 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3170 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3171 Adrien Eliche <aeliche@isty.uvsq.fr>
3172
3173 Merge from graphite branch.
3174 * configure: Regenerate.
3175 * Makefile.in: Regenerate.
3176 * configure.ac (host_libs): Add ppl and cloog.
3177 Add checks for PPL and CLooG.
3178 * Makefile.def (ppl, cloog): Added modules and dependences.
3179 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3180 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3181
3182 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3183
3184 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3185 (GCC_SHLIB_SUBDIR): New.
3186 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3187 * configure: Regenerate.
3188 * Makefile.in: Regenerate.
3189
3190 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3191
3192 * MAINTAINERS: Consistently use tabs to separate columns.
3193
3194 2008-08-29 Tristan Gingold <gingold@adacore.com>
3195
3196 * MAINTAINERS (Write after Approval): Add myself.
3197
3198 2008-08-28 Tristan Gingold <gingold@adacore.com>
3199
3200 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3201 Enable bfd, binutils and opcodes.
3202 * configure: Regenerate.
3203
3204 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3205
3206 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3207
3208 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3209
3210 * MAINTAINERS: Use correct Umlaut for last name.
3211
3212 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3213
3214 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3215
3216 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3217
3218 * MAINTAINERS: Update my email address.
3219
3220 2008-08-16 Nicolas Roche <roche@adacore.com>
3221
3222 * Makefile.tpl: Add BOOT_ADAFLAGS.
3223 * Makefile.in: Regenerate.
3224
3225 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3226
3227 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3228 * configure: Regenerate.
3229
3230 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3231
3232 * configure.ac: Add makefile fragments for hpux.
3233 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3234 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3235 * configure: Regenerate.
3236 * Makefile.in: Regenerate.
3237
3238 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3239
3240 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3241
3242 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3243
3244 * MAINTAINERS (Write after Approval): Add myself.
3245
3246 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3247
3248 * MAINTAINERS (Write After Approval): Add myself.
3249
3250 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3251
3252 * MAINTAINERS (Write After Approval): Add myself.
3253
3254 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3255
3256 * MAINTAINERS: Update my email address.
3257
3258 2008-06-25 Joey Ye <joey.ye@intel.com>
3259
3260 * MAINTAINERS (Write After Approval): Add myself.
3261
3262 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3263
3264 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3265 * Makefile.in: Regenerate.
3266 * configure: Regenerate.
3267
3268 2008-06-17 Daniel Kraft <d@domob.eu>
3269
3270 * MAINTAINERS (Write After Approval): Add myself.
3271
3272 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3273
3274 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3275 "$@" is still intact with both Autoconf 2.59 and 2.62.
3276 * configure: Regenerate.
3277
3278 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3279
3280 * Makefile.tpl: Fix comment errors.
3281 * Makefile.in: Regenerate.
3282
3283 2008-06-12 David S. Miller <davem@davemloft.net>
3284 David Edelsohn <edelsohn@gnu.org>
3285
3286 * configure.ac: Add powerpc*-*-* to gold supported targets.
3287 * configure: Regenerate.
3288
3289 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3290
3291 PR tree-optimization/36218
3292 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3293 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3294 (all prefix="build-"): Pass them to build-system sub-makes.
3295 * Makefile.in: Regenerate.
3296
3297 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3298
3299 * MAINTAINERS (mt port): Remove.
3300 (sco5, unixware, sco udk): Remove.
3301 (Kean Johnston): Add to Write After Approval.
3302
3303 2008-05-30 Julian Brown <julian@codesourcery.com>
3304
3305 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3306 of libobjc for ARM EABI Linux.
3307 * configure: Regenerate.
3308
3309 2008-05-18 Xinliang David Li <davidxl@google.com>
3310
3311 * ChangeLog: Remove wrong ChangeLog entry.
3312
3313 2008-05-17 Xinliang David Li <davidxl@google.com>
3314
3315 * MAINTAINERS (Write After Approval): Add myself.
3316
3317 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3318
3319 * MAINTAINERS (Write After Approval): Add myself.
3320
3321 2008-05-14 Rafael Espíndola <espindola@google.com>
3322
3323 * config-ml.in: don't handle --enable-shared and --enable-static.
3324
3325 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3326
3327 * MAINTAINERS: Update my email address.
3328
3329 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3330
3331 * MAINTAINERS: Update my email address.
3332
3333 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3334
3335 * MAINTAINERS (Write After Approval): Add myself.
3336
3337 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3338
3339 * MAINTAINERS (Write After Approval): Add myself.
3340
3341 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3342
3343 * MAINTAINERS (crx): Add myself.
3344
3345 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3346
3347 Sync with src:
3348 2008-04-14 David S. Miller <davem@davemloft.net>
3349
3350 * configure.ac: Add sparc*-*-* to gold supported targets.
3351 * configure: Regenerate.
3352
3353 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3354
3355 PR bootstrap/35457
3356 * configure.ac: Include override.m4.
3357 * configure: Regenerate.
3358
3359 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3360
3361 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3362 * Makefile.in: Regenerate.
3363
3364 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3365
3366 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3367 as nonconfigurable directories list.
3368 * configure: Regenerate.
3369
3370 2008-04-14 Ben Elliston <bje@au.ibm.com>
3371
3372 * config.sub, config.guess: Update from upstream sources.
3373
3374 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3375
3376 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3377 * Makefile.in: Regenerate.
3378
3379 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3380
3381 * configure.ac: Do not build libssp for the AVR.
3382 * configure: Regenerate.
3383
3384 2008-04-07 Ian Lance Taylor <iant@google.com>
3385
3386 * Makefile.def: check-gold depends upon all-binutils.
3387 * Makefile.in: Regenerate.
3388
3389 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3390
3391 * MAINTAINERS (Write After Approval): Add myself.
3392
3393 2008-04-04 Nick Clifton <nickc@redhat.com>
3394
3395 PR binutils/4334
3396 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3397 builds.
3398 * configure: Regenerate.
3399
3400 2008-04-04 NightStrike <NightStrike@gmail.com>
3401
3402 PR other/35151
3403 * configure.ac: Combine rules for mingw32 and mingw64.
3404 * configure: Regenerate.
3405
3406 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3407
3408 * MAINTAINERS (Write After Approval): Add myself.
3409
3410 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3411
3412 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3413 * Makefile.in (.NOTPARALLEL): Ditto.
3414
3415 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3416
3417 * MAINTAINERS (Write After Approval): Add myself.
3418
3419 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3420
3421 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3422 * Makefile.in (.NOTPARALLEL): Regenerate.
3423
3424 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3425
3426 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3427 * Makefile.in: Regenerate.
3428
3429 2008-03-26 Jakub Staszak <kuba@et.pl>
3430
3431 * MAINTAINERS (Write After Approval): Add myself.
3432
3433 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3434
3435 * MAINTAINERS: Update e-mail address.
3436
3437 2008-03-20 Ian Lance Taylor <iant@google.com>
3438
3439 * configure.ac: Add support for --enable-gold.
3440 * Makefile.def: Add gold as a directory like ld.
3441 * configure, Makefile.in: Regenerate.
3442
3443 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3444
3445 * configure.ac: m4_include config/proginstall.m4.
3446 * configure: Regenerate.
3447
3448 Backport from upstream Libtool:
3449
3450 2007-10-12 Eric Blake <ebb9@byu.net>
3451
3452 Deal with Autoconf 2.62's semantic change in m4_append.
3453 * ltsugar.m4 (lt_append): Replace broken versions of
3454 m4_append.
3455 (lt_if_append_uniq): Don't require separator to be overquoted,
3456 and avoid broken m4_append.
3457 (lt_dict_add): Fix typo.
3458 * libtool.m4 (_LT_DECL): Don't overquote separator.
3459
3460 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3461
3462 * config.rpath: Add AIX 6 support.
3463
3464 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3465
3466 * Makefile.def (stageprofile). Remove -fprofile-generate
3467 from stage_libcflags.
3468 * Makefile.in: Regenerate.
3469
3470 2008-03-13 Ben Elliston <bje@au.ibm.com>
3471
3472 * config.sub, config.guess: Update from upstream sources.
3473
3474 2008-03-06 Tom Tromey <tromey@redhat.com>
3475
3476 * MAINTAINERS: Update for treelang deletion.
3477
3478 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3479
3480 * MAINTAINERS: Update my email address.
3481
3482 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3483
3484 * MAINTAINERS (darwin port): Add myself as a maintainer.
3485 (objective-c/c++): Add myself as a maintainer.
3486
3487 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3488
3489 * MAINTAINERS (Write After Approval): Update my email address.
3490
3491 2008-02-25 Tomas Bily <tbily@suse.cz>
3492
3493 * MAINTAINERS (Write After Approval): Add myself.
3494
3495 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3496
3497 * MAINTAINERS (OpenMP): Add myself.
3498
3499 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3500
3501 PR bootstrap/32009
3502 PR bootstrap/32161
3503
3504 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3505 * configure: Regenerate.
3506
3507 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3508 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3509 STAGE4_LIBCFLAGS): New.
3510 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3511 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3512 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3513 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3514 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3515 for target modules. Don't export LIBCFLAGS.
3516 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3517 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3518 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3519 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3520 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3521 * Makefile.in: Regenerate.
3522
3523 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3524
3525 PR libgcj/33085
3526 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3527 Do not use -DDLL_EXPORT. Backport from upstream.
3528
3529 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3530
3531 * MAINTAINERS (Write After Approval): Add myself.
3532
3533 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3534
3535 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3536 * configure: Regenerate.
3537
3538 2008-01-31 Marc Gauthier <marc@tensilica.com>
3539
3540 * configure.ac (xtensa*-*-*): Recognize processor variants.
3541 * configure: Regenerate.
3542
3543 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3544
3545 PR bootstrap/34922
3546 * configure.ac (PARSE_ARGS): Push suitable setting of
3547 ac_subdirs_all, for `./configure --help=recursive'.
3548 Handle `+' in generic toplevel directory disabling.
3549 * configure: Regenerate.
3550
3551 2008-01-28 Nick Clifton <nickc@redhat.com>
3552
3553 * MAINTAINERS (xstormy16): Take over maintainership.
3554
3555 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3556
3557 * MAINTAINERS (c4x port): Remove.
3558
3559 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3560
3561 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3562
3563 2008-01-23 Ben Elliston <bje@au.ibm.com>
3564
3565 * config.sub, config.guess: Update from upstream sources.
3566
3567 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3568
3569 * MAINTAINERS (Write After Approval): Add myself.
3570
3571 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3572
3573 * MAINTAINERS: Update my email address.
3574
3575 2008-01-09 Raksit Ashok <raksit@google.com>
3576
3577 * MAINTAINERS (Write After Approval): Add myself.
3578
3579 2008-01-09 Raksit Ashok <raksit@google.com>
3580
3581 * MAINTAINERS (Write After Approval): Add myself.
3582
3583 2008-01-08 Ben Elliston <bje@au.ibm.com>
3584
3585 * config.sub, config.guess: Update from upstream sources.
3586
3587 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3588
3589 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3590 Change recommended MPFR from 2.2.1 -> 2.3.0.
3591 * configure: Regenerate.
3592
3593 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3594
3595 * MAINTAINERS: Update my email address.
3596
3597 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3598
3599 * MAINTAINERS: Update my email address.
3600
3601 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3602
3603 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3604 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3605 * Makefile.in: Regenerate.
3606
3607 2007-12-10 Mark Heffernan <meheff@google.com>
3608
3609 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3610 misplaced entries.
3611
3612 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3613
3614 * configure.ac: Enable libjava for x86_64-*-darwin9.
3615 * configure: Regenerate.
3616
3617 2007-12-07 Bill Maddox <maddox@google.com>
3618
3619 * MAINTAINERS (Write After Approval): Add myself.
3620
3621 2007-12-05 Ben Elliston <bje@au.ibm.com>
3622
3623 * config.sub, config.guess: Update from upstream sources.
3624
3625 2007-12-02 Matthias Klose <doko@ubuntu.com>
3626
3627 * config-ml.in: Remove 64bit configure tests.
3628
3629 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3630
3631 * config-ml.in: Robustify against white space in absolute file
3632 names.
3633
3634 * config-ml.in (multi-clean): Substitute ${Makefile}.
3635 Remove superfluous ${Makefile} in list.
3636
3637 2007-11-19 Thiemo Seufer <ths@mips.com>
3638
3639 * config-ml.in: Don't hardcode the Makefile name.
3640
3641 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3642
3643 * MAINTAINERS (Write After Approval): Add myself.
3644
3645 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3646
3647 * MAINTAINERS (Write After Approval): Add myself.
3648
3649 2007-11-06 Doug Kwan <dougkwan@google.com>
3650
3651 * MAINTAINERS (Write After Approval): Add myself.
3652
3653 2007-10-25 Ben Elliston <bje@au.ibm.com>
3654
3655 * MAINTAINERS (mercury): Remove entry.
3656 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3657
3658 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3659
3660 * Makefile.def (dependencies): Make configure-gdb depend on
3661 all-intl.
3662 * Makefile.in: Regenerated.
3663
3664 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3665
3666 * MAINTAINERS (Fortran maintainer): Remove myself.
3667
3668 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3669
3670 * Makefile.def: To avoid problems running with parallel makes,
3671 build newlib before libgloss so that target specific header
3672 files are availble.
3673 * Makefile.in: Regenerate
3674
3675 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3676
3677 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3678 * Makefile.in: Regenerate.
3679
3680 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3681
3682 * MAINTAINERS (Register allocation reviewer): Add myself.
3683
3684 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3685
3686 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3687 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3688 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3689 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3690 * configure: Regenerate.
3691
3692 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3693
3694 * MAINTAINERS (Register allocation reviewer): Add myself.
3695
3696 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3697
3698 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3699 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3700 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3701 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3702 * configure.ac: Default them to host tools for $host = $build.
3703 Subst them.
3704
3705 * configure: Regenerate.
3706 * Makefile.in: Regenerate.
3707
3708 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3709
3710 * MAINTAINERS (Register allocation reviewer): Add myself.
3711
3712 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3713
3714 * MAINTAINERS (Register allocation reviewer): Add myself.
3715
3716 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3717
3718 * MAINTAINERS (Write After Approval): Fix typo.
3719
3720 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3721
3722 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3723 * configure: Regenerate.
3724
3725 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3726
3727 PR bootstrap/31906
3728 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3729 they're already prefixed.
3730
3731 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3732
3733 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3734 libstdc++.
3735 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3736 * configure: Regenerate.
3737 * Makefile.in: Regenerate.
3738
3739 2007-09-17 Andreas Schwab <schwab@suse.de>
3740
3741 * configure.ac: Raise minimum makeinfo version to 4.6.
3742 * configure: Regenerate.
3743
3744 2007-09-17 Johannes Singler <singler@ira.uka.de>
3745
3746 * MAINTAINERS (write-after-approval) add myself
3747
3748 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3749
3750 * configure.ac: Correct makeinfo version check.
3751 * configure: Regenerate.
3752
3753 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3754
3755 * MAINTAINERS: Update my email address.
3756
3757 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3758
3759 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3760 to $skipdirs and only disable gprof for newlib. Use the normal
3761 mips*-elf* handling in other respects.
3762 * configure: Regnerate.
3763
3764 2007-09-12 David Daney <ddaney@avtrex.com>
3765
3766 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3767 enabling libgcj.
3768 * configure: Regenerate.
3769
3770 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3771
3772 PR other/32154
3773 * configure.ac: For libgloss targets, point the linker to the linker
3774 script, startup code and simulator library.
3775 * configure: Regenerate.
3776
3777 2007-09-07 Andrew Haley <aph@redhat.com>
3778
3779 * configure.ac (noconfigdirs): Remove target-libffi and
3780 target-libjava.
3781 * configure: Regenerate.
3782
3783 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3784
3785 PR target/33281
3786 * configure.ac: Use config/mh-mingw on mingw.
3787 * configure: Regenerate.
3788
3789 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3790
3791 * MAINTAINERS (Write After Approval): Add myself.
3792
3793 2007-09-05 Richard Guenther <rguenther@suse.de>
3794
3795 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3796 nor --disable-checking is provided also turn on yes and types
3797 checking for stage1.
3798 * configure: Re-generate.
3799
3800 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3801
3802 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3803 (Write After Approval): Remove myself.
3804
3805 2007-08-29 Nick Clifton <nickc@redhat.com>
3806
3807 * config.sub, config.guess: Update from upstream sources.
3808
3809 2007-08-22 Bud Davis <jmdavis@link.com>
3810
3811 * MAINTAINERS (Write After Approval): Added myself.
3812 * MAINTAINERS (Reviewers): Removed myself.
3813
3814 2007-08-18 Paul Brook <paul@codesourcery.com>
3815 Joseph Myers <joseph@codesourcery.com>
3816
3817 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3818 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3819 * Makefile.in: Regenerate.
3820 * configure.ac (--with-debug-prefix-map): New.
3821 * configure: Regenerate.
3822
3823 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3824 Nigel Stephens <nigel@mips.com>
3825
3826 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3827 as target_makefile_frag.
3828 * configure: Regenerate.
3829
3830 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3831
3832 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3833 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3834 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3835 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3836 (do-compare, do-compare3, do-compare-debug): New.
3837 ([+compare-target+]): Use them.
3838
3839 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3840
3841 * MAINTAINERS (Write After Approval): Change my email address.
3842
3843 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3844 Ben Elliston <bje@au.ibm.com>
3845
3846 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3847 --silent if $silent.
3848 * configure: Regenerate.
3849
3850 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3851
3852 * MAINTAINERS (Various Maintainers): Add myself as
3853 loop infrastructure maintainer. Update my e-mail
3854 address.
3855
3856 2007-07-31 Diego Novillo <dnovillo@google.com>
3857
3858 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3859 Adjust description.
3860
3861 2007-07-26 Richard Guenther <rguenther@suse.de>
3862
3863 * configure.ac: Add types checking to stage1 checking flags.
3864 * configure: Regenerate.
3865
3866 2007-07-17 Nick Clifton <nickc@redhat.com>
3867
3868 * COPYING3: New file. Contains version 3 of the GNU General
3869 Public License.
3870 * COPYING3.LIB: New file. Contains version 3 of the GNU
3871 Lesser General Public License.
3872
3873 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3874
3875 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3876
3877 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3878
3879 * MAINTAINERS (S/390 co-maintainer): Add myself.
3880 (Write After Approval): Remove myself.
3881
3882 2007-07-13 Dan Hipschman <dsh@google.com>
3883
3884 * MAINTAINERS (Write After Approval): Add myself.
3885
3886 2007-07-11 Nick Clifton <nickc@redhat.com>
3887
3888 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3889 WINDRES export.
3890 * Makefile.in: Regenerate.
3891
3892 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3893
3894 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3895 maintainer.
3896
3897 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3898
3899 * lt~obsolete.m4: New. Import from 20070318 libtool.
3900
3901 2007-07-03 Julian Brown <julian@codesourcery.com>
3902
3903 * MAINTAINERS (Write After Approval): Add myself.
3904
3905 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3906
3907 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3908 * configure: Regenerate.
3909
3910 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3911
3912 * configure.ac: Add some missing m4 quotation.
3913 * configure: Regenerate.
3914
3915 2007-07-02 Simon Baldwin <simonb@google.com>
3916
3917 * MAINTAINERS (Write After Approval): Add myself.
3918
3919 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3920
3921 * configure: Regenerate.
3922
3923 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3924
3925 * Makefile.def: Add windmc tool to build.
3926 * Makefile.tpl: Likewise.
3927 * configure.ac: Likewise.
3928 * Makefile.in: Regenerate.
3929 * configure: Regenerate.
3930
3931 2007-06-28 DJ Delorie <dj@redhat.com>
3932
3933 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3934 not building newlib.
3935 * configure: Regenerated.
3936
3937 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3938
3939 * MAINTAINERS (Write After Approval): Add myself.
3940
3941 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3942
3943 * MAINTAINERS (Write After Approval): Add myself.
3944
3945 2007-06-19 Chris Matthews <chrismatthews@google.com>
3946
3947 * MAINTAINERS (Write After Approval): Add myself.
3948
3949 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3950
3951 * MAINTAINERS (Write After Approval): Add myself.
3952
3953 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3954
3955 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3956 * Makefile.in: Regenerated.
3957
3958 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3959
3960 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3961 bfin*-*-uclinux* targets.
3962 * configure: Regenerate.
3963
3964 2007-06-14 Ian Lance Taylor <iant@google.com>
3965
3966 * MAINTAINERS: Add myself as non-algorithmic global write
3967 maintainer.
3968
3969 2007-06-14 Diego Novillo <dnovillo@google.com>
3970
3971 * MAINTAINERS: Add self as middle-end maintainer and
3972 non-algorithmic global write maintainer.
3973
3974 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3975
3976 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3977 Move all Fortran maintainers except Paul Brook into the
3978 Non-Autopoiesis section.
3979
3980 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3981
3982 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3983 (distclean-stage[+id+]): Possibly delete stage_last.
3984 * Makefile.in: Regenerate.
3985
3986 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3987
3988 * MAINTAINERS (Various Maintainer): Fix typo.
3989
3990 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3991
3992 * MAINTAINERS (Various Maintainer): Add myself as
3993 dataflow maintainer.
3994
3995 2007-06-07 Ben Elliston <bje@au.ibm.com>
3996
3997 * config.sub, config.guess: Update from upstream sources.
3998
3999 2007-06-07 Ben Elliston <bje@au.ibm.com>
4000
4001 * Makefile.tpl: Fix spelling error.
4002 * Makefile.in: Regenerate.
4003
4004 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4005
4006 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4007 lt_cv_sys_max_cmd_len.
4008
4009 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4010
4011 * MAINTAINERS (Various Maintainers): Add myself as
4012 auto-vectorizer maintainer.
4013
4014 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4015
4016 PR libjava/32098
4017 * libtool.m4: Revert previous change.
4018 * ltgcc.m4: Put it here.
4019
4020 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4021
4022 * MAINTAINERS (Various Maintainers): Add myself as
4023 auto-vectorizer maintainer.
4024
4025 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4026
4027 PR libjava/32098
4028 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4029
4030 2007-05-30 Richard Guenther <rguenther@suse.de>
4031
4032 * MAINTAINERS (Various Maintainers): Add myself as
4033 auto-vectorizer maintainer.
4034
4035 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4036
4037 PR bootstrap/29382
4038 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4039 * configure: Rebuilt.
4040
4041 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4042
4043 * MAINTAINERS (Write After Approval): Removed my name.
4044
4045 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4046
4047 * MAINTAINERS (Write After Approval): Remove myself.
4048
4049 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4050
4051 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4052
4053 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4054
4055 * ltmain.sh: Update from ToT Libtool.
4056 * libtool.m4: Update from ToT Libtool.
4057 * ltsugar.m4: New. Update from ToT Libtool.
4058 * ltversion.m4: New. Update from ToT Libtool.
4059 * ltoptions.m4: New. Update from ToT Libtool.
4060 * ltconfig: Remove.
4061 * ltcf-c.sh: Remove.
4062 * ltcf-cxx.sh: Remove.
4063 * ltcf-gcj.sh: Remove.
4064
4065 2007-05-22 Ollie Wild <aaw@google.com>
4066
4067 * MAINTAINERS (Write After Approval): Add myself.
4068
4069 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4070
4071 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4072 stage_cflags.
4073 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4074 Remove CFLAGS/LIBCFLAGS.
4075 (configure-stage[+id+]-[+prefix+][+module+],
4076 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4077 * Makefile.in: Regenerate.
4078
4079 2007-05-15 Diego Novillo <dnovillo@google.com>
4080
4081 * MAINTAINERS: Update e-mail address.
4082
4083 2007-05-15 Revital Eres <eres@il.ibm.com>
4084
4085 * MAINTAINERS (Write After Approval): Add myself.
4086
4087 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4088
4089 * MAINTAINERS (Write After Approval): Updated my address.
4090
4091 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4092
4093 * MAINTAINERS (Write After Approval): Add myself.
4094
4095 2007-05-11 Silvius Rus <rus@google.com>
4096
4097 * MAINTAINERS (Write After Approval): Add myself.
4098
4099 2007-04-23 Tom Tromey <tromey@redhat.com>
4100
4101 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4102
4103 2007-04-22 Mark Mitchell <mark@codesourcery.com>
4104
4105 * MAINTAINERS (cpplib): Rename to ...
4106 (libcpp): ... this. Add C/C++ front end maintainers.
4107
4108 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4109
4110 * config-ml.in: Pass ${ml_config_env} to configure calls.
4111
4112 2007-04-04 Christian Bruel <christian.bruel@st.com>
4113
4114 * MAINTAINERS (Write After Approval): Add myself.
4115
4116 2007-04-02 Dave Korn <dave.korn@artimi.com>
4117
4118 * MAINTAINERS (Write After Approval): Add myself.
4119
4120 2007-03-31 Tobias Burnus <burnus@net-b.de>
4121
4122 * MAINTAINERS (fortran 95 front end): Add myself.
4123
4124 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4125
4126 * MAINTAINERS (Write After Approval): Add myself.
4127
4128 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
4129
4130 * MAINTAINERS (Modulo Scheduler): Add myself.
4131
4132 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4133
4134 * MAINTAINERS (fortran 95 front end): Add myself.
4135 (c++ front end): whitespace fix.
4136
4137 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4138
4139 * MAINTAINERS (Write After Approval): Add myself.
4140
4141 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4142
4143 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4144 of glob. Quote arguments with single quotes too.
4145 * configure: Regenerate.
4146
4147 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4148
4149 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4150 * Makefile.in: Regenerate
4151
4152 2007-03-07 Andreas Schwab <schwab@suse.de>
4153
4154 * configure: Regenerate.
4155
4156 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4157
4158 * configure.ac: Add "--with-pdfdir" configure option,
4159 which defines pdfdir variable.
4160 * Makefile.def (target=fixincludes): Add install-pdf to
4161 missing targets.
4162 (recursive_targets): Add install-pdf target.
4163 (flags_to_pass): Add pdfdir.
4164 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4165 target.
4166 * configure: Regenerate
4167 * Makefile.in: Regenerate
4168
4169 2007-02-28 Eric Christopher <echristo@apple.com>
4170
4171 Revert:
4172 2006-12-07 Mike Stump <mrs@apple.com>
4173
4174 * Makefile.def (dependencies): Add dependency for
4175 install-target-libssp and install-target-libgomp on
4176 install-gcc.
4177 * Makefile.in: Regenerate.
4178
4179 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4180
4181 * configure: Regenerate.
4182 * configure.ac: Move statements after variable declarations.
4183
4184 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4185
4186 * MAINTAINERS: Add myself as sh maintainer.
4187
4188 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4189
4190 * configure.ac: Adjust for loop syntax.
4191 * configure: Regenerate.
4192
4193 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4194
4195 * configure: Rebuilt.
4196
4197 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4198
4199 * configure.ac: Drop multiple occurrences of --enable-languages,
4200 and fix its quoting.
4201 * configure: Rebuilt.
4202
4203 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4204 Nathan Sidwell <nathan@codesourcery.com>
4205 Vladimir Prus <vladimir@codesourcery.com>
4206 Joseph Myers <joseph@codesourcery.com>
4207
4208 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4209 * configure: Regenerate.
4210
4211 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4212
4213 * ltconfig (freebsd*): Default to elf.
4214
4215 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4216
4217 * configure.ac (target_libraries): Move libgcc before libiberty.
4218 * configure: Regenerated.
4219
4220 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4221 Paolo Bonzini <bonzini@gnu.org>
4222
4223 PR bootstrap/30753
4224 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4225 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4226 * configure: Regenerated.
4227
4228 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4229
4230 * MAINTAINERS (Language Front End Maintainers): Update my mail
4231 address.
4232
4233 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 PR bootstrap/30748
4236 * configure.ac: Correct syntax for Solaris ksh.
4237 * configure: Regenerated.
4238
4239 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4240
4241 * configure.ac: Sync with src.
4242 * configure: Regenerate.
4243
4244 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4245
4246 * Makefile.in: Regenerate.
4247
4248 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4249
4250 * config.sub: Sync with src.
4251
4252 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4253
4254 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4255 noncanonical equivalents.
4256 * configure.in: Rename to...
4257 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4258 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4259 target_noncanonical. Use them. Rewrite removal of configure
4260 arguments for autoconf 2.59. Discard variable settings. Force
4261 program_transform_name for native tools.
4262
4263 * Makefile.in: Regenerated.
4264 * configure: Regenerated with autoconf 2.59.
4265
4266 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4267
4268 * MAINTAINERS (Write After Approval): Add myself.
4269
4270 2007-01-31 Andreas Schwab <schwab@suse.de>
4271
4272 * Makefile.tpl (LDFLAGS): Substitute it.
4273 * Makefile.in: Regenerate.
4274
4275 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4276
4277 * MAINTAINERS (Write After Approval): Add myself.
4278
4279 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4280
4281 * MAINTAINERS (spu port): Add myself.
4282
4283 2007-01-23 Richard Guenther <rguenther@suse.de>
4284
4285 PR bootstrap/30541
4286 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4287 * Makefile.tpl (GNATBIND): Substitute it.
4288 (GNATMAKE): Likewise.
4289 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4290 of STAGE_PREFIX.
4291 * Makefile.in: Regenerate.
4292 * configure: Regenerate.
4293
4294 2007-01-18 Mike Stump <mrs@apple.com>
4295
4296 * configure.in: Re-enable -Werror for gcc builds.
4297
4298 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4299
4300 * MAINTAINERS (Write After Approval): Add myself.
4301
4302 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4303
4304 * configure.in: Change == to = in test command.
4305 * configure: Regenerate.
4306
4307 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4308 Nick Clifton <nickc@redhat.com>
4309 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4310
4311 * configure.in (build_configargs, host_configargs, target_configargs):
4312 Remove build/host/target parameters.
4313 (host_libs): Add gmp and mpfr.
4314 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4315 * Makefile.def (gmp, mpfr): New.
4316 (gcc): Remove target.
4317 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4318 target_os, target_vendor): New.
4319 (configure): Add host_alias/target_alias arguments; adjust invocations.
4320 * configure: Regenerate.
4321 * Makefile.in: Regenerate.
4322
4323 2007-01-11 Matt Fago <fago@earthlink.net>
4324
4325 * configure.in: Try to link to functions only in mpfr 2.2.x
4326 to improve robustness of configure tests.
4327 * configure: Regenerate.
4328
4329 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4330
4331 * MAINTAINERS: Add myself as i386 maintainer.
4332
4333 2007-01-08 Jan Hubicka <jh@suse.cz>
4334
4335 * MAINTAINERS: Add myself as i386 maintainer.
4336
4337 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4338
4339 * configure.in: Add support for an x86_64-mingw* target.
4340 * configure: Regenerate.
4341
4342 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4343
4344 * Makefile.tpl (all-target): Correct @if conditional for target
4345 modules.
4346 * configure.in: Omit libiberty if building only target libgcc.
4347 * configure, Makefile.in: Regenerated.
4348
4349 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4350
4351 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4352 * configure: Regenerate.
4353
4354 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4355
4356 * Makefile.def (target_modules): Add libgcc.
4357 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4358 * Makefile.tpl (clean-target-libgcc): Delete.
4359 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4360 on gcc even for bootstrapped modules. Rewrite handling of
4361 lang_env_dependencies to loop over target_modules.
4362 * configure.in (target_libraries): Add target-libgcc.
4363 * Makefile.in, configure: Regenerated.
4364
4365 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4366
4367 * configure.in: Reorganize recognition of languages. Add
4368 --enable-stage1-languages. Show supported languages for the chosen
4369 target rather than all recognized languages.
4370 * configure: Regenerate.
4371
4372 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4373
4374 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4375 * Makefile.in: Regenerate.
4376
4377 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4378
4379 * configure.in: Warn that MPFR 2.2.0 is buggy.
4380 * configure: Regenerate.
4381
4382 2006-12-27 Ian Lance Taylor <iant@google.com>
4383
4384 * configure.in: When removing Makefiles to force a reconfigure, also
4385 remove prev-DIR*/Makefile.
4386 * configure: Regenerate.
4387
4388 2006-12-22 Andreas Schwab <schwab@suse.de>
4389
4390 * configure: Regenerate with correct autoconf version.
4391
4392 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4393
4394 * configure.in: add AC_SUBST for *_FOR_TARGET.
4395 * configure: Regenerate.
4396
4397 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4398
4399 * configure.in: Simplify logic for rejecting languages that cannot
4400 be built. Separate the case when a language is unsupported,
4401 from the case when the user chooses not to build a language.
4402
4403 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4404
4405 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4406 it only affects bootstrap and could be tested on "$host" as well.
4407 * configure: Regenerate.
4408 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4409
4410 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4411
4412 PR bootstrap/29544
4413 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4414 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4415 move here comment from Makefile.tpl.
4416 * Makefile.tpl: Move some definitions higher in the file.
4417 (STAGE1_CHECKING): New.
4418 * configure.in: Add --enable-stage1-checking.
4419 * configure: Regenerate.
4420 * Makefile.in: Regenerate.
4421
4422 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4423
4424 * MAINTAINERS: Add myself as build system maintainer.
4425
4426 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4427
4428 * MAINTAINERS (Write After Approval): Add myself.
4429
4430 2006-12-13 Eric Christopher <echristo@apple.com>
4431
4432 * MAINTAINERS: Add myself as darwin maintainer.
4433
4434 2006-12-11 Ian Lance Taylor <ian@airs.com>
4435
4436 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4437
4438 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4439
4440 MAINTAINERS: Update my entry.
4441
4442 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4443
4444 * configure.in: Handle spu makefile frag.
4445 * Makefile.tpl (MAINT): Define
4446 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4447 * configure: Regenerate.
4448 * Makefile.in: Regenerate.
4449
4450 2006-12-11 Ben Elliston <bje@au.ibm.com>
4451
4452 * config.guess: Import latest version.
4453 * config.sub: Likewise.
4454
4455 2006-12-11 Ben Elliston <bje@au.ibm.com>
4456
4457 * configure.in (spu-*-*): Don't skip target-libiberty.
4458 * configure: Regenerate.
4459
4460 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4461
4462 PR bootstrap/30134
4463 * configure.in: Correct x86 darwin support for libjava to powerpc
4464 and i?86 only.
4465 * configure: Regenerate.
4466
4467 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4468
4469 * configure.in: Add x86 darwin support for libjava.
4470 * configure: Regenerate.
4471
4472 2006-12-07 Mike Stump <mrs@apple.com>
4473
4474 * Makefile.def (dependencies): Add dependency for
4475 install-target-libssp and install-target-libgomp on
4476 install-gcc.
4477 * Makefile.in: Regenerate.
4478
4479 2006-12-04 Richard Guenther <rguenther@suse.de>
4480
4481 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4482 (Non-Algorithmic Maintainers): Move over non-algorithmic
4483 loop optimizer maintainers, add myself as a non-algorithmic
4484 middle-end maintainer.
4485
4486 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4487
4488 * MAINTAINERS (Write After Approval): Add myself.
4489
4490 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4491
4492 * configure.in: Update error message for missing GMP/MPFR.
4493
4494 * configure: Regenerate.
4495
4496 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4497
4498 * configure.in: Update MPFR version in error message.
4499
4500 * configure: Regenerate.
4501
4502 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4503
4504 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4505 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4506 --with-gmp-lib): New flags.
4507
4508 * configure: Regenerate.
4509
4510 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4511
4512 * MAINTAINERS (Write After Approval): Change my email address.
4513
4514 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4515
4516 * MAINTAINERS (Write After Approval): Add myself.
4517
4518 2006-11-22 Philipp Thomas <pth@suse.de>
4519
4520 * MAINTAINERS (i18n): Update e-mail address.
4521
4522 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4523
4524 * MAINTAINERS (spu port): Add myself as maintainer.
4525 (Write After Approval): Remove myself.
4526
4527 2006-11-22 Ben Elliston <bje@au.ibm.com>
4528
4529 * configure.in (skipdirs): Don't build libssp for SPU.
4530 * configure: Regenerate.
4531
4532 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4533
4534 * MAINTAINERS (spu port): Add myself as maintainer.
4535 (libobjc): Update my email address.
4536
4537 2006-11-21 Andrea Bona <andrea.bona@st.com>
4538
4539 * MAINTAINERS (Write After Approval): Add myself.
4540
4541 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4542
4543 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4544 * configure : Rebuilt.
4545
4546 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4547
4548 * MAINTAINERS (Write After Approval): Add myself.
4549
4550 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4551
4552 * MAINTAINERS (Write After Approval): Add myself.
4553
4554 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4555
4556 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4557 libmpfr.a.
4558 * configure: Regenerate.
4559
4560 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4561
4562 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4563 (unstage): Test for stage_last presence.
4564
4565 PR bootstrap/29802
4566 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4567 STAGE_PREFIX.
4568 * Makefile.in: Regenerate.
4569
4570 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4571
4572 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4573 maintainers.
4574
4575 2006-11-14 Erven Rohou <erven.rohou@st.com>
4576
4577 * MAINTAINERS (Write After Approval): Add myself.
4578
4579 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4580
4581 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4582 and stageN-package/Makefile.
4583 * Makefile.in: Regenerated.
4584
4585 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4586
4587 * configure.in: Remove target-libgloss from noconfigdirs for
4588 bfin-*-*.
4589 * configure: Regenerated.
4590
4591 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4592
4593 * configure.in (have_gmp): Only error if the gcc directory exists.
4594
4595 * configure: Regenerate.
4596
4597 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4598
4599 * configure.in: Robustify error message for missing GMP/MPFR.
4600
4601 * configure: Regenerate.
4602
4603 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4604
4605 * MAINTAINERS (Write After Approval): Add myself.
4606
4607 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4608
4609 * MAINTAINERS: Change email address.
4610
4611 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4612
4613 * MAINTAINERS (Write After Approval): Add myself.
4614
4615 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4616
4617 * MAINTAINERS (Write After Approval): Add myself.
4618
4619 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4620
4621 * MAINTAINERS (Write After Approval): Move myself to
4622 Write After Approval section.
4623
4624 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4625
4626 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4627 need_gmp anymore.
4628 * configure: Regenerate.
4629
4630 2006-10-16 Tobias Burnus <burnus@net-b.de>
4631
4632 * MAINTAINERS (Write After Approval): Add myself.
4633
4634 2006-10-16 Ben Elliston <bje@au.ibm.com>
4635
4636 * config.guess: Import latest version.
4637 * config.sub: Likewise.
4638
4639 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4640
4641 * Makefile.def: Added pdf target handling.
4642 * Makefile.tpl: Added pdf target handling.
4643 * Makefile.in: Regenerated.
4644
4645 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4646
4647 * MAINTAINERS: Add self as score port maintainer.
4648
4649 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4650
4651 * MAINTAINERS (Write After Approval): Add myself.
4652
4653 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4654
4655 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4656 or newer.
4657 * configure: Regenerated.
4658
4659 2006-09-27 Dave Brolley <brolley@redhat.com>
4660
4661 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4662 using $s instead of $r.
4663 * configure: Regenerated.
4664
4665 2006-09-26 Thiemo Seufer <ths@mips.com>
4666
4667 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4668 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4669 * configure: Regenerate.
4670
4671 2006-09-24 Graeme Peterson <gridly@gmail.com>
4672
4673 * MAINTAINERS (Write After Approval): Remove myself.
4674
4675 2006-09-22 Chao-ying Fu <fu@mips.com>
4676
4677 * MAINTAINERS (Write After Approval): Add myself.
4678
4679 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4680
4681 * MAINTAINERS: Add self as soft-fp maintainer.
4682
4683 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4684
4685 * MAINTAINERS: Add myself as avr maintainer.
4686 Remove Marek Michalkiewicz as avr maintainer.
4687
4688 2006-09-07 Roberto Costa <roberto.costa@st.com>
4689
4690 * MAINTAINERS (Write After Approval): Add myself.
4691
4692 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4693
4694 * configure.in: Never build newlib for a Mingw host.
4695 Never build newlib as Mingw target library.
4696 Test the existence of winsup/cygwin for building a Cygwin newlib,
4697 rather than just winsup.
4698 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4699 building a Mingw target.
4700 * configure: Regenerate.
4701
4702 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4703
4704 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4705
4706 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4707
4708 * config.guess: Import from src (was more updated).
4709 * config.sub: Likewise.
4710
4711 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4712
4713 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4714 * configure: Regenerated.
4715
4716 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4717
4718 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4719 for stages after the first.
4720
4721 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4722
4723 * Makefile.def: Add dependencies for configure-opcodes
4724 on configure-intl and all-opcodes on all-intl.
4725 * Makefile.in: Regenerated.
4726
4727 2006-07-13 Ben Elliston <bje@au.ibm.com>
4728
4729 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4730
4731 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4732
4733 Port to hosts whose 'sort' and 'tail' implementations
4734 treat operands with leading '+' as file names, as POSIX
4735 has required since 2001. However, make sure the code still
4736 works on pre-POSIX hosts.
4737 * ltmain.sh: Don't assume "sort +2" is equivalent to
4738 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4739
4740 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4741
4742 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4743
4744 2006-07-04 Peter O'Gorman <peter@pogma.com>
4745
4746 * ltconfig: chmod 644 before ranlib during install.
4747
4748 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4749
4750 PR bootstrap/18058
4751 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4752 if the bootstrap compiler is a GCC version that supports it.
4753 * configure: Regenerate.
4754
4755 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4756
4757 * configure.in: Fix thinkos in previous check-in.
4758 * configure: Regenerate.
4759
4760 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4761
4762 PR other/27063
4763 * configure.in: Test subdir_requires and give an appropriate
4764 error message.
4765 * configure: Regenerate.
4766
4767 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4768
4769 * MAINTAINERS (Write After Approval): Add myself.
4770
4771 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4772
4773 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4774
4775 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4776
4777 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4778
4779 2006-06-20 David Ayers <d.ayers@inode.at>
4780
4781 PR bootstrap/28072
4782 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4783 whether target-libjava is being configured instead of whether the
4784 java front end is enabled.
4785 * configure: Regenerate.
4786
4787 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4788
4789 PR target/27540
4790 * configure.in: Only enable libgomp on IRIX 6.
4791 * configure: Regenerate.
4792
4793 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4794
4795 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4796 too.
4797 * Makefile.in: Regenerate.
4798
4799 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4800
4801 * config-ml.in: Alter CCASFLAGS to include special
4802 multilib options the same as is done for CFLAGS.
4803
4804 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4805
4806 * configure.in: Don't enable libgomp on hpux10.
4807 * configure: Rebuilt.
4808
4809 2006-06-12 David Ayers <d.ayers@inode.at>
4810
4811 PR bootstrap/27963
4812 PR target/19970
4813 * configure.in: Remove target-boehm-gc from noconfigdirs where
4814 ${libgcj} is specified.
4815 * configure: Regenerate.
4816
4817 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4818
4819 Sync from src:
4820
4821 * configure.in: Sync.
4822 * configure: Regenerated.
4823
4824 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4825
4826 * Makefile.def: Added dependencies from sim and gdb on intl, and
4827 added configure dependencies to everything with an all dependency
4828 on intl.
4829 * Makefile.in: Regenerated.
4830
4831 2006-06-06 David Ayers <d.ayers@inode.at>
4832
4833 PR libobjc/13946
4834 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4835 * Makefile.in: Regenerate.
4836 * configure.in: Add --enable-objc-gc at toplevel and have it
4837 enable boehm-gc for Objective-C.
4838 Remove target-boehm-gc from libgcj.
4839 Add target-boehm-gc to target_libraries.
4840 Add target-boehm-gc to noconfigdirs where ${libgcj}
4841 is specified.
4842 Assert that boehm-gc is supported when requested for Objective-C.
4843 Only build boehm-gc if needed either for Java or Objective-C.
4844 * configure: Regenerate.
4845
4846 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4847
4848 PR 27674
4849 * Makefile.tpl (configure-[+prefix+][+module+],
4850 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4851 Remove rule to unstage bootstrapped modules.
4852 (stage_current): New.
4853 * Makefile.in: Regenerate.
4854
4855 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4856
4857 * MAINTAINERS (Write After Approval): Update my e-mail address.
4858
4859 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4860
4861 * include/libiberty.h: Declare pex_run_in_environment.
4862
4863 2006-05-31 Asher Langton <langton2@llnl.gov>
4864
4865 * MAINTAINERS (Write After Approval): Add myself.
4866
4867 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4868
4869 * Makefile.def (bfd, opcodes): Fix lib_path.
4870 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4871 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4872 * Makefile.in: Regenerate.
4873
4874 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4875
4876 * Makefile.in: Regenerate.
4877
4878 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4879
4880 * Makefile.def: Add install-html target. Add datarootdir
4881 docdir and htmldir to flags_to_pass.
4882 * Makefile.tpl: Add install-html target.
4883 * Makefile.in: Regenerate.
4884 * configure.in: Add --with-datarootdir, --with-docdir, and
4885 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4886 * configure: Regenerate.
4887
4888 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4889
4890 * configure.in: Enable gprof for cross builds.
4891 * configure: Regenerate.
4892
4893 2006-05-22 Richard Guenther <rguenther@suse.de>
4894
4895 Revert
4896 2006-01-31 Richard Guenther <rguenther@suse.de>
4897 Paolo Bonzini <bonzini@gnu.org>
4898
4899 * Makefile.def (target_modules): Add libgcc-math target module.
4900 * configure.in (target_libraries): Add libgcc-math target library.
4901 (--enable-libgcc-math): New configure switch.
4902 * Makefile.in: Re-generate.
4903 * configure: Re-generate.
4904 * libgcc-math: New toplevel directory.
4905
4906 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4907 Andreas Tobler <a.tobler@schweiz.ch>
4908
4909 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4910 * configure: Rebuilt.
4911
4912 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4913
4914 * MAINTAINERS (Write After Approval): Add myself.
4915
4916 2006-05-01 DJ Delorie <dj@redhat.com>
4917
4918 * configure.in: Restore CFLAGS if GMP isn't present.
4919 * configure: Regenerate.
4920
4921 2006-05-01 Richard Guenther <rguenther@suse.de>
4922
4923 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4924 maintainer.
4925
4926 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4927
4928 * MAINTAINERS (Write After Approval): Add myself.
4929
4930 2006-04-28 Jan Beulich <jbeulich@novell.com>
4931
4932 * MAINTAINERS (Write After Approval): Add myself.
4933
4934 2006-04-18 DJ Delorie <dj@redhat.com>
4935
4936 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4937 reference libgloss so that libssp can be built in a combined
4938 tree.
4939 * configure: Regenerate.
4940
4941 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4942
4943 * MAINTAINERS (Write After Approval): Add myself.
4944
4945 2006-04-05 Ben Elliston <bje@au.ibm.com>
4946
4947 * configure.in: Require makeinfo 4.4 or higher.
4948 * configure: Regenerate.
4949
4950 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4951
4952 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4953 Rearrange the entries of other libraries to have them in one place.
4954
4955 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4956
4957 * MAINTAINERS (Write After Approval): Remove myself.
4958 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4959
4960 2006-03-14 Richard Guenther <rguenther@suse.de>
4961
4962 * configure: Regenerate with autoconf 2.13.
4963
4964 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4965
4966 * MAINTAINERS: Use my work address.
4967
4968 * MAINTAINERS: Update my E-mail address.
4969
4970 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4971
4972 * configure.in: Handle --disable-<component> generically.
4973 * configure: Regenerate.
4974
4975 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4976
4977 PR libgcj/17311
4978 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4979
4980 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4981
4982 * MAINTAINERS (Write After Approval): Remove myself.
4983 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4984
4985 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4986
4987 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4988 (TARGET_CONFIGDIRS): Remove.
4989 * configure.in: Remove AC_SUBST(target_configdirs).
4990 * Makefile.in, configure: Regenerated.
4991
4992 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4993
4994 * MAINTAINERS (Write After Approval): Remove myself.
4995 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4996
4997 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4998
4999 PR bootstrap/25670
5000
5001 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5002
5003 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5004 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5005 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5006 BUILD_PREFIX, BUILD_PREFIX_1.
5007 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5008
5009 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5010 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5011
5012 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5013 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5014 of `cat stage_current`. Always provide the `r' and `s' variables.
5015 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5016 a single shell execution.
5017 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5018 bootstrapped modules, make the stage1 module if the build was not
5019 started yet, else build the current stage.
5020 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5021 (all-build, all-host, all-target, [+make_target+]-host,
5022 [+make_target+]-target): Do not use \-continued lines.
5023 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5024 (current_stage, restrap, stage_last): New.
5025
5026 * Makefile.in: Regenerate.
5027 * configure: Regenerate.
5028
5029 2006-02-19 Bud Davis <jmdavis@link.com>
5030
5031 * MAINTAINERS (Write After Approval): Remove myself.
5032 (Language Front End Maintainers): Add myself as fortran 95
5033 maintainer and update e-mail address.
5034
5035 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5036
5037 * MAINTAINERS (Write After Approval): Remove myself.
5038 (Language Front End Maintainers): Add myself as fortran 95
5039 maintainer.
5040
5041 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5042
5043 * MAINTAINERS (Write After Approval): Add myself.
5044
5045 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5046
5047 * MAINTAINERS (Write After Approval): Remove myself.
5048 (Language Front End Maintainers): Add myself as
5049 fortran 95 maintainer.
5050
5051 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5052
5053 Sync from src:
5054
5055 2005-12-27 Leif Ekblad <leif@rdos.net>
5056
5057 * configure.in: Add support for RDOS target.
5058 * configure: Regenerate.
5059
5060 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5061 Andreas Schwab <schwab@suse.de>
5062
5063 * configure: Regenerate.
5064
5065 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5066
5067 * configure.in (enable_libgomp): Add AIX.
5068 * configure: Regenerate.
5069
5070 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5071
5072 * MAINTAINERS (Write After Approval): Add myself.
5073
5074 2006-02-03 Lee Millward <lee.millward@gmail.com>
5075
5076 * MAINTAINERS (Write After Approval): Add myself.
5077
5078 2006-01-31 Richard Guenther <rguenther@suse.de>
5079 Paolo Bonzini <bonzini@gnu.org>
5080
5081 * Makefile.def (target_modules): Add libgcc-math target module.
5082 * configure.in (target_libraries): Add libgcc-math target library.
5083 (--enable-libgcc-math): New configure switch.
5084 * Makefile.in: Re-generate.
5085 * configure: Re-generate.
5086 * libgcc-math: New toplevel directory.
5087
5088 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5089
5090 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5091 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5092 the assembler, linker and binutils.
5093 * configure: Regenerate.
5094
5095 2006-01-22 Dirk Mueller <dmueller@suse.de>
5096
5097 * MAINTAINERS (Write After Approval): Add myself.
5098
5099 2006-01-20 Diego Novillo <dnovillo@redhat.com>
5100
5101 * configure: Regenerate.
5102
5103 2006-01-18 Richard Henderson <rth@redhat.com>
5104 Jakub Jelinek <jakub@redhat.com>
5105 Diego Novillo <dnovillo@redhat.com>
5106
5107 * libgomp: New directory.
5108 * Makefile.def: Add target_module libgomp.
5109 * Makefile.in: Regenerate.
5110 * configure.in (target_libraries): Add target-libgomp.
5111 * configure: Regenerate.
5112
5113 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5114
5115 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5116 @ from continuation.
5117 * Makefile.in: Rebuilt.
5118
5119 2006-01-04 Chris Lattner <sabre@gnu.org>
5120
5121 * MAINTAINERS (Write After Approval): Add myself.
5122
5123 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5124
5125 PR bootstrap/24252
5126
5127 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5128 * Makefile.tpl (OBJDUMP): New.
5129 (EXTRA_HOST_FLAGS): Add it.
5130 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5131
5132 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5133 to use symbolic links between directories. Avoid race conditions
5134 or make them harmless.
5135 * configure.in: Do not try to use symbolic links between directories.
5136
5137 * Makefile.def (LEAN): Pass.
5138 * Makefile.tpl (LEAN): Define.
5139 (stage[+id+]-start): Accept that the previous directory does not
5140 exist, if the bootstrap is lean.
5141 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5142 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5143 configure substitution.
5144 ([+compare-target+]): Likewise.
5145 ([+bootstrap-target+]-lean): New.
5146 * configure.in: Remove lean bootstrap support from here.
5147
5148 * Makefile.in: Regenerate.
5149 * configure: Regenerate.
5150
5151 2006-01-04 Ben Elliston <bje@au.ibm.com>
5152
5153 * MAINTAINERS (libdecnumber): Add myself.
5154
5155 2006-01-02 Mark Mitchell <mark@codesourcery.com>
5156
5157 * libtool-ldflags: New script.
5158
5159 2006-01-02 Andreas Schwab <schwab@suse.de>
5160
5161 * configure.in: When reconfiguring remove Makefile in
5162 all stage directories.
5163 * configure: Regenerate.
5164
5165 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5166
5167 * MAINTAINERS: Update my email address.
5168
5169 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5170
5171 Revert Ada-related part of the previous change.
5172
5173 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5174 Do not pass.
5175 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5176 * Makefile.in: Regenerate.
5177 * configure.in: Do not include mt-ppc-aix target fragment.
5178 * configure: Regenerate.
5179
5180 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5181
5182 * configure.in: Select appropriate fragments for PowerPC/AIX.
5183 * configure: Regenerate.
5184
5185 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5186 BOOT_CFLAGS, BOOT_LDFLAGS.
5187 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5188 BOOT_CFLAGS, BOOT_LDFLAGS.
5189 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5190 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5191 (stage): Fail if we cannot complete the work.
5192 * Makefile.in: Regenerate.
5193
5194 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5195
5196 * configure.in: Replace ms1 with mt.
5197 * configure: Rebuilt.
5198
5199 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5200
5201 * MAINTAINERS: Update my email address.
5202
5203 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5204
5205 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5206 install-host-nogcc): Don't invoke $(stage) at the end.
5207 * Makefile.in: Regenerate.
5208
5209 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5210
5211 * configure.in: Flip the top-level bootstrap switch.
5212 * configure: Regenerate.
5213
5214 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5215
5216 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5217 $(stage) and $(unstage).
5218 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5219 (all): Remove stray semicolon.
5220 (local-distclean): Don't handle multilib.tmp and multilib.out.
5221 (install.all): Set $s for consistency.
5222 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5223 check_multilibs setting. Always make the install directory.
5224 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5225 Correct @if/@endif.
5226 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5227 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5228 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5229 (multilib.out): Remove.
5230 * Makefile.in: Regenerated.
5231
5232 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5233
5234 * MAINTAINERS (Write After Approval): Add myself.
5235
5236 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5237
5238 * MAINTAINERS: Add myself as mt maintainer.
5239
5240 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5241
5242 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5243
5244 * MAINTAINERS: Change email address.
5245
5246 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5247
5248 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5249 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5250 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5251 Find in-tree tools if available.
5252 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5253 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5254 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5255 (COMPILER_*_FOR_TARGET): New.
5256 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5257 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5258 (CONFIGURED_*, USUAL_*): Remove.
5259 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5260 STRIP): Use autoconf substitutions.
5261 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5262 COMPILER_NM_FOR_TARGET): New.
5263 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5264
5265 (all): Make all-host and all-target in parallel.
5266 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5267 that $$r and $$s are set before invoking a recursive make.
5268 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5269 ([+bootstrap-target+]): Inline most of the `all' target.
5270
5271 2005-11-29 Ben Elliston <bje@au.ibm.com>
5272
5273 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5274 from the gcc build directory.
5275 * Makefile.in: Regenerate.
5276
5277 2005-11-29 Ben Elliston <bje@au.ibm.com>
5278
5279 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5280 depend on all-libdecnumber.
5281 * configure.in (host_libs): Include libdecnumber.
5282 * Makefile.in: Regenerate.
5283 * configure: Likewise.
5284
5285 2005-11-29 Ben Elliston <bje@au.ibm.com>
5286
5287 * libdecnumber: Import decNumber sources from the dfp-branch.
5288
5289 2005-11-21 Kean Johnston <jkj@sco.com>
5290
5291 * config.sub, config.guess: Sync from upstream sources.
5292
5293 2005-11-21 Ben Elliston <bje@au.ibm.com>
5294
5295 Import from Autoconf sources:
5296
5297 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5298 * config/move-if-change: Don't output "$2 is unchanged";
5299 suggested by Ben Elliston. Handle weird characters correctly.
5300
5301 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5302
5303 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5304 to match upstream libtool for darwin.
5305
5306 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5307
5308 * Makefile.def: Remove gdb dependencies for gdbtk.
5309 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5310 (configure-gdb, install-gdb): New rules.
5311 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5312 * Makefile.in, configure: Regenerated.
5313
5314 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5315
5316 * MAINTAINERS (Write After Approval): Add myself.
5317
5318 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5319
5320 * MAINTAINERS (Write After Approval): Add myself.
5321
5322 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5323
5324 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5325 Diego Novillo.
5326
5327 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5328
5329 PR bootstrap/24297
5330 * Makefile.tpl (do-[+make-target+], do-check, install,
5331 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5332 are set before recursing.
5333 * Makefile.in: Regenerate.
5334
5335 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5336
5337 PR bootstrap/18939
5338 * Makefile.def (gcc) <target>: Fix thinko.
5339 * Makefile.in: Regenerate.
5340
5341 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5342
5343 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5344 * configure: Regenerate.
5345
5346 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5347
5348 * MAINTAINERS (Write After Approval): Add self.
5349
5350 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5351
5352 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5353 target-libffi, target-qthreads, target-libjava, and
5354 targetlibobjc.
5355 * configure: Regenerate.
5356
5357 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5358
5359 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5360 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5361 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5362 (USUAL_OBJDUMP_FOR_TARGET): New.
5363 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5364 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5365 * configure, Makefile.in: Regenerated.
5366
5367 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5368
5369 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5370 before other host packages.
5371
5372 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5373
5374 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5375
5376 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5377
5378 PR bootstrap/22340
5379
5380 * configure.in (default_target): Remove.
5381 * Makefile.tpl (all): Do not use prerequisites as subroutines
5382 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5383 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5384 use prerequisites as subroutines.
5385 (check-host, check-target): New.
5386 (bootstrap configure & all targets): Do not use stage*-start
5387 if the directory layout is already ok.
5388 (non-bootstrap configure & all targets): Prepend a $(unstage).
5389 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5390 (NOTPARALLEL): Remove.
5391 (unstage, stage variables): New variables.
5392 (unstage, stage targets): Simply expand to those variables.
5393
5394 * configure: Regenerate.
5395 * Makefile.in: Regenerate.
5396
5397 2005-10-04 James E Wilson <wilson@specifix.com>
5398
5399 * Makefile.def (lang_env_dependencies): Add libmudflap.
5400 * Makefile.in: Regenerate.
5401
5402 2005-10-03 Andreas Schwab <schwab@suse.de>
5403
5404 Backport from libtool CVS:
5405 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5406
5407 * ltmain.sh: add support for installing into temporary
5408 staging area (e.g. 'make install DESTDIR=...')
5409
5410 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5411
5412 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5413 * configure: Regenerated.
5414
5415 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5416
5417 * configure: Regenerate with the correct
5418 autoconf version.
5419
5420 2005-09-30 Catherine Moore <clm@cm00re.com>
5421
5422 * configure.in (bfin-*-*): New.
5423 * configure: Regenerated.
5424
5425 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5426
5427 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5428 (LIPO_FOR_TARGET): New.
5429 (CONFIGURED_LIPO_FOR_TARGET): New.
5430 (USUAL_LIPO_FOR_TARGET): New.
5431 (STRIP_FOR_TARGET): New.
5432 (CONFIGURED_STRIP_FOR_TARGET): New.
5433 (USUAL_STRIP_FOR_TARGET): New.
5434 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5435 STRIP_FOR_TARGET.
5436 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5437 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5438 * Makefile.in: Regenerate.
5439 * configure: Regenerate.
5440
5441 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5442
5443 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5444 (rs6000-*-aix*): Same.
5445 * configure: Regenerate.
5446
5447 2005-09-16 Tom Tromey <tromey@redhat.com>
5448
5449 * MAINTAINERS: Add self as java maintainer.
5450
5451 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5452
5453 * configure.in: Recognize f95 in the --enable-languages option,
5454 and substitute it for fortran, issuing a warning.
5455 * configure: Regenerate.
5456
5457 2005-08-30 Phil Edwards <phil@codesourcery.com>
5458
5459 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5460 * configure: Regenerated.
5461
5462 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5463
5464 * MAINTAINERS: Add self as ms1 maintainer.
5465
5466 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5467
5468 * Makefile.def (libssp): Add to lang_env_dependencies.
5469 * Makefile.in: Regenerate.
5470
5471 2005-08-18 Ian Lance Taylor <ian@airs.com>
5472
5473 * MAINTAINERS: Add myself as middle-end maintainer.
5474
5475 2005-08-17 Christian Groessler <chris@groessler.org>
5476
5477 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5478 * Makefile.in: Regenerate.
5479
5480 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5481
5482 * MAINTAINERS (write after approval): Added myself.
5483
5484 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5485
5486 * MAINTAINERS (Write After Approval): Add myself.
5487
5488 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5489
5490 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5491 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5492 Look for alternate names of the target cc and c++
5493 * configure: Regenerate.
5494
5495 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5496
5497 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5498 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5499 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5500 tools; remove code to manually set them.
5501 (Target tools): Look in the environment for them.
5502 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5503 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5504 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5505 build directory.
5506 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5507 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5508 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5509 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5510 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5511 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5512 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5513 * configure: Regenerate.
5514 * Makefile.in: Regenerate.
5515
5516 2005-07-28 Ben Elliston <bje@au.ibm.com>
5517
5518 * MAINTAINERS: Update for removed CPU targets.
5519
5520 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5521
5522 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5523 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5524 * Makefile.in: Regenerated.
5525
5526 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5527
5528 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5529 (CFLAGS_FOR_TARGET): Use it.
5530 (CXXFLAGS_FOR_TARGET): Likewise.
5531 * Makefile.in: Regenerated.
5532 * configure.in (--with-build-sysroot): New option.
5533 * configure: Regenerated.
5534
5535 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5536
5537 * Makefile.tpl: Wrap install between unstage and stage
5538 * Makefile.in: Regenerate.
5539
5540 2005-07-21 Eric Christopher <echristo@apple.com>
5541
5542 * MAINTAINERS: Update affiliation.
5543
5544 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5545
5546 * MAINTAINERS: Add self as crx port maintainer.
5547
5548 2005-07-20 DJ Delorie <dj@redhat.com>
5549
5550 * MAINTAINERS: Add self as m32c maintainer.
5551
5552 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5553
5554 * all files: Update FSF address.
5555
5556 2005-07-15 Eric Christopher <echristo@redhat.com>
5557
5558 * MAINTAINERS: Change affiliation.
5559
5560 2005-07-14 Jim Blandy <jimb@redhat.com>
5561
5562 * configure.in: Add cases for Renesas m32c.
5563 * configure: Regenerated.
5564
5565 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5566
5567 * COPYING.LIB: Update from fsf.org.
5568
5569 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5570
5571 * COPYING, compile, config.guess,
5572 config.sub, install-sh, missing, mkinstalldirs,
5573 symlink-tree, ylwrap: Sync from upstream sources.
5574 * config-ml.in: Update FSF address.
5575
5576 2005-07-13 Eric Christopher <echristo@redhat.com>
5577
5578 * configure.in: Add toplevel noconfigdir support for tpf.
5579 * configure: Regenerate.
5580
5581 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5582
5583 PR ada/22340
5584
5585 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5586 * Makefile.in: Regenerate.
5587
5588 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5589
5590 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5591 Brolley to write-after-approval.
5592
5593 2005-07-07 Andreas Schwab <schwab@suse.de>
5594
5595 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5596 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5597 * Makefile.in: Regenerated.
5598
5599 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5600
5601 * configure.in: Don't build sim or rda when targetting darwin.
5602 * configure: Regenerate.
5603
5604 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5605
5606 * configure.in: Add --enable-libssp and --disable-libssp.
5607 * configure: Regenerate with autoconf-2.13.
5608
5609 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5610
5611 * Makefile.def (target_modules): Add libssp.
5612 * configure.in (target_libraries): Add target-libssp.
5613 * configure: Rebuilt.
5614 * Makefile.in: Rebuilt.
5615
5616 2005-07-01 Zack Weinberg <zackw@panix.com>
5617
5618 * MAINTAINERS: Change email address. Resign from maintainership.
5619
5620 2005-07-01 Richard Guenther <rguenther@suse.de>
5621
5622 * MAINTAINERS: Change my e-mail address and affiliation.
5623
5624 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5625
5626 * Makefile.def (stagefeedback): Come after profile.
5627 Define profiledbootstrap target.
5628 * Makefile.tpl (profiledbootstrap): Remove.
5629 (stageprofile-end): Zap stagefeedback.
5630 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5631 * Makefile.in: Regenerate.
5632
5633 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5634
5635 * MAINTAINERS: Update my email address.
5636
5637 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5638
5639 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5640 In 'cpp' stanza, support '#line' as well as '# '.
5641
5642 2005-06-08 Andreas Schwab <schwab@suse.de>
5643
5644 * MAINTAINERS: Move myself from 'Write After Approval' to
5645 'CPU Port Maintainers' section as m68k maintainer.
5646
5647 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5648
5649 * configure.in (unsupported_languages): New macro.
5650 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5651 non-ported target libraries in noconfigdirs.
5652 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5653 non-linux-gnu. Remove libgcj_ex_libffi.
5654 <lang_frag loop>: Set add_this_lang=no if the language is in
5655 unsupported_languages.
5656 * configure: Regenerate.
5657
5658 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5659
5660 * configure.in: Fix typo in handling of --with-mpfr-dir.
5661 * configure: Regenerate.
5662
5663 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5664
5665 * MAINTAINERS: Update my email address.
5666
5667 2005-06-02 Jim Blandy <jimb@redhat.com>
5668
5669 * config.sub: Add cases for the Renesas m32c. (This patch has been
5670 accepted into the master sources.)
5671
5672 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5673 Michael Snyder <msnyder@redhat.com>
5674 Stan Cox <scox@redhat.com>
5675
5676 * configure.in: Set noconfigdirs for ms1.
5677
5678 * configure: Regenerate.
5679
5680 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5681
5682 * MAINTAINERS (Write After Approval): Add self.
5683
5684 2005-06-01 Josh Conner <jconner@apple.com>
5685
5686 * MAINTAINERS (Write After Approval): Add self.
5687
5688 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5689
5690 * MAINTAINERS: Update my email address.
5691
5692 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5693
5694 * MAINTAINERS (Write After Approval): Add self.
5695
5696 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5697
5698 * MAINTAINERS (Write After Approval): Remove self.
5699
5700 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5701
5702 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5703 (Dependencies): Consider target modules for bootstrap dependencies.
5704 Make target bootstrap modules depend on each stage's gcc.
5705 * Makefile.in: Regenerate.
5706
5707 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5708
5709 * Makefile.def (configure-gcc): Depend on binutils having been built.
5710 (all-gcc): No need to do it here.
5711 * Makefile.in: Regenerate.
5712
5713 2005-05-19 Paul Brook <paul@codesourcery.com>
5714
5715 * configure.in: Rewrite misleading error message when requested
5716 language cannot be built.
5717 * configure: Regenerate.
5718
5719 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5720
5721 * ylwrap: Import from Automake 1.9.5.
5722
5723 2005-05-13 David Ung <davidu@mips.com>
5724
5725 * MAINTAINERS (Write After Approval): Add self.
5726
5727 2005-05-09 Mike Stump <mrs@apple.com>
5728
5729 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5730 lt_cv_sys_max_cmd_len for now.
5731
5732 2005-05-09 Stan Cox <scox@redhat.com>
5733
5734 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5735
5736 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5737
5738 * README.SCO: Update the URL.
5739
5740 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5741
5742 * ltconfig: Define file_list_spec. Pass file_list_spec and
5743 with_gnu_ld to libtool.
5744 * ltcf-c.sh (aix[45]): Define file_list_spec.
5745 * ltcf-cxx.sh (aix[45]): Same.
5746 * ltcf-gcj.sh (aix[45]): Same.
5747 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5748 exists, write list of input files to temporary file.
5749
5750 2005-05-04 Mike Stump <mrs@apple.com>
5751
5752 * configure.in: Always pass --target to target configures as
5753 otherwise rebuilds that do --recheck will fail.
5754 * confiugure: Rebuilt.
5755
5756 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5757
5758 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5759 STAGE_HOST_EXPORTS.
5760 (configure, all): Add bootstrap support.
5761 (Host modules, target modules): Pass post-stage1 flags and exports.
5762 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5763 * Makefile.in: Regenerate.
5764
5765 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5766
5767 * configure: Regenerate.
5768
5769 2005-04-27 Mike Stump <mrs@apple.com>
5770
5771 * MAINTAINERS: Add self as darwin maintainer.
5772
5773 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5774
5775 * config.sub: Update from master copy.
5776
5777 2005-04-21 Mike Stump <mrs@apple.com>
5778
5779 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5780 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5781
5782 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5783
5784 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5785 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5786 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5787 "*-*-elf" and "*-*-linux*".
5788 * configure: Regenerate.
5789
5790 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5791
5792 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5793
5794 2005-04-12 Mike Stump <mrs@apple.com>
5795
5796 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5797
5798 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5799
5800 * MAINTAINERS (Write After Approval): Add myself.
5801
5802 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5803
5804 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5805
5806 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5807
5808 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5809 (TARGET_CONFIGARGS): Include --with-target-subdir.
5810 (configure, all): New macros. Use them throughout.
5811 * Makefile.in: Regenerate.
5812
5813 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5814
5815 * MAINTAINERS (Write After Approval): Add myself.
5816
5817 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5818
5819 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5820
5821 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5822
5823 * MAINTAINERS: Move John Carr to Write After Approval.
5824
5825 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5826
5827 * config/mh-mingw32: Delete.
5828 * configure.in: Don't use it.
5829 * configure: Regenerate.
5830
5831 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5832
5833 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5834 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5835 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5836 (HOST_LIB_PATH): Generate from Makefile.def.
5837 (TARGET_LIB_PATH): Likewise.
5838 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5839 * Makefile.in: Regenerate.
5840 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5841 (RPATH_ENVVAR): Include Darwin case.
5842 * configure: Regenerate.
5843
5844 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5845
5846 * MAINTAINERS (Various Maintainers): Remove self.
5847 (Write After Approval): Add self.
5848
5849 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5850
5851 * MAINTAINERS (Various Maintainers): Add self.
5852
5853 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5854
5855 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5856 * configure: Regenerate.
5857
5858 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5859
5860 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5861 gcc_version, and gcc_version_trigger from set of flags to pass.
5862 * Makefile.tpl: Remove definitions of above variables.
5863 (config.status): Remove dependency on $(gcc_version_trigger).
5864 * Makefile.in: Regenerate.
5865 * configure.in: Do not reference config/gcc-version.m4 nor
5866 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5867 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5868 * configure: Regenerate.
5869
5870 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5871 Andrew Pinski <pinskia@physics.uc.edu>
5872
5873 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5874 * Makefile.in: Regenerate.
5875
5876 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5877
5878 * MAINTAINERS (Write After Approval): Add myself.
5879
5880 2005-03-03 David Ayers <d.ayers@inode.at>
5881
5882 * MAINTAINERS (Write After Approval): Add myself.
5883
5884 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5885
5886 PR libgcj/20160
5887 * ltmain.sh: Avoid creating archives with components that have
5888 duplicate basenames.
5889
5890 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5891
5892 PR bootstrap/20250
5893 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5894 instead of check.
5895 * Makefile.in: Regenerate.
5896
5897 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5898
5899 * Makefile.in: Regenerate to fix conflict between the previous two
5900 patches.
5901
5902 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5903
5904 PR bootstrap/17383
5905 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5906 * Makefile.tpl (HOST_SUBDIR): New substitution.
5907 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5908 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5909 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5910 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5911 (Host modules, Bootstrapped modules): Use it.
5912 (Build modules, Target modules): Do not create symlink trees,
5913 always configure out-of-srcdir.
5914 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5915 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5916 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5917 $(HOST_SUBDIR). Create a symlink for host_subdir.
5918
5919 * Makefile.in: Regenerate.
5920 * configure: Regenerate.
5921
5922 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5923
5924 Merged from libada-gnattools-branch:
5925 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5926
5927 * gnattools: New directory.
5928 * Makefile.def: Add gnattools as a module, depending on target-libada.
5929 * Makefile.in: Regenerate.
5930 * configure.in: Include gnattools in host_tools; disable it if ada
5931 is disabled.
5932 * configure: Regenerate.
5933
5934 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5935
5936 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5937 treelang maintainer.
5938 (Write After Approval): Remove myself.
5939
5940 2005-02-23 Paul Schlie <schlie@comcast.net>
5941
5942 * configure.in: Allow darwin targeted ports to build tk, itcl and
5943 libgui.
5944 * configure: Regenerate.
5945
5946 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5947
5948 PR libgcj/10353
5949 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5950 * configure: Regenerate.
5951
5952 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5953
5954 * MAINTAINERS (Write After Approval): Add myself.
5955
5956 2005-02-10 Ian Lance Taylor <ian@airs.com>
5957
5958 * MAINTAINERS: Update my e-mail address.
5959
5960 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5961
5962 * MAINTAINERS (Write After Approval): Add myself.
5963
5964 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5965
5966 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5967 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5968 target-libgloss when not *-*-elf and *-*-aout.
5969 * configure: Regenerate.
5970
5971 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5972
5973 * MAINTAINERS: Remove obsolete entries.
5974
5975 * MAINTAINERS (Write After Approval): Add Michael Matz.
5976
5977 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5978
5979 * MAINTAINERS: Remove self as cpplib maintainer.
5980
5981 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5982
5983 * install-sh, config.sub: Import from upstream.
5984
5985 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5986
5987 PR bootstrap/18222
5988 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5989 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5990 * Makefile.in: Regenerate.
5991
5992 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5993
5994 * MAINTAINERS: Update my email address.
5995
5996 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5997 Andreas Schwab <schwab@suse.de>
5998
5999 PR bootstrap/18033
6000 * config-ml.in: Eval option if surrounded by single quotes.
6001
6002 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6003
6004 Revert 2004-12-28 Makefile changes, a better fix will be
6005 applied to mainline and src after GCC 4.0 branches.
6006
6007 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6008
6009 PR bootstrap/17383
6010
6011 * Makefile.def (target_modules): Remove stage parameter,
6012 it is always true now.
6013 * Makefile.tpl (configure-build-[+module+],
6014 configure-target-[+module+]): Always build symlink tree
6015 for the directory and for include. BUILD_SUBDIR and
6016 TARGET_SUBDIR cannot be . anymore.
6017 * Makefile.in: Regenerate.
6018
6019 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6020
6021 Revert 2004-12-08 Makefile changes.
6022
6023 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6024
6025 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6026 cygwin, mingw.
6027
6028 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6029
6030 * configure.in (sh64-*-*): Reenable gprof.
6031 * configure: Regenerate.
6032
6033 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6034
6035 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6036 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6037 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6038 * Makefile.in: Regenerate.
6039
6040 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6041
6042 * MAINTAINERS: Update my email address.
6043
6044 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6045
6046 * Makefile.tpl: Generate normal dependencies if the LHS module is
6047 not bootstrapped.
6048 * Makefile.in: Regenerate.
6049
6050 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6051
6052 * configure.in: Include config/gxx-include-dir.m4. Use
6053 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6054 * configure: Regenerate.
6055
6056 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6057
6058 * config.if: Delete.
6059 * configure.in: Set libstdcxx_incdir directly.
6060 * configure: Regenerate.
6061
6062 2004-12-02 Eric Christopher <echristo@redhat.com>
6063
6064 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6065 * Makefile.in: Regenerate.
6066
6067 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6068
6069 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6070 * configure: Regenerate.
6071
6072 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6073
6074 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6075 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6076 * configure: Regenerate.
6077
6078 2004-12-01 Eric Christopher <echristo@redhat.com>
6079
6080 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6081 of things to remove.
6082
6083 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6084
6085 * MAINTAINERS (Write After Approval): Update my e-mail address.
6086
6087 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6088
6089 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6090 from CVS libtool to always pass_all.
6091
6092 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6093
6094 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6095 (hppa*64*-*-*): Delete incorrect comment.
6096 * configure: Rebuilt.
6097
6098 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6099
6100 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6101
6102 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6103
6104 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6105 from CVS libtool to always pass_all.
6106
6107 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6108
6109 * install-sh, compile: Import from automake.
6110
6111 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6112
6113 * config.guess, config.sub: Import from savannnah.
6114
6115 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
6116
6117 * MAINTAINERS (Write After Approval): Add myself
6118
6119 2004-11-12 Mike Stump <mrs@apple.com>
6120
6121 * Makefile.def: Add html support.
6122 * Makefile.tpl: Likewise.
6123 * Makefile.in: Regenerate.
6124
6125 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6126
6127 PR 18423
6128 * configure.in: Remove all instances of build-fixincludes from
6129 noconfigdirs.
6130 (build_configargs): Supply --target to subdirectories.
6131 * configure: Regenerate.
6132
6133 * Makefile.def: Make gcc install depend on fixincludes install.
6134 * Makefile.in: Regenerate.
6135
6136 2004-11-10 Janis Johnson <janis187@us.ibm.com>
6137
6138 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6139
6140 2004-11-11 Paul Brook <paul@codesourcery.com>
6141
6142 * MAINTAINERS: Add self as arm maintainer. Update email address.
6143
6144 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6145
6146 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6147 target-libgfortran.
6148 * configure: Regenerate.
6149
6150 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6151
6152 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6153 like CC.
6154
6155 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6156
6157 * Makefile.def (host fixincludes): Specify missing targets.
6158 * Makefile.in: Regenerate.
6159
6160 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6161
6162 * MAINTAINERS: Add myself
6163
6164 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6165
6166 * MAINTAINERS (Write After Approval): Add myself.
6167
6168 2004-11-04 Geoffrey Keating <geoffk@apple.com>
6169
6170 * Makefile.def: Build fixincludes for the host, too.
6171 * Makefile.in: Regenerate.
6172 * configure.in (host_tools): Add fixincludes.
6173 * configure: Regenerate.
6174
6175 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6176
6177 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6178 * configure: Regenerated.
6179
6180 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6181
6182 PR other/17783
6183 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6184 * configure: Regenerated.
6185
6186 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6187
6188 * README.SCO: Update per FSF instructions.
6189
6190 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6191
6192 PR target/18151
6193 * configure.in (case ${target}): Do not build fixincludes for avr.
6194 * configure: Regenerated.
6195
6196 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6197
6198 * configure.in (case ${target}): Do not build fixincludes
6199 on platforms where it is not used.
6200 * configure: Regenerated.
6201
6202 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6203
6204 * configure.in: Use an absolute path to install-sh.
6205 * configure: Regenerated.
6206
6207 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6208
6209 * MAINTAINERS (Write After Approval): Add myself.
6210
6211 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6212
6213 * MAINTAINERS: Remove from Write After Approval those that are
6214 already maintainers.
6215
6216 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6217
6218 * MAINTAINERS: Update my email address.
6219
6220 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6221
6222 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6223 * configure: Regenerate.
6224
6225 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6226
6227 * MAINTAINERS: Update my email address.
6228
6229 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6230
6231 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6232 entries belonging to this category.
6233
6234 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6235
6236 * MAINTAINERS: Update my e-mail address.
6237
6238 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6239
6240 Fix wrong conflict resolution in:
6241
6242 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6243
6244 * Makefile.in: Regenerate.
6245 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6246 in the recursive `make', instead of hardwiring `all'.
6247 (Autogenerated TARGET-* variables): New.
6248
6249 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6250
6251 * configure.in: Enable target-libgloss for crx-*-*.
6252 * configure: Regenerate.
6253
6254 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6255
6256 * MAINTAINERS (Various Maintainers): Move the "windows,
6257 cygwin, mingw" maintainer to ...
6258 (OS Port Maintainers): ... here.
6259
6260 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6261
6262 * MAINTAINERS (Write After Approval): Remove those that are
6263 maintainers of some subsystem.
6264
6265 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6266
6267 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6268 * ltcf-cxx.sh (tpf*): Likewise.
6269 * ltconfig (tpf*): Add TPF OS configuration support.
6270
6271 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6272
6273 * MAINTAINERS: Change my email address to my new work account.
6274
6275 2004-09-24 Michael Roth <mroth@nessie.de>
6276
6277 * configure.in (--without-headers): Add missing double quotes.
6278 * configure: Regenerate.
6279
6280 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6281
6282 * ylwrap: Revert to previous version.
6283
6284 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6285
6286 PR bootstrap/17369
6287 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6288 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6289 SET_GCC_LIB_PATH_CMD.
6290 (BASE_TARGET_EXPORTS): Likewise.
6291 * Makefile.in: Regenerated.
6292
6293 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6294 * configure: Regenerated.
6295
6296 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6297
6298 * config.guess: New upstream version
6299 * compile, depcomp, install-sh, ylwrap: Likewise.
6300
6301 2004-09-19 Roger Sayle <roger@eyesopen.com>
6302
6303 * config/mh-x86omitfp: New host makefile fragment. Add
6304 -fomit-frame-pointer to the default BOOT_CFLAGS.
6305 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6306 * configure: Regenerate.
6307
6308 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6309
6310 PR target/11572
6311 * configure.in (*-*-darwin*): Renable libobjc.
6312 * configure: Regenerate.
6313
6314 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6315
6316 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6317
6318 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6319
6320 * Makefile.def: Remove libbanshee.
6321 * Makefile.tpl: Ditto.
6322 * configure.in: Ditto.
6323 * Makefile.in: Regen.
6324 * configure: Ditto.
6325
6326 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6327
6328 * ltmain.sh: Use $pic_object as $non_pic_object if
6329 $non_pic_object=none.
6330
6331 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6332
6333 * missing: Import latest version from master repository.
6334
6335 2004-09-06 Nick Clifton <nickc@redhat.com>
6336
6337 * config.sub: Import latest version from master repository.
6338 * config.guess: Likewise.
6339 This includes these changes:
6340
6341 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6342
6343 * config.sub: Handle crisv32, alias etraxfs.
6344 * config.guess (crisv32:Linux:*:*): Handle.
6345
6346 2004-08-13 Brad Smith <brad@comstyle.com>
6347
6348 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6349 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6350
6351 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6352
6353 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6354 assume the processor is a powerpc. This is because coreutils
6355 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6356 in this case, due to a MacOS X bug that causes
6357 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6358 to return a negative number.
6359 Problem reported by Petter Reinholdtsen in:
6360 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6361
6362 2004-07-19 Ben Elliston <bje@gnu.org>
6363
6364 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6365
6366 2004-06-24 Ben Elliston <bje@gnu.org>
6367
6368 * config.guess: Update copyright years.
6369 * config.sub: Likewise.
6370
6371 2004-06-22 Robert Millan <robertmh@gnu.org>
6372
6373 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6374 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6375
6376 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6377
6378 * config.guess (*:*VMS:*:*): New entry. Replaces
6379 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6380 manufacturer.
6381
6382 2004-06-22 Ben Elliston <bje@gnu.org>
6383
6384 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6385 * config.sub: Likewise.
6386
6387 2004-06-22 Ben Elliston <bje@gnu.org>
6388
6389 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6390 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6391
6392 2004-06-11 Ben Elliston <bje@gnu.org>
6393
6394 * config.guess (pegasos:OpenBSD:*:*): Remove.
6395
6396 2004-06-11 Ben Elliston <bje@gnu.org>
6397
6398 From Wouter Verhelst <wouter@grep.be>:
6399 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6400
6401 2004-06-11 Ben Elliston <bje@gnu.org>
6402
6403 * config.guess (luna88k:OpenBSD:*:*): New.
6404
6405 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6406
6407 * config.guess (m32r*:Linux:*:*): New case.
6408 * config.sub: Handle m32rle.
6409
6410 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6411
6412 From Jens Petersen <petersen@redhat.com>:
6413 * config.sub: Handle sparcv8.
6414
6415 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6416
6417 From Tom Smith <smith@cag.lkg.hp.com>:
6418 * config.guess: Version suffixes are equally significant on Tru64
6419 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6420 prefix of "P" (patched kernel).
6421
6422 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6423
6424 * config.sub: Add support for National Semiconductor CRX target.
6425
6426 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6427
6428 * MAINTAINERS (Various Maintainers): Remove myself as web page
6429 maintainer, add myself as maintainer of build status lists.
6430
6431 2004-09-03 Jan Beulich <jbeulich@novell.com>
6432
6433 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6434 *-*-netware, but add target-libmudflap.
6435 Consolidate *-*-netware targets (of which really only i?86 exists)
6436 into a single entry.
6437 * configure: Likewise.
6438
6439 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6440
6441 * Makefile.tpl (sorry): Remove.
6442 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6443 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6444 (do-clean): Clean per-stage directories too.
6445 (do-distclean): Run distclean-stage1 too.
6446 (.NOTPARALLEL): Enable during toplevel bootstrap.
6447 (stage[+id+]-bubble): Enable parallel execution during
6448 the recursive invocation.
6449 * Makefile.in: Regenerate.
6450
6451 Fix previous checkin:
6452
6453 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6454 include.
6455 * configure.in: Fix indentation.
6456 * configure: Regenerate.
6457
6458 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6459
6460 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6461 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6462 * configure: regenerate
6463 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6464 -mdynamic-no-pic
6465
6466 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6467
6468 * Makefile.def (build_modules): Add fixincludes.
6469 (dependencies): Make gcc depend on fixincludes.
6470 * configure.in (build_tools): Add fixincludes.
6471 (build_configdirs): Always include build_libs.
6472 * Makefile.in: Regenerate.
6473 * configure: Regenerate.
6474
6475 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6476
6477 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6478 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6479 phony targets; do not generate timestamp files.
6480 (distclean-stageN): Remove references to their timestamp files.
6481 (restageN, touch-stageN): Remove.
6482 (stageN-bubble): Rewritten.
6483 (compare): Support lean bootstraps.
6484 * Makefile.in: Regenerate.
6485
6486 * configure.in: Only warn when bootstrapping but
6487 build != host or build != target. Support lean bootstraps.
6488 * configure: Regenerate.
6489
6490 2004-08-26 Phil Edwards <phil@codesourcery.com>
6491
6492 * configure.in: Give a better error message if GMP/MPFR are missing
6493 and a language needing them has been requested.
6494 * configure: Regenerated.
6495
6496 2004-08-25 Phil Edwards <phil@codesourcery.com>
6497
6498 * configure.in: Print a list of available language front-ends if
6499 a requested one is missing. Tidy stray tab characters.
6500 * configure: Regenerated.
6501
6502 2004-08-19 Michael Koch <konqueror@gmx.de>
6503
6504 * gcc/doc/install.texi: Update entry about automake for libjava.
6505
6506 2004-08-17 Robert Millan <robertmh@gnu.org>
6507
6508 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6509 (instead of FreeBSD).
6510 * configure: Regenerate.
6511
6512 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6513
6514 * Makefile.in: Regenerate.
6515 * configure: Regenerate.
6516
6517 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6518 stage_*_flags.
6519 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6520 for bootstrapped modules if toplevel bootstrap is going.
6521 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6522 modules. Adjust for changes in Makefile.def. Enable several
6523 rules even in non-bootstrap mode, just to avoid peppering the
6524 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6525 (stage-[+prev+]-bubble): Remove.
6526
6527 * Makefile.def (Dependencies): Depend on all-build-bison,
6528 all-build-flex, all-build-byacc, all-build-texinfo, rather
6529 than the host variations.
6530 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6531 with BUILD_SUBDIR.
6532 (BISON): Update for recent Bisons.
6533 (YACC): Fix typo.
6534 (cross): Depend on all-build.
6535 (all): Do not depend on all-build.
6536 (prebootstrap): Remove.
6537 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6538 (Prebootstrap dependencies): Add them to the per-stage targets
6539 and to all-prebootstrap.
6540 * configure.in (build_configdirs): Always enable build_tools.
6541 (BUILD_DIR_PREFIX): Remove.
6542
6543 * Makefile.def (gcc): Add target variable.
6544 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6545 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6546 in the recursive `make', instead of hardwiring `all'.
6547 (Autogenerated TARGET-* variables): New.
6548
6549 2004-08-13 Brian Booth <bbooth@redhat.com>
6550
6551 * MAINTAINERS: Remove myself from write-after-approval.
6552
6553 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6554
6555 * src-release: Stop distributing mmalloc with gdb (which doesn't
6556 use it).
6557 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6558 * Makefile.in: Regenerate.
6559
6560 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6561
6562 * configure.in (arm*-*-eabi*): New target.
6563 * configure: Regenerate.
6564
6565 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6566
6567 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6568 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6569 (Dependencies): New section.
6570 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6571 (configure-target-[+module+]): Depend on maybe-all-gcc
6572 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6573 (toplevel profiledbootstrap): Fix dependencies.
6574 * Makefile.in: Regenerate.
6575
6576 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6577
6578 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6579 target-libiberty to noconfigdirs.
6580 * configure: Regenerate.
6581
6582 2004-08-03 Paul Brook <paul@codesourcery.com>
6583
6584 * configure.in: Check for MPFR as well as GMP.
6585 * configure: Regenerate.
6586
6587 2004-08-01 Robert Millan <robertmh@gnu.org>
6588
6589 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6590 libmudflap for all GNU-based systems (with Glibc).
6591 * configure: Regenerate.
6592
6593 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6594
6595 * Makefile.def (host-modules): Add gcc.
6596 * Makefile.in: Regenerate.
6597 * Makefile.tpl (sorry): New rule.
6598 (configure-host, all-host, [+make_target+]-host, do-check,
6599 install-host): Do not add gcc as a special case.
6600 (host modules): Add a small special-casing for gcc. Export
6601 extra_make_flags through the environment.
6602 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6603 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6604 other recursive targets for gcc): Remove.
6605
6606 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6607 (stage, unstage): New rules.
6608 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6609 distclean-stage[+id+]): Use stage_current.
6610 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6611 the stage*-start rules.
6612
6613 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6614
6615 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6616 use -all_load flag.
6617
6618 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6619
6620 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6621 * configure: Regenerate.
6622
6623 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6624
6625 * maintainer-scripts/gcc_release: Revert yesterday's change.
6626
6627 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6628
6629 * MAINTAINERS: Add myself to write-after-approval.
6630
6631 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6632
6633 * libf2c: Removed.
6634 * gcc/gccbug.in: Updated because of libf2c removal.
6635 * maintainer-scripts/gcc_release: Ditto.
6636
6637 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6638
6639 * configure.in: Build libmudflap by default on FreeBSD.
6640 * configure: Regenerated.
6641
6642 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6643
6644 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6645 systems.
6646 * configure: Regenerated.
6647
6648 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6649
6650 PR target/16344
6651 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6652 feedback based compiler.
6653 * Makefile.in: Rebuilt.
6654
6655 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6656
6657 * Makefile.def (host_modules): Set bootstrap=true for flex.
6658 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6659 * Makefile.in: Rebuilt.
6660
6661 2004-07-07 Jan Hubicka <jh@suse.cz>
6662
6663 * MAINTAINERS: Add self as a profile feedback maintainer.
6664
6665 2004-07-05 Phil Edwards <phil@codesourcery.com>
6666
6667 * configure.in: Do not prepend $srcdir to /dev/null in
6668 makefile fragments.
6669 * configure: Regenerate.
6670
6671 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6672
6673 * Makefile.def (build_modules): Add bison, byacc, flex,
6674 m4, texinfo.
6675 (flags_to_pass): Add FLEX.
6676 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6677 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6678 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6679 DEFAULT_MAKEINFO): Remove.
6680 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6681 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6682 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6683 objdir or else use configured tool.
6684 (all-build): New.
6685 (all): Depend on it.
6686 (Build module dependencies): Add.
6687 * Makefile.in: Regenerate.
6688 * configure.in: Better support for multiple build modules,
6689 matching what is done for host/target modules. Do not look
6690 for "plausible" locations of build tools if Canadian cross.
6691 Use autoconf's AC_PROG_CC to find a C compiler. Define
6692 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6693 * configure: Regenerate.
6694
6695 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6696
6697 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6698 * Makefile.in: Regenerate.
6699
6700 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6701
6702 * Makefile.tpl (configure-build-[+module+],
6703 configure-[+module+], configure-target-[+module+]): Pass
6704 [+extra_configure_args+].
6705 (all-build-[+module+], all-[+module+], check-[+module+],
6706 install-[+module+], [+make_target+]-[+module+],
6707 all-target-[+module+], check-target-[+module+],
6708 install-target-[+module+], [+make_target+]-target-[+module+]):
6709 Pass [+extra_make_args+].
6710 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6711 (GCC_HOST_EXPORTS): Remove.
6712 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6713 cross, check-gcc, check-gcc-c++, install-gcc,
6714 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6715 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6716 * Makefile.in: Regenerate.
6717
6718 2004-06-21 Matthew Sachs <msachs@apple.com>
6719
6720 * MAINTAINERS: Added self to write-after-approval.
6721
6722 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6723
6724 * configure.in: Check for srcdir/winsup rather than build directory
6725 winsup.
6726 * configure: Regenerate.
6727
6728 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6729
6730 * configure.in: Don't build Cygwin native newlib if winsup
6731 directory is missing. Emit warning instead.
6732 * configure: Regenerate.
6733
6734 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6735
6736 * Makefile.tpl (touch-stage[+id+]): New.
6737 (restage[+prev+]): Depend on touch-stage[+id+].
6738
6739 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6740 Use it throughout.
6741
6742 * Makefile.def: Add profile and feedback bootstrap stages.
6743 Remove next field from bootstrap stages.
6744 * Makefile.tpl (LN, LN_S): Substitute.
6745 (stageN-start, stageN-end): Use double-colon rules, to
6746 provide a hook for additional setup commands.
6747 (distclean-stageN-gcc, restageN): Create dependencies from
6748 [+prev+], not from [+next+].
6749 (stageN-bubble): Add commands for successive stages from
6750 [+prev+], using double-colon rules.
6751 (all-stageN-gcc): Fix typo.
6752 (stagefeedback-start, profiledbootstrap): New.
6753 * Makefile.in: Regenerate.
6754 * configure.in: Call ACX_PROG_LN.
6755 * configure: Regenerate.
6756
6757 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6758
6759 * MAINTAINERS (Write After Approval): Add myself.
6760
6761 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6762
6763 * MAINTAINERS (Write After Approval): Add myself.
6764
6765 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6766
6767 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6768 without gcc.
6769 * configure: Regenerate.
6770
6771 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6772
6773 * Makefile.tpl: Fix typo.
6774 * Makefile.in: Regenerate.
6775
6776 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6777
6778 * configure.in: Remove new- prefix from toplevel
6779 bootstrap targets.
6780 * configure: Regenerate.
6781
6782 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6783
6784 * Makefile.tpl (all.normal): Rename to all.
6785 (all): Replace with a rule to pick the default
6786 target from configure.
6787 (all-gcc, configure-gcc): Use conditionals to
6788 do nothing when toplevel bootstrap is going on.
6789 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6790 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6791 * configure.in: Support --enable-bootstrap.
6792
6793 * Makefile.def: Remove new- prefix from toplevel
6794 bootstrap targets.
6795 * Makefile.tpl: Likewise.
6796
6797 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6798 target.
6799
6800 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6801 $(RECURSE_FLAGS) to recursive invocation of make.
6802
6803 * Makefile.in: Regenerate.
6804 * configure: Regenerate.
6805
6806 2004-05-30 Andreas Jaeger <aj@suse.de>
6807 Jim Wilson <wilson@specifixinc.com>
6808
6809 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6810 like CC.
6811
6812 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6813
6814 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6815 * configure: Regenerate.
6816
6817 2004-05-25 Daniel Jacobowitz <drow@false.org>
6818
6819 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6820 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6821 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6822 targets.
6823 * Makefile.in: Regenerate.
6824
6825 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6826
6827 * configure.in: Test the ability to symlink directories.
6828 * configure: Regenerate.
6829
6830 * Makefile.def (bootstrap-stage): New definitions.
6831 * Makefile.tpl (configure-stage1-gcc,
6832 configure-stage2-gcc, configure-stage3-gcc,
6833 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6834 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6835 new-restage3, compare): Autogenerate, see Makefile.in
6836 entry for behavioral changes.
6837 (distclean-stage1, new-stage1-start, new-stage1-end,
6838 new-stage1-bubble, distclean-stage2, new-stage2-start,
6839 new-stage2-end, new-stage2-bubble, distclean-stage3,
6840 new-stage3-start, new-stage3-end): New autogenerated targets.
6841 (objext, prebootstrap, BOOT_CFLAGS,
6842 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6843 targets.
6844
6845 * Makefile.in: Regenerate.
6846 (distclean-stage1, new-stage1-start, new-stage1-end,
6847 new-stage1-bubble, distclean-stage2, new-stage2-start,
6848 new-stage2-end, new-stage2-bubble, distclean-stage3,
6849 new-stage3-start, new-stage3-end): New targets.
6850 (all-stage1-gcc): Move prebootstrap dependency from here...
6851 (configure-stage1-gcc): ...to here.
6852 (new-bootstrap): Use bubble targets.
6853 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6854 Use per-stage distclean targets.
6855 (configure-stage1-gcc, configure-stage2-gcc,
6856 configure-stage3-gcc, all-stage1-gcc,
6857 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6858 Use new-stageN-start to prepare the tree.
6859
6860 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6861
6862 * Makefile.def (host_modules): add libcpp.
6863 * Makefile.tpl: Add dependencies on and for libcpp.
6864 * Makefile.in: Regenerate.
6865 * configure.in: Add libcpp host module.
6866 * configure: Regenerate.
6867
6868 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6869
6870 * Makefile.tpl: Whenever a recursive target is defined, wrap
6871 it in a special @if/@endif block, and prepare its maybe
6872 dependency in the @if/@endif block
6873 * configure.in: Instead of writing maybe dependencies, remove
6874 the @if/@endif statements, and remove the @if/@endif blocks
6875 that remain.
6876 * configure: Regenerate.
6877 * Makefile.in: Regenerate.
6878
6879 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6880
6881 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6882
6883 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6884
6885 PR bootstrap/15120
6886 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6887 * */configure: Rebuilt.
6888
6889 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6890
6891 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6892 of libf2c.
6893 * configure, Makefile.in: Regenerate.
6894
6895 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6896
6897 * MAINTAINERS (Write After Approval): Add myself.
6898
6899 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6900
6901 Merge from tree-ssa-20020619-branch.
6902
6903 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6904 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6905 (HOST_GMPLIBS): Define.
6906 (HOST_GMPINC): Define.
6907 (TARGET_LIB_PATH): Add libmudflap.
6908 (GFORTRAN_FOR_TARGET): Define.
6909 (configure-build*): Export GFORTRAN.
6910 (configure-gcc): Export GMPLIBS and GMPINC.
6911 (all-gcc): Add maybe-all-libbanshee.
6912 (configure-target-libgfortran): Define.
6913 * Makefile.in: Regenerate.
6914 * configure.in (host_libs): Add libbanshee.
6915 (target_libraries): Add target-libmudflap and target-libgfortran.
6916 Add --with-libbanshee.
6917 Handle --disable-libmudflap.
6918 (*-*-freebsd*): Use with_gmp.
6919 Add $(libgcj) to noconfigdirs.
6920 * configure: Regenerate.
6921 * depcomp: New file.
6922 * MAINTAINERS: Add tree-ssa maintainers.
6923
6924 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6925
6926 * MAINTAINERS (Various Maintainers): Add myself.
6927
6928 2004-04-30 Brian Ford <ford@vss.fsi.com>
6929
6930 * MAINTAINERS (Write After Approval): Add myself.
6931
6932 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6933
6934 * MAINTAINERS (Write After Approval): Add myself.
6935
6936 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6937
6938 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6939 * configure: Regenerate.
6940
6941 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6942
6943 Revert:
6944 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6945
6946 * Makefile.def (flags_to_pass): Remove *dir variables that
6947 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6948 as well as prefix and exec_prefix.
6949 * Makefile.in: Regenerate.
6950
6951 2004-04-26 Robert Millan <robertmh@gnu.org>
6952
6953 Add patches from libtool CVS.
6954 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6955 * ltconfig: Likewise.
6956 * ltcf-c.sh: Likewise.
6957 * ltcf-cxx.sh: Likewise.
6958 * ltcf-gcj.sh: Likewise.
6959
6960 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6961
6962 * Makefile.def (host_modules): Mark with the bootstrap
6963 flag packages on which gcc depends.
6964 * Makefile.tpl (all-bootstrap): Use it.
6965 * Makefile.in: Regenerate.
6966
6967 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6968
6969 * Makefile.def (flags_to_pass): Remove *dir variables that
6970 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6971 as well as prefix and exec_prefix.
6972 * Makefile.in: Regenerate.
6973
6974 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6975
6976 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6977 * configure: Regenerate.
6978 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6979 * gcc/Makefile.tpl (compare): Use the result of the test.
6980 * gcc/Makefile.in: Regenerate.
6981
6982 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6983
6984 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6985 Always relocate gcc and prev-gcc to the original names, even
6986 if the build fails.
6987 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6988 New targets.
6989
6990 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6991
6992 * MAINTAINERS: Update my email address.
6993
6994 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6995
6996 * configure.in (mips*-*-irix5*): Enable ld.
6997 * configure: Regenerate.
6998
6999 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7000
7001 * configure: Regenerate.
7002
7003 2004-04-15 James E Wilson <wilson@specifixinc.com>
7004
7005 * Makefile.tpl (configure-[+module+], configure-gcc,
7006 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7007 Set and export LDFLAGS.
7008 * Makefile.in: Regenerate.
7009
7010 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7011
7012 * MAINTAINERS: Add myself to write-after-approval.
7013
7014 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7015
7016 PR bootstrap/14871
7017 * Makefile.tpl: If we don't have built-in-tree target tools,
7018 use the ones found by configure rather than hacking around with
7019 program_transform_name.
7020 * configure.in: Give Makefile.tpl the information necessary
7021 to do that.
7022 * Makefile.in: Regenerate.
7023 * configure: Regenerate.
7024
7025 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7026
7027 PR bootstrap/14760
7028 * configure.in: When computing baseargs, strip *all* copies of
7029 offending options. Also, don't match/substitute the trailing space,
7030 so that this actually works when two similar options are separated by
7031 only one space.
7032 * configure: Regenerate.
7033
7034 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7035
7036 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7037 (rs6000-*-aix*): Same.
7038 * configure: Regenerate.
7039
7040 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7041
7042 * MAINTAINERS: Add myself to write-after-approval.
7043
7044 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7045
7046 * MAINTAINERS: Add myself to write-after-approval.
7047
7048 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7049
7050 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7051 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7052 * Makefile.in: Regenerate.
7053
7054 * configure.in (top level bootstrap support): Rework --enable-werror
7055 to set @stage2_werror_flag@.
7056 * configure: Regenerate.
7057 * Makefile.tpl (top level bootstrap support): Pass
7058 @stage2_werror_flag@ down to configure in stages 2 and 3.
7059 * Makefile.in: Regenerate.
7060
7061 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7062
7063 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7064 for stages 2 and 3 as well as in make. As a consequence, remove
7065 OUTPUT_OPTION (now detected by configure) from the flags passed down
7066 to make.
7067 * Makefile.in: Regenerate.
7068
7069 * Makefile.tpl (new-bootstrap): Fix typo.
7070 * Makefile.in: Regenerate.
7071
7072 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7073
7074 * Makefile.tpl: Rearrange by moving recursive_targets rules
7075 into their proper sections.
7076 * Makefile.tpl (top level bootstrap support): Move disabling
7077 of coverage flags from 'make' to 'configure'; improve comments.
7078 * Makefile.in: Regenerate.
7079
7080 * Makefile.tpl (experimental top level bootstrap) Move stage1
7081 language setting from all- target to configure- target; disable
7082 intermodule optimization in stage 1; prevent gratuitous rebuilds
7083 of stage 1.
7084 * Makefile.in: Regenerate.
7085 * configure.in: Comma-separate stage 1 language list for top
7086 level bootstrap.
7087 * configure: Regenerate.
7088
7089 * Makefile.tpl: Clean up experimental top level bootstrap support:
7090 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7091 prev-gcc in configure- targets as well as all- targets.
7092 * Makefile.in: Regenerate.
7093
7094 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7095
7096 * compile: New file imported from automake.
7097
7098 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
7099
7100 * configure.in: Remove symbolic link section.
7101 * configure: Regenerate.
7102 * Makefile.tpl (links): Remove.
7103 * Makefile.in: Regenerate.
7104
7105 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
7106 Nathanael Nerode <neroden@gcc.gnu.org>
7107
7108 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7109 Set with AC_CHECK_PROGS.
7110 * configure.in: Fix comment typo from last patch.
7111 * configure: Regenerate.
7112
7113 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7114
7115 * Makefile.tpl: Introduce experimental top level bootstrap support.
7116 * Makefile.in: Regenerate.
7117 * configure.in: Introduce support for top level bootstrap.
7118 * configure: Regenerate.
7119
7120 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
7121 Paolo Bonzini <bonzini@gnu.org>
7122
7123 PR bootstrap/14522
7124 * configure.in: Cope with shells that do not support unquoted ^
7125 * configure: Regenerate.
7126
7127 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
7128 Paolo Bonzini <bonzini@gnu.org>
7129
7130 PR bootstrap/14522
7131 * configure.in: Cope with shells that do not support nesting
7132 quotes inside quoted backquote substitutions.
7133 * configure: Regenerate.
7134
7135 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7136
7137 PR bootstrap/14522
7138 * configure.in: Fix escaping of $.
7139 * configure: Regenerate.
7140
7141 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7142
7143 * configure: Regenerate, since I forgot to while committing Paolo's
7144 changes.
7145
7146 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7147
7148 PR ada/14131
7149 Move language detection to the top level.
7150 * configure.in: Find default values for the tools as
7151 soon as possible. Disable ada if GNAT is not found.
7152 Emit error message about missing languages. Expand
7153 --enable-languages=all for the gcc subdirectory.
7154
7155 2004-03-10 Ben Elliston <bje@gnu.org>
7156
7157 * MAINTAINERS: Update my email address.
7158
7159 2004-03-05 David Edelsohn <edelsohn@gnu.org>
7160
7161 * ltconfig: Disable building static libraries if building shared
7162 libraries on AIX 5L.
7163
7164 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7165
7166 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7167 and disable libgcj.
7168 * configure: Regenerated.
7169
7170 2004-03-01 Brian Booth <bbooth@redhat.com>
7171
7172 * MAINTAINERS: Add myself to write-after-approval.
7173
7174 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
7175
7176 * MAINTAINERS: Add myself to write-after-approval.
7177
7178 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7179
7180 PR bootstrap/7087
7181 * Makefile.tpl: Guard XFOO sed statements better.
7182 * Makefile.tpl: Add dependency for configure-target-libada.
7183 * Makefile.in: Regenerate (incidentally fixes broken
7184 commit when libada-branch was merged).
7185
7186 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7187
7188 * MAINTAINERS: Add myself to write-after-approval.
7189
7190 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7191
7192 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7193 maintainers.
7194
7195 2004-02-20 Andrew Cagney <cagney@redhat.com>
7196
7197 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7198 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7199
7200 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7201
7202 PR bootstrap/11932
7203 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7204
7205 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7206
7207 * MAINTAINERS: Added myself to write-after-approval.
7208
7209 2004-02-14 Michael Koch <konqueror@gmx.de>
7210
7211 * MAINTAINERS: Added myself to write-after-approval.
7212
7213 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7214
7215 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7216 some OS port maintainers to OS port maintainers section.
7217
7218 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7219
7220 * MAINTAINERS: Add self.
7221
7222 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7223
7224 * MAINTAINERS: Alphabetize.
7225
7226 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7227
7228 * MAINTAINERS: Remove myself.
7229
7230 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7231
7232 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7233 (rs6000-*-aix*): Same.
7234 * configure: Regenerate.
7235
7236 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7237
7238 * configure.in (host): Add in missing $noconfigdirs to defines.
7239 * configure: Regenerate.
7240
7241 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7242 Nathanael Nerode <neroden@gcc.gnu.org>
7243
7244 PR ada/6637, PR ada/5911
7245 Merge with libada-branch:
7246 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7247 with appropriate dependencies. Add --enable-libada configure switch.
7248 * configure, Makefile.in: Regenerate.
7249
7250 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7251
7252 * MAINTAINERS: Add myself to write-after-approval.
7253
7254 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7255
7256 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7257 * configure: Regenerate.
7258
7259 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7260
7261 Merge from upstream:
7262
7263 * ltmain.in: When setting IFS to '~', be careful about user
7264 arguments that contain '~'.
7265
7266 2004-02-04 Peter O'Gorman <peter@pogma.com>
7267
7268 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7269 Also test $base_compile against $CC with escaped arguments. Bug
7270 reported by Geoff Keating <geoffk@apple.com>.
7271
7272 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7273
7274 * MAINTAINERS: Remove i960 port.
7275
7276 2004-01-23 DJ Delorie <dj@redhat.com>
7277
7278 * Makefile.def (target_modules) [libiberty]: Don't stage.
7279 * Makefile.in: Rebuilt.
7280
7281 2004-01-20 Caroline Tice <ctice@apple.com>
7282
7283 * MAINTAINERS: Add myself to write-after-approval.
7284
7285 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7286
7287 * MAINTAINERS: Update my email address.
7288
7289 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7290
7291 * MAINTAINERS: Add myself to write-after-approval.
7292
7293 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7294
7295 * MAINTAINERS: Remove entries without email address.
7296
7297 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7298
7299 * MAINTAINERS: Add myself to write-after-approval.
7300
7301 2004-01-15 Steven Bosscher <stevenb@suse.de>
7302
7303 * MAINTAINERS: Update my email address.
7304
7305 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7306
7307 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7308 * Makefile.tpl (configure-target-[+module+]): Support stage.
7309 * Makefile.in: Rebuilt.
7310
7311 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7312
7313 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7314
7315 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7316
7317 * MAINTAINERS: Add myself as a MIPS maintainer.
7318
7319 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7320
7321 * configure.in: Use ./config.cache, not config.cache.
7322 * configure: Regenerate.
7323 * Makefile.tpl: Special-casing not needed for GCC any more.
7324 * Makefile.in: Regenerate.
7325
7326 * configure.in: Don't share a cache file for host dirs.
7327 * configure: Regenerate.
7328
7329 * config-ml.in: Don't mess with the cache file.
7330
7331 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7332
7333 * MAINTAINERS: Move myself from 'Write After Approval' to
7334 'CPU Port Maintainers' section as SPARC maintainer.
7335
7336 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7337
7338 * Makefile.tpl: Make GCC use a separate config.cache.
7339 * Makefile.in: Regenerate.
7340
7341 PR bootstrap/11932, PR bootstrap/11933
7342 (I don't know if it will fix either of them, but it relates
7343 to them.)
7344 * configure.in: Don't use shared config.cache for target
7345 directories.
7346 * configure: Regenerate.
7347
7348 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7349
7350 * MAINTAINERS: Add myself to 'Write After Approval' section.
7351
7352 2003-12-31 Roger Sayle <roger@eyesopen.com>
7353
7354 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7355 * configure: Regenerated.
7356
7357 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7358
7359 * MAINTAINERS: Remove the mn10200 maintainer.
7360
7361 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7362
7363 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7364 * configure: Regenerated.
7365
7366 2003-12-16 Jan Hubicka <jh@suse.cz>
7367
7368 * MAINTAINERS: Add myself as callgraph maintainer.
7369
7370 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7371
7372 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7373 * configure: Regenerate.
7374
7375 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7376
7377 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7378 'Write After Approval' section. Update email.
7379
7380 2003-12-01 James Lemke <jim@wasabisystems.com>
7381
7382 * MAINTAINERS (Write After Approval): Add myself.
7383
7384 2003-11-20 Matt Thomas <matt@3am-software.com>
7385
7386 * MAINTAINERS: Add myself as a vax port maintainer.
7387
7388 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7389
7390 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7391 (configure-build-[+module+], configure-[+module+]): Likewise.
7392 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7393 * Makefile.in: Regenerate.
7394
7395 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7396
7397 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7398 shared/dylibed libraries.
7399 * ltmain.sh: Likewise.
7400 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7401 * ltcf-cxx.sh: Likewise.
7402 * ltcf-gcj.sh: Likewise.
7403 * ltconfig: Likewise.
7404
7405 2003-11-17 Stan Cox <scox@redhat.com>
7406
7407 * MAINTAINERS: Add myself as iq2000 port maintainer.
7408
7409 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7410
7411 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7412 * Makefile.in: Regenerate.
7413
7414 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7415
7416 * config.sub: Update to 2003-11-03 version.
7417
7418 2003-10-20 Phil Edwards <phil@codesourcery.com>
7419
7420 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7421 * configure: Regenerate.
7422
7423 2003-10-20 Nicolas Pitre <nico@cam.org>
7424
7425 * MAINTAINERS: Add myself to 'Write After Approval' section.
7426
7427 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7428
7429 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7430
7431 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7432
7433 * MAINTAINERS: Update my email address.
7434
7435 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7436
7437 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7438
7439 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7440
7441 * MAINTAINERS: Add myself to 'Write After Approval' section.
7442
7443 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7444
7445 * config.guess: Update to 2003-10-16 version.
7446 * config.sub: Update to 2003-10-16 version.
7447
7448 2003-10-15 David Daney <ddaney@avtrex.com>
7449
7450 * MAINTAINERS: Added myself to 'Write After Approval' section.
7451
7452 2003-10-15 Falk Hueffner <falk@debian.org>
7453
7454 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7455 'Write After Approval' section. Update email.
7456
7457 2003-10-14 Roger Sayle <roger@eyesopen.com>
7458
7459 * MAINTAINERS: Move myself from 'Write After Approval' to
7460 'Various Maintainers' section as middle-end maintainer.
7461
7462 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7463
7464 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7465 HOST_FLAGS_TO_PASS.
7466 * Makefile.in: Regenerate.
7467
7468 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7469
7470 * config.guess: Update to 2003-10-07 version.
7471 * config.sub: Update to 2003-10-07 version.
7472
7473 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7474
7475 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7476 * ltconfig (irix5*, irix6*): Don't override version_type.
7477
7478 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7479
7480 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7481 * configure: Rebuilt
7482 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7483 * Makefile.in: Rebuilt
7484
7485 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7486
7487 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7488
7489 2003-09-30 Carlo Wood <carlo@alinoe.com>
7490
7491 * MAINTAINERS (Write After Approval): Add myself.
7492
7493 2003-09-29 Paul Koning <ni1d@arrl.net>
7494
7495 * MAINTAINERS: Move myself from "Write After Approval"
7496 to CPU platform maintainers for pdp11 platform.
7497
7498 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7499
7500 * MAINTAINERS: Move myself from 'Write After Approval' to
7501 'Various Maintainers' section as libffi testsuite maintainer.
7502
7503 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7504
7505 * configure.in: Pass a computed --program-transform-name
7506 to subconfigures.
7507 * configure: Regenerated.
7508
7509 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7510
7511 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7512 * Makefile.in: Regenerate.
7513
7514 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7515 * Makefile.in: Regenerate.
7516
7517 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7518
7519 * MAINTAINERS: Move myself from 'Write After Approval'
7520 to 'Various Maintainers' (objective-c) section.
7521
7522 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7523
7524 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7525 quoting.
7526 * configure: Regenerated.
7527
7528 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7529
7530 * MAINTAINERS (Write After Approval): Add myself to write after
7531 approval list.
7532
7533 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7534
7535 * MAINTAINERS (Write After Approval): Add myself.
7536
7537 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7538
7539 * MAINTAINERS: Update my e-mail address.
7540
7541 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7542
7543 * libtool.m4 (LD): Correct powerpc64 host match.
7544
7545 2003-09-06 James E Wilson <wilson@tuliptree.org>
7546
7547 * MAINTAINTERS: Update my affiliation and email address.
7548
7549 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7550
7551 * MAINTAINERS (Write After Approval): Add myself.
7552
7553 2003-09-04 DJ Delorie <dj@redhat.com>
7554
7555 * configure: Regenerate.
7556
7557 2003-09-04 Robert Millan <robertmh@gnu.org>
7558
7559 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7560
7561 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7562
7563 * configure.in: Ensure arguments to sed are properly spaced.
7564 * configure: Regenerate.
7565
7566 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7567
7568 * MAINTAINERS: Update my e-mail address.
7569
7570 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7571
7572 * MAINTAINERS (Write After Approval): Add myself.
7573
7574 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7575
7576 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7577 * configure: Regenerated.
7578
7579 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7580
7581 * MAINTAINERS: Update my email address.
7582
7583 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7584
7585 * configure.in: Use newline instead of semicolon when assuming
7586 shell arguments in a for loop.
7587 * configure: Regenerated.
7588
7589 2003-08-22 Jason Eckhardt <jle@rice.edu>
7590
7591 * MAINTAINERS: Resurrect the i860 maintainer.
7592
7593 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7594
7595 PR 8180
7596 * configure.in: When testing with_libs and with_headers, treat
7597 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7598 * configure: Regenerate.
7599
7600 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7601 make, shell, etc.
7602 (baseargs): Likewise.
7603 * configure: Regenerate.
7604
7605 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7606
7607 * MAINTAINERS (Write After Approval): Add myself.
7608
7609 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7610
7611 * configure.in: Disable libgcj for darwin not on powerpc.
7612 * configure: Rebuild.
7613
7614 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7615
7616 * config-ml.in, symlink-tree: Add license.
7617
7618 2003-08-03 Richard Stallman <rms@gnu.org>
7619 Eben Moglen <moglen@columbia.edu>
7620
7621 * README.SCO: New file.
7622
7623 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7624
7625 * Makefile.tpl (check, check-c++): Express dependencies using
7626 dependencies rather than commands.
7627 * Makefile.in: Regenerate.
7628
7629 2003-08-01 Andrew Cagney <cagney@redhat.com>
7630
7631 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7632 * configure: Ditto.
7633
7634 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7635
7636 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7637 * Makefile.in: Update.
7638
7639 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7640
7641 * configure.in: Enable libgcj for darwin.
7642 * configure: Rebuild.
7643
7644 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7645
7646 * config-ml.in: Use ac_configure_args directly instead of
7647 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7648 actually seen.
7649
7650 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7651
7652 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7653 creating target and build subdirs to build all parent dirs as needed.
7654 * Makefile.in: Rebuild.
7655 * configure.in: Don't build dirs explicitly here.
7656 * configure: Rebuild.
7657
7658 2003-07-26 Paul Brook <paul@nowt.org>
7659
7660 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7661
7662 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7663
7664 * Makefile.tpl (all-make): Depend on intl.
7665 * Makefile.in: Rebuilt.
7666
7667 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7668
7669 * install-sh: Update to newer upstream versions (associated with
7670 aclocal 1.7).
7671 * mkinstalldirs: Likewise.
7672 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7673
7674 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7675
7676 * MAINTAINERS: Move self from Bug database only accounts
7677 to write-after-approval.
7678
7679 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7680
7681 * config.if: Remove unused libc_interface determination.
7682
7683 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7684
7685 * MAINTAINERS: Move self from write-after-approval to
7686 build machinery (*.in).
7687
7688 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7689
7690 PR bootstrap/11273
7691 PR bootstrap/11408
7692 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7693 unused INSTALL_PROGRAM_ARGS.
7694 * configure.in: Use AC_PROG_INSTALL.
7695 * Makefile.in: Regenerate.
7696 * configure: Regenerate.
7697
7698 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7699
7700 * MAINTAINERS: Alphabetize.
7701
7702 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7703
7704 * configure: Rebuilt.
7705 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7706 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7707 newlib nor libgloss.
7708 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7709 * configure.in (am33_2.0-*-linux*): Added.
7710
7711 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7712
7713 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7714 * configure: Regenerate.
7715
7716 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7717
7718 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7719 * Makefile.in: Regenerate.
7720
7721 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7722
7723 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7724 * Makefile.in: Regenerate.
7725
7726 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7727
7728 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7729 * Makefile.in: Regenerated.
7730
7731 * config-ml.in: Replace PWD with PWD_COMMAND.
7732
7733 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7734
7735 * intl: New directory; see intl/ChangeLog for details.
7736 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7737 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7738 * Makefile.in: Regenerate.
7739
7740 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7741
7742 * configure.in: Clean up config-lang.in handling. Delete
7743 useless assignment to "subdirs".
7744 * configure: Regenerate.
7745
7746 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7747
7748 * configure.in: Rename 'target_libs' to 'target_libraries'.
7749 Remove useless reference to 'target_libs'.
7750 * configure: Regenerate.
7751
7752 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7753
7754 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7755 * Makefile.in: Regenerate.
7756
7757 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7758
7759 * Makefile.def: Introduce flags_to_pass.
7760 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7761 * Makefile.in: Regenerate.
7762
7763 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7764
7765 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7766 and target-libgloss.
7767 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7768 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7769 * configure: Regenerate.
7770
7771 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7772
7773 * configure.in: Update testsuite_flags to new location.
7774 * configure. Regenerate.
7775
7776 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7777
7778 * Makefile.tpl: Remove BUILD_CC stuff.
7779 * Makefile.in: Regenerate.
7780
7781 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7782
7783 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7784
7785 2003-06-16 Graeme Peterson <gp@qnx.com>
7786
7787 * MAINTAINERS (Write After Approval): Add myself.
7788
7789 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7790
7791 * config.guess: Update to 2003-06-12 version.
7792 * config.sub: Update to 2003-06-13 version.
7793
7794 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7795
7796 * config.guess: Update to 2003-06-06 version.
7797 * config.sub: Update to 2003-06-06 version.
7798
7799 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7800
7801 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7802 * configure. Regenerate.
7803
7804 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7805
7806 * configure.in: Disable serial configure by default.
7807 * configure: Regenerate.
7808 * Makefile.tpl: Abolish .NOTPARALLEL.
7809 * Makefile.in: Regenerate.
7810
7811 * Makefile.tpl: Replace {build,host,target}_canonical by
7812 {build,host,target}.
7813 * Makefile.in: Regenerate.
7814
7815 * Makefile.tpl: Fix stupid pasto.
7816 * Makefile.in: Regenerate.
7817
7818 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7819
7820 * Makefile.tpl: Remove bogus conditional.
7821 * Makefile.in: Regenerate.
7822
7823 2003-06-05 Jan Hubicka <jh@suse.cz>
7824
7825 * Makefile.tpl (profiledbootstrap): New target.
7826 * Makefile.in (profiledbootstrap): New target.
7827
7828 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7829
7830 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7831 Pinski. Remove user names from other bugzilla-only maintainers.
7832
7833 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7834
7835 * Makefile.tpl: Make 'recursive targets' using autogen rather
7836 than shell loop. Remove duplicate 'clean' targets and false
7837 comments.
7838 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7839 Add systematic method of specifying missing targets in subdirs.
7840 Add copyright boilerplate.
7841 * Makefile.in: Regenerate.
7842 * configure.in: Add 'recursive targets' to maybe list.
7843 * configure: Regenerate.
7844
7845 * MAINTAINERS: "GNATS only" -> "Bug database only".
7846
7847 * Makefile.tpl: Rename [+target+] to [+make_target+].
7848 * Makefile.def: Rename 'target' to 'make_target'.
7849
7850 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7851
7852 * MAINTAINERS: Add self as options handling maintainer.
7853
7854 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7855
7856 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7857 been too long since I touched those ports.
7858
7859 2003-05-28 DJ Delorie <dj@redhat.com>
7860
7861 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7862 * Makefile.in: Regenerate.
7863
7864 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7865
7866 * configure.in: Use curly braces in the definition of tooldir.
7867 * configure: Regenerate.
7868
7869 2003-05-21 DJ Delorie <dj@redhat.com>
7870
7871 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7872 newlib or libgloss.
7873 * Makefile.in: Regenerate.
7874
7875 2003-05-21 DJ Delorie <dj@redhat.com>
7876
7877 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7878 * Makefile.in: Regenerate.
7879
7880 2003-05-20 Ian Lance Taylor <ian@airs.com>
7881
7882 * MAINTAINERS: Update my e-mail address.
7883
7884 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7885
7886 * configure.in: Switch more things to use maybe dependencies.
7887 * Makefile.tpl: Switch more things to use maybe dependencies.
7888 Factor out common code from autogen IF statements.
7889 * configure: Regenerate.
7890 * Makefile.in: Regenerate.
7891
7892 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7893
7894 * configure.in: Accept i[3456789]86 for machine type.
7895 * configure: Regenerate.
7896
7897 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7898
7899 * configure.in: Switch more things to use maybe dependencies.
7900 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7901 * configure: Regenerate.
7902 * Makefile.tpl: Switch more things to use maybe dependencies.
7903 * Makefile.in: Regenerate.
7904
7905 2003-05-16 Andreas Schwab <schwab@suse.de>
7906
7907 * Makefile.tpl (install-opcodes): Define.
7908 * Makefile.in: Rebuild.
7909
7910 2003-05-13 Andreas Jaeger <aj@suse.de>
7911
7912 * config.guess: Update to 2003-05-09 version.
7913 * config.sub: Update to 2003-05-09 version.
7914
7915 2003-05-13 Michael Eager <eager@mvista.com>
7916
7917 * configure.in: Correct sed script so that options in quotes are not
7918 deleted.
7919 * configure: Rebuild.
7920
7921 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7922
7923 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7924 and $$s/newlib/libc/sys/cygwin32 include paths.
7925 * configure: Ditto.
7926
7927 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7928
7929 * MAINTAINERS: Update my email addresses.
7930
7931 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7932
7933 * config-ml.in: Propagate INSTALL variables.
7934
7935 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7936
7937 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7938
7939 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7940
7941 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7942 * Makefile.in: Regenerate.
7943
7944 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7945
7946 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7947
7948 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7949
7950 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7951
7952 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7953
7954 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7955 * Makefile.in: Regenerated.
7956
7957 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7958
7959 * MAINTAINERS (Write After Approval): Upgrade myself from
7960 GNATS only to write-after-approval. Update my mail address.
7961
7962 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7963
7964 (OS Port Maintainers: freebsd): Add myself.
7965
7966 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7967
7968 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7969
7970 2003-04-22 Kean Johnston <jkj@sco.com>
7971
7972 * MAINTAINERS (SCO ports): Added myself.
7973
7974 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7975
7976 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7977
7978 2003-04-19 Kean Johnston <jkj@sco.com>
7979
7980 * MAINTAINERS (Write After Approval): Add myself.
7981
7982 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7983
7984 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7985 * Makefile.in: Regenerate.
7986
7987 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7988
7989 * configure.in (powerpc64*-*-linux*): Remove.
7990 * configure: Rebuilt.
7991
7992 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7993
7994 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7995 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7996 and restrap.
7997 * Makefile.in: Regenerate.
7998
7999 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8000
8001 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8002 * configure: Regenerated.
8003
8004 2003-04-15 DJ Delorie <dj@redhat.com>
8005
8006 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8007
8008 2003-04-13 Nick Clifton <nickc@redhat.com>
8009
8010 * config-ml.in: Remove support for --disable-aix removing
8011 call-aix multilibs.
8012
8013 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8014
8015 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8016 * */configure: Rebuilt.
8017
8018 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8019
8020 * MAINTAINERS: Add my email address.
8021
8022 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8023
8024 * MAINTAINERS (Write After Approval): Add myself.
8025
8026 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8027
8028 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8029 * Makefile.in: Regenerate.
8030
8031 2003-03-14 Michael Chastain <mec@shout.net>
8032
8033 * Makefile.in: Regenerate with correct Makefile.def.
8034
8035 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8036
8037 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8038 Make macro.
8039 * Makefile.in: Regenerate.
8040 * configure.in: Clean up gxx_include_dir logic.
8041 * configure: Regenerate.
8042
8043 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8044
8045 * MAINTAINERS (Write After Approval): Add myself.
8046
8047 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8048
8049 * MAINTAINERS: Update my mail address.
8050
8051 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8052
8053 * configure.in (gxx_include_dir): Fix typo.
8054 * configure: Regenerated.
8055
8056 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8057
8058 * Makefile.tpl: Reindent.
8059 * Makefile.in: Regenerate.
8060 * configure.in: Reindent. Don't set unused variables.
8061 * configure: Regenerate.
8062
8063 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8064
8065 * configure.in: Include $(build_tooldir)/sys-include in
8066 FLAGS_FOR_TARGET.
8067 * configure: Regenerated.
8068
8069 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8070
8071 * Makefile.tpl: Always pass down RANLIB.
8072 * Makefile.in: Regenerate.
8073
8074 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8075 * Makefile.in: Regenerate.
8076 * configure.in: Remove unused logic relating to --enable-shared
8077 and --enable-threads. Remove bogus comments. Remove redundant
8078 noconfigdirs.
8079 * configure: Regenerate.
8080
8081 * configure.in: Replace ${libstdcxx_version} by its value.
8082 Remove reference to mh-dgux.
8083 * configure: Regenerate.
8084
8085 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8086
8087 * MAINTAINERS (Write After Approval): Add myself.
8088
8089 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8090
8091 * Makefile.tpl: Rearrange.
8092 * Makefile.in: Regenerate.
8093
8094 2003-02-25 Uwe Stieber <uwe@wwws.de>
8095
8096 * configure.in: Add support for kaOS as cross build target system.
8097 * configure: Regenerated.
8098
8099 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8100
8101 * MAINTAINERS (Write after approval): Add myself.
8102
8103 2003-02-21 James E Wilson <wilson@tuliptree.org>
8104
8105 * MAINTAINERS: Update my email address.
8106
8107 2003-02-21 Zack Weinberg <zack@codesourcery.com>
8108
8109 * MAINTAINERS: Add self to blanket write privs. section.
8110
8111 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
8112
8113 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8114 configure-target-* as some target builds may require additional
8115 flags for preprocessor tests.
8116 * Makefile.in: Regenerated.
8117
8118 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
8119
8120 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8121 * ltconfig: Handle it.
8122 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8123 auto-detecting it.
8124
8125 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8126 it is used as argument to $CC.
8127 * ltcf-gcj.sh: Likewise.
8128
8129 * configure.in: Introduce --enable-maintainer-mode.
8130 * configure: Rebuilt.
8131 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8132 for maintainer mode.
8133 * Makefile.in: Rebuilt.
8134
8135 2003-02-18 Jason Merrill <jason@redhat.com>
8136
8137 * Makefile.tpl (check-c++): Allow parallelism.
8138
8139 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8140
8141 * MAINTAINERS: Remove John Carr (who never actually had access to
8142 gcc.gnu.org).
8143
8144 2003-02-15 Geoffrey Keating <geoffk@apple.com>
8145
8146 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8147 don't configure target-libobjc.
8148 * configure: Regenerate.
8149
8150 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8151
8152 * Makefile.tpl (RANLIB): Define.
8153 * Makefile.in: Regenerate.
8154
8155 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8156
8157 * MAINTAINERS: Update my email.
8158
8159 2003-02-06 Keith R Seitz <keiths@redhat.com>
8160
8161 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8162 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8163 * Makefile.in: Regenerated.
8164 * configure.in: Remove all traces of snavigator, db, and grep.
8165 * configure: Regenerated.
8166
8167 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8168
8169 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8170 After Approval.
8171
8172 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8173
8174 * MAINTAINERS (Write after approval): Add myself.
8175
8176 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
8177
8178 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8179 * Makefile.in: Regenerated.
8180
8181 2003-01-30 Roger Sayle <roger@eyesopen.com>
8182
8183 * config.guess: Updated to 2003-01-30's version.
8184 * config.sub: Updated to 2003-01-28's version.
8185
8186 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8187
8188 * config.if: If gcc_version is already set, just use it. Don't set
8189 gcc_version_trigger if it's already set, otherwise set it to
8190 gcc/version.c, but only if the file exists. If it is not set and
8191 gcc/version.c does not exist, try to extract the version number from
8192 $CC.
8193
8194 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8195
8196 * MAINTAINERS: Add myself to write-after-approval list.
8197
8198 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8199
8200 * configure.in: Revert 24Jan change.
8201 * configure: Regenerate.
8202
8203 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8204
8205 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8206 entry of HJ Lu.
8207
8208 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8209
8210 * configure.in: Revert previous change.
8211 * configure: Regenerate.
8212
8213 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8214
8215 * configure.in: Make rda native-only.
8216 * configure: Regenerate.
8217
8218 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8219
8220 * MAINTAINERS: Move myself from GNATS-only-accounts to
8221 write-after-approval.
8222
8223 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8224
8225 * configure.in: Add missing \.
8226 * configure: Rebuilt.
8227
8228 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8229
8230 * configure.in (baseargs): Avoid using \| in sed regular
8231 expressions.
8232 * configure: Rebuilt.
8233
8234 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8235
8236 * configure.in (baseargs): Remove all supported forms of
8237 --cache-file, --srcdir, --host, --build and --target options
8238 from argument lists.
8239 * configure: Rebuilt.
8240
8241 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8242
8243 * MAINTAINERS: Add myself to write-after-approval list.
8244
8245 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8246
8247 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8248 * configure: Rebuilt.
8249
8250 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8251
8252 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8253 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8254 * Makefile.in: Regenerate.
8255 * configure: Regenerate.
8256
8257 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8258
8259 * configure.in: Remove Makefile in build, host and target modules
8260 unless configure was run with --no-recursion.
8261 * configure: Rebuilt.
8262
8263 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8264
8265 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8266 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8267 * Makefile.in: Regenerate.
8268
8269 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8270
8271 * config.guess: Update to 2003-01-03 version.
8272 * config.sub: Update to 2003-01-03 version.
8273
8274 2003-01-07 Christopher Faylor <cgf@redhat.com>
8275
8276 * configure: Regenerate with proper autoconf 2.13.
8277
8278 2003-01-07 Christopher Faylor <cgf@redhat.com>
8279
8280 * configure.in: Add AC_PREREQ for consistency.
8281 * configure: Regenerate.
8282
8283 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8284
8285 * configure.in (GDB_TK): Add tcl directories conditional on
8286 gdb/gdbtk directory being present.
8287 * configure: Regenerate.
8288
8289 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8290
8291 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8292 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8293 * configure: Rebuilt.
8294
8295 2002-12-31 Tom Tromey <tromey@redhat.com>
8296
8297 * Makefile.in: Rebuilt.
8298 * Makefile.def (target_modules) [libffi]: Allow installation.
8299
8300 2002-12-31 Andreas Schwab <schwab@suse.de>
8301
8302 * configure.in: Fix use of $program_transform_name.
8303 * configure: Regenerated.
8304
8305 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8306
8307 * configure.in (baseargs): Don't remove first configure argument.
8308 * configure: Regenerated.
8309
8310 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8311
8312 * Makefile.tpl (local-distclean): Don't remove...
8313 (multilib.ts): ... this. Moved into...
8314 (multilib.out): ... this. Don't use sub-make.
8315 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8316 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8317 (configure-build-[+module+], configure-[+module+],
8318 configure-target-[+module+], configure-gcc): ... these. Test
8319 for Makefile existence. Drop config.status from dependencies.
8320 * Makefile.in: Rebuilt.
8321 * configure.in: Move gcc-version-trigger to the end of
8322 ac_configure_args. Add comments to maybedep.tmp and
8323 serdep.tmp. Introduce --disable-serial-configure. Remove
8324 nonopt from baseargs, matching and removing corresponding
8325 whitespace while at it.
8326 * configure: Rebuilt.
8327
8328 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8329
8330 * configure.in (host_configargs): Replace reference to
8331 no-longer-defined buildopts with --build=${build_alias}.
8332 * configure: Rebuilt.
8333
8334 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8335 program_transform_name to standard idiom.
8336 (AUTOGEN, AUTOCONF): Define.
8337 (Makefile.in): Use $(AUTOGEN).
8338 (Makefile): Depend on config.status, and use autoconf-style rule to
8339 build it. Move original commands to...
8340 (config.status): ... this new target.
8341 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8342 $(AUTOCONF).
8343 * Makefile.in: Rebuilt.
8344
8345 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8346
8347 * Makefile.tpl: Fix dramatic bustage due to change in
8348 program_transform_name.
8349 * Makefile.in: Regenerate.
8350
8351 * configure.in: Remove unnecessary PATH setting.
8352 * configure: Regnerate.
8353
8354 * configure.in: Don't default to unprefixed tools unless
8355 the native tools will work.
8356 * configure: Regenerate.
8357
8358 * configure.in: Convert to autoconf script. Blow away lots
8359 of now-redundant Makefile fragments.
8360 * configure: Generate using Autoconf.
8361 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8362 * Makefile.in: Regenerate.
8363
8364 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8365
8366 * configure: Fix stupid bug where RANLIB was mistakenly included.
8367
8368 * configure.in: Rename (buildargs, hostargs, targargs) to
8369 (build_configargs, host_configargs, target_configargs).
8370
8371 * configure.in: Move logic out of sed statement.
8372
8373 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8374 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8375
8376 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8377
8378 * config.sub: Import from master repository
8379 * config.guess: Ditto
8380
8381 2002-12-24 Andreas Schwab <schwab@suse.de>
8382
8383 * Makefile.tpl (multilib.out): Fix missing space.
8384 * Makefile.in: Regenerate.
8385
8386 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8387
8388 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8389 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8390 * Makefile.in: Regenerate.
8391 * configure.in: Remove unnecessary leftovers.
8392
8393 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8394
8395 * configure.in (extra_ranlibflags_for_target): New variable.
8396 (*-*-darwin): Add -c to ranlib commands.
8397 * configure (tooldir): Handle extra_ranlibflags_for_target.
8398
8399 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8400
8401 * Makefile.tpl: Revert HJL's change.
8402 * Makefile.in: Regenerated.
8403 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8404 always.
8405
8406 2002-12-19 Andreas Schwab <schwab@suse.de>
8407
8408 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8409 * Makefile.in: Regenerate.
8410
8411 2002-12-18 H.J. Lu <hjl@gnu.org>
8412
8413 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8414 * Makefile.in: Regenerated.
8415
8416 * configure.in (build_prefix): New. Substitute.
8417
8418 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8419
8420 * Makefile.tpl: Don't let real targets depend on phony targets.
8421 * Makefile.in: Regenerate.
8422
8423 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8424 * Makefile.in: Regenerate.
8425
8426 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8427
8428 * config.sub: Import from master repository
8429 * config.guess: Ditto
8430
8431 2002-12-16 Jason Merrill <jason@redhat.com>
8432
8433 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8434 previous 'make bootstrap'.
8435 * Makefile.in: Regenerate.
8436
8437 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8438
8439 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8440
8441 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8442
8443 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8444 * Makefile.in: Regenerate.
8445
8446 2002-12-13 Jason Merrill <jason@redhat.com>
8447
8448 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8449 library tests.
8450 (check-c++): Just depend on it and check-target-libstdc++-v3.
8451 * Makefile.in: Regenerate.
8452
8453 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8454
8455 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8456 * Makefile.in: Rebuilt.
8457
8458 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8459
8460 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8461
8462 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8463
8464 * configure: Fix bug put in by gremlins.
8465
8466 * Makefile.tpl: Substitute more autoconfily.
8467 * configure: Substitute more autoconfily.
8468 * Makefile.in: Regenerate.
8469
8470 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8471
8472 * config.sub: Import from master repository
8473 * config.guess: Ditto
8474 * MAINTAINERS: Added Svein Seldal under write after approval
8475
8476 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8477
8478 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8479 * Makefile.in (all-sim): Ditto.
8480
8481 2002-12-06 DJ Delorie <dj@redhat.com>
8482
8483 * Makefile.tpl: Change configure dependencies to not have real
8484 targets depend on phony targets.
8485
8486 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8487
8488 * configure.in: Revert unintentional change.
8489
8490 * Makefile.tpl: Change dependency for */multilib.out so that
8491 it works when gcc isn't in the tree.
8492
8493 * configure.in: Substitute more.
8494 * configure: Run subconfigures from the Makefile.
8495 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8496 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8497
8498 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8499
8500 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8501
8502 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8503
8504 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8505 and corresponding dependencies.
8506 * Makefile.in: Regenerate.
8507
8508 * configure.in (host_tools): Order binutils, gas and ld for
8509 convenience in running the testsuites.
8510
8511 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8512 * Makefile.in: Regenerate.
8513 * configure.in: Introduce rules to serialize subconfigure runs.
8514
8515 * configure.in: Introduce BASE_CC_FOR_TARGET.
8516 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8517 Realize configure-build-* targets. Realize configure-target-* targets.
8518 * Makefile.in: Regenerate.
8519
8520 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8521
8522 * configure: Move gcc_version_trigger stuff from here...
8523 * configure.in: ...to here.
8524
8525 * configure.in: Separate subconfigure options added by this file from
8526 options given by the user. Add machinery to put args for host
8527 subconfigures into the Makefile.
8528
8529 * Makefile.tpl: Remove 'vault' targets.
8530 * Makefile.tpl: Reorder and comment dependencies.
8531 * Makefile.in: Regenerate.
8532
8533 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8534 * configure.in: Fix my broken commit of previous patch. (sigh)
8535
8536 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8537
8538 * configure.in: Move host-specific darwin noconfigdirs into
8539 the host-specific section.
8540
8541 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8542
8543 * configure.in: Move host-specific darwin noconfigdirs into
8544 the host-specific section.
8545
8546 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8547
8548 * configure: Remove skip-this-dir support.
8549 * Makefile.tpl: Remove skip-this-dir support.
8550
8551 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8552 subdirectories.
8553 * Makefile.in: Regenerate.
8554
8555 * Makefile.tpl: Strip out useless setting of 'dir'.
8556 * Makefile.in: Regenerate.
8557
8558 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8559
8560 * configure.in: Fix deeply stupid bug.
8561
8562 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8563 shell code in CXX_FOR_TARGET
8564 * Makefile.def: Introduce raw_cxx.
8565 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8566 RAW_CXX_FOR_TARGET.
8567 * Makefile.in: Regenerate.
8568
8569 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8570
8571 * Makefile.tpl: Remove unnecessary ifs.
8572 * Makefile.in: Regenerate.
8573
8574 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8575 dependencies. Maybe-ize build-libiberty. Create dummy install
8576 targets for 'no_install' modules.
8577 * configure: Move GDB_TK substitution to configure.in. Move
8578 build_modules stuff to configure.in.
8579 * configure.in: Implement soft dependency machinery. Maybe-ize
8580 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8581 * Makefile.in: Regenerate.
8582
8583 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8584
8585 * Makefile.tpl: Make all-target, install-target behave similarly
8586 to all, install (only hitting configured targets). Eliminate
8587 unused macro defintions.
8588
8589 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8590 build != host.
8591
8592 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8593
8594 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8595
8596 * configure.in: Produce lists of subdir targets we're actually
8597 configuring. Remove references to "dosrel".
8598 * Makefile.tpl: Let configure set which subdir targets are hit.
8599 Remove install-cross; clean up install; remove ALL. Remove
8600 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8601 Autogenerate host module targets. Remove empty dependency lines
8602 and redundant dependency; rearrange slightly.
8603 * Makefile.def: Add host-side libtermcap, utils.
8604
8605 * Makefile.in: Regenerate.
8606
8607 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8608
8609 * ltconfig (osf[345]): Append $major to soname_spec.
8610 Reflect this in library_names_spec.
8611 * ltmain.sh (osf): Prefix $major with . for use as extension.
8612
8613 2002-11-19 Andreas Jaeger <aj@suse.de>
8614
8615 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8616 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8617 and sparc64 GNU/Linux systems.
8618
8619 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8620
8621 * MAINTAINERS: Update email.
8622
8623 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8624
8625 * MAINTAINERS: Complete James Dennett's entry.
8626
8627 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8628
8629 * MAINTAINERS (Write After Approval): Add myself.
8630
8631 2002-11-13 Bruce Korb <bkorb@gnu.org>
8632
8633 * Makefile.tpl: syntactic cleanup
8634
8635 2002-11-13 Stuart Hastings <stuart@apple.com>
8636
8637 * MAINTAINERS: Add myself to write-after-approval list.
8638
8639 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8640
8641 * Makefile.def: Add list of recursive targets to autogenerate.
8642 Add build_modules.
8643 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8644 targets. Autogenerate *-build-* targets.
8645 * Makefile.in: Regenerate.
8646
8647 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8648
8649 * configure: More autoconf-style substitutions.
8650 * Makefile.tpl: More autoconf-style substitutions.
8651 * Makefile.in: Regenerate.
8652
8653 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8654
8655 * configure: Substitute more variables in a more autoconf-friendly
8656 way. Simplify slightly.
8657 * Makefile.tpl: Make more variables substitutable in an
8658 autoconf-friendly way.
8659 * Makefile.in: Regenerate.
8660
8661 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8662
8663 * MAINTAINERS (Write After Approval): Add myself.
8664
8665 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8666
8667 * configure.in (v810*): Remove special setting of tools.
8668
8669 * configure: Add support for extra required flags for ar or nm.
8670 * configure.in (aix4.3+): Use above support for target-specific
8671 issues, rather than using config/mt-aix43.
8672
8673 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8674
8675 * configure: Remove 'removing', which doesn't work. Replace $subdir
8676 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8677 with $srcdir. Reformat indentation. Substitute some variables
8678 formerly hard-coded in the Makefile for build=host.
8679 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8680 * Makefile.def: Autogenerate more.
8681 * Makefile.in: Regenerate.
8682
8683 2002-11-04 Adam Nemet <anemet@lnxw.com>
8684
8685 * MAINTAINERS (Write After Approval): Add myself.
8686
8687 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8688
8689 * Makefile.def (host_modules): Add rda.
8690 * Makefile.in: Regenerate.
8691 * configure.in (target_tool): Add target-rda to list.
8692
8693 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8694
8695 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8696
8697 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8698
8699 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8700 and restrap targets to this rule.
8701 * Makefile.in: Regenerate.
8702
8703 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8704
8705 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8706 GNATS only accounts.
8707
8708 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8709
8710 * configure.in (i[3456]86-*-linux*): Add check to disable
8711 ${libgcj} for glibc1.
8712
8713 2002-10-24 Denis Chertykov <denisc@overta.ru>
8714
8715 * MAINTAINERS: Add myself as ip2k port maintainer.
8716
8717 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8718
8719 * configure.in: Add tic4x target.
8720
8721 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8722
8723 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8724 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8725 * Makefile.in: Regenerate.
8726
8727 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8728 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8729 * Makefile.in: Regenerate.
8730
8731 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8732
8733 * MAINTAINERS: Add myself as web pages co-maintainer.
8734
8735 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8736
8737 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8738 * Makefile.in: Regenerate.
8739
8740 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8741
8742 * MAINTAINERS: Add myself and Nathan Sidwell
8743 <nathan@codesourcery.com> as VxWorks maintainers.
8744
8745 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8746
8747 * Makefile.def: Remove order dependency comments.
8748 * Makefile.tpl: Add explicit install-install dependencies.
8749 * Makefile.in: Regenerate.
8750
8751 * Makefile.tpl: Remove material now in src-release. (Finally!)
8752 * Makefile.in: Regenerate.
8753
8754 * Makefile.tpl: Add configure-target (for src-release in src)
8755 * Makefile.in: Regenerate.
8756
8757 2002-09-30 Nick Clifton <nickc@redhat.com>
8758
8759 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8760
8761 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8762
8763 * configure.in (s390*-*-linux*): Enable libgcj.
8764
8765 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8766
8767 * configure: Revert accidentally applied changes.
8768
8769 * Makefile.tpl: Make more autoconf-friendly.
8770 * Makefile.in: Regenerate.
8771 * configure: Make substitution more autoconf-like.
8772
8773 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8774
8775 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8776 single entry to handle all these.
8777 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8778 libjava on arm-*-elf.
8779
8780 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8781
8782 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8783 things that depend on them.
8784
8785 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8786
8787 * Makefile.tpl: Make subsituted variables more autoconfy.
8788 * Makefile.in: Regenerate.
8789 * configure: Make seds more autoconfy.
8790
8791 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8792
8793 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8794 * Makefile.in: Regenerate.
8795 * configure.in: Rewrite sed statements to look autoconfy.
8796
8797 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8798 all-target-foo on configure-target-foo.
8799 * Makefile.def: Ditto.
8800 * Makefile.in: Rebuild.
8801
8802 2002-09-25 Andrew Haley <aph@redhat.com>
8803
8804 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8805
8806 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8807
8808 * Makefile.def: New file.
8809 * Makefile.tpl: New file.
8810 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8811 * contrib/gcc_update: Note that Makefile.in is a generated file.
8812
8813 * configure.in: Minor rearrangement. Simplify tests.
8814
8815 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8816
8817 * configure.in (with_headers): Skip copy if value is "yes".
8818 (with_libs): Likewise.
8819
8820 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8821
8822 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8823 * configure.in (sh*-*-pe*): Ditto.
8824 * configure.in (mips*-*-pe*): Ditto.
8825 * configure.in (*arm-wince-pe): Ditto.
8826
8827 * configure.in: Rearrange.
8828
8829 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8830
8831 * MAINTAINERS: Update my email address.
8832
8833 2002-08-30 Paul Koning <pkoning@equallogic.com>
8834
8835 * MAINTAINERS: (Write After Approval): Add myself.
8836
8837 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8838
8839 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8840
8841 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8842
8843 * MAINTAINERS: Change my mailing address.
8844
8845 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8846
8847 * MAINTAINERS (Write After Approval): Remove myself.
8848 (Various Maintainers: c++ runtime libs): Add myself.
8849
8850 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8851
8852 * MAINTAINERS (Write After Approval): Remove myself.
8853 (Various Maintainers: c++ runtime libs): Add myself.
8854
8855 2002-08-15 Eric Christopher <echristo@redhat.com>
8856
8857 * config.sub: Import from master repository.
8858 * config.guess: Ditto.
8859
8860 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8861
8862 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8863 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8864 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8865
8866 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8867
8868 * MAINTAINERS: Add self to rs6000 vector extensions.
8869
8870 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8871
8872 * libiberty/configure: Reverted unintended yesterday's check in.
8873
8874 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8875
8876 * boehm-gc/configure, libf2c/configure: Rebuilt.
8877 * libffi/configure, libiberty/configure: Ditto.
8878 * libjava/configure, libobjc/configure: Ditto.
8879 * libstdc++-v3/configure, zlib/configure: Ditto.
8880 Merged from binutils:
8881 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8882 From Steve Ellcey <sje@cup.hp.com>:
8883 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8884 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8885 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8886 IA64.
8887 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8888 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8889 soname_spec, sys_lib_search_path_spec): Ditto.
8890
8891 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8892
8893 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8894
8895 2002-08-04 H.J. Lu (hjl@gnu.org)
8896
8897 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8898
8899 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8900
8901 * MAINTAINERS (Write After Approval): Add myself.
8902
8903 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8904
8905 * configure.in: Move generic linux case to end. Copy generic
8906 linux noconfigdirs to mips*-*-linux* entry and new
8907 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8908
8909 2002-07-19 Michael Matz <matz@suse.de>
8910
8911 * MAINTAINERS: Add myself as ra* maintainer.
8912
8913 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8914
8915 * config.guess: Update to 2002-07-09 version.
8916 * config.sub: Update to 2002-07-03 version.
8917
8918 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8919
8920 * MAINTAINERS: Fix typo in a maintainer email address.
8921
8922 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8923
8924 * configure.in: Remove two redundant tests.
8925
8926 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8927
8928 * configure.in (mips*-*-irix6*o32): Enable stabs.
8929
8930 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8931
8932 * configure.in: Don't build grez.
8933 * Makefile.in: Ditto.
8934
8935 * Makefile.in: Remove references to bsp, cygmon, libstub.
8936 * configure.in: Ditto.
8937
8938 * configure.in: Remove leftover reference to gdbtest.
8939
8940 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8941
8942 * configure.in (gxx_include_dir): Change to match versioned
8943 C++ headers if --enable-version-specific-runtime-libs is used.
8944
8945 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8946
8947 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8948
8949 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8950
8951 * configure.in: Make --without-x work.
8952
8953 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8954
8955 * configure.in: Rearrange target Makefile fragment collection.
8956
8957 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8958 cvs[src].
8959 * configure.in: Ditto.
8960
8961 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8962
8963 * MAINTAINERS (Write After Approval): Update my e-mail address.
8964
8965 2002-06-24 Ben Elliston <bje@redhat.com>
8966
8967 * configure.in (host_tools): Remove cgen.
8968
8969 * Makefile.in (all-cgen): Remove; runs from its source directory.
8970 (check-cgen, install-cgen, clean-cgen): Likewise.
8971 (all-opcodes): Do not depend on all-cgen.
8972 (all-sim): Likewise.
8973
8974 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8975
8976 * Makefile.in: Eliminate 'apache' targets.
8977 * configure.in: Eliminate 'apache' targets.
8978
8979 * configure.in: Eliminate redundant tests. Reorganize.
8980
8981 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8982
8983 * config-ml.in: Eliminate references to Cygnus configure.
8984
8985 * Makefile.in: Eliminate references to building emacs.
8986
8987 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8988
8989 * MAINTAINERS: Update my email address.
8990
8991 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8992
8993 * config.if (libstdcxx_incdir): Version C++ headers.
8994 (cxx_incdir): Remove.
8995
8996 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8997
8998 * MAINTAINERS (Write After Approval): Add self.
8999
9000 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9001
9002 * configure.in: Add support for ip2k.
9003
9004 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9005
9006 * configure.in: Fix AIX configury bug.
9007
9008 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9009
9010 * MAINTAINERS (Write After Approval): Add self.
9011
9012 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9013
9014 * configure.in: replace ${topsrcdir} with ${srcdir}
9015
9016 * configure.in: Move definition of libstdcxx_flags
9017 right above usage, rather than waaay earlier.
9018
9019 * configure.in: Pull definition of is_cross_compiler earlier.
9020
9021 * configure.in: Rearrange a little.
9022
9023 * configure.in: Remove references to librx.
9024 * Makefile.in: Remove references to librx.
9025
9026 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9027
9028 * config.sub: Add support for avr target.
9029 Import from master sources, rev 1.255
9030
9031 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9032
9033 * configure, .cvsignore: Revert previous change...
9034 * Makefile: ...delete.
9035
9036 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9037
9038 * configure.in: Eliminate ${gasdir} variable.
9039
9040 2002-06-18 Dave Brolley <brolley@redhat.com>
9041
9042 * configure.in: Add support for frv.
9043 * config.sub: Add support for frv.
9044
9045 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9046
9047 * configure: Remove garbage from previous commit.
9048
9049 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9050
9051 * configure: For in-source builds, make a subdir and re-exec there.
9052 * Makefile: New file. Pass targets through to build directory.
9053 * .cvsignore: No longer ignore "Makefile".
9054
9055 2002-06-16 Douglas Rupp <rupp@gnat.com>
9056
9057 * MAINTAINERS (Write After Approval): Add self.
9058
9059 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9060
9061 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9062
9063 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9064
9065 * configure.in (vax-*-netbsd*): Re-enable gas.
9066
9067 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9068
9069 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9070 BUILD_PREFIX_1, to correct nomenclature.
9071 * configure: Likewise.
9072
9073 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9074 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9075
9076 2002-05-31 Olaf Hering <olh@suse.de>
9077
9078 * config-ml.in: Propogate DESTDIR also.
9079
9080 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9081
9082 * configure.in (vax-*-netbsd*): Don't build gas for this
9083 platform.
9084
9085 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9086
9087 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9088 and libgcj for AVR.
9089
9090 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9091
9092 * MAINTAINERS (Write After Approval): Add myself.
9093
9094 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9095
9096 * config.guess: Update to 2002-05-22 version.
9097 * config.sub: Likewise.
9098
9099 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9100
9101 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9102 * config-ml.in: Likewise.
9103 * configure: Likewise.
9104 * configure.in: Likewise.
9105
9106 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9107
9108 * MAINTAINERS: Update my email address.
9109
9110 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9111
9112 * configure.in: Simplify makefile fragment collection.
9113
9114 * configure.in: Remove code to build emacs.
9115
9116 * configure.in : Remove --srcdir argument from targargs and buildargs
9117 (it's always overridden in the Makefile anyway). Rearrange a bit.
9118
9119 * configure: Move some logic to configure.in.
9120 * configure.in: Move some logic from configure.
9121
9122 2002-05-11 Tom Tromey <tromey@redhat.com>
9123
9124 * MAINTAINERS: Reflect libgcj reality.
9125
9126 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9127
9128 * Makefile.in: Honour DESTDIR.
9129
9130 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9131
9132 * config.guess: Import 2002-03-20 version.
9133 * config.sub: Import 2002-04-26 version.
9134
9135 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9136
9137 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9138
9139 2002-05-07 Tim Josling <tej@melbpc.org.au>
9140
9141 * MAINTAINERS: Add self.
9142
9143 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
9144
9145 * ltmain.sh: Detect and handle object name conflicts
9146 while piecewise linking a static library.
9147
9148 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9149
9150 * configure.in (noconfigdirs): Don't disable libgcj on
9151 sparc64-*-solaris* and sparcv9-*-solaris*.
9152
9153 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
9154
9155 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9156
9157 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9158
9159 * configure.in (FLAGS_FOR_TARGET): Do not add
9160 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9161 on i[3456]86-*-linux*.
9162
9163 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9164
9165 * configure.in (noconfigdirs): Replace [ ] with test.
9166
9167 * configure.in (noconfigdirs): Do not add target-newlib if
9168 target == i[3456]86-*-linux*, and host == target.
9169
9170 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9171
9172 * configure.in: delete reference to absent file
9173
9174 * configure.in: replace '[' with 'test'
9175
9176 * configure.in: Eliminate references to gash.
9177 * Makefile.in: Eliminate references to gash.
9178
9179 * configure.in: remove useless references to 'pic' makefile fragments.
9180
9181 * configure.in: (*-*-windows*) Finish removing.
9182
9183 * configure.in: Eliminate redundant test for libgui.
9184
9185 2002-04-29 Roger Sayle <roger@eyesopen.com>
9186
9187 * MAINTAINERS: Add self and realphabetize. Update entries
9188 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9189 entry for a29k port maintainer.
9190
9191 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9192
9193 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9194 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9195
9196 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9197
9198 * configure.in: remove references to dead files
9199
9200 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9201
9202 * MAINTAINERS: Add information about purpose of this file.
9203
9204 2002-04-18 Tom Tromey <tromey@redhat.com>
9205
9206 * configure.in: Disallow configuring libgcj when it is already
9207 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9208 Solaris 2.8 by default. For PR libgcj/6158.
9209
9210 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9211
9212 * configure.in: Move default CC setting out of config/mh-* fragments
9213 directly into here.
9214
9215 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9216
9217 * configure.in: don't even try to configure or make a subdirectory
9218 if there's no configure script for it.
9219
9220 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9221
9222 * MAINTAINERS: Remove chill maintainers.
9223 * Makefile.in (CHILLFLAGS): Remove.
9224 (CHILL_LIB): Remove.
9225 (TARGET_CONFIGDIRS): Remove libchill.
9226 (CHILL_FOR_TARGET): Remove.
9227 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9228 CHILL_LIB.
9229 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9230 (CHECK_TARGET_MODULES): Likewise.
9231 (INSTALL_TARGET_MODULES): Likewise.
9232 (CLEAN_TARGET_MODULES): Likewise.
9233 (configure-target-libchill): Remove.
9234 (all-target-libchill): Remove.
9235 * configure.in (target_libs): Remove target-libchill.
9236 Do not compute CHILL_FOR_TARGET.
9237 * libchill: Remove directory.
9238
9239 2002-04-11 DJ Delorie <dj@redhat.com>
9240
9241 * Makefile.in, configure.in: Sync with binutils, entries
9242 follow...
9243
9244 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9245
9246 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9247 (do-tar, do-bz2): New rules.
9248 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9249 (gdb-tar): New rule.
9250 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9251 (insight_dejagnu.tar): New rule.
9252 (insight.tar): New rule.
9253 (gdb+dejagnu.tar): New rule.
9254 (gdb.tar): New rule.
9255
9256 2002-02-01 Mo DeJong <supermo@bayarea.net>
9257
9258 * Makefile.in: Add all-tix to deps for all-snavigator
9259 so that tix is built when building snavigator.
9260
9261 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9262
9263 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9264 ld and gdb are not supported.
9265
9266 2002-01-07 Mark Salter <msalter@redhat.com>
9267
9268 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9269 Allow target-libgloss to be built for arm, strongarm, and xscale.
9270
9271 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9272
9273 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9274 options for i[3456]86-pc-linux* native builds.
9275
9276 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9277
9278 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9279 files from .po files for a distribution.
9280
9281 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9282
9283 * configure.in: Enable libstdc++-v3 for h8300 targets.
9284
9285 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9286
9287 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9288 version from bfd/.
9289
9290 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9291
9292 * Makefile.in (VER): When present, extract the version number from
9293 the file version.in.
9294
9295 2001-05-24 Tom Rix <trix@redhat.com>
9296
9297 * configure.in : enable ld for aix
9298
9299 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9300
9301 * config.guess: Add linux target for S/390.
9302
9303 2000-11-07 Philip Blundell <pb@futuretv.com>
9304
9305 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9306
9307 2000-11-03 Philip Blundell <pb@futuretv.com>
9308
9309 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9310 files.
9311
9312 2001-01-15 Ben Elliston <bje@redhat.com>
9313
9314 * configure.in (host_tools): Add sid.
9315 Always configure cgen.
9316
9317 2000-11-24 Nick Clifton <nickc@redhat.com>
9318
9319 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9320
9321
9322 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9323
9324 * Makefile.in (ALL_MODULES): Add all-cgen.
9325 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9326 (all-cgen): New target.
9327 (all-opcodes,all-sim): Depend on all-cgen.
9328 * configure.in (host_tools): Add cgen.
9329 Only configure cgen if --enable-cgen-maint.
9330
9331 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9332
9333 * configure.in: Add *-*-freebsd* configurations.
9334
9335 2002-04-08 Tom Tromey <tromey@redhat.com>
9336
9337 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9338 Fixes PR libgcj/6068.
9339
9340 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9341
9342 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9343
9344 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9345
9346 * configure.in (alpha*-dec-osf*): Enable libgcj.
9347
9348 2003-03-27 Matthew Gingell <gingell@gnat.com>
9349
9350 * MAINTAINERS (Write After Approval): Add myself.
9351
9352 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9353
9354 Fix for: PR bootstrap/3591, target/5676
9355 * configure.in (mcore-pe): Disable the configuration of
9356 libstdc++-v3 since exceptions are not supported.
9357
9358 2002-03-20 Anthony Green <green@redhat.com>
9359
9360 * configure.in: Enable libgcj for xscale-elf target.
9361
9362 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9363
9364 * MAINTAINERS: Update my email address.
9365
9366 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9367
9368 * ltmain.sh (relink_command): Fix typo in previous change.
9369
9370 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9371
9372 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9373 (relink_command): Added --tag flags.
9374 (mode=install): If relinking fails; error out.
9375
9376 2002-03-12 Richard Henderson <rth@redhat.com>
9377
9378 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9379 .NOTPARALLEL tag.
9380 (do-check): Rename from check.
9381 (check): Allow parallel check.
9382
9383 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9384
9385 * MAINTAINERS: Add myself as maintainer for xtensa port.
9386 Fix alphabetical order in CPU port maintainer list.
9387 Remove myself from Write After Approval list.
9388
9389 2002-03-11 Richard Henderson <rth@redhat.com>
9390
9391 * Makefile.in (.NOTPARALLEL): Add fake tag.
9392
9393 2002-03-07 H.J. Lu (hjl@gnu.org)
9394
9395 * configure.in: Enable gprof for mips*-*-linux*.
9396
9397 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9398
9399 * MAINTAINERS (Write After Approval): Add myself.
9400
9401 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9402
9403 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9404 libjava.
9405 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9406
9407 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9408
9409 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9410 because its Makefile is there; test for the executable instead.
9411
9412 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9413
9414 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9415 libstdc++-v3 and libjava.
9416
9417 2002-02-11 Adam Megacz <adam@xwt.org>
9418
9419 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9420 boehm-gc
9421
9422 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9423
9424 * config.guess: Updated to 2002-01-30's version.
9425 * config.sub: Updated to 2002-02-01's version.
9426 Contribute sh64-elf.
9427 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9428 * configure.in: Added sh64-*-*.
9429
9430 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9431
9432 * MAINTAINERS: Belatedly add myself to write after approval list.
9433
9434 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9435
9436 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9437 Remove self as Write After Approval.
9438
9439 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9440
9441 * MAINTAINERS: Put self in as maintainer for contrib/regression
9442 directory.
9443
9444 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9445
9446 * MAINTAINERS: Update my email address.
9447
9448 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9449
9450 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9451 target-libiberty, and target-libgloss. Skip Java-related
9452 libraries if not supported for NetBSD on target CPU.
9453
9454 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9455
9456 * install-sh: Use _inst.$$_ for temp file name.
9457
9458 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9459
9460 * MAINTAINERS (Write After Approval): Move my contact info
9461 from here...
9462 (OS Port Maintainers): ...to here (netbsd).
9463
9464 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9465
9466 * MAINTAINERS (Write After Approval): Add myself.
9467
9468 2002-01-17 H.J. Lu <hjl@gnu.org>
9469
9470 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9471 (all-target-fastjar): Also depend on all-target-libiberty.
9472
9473 2002-01-16 H.J. Lu (hjl@gnu.org)
9474
9475 * config.guess: Import from master sources, rev 1.225.
9476 * config.sub: Import from master sources, rev 1.238.
9477
9478 2002-01-16 Kazu Hirata <kazu@hxi.com>
9479
9480 * MAINTAINERS (Write After Approval): Remove myself.
9481
9482 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9483
9484 * MAINTAINERS (Write After Approval): Add myself.
9485
9486 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9487
9488 * MAINTAINERS: Add self as docs co-maintainer.
9489
9490 2001-12-11 Matthias Klose <doko@debian.org>
9491
9492 * MAINTAINERS (Write After Approval): Add myself.
9493
9494 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9495
9496 * MAINTAINERS: Update my email address.
9497
9498 2001-12-07 Turly O'Connor <turly@apple.com>
9499 * MAINTAINERS (Write After Approval): Add myself.
9500 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9501 (rs6000_initialize_trampoline): Call __trampoline_setup for
9502 ABI_DARWIN too.
9503 * darwin-tramp.asm: New file, implements __trampoline_setup.
9504 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9505
9506 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9507
9508 * MAINTAINERS (Write After Approval): Add myself.
9509
9510 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9511
9512 * configure, configure.in: Use temp file for long sed commands.
9513
9514 2001-12-03 Laurent Guerby <guerby@acm.org>
9515
9516 * config.sub: Update to version 1.232 on subversion.
9517
9518 2001-12-03 Ben Elliston <bje@redhat.com>
9519
9520 * MAINTAINERS: Update mail address for config.* patches.
9521
9522 2001-11-27 DJ Delorie <dj@redhat.com>
9523 Zack Weinberg <zack@codesourcery.com>
9524
9525 When build != host, create libiberty for the build machine.
9526
9527 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9528 CONFIG_ARGUMENTS.
9529 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9530 New variables.
9531 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9532 and rules.
9533 (all.normal): Depend on ALL_BUILD_MODULES.
9534 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9535 (all-build-libiberty): Depend on configure-build-libiberty.
9536
9537 * configure: Calculate and substitute proper value for
9538 ALL_BUILD_MODULES.
9539 * configure.in: Create the build subdirectory.
9540 Calculate and substitute TARGET_CONFIGARGS (formerly
9541 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9542
9543 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9544
9545 * MAINTAINERS (write-after-approval): Add self.
9546
9547 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9548
9549 * MAINTAINERS (GNATS only accounts): Remove self.
9550
9551 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9552
9553 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9554 libf2c.
9555
9556 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9557
9558 * MAINTAINERS (Write After Approval): Add self.
9559
9560 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9561
9562 * MAINTAINERS: mips and s390 are also CPU ports.
9563
9564 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9565
9566 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9567
9568 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9569
9570 * MAINTAINERS: Alphabetize.
9571
9572 2001-11-09 Kazu Hirata <kazu@hxi.com>
9573
9574 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9575
9576 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9577
9578 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9579
9580 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9581
9582 * configure.in (--enable-languages): Be more permissive about
9583 syntax. Check for empty lists better. Warn about $LANGUAGES.
9584
9585 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9586
9587 * config.sub: Import from master sources, rev. 1.230.
9588 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9589
9590 2001-11-07 Laurent Guerby <guerby@acm.org>
9591
9592 * MAINTAINERS (Write After Approval): Add self.
9593
9594 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9595
9596 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9597
9598 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9599
9600 * config.sub: Import from master sources, rev 1.226.
9601 * config.guess: Import from master sources, rev 1.216.
9602
9603 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9604
9605 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9606 * MAINTAINERS: Add self as maintainer of MMIX port.
9607 Remove old after-approval entry.
9608
9609 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9610
9611 * ChangeLog, configure: Fix spelling errors.
9612
9613 2001-10-20 Brendan Kehoe <brendan@zen.org>
9614
9615 * MAINTAINERS: Tweak my address.
9616
9617 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9618
9619 * MAINTAINERS: Update my email address.
9620
9621 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9622
9623 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9624 * MAINTAINERS: Add self as maintainer of CRIS port.
9625
9626 2001-10-10 Geert Bosch <bosch@gnat.com>
9627
9628 * MAINTAINERS (Various maintainers: Ada front end):
9629 Added Robert Dewar.
9630
9631 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9632
9633 * MAINTAINERS (Write After Approval): Added self
9634
9635 2001-10-02 Geert Bosch <bosch@gnat.com>
9636
9637 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9638
9639 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9640
9641 * configure: Handle temporary files securely using mkdir.
9642
9643 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9644
9645 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9646
9647 2001-09-26 Will Cohen <wcohen@redhat.com>
9648
9649 * configure.in (*-*-linux*): Disable configuration of target-newlib
9650 and target-libgloss.
9651
9652 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9653
9654 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9655 RANLIB.
9656
9657 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9658
9659 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9660 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9661 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9662 avoid quotes nesting problems.
9663 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9664 (DO_X): Export only variables that are set.
9665
9666 2001-09-19 Ben Elliston <bje@redhat.com>
9667
9668 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9669 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9670 semantics. Use the shell built-in "type" command instead.
9671
9672 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9673
9674 Merged from gcc-3_0-branch:
9675 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9676 * ltcf-c.sh: Use $objext, not $ac_objext.
9677 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9678 * ltcf-cxx.sh: Add support for GNU.
9679 2001-07-22 Timothy Wall <twall@redhat.com>
9680 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9681 default settings if using GNU tools with that configuration.
9682 * ltcf-cxx.sh: Ditto.
9683 * ltcf-gcj.sh: Ditto.
9684 2001-07-21 Michael Chastain <chastain@redhat.com>
9685 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9686 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9687 * ltmain.sh: Mark as gcc-local.
9688
9689 2001-08-30 Eric Christopher <echristo@redhat.com>
9690 Jason Eckhardt <jle@redhat.com>
9691
9692 * config.guess: Merge from master sources.
9693 * config.sub: Merge from master sources, add support for mipsisa32.
9694
9695 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9696 * config.sub: Merge from master sources, rev 1.219.
9697 * MAINTAINERS: Add self as contact for stormy16 port.
9698
9699 2001-08-14 Zack Weinberg <zackw@panix.com>
9700
9701 * config.sub: Merge from master sources, rev 1.218.
9702 * config.guess: Merge from master sources, rev 1.209.
9703
9704 2001-08-11 Graham Stott <grahams@redhat.com>
9705
9706 * Makefile.in (check-c++): Add missing semicolon.
9707
9708 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9709
9710 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9711
9712 2001-07-30 Eric Christopher <echristo@redhat.com>
9713
9714 * MAINTAINERS (Various maintainers: mips port): Added myself.
9715
9716 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9717
9718 * configure.in (sh-*-linux*): New.
9719
9720 2001-07-27 Richard Henderson <rth@redhat.com>
9721
9722 * .cvsignore: Add LAST_UPDATED.
9723
9724 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9725
9726 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9727
9728 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9729
9730 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9731
9732 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9733
9734 * MAINTAINERS (Write After Approval): Added myself.
9735
9736 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9737
9738 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9739 and libgcj on m68hc11/m68hc12.
9740
9741 2001-06-27 H.J. Lu (hjl@gnu.org)
9742
9743 * Makefile (CFLAGS_FOR_BUILD): New.
9744 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9745
9746 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9747
9748 * README: Remove version number.
9749
9750 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9751
9752 * INSTALL/README: Update wrt. to the installation instructions now
9753 residing in gcc/doc/install.texi.
9754
9755 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9756
9757 * README: Replace with a cut-down and updated version of gcc/README.
9758
9759 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9760
9761 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9762 multilibs to be disabled.
9763
9764 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9765
9766 * MAINTAINERS (Write After Approval): Add myself.
9767
9768 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9769
9770 * config.guess: Import CVS version 1.195.
9771 * config.sub: Import CVS version 1.212.
9772
9773 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9774
9775 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9776 gcc/xgcc is built, use -print-prog-name to find out the program
9777 name to use.
9778
9779 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9780
9781 * config.guess: Import CVS version 1.194. All gcc-local changes
9782 appear to also be in the master copy.
9783 * config.sub: Import CVS version 1.211.
9784
9785 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9786
9787 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9788 with_gcc]: Use `gcc -shared' to build a shared library.
9789
9790 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9791
9792 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9793 archives.
9794
9795 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9796
9797 * MAINTAINERS (Write After Approval): Add myself.
9798
9799 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9800
9801 * configure.in (libstdcxx_flags): Do not try to execute
9802 libstdc++-v3/testsuite_flags until it exists.
9803
9804 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9805
9806 * MAINTAINERS: Update my email address.
9807
9808 2001-05-31 Graham Stott <grahams@redhat.com>
9809
9810 * MAINTAINERS (Write After Approval): Add myself.
9811
9812 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9813
9814 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9815 libraries when using g++ with native linker.
9816
9817 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9818
9819 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9820
9821 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9822
9823 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9824 [aix4*|aix5*]: Prepend blank.
9825
9826 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9827
9828 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9829 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9830 of subdir/configure scripts to use the new libtool.m4.
9831
9832 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9833
9834 * MAINTAINERS (Write After Approval): Add myself.
9835
9836 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9837
9838 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9839
9840 2001-05-11 Ben Elliston <bje@redhat.com>
9841
9842 * Makefile.in (all-sid): New target.
9843 (check-sid, clean-sid, install-sid): Likewise.
9844
9845 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9846
9847 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9848
9849 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9850
9851 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9852 libgcj.
9853
9854 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9855
9856 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9857 gcc/xgcc is built, use -print-prog-name to find out the program
9858 name to use.
9859
9860 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9861
9862 * configure.in (noconfigdirs): Don't reset it from scratch in the
9863 target case; only append to it.
9864
9865 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9866 sparc-*-solaris2.8]: Disable ${libgcj}.
9867
9868 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9869
9870 * configure.in (libgcj_saved): Copy from $libgcj.
9871 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9872 --disable-libgcj.
9873
9874 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9875
9876 * MAINTAINERS: Remove self as MIPS maintainer and
9877 C front end maintainer.
9878
9879 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9880
9881 * configure.in: Move *-chorusos target case to the proper switch.
9882 Disable libgcj.
9883
9884 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9885
9886 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9887 1.641.2.228.
9888
9889 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9890
9891 * Makefile.in (STAGE1_CFLAGS): Pass down.
9892
9893 2001-04-13 Alan Modra <amodra@one.net.au>
9894
9895 * config.guess: Add hppa64-linux support. Note for next import that
9896 this is already in the master file.
9897 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9898
9899 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9900
9901 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9902 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9903
9904 2001-04-11 Stan Shebs <shebs@apple.com>
9905
9906 * MAINTAINERS: Add self as Darwin port maintainer.
9907
9908 2001-04-11 Alan Modra <amodra@one.net.au>
9909
9910 * MAINTAINERS: Update my email address.
9911
9912 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9913
9914 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9915 recent versions of FreeBSD (release 3 or later).
9916 * ltconfig: On FreeBSD, -lc must not be provided when building
9917 a shared library or else the standard -pthread gcc option is
9918 rendered worthless to later users of the built library.
9919
9920 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9921
9922 * MAINTAINERS: Add self and RTH as C front end maintainers.
9923
9924 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9925
9926 * config.sub: Make sure to match an already-canonicalized
9927 machine name (eg. mn10300-unknown-elf).
9928
9929 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9930
9931 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9932 New macros.
9933 (bootstrap, cross): Use RECURSE_FLAGS.
9934 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9935
9936 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9937
9938 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9939
9940 2001-03-22 Colin Howell <chowell@redhat.com>
9941
9942 * Makefile.in (DO_X): Do not backslash single-quotes in
9943 backquotes (two places).
9944
9945 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9946
9947 Re-installed:
9948 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9949 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9950 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9951 * ltcf-cxx.sh: Likewise.
9952 * ltcf-gcj.sh: Likewise.
9953
9954 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9955
9956 * MAINTAINERS: Add myself as "documentation co-maintainer".
9957
9958 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9959
9960 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9961 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9962
9963 2001-03-19 Tom Tromey <tromey@redhat.com>
9964
9965 * config-ml.in: Handle GCJ and GCJFLAGS.
9966
9967 2001-03-21 Michael Chastain <chastain@redhat.com>
9968
9969 * Makefile.in: all-m4 depends on all-texinfo.
9970
9971 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9972
9973 * MAINTAINERS: Add myself to write after approval list.
9974
9975 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9976
9977 * Makefile.in (DO_X): Quote nested quotes.
9978
9979 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9980
9981 * MAINTAINERS: Add myself to write after approval list.
9982
9983 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9984
9985 * Makefile.in (DO_X): Use double quotes for quoting
9986 "RANLIB=$${RANLIB}".
9987
9988 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9989
9990 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9991
9992 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9993
9994 * configure.in: Only use `lang_requires' for languages athat are
9995 actually enabled.
9996
9997 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9998
9999 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10000
10001 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10002
10003 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10004
10005 2001-03-07 Tom Tromey <tromey@redhat.com>
10006
10007 * configure.in: Allow config-lang.in to set `lang_requires' to list
10008 of other required languages.
10009
10010 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10011
10012 * Makefile.in: Remove RANLIB definition. Use RANLIB
10013 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10014 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10015
10016 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10017 Alexandre Oliva <aoliva@redhat.com>
10018
10019 * Makefile.in (check-c++): Use tabs, not spaces.
10020
10021 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10022
10023 * MAINTAINERS: add myself to Write After Approval list.
10024
10025 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10026
10027 * Makefile.in (check-c++): New rule.
10028
10029 * configure.in (target_libs): Remove libg++.
10030 (noconfigdirs): Remove libg++.
10031 (noconfigdirs): Same.
10032 (noconfigdirs): Same.
10033 (noconfigdirs): Same.
10034
10035 * config-ml.in: Remove libg++ references.
10036
10037 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10038 (ALL_TARGET_MODULES): Same.
10039 (configure-target-libg++): Remove.
10040 (all-target-libg++): Remove.
10041 (configure-target-libio): Remove.
10042 (all-target-libio): Remove.
10043 (check-target-libio): Remove.
10044 (.PHONY): Remove.
10045 (libg++.tar.bz2): Remove.
10046 (all-target-cygmon): Remove libio.
10047 (all-target-libstdc++): Remove.
10048 (configure-target-libstdc++): Remove.
10049 (TARGET_LIB_PATH): Remove libstdc++.
10050 (ALL_GCC_CXX): Remove libstdc++.
10051 (all-target-gperf): Correct.
10052
10053 2001-02-16 Nick Clifton <nickc@redhat.com>
10054
10055 * configure.in (noconfigdirs): Allow configuration of texinfo
10056 for Cygwin hosts.
10057
10058 2001-02-15 Anthony Green <green@redhat.com>
10059
10060 * configure: Introduce GCJ_FOR_TARGET.
10061 * configure.in: Ditto.
10062 * Makefile.in: Ditto.
10063
10064 2001-02-13 Andreas Schwab <schwab@suse.de>
10065
10066 * MAINTAINERS: Update mail address.
10067
10068 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10069
10070 * config.guess: Add linux target for S/390.
10071 * config.sub: Likewise.
10072
10073 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10074
10075 * configure.in: for *-chorusos, don't config target-newlib and
10076 target-libgloss.
10077
10078 2001-02-06 Ben Elliston <bje@redhat.com>
10079
10080 * configure: Output host type to stdout, not stderr.
10081
10082 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10083
10084 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10085 * ltcf-cxx.sh: Likewise.
10086
10087 * config.if: Assume enable_libstdcxx_v3 is defined.
10088
10089 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10090
10091 Remove V2 C++ library.
10092 * configure.in: Remove --enable-libstdcxx_v3 support.
10093
10094 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10095
10096 * include/demangle.h: Add prototype for java_demangle_v3.
10097
10098 2001-01-29 Phil Edwards <pme@sources.redhat.com>
10099
10100 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10101
10102 2001-01-27 Richard Henderson <rth@redhat.com>
10103
10104 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10105
10106 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10107
10108 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10109 Don't unset, it's non-portable and no longer necessary, set to empty
10110 instead.
10111
10112 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10113
10114 * ltconfig: Shell portability fix for the tagname validity check.
10115
10116 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
10117
10118 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10119 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10120
10121 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10122
10123 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10124
10125 2001-01-26 Tom Tromey <tromey@redhat.com>
10126
10127 * configure.in: Allow libgcj to be built on Sparc Solaris.
10128
10129 2001-01-25 David Edelsohn <edelsohn@gnu.org>
10130
10131 * ltcf-c.sh: Add aix5 case.
10132 * ltcf-cxx.sh: Likewise.
10133 * ltconfig: Likewise.
10134
10135 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
10136
10137 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10138 keep at least one of build_libtool_libs or build_old_libs set to
10139 yes.
10140
10141 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10142 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10143
10144 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10145
10146 * configure.in: Enable libgcj on several additional platforms.
10147
10148 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10149
10150 * configure.in: Enable libgcj for linux targets.
10151
10152 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10153
10154 * MAINTAINERS (Write After Approval): Add myself.
10155
10156 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10157
10158 * MAINTAINERS: Add myself as vax port maintainer.
10159
10160 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10161
10162 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10163
10164 2001-01-09 Mike Stump <mrs@wrs.com>
10165
10166 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10167 failures of subdirectories.
10168
10169 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10170
10171 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10172 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10173 * ltcf-cxx.sh: Likewise.
10174 * ltcf-gcj.sh: Likewise.
10175 * ltconfig.sh: Fix typo.
10176
10177 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10178
10179 * configure: handle DOS-style absolute paths.
10180
10181 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10182
10183 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10184
10185 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10186
10187 * MAINTAINERS: Add myself as avr port co-maintainer.
10188
10189 2000-12-28 Ben Elliston <bje@redhat.com>
10190
10191 * MAINTAINERS: Add myself under ``Write After Approval''.
10192
10193 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10194
10195 * texinfo: Remove directory from GCC.
10196
10197 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10198
10199 * COPYING: Update to current
10200 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10201 to 19yy as example year in copyright notice).
10202
10203 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10204
10205 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10206 (libstdcxx_incdir): Pass down.
10207 * config.if: Remove expired bits for cxx_interface, add stub.
10208 (libstdcxx_incdir): Add variable for g++ include directory.
10209 * configure.in (gxx_include_dir): Use it.
10210
10211 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10212
10213 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10214 with old-email address from ``Write After Approval''.
10215
10216 2000-12-15 Andreas Jaeger <aj@suse.de>
10217
10218 * configure.in: Handle lang_dirs.
10219
10220 2000-12-14 Tom Tromey <tromey@redhat.com>
10221
10222 * MAINTAINERS: Removed brads.
10223
10224 * MAINTAINERS: Added gcj developers.
10225
10226 2000-12-13 Anthony Green <green@redhat.com>
10227
10228 * configure.in: Disable libgcj for any target not specifically
10229 listed. Disable libgcj for x86 and Alpha Linux until compatible
10230 with g++ abi.
10231
10232 2000-12-13 Mike Stump <mrs@wrs.com>
10233
10234 * Makefile.in (local-distclean): Also remove fastjar.
10235
10236 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10237
10238 * contrib/gcc_update: Add fastjar --touch entries.
10239
10240 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10241
10242 * configure.in: Disable language-specific target libraries for
10243 languages that aren't enabled.
10244
10245 2000-12-10 Anthony Green <green@redhat.com>
10246
10247 * configure.in: Define libgcj. Disable libgcj target libraries for
10248 most targets.
10249
10250 2000-12-10 Neil Booth <neilb@earthling.net>
10251
10252 * MAINTAINERS: Update mail address, remove from WAA list.
10253
10254 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10255
10256 * libjava: Imported from /cvs/java.
10257 * libffi: Likewise.
10258 * Boehm-gc: Likewise.
10259
10260 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10261
10262 * configure.in (target_libs): Revert 2000-12-08 patch.
10263 (noconfigdirs): Added target-libjava.
10264
10265 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10266
10267 * djunpack.bat: removed.
10268
10269 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10270
10271 * Makefile.in: handle DOS-style absolute paths.
10272 * config-ml.in: likewise.
10273 * symlink-tree: likewise.
10274
10275 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10276
10277 * fastjar: Imported.
10278
10279 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10280
10281 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10282 libjava.
10283 * configure.in (target_libs): Removed `target-libjava'.
10284
10285 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10286
10287 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10288 (ALL_MODULES): Added fastjar.
10289 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10290 (all-target-libjava): all-fastjar replaces all-zip.
10291 (all-fastjar): Added.
10292 (configure-target-fastjar, all-target-fastjar): Likewise.
10293 * configure.in (host_tools): Added fastjar.
10294
10295 2000-12-07 Mike Stump <mrs@wrs.com>
10296
10297 * Makefile.in (local-distclean): Remove leftover built files.
10298
10299 2000-11-24 Nick Clifton <nickc@redhat.com>
10300
10301 * configure.in (xscale-elf): Add target.
10302 (xscale-coff): Add target.
10303
10304 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10305
10306 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10307 recent versions of FreeBSD (release 3 or later).
10308 * ltconfig: On FreeBSD, -lc must not be provided when building
10309 a shared library or else the standard -pthread gcc option is
10310 rendered worthless to later users of the built library.
10311
10312 2000-11-16 Fred Fish <fnf@be.com>
10313
10314 * configure.in (enable_libstdcxx_v3): Fix typo,
10315 libstd++ -> libstdc++.
10316
10317 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10318
10319 * MAINTAINERS: Add self to Write After Approval list.
10320
10321 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10322
10323 * MAINTAINERS: Update my email address. Add myself to global write
10324 privs list.
10325
10326 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10327
10328 * Makefile.in: Merge with src and libgcj.
10329 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10330 configure-target-<library> when their configure scripts need the C
10331 or C++ library to have already been built to work properly.
10332 (do_proto_toplev): Set them to an empty string.
10333
10334 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10335 (REALLY_SET_LIB_PATH): Use them.
10336
10337 2000-11-17 Stan Shebs <shebs@apple.com>
10338
10339 * MAINTAINERS: Add self to Write After Approval list.
10340
10341 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10342
10343 * configure: Provide the original toplevel configure arguments
10344 (including $0) to subprocesses in the environment rather than
10345 through gcc/configargs.h.
10346
10347 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10348
10349 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10350 C99. Alphabetise "Write After Approval" list.
10351
10352 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10353
10354 * configure: Turn on libstdc++ V3 by default.
10355
10356 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10357 if we've got GCC.
10358
10359 2000-11-11 Philip Blundell <philb@gnu.org>
10360
10361 * MAINTAINERS: Add self to Write After Approval list.
10362
10363 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10364
10365 * ltcf-c.sh (aix4): Improve shared library configuration; require
10366 exporting symbols.
10367 * ltcf-cxx.sh (aix4): Define.
10368 * ltconfig (aix4): Define library and soname specs appropriate for
10369 AIX. Define command to create export symbols list.
10370
10371 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10372
10373 * config.sub: Add support for Sun Chorus
10374
10375 2000-10-31 Nick Clifton <nickc@redhat.com>
10376
10377 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10378 <name>@redhat.com. Also installed new email address for Clint
10379 Popetz.
10380
10381 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10382
10383 * etc: Remove directory from GCC.
10384
10385 2000-10-16 Michael Meissner <meissner@redhat.com>
10386
10387 * configure (gcc/configargs.h): Only create if there is a build GCC
10388 directory created.
10389
10390 2000-10-16 Matthias Klose <doko@debian.org>
10391
10392 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10393 when configured for libstdc++-v3.
10394
10395 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10396
10397 * configure: Save configure arguments to gcc/configargs.h.
10398
10399 2000-10-04 Philipp Thomas <pthomas@suse.de>
10400
10401 * config.guess: Import CVS version 1.157.
10402 * config.sub: Import CVS version 1.181.
10403
10404 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10405
10406 * Makefile.in (bootstrap): avoid recursion if subdir missing
10407 (cross): ditto
10408 (do-proto-toplev): ditto
10409
10410 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10411
10412 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10413 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10414
10415 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10416 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10417 all affected `configure' scripts.
10418
10419 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10420
10421 * MAINTAINERS: Add self as cpplib co-maintainer.
10422
10423 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10424
10425 * MAINTAINERS: Add self to Write After Approval list.
10426
10427 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10428
10429 * INSTALL/README: egcs -> GCC update.
10430
10431 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10432
10433 * MAINTAINERS: Add myself to Write After Approval list.
10434
10435 2000-09-15 Kazu Hirata <kazu@hxi.com>
10436
10437 * MAINTAINERS: Add myself to Write After Approval list.
10438
10439 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10440
10441 * configure.in: Do not build byacc for hppa64. Provide paths to the
10442 X11 libraries for hppa64.
10443
10444 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10445
10446 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10447
10448 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10449
10450 * Makefile.in (all-zlib): Added dummy target.
10451
10452 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10453 ltcf-gcj.sh: Updated from libtool multi-language branch.
10454
10455 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10456
10457 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10458 (bootstrap*): Depend on all-bootstrap.
10459
10460 2000-09-05 Philipp Thomas <pthomas@suse.de>
10461
10462 * config.guess: Import CVS version 1.156.
10463 * config.sub: Import CVS version 1.179.
10464
10465 2000-09-02 Anthony Green <green@cygnus.com>
10466
10467 * Makefile.in (all-gcc): Depend on all-zlib.
10468 (CLEAN_MODULES): Add clean-zlib.
10469 (ALL_MODULES): Add all-zlib.
10470 * configure.in (host_libs): Add zlib.
10471
10472 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10473
10474 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10475 crosses, but add gcc/include to the header search path for them.
10476
10477 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10478
10479 * MAINTAINERS: Add self to Write After Approval list.
10480
10481 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10482
10483 * config.guess: Import CVS version 1.152.
10484 * config.sub: Import CVS version 1.177.
10485
10486 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10487
10488 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10489 $targargs to tell whether newlib is going to be built.
10490
10491 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10492 $$r/TARGET_SUBDIR/libio for _G_config.h.
10493
10494 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10495
10496 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10497
10498 2000-08-22 DJ Delorie <dj@redhat.com>
10499
10500 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10501
10502 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10503
10504 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10505 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10506 sub-configures.
10507
10508 2000-08-21 DJ Delorie <dj@redhat.com>
10509
10510 * MAINTAINERS: Add self as a libiberty maintainer
10511
10512 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10513
10514 * configure.in (libstdcxx_flags): Use
10515 libstdc++-v3/src/libstdc++.INC.
10516
10517 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10518
10519 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10520
10521 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10522
10523 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10524
10525 * configure: Make enable_threads and enable_shared defaults
10526 explicit. Substitute enable_threads into generated Makefiles.
10527 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10528 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10529
10530 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10531
10532 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10533
10534 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10535
10536 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10537 previous delta.
10538
10539 2000-08-11 Jason Merrill <jason@redhat.com>
10540
10541 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10542 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10543 (FLAGS_FOR_TARGET): Not here.
10544 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10545
10546 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10547
10548 * config-ml.in (CC, CXX): Don't introduce a leading space.
10549
10550 2000-08-07 DJ Delorie <dj@delorie.com>
10551
10552 * MAINTAINERS: Add self as a DJGPP maintainer
10553
10554 2000-08-07 DJ Delorie <dj@redhat.com>
10555
10556 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10557 "if we're also building gcc, and it's a gcc that will run on the
10558 build machine, we want to use its includes instead of the system's
10559 default includes".
10560
10561 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10562
10563 * MAINTAINERS: Add self to Write After Approval list.
10564
10565 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10566
10567 * configure.in (libstdcxx_flags): Don't use `"'.
10568
10569 * config-ml.in: Adjust multilib search paths to the
10570 appropriate multilib tree.
10571
10572 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10573
10574 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10575 commas in $LANGUAGES.
10576
10577 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10578
10579 * configure.in: Re-enable all references to libg++ and librx.
10580
10581 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10582
10583 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10584 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10585 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10586 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10587
10588 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10589
10590 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10591
10592 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10593 CXX_FOR_TARGET for sed.
10594
10595 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10596
10597 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10598 Do not override if already set in the environment or in configure.
10599 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10600 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10601
10602 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10603
10604 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10605 the libtool CVS tree multi-language branch.
10606 * ltconfig, ltmain.sh: Updated.
10607
10608 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10609
10610 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10611 (clean-target): Depend on it.
10612
10613 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10614 (GCC_FOR_TARGET): Use it.
10615 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10616 * configure.in: ... here.
10617 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10618 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10619
10620 2000-07-24 Eric Christopher <echristo@cygnus.com>
10621
10622 * MAINTAINERS: Add self to Write After Approval list.
10623
10624 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10625
10626 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10627 (configure-target-libchill, configure-target-libobjc): Likewise.
10628
10629 * configure.in: Use the same cache file for all target libs.
10630 * config-ml.in: But different cache files per multilib variant.
10631
10632 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10633
10634 * configure (topsrcdir): Don't use dirname.
10635
10636 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10637
10638 * MAINTAINERS: Add self to Write After Approval list.
10639
10640 2000-07-20 Jason Merrill <jason@redhat.com>
10641
10642 * configure.in: Remove all references to libg++ and librx.
10643
10644 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10645
10646 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10647
10648 * config.sub: Update to subversions version 2000-07-06.
10649
10650 2000-07-12 Andrew Haley <aph@cygnus.com>
10651
10652 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10653 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10654
10655 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10656
10657 * symlink-tree: Check number of arguments.
10658
10659 2000-07-05 Jim Wilson <wilson@cygnus.com>
10660
10661 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10662 search path for a g++ extracted from the build tree. This
10663 will allow link tests run by configure scripts in
10664 subdirectories to succeed.
10665
10666 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10667
10668 * ltconfig: Add support for mips-dde-sysv4.2MP
10669
10670 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10671
10672 * MAINTAINERS: Add myself as loop discovery maintainer.
10673
10674 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10675
10676 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10677 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10678
10679 2000-06-19 Timothy Wall <twall@cygnus.com>
10680
10681 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10682 * config.sub: Add tic54x target.
10683
10684 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10685
10686 * MAINTAINERS: Add self as Fortran maintainer,
10687 remove Craig Burley.
10688
10689 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10690
10691 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10692 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10693
10694 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10695
10696 * MAINTAINERS: Add self as i18n maintainer
10697
10698 20000-05-21 H.J. Lu (hjl@gnu.org)
10699
10700 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10701 directory are used if they exist. Make sure
10702 $(build_tooldir)/include is searched for header files,
10703 $(build_tooldir)/lib/ for library files.
10704 (GCC_FOR_TARGET): Likewise.
10705 (CXX_FOR_TARGET): Likewise.
10706
10707 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10708
10709 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10710
10711 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10712
10713 * Makefile.in (configure-target-libiberty): Depend on
10714 configure-target-newlib.
10715
10716 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10717
10718 * configure.in, Makefile.in: Merge all libffi-related
10719 configury stuff from the libgcj tree.
10720
10721 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10722
10723 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10724 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10725
10726 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10727
10728 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10729 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10730 current version information. Add to proto-toplev directory.
10731 (gdb-taz): Build do-djunpack.
10732
10733 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10734
10735 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10736
10737 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10738
10739 * MAINTAINERS: Add self to Write After Approval list.
10740
10741 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10742
10743 * ltmain.sh: Preserve in relink_command any environment
10744 variables that may affect the linker behavior.
10745
10746 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10747
10748 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10749
10750 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10751
10752 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10753
10754 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10757 with the version name.
10758
10759 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10760
10761 * MAINTAINERS: Add self as bb-reorder maintainer.
10762
10763 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10764
10765 * config.if: Tweak.
10766
10767 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10768
10769 * djunpack.bat: New file.
10770
10771 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10772
10773 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10774 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10775 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10776 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10777
10778 2000-04-16 Dave Pitts <dpitts@cozx.com>
10779
10780 * config.sub (case $basic_machine): Change default for "ibm-*"
10781 to "openedition".
10782
10783 2000-04-13 Andreas Jaeger <aj@suse.de>
10784
10785 * MAINTAINERS: Added myself.
10786
10787 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10788
10789 * Makefile.in (gdb-taz): New target. GDB specific archive.
10790 (do-md5sum): New target.
10791 (MD5PROG): Define.
10792 (PACKAGE): Default to TOOL.
10793 (VER): Default to a shell script.
10794 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10795 md5 checksum generation.
10796 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10797 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10798 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10799 insight.tar.bz2): Use gdb-taz to create archive.
10800
10801 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10802
10803 * configure (warn_cflags): Delete.
10804
10805 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10806
10807 * MAINTAINERS: Added myself.
10808
10809 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10810 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10811
10812 * configure.in (enable_libstdcxx_v3): Add.
10813 (target_libs): Add bits here to switch between libstdc++-v2 and
10814 libstdc++-v3.
10815 * config.if: And this file too.
10816 * Makefile.in: Add libstdc++-v3 targets.
10817
10818 2000-04-05 Michael Meissner <meissner@redhat.com>
10819
10820 * config.sub (d30v): Add d30v as a basic machine type.
10821
10822 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10823
10824 * configure.in: -linux-gnu*, not -linux-gnu.
10825
10826 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10827
10828 * MAINTAINERS: Add self in write-after-approval section.
10829
10830 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10831
10832 * MAINTAINERS: Add self as ia64 port maintainer.
10833
10834 2000-03-08 Neil Booth <NeilB@earthling.net>
10835
10836 * MAINTAINERS: Add self in write-after-approval section.
10837
10838 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10839
10840 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10841 (do-tar-bz2): Replace TOOL with PACKAGE.
10842 (gdb.tar.bz2): Remove GDBTK from GDB package.
10843 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10844 dejagnu.tar.bz2): New packages.
10845
10846 2000-02-27 Andreas Jaeger <aj@suse.de>
10847
10848 * configure.in: Add entry for mips*-*-linux*, move catch all
10849 *-*-*linux* entry below this one.
10850
10851 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10852
10853 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10854
10855 2000-02-24 Nick Clifton <nickc@cygnus.com>
10856
10857 * config.sub: Support an OS of "wince".
10858
10859 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10860
10861 * config.guess, config.sub: Updated to match config's 2000-02-15
10862 version.
10863
10864 2000-02-23 Linas Vepstas <linas@linas.org>
10865
10866 * config.sub: Add support for Linux/IBM 370.
10867 * configure.in: Likewise.
10868
10869 2000-02-22 Nick Clifton <nickc@cygnus.com>
10870
10871 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10872
10873 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10874
10875 * config.guess: Guess "cygwin" rather than "cygwin32".
10876
10877 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10878
10879 * configure (gcc_version): When setting, narrow search to
10880 lines containing `version_string'.
10881
10882 2000-02-15 Denis Chertykov <denisc@overta.ru>
10883
10884 * config.sub: Add support for avr target.
10885
10886 2000-02-14 Nick Clifton <nickc@cygnus.com>
10887
10888 * MAINTAINERS: Add maintainers for MCore port.
10889
10890 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10891
10892 * config.sub: Add mmix-knuth-mmixware.
10893
10894 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10895
10896 * MAINTAINERS: Pair cccp with cpplib maintainership.
10897
10898 2000-01-27 Christopher Faylor <cgf@redhat.com>
10899
10900 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10901 structure stuff to -L library search.
10902 (CXX_FOR_TARGET): Ditto.
10903 (CROSS_CHECK_MODULES): Fix spelling mistake.
10904
10905 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10906
10907 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10908 the C++ compiler.
10909
10910 2000-01-12 Richard Henderson <rth@cygnus.com>
10911
10912 * configure.in: Don't build some bits for beos.
10913
10914 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10915
10916 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10917 as include files.
10918
10919 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10920
10921 * Add self as cpplib maintainer, as requested by Jason
10922 Merrill. Correct my e-mail address.
10923
10924 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10925
10926 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10927 not mh-aix43.
10928
10929 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10930
10931 * MAINTAINERS: Add myself to "write after approval" list.
10932
10933 1999-12-14 Richard Henderson <rth@cygnus.com>
10934
10935 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10936 * config.sub: Accept alphaev[78], alphaev8.
10937
10938 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10939
10940 * config.guess, config.sub: Update from autoconf.
10941
10942 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10943
10944 * MAINTAINERS: update my playtime e-address.
10945
10946 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10947
10948 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10949 necessary libraries are missing.
10950
10951 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10952
10953 * MAINTAINERS: Add new 'write after approval' maintainer.
10954
10955 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10956
10957 * MAINTAINERS: Add new Java maintainer.
10958
10959 1999-10-25 Andreas Schwab <schwab@suse.de>
10960
10961 * configure: Fix quoting inside arguments of eval.
10962
10963 1999-10-21 Nick Clifton <nickc@cygnus.com>
10964
10965 * config-ml.in: Allow suppression of some ARM multilibs.
10966
10967 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10968
10969 * config.guess: Add OS/390 match pattern.
10970 * config.sub: Add mvs, openedition targets.
10971 * configure.in (i370-ibm-opened*): New.
10972
10973 1999-09-04 Steve Chamberlain <sac@pobox.com>
10974
10975 * config.sub: Add support for configuring for pj.
10976
10977 1999-08-31 Nick Clifton <nickc@cygnus.com>
10978
10979 * config.sub (maybe_os): Add support for configuring for fr30.
10980
10981 1999-08-25 Nick Clifton <nickc@cygnus.com>
10982
10983 * configure.in: Do not configure or build ld for AIX
10984 platforms. ld is known to be broken on these platforms.
10985
10986 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10987
10988 * config-ml.in: Pass compiler flag corresponding to multidirs to
10989 subdir configures.
10990
10991 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10992
10993 * Makefile.in (LDFLAGS): Define.
10994
10995 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10996
10997 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10998 noconfigdirs.
10999 (*-*-cygwin*): Likewise.
11000
11001 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11002
11003 * mkdep: New file.
11004 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11005 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11006
11007 From Eli Zaretskii <eliz@is.elta.co.il>:
11008 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11009 long file name when using DJGPP on MS-DOS.
11010
11011 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11012
11013 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11014
11015 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11016
11017 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11018 dependency as this causes "make check" to globally "make all"
11019
11020 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11021
11022 * configure.in (target_libs): Added target-zlib.
11023 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11024 (CONFIGURE_TARGET_MODULES): Likewise.
11025 (CHECK_TARGET_MODULES): Likewise.
11026 (INSTALL_TARGET_MODULES): Likewise.
11027 (CLEAN_TARGET_MODULES): Likewise.
11028 (configure-target-zlib): New target.
11029 (all-target-zlib): Likewise.
11030 (all-target-libjava): Depend on all-target-zlib.
11031 (configure-target-libjava): Depend on configure-target-zlib.
11032
11033 * Makefile.in (configure-target-libjava): Depend on
11034 configure-target-newlib.
11035 (configure-target-boehm-gc): New target.
11036 (configure-target-qthreads): New target.
11037
11038 * configure.in (target_libs): Added target-qthreads.
11039 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11040 (CONFIGURE_TARGET_MODULES): Likewise.
11041 (CHECK_TARGET_MODULES): Likewise.
11042 (INSTALL_TARGET_MODULES): Likewise.
11043 (CLEAN_TARGET_MODULES): Likewise.
11044 (all-target-qthreads): New target.
11045 (configure-target-libjava): Depend on configure-target-qthreads.
11046 (all-target-libjava): Depend on all-target-qthreads.
11047
11048 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11049 (CONFIGURE_TARGET_MODULES): Likewise.
11050 (CHECK_TARGET_MODULES): Likewise.
11051 (INSTALL_TARGET_MODULES): Likewise.
11052 (CLEAN_TARGET_MODULES): Likewise.
11053 (all-target-libjava): New target.
11054 (all-target-boehm-gc): Likewise.
11055 * configure.in (target_libs): Added libjava, boehm-gc.
11056
11057 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11058
11059 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11060 configure.bat in SUPPORT_FILES.
11061 (gas+binutils.tar.bz2): Likewise.
11062
11063 * makeall.bat: Remove; obsolete.
11064
11065 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11066
11067 From Mark Elbrecht:
11068 * configure.bat: Remove; obsolete.
11069
11070 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11071
11072 * configure: Add -W -Wall to the default CFLAGS when compiling with
11073 gcc.
11074
11075 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11076
11077 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11078
11079 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11080
11081 * configure.in: Build ld on IRIX6.
11082
11083 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11084
11085 * Makefile.in: Change distribution targets to use bzip2 instead of
11086 gzip.
11087 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11088 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11089
11090 1999-06-04 Nick Clifton <nickc@cygnus.com>
11091
11092 * config.sub: Add mcore target.
11093
11094 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11095
11096 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11097
11098 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11099
11100 * config.guess (dummy): Changed to $dummy.
11101
11102 1999-05-24 Nick Clifton <nickc@cygnus.com>
11103
11104 * config.sub: Tidied up case statements.
11105
11106 1999-05-22 Ben Elliston <bje@cygnus.com>
11107
11108 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11109 <jiro@din.or.jp>.
11110
11111 * config.guess: Merge with FSF version. Future changes will be
11112 more accurately recorded in this ChangeLog.
11113 * config.sub: Likewise.
11114
11115 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11116
11117 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11118
11119 1999-04-30 Tom Tromey <tromey@cygnus.com>
11120
11121 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11122
11123 1999-04-23 Tom Tromey <tromey@cygnus.com>
11124
11125 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11126
11127 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
11128
11129 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11130 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11131 Bad merge removed these two changes.
11132
11133 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
11134 Martin Heller (Ing.-Buero_Heller@t-online.de)
11135
11136 * config.guess (interix Alpha): Add.
11137
11138 1999-04-11 Richard Henderson <rth@cygnus.com>
11139
11140 * configure.in (i?86-*-beos*): Do config gperf; don't config
11141 gdb, newlib, or libgloss.
11142
11143 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
11144
11145 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11146 link a trivial program with -mabi=64. If it fails, remove mabi=64
11147 from multidirs.
11148
11149 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11150
11151 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11152
11153 1999-04-08 Nick Clifton <nickc@cygnus.com>
11154
11155 * config.sub: Add support for mcore targets.
11156
11157 1999-04-07 Michael Meissner <meissner@cygnus.com>
11158
11159 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11160 not mt-ospace, in order to shut up assembler warning about using
11161 symbols that are named the same as registers.
11162
11163 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
11164
11165 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11166 dependency list for all-target-cygmon.
11167
11168 1999-04-05 Doug Evans <devans@casey.cygnus.com>
11169
11170 * config-ml.in: Check $host, not $target, for selective multilibs.
11171 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11172 thumb interworking, and underscore prefix multilibs.
11173
11174 1999-04-04 Ian Lance Taylor <ian@zembu.com>
11175
11176 * missing: Update to version from current automake.
11177
11178 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11179
11180 * configure (gxx_include_dir): Removed.
11181
11182 * configure.in (gxx_include_dir): Handle it.
11183 * Makefile.in: Likewise.
11184
11185 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11186
11187 * config.sub (mips64vr4111,mips64vr4111el) Add.
11188
11189 1999-03-21 Ben Elliston <bje@cygnus.com>
11190
11191 * config.guess: Correct typo for detecting ELF on FreeBSD.
11192
11193 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11194
11195 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11196 config/mh-djgpp.
11197
11198 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11199
11200 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11201 all-target-newlib to dependency list for all-target-bsp.
11202
11203 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11204
11205 * config.sub: Add i386-uwin support.
11206 * config.guess: Likewise.
11207
11208 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11209
11210 * configure.in: cleanup, add mh-*pic handling for arm, special
11211 case powerpc*-*-aix*
11212
11213 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11214
11215 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11216 can be built.
11217
11218 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11219
11220 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11221 targets.
11222
11223 1999-03-02 Nick Clifton <nickc@cygnus.com>
11224
11225 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11226
11227 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11228
11229 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11230
11231 1999-02-24 Nick Clifton <nickc@cygnus.com>
11232
11233 * config.sub: Fix typo in arm recognition.
11234
11235 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11236
11237 * configure.in (noconfigdirs): Changed target_configdirs to
11238 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11239 rather than m68k-*-* since it is not known to work on
11240 m68k-aout. Ditto for arm-*-*oabi.
11241
11242 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11243
11244 * configure.in (*-*-windows*): Remove, no longer used.
11245
11246 1999-02-19 Ben Elliston <bje@cygnus.com>
11247
11248 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11249 Smart and improved by Andrew Cagney.
11250
11251 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11252
11253 * config.guess: Recognize openbsd-*-hppa.
11254
11255 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11256
11257 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11258 only if it is not empty.
11259
11260 1999-02-17 Nick Clifton <nickc@cygnus.com>
11261
11262 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11263
11264 * config.guess: Modified to recognize uname's armv* syntax.
11265
11266 * config.sub: Modified to recognize uname's armv* syntax.
11267
11268 1999-02-17 Mark Salter <msalter@cygnus.com>
11269
11270 * configure.in: Added target-bsp for sparclite.
11271
11272 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11273
11274 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11275
11276 1999-02-08 Nick Clifton <nickc@cygnus.com>
11277
11278 * configure.in: Add support for strongarm port.
11279 * config.sub: Add support for strongarm target.
11280
11281 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11282
11283 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11284 the old name config/mh-cygwin32.
11285 Enable texinfo.
11286
11287 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11288
11289 * configure.in: Do build ld for ix86 Solaris.
11290
11291 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11292
11293 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11294 $AR_FOR_TARGET. Likewise for RANLIB.
11295
11296 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11297
11298 * config.sub (oabi): Recognize.
11299 * configure.in (arm-*-oabi): Handle.
11300
11301 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11302
11303 * config.guess: Improve detection of i686 on UnixWare 7.
11304
11305 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11306
11307 * config.guess: Add support for i386-pc-interix.
11308 * config.sub: Likewise.
11309 * configure.in: Likewise.
11310
11311 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11312
11313 * Makefile.in: Remove unneeded all-target-libio from
11314 from all-target-winsup target since it is now unneeded.
11315 Add all-target-libtermcap in its place since it is now
11316 needed.
11317
11318 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11319
11320 * configure.in: makefile stub for cygwin target is probably
11321 unnecessary. Remove it for now.
11322
11323 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11324
11325 * configure.in: libtermcap.a should be built when cygwin is the
11326 target as well as the host.
11327 * config.guess: Allow mixed case in cygwin uname output.
11328 * Makefile.in: Add libtermcap target.
11329
11330 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11331
11332 * config.sub: Clean up handling of hppa2.0.
11333
11334 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11335
11336 * config.guess: Use C code to identify more HP machines.
11337
11338 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11339
11340 * config.sub: Handle hppa2.0.
11341
11342 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11343
11344 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11345 cygmon for all sparclite targets, regardless of object format.
11346
11347 1998-12-15 Mark Salter <msalter@cygnus.com>
11348
11349 * configure.in: Added target-bsp for several target architectures.
11350
11351 * Makefile.in: Added rules for bsp.
11352
11353 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11354
11355 * config.guess: Improve detection of hppa2.0 processors.
11356
11357 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11358
11359 * config.guess: Recognize FreeBSD using ELF automatically.
11360
11361 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11362
11363 * configure (skip-this-dir): Add handling for new shell script, which
11364 might be created by a sub-directory's configure to indicate, this particular
11365 directory is "unwanted".
11366 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11367
11368 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11369
11370 * ltconfig: import from libtool, after changing libtool to
11371 account for the cygwin name change.
11372
11373 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11374
11375 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11376 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11377
11378 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11379
11380 * configure.in: Add libtermcap to list of cygwin dependencies.
11381
11382 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11383
11384 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11385 they include winsup/include when it's a cygwin target.
11386
11387 1998-11-12 Tom Tromey <tromey@cygnus.com>
11388
11389 * configure.in (host_tools): Added zip.
11390 * Makefile.in (all-target-libjava): Depend on all-zip.
11391 (all-zip): New target.
11392 (ALL_MODULES): Added all-zip.
11393 (NATIVE_CHECK_MODULES): Added check-zip.
11394 (INSTALL_MODULES): Added install-zip.
11395 (CLEAN_MODULES): Added clean-zip.
11396
11397 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11398
11399 * Makefile.in: lose "32" from comment about cygwin.
11400
11401 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11402
11403 * configure.in: Use -Os to build target libraries for the fr30.
11404
11405 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11406
11407 * config.sub: Add fr30.
11408
11409 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11410
11411 * configure.in: drop "32" from config/mh-cygwin32. Check
11412 cygwin* instead of cygwin32*.
11413 * config.sub: Check cygwin* instead of cygwin32*.
11414
11415 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11416
11417 * config.guess: Match any version of Unixware7.
11418
11419 1998-10-20 Syd Polk <spolk@cygnus.com>
11420
11421 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11422 if desired.
11423
11424 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11425
11426 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11427 these if the appropriate directories and files to not exist.
11428
11429 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11430
11431 * Makefile.in (DEVO_SUPPORT): Add config.if.
11432
11433 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11434
11435 * configure: Add pattern to replace "build_tooldir"'s
11436 definition in the generated Makefile with "tooldir"'s
11437 actual value.
11438
11439 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11440
11441 * config.sub: Bring back lost sparcv9.
11442
11443 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11444
11445 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11446
11447 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11448 CC_FOR_TARGET and friends.
11449
11450 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11451
11452 * Makefile.in (build_tooldir): New variable, same as tooldir.
11453 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11454 -B$(build_tooldir)/bin/.
11455 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11456
11457 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11458
11459 * README: Remove installation instructions and refer to the
11460 INSTALL directory instead.
11461
11462 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11463
11464 * config.sub: Add support for i[34567]86-pc-udk.
11465 * configure.in: Likewise.
11466
11467 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11468
11469 * Makefile.in: add bzip2 package building bits for user
11470 tools module
11471 * configure.in: ditto
11472
11473 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11474
11475 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11476 (ALL_TARGET_MODULES): Add all-target-libobjc.
11477 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11478 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11479 (all-target-libchill): Add dependencies.
11480 * configure.in (target_libs): Add libchill.
11481
11482 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11483
11484 * configure.in (target_subdir): Remove duplicate line.
11485
11486 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11487
11488 * Makefile.in (all-automake): fix dependencies.
11489
11490 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11491
11492 * configure.in: Minor cleanups for building in the $(target_alias)
11493 subdir.
11494
11495 1998-09-22 Jim Wilson <wilson@cygnus.com>
11496
11497 * Makefile.in (bootstrap): Set r and s before make all. Use
11498 BASE_FLAGS_TO_PASS in make all.
11499 (cross): Likewise.
11500
11501 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11502
11503 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11504
11505 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11506
11507 * config.sub: Fix typo in last change.
11508
11509 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11510
11511 * config.sub: Add support for C4x target.
11512 * configure.in: Likewise.
11513
11514 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11515
11516 * config.sub: Recognize sparcv9 just like sparc64.
11517
11518 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11519
11520 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11521
11522 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11523
11524 * config.guess: Correctly identify Pentium II sco boxes.
11525
11526 * config.guess: Fix "tr" code. From Weiwen Liu.
11527
11528 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11529
11530 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11531 stabs.
11532
11533 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11534
11535 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11536 (ALL_TARGET_MODULES): Add all-target-libchill.
11537 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11538 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11539 (all-target-libchill): Add dependencies.
11540 * configure.in (target_libs): Add libchill.
11541
11542 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11543
11544 * config.guess: Avoid assumptions about "tr" behaves when
11545 LANG is set to something other than English.
11546
11547 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11548
11549 * configure (gxx_include_dir): Changed to
11550 '${prefix}/include/g++'-${libstdcxx_interface}.
11551
11552 * config.if: New to determine the interfaces.
11553
11554 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11555
11556 * config.guess: Detect and handle MPE/IX.
11557 * config.sub: Deal with MPE/IX.
11558
11559 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11560
11561 * configure.in: Use mh-aix43.
11562
11563 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11564
11565 * configure: Fix --without/--disable cases for gxx-include-dir.
11566
11567 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11568
11569 * mdata-sh: Imported. Needed for automake support.
11570
11571 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11572
11573 * Makefile.in (taz): Try "chmod -R og=u ." before
11574 "chmod og=u `find . -print`".
11575
11576 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11577
11578 * configure.in: Add arm-elf and thumb-elf support.
11579
11580 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11581
11582 * Makefile.in: Undo previous patch.
11583
11584 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11585
11586 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11587 to here ...
11588 (install-no-fixedincludes): and here
11589 (INSTALL_MODULES): ... from here.
11590
11591 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11592
11593 * config.sub: Merge with FSF.
11594
11595 * config.guess: Merge with FSF.
11596
11597 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11598
11599 * configure (extraconfigdirs): New variable.
11600 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11601 * Makefile.in (all): Move higher in file.
11602 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11603 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11604 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11605 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11606 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11607
11608 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11609
11610 * Makefile.in (all-target-libjava): Depend on all-gcc and
11611 all-target-newlib.
11612 (configure-target-libjava): Depend on $(ALL_GCC).
11613
11614 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11615
11616 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11617 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11618
11619 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11620
11621 * INSTALL/README: Fix typo.
11622
11623 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11624
11625 * ylwrap: Change absolute path checks to check for DOS style path
11626 names.
11627
11628 * ylwrap: Don't use a full path name if the source file is in the
11629 same directory. From hjl@lucon.org (H.J. Lu).
11630
11631 * config-ml.in: Default to being verbose, to match Feb 18 change to
11632 configure.
11633
11634 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11635
11636 Brought over from egcs:
11637
11638 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11639
11640 * configure.in (target_subdir): Set to ${target_alias} instead
11641 of "libraries".
11642
11643 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11644
11645 * configure.in (target_subdir): Set to libraries if enable_multilib.
11646
11647 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11648
11649 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11650 multilibs, force reconfiguration the first time we create
11651 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11652
11653 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11654
11655 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11656 avoid confusion with --no-recursion.
11657
11658 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11659
11660 * configure.in: Win32 hosts shouldn't use install -x
11661 * install-sh: remove -x option, and special .exe-handling
11662 hack.
11663
11664 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11665
11666 * config.guess: Recognize i586-pc-beos.
11667 * configure.in: Don't build some bits for beos.
11668
11669 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11670
11671 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11672 CFLAGS default to -O2.
11673
11674 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11675 when using GNU ld.
11676
11677 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11678
11679 * ltmain.sh: Correct install when using a different shell.
11680
11681 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11682
11683 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11684
11685 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11686
11687 * makefile.vms: Update to build binutils/makefile.vms. Add install
11688 target.
11689
11690 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11691
11692 * ltconfig: Update to correct AIX handling.
11693
11694 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11695
11696 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11697
11698 * configure.in (target_subdir): Set to ${target_alias} instead
11699 of "libraries".
11700
11701 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11702
11703 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11704 (Makefile): Depend on $(gcc_version_trigger).
11705
11706 * configure (gcc_version): Change default initializer to empty
11707 string.
11708 (gcc_version_trigger): New variable; pass this variable down
11709 to subdir configures to enable them checking gcc's version
11710 themselves. Emit make macros for both gcc_version vars.
11711 (topsrcdir): Initialize reliably.
11712 (recursion line): Remove --with-gcc-version=${gcc_version}.
11713
11714 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11715
11716 * configure (enable_version_specific_runtime_libs): Implement new flag
11717 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11718 in $(libsubdir); emit definition in each generated Makefile.
11719 (gxx_include_dir): Initialize depending on
11720 $enable_version_specific_runtime_libs.
11721
11722 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11723
11724 * configure (gcc_version): Initialize properly depending on
11725 how and where configure is started.
11726 (recursion line): Pass a --with-gcc-version=${gcc_version}
11727 to configures in subdirs.
11728
11729 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11730
11731 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11732 cygmon
11733
11734 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11735
11736 * configure.in: Add cygmon and libstub support for mn10200.
11737
11738 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11739
11740 * configure (gcc_version): Add new variable describing the
11741 particular gcc version we're building.
11742 * Makefile.in (libsubdir): Add new macro for the directory
11743 in which the compiler finds executables, libraries, etc.
11744 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11745 and libsubdir.
11746
11747 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11748
11749 * Makefile.in (local-clean): Remove *.log.
11750 (warning.log): Built with warn_summary from build.log.
11751 (mail-report.log): Run test_summary.
11752 (mail-report-with-warnings.log): Run test_summary including
11753 warning.log in the report.
11754
11755 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11756
11757 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11758
11759 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11760
11761 * Makefile.in (grep): Grep no longer depends on libiberty.
11762
11763 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11764
11765 * Makefile.in: all-snavigator needs all-libgui.
11766
11767 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11768
11769 * configure.in: Add cygmon and libstub support for mn10300.
11770
11771 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11772
11773 * missing: Update to version from automake 1.3.
11774
11775 * ltmain.sh: On installation, don't get confused if the same name
11776 appears more than once in the list of library names.
11777
11778 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11779
11780 * config.sub: Accept m68060 and m5200 as CPU names.
11781
11782 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11783
11784 * configure: Use && rather than using -a in test, because odd
11785 strings can confuse test.
11786 * configure.in: Likewise.
11787
11788 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11789
11790 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11791
11792 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11793
11794 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11795 bootstrap4-lean): New targets.
11796
11797 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11798
11799 * mpw-* Delete. Not used.
11800
11801 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11802
11803 * COPYING.LIB: Update FSF address.
11804
11805 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11806
11807 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11808
11809 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11810 GAS_SUPPORT_DIRS.
11811
11812 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11813
11814 * ltconfig, ltmain.sh: Avoid producing a version number if
11815 -version-info was not used.
11816
11817 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11818
11819 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11820 building with newlib.
11821
11822 1998-04-30 Paul Eggert <eggert@twinsun.com>
11823
11824 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11825 Solaris `make' causes it to continue to next definition.
11826
11827 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11828
11829 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11830 the right GUI libraries and files are installed along with GDB.
11831
11832 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11833
11834 * configure.in: Change alpha to alpha* in several places.
11835
11836 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11837
11838 * config.sub: Recognize sparc86x.
11839
11840 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11841
11842 * configure.in (--enable-target-optspace): Remove debug echo.
11843
11844 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11845
11846 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11847
11848 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11849
11850 * ltconfig: Update cygwin32 support.
11851
11852 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11853 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11854 (GDB_SUPPORT_DIRS): Likewise.
11855
11856 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11857
11858 * configure.in (target_makefile_frag): If --enable-target-optspace,
11859 use -Os to compile target libraries rather than -O2. Default to
11860 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11861 not used.
11862 * configure.in (target_cflags): Ditto for d30v.
11863
11864 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11865
11866 * Makefile.in (all-bfd): Depend on all-intl.
11867 (all-binutils): Likewise.
11868 (all-gas): Likewise.
11869 (all-gprof): Likewise.
11870 (all-ld): Likewise.
11871
11872 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11873
11874 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11875
11876 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11877
11878 * Makefile.in (all-bfd): Depend upon all-libiberty.
11879
11880 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11881
11882 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11883
11884 * Makefile.in: Add libstub.
11885
11886 * configure.in: Ditto. Build libstub for targets that have cygmon
11887 support.
11888
11889 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11890
11891 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11892
11893 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11894
11895 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11896 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11897
11898 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11899
11900 * configure: Define DEFAULT_M4 by searching PATH.
11901 * Makfile.in: Use DEFAULT_M4.
11902
11903 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11904
11905 * ltconfig: Add cygwin32 support.
11906
11907 * Makefile.in, configure.in: Add libtool as a native only directory
11908 to configure and build.
11909
11910 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11911
11912 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11913
11914 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11915
11916 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11917
11918 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11919
11920 * Makefile.in: add ash make rules
11921 * configure.in: add ash to native_only and host_tools lists
11922
11923 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11924
11925 * Makefile.in (all-gettext, all-intl): New targets.
11926 (ALL_MODULES): Added all-gettext, all-intl.
11927 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11928 (INSTALL_MODULES): Added install-gettext, install-intl.
11929 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11930
11931 * configure.in (host_tools): Added gettext.
11932 (native_only): Likewise.
11933 (noconfigdirs) [various cases]: Likewise.
11934 (host_libs): Added intl.
11935
11936 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11937
11938 * configure: Do not disable building gdbtk for cygwin32 hosts.
11939
11940 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11941
11942 * configure.in: Add thumb-coff target.
11943 * config.sub: Add thumb-coff target.
11944
11945 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11946
11947 * Makefile.in: Revert yesterday's change.
11948 (all-target-winsup): all-target-librx stays out of here.
11949
11950 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11951
11952 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11953 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11954 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11955 Remove references to librx and libg++.
11956
11957 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11958
11959 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11960 recursive makes
11961
11962 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11963
11964 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11965 for newlib directory.
11966 (CXX_FOR_TARGET): Likewise.
11967
11968 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11969
11970 * ltconfig: Update after libtool/ltconfig.in change for
11971 hpux11.
11972
11973 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11974
11975 * ltconfig, ltmain.sh: Update to libtool 1.2.
11976
11977 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11978
11979 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11980 (install-gcc-cross): Instead, override LANGUAGES here.
11981
11982 1998-03-18 Dave Love <d.love@dl.ac.uk>
11983
11984 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11985 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11986
11987 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11988
11989 * configure.in: Add Thumb-pe target.
11990
11991 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11992
11993 * Makefile.in - changed sn targets to snavigator
11994 * configure.in - changed sn targets to snavigator
11995
11996 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11997
11998 * config-ml.in: After building symlink tree call make distclean
11999 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12000 to be the case for libiberty.
12001
12002 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12003
12004 * configure: When making link, also check the current
12005 directory. The configure scripts may create one.
12006
12007 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12008
12009 * config.sub: Accept alphapca56 and alphaev6 properly.
12010
12011 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12012
12013 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12014
12015 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12016
12017 * config.sub (sco5): Fix typo.
12018
12019 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12020
12021 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12022 install-itcl.
12023 (install-itcl): Remove dependency on install-tcl.
12024
12025 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12026
12027 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12028
12029 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12030
12031 * configure.in: Don't build libgui for a cygwin32 target when not on
12032 a cygwin32 host.
12033
12034 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12035
12036 * configure (redirect): Set to null, so default behavior of
12037 configure is now --verbose.
12038
12039 1998-02-16 Dave Love <d.love@dl.ac.uk>
12040
12041 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12042 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12043
12044 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12045
12046 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12047 this change to sync Makefile.in with its ChangeLog entries.
12048
12049 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12050
12051 * ltmain.sh (mkdir): Check that the directory doesn't exist
12052 before we exit with error, so that we don't get races during
12053 parallel builds.
12054
12055 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12056
12057 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12058
12059 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12060
12061 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12062 PICFLAG_FOR_TARGET.
12063 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12064
12065 * configure: Emit a definition for the new macro enable_shared
12066 into each Makefile.
12067
12068 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12069
12070 * configure.in (host_tools, native_only): Add libtool.
12071
12072 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12073
12074 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12075 Fix typo in ming config comment.
12076
12077 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12078
12079 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12080
12081 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12082
12083 * config.sub: Add tic30 cases, and map c30 to tic30.
12084
12085 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12086
12087 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12088 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12089 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12090 (CLEAN_TARGET_MODULES): Similarly
12091 (all-target-libf2c): Add dependences.
12092 * configure.in (target_libs): Add libf2c.
12093
12094 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12095
12096 * configure.in: Remove expect from noconfigdirs when target
12097 is cygwin32. OK to build expect and dejagnu with Canadian
12098 Cross.
12099
12100 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12101
12102 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12103 host.
12104
12105 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12106 and mingw32.
12107
12108 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12109
12110 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12111 here as it is not defined in the toplevel Makefile.
12112
12113 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12114
12115 * configure (package_makefile_rules_frag): New variable, which names
12116 a file with generic rules, ...
12117 Change comment to mention we now have FIVE parts.
12118 * configure: Undo last change.
12119
12120 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12121
12122 * config.guess: More accurate determination of HP processor types.
12123 * config.sub: More accurate determination of HP processor types.
12124
12125 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12126
12127 * configure (package_makefile_frag): Move inserting the
12128 ${package_makefile_frag} to where it should be according
12129 to the comment.
12130
12131 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12132
12133 * config.guess: Add support for Linux/ARM.
12134
12135 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12136
12137 * .cvsignore: Remove *-info and *-install since they match
12138 release-info and mpw-install, which we don't want to just ignore.
12139
12140 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12141
12142 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12143
12144 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12145
12146 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12147 local_prefix to sub-make invocations.
12148
12149 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12150
12151 * configure.in: Check makefile fragments in the source
12152 directory.
12153
12154 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12155
12156 * configure.in: Check whether host and target makefile
12157 fragments exist before adding them to *_makefile_frag.
12158
12159 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12160
12161 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12162
12163 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12164
12165 * configure.in: Make sure we only replace RPATH_ENVVAR on
12166 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12167 regexp to sed.
12168
12169 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12170 to sub-makes.
12171
12172 1998-01-13 Lee Iverson (leei@ai.sri.com)
12173
12174 * config-ml.in (multi-do): LDFLAGS must include multilib
12175 designator.
12176
12177 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
12178
12179 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12180
12181 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12182
12183 * config.sub: Add mingw32 support.
12184 * configure.in: Likewise.
12185
12186 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12187
12188 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12189
12190 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12191
12192 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12193 * configure (gxx_include_dir): Provide a definition for subdirs
12194 which do not use autoconf.
12195
12196 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12197
12198 * config.guess: Sync with egcs. Picks up new alpha support,
12199 BeOS & some additional linux support.
12200
12201 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12202
12203 * config.guess: HP 9000/803 is a PA1.1 machine.
12204
12205 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12206
12207 * configure.in: It's alpha*-...
12208
12209 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12210
12211 * configure.in (host_makefile_frag, target_makefile_frag):
12212 Handle multiple config files.
12213 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12214 alpha-*-*.
12215
12216 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12217
12218 * mkdep: New file.
12219
12220 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12221
12222 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12223
12224 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12225
12226 * Makefile.in: Add libgui directory.
12227 (GDB_TK): Add all-libgui.
12228 * configure.in: Add libgui directory.
12229 * configure: Add all-libgui to GDB_TK.
12230
12231 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12232
12233 * config-ml.in (multidirs): Add m32r to multilib list.
12234
12235 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12236
12237 * Makefile.in (all-target-gperf): Change dependency to
12238 all-target-libstdc++.
12239
12240 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12241
12242 * config.guess: Add BeOS support.
12243
12244 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12245
12246 Source directory cvs renamed to cvssrc:
12247 * configure.in (host_tools): Change cvs to cvssrc.
12248 (native_only): Likewise.
12249 (noconfigdirs) [various cases]: Likewise.
12250 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12251 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12252 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12253 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12254 (all-cvssrc): Rename target from all-cvs.
12255
12256 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12257
12258 * configure (gxx_include_dir): Fix thinko.
12259
12260 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12261
12262 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12263 (install-cross, install-gcc-cross): New targets.
12264
12265 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12266
12267 * configure.in (noconfigdirs): Add support for Thumb target.
12268
12269 * config.sub (maybe_os): Add support for Thumb target.
12270
12271 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12272
12273 * Makefile.in: Add rules for cygmon.
12274
12275 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12276
12277 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12278
12279 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12280 * configure (gxx_include_dir): Provide a definition for subdirs
12281 which do not use autoconf.
12282
12283 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12284
12285 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12286 11/18/97 build
12287
12288 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12289
12290 * From Franz Sirl.
12291 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12292 found on RedHat Linux systems.
12293
12294 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12295
12296 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12297 guesses.
12298
12299 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12300
12301 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12302
12303 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12304
12305 * ltmain.sh: If mkdir fails, check whether the directory was created
12306 anyhow by some other process.
12307
12308 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12309
12310 * configure.in (d30v-*-*): Configure all directories.
12311
12312 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12313
12314 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12315 for the D30V.
12316
12317 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12318
12319 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12320
12321 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12322
12323 * include/libiberty.h: Add extern "C" { so it can be used with C++
12324 progrms.
12325 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12326 programs.
12327
12328 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12329
12330 * configure.in (d30v-*-*): Configure GCC now.
12331
12332 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12333
12334 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12335 is no longer needed.
12336
12337 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12338
12339 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12340
12341 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12342
12343 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12344 targets using "$@" to provide support for similar but not identical
12345 targets without having to duplicate code.
12346
12347 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12348
12349 * makefile.vms: Fix to work with DEC C.
12350
12351 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12352
12353 * config.sub: Add mips-tx39-elf to marketing names.
12354
12355 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12356
12357 * ltmain.sh: Handle symlinks in generated script.
12358
12359 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12360
12361 * configure: Handle autoconf style directory options: --bindir,
12362 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12363 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12364 --sysconfdir.
12365 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12366 (sharedstatedir, localstatedir, oldincludedir): New variables.
12367 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12368 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12369 sbindir, sharedstatedir, and sysconfdir.
12370
12371 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12372
12373 * Makefile.in (bootstrap-lean): New target.
12374
12375 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12376
12377 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12378 sn, and gnuserv from noconfigdirs.
12379
12380 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12381
12382 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12383
12384 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12385
12386 * Makefile.in (cross): New target.
12387
12388 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12389 Jeff Law <law@cygnus.com>
12390
12391 * Makefile.in (bootstrap2, bootstrap3): New targets.
12392 (all-bootstrap): Remove outdated and confusing target.
12393 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12394
12395 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12396
12397 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12398 windows. Consistent with gdb/configure.
12399
12400 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12401
12402 * configure.in: Name Linux target fragment.
12403
12404 * configure: Rewrite so that project Makefile fragment is inserted
12405 first and appears last in the resulting Makefile.
12406
12407 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12408
12409 * Makefile.in (install-itcl): Install tcl first.
12410
12411 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12412
12413 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12414
12415 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12416
12417 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12418
12419 * configure.in (skipdirs): Add target-librx for Linux.
12420 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12421
12422 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12423
12424 * Makefile.in (bootstrap): New target.
12425
12426 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12427
12428 * config.sub: Accept 'amigados' for backward compatibility.
12429
12430 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12431
12432 * config.guess: Merge with FSF.
12433
12434 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12435
12436 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12437
12438 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12439
12440 * config.sub: Add "marketing-names" patch.
12441
12442 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12443
12444 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12445
12446 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12447
12448 * config.sub: Handle v850-elf.
12449
12450 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12451
12452 * .cvsignore (*-install): Remove.
12453
12454 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12455
12456 * ltconfig: Set CONFIG_SHELL in libtool.
12457 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12458
12459 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12460
12461 * configure.in (target_subdir): Set to libraries if enable_multilib.
12462
12463 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12464
12465 * config.guess: Update from gcc directory.
12466
12467 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12468
12469 * Makefile.in (all-sim): Depends on all-readline.
12470
12471 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12472
12473 * Makefile.in (BISON, YACC): Use $$s.
12474 (all-bison): Depend on all-texinfo.
12475
12476 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12477
12478 * Makefile.in (BISON): Add -L flag.
12479 (YACC): Likewise.
12480
12481 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12482
12483 * configure.in (noconfigdirs): Add support for v850e target.
12484
12485 * config.sub (maybe_os): Add support for v850e target.
12486
12487 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12488
12489 * configure.in (noconfigdirs): Add support for v850ea target.
12490
12491 * config.sub (maybe_os): Add support for v850ea target.
12492
12493 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12494
12495 * config.sub: Add mipstx39. Delete r3900.
12496
12497 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12498
12499 * Makefile.in (all-autoconf): Depends on all-texinfo.
12500
12501 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12502
12503 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12504 eabi targets.
12505
12506 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12507
12508 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12509
12510 * configure: When handling a Canadian Cross, handle YACC as well as
12511 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12512 * Makefile.in (all-bison): Depend upon all-texinfo.
12513
12514 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12515
12516 * Makefile.in (BISON): bison, not byacc or bison -y.
12517 (YACC): bison -y or byacc or yacc.
12518 (various): Add *-bison as appropriate.
12519 (taz): No need to mess with BISON anymore.
12520
12521 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12522
12523 * configure: If OSTYPE matches *win32*, try to find a good value for
12524 CONFIG_SHELL.
12525
12526 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12527
12528 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12529 configure.in if it is present.
12530
12531 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12532
12533 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12534
12535 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12536
12537 * config.sub: Recognize `arc' cpu.
12538 * configure.in: Likewise.
12539 * config-ml.in: Likewise.
12540
12541 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12542
12543 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12544
12545 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12546
12547 * configure: Changed sed delimiter from ':' to '|' when
12548 attempting to substitute ${config_shell} for SHELL. On
12549 NT ${config_shell} may contain a ':' in it.
12550
12551 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12552
12553 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12554
12555 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12556
12557 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12558
12559 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12560
12561 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12562
12563 * ylwrap: If the program is a relative path, force it to be
12564 absolute.
12565
12566 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12567
12568 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12569
12570 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12571
12572 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12573 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12574 for libraries.
12575
12576 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12577
12578 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12579 separated by spaces.
12580
12581 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12582
12583 * ylwrap: New file.
12584 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12585
12586 * ltmain.sh: Handle /bin/sh at start of install program.
12587
12588 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12589
12590 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12591 * missing: New file, from automake 1.2.
12592
12593 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12594
12595 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12596 check-tk to CHECK_X11_MODULES.
12597
12598 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12599
12600 * config.sub: Merge with FSF.
12601
12602 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12603
12604 * config.guess: Merge with FSF.
12605
12606 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12607
12608 * configure: Treat msdosdjgpp like go32.
12609 * configure.in: Likewise. Don't remove gprof for go32.
12610
12611 * configure: Change Makefile.tem2 to Makefile.tm2.
12612
12613 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12614
12615 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12616
12617 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12618
12619 * install-sh (chmodcmd): Set to null if the DST directory already
12620 exists. Same as Nov 11th change.
12621
12622 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12623
12624 * configure (GDB_TK): Needs itcl and tix.
12625
12626 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12627
12628 * config.guess: Update from FSF.
12629
12630 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12631
12632 * Makefile.in (GDB_TK): Depend on itcl and tix.
12633
12634 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12635
12636 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12637 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12638 (INSTALL_SCRIPT): New variable.
12639 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12640 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12641 to -x.
12642 * install-sh: Add support for -x option.
12643
12644 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12645
12646 * configure.in, Makefile.in: Treat tix like itcl.
12647
12648 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12649
12650 * Makefile.in (WINDRES): New variable.
12651 (WINDRES_FOR_TARGET): New variable.
12652 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12653 (EXTRA_HOST_FLAGS): Add WINDRES.
12654 (EXTRA_TARGET_FLAGS): Add WINDRES.
12655 (EXTRA_GCC_FLAGS): Add WINDRES.
12656 ($(DO_X)): Pass down WINDRES.
12657 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12658 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12659 DLLTOOL_FOR_TARGET.
12660
12661 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12662
12663 * configure.in: configure sim before gdb for win32-x-ppc
12664
12665 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12666
12667 Move gperf into the toplevel, from libg++.
12668 * configure.in (target_tools): Add target-gperf.
12669 (native_only): Add target-gperf.
12670 * Makefile.in (all-target-gperf): New target, depend on
12671 all-target-libg++.
12672 (configure-target-gperf): Empty rule.
12673 (ALL_TARGET_MODULES): Add all-target-gperf.
12674 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12675 (CHECK_TARGET_MODULES): Add check-target-gperf.
12676 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12677 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12678
12679 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12680
12681 * config.sub (mn10200): Recognize new basic machine.
12682
12683 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12684
12685 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12686 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12687
12688 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12689
12690 * configure.in: If we're building mips-sgi-irix6* native, turn on
12691 ENABLE_MULTILIB and set TARGET_SUBDIR.
12692
12693 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12694
12695 * Makefile.in (all-sn): Depend on all-grep.
12696
12697 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12698
12699 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12700
12701 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12702 Makefile. From Jeff Makey <jeff@cts.com>.
12703 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12704
12705 * Makefile.in (DISTBISONFILES): Remove.
12706 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12707 $(DEFAULT_YACC).
12708
12709 * configure.in: Build itl, db, sn, etc., when building for native
12710 cygwin32.
12711
12712 * Makefile.in (LD): New variable.
12713 (EXTRA_HOST_FLAGS): Pass down LD.
12714 ($(DO_X)): Likewise.
12715
12716 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12717
12718 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12719
12720 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12721
12722 * configure.in (targargs): Strip out any supplied --build argument
12723 before adding our own. Always add --build.
12724
12725 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12726
12727 * configure.in (targargs): Pass --build if we're doing
12728 a cross-compile.
12729
12730 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12731
12732 * configure: Use '|' instead of ":" as the separator in
12733 sed. Otherwise sed chokes on NT path names with drive
12734 designators. Also look for "?:*" as the leading characters in an
12735 absolute pathname.
12736
12737 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12738
12739 * config.sub: Support for r3900.
12740
12741 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12742
12743 * configure.in: Use install-sh, not install.sh.
12744
12745 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12746
12747 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12748 apply it twice.
12749
12750 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12751
12752 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12753 install-binutils.
12754
12755 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12756
12757 * Makefile.in: Add automake targets.
12758 * configure.in (host_tools): Add automake.
12759
12760 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12761
12762 * configure: Default CXX to c++, not gcc.
12763 * Makefile.in (CXX): Set to c++, not gcc.
12764 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12765
12766 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12767
12768 * install-sh: try appending a .exe if source file doesn't
12769 exist
12770
12771 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12772
12773 * configure.in: Turn on multilib by default.
12774 (cross_only): Remove target-libiberty.
12775
12776 * Makefile.in (all-gcc): Don't depend on libiberty.
12777
12778 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12779
12780 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12781
12782 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12783
12784 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12785 (DISTBISONFILES): Add ld/Makefile.in
12786
12787 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12788
12789 * configure.in: if target is cygwin32 but host isn't cygwin32,
12790 don't configure gdb tcl tk expect, not just gdb.
12791
12792 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12793
12794 * configure.in: Added gnuserv everywhere sn appears.
12795
12796 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12797 (CROSS_CHECK_MODULES): Added check-gnuserv.
12798 (INSTALL_MODULES): Added install-gnuserv.
12799 (CLEAN_MODULES): Added clean-gnuserv.
12800 (all-gnuserv): New target.
12801
12802 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12803
12804 * config.guess: Fixes for MIPS OpenBSD systems.
12805
12806 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12807
12808 * Makefile.in (INSTALL_XFORM): Remove.
12809 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12810
12811 * mkinstalldirs: New file, copied from automake.
12812 * Makefile.in (installdirs): Rename from install-dirs. Use
12813 mkinstalldirs. Change all users.
12814 (DEVO_SUPPORT): Add mkinstalldirs.
12815
12816 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12817
12818 * install-sh: Rename from install.sh.
12819 * Makefile.in (INSTALL): Change install.sh to install-sh.
12820 (DEVO_SUPPORT): Likewise.
12821
12822 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12823 Graichen <graichen@rzpd.de>.
12824
12825 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12826
12827 * config.guess: Recognize OpenBSD systems correctly.
12828
12829 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12830
12831 * README, Makefile.in (ETC_SUPPORT): Remove references to
12832 cfg-paper*, configure.{texi,man,info*}._
12833
12834 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12835
12836 * Makefile.in (all.normal): Ensure that gcc is built after all
12837 the x11 - ie gdb - targets.
12838
12839 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12840
12841 * makefile.vms: Don't run conf-a-gas.
12842
12843 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12844
12845 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12846
12847 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12848
12849 * configure.in: Remove noconfigdirs case since gdb also
12850 configures and builds for tic80-coff.
12851
12852 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12853
12854 * configure: Set cache_file to config.cache.
12855 * Makefile.in (local-distclean): Remove config.cache.
12856
12857 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12858
12859 * COPYING: Update FSF address.
12860
12861 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12862
12863 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12864 noconfigdirs.
12865
12866 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12867
12868 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12869 MAKEDIRS, is empty.
12870
12871 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12872
12873 * config.sub: Tweak mn10300 entry.
12874
12875 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12876
12877 * configure.in (host_tools): Put sim before gdb, so gdb's
12878 configure.tgt can determine if the simulator was configured.
12879
12880 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12881
12882 * config.sub: Move BeOS $os case to be with other Cygnus
12883 local cases.
12884
12885 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12886
12887 * config.sub: Remove misplaced comment that broke Linux.
12888
12889 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12890
12891 * config.sub: Add BeOS support.
12892
12893 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12894
12895 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12896
12897 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12898
12899 * configure.in (noconfigdirs): Remove tcl and tk from
12900 noconfigdirs for cygwin32 builds.
12901
12902 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12903
12904 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12905
12906 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12907
12908 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12909 make-all.com, use makefile.vms instead.
12910
12911 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12912
12913 * config.sub: Accept -lnews*.
12914
12915 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12916
12917 * configure.in (noconfigdirs): Disable target-newlib,
12918 target-examples and target-libiberty for d30v.
12919
12920 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12921
12922 * configure.in (noconfigdirs): Enable ld for d30v.
12923
12924 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12925
12926 * configure.in (tic80-*-*): Build compiler.
12927
12928 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12929
12930 * configure.in (d30v-*): Remove sim directory from list of
12931 unsupported d30v directories
12932
12933 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12934
12935 * config.sub, configure.in: Add d30v target cpu.
12936
12937 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12938
12939 * makefile.vms: New file.
12940 * make-all.com: Remove.
12941
12942 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12943
12944 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12945
12946 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12947
12948 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12949
12950 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12951
12952 * Makefile.in (ALL_MODULES): Added all-db.
12953 (CROSS_CHECK_MODULES): Addec check-db.
12954 (INSTALL_MODULES): Added install-db.
12955 (CLEAN_MODULES): Added clean-db.
12956
12957 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12958
12959 * config.guess: Merge with latest FSF sources.
12960
12961 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12962
12963 * Makefile.in (ALL_MODULES): Added all-itcl.
12964 (CROSS_CHECK_MODULES): Added check-itcl.
12965 (INSTALL_MODULES): Added install-itcl.
12966 (CLEAN_MODULES): Added clean-itcl.
12967
12968 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12969
12970 * configure.in: build gdb for mn10200
12971
12972 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12973
12974 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12975
12976 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12977
12978 * configure.in (tic80-*-*): Turn off most targets right now.
12979
12980 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12981
12982 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12983 rather than the makeinfo program.
12984 (do-info): Depend upon all-texinfo.
12985
12986 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12987
12988 * configure.in: Remove uses of config/mh-linux.
12989
12990 * config.sub, config.guess: Merge with latest FSF sources.
12991
12992 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12993
12994 * config.sub (case $basic_machine): Add tic80 entries.
12995
12996 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12997
12998 * config.sub, config.guess: Merge with latest FSF sources.
12999
13000 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13001
13002 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13003 * mpw-config.in: Test for NewFolderRecursive.
13004 * mpw-install: Use symbolic name for startup filename.
13005 * mpw-README: Add various additional details.
13006
13007 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13008
13009 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13010
13011 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13012
13013 * configure.in: Do build gcc and the target libraries for
13014 the mn10200.
13015
13016 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13017
13018 * configure.in: don't avoid building gdb for mn10300 any more
13019 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13020 instead of single-quoting it.
13021
13022 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13023
13024 * configure.in: Don't use --with-stabs on IRIX 6.
13025
13026 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13027
13028 * configure.in (m32r): Build gdb, libg++ now.
13029
13030 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13031
13032 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13033 directories from noconfigdirs.
13034
13035 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13036
13037 * config.sub (basic_machine): added mips16 configuration
13038
13039 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13040
13041 * config.sub: Handle d10v-unknown.
13042
13043 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13044
13045 * config.sub: Handle v850-unknown.
13046
13047 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13048
13049 * Makefile.in: add findutils
13050 * configure.in: add findutils to list of host_tools
13051
13052 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13053
13054 * config.sub: Handle mn10200 and mn10300.
13055
13056 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13057
13058 * configure.in (d10v-*): Do not build librx.
13059
13060 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13061
13062 * configure.in (mn10300): Build everything except gdb & libgloss.
13063
13064 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13065
13066 * config.guess: Patch for Dansk Data Elektronik servers,
13067 from Niels Skou Olsen <nso@dde.dk>.
13068
13069 For ncr, use /bin/uname rather than uname, since GNU uname does not
13070 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13071
13072 Patch for MIPS R4000 running System V,
13073 from Eric S. Raymond <esr@snark.thyrsus.com>.
13074
13075 Fix thinko for nextstep.
13076
13077 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13078
13079 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13080 * config.guess: Guess mips-dec-mach_bsd4.3.
13081
13082 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13083 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13084 release numbers.
13085 * config.guess (mips-mips-riscos*): Emit just enough of the
13086 release number.
13087
13088 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13089 * config.guess (sparc-auspex-sunos*): Added.
13090 (f300-fujitsu-*): Added.
13091
13092 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13093 * config.guess: Recognize a Tadpole as a sparc.
13094
13095 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13096
13097 * config.guess: Don't assume that NextStep version is either 2 or
13098 3. NextStep 4 (aka OpenStep 4) has come out now.
13099
13100 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13101
13102 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13103 From Rik Faith <faith@cs.unc.edu>.
13104
13105 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13106
13107 * config.sub: Contributions from bug-gnu-utils to:
13108 Support plain "hppa" (no version given) architecture, reported by
13109 OpenStep.
13110 OpenBSD like NetBSD.
13111 LynxOs is not a hardware supplier.
13112
13113 * config.guess: Contributions from bug-gnu-utils to add support for:
13114 OpenBSD like NetBSD.
13115 Stratus systems.
13116 More Pyramid systems.
13117 i[n>4]86 Intel chips.
13118 M680[n>4]0 Motorola chips.
13119 Use unknown instead of lynx for hardware manufacturer.
13120
13121 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13122
13123 * install.sh (chmodcmd): Set to null if the DST directory already
13124 exists.
13125
13126 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13127
13128 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13129 not use mt-ppc target Makefile fragment any more.
13130
13131 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13132
13133 * configure.in (*-*-windows): Exclude everything but those dirs
13134 needed to build windows.
13135
13136 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13137
13138 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13139
13140 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13141
13142 * configure.in: Exclude mmalloc from i386-windows.
13143
13144 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13145
13146 * Undo my previous change.
13147
13148 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13149
13150 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13151 unconditionally.
13152 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13153
13154 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13155
13156 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13157 host to add it's own flags.
13158
13159 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13160
13161 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13162
13163 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13164
13165 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13166 (CXX_FOR_TARGET): Likewise.
13167 (GCC_FOR_TARGET): Define.
13168 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13169 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13170 CC_FOR_TARGET was specified on the command line.
13171 (MAKEOVERRIDES): Don't define.
13172
13173 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13174
13175 * configure.in (m32r): Fix spelling of libg++ libs.
13176
13177 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13178
13179 * config.sub (-apple*): Remove, now redundant.
13180
13181 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13182
13183 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13184
13185 * configure: Rework yesterday's sed script patch.
13186
13187 * config.sub: Merge with FSF.
13188
13189 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13190
13191 * config.guess: Merge from FSF.
13192
13193 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13194 * config.guess: Use pc instead of unknown, for pc clone systems.
13195 Change linux to linux-gnu.
13196
13197 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13198 * config.guess: Avoid non-portable tr syntax.
13199
13200 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13201
13202 * test-build.mk (HOLES): Add "xargs" for gdb.
13203
13204 * configure: Avoid hpux10.20 sed bug.
13205
13206 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13207
13208 * configure.in: Add support for windows host
13209 (that is a build done under the Microsoft build environment).
13210
13211 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13212
13213 * Makefile.in: Replace all uses of srcroot with s, to shrink
13214 command line lengths.
13215
13216 Patches from Geoffrey Noer <noer@cygnus.com>:
13217 * configure.in: If configuring for newlib, pass --with-newlib to
13218 subdirectories.
13219 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13220 -Bnewlib/ and -Lwinsup to gcc.
13221 (CXX_FOR_TARGET): Likewise.
13222
13223 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13224
13225 * Makefile.in (ETC_SUPPORT): Add configure.
13226
13227 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13228
13229 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13230 host configuration file.
13231
13232 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13233
13234 * configure.in: Break mn10x00 support into separate
13235 mn10200 and mn10300 configurations.
13236 * config.sub: Likewise.
13237
13238 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13239
13240 * configure.in: Add lots of stuff to noconfigdirs for
13241 the mn10x00 targets.
13242
13243 * config.sub, configure.in: Add mn10x00 support.
13244
13245 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13246
13247 * make-all.com: Call conf-a-gas, not config-a-gas.
13248
13249 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13250
13251 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13252 targets.
13253
13254 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13255
13256 * mpw-README: Add much more detail for native PowerMac.
13257 * mpw-install: New file.
13258 * mpw-configure: Add --norecursion and --help options.
13259 * mpw-config.in: Translate readme and install files when
13260 copying to objdir.
13261 * mpw-build.in: Don't always depend on byacc and flex.
13262 (install-only-top): New action.
13263
13264 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13265
13266 * configure.in: You can now configure GDB for the v850.
13267
13268 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13269
13270 * configure.in (noconfigdirs): Don't configure any C++ dirs
13271 if targeting D10V.
13272
13273 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13274
13275 * config.sub: Recognize mips64vr5000.
13276
13277 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13278
13279 * configure.in: Use a single line for host_tools and native_only.
13280
13281 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13282
13283 * config.sub, configure.in: Add entries for m32r.
13284
13285 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13286
13287 * Makefile.in (inet-install): Don't run install-gzip.
13288
13289 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13290
13291 * configure.in: Don't config lots of things for *-*-windows*.
13292
13293 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13294
13295 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13296 (host_libs, host_tools): Copy from configure.in.
13297 * mpw-configure: Don't complain about directories not found.
13298
13299 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13300
13301 * configure.in (i[345]86): Recognize i686 for pentium pro.
13302 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13303 file.
13304
13305 * config.guess (i[345]86): Ditto.
13306
13307 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13308
13309 * configure.in (noconfigdirs): Removed gdb for D10V.
13310
13311 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13312
13313 * configure.in: Remove ld, target-libio, target-libg++, and
13314 target-libstdc++ from noconfigdirs.
13315
13316 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13317
13318 * configure: Fix three locations where shell scripts were
13319 being run directly rather than with config_shell.
13320
13321 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13322
13323 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13324 * config.sub (basic_machine): Recognize v850.
13325
13326 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13327
13328 * mpw-configure: Handle multiple enable/disable options and
13329 pass them down recursively, handle -c and -s flags appropriately
13330 depending on choice of compiler, add escape mechanism for
13331 quoted arguments to gC.
13332
13333 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13334
13335 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13336 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13337 so that -mrelocatable-lib and -mno-eabi are used.
13338
13339 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13340 not support --print-multi-lib, don't abort.
13341
13342 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13343
13344 * make-all.com: Run config-a-gas.
13345 * setup.com: Don't copy subdirectory files around.
13346
13347 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13348
13349 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13350 target, it now compiles correctly.
13351
13352 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13353
13354 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13355
13356 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13357
13358 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13359
13360 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13361
13362 * configure.in (native_only): Add prms.
13363
13364 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13365
13366 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13367 (BINUTILS_SUPPORT_DIRS): Likewise.
13368
13369 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13370
13371 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13372 d10v support is added.
13373
13374 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13375
13376 * configure.in (d10v-*-*): New target.
13377
13378 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13379
13380 * config.guess (HP 9000/811): Recognize this as a PA1.1
13381 machine.
13382
13383 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13384
13385 * Makefile.in (do-tar-gz): New target, split out from tail end of
13386 taz target. Run each command separately, don't use pipes.
13387 (taz): Use it.
13388
13389 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13390
13391 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13392 * mpw-build.in: No builds should depend on building byacc or flex,
13393 they are assumed to be installed already.
13394
13395 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13396
13397 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13398 variable that CC_FOR_TARGET needs.
13399
13400 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13401
13402 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13403 options have changed since the last time the subdirectory was
13404 configured, and if it has, reconfigure.
13405 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13406 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13407
13408 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13409
13410 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13411 CLEAN_MODULES): Add bash.
13412 (all-bash): New target.
13413
13414 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13415
13416 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13417
13418 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13419
13420 * config.sub (basic_machine): Recognize d10v as a valid processor.
13421
13422 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13423
13424 * mpw-configure: Add support for --bindir.
13425 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13426
13427 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13428
13429 * configure.in: add bash, time, gawk to list of hosttools and things
13430 to only build for native toolchains
13431
13432 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13433
13434 * Makefile.in (docdir): Remove.
13435
13436 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13437
13438 * Makefile.in (datadir): Set to $(prefix)/share.
13439
13440 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13441
13442 * configure.in: build diff and patch for cygwin32-hosted
13443 toolchains.
13444
13445 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13446
13447 * config.sub: Accept -rtems*.
13448
13449 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13450
13451 * configure.in: enable dosrel for cygwin32-hosted builds,
13452 remove diff from the list of things not buildable
13453 via Canadian Cross
13454
13455 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13456
13457 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13458 don't get ". ".
13459
13460 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13461
13462 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13463
13464 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13465
13466 * Makefile.in (taz): Handle case where tex3patch didn't even get
13467 checked out. Also, if it was found, put the symlink in a new util
13468 subdirectory.
13469
13470 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13471
13472 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13473
13474 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13475
13476 * config.sub: Recognize -openvms.
13477 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13478 * make-all.com, setup.com: New files.
13479
13480 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13481
13482 * Makefile.in (taz): tex3patch moved to texinfo/util.
13483
13484 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13485
13486 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13487 * configure.in: remove make from disable-if-Can-Cross list
13488 enable gdb if ${host} and ${target} are cygwin32
13489
13490 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13491
13492 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13493 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13494
13495 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13496
13497 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13498 distinguish sysv/svr4/bsd variants.
13499 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13500
13501 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13502
13503 * configure.in: Added copyright notice.
13504 * move-if-change: Added copyright notice.
13505
13506 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13507
13508 * configure.in (powerpcle-*-solaris*): Until we get shared
13509 libraries working, don't build gdb, sim, make, tcl, tk, or
13510 expect.
13511
13512 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13513
13514 * config.guess: Merge with FSF:
13515
13516 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13517 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13518
13519 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13520 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13521
13522 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13523 * config.guess: Combine two OSF1 rules.
13524 Also recognize field test versions. From mjr@zk3.dec.com.
13525 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13526 because GNU uname does not support -p. From pmr@pajato.com.
13527
13528 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13529
13530 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13531
13532 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13533
13534 * mpw-README: Document GCCIncludes.
13535
13536 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13537
13538 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13539
13540 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13541
13542 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13543
13544 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13545
13546 * configure.in (*-*-cygwin32): Configure make.
13547
13548 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13549
13550 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13551
13552 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13553
13554 * Makefile.in (all-inet): Depend on all-perl.
13555
13556 * Makefile.in (inet-install): New target.
13557
13558 * Makefile.in (all-inet): Depend on all-tcl.
13559 (all-inet): Depend on all-send-pr.
13560
13561 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13562
13563 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13564 temporarily.
13565
13566 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13567
13568 * configure.in: Don't configure --with-gnu-ld on AIX.
13569
13570 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13571
13572 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13573
13574 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13575
13576 * Makefile.in (ALL_MODULES): Added all-inet.
13577 (CROSS_CHECK_MODULES): Added check-inet.
13578 (INSTALL_MODULES): Added install-inet.
13579 (CLEAN_MODULES): Added clean-inet.
13580 (all-indent): New target.
13581
13582 * configure.in (host_tools): Added inet.
13583 (native_only): Added inet.
13584 (noconfigdirs): Added inet.
13585
13586 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13587
13588 * configure.in: Don't configure libgloss if we are not configuring
13589 newlib.
13590
13591 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13592
13593 * configure.in: Don't configure libgloss for unsupported
13594 architectures.
13595
13596 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13597
13598 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13599
13600 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13601
13602 * Makefile.in (ALL_MODULES): Include all-apache.
13603 (CROSS_CHECK_MODULES): Include check-apache.
13604 (INSTALL_MODULES): Include install-apache.
13605 (all-apache): New target.
13606
13607 * configure.in: Added apache everywhere perl is seen.
13608
13609 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13610
13611 * Makefile.in: Add support for clean-{module} and
13612 clean-target-{module} rules.
13613
13614 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13615
13616 * configure.in (*-*-ose) do not build libgloss.
13617
13618 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13619
13620 * config.guess (prep*:SunOS:5.*:*): Turn into
13621 powerpele-unknown-solaris2.
13622
13623 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13624
13625 * configure.in: Permit --enable-shared to specify a list of
13626 directories.
13627
13628 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13629
13630 * configure.in (host==solaris): Pass only the first word of $CC
13631 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13632
13633 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13634
13635 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13636
13637 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13638
13639 * Makefile.in (ALL_MODULES): Include all-perl.
13640 (CROSS_CHECK_MODULES): Include check-perl.
13641 (INSTALL_MODULES): Include install-perl.
13642 (ALL_X11_MODULES): Include all-guile.
13643 (CHECK_X11_MODULES): Include check-guile.
13644 (INSTALL_X11_MODULES): Include install-guile.
13645 (all-perl): New target.
13646 (all-guile): New target.
13647
13648 * configure.in (host_tools): Include perl and guile.
13649 (native_only): Include perl and guile.
13650 (noconfigdirs): Don't build guile and perl; no ports have been
13651 done.
13652
13653 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13654
13655 * configure (--enable-*): Handle quoted option lists such as
13656 --enable-sim-cflags='-g0 -O' better.
13657
13658 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13659
13660 * Makefile.in ({,inst}all-target): New rule so we can make and
13661 install all of the target directories easily.
13662
13663 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13664
13665 * configure.in: Add missing global flag in sed substitution when
13666 deleting `target-' from ${configdirs}.
13667
13668 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13669
13670 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13671 option.
13672
13673 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13674 config/mh-necv4.
13675
13676 * install.sh: Correct misspelling of transformbasename.
13677
13678 * config.guess: Recognize mips-*-sysv*.
13679
13680 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13681
13682 * config.sub: Recognize mon960.
13683
13684 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13685
13686 * configure: Restore Canadian Cross handling of BISON and LEX,
13687 removed in Feb 20 change.
13688
13689 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13690
13691 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13692 Mention make install. Remove the old copyright date as well the
13693 clumsy and rather pointless copyright on the README file.
13694
13695 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13696
13697 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13698 Makefile after running symlink-tree, then run `make distclean' to
13699 avoid clobbering any generated files in srcdir.
13700
13701 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13702
13703 * configure.in (m68k-*-netbsd*): Build everything now.
13704
13705 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13706
13707 * Makefile.in (taz): Fix quoting.
13708
13709 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13710
13711 * configure.in (sparclet-*-*): Build everything now.
13712
13713 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13714
13715 * configure.in (m68k-*-linux*): New host.
13716
13717 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13718
13719 * configure: Check for bison before byacc.
13720
13721 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13722
13723 * Makefile.in configure: Change the way LEX and BISON/YACC are
13724 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13725 searching PATH. These are used as fallbacks by Makefile.in if
13726 flex/bison/byacc aren't in objdir.
13727
13728 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13729
13730 * Makefile.in: Make everything which depends upon all-bfd also
13731 depend upon all-opcodes, in case --with-commonbfdlib is used.
13732
13733 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13734
13735 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13736 building NT native compilers on Unix.
13737
13738 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13739
13740 * configure.in: Don't get CC from the host Makefile fragment if we
13741 can find gcc in PATH, or if this is a Canadian Cross. Move the
13742 Solaris test for /usr/ucb/cc to the post target script, just after
13743 the compiler sanity test.
13744
13745 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13746
13747 * config.sub: Merge with FSF.
13748
13749 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13750
13751 * Makefile.in (RPATH_ENVVAR): New variable.
13752 (REALLY_SET_LIB_PATH): Use it.
13753 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13754
13755 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13756
13757 * config.sub, configure.in: Recognize sparclet cpu.
13758
13759 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13760
13761 * config.guess: Support m68k-cbm-sysv4.
13762
13763 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13764
13765 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13766 m68k-unknown-linuxaout from linker help string. Put quotes around
13767 $ld_help_string.
13768
13769 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13770
13771 * config.guess (powerpc-harris-powerunix): Add guess for port
13772 to new target.
13773
13774 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13775
13776 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13777
13778 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13779
13780 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13781 $(REALLY_SET_LIB_PATH) in Makefile.
13782 * Makefile.in (SET_LIB_PATH): New variable.
13783 (REALLY_SET_LIB_PATH): New variable.
13784 ($(DO_X)): Use $(SET_LIB_PATH).
13785 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13786 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13787 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13788 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13789 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13790 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13791 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13792 (install-dosrel): Likewise.
13793 (all-opcodes): Depend upon all-libiberty.
13794
13795 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13796
13797 * config.guess (*:CYGWIN*): New
13798
13799 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13800
13801 * Makefile.in (all-target-winsup): All all-target-libiberty.
13802
13803 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13804
13805 * configure.in (noconfigdirs): Add missing # in front of comment.
13806
13807 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13808
13809 * configure.in: add second pass to things added to noconfigdirs
13810 so *-gm-magic can exclude libgloss properly.
13811
13812 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13813
13814 * mpw-configure (extralibs_name, rez_name): Set correctly
13815 for MWC68K compiler.
13816
13817 * mpw-README: Add more info on the necessary build tools.
13818
13819 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13820
13821 * configure.in, config.sub: Recognize cygwin32.
13822
13823 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13824
13825 * config.guess, config.sub: Recognize A/UX.
13826
13827 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13828
13829 * config.sub: Merge with gcc/config.sub.
13830
13831 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13832
13833 * mpw-build.in (do-binutils): Add build of stamps.
13834
13835 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13836
13837 * config.sub: Add recognition for mips64vr4100*-* targets.
13838
13839 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13840
13841 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13842 Add creation of gconfigargs with `--enable-shared' turned on.
13843 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13844 ($(host)-stamp-stage3-configured): Likewise.
13845 (HOLES): Add chatr and ldd.
13846 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13847
13848 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13849
13850 * configure: Pass --nfp to recursive configures.
13851
13852 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13853
13854 * Makefile.in (DLLTOOL): New.
13855 (DLLTOOL_FOR_TARGET): New.
13856 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13857 (EXTRA_TARGET_FLAGS): Ditto.
13858 (EXTRA_GCC_FLAGS): Ditto.
13859 (CONFIGURE_TARGET_MODULES): Ditto.
13860 (DO_X): Ditto.
13861 * configure: Add DLLTOOL.
13862
13863 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13864
13865 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13866 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13867 mh-sco, since old workarounds no longer needed, and don't
13868 build ld, since libraries have weak symbols in COFF.
13869
13870 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13871
13872 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13873
13874 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13875
13876 * configure.in: Make sure that ${CC} can be used to compile an
13877 executable.
13878
13879 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13880
13881 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13882 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13883 nothing depending on whether gdbtk is being built.
13884
13885 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13886
13887 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13888
13889 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13890
13891 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13892 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13893
13894 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13895
13896 * config-ml.in: Add support for
13897 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13898 Simplify setting of multidirs from --disable-foo.
13899
13900 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13901
13902 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13903 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13904 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13905 non-empty, pass them on to the GCC make.
13906 (all-bootstrap): New rule that is like all-gcc, except it executes
13907 the GCC bootstrap rule instead of the GCC all rule.
13908
13909 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13910
13911 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13912
13913 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13914
13915 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13916 DG/UX support.
13917
13918 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13919
13920 * config.sub (i*86*) Change [345] to [3456]
13921
13922 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13923
13924 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13925 --with-gnu-ld=no.
13926
13927 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13928
13929 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13930 AIX multilibs get built.
13931
13932 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13933
13934 * configure.in (i386-win32): Don't build expect if we're not
13935 building the tcl subdir.
13936
13937 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13938
13939 * Makefile.in: (configure-target-examples, all-target-examples):
13940 New targets, configure and build example programs.
13941
13942 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13943
13944 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13945 use it as input to sedit the generated MPW makefile.
13946 * mpw-README: Add a suggestion about Gestalt.h.
13947
13948 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13949
13950 * config.sub: Accept *-*-ieee*.
13951
13952 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13953
13954 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13955 Ronald F. Guilmette <rfg@monkeys.com>.
13956
13957 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13958
13959 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13960 for powerpc-pe native.
13961 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13962 (target==powerpc-pe): duplicate i386-win32 entry.
13963
13964 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13965
13966 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13967 of vxworks, not just vxworks5.1.
13968
13969 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13970
13971 * mpw-configure: Add support for exec-prefix.
13972
13973 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13974
13975 * config.guess: Recognize HP model 816 machines as having
13976 a PA1.1 processor.
13977
13978 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13979
13980 * configure: Ignore new autoconf configure options.
13981
13982 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13983
13984 * config.guess: Recognize Pentium under SCO.
13985 From Robert Lipe <robertl@arnet.com>.
13986
13987 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13988
13989 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13990
13991 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13992
13993 * configure.in: Don't configure gas for alpha-dec-osf*.
13994
13995 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13996
13997 * configure.in: Default to --with-stabs for some targets for which
13998 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13999 i[345]86*-*-unixware*.
14000
14001 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14002
14003 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14004 rather than basing it on the target. Simplify handling of options
14005 controlling which directories to configure. Remove extraneous
14006 slash in multi-clean target.
14007
14008 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14009
14010 * config-ml.in: Prefix more variables with ml_ so they don't collide
14011 with configure's.
14012
14013 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14014
14015 * configure: Don't turn -v into --v.
14016
14017 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14018
14019 * configure.in (targargs): Fix typo.
14020
14021 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14022
14023 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14024
14025 * configure.in: Strip --host and --target options from
14026 CONFIG_ARGUMENTS, and always configure for --host only. Add
14027 --with-cross-host option when building with a cross-compiler.
14028 * configure: Canonicalize the arguments put into config.status by
14029 always using `=' for an option with an argument. Pass a presumed
14030 --host or --target explicitly.
14031
14032 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14033
14034 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14035 into general OS recognition case.
14036
14037 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14038
14039 * configure.in (target_configdirs): add target-winsup only
14040 for win32 target systems.
14041
14042 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14043
14044 * Makefile.in (all-target-libgloss): Depend upon
14045 configure-target-newlib, since when libgloss is built it looks to
14046 see if the newlib directory exists.
14047
14048 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14049
14050 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14051 cfg-ml-*.in.
14052
14053 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14054
14055 * configure: Handle LD and LD_FOR_TARGET when configuring a
14056 Canadian Cross.
14057
14058 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14059
14060 * configure.in (target_libs): add target-winsup.
14061 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14062 (target==ppcle-pe): remove ld from $noconfigdirs.
14063
14064 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14065
14066 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14067 Preserve relative path names in $srcdir. Build symlink tree if
14068 configuring cross target dir and srcdir=. (= no VPATH support).
14069 (configure-target-libg++): Depend on configure-target-librx.
14070 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14071 * config-ml.in: New file.
14072 * symlink-tree: New file.
14073 * configure: Ensure srcdir="." if that's what it is.
14074
14075 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14076
14077 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14078 includes and FLEX_SKELETON setting.
14079 * mpw-configure (--with-gnu-ld): New option, controls whether
14080 to use PPCLink or ld with PowerMac GCC.
14081 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14082 * mpw-config.in: Configure grez if targeting Mac.
14083
14084 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14085 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14086 just macos.
14087 * configure.in: Configure grez resource compiler if targeting Mac.
14088 * Makefile.in (all-grez, install-grez): New targets.
14089
14090 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14091
14092 * configure: CXX defaults to gcc, not g++. If we find
14093 gcc in the path, set CC to gcc -O2.
14094
14095 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14096
14097 * configure: Default ${build} correctly. Avoid picking up extra
14098 spaces when reading CC and CXX from Makefile. When doing a
14099 Canadian Cross, use plausible default values for numerous
14100 variables.
14101 * configure.in: When doing a Canadian Cross, don't try to
14102 configure tools whose configure script can't handle it.
14103
14104 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14105
14106 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14107
14108 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14109
14110 * configure: Remove dubious bug reporting address.
14111
14112 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14113
14114 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14115 configure script, run that instead of this directory's configure.
14116 In either case, print a message that we're configuring the sub-dir.
14117
14118 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14119
14120 * configure.in: Before checking for the existence of various files,
14121 use sed to filter out "target-".
14122
14123 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14124
14125 * Makefile.in (DO_X): Split rule to decrease command line length
14126 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14127 (Philippe De Muyter).
14128
14129 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14130
14131 * Makefile.in (all-patch): depend on all-libiberty.
14132
14133 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14134
14135 * configure.in: If the only directory in target_configdirs which
14136 actually exists is libiberty, then set target_configdirs to empty,
14137 to avoid trying to build a target libiberty in a gas or gdb
14138 distribution.
14139
14140 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14141
14142 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14143 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14144 systems.
14145
14146 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14147
14148 * configure.in (copy_dirs): Use sys-include instead of include
14149 for --with-headers option.
14150
14151 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14152
14153 * Makefile.in, configure.in: Make winsup builds work with
14154 new scheme.
14155
14156 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14157
14158 * configure.in: Build the linker on AIX.
14159
14160 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14161
14162 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14163 where needed.
14164
14165 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14166
14167 * Makefile.in (all-gcc): Fix typo.
14168
14169 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14170
14171 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14172
14173 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14174
14175 * configure.in: Rename libFOO to target-libFOO, and xiberty
14176 to target-xiberty, to provide more flexibility.
14177 (target_subdir): Define. Create if cross.
14178 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14179 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14180 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14181 check-libFOO -> check-target-libFOO, etc.
14182 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14183 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14184 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14185 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14186 allow ALL_GCC="" to only configure.
14187 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14188 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14189 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14190
14191 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14192
14193 * Makefile.in (taz): Build "info" in etc explicitly.
14194
14195 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14196
14197 * configure.in: Make sure that CC is undefined (as opposed to
14198 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14199 problem with autoconf trying to configure on a host without GCC.
14200
14201 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14202
14203 * mpw-configure: Set host alias from choice of host compiler,
14204 only use generic MPW Makefile sed if present, edit a file
14205 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14206 * mpw-README: Add problem notes about CW6 and CW7.
14207
14208 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14209
14210 * Makefile.in (taz): Use ";" instead of ";;".
14211
14212 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14213
14214 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14215 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14216 DISTDOCDIRS.
14217 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14218 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14219
14220 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14221
14222 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14223 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14224 Move bfd to DISTSTUFFDIRS.
14225
14226 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14227
14228 * Makefile.in (X11_LIB): Removed.
14229 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14230
14231 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14232
14233 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14234
14235 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14236 names.
14237
14238 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14239
14240 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14241
14242 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14243
14244 * configure.in (i[345]86-*-win32): Always build newlib.
14245 Don't configure cvs, autoconf or texinfo.
14246 * Makefile.in (LD_FOR_TARGET): New.
14247 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14248 Pass down LD_FOR_TARGET.
14249
14250 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14251
14252 * winsup: New directory.
14253 * Makefile.in: Build winsup.
14254 * configure.in: Winsup is configured when target is win32.
14255 Can only build win32 target GDB when native.
14256
14257 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14258
14259 * config.guess: Recognize HP model 819 machines as having
14260 a PA 1.1 processor.
14261
14262 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14263
14264 * configure: Fix sed loop which substitutes for CC and CXX to
14265 avoid bug found in various sed implementations.
14266
14267 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14268
14269 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14270 simulator. Use standard powerpc-*-eabi*.
14271
14272 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14273
14274 * configure.in: Stop putting gas and binutils in noconfigdirs for
14275 powerpc-*-aix* and rs6000-*-*.
14276
14277 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14278
14279 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14280 -mcall-aixdesc libraries.
14281
14282 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14283
14284 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14285
14286 * config.sub (arm | armel | armeb): Fix shell syntax.
14287
14288 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14289
14290 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14291 -msoft-float and -mcpu=common support.
14292 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14293 libraries.
14294
14295 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14296
14297 * configure.in: Allow configuration and build of emacs19 for the alpha.
14298
14299 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14300
14301 * configure.in (CC): Get ^CC, not just any old CC, from
14302 ${host_makefile_frag}.
14303
14304 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14305
14306 * configure.in (CC): Try to get CC from
14307 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14308
14309 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14310
14311 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14312 only if it exists in $(srcdir).
14313
14314 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14315
14316 * configure: If CC and CXX are not set in the environment, set
14317 them, based on either an existing Makefile or on searching for gcc
14318 in PATH. Substitute for CC and CXX in Makefile.
14319 * configure.in: Remove libm from target_libs. Separate
14320 target_configdirs from configdirs. If CC is not set in
14321 environment, try to get it from a host Makefile fragment. Rewrite
14322 changes of configdirs to use skipdirs instead. A few minor
14323 tweaks. Take directories out of target_configdirs as they are
14324 taken out of configdirs. Remove existing Makefile files from
14325 subdirectories. Substitute for TARGET_CONFIGDIRS and
14326 CONFIG_ARGUMENTS in Makefile.
14327 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14328 by configure.in.
14329 (CONFIG_ARGUMENTS): Likewise.
14330 (CONFIGURE_TARGET_MODULES): New variable.
14331 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14332 ($(CONFIGURE_TARGET_MODULES)): New target.
14333 (configure-libg++, configure-libio): New targets.
14334 (all-libg++): Depend upon configure-libg++.
14335 (all-libio): Depend upon configure-libio.
14336 (configure-libgloss, all-libgloss): New targets.
14337 (configure-libstdc++): New target.
14338 (all-libstdc++): Depend upon configure-libstdc++.
14339 (configure-librx, all-librx): New targets.
14340 (configure-newlib): New target.
14341 (all-newlib): Depend upon configure-newlib
14342 (configure-xiberty): New target.
14343 (all-xiberty): Depend upon configure-xiberty.
14344
14345 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14346
14347 * configure.in (host i[345]86-*-win32): Expand the
14348 noconfigdirs again.
14349
14350 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14351
14352 * mpw-configure: Fix sed command file name.
14353
14354 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14355
14356 * configure.in (host i[345]86-*-win32): Reduce the
14357 noconfigdirs again.
14358
14359 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14360
14361 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14362 or powerpc*-*-pe*, since they are not yet supported.
14363
14364 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14365
14366 Add PowerMac support and many other enhancements.
14367 * mpw-configure: New option --cc to select compiler to use,
14368 paste options set according to --cc into the generated
14369 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14370 if mpw-make.sed is present.
14371 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14372 add forward includes for PowerPC include files.
14373 * mpw-build.in: Build using Makefile.PPC if present.
14374 (do-byacc, etc): Remove separate version resource builds.
14375 (do-gas): Build "stamps" before "all".
14376 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14377 * mpw-README: Update to reflect --cc option, PowerMac support,
14378 and recently-reported compatibility problems.
14379
14380 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14381
14382 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14383 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14384 (--with-multilib-top): Pass to recursive invocations.
14385
14386 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14387
14388 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14389 v810-*-*.
14390
14391 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14392
14393 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14394 gdb, ld and opcodes on v810-*-*.
14395
14396 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14397
14398 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14399 (local-maintainer-clean): New target.
14400 (maintainer-clean): New target.
14401 (realclean): Just depend upon maintainer-clean.
14402
14403 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14404
14405 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14406
14407 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14408
14409 * configure.in: Build ld in mips*-*-bsd* case.
14410
14411 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14412
14413 * config.sub: Accept -lites* OS. From Ian Dall.
14414
14415 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14416
14417 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14418 targets.
14419
14420 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14421
14422 * configure.in: treat i386-win32 canadian cross the same as
14423 i386-go32 canadian cross.
14424
14425 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14426
14427 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14428 running under the simulator to build a reduced set of libraries.
14429 (powerpc-*-eabiaix): Add fine grained multilib support added to
14430 other powerpc targets yesterday.
14431
14432 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14433
14434 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14435 -disable-softfloat, -disable-relocatable, -disable-aix, and
14436 -disable-sysv to control which multilib libraries get built.
14437
14438 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14439
14440 * configure: Add Makefile.tem to list of files to remove in trap
14441 handler.
14442
14443 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14444
14445 * config.guess (*Linux*): Add missing "exit"s.
14446 Also, need specific check for alpha-unknown-linux (uses COFF).
14447
14448 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14449
14450 * config.guess: Merge with FSF:
14451
14452 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14453 * config.guess (AIX4): More robust release numbering discovery.
14454
14455 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14456 * config.guess (i386-sequent-ptx): Properly get version number.
14457
14458 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14459 * config.guess (mips:*:4*:UMIPS): New case.
14460
14461 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14462
14463 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14464 (i386-win32 host): Likewise. Don't build readline.
14465
14466 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14467
14468 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14469 SUPPORT_FILES to submakes.
14470
14471 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14472
14473 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14474 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14475 mpw-configure.
14476
14477 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14478
14479 * configure.in (appdirs): Use =, not ==, in test expression when
14480 trying to build the text to print in the warning message for
14481 Solaris users.
14482
14483 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14484
14485 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14486
14487 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14488
14489 * config.guess: Recognize lynx-2.3.
14490
14491 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14492
14493 * config.sub (z8ksim): Deleted
14494 (z8k-*-coff): New, this is the one true name of the target.
14495
14496 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14497
14498 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14499
14500 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14501
14502 * config.guess (*:Linux:*:*): First try asking the linker what the
14503 default object file format is (elf, aout, or coff). Then if this
14504 fails, try previous methods.
14505
14506 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14507
14508 * configure.in: Don't build newlib for *-*-vxworks5.1.
14509
14510 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14511
14512 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14513 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14514
14515 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14516
14517 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14518
14519 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14520
14521 * cfg-ml-com.in: New file.
14522 * cfg-ml-pos.in: New file.
14523
14524 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14525
14526 * COPYING.NEWLIB: Add HP free copyright to list.
14527
14528 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14529
14530 * config.sub: Recognize -eabi* for the system, not just -eabi.
14531
14532 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14533
14534 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14535 * config.sub, configure.in (win32): New target and host.
14536
14537 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14538
14539 * configure.in: Add i386-pe configuration.
14540
14541 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14542
14543 * mpw-build.in (install): Install GDB after LD.
14544
14545 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14546
14547 * mpw-config.in (elf/mips.h): Always forward-include, needed
14548 for GDB to build.
14549
14550 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14551
14552 * testsuite: New directory for customer acceptance and whole tool
14553 chain tests.
14554
14555 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14556
14557 * configure: If per-host line isn't found, but AC_OUTPUT is found
14558 and a configure script exists, run it instead.
14559
14560 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14561
14562 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14563
14564 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14565
14566 * configure: Set build_{cpu,vendor,os,alias} to host values when
14567 --build isn't specified.
14568
14569 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14570
14571 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14572 (FLAGS_TO_PASS): Pass them.
14573 (EXTRA_TARGET_FLAGS): Ditto.
14574
14575 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14576
14577 * Makefile.in (all-libg++): Depend on all-libstdc++.
14578
14579 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14580
14581 * configure.in (noconfigdirs): Enable all packages for
14582 i386-unknown-netbsd.
14583
14584 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14585
14586 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14587 hosted builds (DOS builds)
14588
14589 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14590
14591 Changes for ARM based on patches from Richard Earnshaw:
14592 * config.sub: Handle armeb and armel.
14593 * configure.in: Omit arm linker only for riscix.
14594
14595 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14596
14597 * config.guess: Update from FSF.
14598
14599 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14600
14601 * config.sub: Recognize powerpcle as the little endian variant of
14602 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14603 powerpcle variant. Convert pentium into i586, not i486. Add p5
14604 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14605 temporarily.
14606
14607 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14608
14609 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14610
14611 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14612
14613 * config.sub: Accept -lites* as a basic system type.
14614
14615 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14616
14617 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14618 installed, and if so return linuxoldld as the system name.
14619
14620 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14621
14622 * config.guess: Add hppa1.1-hp-lites support.
14623
14624 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14625
14626 * configure.in: Don't build newlib for m68k-vxworks5.1.
14627
14628 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14629
14630 * configure.in (mips-sgi-irix6): Use mh-irix5.
14631
14632 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14633
14634 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14635
14636 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14637
14638 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14639 OSF/1. Fix compiler flags.
14640 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14641
14642 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14643
14644 * configure.in: Recognize --with-newlib.
14645 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14646
14647 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14648
14649 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14650 to *_X11_MODULES due to gdbtk needing X include files et al.
14651
14652 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14653
14654 Merge in support for Mac MPW as a host.
14655 (Old change descriptions retained for informational value.)
14656
14657 * mpw-config.in: Add generic include forwards for cpu-specific
14658 include files in aout and elf directories.
14659
14660 * mpw-configure: Added copyright.
14661 * mpw-config.in: Check for presence of required build tools.
14662 (target_libs): Add newlib.
14663 (target_tools): Add examples.
14664 (Read Me): Generate as "Read Me for MPW" instead.
14665 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14666 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14667 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14668
14669 * mpw-configure: Remove subdir-specific makefile hackery,
14670 delete mk.tmp after using it.
14671
14672 * mpw-build.in (all): Display start and end times.
14673
14674 * mpw-configure (host_canonical): Set.
14675 (target_cpu): Always add to makefiles.
14676 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14677 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14678 (mpw-mh-mpw): Look for in srcdir and srcroot.
14679 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14680
14681 * mpw-build.in: (install-only): New target.
14682
14683 * mpw-configure (host_alias, target_alias): Rename from hostalias
14684 and targetalias, add into generated Makefile.
14685 (mk.tmp): If present, add into generated Makefile.
14686 * mpw-build.in (all-gas): Build config.h first before gas proper.
14687
14688 * mpw-configure (config.status): Write only if changed.
14689 * mpw-config.in (readline): Configure it (not built, just used for
14690 definitions).
14691
14692 * mpw-config.in (elf/mips.h): Add a forward include.
14693
14694 * mpw-config.in: Forward-include most .h files in include into
14695 extra-include.
14696 (readline): Don't build.
14697 mpw-build.in (install): Install GDB.
14698
14699 * mpw-configure (prefix, mpw_prefix): Handle it.
14700 * mpw-config.in (mmalloc, readline): Don't configure.
14701 * mpw-build.in (thisscript): Rename to ThisScript.
14702 Use mpw-build instead of BuildProgram everywhere.
14703 (mmalloc, readline): Don't build.
14704 * mpw-README: New file, basic documentation about the MPW port.
14705
14706 * mpw-config.in: Use forward-include to create include files.
14707
14708 * mpw-configure: Add more things to the top of each configured
14709 Makefile, including contents of config/mpw-mh-mpw.
14710 * mpw-config.in (extra-include): Create this directory and fill it
14711 with Posix-like include files when configuring.
14712
14713 * config.sub (apple, mac, mpw): Add various aliases.
14714
14715 * mpw-build.in: New file, top-level build script fragment for MPW.
14716 * mpw-configure: New file, configure script for MPW.
14717 * mpw-config.in: New file, config fragment for MPW.
14718
14719 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14720
14721 * configure.in (host_libs): Remove glob, since it is gone from the
14722 sources.
14723
14724 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14725
14726 * Makefile.in: define empty GDB_NLM_DEPS var.
14727
14728 * configure.in(target_makefile_frag): use config/mt-netware
14729 for netware targets.
14730
14731 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14732
14733 * config.sub: Merge in recent FSF changes. Remove linux special
14734 cases.
14735
14736 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14737
14738 Revert this change:
14739
14740 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14741
14742 * build-all.mk: Use CC=cc -Xs on Solaris.
14743
14744 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14745
14746 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14747 stop using it.
14748 * Makefile.in: Nuke all references to glob subdirectory.
14749
14750 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14751
14752 * configure.in: Fix --enable-shared logic in per-host.
14753
14754 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14755
14756 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14757
14758 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14759
14760 * configure.in (noconfigdirs): Don't build gas on AIX, for
14761 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14762
14763 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14764
14765 * configure: Fix --cache-file to work if the file argument is a
14766 relative path.
14767
14768 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14769
14770 * configure: If the --cache-file is used, pass it down to
14771 configure in subdirectories.
14772
14773 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14774
14775 * config.sub: add vxworks29k configuration.
14776
14777 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14778
14779 * Makefile.in (taz): Do "diststuff" part quietly.
14780
14781 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14782
14783 * config.sub: Mini-merge with gcc/config.sub.
14784
14785 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14786
14787 * config.guess (IRIX): Sed - to _.
14788
14789 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14790
14791 * Makefile.in (source-vault, binary-vault): New targets.
14792
14793 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14794
14795 * config.sub: Recognize -eabi as a basic system type.
14796
14797 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14798
14799 * configure.in (enable_shared stuff): Fix typo.
14800
14801 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14802
14803 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14804
14805 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14806
14807 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14808
14809 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14810
14811 * configure.in (rs6000-*-*): Don't build gas.
14812
14813 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14814
14815 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14816 reduce command line length.
14817 (AS_FOR_TARGET): Check for as.new, not Makefile.
14818 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14819
14820 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14821
14822 * config.guess: Merge from FSF.
14823
14824 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14825
14826 * configure: Don't use $ when handling program_suffix.
14827
14828 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14829
14830 * configure.in: Configure tk for hppa/hpux.
14831
14832 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14833
14834 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14835
14836 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14837
14838 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14839 to LIBCXXFLAGS. Tests are better run without it.
14840
14841 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14842
14843 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14844
14845 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14846
14847 * configure.in (*-*-netware*): Don't configure xiberty.
14848
14849 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14850
14851 * configure.in: Remove tk from native_only list.
14852
14853 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14854
14855 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14856 for special NCD build.
14857
14858 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14859
14860 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14861 makeall.bat, they're only useful for binutils snapshots.
14862 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14863 makeall.bat to specified SUPPORT_FILES.
14864
14865 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14866
14867 * build-all.mk: Add Ericsson targets to sun4 and solaris
14868 hosts. Add BNR's sun4 target to solaris host, so their
14869 build-from-source will be tested in-house first.
14870
14871 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14872
14873 * Makefile.in (LIBCFLAGS): New variable.
14874 (CFLAGS_FOR_TARGET): Ditto.
14875 (LIBCFLAGS_FOR_TARGET): Ditto.
14876 (LIBCXXFLAGS): Ditto.
14877 (CXXFLAGS_FOR_TARGET): Ditto.
14878 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14879 (BASE_FLAGS_TO_PASS): Pass them.
14880 (EXTRA_TARGET_FLAGS): Ditto.
14881
14882 * configure.in: Support --enable-shared.
14883
14884 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14885
14886 * configure.in (target_libs): Include libstdc++ again.
14887 * config.guess: Update from FSF (for FreeBSD).
14888
14889 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14890
14891 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14892 makeall.bat.
14893 (DISTDOCDIRS): Add `etc'.
14894 (ETC_SUPPORT_PFX): New variable.
14895 (taz): Include anything from etc starting with a word in
14896 ETC_SUPPORT_PFX.
14897
14898 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14899
14900 * config.sub: Update for recent FSF changes. Remove obsolete
14901 h8300hds entry. Add -windows* and -osx as basic os. Minor
14902 spacing changes.
14903
14904 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14905
14906 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14907
14908 * config.guess: Merge with FSF.
14909 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14910
14911 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14912
14913 * configure: Since the "trap 0" handler will override the exit
14914 status on many systems, only use it for "exit 1", and make it set
14915 a non-zero exit status; reset it before "exit 0". Also, check
14916 exit status of config.sub, and error out if it failed.
14917
14918 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14919
14920 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14921 and install libgloss.
14922
14923 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14924
14925 * Makefile.in (all-binutils): Depend upon all-byacc.
14926
14927 * configure.in: Don't build emacs on Irix 5.
14928
14929 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14930
14931 * configure.in (*-*-netware*): Add libio.
14932
14933 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14934
14935 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14936 (CHECK_TARGET_MODULES): Ditto.
14937 (INSTALL_TARGET_MODULES): Ditto.
14938 (TARGET_LIBS): Ditto.
14939 (all-libstdc++): Note dependencies.
14940
14941 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14942
14943 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14944
14945 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14946
14947 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14948 -fexternal-templates.
14949
14950 * configure.in (target_libs): Add libstdc++.
14951 (noconfigdirs): Add libstdc++ as appropriate.
14952
14953 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14954
14955 * config.guess: Update from FSF.
14956
14957 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14958
14959 * configure: Use ${config_shell} when running ${configsub}.
14960
14961 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14962
14963 * config.sub: No longer recognize h8300h.
14964
14965 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14966
14967 * config.sub: Remove extraneous differences between config.sub and
14968 gcc/config.sub.
14969
14970 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14971
14972 * Makefile.in (DISTSTUFFDIRS): Add gas.
14973
14974 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14975
14976 * COPYING.NEWLIB: New file.
14977
14978 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14979
14980 * config.guess (HP-UX): Patch from Harlan Stenn
14981 <harlan@landmark.com> to also emit release level.
14982
14983 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14984
14985 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14986
14987 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14988
14989 * config.sub: Merge nextstep cleanup from FSF.
14990
14991 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14992
14993 * configure.in (arm-*-*): Don't configure ld for this target.
14994
14995 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14996
14997 * configure.in (*-*-netware): don't configure libg++, libio,
14998 librx, or newlib.
14999
15000 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15001
15002 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15003 configure ld--it works, but it doesn't support shared libraries.
15004
15005 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15006
15007 * config.guess (*-unknown-freebsd*): Get rid of possible
15008 trailing "(Release)" in version string.
15009 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15010
15011 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15012
15013 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15014 Fix type: *-next-neststep -> *-next-nextstep.
15015
15016 * config.guess: Merge from FSF:
15017
15018 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15019
15020 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15021
15022 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15023
15024 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15025 instead of UNIX_SV for UnixWare 1.0).
15026
15027 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15028
15029 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15030 to make gdb/nlm/* build after the compiler and linker.
15031
15032 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15033
15034 * config.guess (netbsd, freebsd, linux): Accept any machine,
15035 not just i[34]86.
15036 (m68k-atari-sysv4): Relocate to match FSF version.
15037
15038 * config.guess: More merges from the FSF:
15039
15040 Add a space before function call or macro invocation.
15041
15042 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15043
15044 * config.guess: Add trap cmd to remove dummy.c and dummy when
15045 interrupted.
15046
15047 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15048
15049 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15050 (dummy): Redirect stderr from compilation of dummy.c.
15051
15052 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15053
15054 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15055
15056 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15057
15058 * configure: Accept and ignore --cache*, for compatibility with
15059 new autoconf.
15060
15061 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15062
15063 * config.guess: Merge from FSF:
15064
15065 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15066
15067 * config.guess (Pyramid*:OSx*:*:*): New case.
15068 (PATH): Add /.attbin at end for finding uname.
15069 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15070
15071 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15072
15073 * config.guess (M88*:DolphinOS:*:*): New case.
15074
15075 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15076
15077 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15078 to select whether to use ELF or COFF.
15079
15080 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15081
15082 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15083
15084 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15085
15086 * config.guess: Guess the OS version for HPUX.
15087
15088 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15089
15090 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15091
15092 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15093
15094 * configure.in: Recognize --with-headers, --with-libs, and
15095 --without-newlib.
15096 * Makefile.in (all-xiberty): Depend upon all-ld.
15097
15098 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15099
15100 * configure.in: Change i[34]86 to i[345]86.
15101
15102 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15103
15104 * configure (version): A few more tweaks to help message.
15105
15106 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15107
15108 * Makefile.in: Remove (for now) librx as a host library,
15109 now that we're building it for target.
15110
15111 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15112
15113 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15114 (Karl Berry).
15115
15116 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15117
15118 * configure.in: Also configure librx.
15119
15120 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15121
15122 * Makefile.in: Update various rules to reflect that librx
15123 is now needed for libg++.
15124
15125 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15126
15127 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15128
15129 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15130
15131 * configure.in: Configure the examples directory.
15132
15133 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15134
15135 * configure: Simplify Jun 2 1994 change.
15136
15137 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15138
15139 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15140 /bin/gcc isn't good enough to build gcc.
15141
15142 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15143
15144 * Makefile.in (GDB_SUPPORT_FILES): Remove
15145 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15146 (gdb.tar.gz): Add new rule to use standard distribution building
15147 mechanism.
15148
15149 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15150
15151 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15152 Bill Cox <bill@cygnus.com>.
15153
15154 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15155
15156 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15157
15158 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15159
15160 * configure: Search current dir first in .gdbinit.
15161
15162 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15163
15164 * config.sub: Recognize freebsd (merged from gcc config.sub).
15165
15166 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15167
15168 * config.sub: Refer to NeXT's operating system as nextstep.
15169
15170 * config.sub (case $basic_machine): Re-order the cases, to match
15171 the order in the FSF version (which is mostly alphabethical).
15172 Merge in some additions and changes from the FSF.
15173
15174 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15175
15176 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15177 * config.sub: Recognize cxux7.
15178 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15179
15180 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15181
15182 * config.sub: Fix typo powerpc -> powerpc-*.
15183
15184 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15185
15186 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15187
15188 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15189 parallel with all-emacs and install-emacs). Top-level command
15190 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15191
15192 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15193
15194 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15195 $(relbindir)/make before doing ``make install'', and use
15196 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15197 installing over running make binary.
15198 ($(host)-stamp-stage3-installed): Likewise.
15199
15200 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15201
15202 * config.guess: Recognize Mach.
15203
15204 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15205
15206 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15207 see whether --exec-prefix was used.
15208
15209 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15210
15211 * README: Explicitly mention libg++/README. (Zoo's idea.)
15212
15213 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15214
15215 * Makefile.in: Add all-librx target similar to all-libproc.
15216
15217 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15218
15219 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15220 with post 1.2 uname bogosity.
15221
15222 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15223
15224 * configure: Remove temporary files on receipt of a signal.
15225
15226 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15227
15228 * configure: If there is a package_makefile_frag, remove
15229 ${subdir}/Makefile.tem after copying it in.
15230
15231 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15232
15233 * build_all.mk: support rs6000 lynx identifies itself as
15234 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15235 since /bin/gcc is too feeble to compile a modern gcc.
15236
15237 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15238
15239 * brought devo/test-build.mk update-to-date with progressive/
15240 test-build.mk. Add lynx targets and hppa flag info.
15241
15242 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15243
15244 * configure.in: Use mh-ncrsvr43. Patch from
15245 Tom McConnell <tmcconne@sedona.intel.com>.
15246
15247 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15248
15249 * config.guess (i386-unknown-bsdi): No longer need to
15250 check #if defined(__bsdi__) && defined(__i386__).
15251
15252 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15253
15254 * configure: Set program_transform_nameoption correctly.
15255
15256 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15257
15258 * brought build-all.mk update-to-date with progressive build-all.mk,
15259 added new targets and hppa info.
15260
15261 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15262
15263 * configure: If config.guess result is a prefix of the user
15264 specified target, assume a native build and use the user specified
15265 target as the host alias. Remove SunOS patch suffix removal hack.
15266 * configure.in: Remove SunOS patch suffix removal hack.
15267
15268 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15269 in NATIVE_CHECK_MODULES.
15270
15271 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15272
15273 * Makefile.in: Rename HOST_ONLY to NATIVE.
15274 * configure: Delete SunOs patch suffix from host_canonical
15275 and build_canonical variables that are prepended to Makefiles.
15276 * configure.in: Add comments for easier maintenance.
15277
15278 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15279
15280 * Makefile.in: Add all-libproc target similar to all-gui.
15281
15282 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15283
15284 * Makefile.in (CHECK_MODULES): split into
15285 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15286
15287 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15288
15289 * config.guess (i386-unknown-bsdi): New system to guess.
15290
15291 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15292
15293 * Makefile.in: Add all-gui target (but not yet build by "all").
15294
15295 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15296
15297 * config.sub: Move deletion of patch suffix from here...
15298 * configure.in: To here, at Ian's suggestion. The top-
15299 level scripts might need to know of a patch level.
15300
15301 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15302
15303 * config.sub: Strip off patch suffix so rtl is recognized
15304 as a sunos4.1.3 machine, even though it's been patched.
15305
15306 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15307
15308 * Makefile.in (INSTALL_LAST): Delete.
15309 (INSTALL_DOSREL): New.
15310
15311 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15312
15313 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15314 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15315 whether we pass down --with-gnu-ld anyhow.
15316
15317 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15318
15319 * Makefile.in (INSTALL_LAST): Change operation so it works
15320 on more flavors of make.
15321 * configure.in (go32): Don't build libg++ or libio.
15322
15323 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15324
15325 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15326 they can be overriden by templates.
15327
15328 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15329
15330 * configure.in (target==go32): Don't build gdb.
15331 * dosrel: New directory.
15332
15333 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15334
15335 * configure.in (host==go32): Configure dosrel too.
15336 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15337 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15338 be set by incoming names or templates.
15339 (INSTALL_LAST): New rule.
15340
15341 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15342
15343 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15344
15345 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15346
15347 * configure.in (appdirs): New variable. Currently empty, but will
15348 be used in gas distribution. If nonempty, lists a set of
15349 directories at least one of which must get configured, or top
15350 level configuration is considered to have failed.
15351 (rs6000-*-lynxos*): Use new file name.
15352
15353 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15354
15355 Eliminate XTRAFLAGS.
15356 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15357 newlib include files using -idirafter, and also use -nostdinc.
15358 (CXX_FOR_TARGET): Likewise.
15359 (XTRAFLAGS): Removed.
15360 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15361 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15362 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15363 ($(DO_X)): Don't pass down XTRAFLAGS.
15364
15365 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15366
15367 * configure.in (mips*-dec-bsd*): New target; do build linker.
15368 (mips*-*-bsd*): New target; don't build linker.
15369
15370 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15371
15372 * configure.in: support rs6000-*-lynxos* configuration.
15373 support sunos4 as a cross target.
15374
15375 * config.sub: look for lynx*, not lynx since the OS version may
15376 legitimately be part of the name.
15377
15378 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15379
15380 * configure.in (i[34]86-*-sco*): Move to be with other i386
15381 targets.
15382 (romp-*-*): New target. Skip various binary utilities.
15383 (vax-*-*): New target. Don't build newlib.
15384 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15385
15386 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15387
15388 * configure.in: Only set host_makefile_frag if config
15389 directory exists.
15390
15391 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15392
15393 * install.sh: If $dstdir exists, don't check whether each
15394 component does.
15395
15396 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15397
15398 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15399
15400 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15401
15402 * configure.in (*-*-lynxos*): Don't configure newlib for either
15403 native or cross Lynx.
15404
15405 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15406
15407 * config.sub (sparc64-elf): Fix os.
15408 (z8k): Remove duplicate.
15409
15410 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15411
15412 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15413 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15414
15415 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15416
15417 * configure: Make file links cleanly even if Lynx fails on
15418 an NFS symlink (at least fail cleanly).
15419
15420 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15421
15422 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15423 -XNh2000.
15424
15425 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15426
15427 * configure: Unknown options are fatal again.
15428
15429 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15430
15431 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15432 compatibility.
15433
15434 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15435
15436 * build-all.mk: Add `clean' target.
15437
15438 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15439
15440 * config.guess: Add SINIX support.
15441 * configure.in: Add mips-*-sysv4* support.
15442
15443 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15444
15445 * build-all.mk: Document all useful targets.
15446 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15447 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15448
15449 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15450
15451 * configure: Support --silent, --quiet.
15452
15453 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15454
15455 * configure: Support --disable-FEATURE.
15456
15457 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15458
15459 * config.guess: Recognize NCR running SVR4.3.
15460
15461 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15462
15463 * config.guess: Make BSDI generate i386-unknown-bsd386.
15464 Patch from Paul Eggert <eggert@twinsun.com>.
15465
15466 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15467
15468 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15469
15470 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15471
15472 * configure: Make unrecognized options give nonfatal warnings
15473 instead of fatal errors, and pass them to any subdirectory
15474 configures in case they recognize them.
15475 Make --x equivalent to --with-x.
15476
15477 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15478
15479 * configure: Add --enable-* options. Clean up usage message and
15480 some comments.
15481
15482 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15483
15484 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15485
15486 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15487
15488 * configure.in (hppa*-*-*): Enable binutils.
15489
15490 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15491
15492 * config.sub: Recognize cisco.
15493
15494 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15495
15496 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15497
15498 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15499
15500 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15501 than one configuration name. Add comment.
15502
15503 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15504
15505 * config.guess: about target *-hitachi-hiuxwe2, fixed
15506 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15507 macro is incorrect.]
15508
15509 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15510
15511 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15512 than the "make ls" stuff which used to be here.
15513
15514 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15515
15516 * config.guess: Recognize i[34]86-unknown-freebsd.
15517 From Shawn M Carey <smcarey@rodan.syr.edu>.
15518
15519 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15520
15521 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15522
15523 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15524
15525 * config.guess: Check for ptx.
15526
15527 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15528
15529 * config.sub: Add os9k checking.
15530
15531 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15532
15533 * config.guess: Handle OSF1 running on HPPA processors
15534
15535 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15536
15537 * configure: If subdir configure fails, print out a message with
15538 subdirectory name, in case subdir's configure code didn't identify
15539 itself.
15540
15541 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15542
15543 * configure.in: Remove embedded newlines from configdirs.
15544 Avoid mismatches of substrings. Fix matching strings at end
15545 of configdirs.
15546
15547 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15548
15549 * config.guess: Add Lynx/rs6000 config support.
15550
15551 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15552
15553 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15554
15555 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15556
15557 * configure.in (hppa*-*-osf*): Treat this just like most other
15558 PA configurations (eg no binutils or ld).
15559 (hppa*-*-*elf*): These configurations have binutils and ld.
15560
15561 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15562
15563 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15564
15565 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15566
15567 * configure.in (rs6000-*-*): Build gas.
15568
15569 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15570
15571 * Makefile.in: Avoid bug in losing hpux sed.
15572
15573 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15574
15575 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15576 for GDB and GDB has been fixed to not need it.
15577
15578 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15579
15580 * config.guess: Recognize vax hosts.
15581
15582 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15583
15584 * configure (while loop): Don't use "break 2" inside case
15585 statement -- the case statement isn't an enclosing loop.
15586
15587 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15588
15589 * config.guess: Clean up NeXT support, to allow nextstep
15590 on Intel machines. Make OS be nextstep.
15591
15592 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15593
15594 * config.guess: Add alternate forms for Convex.
15595
15596 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15597
15598 * configure: Completely rewrite option processing. Take
15599 advantage of pattern-matching to avoid invoking test frequently.
15600 Also clean up host and target defaulting logic.
15601
15602 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15603
15604 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15605 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15606 commands (plus user environment) will fit SCO limits.
15607
15608 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15609
15610 * configure.in: Don't issue warnings about directories which are
15611 not being configured if -norecursion is set. Correct test for
15612 --with-gnu-as and --with-gnu-ld to not get confused by substring
15613 matches.
15614
15615 * configure.in: Don't build gas for alpha-dec-osf1*.
15616
15617 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15618
15619 * configure: Back out Per's change of 12/19/1993. It changes the
15620 behavior of configure in unexpected and confusing ways.
15621
15622 Also, use different delim char when calculating
15623 program_transform_name so that the name can contain slashes.
15624
15625 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15626
15627 * configure.in, config.sub: Add support for VSTa micro-kernel.
15628
15629 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15630
15631 * configure.in: Nuke hacks which were used to get a special
15632 version of GAS for HPPA configurations.
15633
15634 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15635
15636 * configure: If only ${target_alias} is given, use that
15637 as the default for ${host_alias}.
15638 * configure: Add missing back-slashes before nested quotes.
15639
15640 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15641
15642 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15643
15644 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15645
15646 * config.guess: Recognize some Tektronix configurations.
15647 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15648
15649 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15650
15651 * config.sub: Match any flavor of SH.
15652
15653 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15654
15655 * configure.in: Don't try to configure newlib for Alpha.
15656
15657 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15658
15659 * configure.in: Don't build ld for Irix 5. Don't build gas,
15660 libg++ or libio for any Alpha target.
15661
15662 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15663
15664 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15665
15666 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15667 default arguments -- so it tried to compress itself.
15668
15669 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15670
15671 * configure.in (notsupp): ensure that a space is always at the end
15672 of the configdirs list, since the grep checks for an explicit space
15673
15674 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15675
15676 * configure.in (target i386-sysv4.2): don't build ld, since static
15677 versions of many libraries are not available.
15678
15679 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15680
15681 * config.guess: Recognize Apollos (using environment variables).
15682 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15683
15684 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15685
15686 * config.guess: Recognize Sony news mips running newsos.
15687
15688 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15689
15690 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15691 "fi ; else" for bash.
15692
15693 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15694
15695 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15696
15697 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15698
15699 * config.sub: accept unixware as an alias for svr4.2.
15700 Fix some inconsistancies with the gcc version.
15701
15702 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15703
15704 * Makefile.in (DISTDOCDIRS): Add gdb.
15705
15706 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15707
15708 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15709
15710 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15711
15712 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15713 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15714 this now.
15715
15716 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15717
15718 * config.sub: Accept hiux* as an OS name.
15719
15720 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15721 etc/make-stds.texi. The underscore came from gcc, and dje now
15722 agrees that RUNTESTFLAGS is the correct name.
15723
15724 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15725
15726 * install.sh: Remove 'set -e'. It makes any conditionals
15727 in the script useless.
15728
15729 * config.guess: Automatically recognize arm-acorn-riscix
15730 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15731
15732 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15733
15734 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15735
15736 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15737
15738 * Makefile.in (DISTDOCDIRS): New variable.
15739 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15740 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15741
15742 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15743
15744 * configure.in (hppa target): check the source directory for the
15745 pagas sub-directory
15746
15747 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15748
15749 * config.sub: Allow -aout* and -elf*.
15750
15751 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15752
15753 * configure.in: Don't build ld on i386-solaris2, same as for
15754 sparc-solaris2.
15755
15756 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15757
15758 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15759
15760 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15761
15762 * configure.in: Configure gdb for alpha.
15763
15764 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15765
15766 * Makefile.in (CXXFLAGS): Add -O.
15767
15768 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15769
15770 * config.guess: added support for DG Aviion
15771
15772 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15773
15774 * configure.in: Produce warning message for subdirectories not
15775 configurable for this host/target combination. Don't try to
15776 configure gdb for vms.
15777
15778 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15779
15780 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15781 appropriate files before making "diststuff".
15782 (DISTBISONFILES): New var: list of files to be edited.
15783 (DISTSTUFFDIRS): Add binutils.
15784
15785 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15786
15787 * config.sub: also handle mipsel and mips64el (for little endian mips)
15788
15789 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15790
15791 * configure.in: Add * to end of all OS names.
15792
15793 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15794
15795 * configure.in: Build newlib for LynxOS native.
15796
15797 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15798
15799 * config.guess: Add support for delta 88k running SVR3.
15800
15801 * configure.in: Add comment about HP compiler vs. emacs.
15802
15803 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15804
15805 * configure.in: don't build ld on solaris2 (not a viable option
15806 due to bugs in getpwnam & getpwuid)
15807
15808 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15809
15810 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15811 config.guess will produce a full version number.
15812
15813 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15814
15815 * configure.in: Build linker and binutils for alpha-dec-osf1.
15816
15817 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15818
15819 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15820 and gdb/testsuite/Makefile.in.
15821
15822 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15823
15824 * configure.in: recognize mips*- instead of mips-
15825
15826 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15827
15828 * config.sub: Accept linux*coff and linux*elf as operating
15829 systems.
15830
15831 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15832
15833 * config.sub: Recognize mips64, and mips3 as an alias for it.
15834
15835 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15836
15837 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15838 gdb knows how to handle OSF/1 shared libraries.
15839
15840 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15841
15842 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15843 * config.guess: Recognize Hitachi's HIUX.
15844 * config.sub: Recognize h3050r* and hppahitachi.
15845 Remove redundant cases for hp9k[23]*.
15846
15847 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15848
15849 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15850 if gas and ld are in the source tree and are in ${configdirs}.
15851 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15852 --with options (but still pass them down on the command line,
15853 if they were explicitly specified).
15854
15855 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15856
15857 * configure: substitute SHELL value in Makefile.in with
15858 ${CONFIG_SHELL}
15859
15860 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15861
15862 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15863 *-*-solaris2* targets.
15864
15865 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15866
15867 * Makefile.in: define M4, and pass it down to sub-makes;
15868 all-autoconf now depends on all-m4
15869
15870 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15871
15872 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15873 presence of {ar,ranlib} instead of a configured directory
15874
15875 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15876
15877 * config.guess: Accept 34?? as well as 33?? for NCR.
15878
15879 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15880
15881 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15882 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15883
15884 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15885
15886 * configure: grab values for $(CC) and $(CXX) from the
15887 environment, so that someone can do "CC=gcc configure; make" and
15888 have it work right (matching the way that autoconf works now)
15889
15890 * configure.in, Makefile.in: add support for gash, the tcl
15891 interface to Galaxy
15892
15893 * config.guess: add NetBSD variants (hp300, x86)
15894
15895 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15896
15897 * install.sh: Support -d option (in the manner of SunOS 4 install,
15898 as it is more deterministic than that of GNU install)
15899 (chmodcmd): Set file to mode 755 by default (should also do default
15900 chgrp and chown, but I don't feel like dealing with that now)
15901
15902 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15903
15904 * config.sub: Remove h8300hhms alias.
15905
15906 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15907
15908 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15909
15910 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15911
15912 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15913 as stmp-fixinc
15914
15915 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15916
15917 * config.sub: recognize m88110-bug-coff.
15918
15919 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15920
15921 * Makefile.in (all-libio): all dependencies on the toolchain used
15922 to build this (gcc, gas, ld, etc)
15923
15924 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15925
15926 * config.guess: Deal with OSF/1 1.3 on alpha.
15927
15928 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15929
15930 * install.sh: add some 'else true' clauses for portability
15931
15932 * configure.in: don't build libio for h8[35]00-*-* targets
15933
15934 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15935
15936 * Makefile.in: Add support for new libio.
15937
15938 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15939
15940 * install.sh: If one command fails, don't try the rest. Don't try
15941 to remove $dsttmp (via trap) unless we have already created it.
15942 If $src doesn't exist, detect it and exit with an error.
15943
15944 * config.guess: Recognize BSD on hp300.
15945
15946 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15947
15948 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15949 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15950
15951 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15952
15953 * Makefile.in (all-send-pr): depends on all-prms
15954
15955 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15956
15957 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15958
15959 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15960
15961 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15962 Added test for mips-mips-riscos5.
15963
15964 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15965
15966 * configure.in: use mh-hp300 for 68k HP hosts
15967
15968 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15969
15970 * configure: add support for CONFIG_SHELL, so that you can use
15971 some alternate shell for evaluating configure scripts
15972
15973 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15974
15975 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15976 in configure script to bug-gdb@prep.ai.mit.edu when building
15977 distribution archive.
15978 * Makefile.in (COMPRESS): Remove def.
15979 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15980 gdb.tar.Z and make-gdb.tar.Z respectively.
15981 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15982 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15983 to convergence with 'taz' target in Makefile.in.
15984
15985 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15986
15987 * install.sh (dsttmp): use trap to ensure that tmp files go
15988 away on error conditions
15989
15990 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15991
15992 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15993
15994 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15995
15996 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15997 its parent is '/' not ''.
15998
15999 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16000
16001 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16002
16003 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16004 that ${newsrcdir}/configure.in does.
16005
16006 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16007
16008 * test-build.mk: support for CONFIG_SHELL
16009
16010 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16011
16012 * config.sub (netware): Add as a basic system type.
16013
16014 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16015
16016 * Makefile.in (Makefile): depend on configure.in. Also drop the
16017 $(srcdir)/ from the dependency on Makefile.in.
16018
16019 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16020
16021 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16022 (h8300hhms is temporary until multi-libraries are implemented).
16023 * configure.in: Handle h8300h too.
16024
16025 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16026
16027 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16028
16029 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16030
16031 * configure: Remove extraneous output when guessing host type.
16032 * config.guess: Remove extraneous output when guessing using C
16033 compiler rather than uname, or when guessing fails.
16034
16035 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16036
16037 * Makefile.in: remove all.cross and install.cross targets
16038
16039 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16040 definitions
16041
16042 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16043
16044 * configure.in (target sh): Build gprof.
16045
16046 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16047
16048 * config.sub: change -solaris to -solaris2
16049
16050 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16051
16052 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16053
16054 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16055
16056 * configure: Correct error message for missing Makefile.in to
16057 print correct directory.
16058
16059 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16060
16061 * install.sh: kludge around 386BSD shell bug
16062
16063 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16064
16065 * config.guess: Recognize NeXT.
16066 * config.guess: Recognize i486-ncr-sysv4.
16067 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16068
16069 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16070
16071 * Makefile.in (MAKEINFOFLAGS): New variable.
16072 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16073 * build-all.mk, test-build.mk: Pass down --no-split as
16074 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16075
16076 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16077
16078 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16079
16080 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16081
16082 * Makefile.in (libg++.tar.z): New rule.
16083 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16084 * Makefile.in (taz): Only do a single chmod.
16085
16086 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16087
16088 * install.sh: don't use dirname anymore (replaced with sed usage)
16089
16090 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16091
16092 * Makefile.in: Change extension for gzip'd files from '.z' to
16093 '.gz' per new FSF standard usage.
16094
16095 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16096
16097 * configure: put quotes around the final value of program_transform_name
16098
16099 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16100
16101 * Makefile.in: new install.sh support; update install-info rules
16102
16103 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16104
16105 * configure.in: Build diff for crosses, but not for go32 host.
16106
16107 * configure.in: Build gprof only for native, and don't build it
16108 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16109
16110 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16111
16112 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16113
16114 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16115
16116 * configure.in (host_tools): Add prms.
16117
16118 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16119
16120 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16121 with $(FLAGS_TO_PASS) on the command line
16122
16123 * config.sub: Recognize lynx and lynxos
16124
16125 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16126
16127 * config.sub: Accept -ecoff*, not just -ecoff.
16128
16129 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16130
16131 * Makefile.in (taz): Use .gz suffix instead of .z.
16132 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16133 names.
16134
16135 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16136
16137 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16138
16139 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16140
16141 * Makefile.in (install-no-fixedincludes): install gcc last, so
16142 that rebuilds that might happen during 'make install' don't get
16143 bogus gcc include files
16144
16145 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16146
16147 Change from Utah for HPPA support:
16148 * config.guess: Recognize hppa1.x-hp-bsd.
16149
16150 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16151
16152 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16153 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16154
16155 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16156
16157 * config.sub: Add support for rom68k and bug boot monitors.
16158
16159 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16160
16161 * Makefile.in: Make all-opcodes depend on all-bfd.
16162
16163 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16164
16165 * config.guess: Added special check for i[34]86-univel-sysv4*.
16166
16167 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16168
16169 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16170 the processor rather than assuming i486.
16171
16172 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16173
16174 * config.guess: Recognize SunOS6 as Solaris3.
16175
16176 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16177
16178 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16179 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16180
16181 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16182
16183 * build-all.mk (all-cross): New target for Canadian Cross.
16184 Added Q2 go32 targets.
16185 * test-build.mk: Configure go32 cross sparclite-aout and
16186 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16187 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16188
16189 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16190
16191 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16192 GO32 hosted toolchains
16193
16194 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16195
16196 * configure: change so "-exec-prefix" gets passed down rather
16197 than "-exec_prefix" so autoconf generated Makefiles get the
16198 exec_prefix set right.
16199
16200 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16201
16202 * config.guess: get the Solaris2 minor version number
16203
16204 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16205
16206 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16207
16208 * config.guess: Recognize some Sequent platforms.
16209
16210 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16211
16212 * Makefile.in: added the vault-install target
16213
16214 * configure.in: actually use the Sun3 makefile fragment that's in
16215 config, also added the release dir to configdirs
16216
16217 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16218
16219 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16220
16221 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16222
16223 * configure.in: remove some program from Alpha targetted toolchains
16224
16225 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16226
16227 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16228 gprof.
16229 (taz): Run "make diststuff" in those directories instead of "make
16230 proto-dir". Look for "VERSION=" only at start of line in subdir
16231 Makefile. Use "gzip -9" for compression.
16232 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16233 (binutils.tar.z): New target.
16234
16235 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16236
16237 * Makefile.in (taz): Include gpl.texinfo.
16238
16239 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16240
16241 * Makefile.in (setup-dirs): Merged into "taz" target.
16242 (taz): Only do `proto-dir' stuff if a directory is actually needed
16243 for this target.
16244
16245 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16246
16247 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16248 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16249 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16250 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16251 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16252
16253 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16254
16255 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16256 config.sub, and move-if-change to gdb testsuite distribution
16257 archive, so the testsuite can be extracted, configured, and
16258 run separately from the gdb distribution. Blow away the Chill
16259 tests that require a Chill compiled executable, since GNU Chill
16260 is not yet publically available.
16261
16262 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16263
16264 * test-build.mk: set environment variables in a single command,
16265 instead of a list of assignments and exports
16266
16267 * config.guess: recognize Alpha/OSF1 systems
16268
16269 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16270
16271 * configure: Change help message to prefer --options rather than
16272 -options.
16273
16274 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16275
16276 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16277 zippy@ecst.csuchico.edu.
16278 * config.guess: Recognize miniframe.
16279
16280 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16281
16282 * Makefile.in: Use srcroot to find runtest rather than rootme.
16283 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16284
16285 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16286
16287 * test-build.mk: Extensive additions to support building on a
16288 machine other than the host.
16289
16290 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16291
16292 * configure (tooldir): Fix for i386-aix again.
16293
16294 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16295
16296 * configure, Makefile.in: Change definition of $(tooldir)
16297 to match the FSF.
16298
16299 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16300
16301 * config.guess: Recognize i[34]86/SVR4.
16302
16303 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16304
16305 * Makefile.in (all-gdb): gdb depends on sim.
16306
16307 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16308
16309 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16310 at the same time we make the prototype gdb directory.
16311 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16312 files at the same time as the gdb base release distribution.
16313
16314 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16315
16316 * Makefile.in (check): Use individual check targets rather than
16317 DO_X rule.
16318 (check-gcc): Added.
16319
16320 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16321
16322 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16323 for System V release 3.2.
16324
16325 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16326
16327 * config.sub: Recognize hppaosf.
16328 * configure.in: Do configure ld/binutils/gas for it.
16329
16330 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16331
16332 * configure (tooldir): Alter syntax used to set this, for systems
16333 where "\$" isn't handled right, like i386-aix.
16334
16335 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16336
16337 * configure: Pass program-transform-name, not
16338 program_transform_name, to recursive configures.
16339
16340 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16341
16342 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16343 of gas+ld+binutils.
16344
16345 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16346
16347 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16348
16349 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16350
16351 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16352
16353 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16354
16355 * Makefile.in (PRMS): Set back to all-prms.
16356
16357 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16358
16359 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16360 targets, rather than for MIPS hosts.
16361
16362 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16363
16364 * configure.in: add comment for --with-x default values
16365
16366 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16367
16368 * Makefile.in: add check-* targets for each of the directories in
16369 the tree. Add a definition of RUNTEST that will use the one we
16370 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16371
16372 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16373
16374 * configure.in: Removed obsolete references to bfd_target and
16375 target_makefile_frag.
16376
16377 * build-all.mk: Set assorted targets for Q2.
16378 * config.sub: Recognize z8k-sim and h8300-hms.
16379 * test-build.mk: Really don't pass host to configure.
16380 (HOLES): Added uname.
16381
16382 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16383
16384 * configure: Handle an empty program-prefix, program-suffix or
16385 program-transform-name correctly.
16386
16387 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16388
16389 * build-all.mk: -G 8 no longer required for MIPS targets.
16390 * test-build.mk: Don't pass host argument to configure; make it
16391 guess.
16392
16393 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16394
16395 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16396 * Makefile.in (COMPRESS): New macro, like GZIP.
16397
16398 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16399
16400 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16401
16402 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16403 with gas currently defaults to -G 0.
16404
16405 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16406
16407 * Makefile.in (all-flex): flex depends on byacc.
16408
16409 * build-all.mk: If host not specified, use config.guess. Pass TAG
16410 to test-build.mk as RELEASE_TAG.
16411 * test-build.mk (configargs): New variable containing arguments to
16412 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16413 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16414
16415 * config.guess: Use /bin/uname when checking -X argument on SCO,
16416 to avoid invoking GNU uname which doesn't understand -X.
16417
16418 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16419
16420 * configure.in: Build gas for mips-*-*.
16421
16422 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16423
16424 * Makefile.in (all.normal): insert missing backslash.
16425
16426 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16427
16428 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16429
16430 * Makefile.in: Complete overhaul to merge many almost identical
16431 targets.
16432
16433 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16434
16435 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16436 (gdb.tar.Z): Adjusted.
16437
16438 * Makefile.in (setup-dirs, taz): New targets; should be general
16439 enough to adapt for gdb sometime. Build only .z file.
16440 (gas.tar.z): New target.
16441
16442 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16443
16444 * build-all.mk: Use CC=cc -Xs on Solaris.
16445
16446 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16447
16448 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16449 for handling BISON for FSF releases.
16450
16451 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16452
16453 * configure: Actually implement the change zoo just documented.
16454
16455 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16456
16457 * configure: when using config.guess, only set target_alias when
16458 it's not already been set (ie, on the command line)
16459
16460 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16461
16462 * Makefile.in: add installcheck target, set PRMS to install-prms
16463
16464 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16465
16466 * configure: add support for package_makefile_fragment, handle the
16467 case where a directory has a configure.in file but no Makefile.in
16468 more gracefully (with an actual understandable error message, even);
16469 add support for --without (and add this to the usage message); also
16470 explicitly add a --host=${host_alias} to the command line when
16471 config.guess is used
16472
16473 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16474
16475 * configure: Must use both --host and --target in recursive calls.
16476
16477 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16478
16479 * Makefile.in: Change deja-gnu to dejagnu.
16480
16481 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16482
16483 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16484
16485 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16486
16487 * configure.in: canonicalize all instances to *-*-solaris2*,
16488 also strip out a number of tools to not build for go32 host
16489
16490 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16491
16492 * config.guess: add GPL.
16493
16494 * Makefile.in, config.guess, config.sub, configure: bump
16495 copyrights to 93.
16496
16497 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16498
16499 * Makefile.in (do-info): Removed obsolete check for existence of
16500 localenv file.
16501
16502 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16503
16504 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16505
16506 * Makefile.in: a couple of 'else true' for decstation,
16507 support for TclX
16508
16509 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16510
16511 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16512
16513 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16514
16515 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16516
16517 * config.guess: Recognize i386-ibm-aix (PS/2).
16518 * configure.in: Use config/mh-aix386 file for it.
16519
16520 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16521
16522 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16523 CC_FOR_TARGET instead.
16524 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16525
16526 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16527
16528 * Makefile.in: Add sim to list of directories sent with gdb
16529
16530 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16531
16532 * configure.in: Put back mips-dec-bsd* case.
16533
16534 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16535
16536 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16537 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16538 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16539
16540 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16541
16542 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16543
16544 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16545 (install-info): install dir.info only if it exists,
16546 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16547
16548 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16549
16550 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16551 gas for mips-dec-bsd.
16552
16553 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16554
16555 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16556 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16557
16558 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16559
16560 * configure.in: Added "dejagnu" to hosttools list.
16561
16562 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16563
16564 * config.sub, configure.in, config.guess: Add support
16565 for Bosx, an AIX variant from Bull.
16566 Patches from F.Pierresteguy@frcl.bull.fr.
16567
16568 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16569
16570 * devo/dejagnu: Initial creation of devo/dejagnu.
16571 Migrated dejagnu testcases and support files for testing software
16572 tools to reside as subdirectories, currently called "testsuite",
16573 within the directory of the software tool. Migrated all programs,
16574 support libraries, etc. beloging to dejagnu proper from
16575 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16576 with no modifications. The changes to these files which will
16577 allow them to configure, build, and execute properly will be made
16578 in a future update.
16579
16580 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16581
16582 * Makefile.in: Change send_pr to send-pr.
16583 * configure.in: Likewise.
16584 * send_pr: Renamed directory to send-pr.
16585
16586 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16587
16588 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16589
16590 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16591
16592 * README: Update for gdb-4.8 release.
16593 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16594 gdb-xxx.tar.z (gzip'd) file also.
16595
16596 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16597
16598 * Makefile.in: make all-diff depend on all-libiberty
16599
16600 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16601
16602 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16603
16604 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16605
16606 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16607
16608 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16609
16610 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16611 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16612 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16613
16614 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16615
16616 * Makefile.in: makeinfo binary is in a new location
16617
16618 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16619
16620 * config.sub: Accept -ecoff as an OS.
16621
16622 * Makefile.in: Various changes to eliminate a level of make
16623 recursion and reduce the required command line length.
16624 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16625 sub-makes.
16626 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16627 variables holding settings for specific sub-makes.
16628 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16629 in terms of BASE_FLAGS_TO_PASS.
16630 (TARGET_LIBS): New variable listing directories which use
16631 TARGET_FLAGS_TO_PASS.
16632 (subdir_do): Eliminated.
16633 (do-*): New set of targets to replace subdir_do.
16634 (various): All targets which used subdir_do now depend on do-*.
16635 (local-clean): Renamed from do_clean.
16636 (local-distclean): New target, dependency of distclean and
16637 realclean.
16638 (install-info): Don't create directories. Depend on dir.info
16639 rather than calling make recursively.
16640 (install-dir.info): Eliminated.
16641 (install-info-dirs): Create all info directories here.
16642 (dir.info): Depend upon do-install-info.
16643
16644 * test-build.mk (HOLES): Added false.
16645
16646 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16647
16648 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16649
16650 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16651
16652 * Makefile.in (info): remove dependency on all-texinfo. The
16653 problem was really in texinfo/C, not at this level.
16654
16655 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16656
16657 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16658
16659 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16660
16661 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16662 GDB releases.
16663
16664 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16665
16666 * configure: Include srcdir in message about target of link not
16667 being found. Don't convert `-' to `_' in `with' options being
16668 passed to subdirs.
16669
16670 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16671
16672 * configure.in: add uudecode to host_tools
16673
16674 * Makefile.in: added {all,install}-uudecode targets, added them to
16675 the appropriate lists
16676
16677 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16678
16679 * Makefile.in (all-gcc): Added dependency on all-gas.
16680
16681 * configure.in (mips-*-*): Build ld and binutils.
16682
16683 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16684
16685 * configure: check return code from mkdir, print error message and
16686 exit on failure.
16687
16688 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16689
16690 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16691
16692 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16693
16694 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16695
16696 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16697
16698 * config.sub (h8500): Recognize this as a cpu type.
16699
16700 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16701
16702 * configure: source directory missing is no longer a warning
16703
16704 * configure.in: recognize irix[34]* instead of irix[34]
16705
16706 * Makefile.in: define and pass down X11_LIB
16707
16708 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16709
16710 * guess-systype: Renamed to ...
16711 * config.guess: ... by popular request.
16712 * configure.in, Makefile.in: Update accordingly.
16713
16714 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16715
16716 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16717 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16718 + Execute ./dummy instead of assuming . is in PATH.
16719
16720 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16721
16722 * guess-systype: New shell script. Attempts to guess the
16723 canonical host name of the executing host.
16724 Only a few hosts are supported so far.
16725 * configure: Call guess-systype if no host is specified.
16726
16727 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16728
16729 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16730 gcc Makefile.
16731
16732
16733 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16734
16735 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16736 (all-gcc, install-gcc, subdir_do): Use it.
16737
16738 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16739
16740 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16741
16742 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16743
16744 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16745 set exclusively by configure, using configure.in .
16746
16747 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16748
16749 * test-build.mk: set $PATH for all builds
16750
16751 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16752
16753 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16754
16755 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16756 the one used in gcc/Makefile.in, so that a null expansion doesn't
16757 override the one needed to build gcc with a native cc.
16758
16759
16760 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16761
16762 * configure: Accept -with arguments.
16763
16764 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16765
16766 * Makefile.in: added h8300sim
16767
16768 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16769
16770 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16771 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16772 (all-cygnus, native, build-cygnus): Make
16773 $(canonhost)-stamp-3stage-done, not $(host)....
16774 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16775 i386-sco3.2v4. Added else true to if command.
16776
16777 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16778
16779 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16780
16781 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16782
16783 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16784
16785 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16786
16787 * configure.in: don't remove binutils from Solaris builds
16788
16789 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16790
16791 * Makefile.in: get rid of earlier definitions for *clean,
16792 also handle the recursive info rule better
16793
16794 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16795
16796 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16797 do more-or-less the right thing.
16798
16799 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16800
16801 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16802 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16803
16804 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16805
16806 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16807 $(host_canonical).
16808
16809 * configure.in: split the configdirs list into 4 categories (native
16810 v. cross, library v. tool) and handle the cross-only and native-
16811 only in more reasonable (and correct!) way.
16812
16813 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16814
16815 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16816 configdirs anymore.
16817
16818 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16819
16820 * Makefile.in: extensive cleanup:: removed all of the explicit
16821 clean-* targets, collapsed many wrappers around subdir_do into
16822 one, added additional targets to satisfy standards.texi, deleted
16823 some old targets, some changes for consistency
16824
16825 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16826
16827 * configure.in: handle some programs as cross-only, and others as
16828 native only
16829
16830 * test-build.mk: handle partial holes in a more generic manner
16831
16832 * Makefile.in: m4 depends on libiberty
16833
16834 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16835
16836 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16837 time, wdiff, and find to configdirs
16838
16839 * Makefile.in: all, clean, and install rules for the new programs
16840 added to configure.in
16841
16842 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16843
16844 * configure.in: use mh-sun for all *-sun-* hosts
16845
16846 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16847
16848 * Makefile.in: define flags for X11 include files and library file
16849 locations, pass them down to the programs that need this info
16850
16851 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16852
16853 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16854
16855 * configure.in: start building libg++ for HP-UX targets
16856
16857 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16858
16859 * README: Update references to files moved into etc/.
16860
16861 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16862
16863 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16864 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16865
16866 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16867
16868 * configure: accept dash as well as underscore in long option
16869 names for FSF compatibility.
16870
16871 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16872
16873 * config.sub: added -sco3.2v4 support from FSF.
16874
16875 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16876
16877 * configure.in: expand the section that adds or removes
16878 directories from the list of programs to build, to handle native
16879 vs. cross in addition to host v. native
16880
16881 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16882
16883 * Makefile.in: Replace C++ in macro names with CXX.
16884 This is less likely to break ...
16885
16886 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16887
16888 * test-build.mk: add -w to GNU_MAKE
16889
16890 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16891
16892 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16893 add 'sparc' to list of recognized cpus. This needed to make
16894 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16895 Delete some redundant ose68 variants. Recognize -wrs as an os,
16896 then changes that into $CPU-wrs-vxworks.
16897
16898 * configure.in: remove most references to gdbtest, regularize
16899 target based program removal
16900
16901 * test-build.mk: import from p3 tree (many fixes and changes)
16902
16903 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16904
16905 * Makefile.in: added rules to handle tcl, tk, and expect
16906
16907 * configure.in: handle those directories if they exist
16908
16909 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16910
16911 * config.sub: removed bogus hppabsd and hppahpux names, since
16912 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16913
16914 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16915
16916 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16917 depends upon all-xiberty
16918
16919 * Makefile.in: changes from p3, including:
16920
16921 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16922
16923 * Makefile.in (XTRAFLAGS): include newlib directories if
16924 newlib/Makefile exists, rather than if host != target.
16925
16926 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16927
16928 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16929 from the same source tree and not building a cross-compiler. This
16930 matters for the libg++ configuration if reconfiguring a tree that
16931 has already been installed.
16932
16933 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16934
16935 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16936 pick up the machine and system specific header files.
16937
16938 * Makefile.in: added AS_FOR_TARGET, passed down in
16939 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16940 the C compiler to use to create programs which are run in the
16941 build environment, set it to default to $(CC), and passed it down
16942 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16943
16944 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16945
16946 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16947 We need them for unusual native builds, like systems without
16948 ranlib.
16949
16950 * configure: also define $(host_canonical) and
16951 $(target_canonical), which are the full, canonical names for the
16952 given host and target
16953
16954 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16955
16956 * Makefile.in: Added separate definitions for C++.
16957
16958 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16959
16960 * configure.in (configdirs): Add deja-gnu.
16961
16962 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16963
16964 * README: Update for configure.texi and gdb-4.7 release.
16965
16966 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16967
16968 * Makefile.in: Move "all" target to top of file.
16969 Previously, first target was ".PHONY" which caused BSD4.4 make
16970 to build .PHONY when make was run without arguments.
16971
16972 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16973
16974 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16975 Library-copylefted code in libiberty.
16976
16977 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16978
16979 * config.sub: Replace m68kmote with plain old m68k.
16980
16981 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16982
16983 * Makefile.in: Remove space from blank line, avoid Make complaints.
16984
16985 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16986
16987 * config.sub: Complain if no argument is given. Added support for
16988 386bsd as OS and target alias.
16989
16990 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16991
16992 * Makefile.in (XTRAFLAGS): include newlib directories if
16993 newlib/Makefile exists, rather than if host != target.
16994
16995 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16996
16997 * config.sub: recognize sparclite-wrs-vxworks.
16998
16999 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17000 p3.) Added clean-xiberty to clean.
17001
17002 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17003
17004 * configure.in: use *-*-* instead of nested cases for host and target
17005
17006 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17007
17008 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17009 from the same source tree and not building a cross-compiler. This
17010 matters for the libg++ configuration if reconfiguring a tree that
17011 has already been installed.
17012
17013 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17014
17015 * config.sub (i486v/i486v4): Merge in from FSF version.
17016
17017 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17018
17019 * configure: only set PWD if it is already set.
17020
17021 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17022
17023 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17024 doesn't have unset and all success paths (and most error paths)
17025 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17026 to just ${PWD} to avoid confusion.)
17027
17028 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17029
17030 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17031 even for a native compilation.
17032
17033 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17034
17035 Changes to make the gdb.tar.Z rule work better.
17036
17037 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17038 (DEVO_SUPPORT): Add configure.texi.
17039 (bfd-ilrt.tar.Z): Remove ancient rule.
17040
17041 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17042
17043 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17044 pick up the machine and system specific header files.
17045
17046 * configure.in, config.sub: added new target m68010-adobe-scout,
17047 with alias of adobe68k. Changed configure.in to check for
17048 -scout before -sco* to avoid a false match.
17049
17050 * Makefile.in: added AS_FOR_TARGET, passed down in
17051 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17052 the C compiler to use to create programs which are run in the
17053 build environment, set it to default to $(CC), and passed it down
17054 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17055
17056 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17057
17058 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17059 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17060 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17061 FOR_TARGET variants, to newlib and libg++.
17062
17063 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17064
17065 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17066 first.
17067
17068 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17069
17070 * config.sub: Accept `elf' as an environment.
17071
17072 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17073
17074 * Makefile.in (all-opcodes): cd into the right directory
17075
17076 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17077
17078 * configure: added -program_transform_name option, used as
17079 argument to sed when installing programs.
17080 configure.texi: added documentation for -program_prefix,
17081 -program_suffix and -program_transform_name.
17082
17083 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17084
17085 * config.sub: Accept i486 where i386 ok.
17086
17087 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17088
17089 * config.sub: accept we32k
17090
17091 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17092
17093 * config.sub, configure.in: accept OSE68000 and OSE68k.
17094
17095 * Makefile.in: don't create all directories for ``make install'';
17096 let the subdirectories create the ones they need.
17097
17098 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17099
17100 * COPYING: new file, GPL v2
17101
17102 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17103
17104 * Makefile.in: use the new gen-info-dir, which needs a template
17105 argument (which also lives in texinfo)
17106
17107 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17108
17109 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17110
17111 * config.sub (ncr3000): Change i386 to i486.
17112
17113 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17114
17115 * Makefile.in: add install-rcs, install-grep to
17116 install-no-fixedincludes, removed install-bison and install-libgcc
17117
17118 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17119
17120 * configure.in: grab the HPUX makefile fragment if on HPUX
17121
17122 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17123
17124 * Makefile.in: eradicate bison spoor (ditto libgcc).
17125 configure.in: recognise m68{k,000}-ericsson-OSE.
17126 es1800 is alias for m68k-ericsson-OSE
17127
17128 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17129
17130 * configure.in: rearrange the parts that remove programs from
17131 configdirs, based now on HOST==TARGET or by canonical triple.
17132
17133 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17134
17135 * test-build.mk: recurse explicitly with -f test-build.mk when
17136 appropriate. predicate stage3 and comparison on the existence
17137 of gcc. That is, if gcc isn't around, we aren't three-staging.
17138 On very clean, also remove ...stamp-co. Build in-place before
17139 doing other builds.
17140
17141 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17142
17143 * Makefile.in, configure.in: add tgas
17144
17145 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17146
17147 * Makefile.in: a number of changes merged in from progressive.
17148
17149 * configure.in: add libm.
17150
17151 * .cvsignore: ignore some stuff that comes from test-build.mk.
17152
17153 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17154
17155 * config.sub: Add es1800 (m68k-ericsson-es1800).
17156
17157 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17158
17159 * configure: Add program_suffix (parallel to program_prefix)
17160 * Makefile.in: adjust directory-creating script for losing decstation
17161
17162 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17163
17164 * configure: Minor $subdir-related fixes.
17165
17166 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17167
17168 * configure: fix various problems with propogating
17169 makefile_target_frag in subdirs.
17170 * configure.in: config libgcc if its there
17171
17172 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17173
17174 * config.sub: HPPA merge.
17175
17176 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17177
17178 * Makefile.in: Replace all-bison with all-byacc in all
17179 dependency lines for other tools (which now use byacc).
17180
17181 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17182
17183 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17184
17185 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17186
17187 * Makefile.in: make gprof rules similar to byacc rules (instead of
17188 vestigal $(unsubdir) that didn't work...)
17189
17190 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17191
17192 * config.sub: Add support for Linux.
17193 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17194 (at least for libg++).
17195
17196 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17197
17198 * configure.texi: fix doc for the -nfp option to configure
17199
17200 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17201
17202 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17203
17204 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17205
17206 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17207 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17208 * configure.in: added solaris* host_makefile_frag hook.
17209
17210 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17211
17212 * config.sub: changed recognition of m68000 so that various
17213 m68k types can be specified via m680[01234]0
17214
17215 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17216
17217 * config.sub (basic_machine): fix sed so that '-foo' isn't
17218 completely substituted out while .+'-foo' loses the '-foo'
17219
17220 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17221
17222 * config.sub ($os): Add -aout.
17223
17224 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17225
17226 * configure: If host_makefile_frag is absolute, don't
17227 prefix ${invsubdir} (relevant to libg++ auto-configure).
17228
17229 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17230
17231 * Makefile.in (tooldir): Define it.
17232 (all-ld): Depend on all-flex.
17233
17234 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17235
17236 * Makefile.in (check): Fix libg++ special case.
17237
17238 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17239
17240 * configure: do not bury `pwd` into config.status, thus do fewer
17241 pwd's.
17242
17243 * configure: print the "Building in" message only when building in
17244 other than "." AND verbose.
17245
17246 * configure: remove -s, rework -v to better accommodate guested
17247 configures.
17248
17249 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17250
17251 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17252
17253 * Makefile.in: macroize flags passed on recursion. remove
17254 fileutils.
17255
17256 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17257
17258 * configure: get makesrcdir right for subdirs deeper than 1.
17259
17260 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17261 install.
17262
17263 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17264
17265 * Makefile.in: don't print subdir_do or recursion lines.
17266
17267 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17268
17269 * standards.texi: added menu item.
17270
17271 * Makefile.in: build and install standards.info.
17272
17273 * standards.texi: new file.
17274
17275 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17276
17277 * configure: test for and move config.status pieces from
17278 ${subdir}/.
17279
17280 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17281
17282 * configure: Test for existance of files before trying to mv
17283 them, to avoid numerous non-existance messages.
17284
17285 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17286
17287 * configure: correct final line of config.status.
17288
17289 * configure: patch from eggert. Avoids a protection problem if
17290 the original Makefile.in is read only.
17291
17292 * configure: use move-if-change from gcc to create config.status.
17293 Some makefiles depend on config.status to tell if a directory
17294 has been reconfigured for a different host. This change
17295 prevents those directories from remaking everything in the case
17296 where the reconfig was only intended to rebuild a Makefile.
17297
17298 * configure: test for config.sub with "config.sub sun4" rather
17299 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17300 host alias from a missing config.sub.
17301
17302 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17303
17304 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17305 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17306
17307 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17308
17309 * configure: mkdir ${subdir} as needed.
17310
17311 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17312
17313 * Makefile.in,configure.in: added autoconf.
17314
17315 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17316
17317 * Makefile.in: no longer pass against on recursion.
17318
17319 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17320 definitions are not inherited.
17321
17322 * configure: correct makesrcdir when subdir is .
17323
17324 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17325
17326 * configure: Add support for 'subdirs' variable, which is
17327 like 'configdirs', except that configure doesn't re-invoke
17328 itself for subdirs, it just creates a Makefile for each subdir.
17329 * configure.texi: Document subdirs.
17330
17331 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17332
17333 * configure.in: added flex to configdirs
17334
17335 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17336
17337 * Makefile.in: remove clean-stamps from clean.
17338
17339 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17340
17341 * configure.in: Add gdbtest to configdirs.
17342
17343 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17344
17345 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17346 to recursive makes.
17347 * configure.in: Recognize new ncr3000 config.
17348
17349 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17350
17351 * Makefile.in, configure.in: removed references to gdbm.
17352
17353 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17354
17355 * config.sub: Don't canonicalize os value
17356 newsos* to bsd (readline needs to check for newsos).
17357 (This fix was earlier made Jan 31, but got re-broken.)
17358
17359 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17360
17361 * configure.in: sco is an os, not a vendor!
17362
17363 * configure: Quote $( better. Keep various shells happy.
17364
17365 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17366
17367 * Makefile.in: eliminate stamp-files.
17368
17369 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17370
17371 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17372 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17373
17374 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17375
17376 * config.sub: fix iris/iris3.
17377
17378 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17379
17380 * configure: re-add -rm.
17381
17382 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17383
17384 * Maskefile.in: add .stmp-rcs to all.
17385
17386 * configure.in: remove gas from rs6000 build, use aix host fragment.
17387
17388 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17389
17390 * configure: pass down site_option during recursion.
17391
17392 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17393
17394 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17395
17396 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17397
17398 * configure: Change exec_prefix so that it really defaults to prefix.
17399
17400 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17401
17402 * Makefile.in, configure.in: Add support for mmalloc library.
17403
17404 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17405
17406 * Makefile.in: add stmp dependencies for a few more things.
17407
17408 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17409
17410 * configure: adjusted error message on objdir/srcdir configure
17411 collision, per john's suggestion.
17412
17413 * Makefile.in: add libiberty stmp to all and all.cross.
17414
17415 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17416
17417 * Makefile.in: remove force dependencies, add grep to all.
17418
17419 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17420
17421 * Makefile.in: drop flex. make stamp files work.
17422
17423 * configure: added test for conflicting configuration in srcdir,
17424 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17425 gets cranky. use relative paths for configure and srcdir
17426 whenever possible. Send some error messages to stderr that were
17427 going to stdout.
17428
17429 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17430
17431 * Makefile.in: Fix libg++ rule to check for gcc directory
17432 before using gcc/gcc. Also pass XTRAFLAGS.
17433
17434 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17435
17436 * Makefile.in: added stmp-files so that directories aren't polled
17437 when they are already built.
17438
17439 * configure.texi: fixed a node pointer problem.
17440
17441 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17442
17443 * config.sub configure.in gdb/configure.in
17444 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17445 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17446 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17447
17448 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17449
17450 * configure: -recurring becomes -silent. corrected help message
17451 for -site= option.
17452
17453 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17454
17455 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17456
17457 * configure: when building Makefile for crosses, replace
17458 tooldir and program_prefix. default srcdir from location of
17459 config.sub. remove "for host in hosts" and "for target in
17460 targets" loops.
17461
17462 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17463
17464 * Makefile.in: Do not pass bindir or mandir to cvs.
17465
17466 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17467
17468 * Makefile.in, configure.in: removed traces of namesubdir,
17469 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17470 copyrights to '92, changed some from Cygnus to FSF.
17471
17472 * configure.texi: remove most references to multiple hosts,
17473 multiple targets, subdirs, etc.
17474
17475 * configure.man: removed rcsid. reference config.sub not
17476 config.subr.
17477
17478 * Makefile.in: mkdir $(infodir) on install-info.
17479
17480 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17481
17482 * configure.texi: Explain better about .gdbinit and about
17483 the environment that configure.in sections run in.
17484
17485 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17486
17487 * configure.in: Ultrix is only a decstation if it's a MIPS.
17488
17489 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17490
17491 * README: DOC.configure => cfg-paper.texi.
17492
17493 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17494
17495 * config.sub (near case $os): Don't convert newsos* to bsd!
17496
17497 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17498
17499 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17500 the number of copies of COPYING that go into the GDB tar file.
17501
17502 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17503
17504 * bfd/configure.in, gdb/config/mh-i386sco,
17505 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17506 Fix SCO configuration stuff.
17507
17508 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17509
17510 * Makefile.in: For libg++, make sure the -I pointing
17511 to the gcc directory goes *after* all the libg++-local -I flags.
17512 Also, move just-gcc dependency from just-libg++ to all-libg++.
17513
17514 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17515
17516 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17517
17518 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17519
17520 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17521
17522 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17523
17524 * config.sub: Add stratus configuration frags. Also
17525 submitted to FSF.
17526
17527 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17528
17529 * Makefile.in (DEV_SUPPORT): add configure.man.
17530
17531 * config.sub(Decode manufacturer-specific): add -none*.
17532
17533 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17534
17535 * Makefile.in: remove form feeds to make Sun's make happy.
17536 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17537
17538 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17539
17540 * Makefile.in (AR_FLAGS): Make quieter.
17541
17542 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17543
17544 * configure.in: Add libg++.
17545 * configure: When verbose, don't output the command line at each
17546 level; it will be unremarkably the same as the previous version,
17547 which will be the same as what the user typed.
17548
17549 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17550
17551 * configure.in, Makefile.in: fix clean-info, add flex. add
17552 fileutils.
17553
17554 * configure: be less sensitive to spaces in Makefile.in. Do not
17555 look for sources in "..". Doing so breaks subdirectories that
17556 might have their own configure. If a subdir has it's own
17557 configure script, use it.
17558
17559 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17560
17561 * cfg-paper.texi: some changes suggested by rms.
17562
17563 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17564
17565 * config.sub: Merge in some small additions from the FSF version,
17566 taken from the gcc distribution, to bring the Cygnus and FSF
17567 versions into closer sync.
17568
17569 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17570
17571 * configure.in: Changed svr4 references to sysv4.
17572
17573 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17574
17575 * configure: added -V for version number option.
17576
17577 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17578
17579 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17580 renamed from DOC.configure to cfg-paper.texi.
17581
17582 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17583
17584 * configure, config.subr, config.sub: config.subr is now
17585 config.sub again.
17586
17587 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17588
17589 * configure.texi: new file, in progress.
17590
17591 * Makefile.in: build info file and install the man page for
17592 configure.
17593
17594 * configure.man: new file, first cut.
17595
17596 * configure: find config.subr again now that configuration "none"
17597 has gone. removed all traces of the -ansi option. removed all
17598 traces of the -languages option.
17599
17600 * config.subr: resync from rms.
17601
17602 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17603
17604 * configure, config.sub, config.subr: merge config.sub into
17605 config.subr, call the result config.subr, remove config.sub, use
17606 config.subr.
17607
17608 * Makefile.in: revised install for dir.info.
17609
17610 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17611
17612 * configure.in: add decstation host makefile frag.
17613
17614 * Makefile.in: BISON now bison -y again. also install-gcc on
17615 install. clean-gdbm on clean. infodir belongs in datadir.
17616 Make directories for info install. Build dir.info here then
17617 install it.
17618
17619 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17620
17621 * Makefile.in: fix for bad directory tests.
17622
17623 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17624
17625 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17626 regexp. -srcdir relative was being handled incorrectly.
17627
17628 * Makefile.in: unwrapped some for loops so that parallel makes
17629 work again and so one can focus one's attention on a particular
17630 package.
17631
17632 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17633
17634 * configure: added PWD as a stand in for `pwd` (for speed). use
17635 elif wherever possible. make -srcdir work without -objdir.
17636 -objdir= commented out.
17637
17638 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17639
17640 * configure: +options become --options. -subdirs commented out.
17641 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17642 Makefile now at top of generated Makefile. Removed cvs log
17643 entries. added -srcdir. create .gdbinit only if there is one
17644 in ${srcdir}.
17645
17646 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17647 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17648 and mandir now keyed off datadir by default.
17649
17650 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17651
17652 * Freshly created ChangeLog.
17653
17654 \f
17655 Local Variables:
17656 mode: change-log
17657 left-margin: 8
17658 fill-column: 76
17659 version-control: never
17660 End: