class.c (gfc_find_derived_vtab): Disable ABI-breaking generation of the "_final"...
[gcc.git] / ChangeLog
1 2012-08-27 Ulrich Drepper <drepper@gmail.com>
2
3 * MAINTAINERS: Fix my email address.
4
5 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
6
7 PR binutils/4970
8 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
9 and opcodes.
10 * Makefile.in: Regenerated.
11
12 2012-08-26 Art Haas <ahaas@impactweather.com>
13
14 * configure: Regenerate.
15
16 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
17
18 * INSTALL/README: Also refer to the online installation
19 instructions.
20
21 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
22
23 * MAINTAINERS (Write After Approval): Add myself.
24 (Picochip port): Remove myself.
25
26 2012-08-14 Diego Novillo <dnovillo@google.com>
27
28 Merge from cxx-conversion branch.
29
30 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
31 POSTSTAGE1_CONFIGURE_FLAGS.
32 * Makefile.in: Regenerate.
33 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
34 Force C++ when bootstrapping.
35 * configure: Regenerate.
36
37 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
38
39 * MAINTAINERS (Write After Approval): Add myself.
40
41 2012-07-16 Joseph Myers <joseph@codesourcery.com>
42
43 * README: Document use of ranges of years in copyright notices.
44
45 2012-07-06 Richard Guenther <rguenther@suse.de>
46
47 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
48 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
49 --with-gmp=system.
50 * Makefile.in: Regenerated.
51 * configure: Likewise.
52
53 2012-07-06 Richard Guenther <rguenther@suse.de>
54
55 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
56 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
57 supply V=1 as extra_make_flags.
58 * configure: Regenerated.
59 * Makefile.in: Likewise.
60
61 2012-07-04 Tristan Gingold <gingold@adacore.com>
62
63 * configure: Regenerate.
64
65 2012-07-03 Richard Guenther <rguenther@suse.de>
66
67 * Makfile.def (isl): Remove not necessary extra_exports and
68 extra_make_flags.
69 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
70 * Makefile.in: Regenerated.
71
72 2012-07-03 Richard Guenther <rguenther@suse.de>
73
74 * Makefile.def (cloog): Add V=1 to extra_make_flags.
75 * configure.ac: If either the ISL or the CLooG check failed
76 do not try to build in-tree versions.
77 * Makefile.in: Regenerated.
78 * configure: Regenerated.
79
80 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
81
82 * configure: Regenerate.
83
84 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
85
86 * MAINTAINERS (Various Maintainers): Add myself as testsuite
87 maintainer.
88
89 2012-07-02 Richard Guenther <rguenther@suse.de>
90
91 * configure: Regenerated.
92
93 2012-07-02 Richard Guenther <rguenther@suse.de>
94 Michael Matz <matz@suse.de>
95 Tobias Grosser <tobias@grosser.es>
96 Sebastian Pop <sebpop@gmail.com>
97
98 * Makefile.def: Add ISL host module, remove PPL host module.
99 Adjust ClooG host module to use the proper ISL.
100 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
101 * configure.ac: Include config/isl.m4. Add ISL host library,
102 remove PPL. Remove PPL configury, add ISL configury, adjust
103 ClooG configury.
104 * Makefile.in: Regenerated.
105 * configure: Likewise.
106
107 2012-07-02 Richard Guenther <rguenther@suse.de>
108
109 Merge from graphite branch
110 2011-07-21 Tobias Grosser <tobias@grosser.es>
111
112 * configure: Regenerated.
113 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
114 both cloog.org and legacy versions. The only supported version will
115 be CLooG with the isl backend.
116
117 2011-07-21 Tobias Grosser <tobias@grosser.es>
118
119 * configure: Regenerated.
120 * configure.ac: Require cloog isl 0.17.0
121
122 2011-07-21 Tobias Grosser <tobias@grosser.es>
123
124 * configure: Regenerated.
125 * config/cloog.m4: Do not define CLOOG_ORG
126
127 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
128
129 * configure.ac: Skip C if explicitly selected.
130 * configure: Regenerate.
131
132 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
133
134 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
135 they contain -O2.
136 * configure: Regenerate.
137
138 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
139
140 PR debug/53740
141 * df.h, df-problems.c, dce.c: Revert last patch.
142
143 2012-06-25 Iain Sandoe <iain@codesourcery.com>
144
145 * MAINTAINERS (Write After Approval): Update my email address.
146
147 2012-06-21 Meador Inge <meadori@codesourcery.com>
148
149 * MAINTAINERS (Write After Approval): Add myself.
150
151 2012-06-20 Jason Merrill <jason@redhat.com>
152
153 * Makefile.tpl (check-target-libgomp-c++): New.
154 (check-target-libitm-c++): New.
155 * Makefile.def (c++): Add them.
156 * Makefile.in: Regenerate.
157
158 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
159
160 * MAINTAINERS (Write After Approval): Add myself.
161
162 2012-05-16 Olivier Hainque <hainque@adacore.com>
163
164 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
165 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
166 (install-no-fixedincludes): Adjust accordingly.
167 * Makefile.in: Regenerate.
168
169 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
170
171 Merge upstream change
172 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
173
174 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
175
176 * MAINTAINERS (Write After Approval): Add myself.
177
178 2012-05-09 Nick Clifton <nickc@redhat.com>
179 Paul Smith <psmith@gnu.org>
180
181 PR bootstrap/50461
182 * configure.ac (mpfr-dir): When using in-tree MPFR sources
183 allow for the fact that from release v3.1.0 of MPFR the source
184 files were moved into a src sub-directory.
185 * configure: Regenerate.
186
187 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
188
189 * configure.ac: Bump minimum MPFR version to 2.4.0.
190 * configure: Regenerated.
191
192 2012-05-01 Richard Henderson <rth@redhat.com>
193
194 * Makefile.def (libatomic): New target_module.
195 * configure.ac (target_libraries): Add libatomic.
196 (noconfigdirs): Check if libatomic is supported.
197 * Makefile.in, configure: Rebuild.
198
199 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
200
201 * MAINTAINERS (Write After Approval): Add myself.
202
203 2012-04-25 Joel Brobecker <brobecker@adacore.com>
204
205 * config.sub: Update to 2012-04-18 version from official repo.
206
207 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
208
209 * MAINTAINERS (Write After Approval): Add myself.
210
211 2012-04-11 Steve Ellcey <sellcey@mips.com>
212
213 * MAINTAINERS: Changed email address.
214
215 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
216
217 PR target/52737
218 * contrib/gcc_update (files_and_dependencies):
219 Remove gcc/config/avr/t-multilib from touch data.
220
221 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
222
223 * MAINTAINERS (OS Port Maintainers): Remove irix.
224 * configure.ac (enable_libgomp): Remove *-*-irix6*.
225 (unsupported_languages): Remove mips-sgi-irix6.*.
226 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
227 (with_stabs): Remove.
228 * configure: Regenerate.
229
230 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
231
232 * MAINTAINERS (OS Port Maintainers): Remove osf.
233 * configure.ac (enable_libgomp): Remove *-*-osf*.
234 (with_stabs): Remove alpha*-*-osf*.
235 * configure: Regenerate.
236
237 2012-03-05 Tristan Gingold <gingold@adacore.com>
238
239 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
240 * configure: Regenerate.
241
242 2012-02-17 Walter Lee <walt@tilera.com>
243
244 * MAINTAINERS: (Write After Approval): Delete myself.
245
246 2012-02-14 Walter Lee <walt@tilera.com>
247
248 * MAINTAINERS (tilegx port): Add myself.
249 (tilepro port): Add myself.
250 (Write After Approval): Add myself.
251
252 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
253
254 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
255 and Joseph Myers as docstring relicensing maintainers.
256
257 2012-02-09 Bin Cheng <bin.cheng@arm.com>
258
259 * MAINTAINERS (write-after-approval): Add myself.
260
261 2012-02-08 Ira Rosen <irar@il.ibm.com>
262
263 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
264 maintainer.
265
266 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
267
268 * MAINTAINERS (Write After Approval): Move myself to
269 maintain alphabetical order.
270
271 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
272
273 * MAINTAINERS (Write After Approval): Add myself.
274
275 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
276
277 * MAINTAINERS (Write After Approval): Add myself.
278
279 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
280 Jayant R Sonar <jayant.sonar@kpitcummins.com>
281
282 * configure.ac (cr16-*-*): Remove nonconfigdirs.
283 * configure: Regenerate.
284
285 2012-01-23 Harshit Chopra <harshit@google.com>
286
287 * MAINTAINERS (Write After Approval): Add myself.
288
289 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
290
291 * configure.ac: Remove reference to mh-interix.
292 * configure: Regenerate.
293
294 2012-01-05 Richard Henderson <rth@redhat.com>
295
296 PR bootstrap/51072
297 * configure.ac: Disable libitm if c++ is not enabled.
298 * configure: Rebuild.
299
300 * configure.ac: Fix regexp for same.
301 * configure: Rebuild.
302
303 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
304
305 * MAINTAINERS (Write After Approval): Add myself.
306
307 2012-01-02 Richard Guenther <rguenther@suse.de>
308
309 PR bootstrap/51686
310 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
311 * Makefile.in: Regenerate.
312
313 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
314
315 * MAINTAINERS (Write After Approval): Add myself.
316
317 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
318
319 * configure: Regenerate.
320
321 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
322
323 * MAINTAINERS (picochip): Changed email address.
324
325 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
326
327 * MAINTAINERS (write-after-approval): Add self.
328
329 2011-11-29 DJ Delorie <dj@redhat.com>
330
331 * configure.ac (rl78-*-*) New case.
332 * configure: Regenerate.
333 * MAINTAINERS: Add myself as RL78 maintainer.
334
335 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
336
337 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
338
339 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
340
341 * libtool.m4: Additional FreeBSD 10 fixes.
342
343 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
344
345 * MAINTAINERS: Move myself from Write After Approval to CPU Port
346 Maintainers section, as Epiphany maintainer.
347
348 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
349
350 PR target/49992
351 * configure.ac: Remove ranlib special-casing for Darwin.
352 * configure: Regenerate.
353
354 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
355
356 * MAINTAINERS (Reviewers): Keep the list sorted.
357
358 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
359
360 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
361
362 2011-11-09 Roland McGrath <mcgrathr@google.com>
363
364 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
365 * configure: Rebuild.
366 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
367 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
368 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
369 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
370 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
371 Add READELF.
372 * Makefile.in: Rebuild.
373
374 2011-11-09 Jason Merrill <jason@redhat.com>
375
376 * Makefile.def (language=c++): Remove check-c++0x.
377 * Makefile.in (check-gcc-c++): Regenerate.
378
379 2011-11-08 Richard Henderson <rth@redhat.com>
380
381 * configure.ac: Test for libitm directory present first.
382
383 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
384
385 * configure.ac: Test libitm/configure.tgt to disable libitm.
386 * configure: Rebuild.
387
388 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
389 Richard Henderson <rth@redhat.com>
390
391 Merged from transactional-memory.
392
393 * Makefile.def (lang_env_dependencies): libitm is c++.
394 Add libitm target module.
395 * configure.ac: Likewise.
396 * config/mmap.m4: New file.
397 * contrib/gcc_update: Add libitm to touch data.
398 * Makefile.in, configure: Rebuild.
399
400 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
401
402 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
403 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
404 * Makefile.in: Regenerate.
405
406 2011-11-01 DJ Delorie <dj@redhat.com>
407
408 * config.sub: Update to version 2011-10-29 (added rl78)
409
410 2011-10-27 Nick Clifton <nickc@redhat.com>
411
412 * config.sub: Import these changes from the config project:
413
414 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
415 Ben Elliston <bje@gnu.org>
416
417 * config.sub (epiphany): New.
418
419 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
420 Ben Elliston <bje@gnu.org>
421
422 * config.sub (hexagon, hexagon-*): New.
423
424 2011-08-23 Roland McGrath <mcgrathr@google.com>
425
426 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
427 64eb to be64.
428
429 2011-08-16 Roland McGrath <mcgrathr@google.com>
430
431 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
432 (nacl): Grok as alias for 32el-unknown-nacl.
433
434 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
435
436 * MAINTAINERS (Write After Approval): Add myself.
437
438 2011-10-24 Teresa Johnson <tejohnson@google.com>
439
440 * MAINTAINERS (Write After Approval): Add myself.
441
442 2011-09-21 Jakub Jelinek <jakub@redhat.com>
443
444 * MAINTAINERS (sparc port): Remove myself.
445
446 2011-09-14 Tom de Vries <tom@codesourcery.com>
447
448 * MAINTAINERS (Write After Approval): Add myself.
449
450 2011-08-14 Yao Qi <yao@codesourcery.com>
451
452 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
453 * configure: Regenerate.
454
455 2011-07-26 Ian Lance Taylor <iant@google.com>
456
457 * configure.ac: Set have_compiler based on whether gcc directory
458 exists, rather than on whether gcc is in configdirs.
459 * configure: Rebuild.
460
461 2011-07-21 Joseph Myers <joseph@codesourcery.com>
462
463 * MAINTAINERS (Global Reviewers): Add self.
464
465 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
466
467 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
468 link directories.
469 * Makefile.in: Rebuild.
470
471 2011-07-20 Ian Lance Taylor <iant@google.com>
472
473 PR bootstrap/49787
474 * configure.ac: Move --enable-bootstrap handling earlier in file.
475 If --enable-bootstrap and either --enable-build-with-cxx or
476 --enable-build-poststage1-with-cxx, enable C++ automatically.
477 * configure: Rebuild.
478
479 2011-07-19 Ian Lance Taylor <iant@google.com>
480
481 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
482 make C++ a boot_language. Set and substitute
483 POSTSTAGE1_CONFIGURE_FLAGS.
484 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
485 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
486 * configure, Makefile.in: Rebuild.
487
488 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
489
490 * MAINTAINERS (Register Allocation): Move myself from reviewers to
491 maintainers.
492
493 2011-07-18 Jakub Jelinek <jakub@redhat.com>
494
495 * MAINTAINERS (Global Reviewers): Add myself.
496
497 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
498
499 * configure: Regenerate.
500
501 2011-07-16 Jason Merrill <jason@redhat.com>
502
503 * Makefile.def (language=c++): Add check-c++0x and
504 check-target-libmudflap-c++.
505 * Makefile.tpl (check-target-libmudflap-c++): New.
506 * Makefile.in: Regenerate.
507
508 2011-07-16 Matthias Klose <doko@ubuntu.com>
509
510 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
511 * Makefile.def (target_modules/libjava): Pass
512 $(EXTRA_CONFIGARGS_LIBJAVA).
513 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
514 if not configured with --enable-static-libjava.
515 * Makefile.in: Regenerate.
516 * configure: Likewise.
517
518 2011-07-15 Jason Merrill <jason@redhat.com>
519
520 * Makefile.in (check-c++): Move check-gcc-c++0x after
521 check-target-libstdc++-v3.
522
523 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
524
525 * MAINTAINERS (c6x port): New entry.
526
527 2011-07-13 Jason Merrill <jason@redhat.com>
528
529 * Makefile.in (check-gcc-c++0x): New.
530 (check-c++): Depend on it.
531
532 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
533
534 PR target/39150
535 * configure.ac (i[3456789]86-*-solaris2*): Also accept
536 x86_64-*-solaris2.1[0-9]*.
537 * configure: Regenerate.
538
539 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
540
541 * MAINTAINERS (RTL optimizers): Add self.
542
543 2011-06-27 Gabriel Charette <gchare@google.com>
544
545 * MAINTAINERS (Write After Approval): Add myself.
546
547 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
548
549 PR regression/47836
550 PR bootstrap/23656
551 PR other/47733
552 PR bootstrap/49247
553 PR c/48825
554 * configure.ac (target_libraries): Remove target-libiberty.
555 Remove case-statement setting skipdirs=target-libiberty for
556 multiple targets. Remove checking target_configdirs and
557 removing target-libiberty but keeping target-libgcc if
558 otherwise empty.
559 * Makefile.def (target_modules): Don't add libiberty.
560 (dependencies): Remove all traces of target-libiberty.
561 * configure, Makefile.in: Regenerate.
562
563 2011-06-13 Walter Lee <walt@tilera.com>
564
565 * configure.ac (tilepro-*-*) New case.
566 (tilegx-*-*): Likewise.
567 * configure: Regenerate.
568
569 2011-06-06 Jing Yu <jingyu@google.com>
570
571 * configure.ac: Skip target-libiberty for
572 arm*-*-linux-androideabi.
573 * configure: Regenerated.
574
575 2011-06-06 Nick Clifton <nickc@redhat.com>
576
577 * config.sub: Sync from upstream.
578
579 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
580
581 * MAINTAINERS (Write After Approval): Add myself.
582
583 2011-06-01 Daniel Jacobowitz <drow@false.org>
584
585 * MAINTAINERS: Update my email address.
586
587 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
588
589 * MAINTAINERS (Write After Approval): Update my email address.
590
591 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
592
593 * MAINTAINERS (Write After Approval): Add myself.
594
595 2011-05-08 Doug Kwan <dougkwan@google.com>
596
597 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
598 * configure: Regenerated.
599 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
600 value from configure.
601 * Makefile.in: Regenerated.
602
603 2011-05-05 Joseph Myers <joseph@codesourcery.com>
604
605 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
606 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
607 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
608 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
609 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
610 *-*-vxworks*): Disable newlib and libgloss in separate case
611 statement.
612 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
613 to separate case statement.
614 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
615 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
616 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
617 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
618 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
619 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
620 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
621 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
622 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
623 i[[3456789]]86-*-rdos*, m32r-*-*,
624 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
625 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
626 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
627 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
628 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
629 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
630 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
631 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
632 and libgloss in main case over targets. Remove most empty cases
633 in main case over targets.
634 * configure: Regenerate.
635
636 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
637
638 * MAINTAINERS (Write After Approval): Add myself.
639
640 2011-05-04 Joseph Myers <joseph@codesourcery.com>
641
642 * configure.ac: Remove code setting special library locations for
643 hppa*64*-*-hpux11*. Remove code setting compiler for
644 sparc-sun-solaris2*.
645 * configure: Regenerate.
646
647 2011-05-04 Joseph Myers <joseph@codesourcery.com>
648
649 * configure.ac: Separate libgloss_dir settings from general case
650 over targets.
651 * configure: Regenerate.
652
653 2011-04-28 Joseph Myers <joseph@codesourcery.com>
654
655 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
656 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
657 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
658 cases in libgcj-disabling case statement.
659 (hppa*64*-*-linux*): Set unsupported_languages instead of
660 disabling target-zlib.
661 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
662 to hppa*64*-*-hpux*.
663 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
664 hppa*-*-hpux*.
665 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
666 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
667 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
668 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
669 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
670 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
671 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
672 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
673 libgcj-disabling case statement.
674 * configure: Regenerate.
675
676 2011-04-28 Joseph Myers <joseph@codesourcery.com>
677
678 * configure.ac: Disable Java for targets not supporting libffi.
679 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
680 Remove cases in Java-disabling statement.
681 (*arm-wince-pe): Change to arm-wince-pe.
682 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
683 cases in Java-disabling statement.
684 (bfin-*-*): Don't disable Java again.
685 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
686 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
687 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
688 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
689 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
690 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
691 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
692 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
693 Java-disabling statement.
694 (mmix-*-*): Don't disable Java again.
695 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
696 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
697 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
698 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
699 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
700 statement.
701 * configure: Regenerate.
702
703 2011-04-28 Joseph Myers <joseph@codesourcery.com>
704
705 * configure.ac: Separate cases disabling Java and Java libraries
706 from general case over targets.
707 * configure: Regenerate.
708
709 2011-04-21 Jie Zhang <jzhang918@gmail.com>
710
711 * MAINTAINERS: Update my email address.
712
713 2011-04-20 Easwaran Raman <eraman@google.com>
714
715 * MAINTAINERS (Write After Approval): Add myself.
716
717 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
718
719 PR lto/48086
720 * configure.ac: Re-enable LTO on *-apple-darwin9*.
721 * configure: Regenerate.
722
723 2011-04-16 Jim Meyering <meyering@redhat.com>
724
725 * MAINTAINERS (Write After Approval): Add myself.
726
727 2011-04-15 Dodji Seketeli <dodji@redhat.com>
728
729 * MAINTAINERS: Update my email address.
730
731 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
732
733 * MAINTAINERS (Write After Approval): Add myself.
734
735 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
736
737 * MAINTAINERS (Write After Approval): Add myself.
738
739 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
740
741 * MAINTAINERS (Write After Approval): Add myself.
742
743 2011-04-06 Joseph Myers <joseph@codesourcery.com>
744
745 * configure.ac (build_tools): Remove build-byacc.
746 (host_libs): Remove mmalloc.
747 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
748 autoconf automake libtool diff rcs fileutils shellutils time
749 textutils wdiff find uudecode hello tar gzip indent recode release
750 sed perl gawk findutils gettext zip.
751 (libgcj): Remove target-qthreads.
752 (target_tools): Remove target-examples target-gperf.
753 (YACC): Don't handle building byacc.
754 * configure: Regenerate.
755 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
756 dosutils, examples, fileutils, find, findutils, gawk, gettext,
757 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
758 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
759 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
760 handle building components.
761 * Makefile.in: Regenerate.
762
763 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
764
765 * MAINTAINERS: Update my email address as Xtensa maintainer.
766
767 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
768
769 * config.sub: Sync from upstream.
770
771 2011-04-01 Joseph Myers <joseph@codesourcery.com>
772
773 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
774 (microblaze*): Don't disable libssp.
775 * configure: Regenerate.
776
777 2011-04-01 Joseph Myers <joseph@codesourcery.com>
778
779 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
780 moveifchange.
781 * configure: Regenerate.
782 * Makefile.tpl: Use @SHELL@ not @config_shell@.
783 * Makefile.in: Regenerate.
784
785 2011-04-01 Joseph Myers <joseph@codesourcery.com>
786
787 * configure.ac (*-*-sysv4*): Don't enable libgomp.
788 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
789 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
790 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
791 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
792 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
793 md_exec_prefix cases.
794 * configure: Regenerate.
795
796 2011-04-01 Joseph Myers <joseph@codesourcery.com>
797
798 * configure.ac: Separate cases disabling target-libssp,
799 target-libiberty, target-libstdc++-v3 and Fortran from general
800 case over targets.
801 * configure: Regenerate.
802
803 2011-04-01 Joseph Myers <joseph@codesourcery.com>
804
805 * configure.ac (*-*-chorusos): Don't disable libgcj.
806 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
807 Remove case.
808 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
809 (arm-*-coff): Don't disable libgcj.
810 (arm*-*-linux-gnueabi): Remove useless assignment.
811 (arm-*-riscix*): Don't disable libgcj.
812 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
813 configuration.
814 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
815 (c54x*-*-*): Remove case.
816 (tic54x-*-*): Don't disable GCC or GCC libraries.
817 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
818 to *.
819 (d10v-*-*): Don't disable GCC libraries.
820 (d30v-*-*): Don't disable libgcj.
821 (h8500-*-*): Don't disable GCC libraries.
822 (i960-*-*): Don't disable libgcj.
823 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
824 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
825 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
826 libgcj.
827 (m68k-*-coff*): Remove case.
828 (mmix-*-*): Don't disable libgloss on host.
829 (mn10200-*-*, mn10300-*-*): Remove cases.
830 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
831 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
832 Don't disable libgcj.
833 (romp-*-*): Remove case.
834 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
835 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
836 case.
837 (v810-*-*): Don't disable GCC libraries.
838 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
839 (ip2k-*-*): Don't disable GCC libraries.
840 * configure: Regenerate.
841
842 2011-03-28 Joseph Myers <joseph@codesourcery.com>
843
844 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
845 libffi on host.
846 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
847 on host.
848 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
849 * configure: Regenerate.
850
851 2011-03-26 John Marino <binutils@marino.st>
852
853 * configure.ac: Add support for *-*-dragonfly*
854 * configure: Regenerate.
855
856 2011-03-25 Joseph Myers <joseph@codesourcery.com>
857
858 * configure.ac (native_only): Remove.
859 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
860 send-pr uudecode guile gnuserv on host.
861 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
862 send-pr rcs guile perl texinfo libtool on host.
863 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
864 automake send-pr rcs guile perl texinfo libtool on host.
865 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
866 (*-*-kaos*): Don't disable target-examples target-gperf on target.
867 (alpha*-dec-osf*): Don't disable fileutils on target.
868 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
869 texinfo send-pr expect dejagnu on target.
870 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
871 target-qthreads on target.
872 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
873 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
874 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
875 x86_64-*-mingw*): Don't disable expect on target.
876 (*-*-cygwin*): Don't disable target-gperf on target.
877 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
878 gnuserv on target.
879 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
880 target.
881 * configure: Regenerate.
882
883 2011-03-25 Joseph Myers <joseph@codesourcery.com>
884
885 * configure.ac (target_tools): Remove target-groff.
886 (native_only): Remove target-groff.
887 (hppa*64*-*-*): Don't disable byacc.
888 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
889 setting.
890 (*-*-kaos*): Don't skip target-librx and target-groff.
891 (*-*-netware*): Don't skip target-libmudflap.
892 (*-*-tpf*): Don't skip target-libmudflap.
893 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
894 directories on the host.
895 (ia64*-*-*vms*): Don't skip tix.
896 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
897 host.
898 * configure: Regenerate.
899
900 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
901
902 * configure.ac: Remove references to mt-mep, mt-netware,
903 mt-wince.
904 * Makefile.def: Add all-utils soft dependencies.
905 * Makefile.tpl: Remove GDB_NLM_DEPS.
906 * configure: Regenerate.
907 * Makefile.in: Regenerate.
908
909 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
910
911 * configure.ac: Do not include mh-x86omitfp.
912 * configure: Regenerate.
913
914 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
915
916 * configure.ac: Remove empty cases.
917 * configure: Regenerate.
918
919 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
920
921 * Makefile.def: Add dependency from termcap to gdb.
922 * Makefile.in: Regenerate.
923
924 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
925
926 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
927 * configure: Regenerate.
928 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
929 * Makefile.tpl: Likewise.
930 * Makefile.in: Regenerate.
931
932 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
933
934 * configure.ac: Remove all mentions of tentative_cc.
935 * configure: Regenerate.
936
937 2011-03-24 Joseph Myers <joseph@codesourcery.com>
938
939 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
940 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
941 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
942 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
943 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
944 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
945 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
946 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
947 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
948 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
949 *-*-rhapsody*): Remove host cases.
950 * configure: Regenerate.
951
952 2011-03-24 Joseph Myers <joseph@codesourcery.com>
953
954 * configure.ac (ppc*-*-pe): Remove host case.
955 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
956 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
957 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
958 cases.
959 * configure: Regenerate.
960
961 2011-03-24 Joseph Myers <joseph@codesourcery.com>
962
963 * config.sub: Update to version 2011-03-23.
964
965 2011-03-22 Joseph Myers <joseph@codesourcery.com>
966
967 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
968 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
969 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
970 * configure: Regenerate.
971
972 2011-03-22 Joseph Myers <joseph@codesourcery.com>
973
974 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
975 to Write After Approval.
976 * config-ml.in: Don't handle arc-*-elf*.
977 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
978 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
979 handle GCC libraries.
980 * configure: Regenerate.
981
982 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
983
984 PR bootstrap/48120:
985 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
986 Add -lstdc++ -lm to LIBS.
987 * configure: Regenerate.
988
989 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
990
991 * config.guess: Update to version 2011-02-02
992 * config.sub: Update to version 2011-02-24
993
994 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
995
996 PR lto/48086
997 * configure.ac: Re-enable LTO on *-apple-darwin9.
998 * configure: Regenerate.
999
1000 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1001
1002 PR lto/48086
1003 * configure.ac: Disable LTO on darwin due to an assembler change in
1004 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1005 under 256.
1006 * configure: Regenerate.
1007
1008 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1009
1010 * MAINTAINERS: Update myself as score backend maintainer,
1011 update my e-mail address.
1012
1013 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1014
1015 * MAINTAINERS: Update my e-mail address.
1016
1017 2011-03-06 Joey Ye <joey.ye@arm.com>
1018
1019 * MAINTAINERS: Update my e-mail address.
1020
1021 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1022
1023 * configure.ac: Adjust test of with_ppl.
1024 * configure: Regenerated.
1025
1026 2011-03-02 Kai Tietz <ktietz@redhat.com>
1027
1028 * MAINTAINERS: Adjust my e-mail address.
1029
1030 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1031
1032 * configure.ac: Add -lpwl to ppllibs.
1033 * configure: Regenerated.
1034
1035 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1036
1037 * config/cloog.m4: Add -lisl to clooglibs.
1038 * configure: Regenerated.
1039
1040 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1041
1042 * MAINTAINERS (CPU Port maintainers): Add self.
1043
1044 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1045
1046 * MAINTAINERS: Add myself as testsuite maintainer.
1047
1048 2011-02-15 Mike Stump <mikestump@comcast.net>
1049
1050 * MAINTAINERS: Add myself as testsuite maintainer.
1051
1052 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1053
1054 Import from Libtool and gnulib:
1055
1056 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1057
1058 Prepare for supporting FreeBSD 10.
1059 * config.rpath: Remove handling of freebsd1* which soon would
1060 match FreeBSD 10.0.
1061
1062 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1063
1064 Remove support for FreeBSD 1.x.
1065 * libtool.m4 (_LT_LINKER_SHLIBS)
1066 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1067 soon would incorrectly match FreeBSD 10.0.
1068
1069 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1070
1071 PR binutils/12283
1072 * move-if-change: Import version from gnulib.
1073
1074 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1075
1076 PR lto/47225
1077 * Makefile.def (lto-plugin): Double dash for enable-shared.
1078 (configure-gcc): Depend on all-lto-plugin.
1079 * Makefile.in: Rebuilt.
1080
1081 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1082
1083 * configure.ac: Remove extra bracket.
1084 * configure: Regenerate.
1085
1086 2011-02-08 Tobias Burnus <burnus@net-b.de>
1087
1088 * MAINTAINERS: Add myself as libquadmath maintainer.
1089
1090 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1091
1092 * MAINTAINERS: Update my email address.
1093
1094 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1095
1096 * MAINTAINERS (option handling): Add self.
1097
1098 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1099
1100 PR lto/47225
1101 * Makefile.def: Add dependency for install-gcc
1102 on install-lto-plugin.
1103 * Makfile.in: Regenerated
1104
1105 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1106
1107 * MAINTAINERS (CPU Port Maintainers): Add myself.
1108
1109 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1110
1111 PR libgcj/44341
1112 * configure.ac: Discard --with-* flags for host when configuring
1113 target libraries for cross build.
1114 * configure: Rebuilt.
1115
1116 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1117
1118 * MAINTAINERS (linear loop transforms): Removed.
1119
1120 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1121
1122 * configure.ac: If with_ppl is no, move setting with_cloog=no
1123 after CLOOG_REQUESTED check.
1124 * configure: Regenerated.
1125
1126 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1127
1128 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1129 CLooG has been requested.
1130 * configure: Regenerated.
1131
1132 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1133
1134 * configure: Regenerated.
1135 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1136
1137 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1138
1139 * configure: Regenerated.
1140 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1141
1142 2011-01-21 Andreas Schwab <schwab@redhat.com>
1143
1144 * configure.ac: Use AS_HELP_STRING throughout.
1145 * configure: Regenerate.
1146
1147 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1148
1149 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1150 * configure: Regenerate.
1151
1152 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1153
1154 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1155
1156 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1157
1158 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1159 for ia64-hpux.
1160 * configure: Regenerate.
1161
1162 2011-01-07 Jan Hubicka <jh@suse.cz>
1163
1164 PR lto/47225
1165 * Makefile.in: Regenerate.
1166 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1167 configure.
1168
1169 2011-01-07 Jan Hubicka <jh@suse.cz>
1170
1171 * Makefile.in: Regenerate.
1172 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1173 and configure dependency on lto-plugin configure.
1174 (lto-plugin module): Remove dependency on GCC; add dependency on
1175 liniberty.
1176
1177 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1178
1179 * MAINTAINERS (Write After Approval): Add myself.
1180
1181 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1182
1183 * configure: Regenerate.
1184
1185 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1186
1187 * configure.ac: (picochip): Disable libiberty.
1188
1189 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1190
1191 * MAINTAINERS (Write After Approval): Add myself.
1192
1193 2010-12-10 Ian Lance Taylor <iant@google.com>
1194
1195 PR bootstrap/46819
1196 * configure.ac: For --disable-libgcj clear libgcj_saved.
1197 * configure: Rebuild.
1198
1199 2010-12-10 Tobias Burnus <burnus@net-b.de>
1200
1201 PR fortran/46540
1202 * configure.ac: Add --disable-libquadmath and
1203 --disable-libquadmath-support.
1204 * configure: Regenerate.
1205
1206 2010-12-03 Ian Lance Taylor <iant@google.com>
1207
1208 * MAINTAINERS: Add myself as libgo maintainer.
1209
1210 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1211
1212 PR libffi/46792
1213 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1214 * configure: Regenerate.
1215
1216 2010-12-02 Ian Lance Taylor <iant@google.com>
1217
1218 * configure.ac: Always set default for poststage1_ldflags to
1219 -static-libstdc++ -static-libgcc.
1220
1221 2010-11-29 Andreas Schwab <schwab@redhat.com>
1222
1223 * configure.ac: Move comment to remove extra space in last argument
1224 of GCC_TARGET_TOOL.
1225
1226 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1227
1228 PR other/46026
1229 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1230 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1231 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1232 (BASE_FLAGS_TO_PASS): Use it.
1233 * configure: Rebuilt.
1234 * Makefile.in: Rebuilt.
1235
1236 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1237
1238 PR binutils/12258
1239 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1240 Properly check default linker.
1241 * configure: Regnerated.
1242
1243 2010-11-23 Matthias Klose <doko@ubuntu.com>
1244
1245 * configure.ac: For --enable-gold, handle value `default' instead of
1246 `both*'. New configure option --{en,dis}able-ld.
1247 * configure: Regenerate.
1248
1249 2010-11-20 Ian Lance Taylor <iant@google.com>
1250
1251 * configure.ac: Only disable a language library if no language needs
1252 it. Don't let --disable-libgcj uncondtionally disable libffi.
1253 * configure: Rebuild.
1254
1255 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1256
1257 * Makefile.in: Regenerate.
1258
1259 PR other/46202
1260 * configure.ac: Fix just-built in-tree STRIP name to be
1261 binutils/strip-new.
1262 * configure: Regenerate.
1263 * Makefile.def (install-strip-gcc, install-strip-binutils)
1264 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1265 (install-strip-sid): Mirror dependencies on non-strip variants
1266 of these targets on the respective -strip prerequisites.
1267 * Makefile.tpl (install-strip, install-strip-host)
1268 (install-strip-target): New targets.
1269 (install-strip-[+module+], install-strip-target-[+module+]):
1270 New targets.
1271 * Makefile.in: Regenerate.
1272
1273 2010-11-19 Ian Lance Taylor <iant@google.com>
1274 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1275
1276 * configure.ac: Add target-libgo to target_libraries. Set
1277 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1278 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1279 (HOST_EXPORTS): Add GOC.
1280 (BASE_TARGET_EXPORTS): Add GOC.
1281 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1282 (GOCFLAGS_FOR_TARGET): New variable.
1283 (EXTRA_HOST_FLAGS): Add GOC.
1284 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1285 * Makefile.def (target_modules): Add libgo.
1286 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1287 (dependencies): Add dependency from configure-target-libgo to
1288 configure-target-libffi and all-target-libstdc++-v3. Add
1289 dependencies from all-target-libgo to all-target-libffi.
1290 (languages): Add go.
1291 * configure: Rebuild.
1292 * Makefile.in: Rebuild.
1293
1294 2010-11-19 Ian Lance Taylor <iant@google.com>
1295
1296 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1297 compiler/flag environment variables.
1298
1299 2010-11-18 Ian Lance Taylor <iant@google.com>
1300
1301 * configure.ac: Check for lang_requires_boot_languages in
1302 config-lang.in files.
1303 * configure: Rebuild.
1304
1305 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1306 Tobias Burnus <burnus@net-b.de>
1307
1308 PR fortran/32049
1309 * Makefile.def: Add libquadmath; build it with language=fortran.
1310 * configure.ac: Add libquadmath.
1311 * Makefile.tpl: Handle multiple libs in check-[+language+].
1312 * Makefile.in: Regenerate.
1313 * configure: Regenerate.
1314
1315 2010-11-16 Tom Tromey <tromey@redhat.com>
1316
1317 * MAINTAINERS: Moved myself to reviewers section.
1318
1319 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1320
1321 * MAINTAINERS: Moved myself to reviewers section.
1322
1323 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1324
1325 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1326 (Write After Approval): Remove self.
1327
1328 2010-11-15 Andreas Schwab <schwab@redhat.com>
1329
1330 * configure.ac: Fix spelling in option names.
1331 * configure: Regenerated.
1332
1333 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1334
1335 PR bootstrap/39622
1336 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1337 * configure: Regenerated.
1338
1339 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1340
1341 * MAINTAINERS: Update my email address.
1342
1343 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1344
1345 * configure: Regenerate.
1346
1347 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1348
1349 * configure: Regenerate.
1350
1351 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1352
1353 * configure: Regenerate.
1354
1355 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1356
1357 * configure: Regenerate.
1358
1359 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1360
1361 * configure.ac: Support official CLooG.org versions.
1362 * configure: Regenerate.
1363 * config/cloog.m4: New.
1364
1365 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1366
1367 * MAINTAINERS (Write After Approval): Add myself.
1368
1369 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1370
1371 * MAINTAINERS: Update my email address.
1372
1373 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1374
1375 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1376 * configure: Regenerate.
1377
1378 2010-11-03 Ian Lance Taylor <iant@google.com>
1379 Dave Korn <dave.korn.cygwin@gmail.com>
1380
1381 PR lto/46273
1382 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1383 and on other supported platforms whenever LTO is enabled.
1384 * configure: Rebuild.
1385
1386 2010-11-02 Alan Modra <amodra@gmail.com>
1387
1388 PR binutils/12110
1389 * configure.ac: Error when source path contains spaces.
1390 * configure: Regenerate.
1391
1392 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1393
1394 * MAINTAINERS: Update my email address.
1395
1396 2010-10-20 Ian Lance Taylor <iant@google.com>
1397
1398 * Makefile.def (target_modules): Set lib_path to src/.libs for
1399 libstdc++-v3 module.
1400 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1401 * Makefile.in: Rebuild.
1402
1403 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1404
1405 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1406 (Write After Approval): Remove myself.
1407
1408 2010-10-15 Tristan Gingold <gingold@adacore.com>
1409
1410 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1411
1412 2010-10-14 Douglas Rupp <rupp@gnat.com>
1413
1414 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1415
1416 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1417
1418 * configure.ac (build_lto_plugin): New shell variable.
1419 (--enable-lto): Turn on by default for all non-ELF platforms that
1420 have had LTO support added so far. Set build_lto_plugin appropriately
1421 for both ELF and non-ELF.
1422 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1423 * configure: Regenerate.
1424
1425 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1426
1427 Sync from src:
1428 * configure.ac (v850 support): Remove target-libgloss from
1429 noconfigdirs.
1430 * configure: Regenerate.
1431
1432 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1433
1434 PR bootstrap/45326
1435 PR bootstrap/45174
1436 * configure.ac: Honor initial values of $build_configargs,
1437 $host_configargs, $target_configargs. Mark the precious, so
1438 environment settings get recorded.
1439 * configure: Regenerate.
1440
1441 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1442
1443 PR bootstrap/45796
1444 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1445 Depend on all-build-libiberty.
1446 * Makefile.in: Regenerate.
1447
1448 2010-09-30 Michael Eager <eager@eagercon.com>
1449
1450 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1451 * configure: Regenerate.
1452
1453 2010-09-28 Michael Eager <eager@eagercon.com>
1454
1455 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1456
1457 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1458
1459 PR bootstrap/44621
1460 * configure.ac: Fix unportable shell quoting.
1461 * configure: Regenerate.
1462
1463 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1464
1465 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1466 targets and amend comment.
1467 * configure: Regenerate.
1468
1469 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1470
1471 * MAINTAINERS (Write After Approval): Add myself.
1472
1473 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1474
1475 * configure.ac: Enable LTO by default on Darwin.
1476 * configure: Regenerate.
1477
1478 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1479
1480 * MAINTAINERS (Write After Approval): Add myself.
1481
1482 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1483
1484 * MAINTAINERS (Write After Approval): Add myself.
1485
1486 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1487
1488 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1489 ports
1490
1491 2010-07-28 David Yuste <david.yuste@gmail.com>
1492
1493 * MAINTAINERS (Write After Approval): Add myself.
1494
1495 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1496
1497 * configure.ac: Support all v850 targets.
1498 * configure: Regenerate.
1499
1500 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1501
1502 PR bootstrap/44455
1503 * configure.ac (extra_mpfr_configure_flags): Copy from
1504 extra_mpc_gmp_configure_flags.
1505 * configure: Re-generated.
1506
1507 2010-07-22 Andi Kleen <ak@linux.intel.com>
1508
1509 * MAINTAINERS (Write After Approval): Add myself.
1510
1511 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1512
1513 * MAINTAINERS (Write After Approval): Add myself.
1514
1515 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1516
1517 * MAINTAINERS (Write After Approval): Add myself.
1518
1519 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1520
1521 PR target/44862
1522 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1523 Provide -B option to allow for link spec %s substitutions for
1524 libstdc++.a on darwin.
1525 * Makefile.in: Regenerate.
1526
1527 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1528
1529 * MAINTAINERS (Reviewers): Update my e-mail address
1530
1531 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1532
1533 * Makefile.def (configure-gcc): Depend on all-libelf.
1534 * Makefile.in: Rebuild.
1535
1536 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1537
1538 * MAINTAINERS (Write After Approval): Add myself in the right place.
1539
1540 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1541
1542 * MAINTAINERS (Write After Approval): Add myself.
1543
1544 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1545
1546 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1547
1548 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1549
1550 * config.sub: Update to version 2010-05-21.
1551 * config.guess: Update to version 2010-04-03.
1552
1553 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1554
1555 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1556 * configure: Regenerate.
1557
1558 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1559
1560 * MAINTAINERS (Write After Approval): Add myself.
1561
1562 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1563
1564 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1565 a platform that supports LTO.
1566 * configure: Regenerate.
1567
1568 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1569
1570 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1571 * configure: Regenerated.
1572
1573 2010-04-27 Roland McGrath <roland@redhat.com>
1574 H.J. Lu <hongjiu.lu@intel.com>
1575
1576 * configure.ac (--enable-gold): Support both, both/gold and
1577 both/bfd to add gold to configdirs without removing ld.
1578 * configure: Regenerated.
1579
1580 * Makefile.def: Add install-gold dependency to install-ld.
1581 * Makefile.in: Regenerated.
1582
1583 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1584
1585 PR lto/42776
1586 * configure.ac (--enable-lto): Refactor handling so libelf tests
1587 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1588 and allow LTO to be explicitly enabled on non-ELF platforms that
1589 are known to support it inside else-clause.
1590 * configure: Regenerate.
1591
1592 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1593
1594 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1595 * configure: Regenerate.
1596
1597 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1598
1599 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1600 * configure: Regenerate.
1601
1602 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1603
1604 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1605 separately.
1606 * configure: Regenerate.
1607
1608 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1609
1610 * MAINTAINERS (Write After Approval): Add myself.
1611
1612 2010-04-14 Tristan Gingold <gingold@adacore.com>
1613
1614 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1615 * configure: Regenerate.
1616
1617 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1618
1619 * configure: Regenerate after change to elf.m4.
1620
1621 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1622
1623 * MAINTAINERS (Write After Approval): Add myself.
1624
1625 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1626
1627 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1628 * configure: Regenerated.
1629
1630 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1631
1632 * configure.ac: Print "buggy but acceptable" when CLooG
1633 revision is less than 9.
1634 * configure: Regenerated.
1635
1636 2010-04-01 Diego Novillo <dnovillo@google.com>
1637
1638 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1639
1640 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1641
1642 PR bootstrap/43615
1643 PR bootstrap/43328
1644
1645 Revert:
1646
1647 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1648
1649 * configure.ac: Do not pass --enable-multilib nor
1650 --disable-multilib in baseargs. Accept explicitly passed
1651 --enable_multilib.
1652 * configure: Regenerate.
1653
1654 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1655
1656 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1657
1658 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1659
1660 * MAINTAINERS: Remove myself.
1661
1662 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1663
1664 PR bootstrap/43328
1665 * configure.ac: Do not pass --enable-multilib nor
1666 --disable-multilib in baseargs. Accept explicitly passed
1667 --enable_multilib.
1668 * configure: Regenerate.
1669
1670 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1671
1672 * MAINTAINERS (spu port): Remove me.
1673
1674 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1675
1676 * configure.ac (tic6x-*-*): New case.
1677 * configure: Regenerate.
1678
1679 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1680
1681 * config.sub: Update to version 2010-03-22.
1682 * config.guess: Update to version 2009-12-30.
1683
1684 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1685
1686 PR ada/42554
1687 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1688 * configure: Regenerate.
1689
1690 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1691
1692 * MAINTAINERS: Update my email address.
1693
1694 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1695
1696 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1697 (ghassan.shobaki@amd.com): Removed.
1698
1699 2010-03-17 Alan Modra <amodra@gmail.com>
1700
1701 * MAINTAINERS: Update my email address.
1702
1703 2010-03-16 Diego Novillo <dnovillo@google.com>
1704
1705 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1706 Matthews.
1707
1708 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1709
1710 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1711 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1712
1713 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1714
1715 * MAINTAINERS: Update my email address.
1716
1717 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1718
1719 * MAINTAINERS: Update my email address.
1720
1721 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1722
1723 * MAINTAINERS: Update my email address.
1724
1725 2010-03-09 Jie Zhang <jie@codesourcery.com>
1726
1727 * MAINTAINERS: Update my email address.
1728
1729 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1730
1731 PR libstdc++/32499
1732 * configure.ac (RANLIB): Default to true.
1733 (STRIP): Likewise.
1734 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1735 * configure: Regenerate.
1736
1737 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1738
1739 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1740 (Write After Approval): Update my email address.
1741
1742 2010-02-17 Nick Clifton <nickc@redhat.com>
1743
1744 PR 11238
1745 * Makefile.tpl (local-distclean): Also remove config.cache files in
1746 sub-directories as there may not be Makefiles present in the
1747 sub-directories.
1748 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1749 the config.cache files found by the find command.
1750
1751 * Makefile.in: Regenerate.
1752 * configure.ac: Revert previous delta.
1753 * configure: Regenerate.
1754
1755 2010-02-15 Nick Clifton <nickc@redhat.com>
1756
1757 PR 11238
1758 * configure.ac: Delete config.cache files in sub-directories when
1759 deleting Makefiles.
1760 * configure: Regenerate.
1761
1762 2010-02-12 Ben Elliston <bje@gnu.org>
1763
1764 * MAINTAINERS: Update my email address.
1765
1766 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1767
1768 * MAINTAINERS (spu port): Update my email address.
1769
1770 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1771
1772 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1773
1774 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1775
1776 * configure.ac: Add "recommended" version checks for GMP/MPC.
1777 Update recommended GMP/MPFR/MPC versions.
1778 * configure: Regenerate.
1779
1780 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1781
1782 * MAINTAINERS: Move my Embecosm email address into the
1783 write-after-approval section.
1784
1785 2010-01-26 Ian Lance Taylor <iant@google.com>
1786
1787 * MAINTAINERS: Add myself as Go frontend maintainer.
1788
1789 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1790
1791 PR libstdc++/36101, PR libstdc++/42813
1792 * configure.ac (bootstrap_target_libs): Make inclusion of
1793 target-libgomp conditional on libgomb being in target_configdirs.
1794 * configure: Regenerate.
1795
1796 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1797
1798 PR libstdc++/36101, PR libstdc++/42813
1799 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1800 * configure: Regenerate.
1801
1802 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1803
1804 PR libstdc++/36101, PR libstdc++/42813
1805 * configure.ac (target_configdirs): Substitute.
1806 * Makefile.def: Bootstrap target module libgomp.
1807 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1808 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1809 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1810 * configure, Makefile.in: Regenerate.
1811
1812 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1813
1814 * MAINTAINERS: Adjust my details.
1815
1816 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1817
1818 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1819
1820 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1821
1822 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1823
1824 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1825
1826 * MAINTAINERS (Write After Approval): Add myself.
1827
1828 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1829
1830 * MAINTAINERS (Write After Approval): Add myself.
1831
1832 2010-01-11 Richard Guenther <rguenther@suse.de>
1833
1834 PR lto/41569
1835 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1836 * Makefile.in: Regenerated.
1837
1838 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
1839
1840 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1841 * configure: Regenerate.
1842
1843 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1844 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1845
1846 PR bootstrap/42424
1847 * configure.ac: Include libtool m4 files.
1848 (_LT_CHECK_OBJDIR): Call it.
1849 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1850 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1851
1852 * configure: Regenerate.
1853
1854 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1855
1856 PR bootstrap/41818
1857 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1858 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1859 * Makefile.in: Regenerate.
1860
1861 2010-01-02 Richard Guenther <rguenther@suse.de>
1862
1863 PR lto/41529
1864 * configure.ac: Include config/elf.m4. Disable LTO if not
1865 builting for an elf target.
1866 * configure: Regenerate.
1867
1868 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1869
1870 * MAINTAINERS: Change my email address.
1871
1872 2009-12-18 Ben Elliston <bje@au.ibm.com>
1873
1874 * config.sub, config.guess: Update from upstream sources.
1875
1876 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1877
1878 * MAINTAINERS (Write After Approval): Add myself.
1879
1880 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1881
1882 PR middle-end/30447
1883 PR middle-end/30789
1884 PR other/40302
1885
1886 * configure.ac: Require MPC.
1887 * configure: Regenerate.
1888
1889 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1890
1891 PR target/38384
1892 PR bootstrap/40972
1893 * libtool.m4: Sync from git Libtool.
1894 * ltoptions.m4: Likewise.
1895 * ltversion.m4: Likewise.
1896 * lt~obsolete.m4: Likewise.
1897 * ltmain.sh: Likewise.
1898
1899 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1900
1901 * configure.ac: Update minimum MPC version to 0.8.
1902 * configure: Regenerate.
1903
1904 2009-11-21 Sebastian Pop <sebpop@gmail.com>
1905
1906 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1907 * configure: Regenerated.
1908
1909 2009-11-21 Ian Lance Taylor <iant@google.com>
1910
1911 * configure.ac: Change default of poststage1_ldflags to be empty if
1912 poststage1_libs is set. When poststage1_libs is empty, and
1913 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1914 * configure: Rebuild.
1915
1916 2009-11-21 Adam Nemet <adambnmet@gmail.com>
1917
1918 * MAINTAINERS (Write After Approval): Update my email address.
1919
1920 2009-11-20 Ben Elliston <bje@au.ibm.com>
1921
1922 * config.guess: Update from upstream sources.
1923
1924 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1925
1926 * Makefile.def: Restore host and target settings for gmp.
1927 * Makefile.in: Rebuild.
1928
1929 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1930
1931 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1932 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1933 Fix portability of test of C++ as bootstrap language. Add
1934 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1935 * configure: Rebuild.
1936 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1937 and cloog. Fix in-tree ppl configuration. Introduce libelf
1938 in-tree building.
1939 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1940 (POSTSTAGE1_HOST_EXPORTS): Use it.
1941 (STAGE[+id+]_CXXFLAGS): New.
1942 (BASE_FLAGS_TO_PASS): Pass it down.
1943 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1944 extra_exports.
1945 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1946 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1947 extra_exports.
1948 * Makefile.in: Rebuild.
1949
1950 2009-11-17 Ben Elliston <bje@au.ibm.com>
1951
1952 * config.sub, config.guess: Update from upstream sources.
1953
1954 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 * MAINTAINERS (Write After Approval): Add myself.
1957
1958 2009-11-09 Jon Beniston <jon@beniston.com>
1959
1960 * MAINTAINERS (Write After Approval): Add myself.
1961
1962 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1963
1964 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1965 paths for *-w64-mingw* and x86_64-*mingw*.
1966 * configure: Regenerated.
1967
1968 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
1969
1970 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1971
1972 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
1973
1974 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1975 Phil Edwards to Write-After Approval.
1976
1977 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1978
1979 * configure.ac: Disable target-winsup & co for
1980 x86_64-*-mingw* and *-w64-mingw* targets.
1981 * configure: Regenerated.
1982
1983 2009-10-16 Nick Clifton <nickc@redhat.com>
1984
1985 * MAINTAINERS: Add myself as a maintainer for the RX port.
1986
1987 2009-10-26 Johannes Singler <singler@kit.edu>
1988
1989 * MAINTAINERS (Write After Approval): Update my e-mail address.
1990
1991 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1992
1993 * configure.ac (CLooG test): Use = with test.
1994 * configure: Regenerate.
1995
1996 2009-10-22 Richard Guenther <rguenther@suse.de>
1997
1998 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1999 cloog if the ppl version check failed. Move flags saving
2000 before setting in libelf check.
2001 * configure: Regenerate.
2002
2003 2009-10-21 Richard Guenther <rguenther@suse.de>
2004
2005 * configure.ac: Adjust the ppl and cloog configure to work as
2006 documented. Disable cloog if ppl was disabled. Omit the version
2007 checks if they were disabled.
2008 * configure: Re-generate.
2009
2010 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2011
2012 * configure.ac: Add 'lto' to enable_languages, not
2013 new_enable_languages, and only if not already present.
2014 * configure: Regenerate.
2015
2016 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2017
2018 * README: Refer to the various COPYING* files instead of just
2019 COPYING.
2020 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2021
2022 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2023
2024 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2025
2026 2009-10-07 Richard Guenther <rguenther@suse.de>
2027
2028 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2029 and Richard Guenther as reviewers.
2030 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2031 as reviewers.
2032
2033 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2034
2035 * config.sub: Update from upstream sources.
2036
2037 2009-10-06 Ian Lance Taylor <iant@google.com>
2038
2039 * Makefile.def: check-gold depends upon all-gas.
2040 * Makefile.in: Rebuild.
2041
2042 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2043
2044 * MAINTAINERS (Write After Approval): Add myself.
2045
2046 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2047
2048 * Makefile.def: all-lto-plugin depends on all-libiberty.
2049 set bootstrap=true for lto-plugin.
2050 Add lto-plugin.
2051 * Makefile.in: Regenerate.
2052 * configure.ac (host_libs): Add lto-plugin.
2053 * configure: Regenerate.
2054
2055 2009-10-03 Diego Novillo <dnovillo@google.com>
2056
2057 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2058 (HOST_LIBELFLIBS): Define.
2059 (HOST_LIBELFINC): Define.
2060 * Makefile.in: Regenerate.
2061 * configure.ac: Add --enable-lto.
2062 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2063 If --enable-lto is used, add 'lto' to new_enable_languages.
2064 If --enable-lto is used and gold is enabled, add
2065 lto-plugin to configdirs.
2066 * configure: Regenerate.
2067
2068 2009-10-03 Simon Baldwin <simonb@google.com>
2069
2070 * configure.ac: If --with-system-zlib, suppress local zlib and
2071 pass --with-system-zlib to subdir configure scripts.
2072 * configure: Regenerate.
2073
2074 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2075 Paolo Bonzini <bonzini@gnu.org>
2076
2077 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2078 $(srcdir).
2079 * Makefile.in: Rebuilt.
2080
2081 2009-09-26 Gary Funck <gary@intrepid.com>
2082
2083 * MAINTAINERS (Write After Approval): Add myself.
2084
2085 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2086
2087 * configure.ac: Update minimum MPC version to 0.7.
2088 * configure: Regenerate.
2089
2090 2009-09-25 Nick Clifton <nickc@redhat.com>
2091
2092 * configure.ac: Pass any --cache-file=/dev/null option on to
2093 subconfigures.
2094 * configure: Regenerate.
2095
2096 2009-09-23 Nick Clifton <nickc@redhat.com>
2097
2098 * config.sub, config.guess: Update from upstream sources.
2099
2100 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2101
2102 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2103 * Makefile.in: Rebuilt.
2104
2105 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2106
2107 PR bootstrap/32272
2108 * configure.ac: Error out if $srcdir isn't '.' but contains
2109 host-${host_noncanonical}.
2110 * configure: Regenerate.
2111
2112 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2113
2114 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2115 maintainer.
2116
2117 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2118
2119 * configure.ac: If bootstrapping a combined tree with
2120 --enable-gold, require c++ in stage1_languages.
2121 * configure: Regenerate.
2122
2123 * configure.ac: Also add target_libs of stage1_languages to
2124 bootstrap_target_libs.
2125 * configure: Regenerate.
2126
2127 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2128 with --enable-languages not containing c++.
2129 * configure: Regenerate.
2130
2131 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2132
2133 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2134 * configure: Regenerate.
2135
2136 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2137
2138 * MAINTAINERS (Write After Approval): Update my e-mail address,
2139 and move from from here...
2140 (Waiting for paperwork): To here.
2141
2142 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2143
2144 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2145
2146 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2147
2148 * configure.ac: Do not use $extrasub for replacing @if/@endif
2149 parts in Makefile; instead, use additional arguments to
2150 AC_CONFIG_COMMANDS to do the replacement manually, with several
2151 sed invocations, to avoid HP-UX sed command limits.
2152 * configure: Regenerate.
2153
2154 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2155
2156 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2157 blank before -L.
2158
2159 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2160
2161 * configure.ac (with-build-config): Document. Handle without.
2162 Handle missing argument.
2163 * configure: Rebuilt.
2164
2165 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2166
2167 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2168 Default to bootstrap-debug only if compare-debug works.
2169 * configure: Rebuilt.
2170 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2171 * Makefile.in: Rebuilt.
2172
2173 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2174
2175 * MAINTAINERS (OS Port Maintainers): Update my email address.
2176
2177 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2178
2179 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2180 * Makefile.in: Rebuilt.
2181
2182 2009-09-01 Chris Demetriou <cgd@google.com>
2183
2184 * MAINTAINERS (Write After Approval): Add myself.
2185
2186 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2187
2188 PR debug/30161
2189 * include/dwarf2.h (enum dwarf_tag): Added
2190 DW_TAG_GNU_template_template_param
2191 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2192
2193 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2194
2195 * Makefile.tpl (AWK): Fix typo.
2196 * Makefile.in: Regenerate.
2197
2198 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2199
2200 * configure.ac: Detect awk and sed.
2201 * Makefile.def (flags_to_pass): Add AWK and SED.
2202 * Makefile.tpl (AWK, SED): New.
2203 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2204 * configure: Regenerate.
2205 * Makefile.in: Regenerate.
2206
2207 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2208
2209 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2210 (collapseslashes): Likewise.
2211
2212 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2213
2214 * configure.ac (AC_PREREQ): Bump to 2.64.
2215
2216 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2217
2218 * configure.ac: Remove --with-datarootdir, --with-docdir,
2219 --with-pdfdir, --with-htmldir switches.
2220 * configure: Regenerate.
2221
2222 * configure: Regenerate.
2223
2224 * compile: Sync from Automake 1.11.
2225 * depcomp: Likewise.
2226 * install-sh: Likewise.
2227 * missing: Likewise.
2228 * mkinstalldirs: Likewise.
2229 * ylwrap: Likewise.
2230
2231 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2232
2233 * ltmain.sh (func_normal_abspath): New function.
2234 (func_relative_path): Likewise.
2235 (func_mode_help): Document new -bindir option for link mode.
2236 (func_mode_link): Add new -bindir option, and use it to place
2237 output DLL if specified.
2238
2239 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2240
2241 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2242 (baseargs): Add --disable-option-checking.
2243 * configure: Regenerate.
2244
2245 * Makefile.def (configure-target-libiberty): Depend on
2246 all-binutils and all-ld.
2247 (configure-target-newlib): Likewise.
2248 * Makefile.in: Regenerate.
2249
2250 2009-08-17 Ben Elliston <bje@au.ibm.com>
2251
2252 * config.sub, config.guess: Update from upstream sources.
2253
2254 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2255
2256 Sync from src, merge:
2257
2258 2009-07-02 Tristan Gingold <gingold@adacore.com>
2259
2260 * configure.ac: Do not exclude gas for i386-*-darwin.
2261 Add a case for x86_64-*-darwin.
2262 * configure: Regenerate.
2263
2264 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2265
2266 * MAINTAINERS: Add my name to Write After Approval list.
2267
2268 2009-08-06 Michael Eager <eager@eagercon.com>
2269
2270 * configure.ac: Add Microblaze target.
2271 * configure: Regenerate.
2272
2273 2009-07-31 Christian Bruel <christian.bruel@st.com>
2274
2275 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2276 * configure: Regenerate.
2277
2278 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2279
2280 * MAINTAINERS (Write After Approval): Update my e-mail address.
2281
2282 2009-07-06 Ian Lance Taylor <iant@google.com>
2283
2284 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2285 * configure: Rebuild.
2286
2287 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2288
2289 * MAINTAINERS: Move myself to the Graphite Reviewers.
2290
2291 2009-06-30 Wei Guozhi <carrot@google.com>
2292
2293 * MAINTAINERS: Add my name to Write After Approval list.
2294
2295 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2296
2297 PR bootstrap/40338
2298 * configure.ac (comparestring): Create new variable.
2299 * Makefile.tpl (comparestring): Use to skip some comparisions.
2300 * configure: Regenerate.
2301 * Makefile.in: Regenerate.
2302
2303 2009-06-26 Doug Evans <dje@sebabeach.org>
2304
2305 * Makefile.def (host_modules): Add cgen.
2306 * Makefile.in: Regenerate.
2307 * configure.ac (host_tools): Add cgen.
2308 * configure: Regenerate.
2309
2310 2009-06-23 DJ Delorie <dj@redhat.com>
2311
2312 * MAINTAINERS: Add myself as mep maintainer.
2313
2314 2009-06-23 Ian Lance Taylor <iant@google.com>
2315
2316 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2317 boot_languages. Only bootstrap target libraries listed in
2318 target_libs for some boot language. Add --with-stage1-ldflags,
2319 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2320 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2321 if not building with C++.
2322 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2323 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2324 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2325 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2326 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2327 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2328 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2329 * configure, Makefile.in: Rebuild.
2330
2331 2009-06-23 Li Feng <nemokingdom@gmail.com>
2332
2333 * MAINTAINERS: Added my name to write-after-approval list.
2334
2335 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2336
2337 * configure.ac: Define is_elf for QNX Neutrino targets.
2338 * configure: Regenerate.
2339
2340 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2341
2342 * MAINTAINERS: Added my name to the write-after-approval list
2343
2344 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2345
2346 * configure.ac: Detect MPC in default directory.
2347 * configure: Regenerate.
2348
2349 2009-06-03 Jerome Guitton <guitton@adacore.com>
2350 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2351
2352 * Makefile.tpl (all): Avoid a trailing backslash.
2353 * Makefile.in: Regenerate.
2354
2355 2009-06-03 Ben Elliston <bje@au.ibm.com>
2356
2357 * config.sub, config.guess: Update from upstream sources.
2358
2359 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2360
2361 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2362 to noconfdirs.
2363 * configure: Regenerate.
2364
2365 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2366
2367 * Makefile.tpl ([+compare-target+]): Compare all stage
2368 directories, rather than just gcc.
2369 * Makefile.in: Rebuilt.
2370
2371 2009-06-01 Doug Kwan <dougkwan@google.com>
2372
2373 * configure.ac: Support gold for target arm*-*-*.
2374 * configure: Regenerate.
2375
2376 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2377
2378 * Makefile.def: Add MPC support and dependencies.
2379 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2380
2381 * Makefile.in, configure: Regenerate.
2382
2383 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2384
2385 * Makefile.tpl (all): Avoid harmless warning in make all when
2386 gcc-bootstrap is enabled but stage_last does not exist.
2387 * Makefile.in: Rebuilt.
2388
2389 2009-05-24 Nicolas Roche <roche@adacore.com>
2390
2391 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2392 * Makefile.in: Regenerate.
2393
2394 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2395
2396 * MAINTAINERS: Update my e-mail address.
2397
2398 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2399
2400 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2401 * configure: Regenerate.
2402
2403 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2404
2405 PR other/40159
2406 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2407 gcc-no-bootstrap are mutually exclusive.
2408 * Makefile.in: Rebuilt.
2409
2410 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2411
2412 PR other/40159
2413 * Makefile.tpl (all): Don't end with unconditional success.
2414 * Makefile.in: Rebuilt.
2415
2416 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2417
2418 PR target/37137
2419 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2420 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2421 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2422 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2423 stage_configureflags, stage_cflags and stage_libcflags into
2424 explicit Makefile macros.
2425 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2426 GFORTRAN.
2427 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2428 CC. Set CC_FOR_BUILD from CC.
2429 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2430 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2431 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2432 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2433 and GFORTRAN.
2434 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2435 (_LIBCFLAGS): Renamed to _TFLAGS.
2436 (do-compare-debug, do-compare3-debug): Drop.
2437 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2438 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2439 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2440 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2441 (XGCC_FLAGS_FOR_TARGET): New.
2442 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2443 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2444 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2445 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2446 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2447 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2448 TFLAGS.
2449 (BUILD_CONFIG): Include if requested.
2450 (all): Set TFLAGS on bootstrap.
2451 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2452 (all-stageid-prefixmodule): Likewise.
2453 (do-clean, distclean-stageid): Set TFLAGS.
2454 (restrap): Fix whitespace.
2455 * Makefile.in: Rebuilt.
2456
2457 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2458
2459 * config.guess: Sync with src.
2460
2461 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2462
2463 * configure.ac ($with_ppl): Default to no if not supplied.
2464 ($with_cloog): Likewise.
2465 configure: Regenerate.
2466
2467 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2468
2469 * MAINTAINERS: Update my e-mail address.
2470
2471 2009-04-27 Nick Clifton <nickc@redhat.com>
2472
2473 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2474
2475 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2476
2477 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2478 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2479 * Makefile.in: Regenerate.
2480
2481 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2482
2483 PR bootstrap/39739
2484 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2485 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2486
2487 * configure, Makefile.in: Regenerate.
2488
2489 2009-04-21 Taras Glek <tglek@mozilla.com>
2490
2491 * include/hashtab.h: Update GTY annotations to new syntax
2492 * include/splay-tree.h: Likewise
2493
2494 2009-04-17 Ben Elliston <bje@au.ibm.com>
2495
2496 * config.sub, config.guess: Update from upstream sources.
2497
2498 2009-04-15 Anthony Green <green@moxielogic.com>
2499
2500 * configure.ac: Add moxie support.
2501 * configure: Rebuilt.
2502
2503 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2504
2505 * configure.ac: Change copyright header to refer to version
2506 3 of the GNU General Public License and to point readers at the
2507 COPYING3 file and the FSF's license web page.
2508 * Makefile.def: Likewise.
2509 * Makefile.tpl: Likewise.
2510 * Makefile.in: Regenerate.
2511
2512 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2513
2514 * configure.ac: Restore match for darwin9 or later. Use double
2515 brackets since regeneration eats one pair.
2516 * configure: Regenerate.
2517
2518 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2519
2520 PR gas/10039
2521 * configure.ac: Require texinfo 4.7.
2522 * configure: Regenerated.
2523
2524 2009-04-09 Nick Clifton <nickc@redhat.com>
2525
2526 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2527 the GCC Runtime Library Exception.
2528
2529 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2530
2531 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2532 * configure: Regenerate.
2533
2534 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2535
2536 * Makefil.def (languages): New entries.
2537 * Makefile.tpl (check-gcc-*): New generic target.
2538 * Makefile.in: Regenerate.
2539
2540 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2541
2542 * MAINTAINERS: Update my email address.
2543
2544 2009-03-18 Tom Tromey <tromey@redhat.com>
2545
2546 * configure: Rebuild.
2547 * configure.ac (host_libs): Add libiconv.
2548 * Makefile.in: Rebuild.
2549 * Makefile.def (host_modules): Add libiconv.
2550 (configure-gdb, all-gdb): Depend on libiconv.
2551
2552 2009-03-16 Tristan Gingold <gingold@adacore.com>
2553
2554 * configure.ac: Treat gdb as supported on x86_64-darwin.
2555 * configure: Regenerate.
2556
2557 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2558
2559 * configure.ac (--with-host-libstdcxx): New option.
2560 * configure: Regenerate.
2561
2562 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2563
2564 * MAINTAINERS: Move myself into the write after approval list.
2565
2566 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2567
2568 * MAINTAINERS: Update e-mail address.
2569
2570 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2571
2572 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2573
2574 2009-03-10 Ira Rosen <irar@il.ibm.com>
2575
2576 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2577
2578 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2579
2580 Backport from git Libtool:
2581
2582 2009-01-19 Robert Millan <rmh@aybabtu.com>
2583 Support GNU/kOpenSolaris.
2584 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2585 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2586 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2587 GNU/kOpenSolaris.
2588
2589 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2590
2591 * MAINTAINERS: Update e-mail address.
2592
2593 2009-02-24 Michael Eager <eager@eagercon.com>
2594
2595 * MAINTAINERS (Write After Approval): Add self.
2596
2597 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2598
2599 * MAINTAINERS (Write After Approval): Add myself.
2600
2601 2009-02-05 Andreas Schwab <schwab@suse.de>
2602
2603 * Makefile.tpl (stage_last): Define $r and $s before using
2604 $(RECURSE_FLAGS_TO_PASS).
2605 * Makefile.in: Regenerate
2606
2607 2009-01-30 Ian Lance Taylor <iant@google.com>
2608
2609 * MAINTAINERS: Move myself to the Global Reviewers list.
2610
2611 2009-01-29 Robert Millan <rmh@aybabtu.com>
2612
2613 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2614 * configure: Regenerate.
2615
2616 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2617
2618 * MAINTAINERS: Make whitespace consistent.
2619 Remove Robert Millan from Write After Approval.
2620
2621 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2622
2623 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2624 (all-opcodes): Depend on all-libiberty.
2625 * Makefile.in: Regenerate.
2626
2627 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2628
2629 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2630 * configure: Regenerate.
2631
2632 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2633
2634 * MAINTAINERS (Write After Approval): Add myself.
2635
2636 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2637
2638 * MAINTAINERS: Add myself to reviewers (Fortran).
2639
2640 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2641
2642 PR tree-optimization/38515
2643 * configure.ac (cloog-polylib): Removed.
2644 (with_ppl, with_cloog): Test for "no".
2645 * configure: Regenerated.
2646
2647 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2648
2649 * MAINTAINERS: Moved myself to reviewers (Fortran).
2650
2651 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2652
2653 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2654 (Write After Approval): Remove myself.
2655
2656 2009-01-03 Diego Novillo <dnovillo@google.com>
2657
2658 * MAINTAINERS: Remove myself from alias maintainership.
2659
2660 2009-01-02 David Ayers <ayers@fsfe.org>
2661
2662 * MAINTAINERS: Update e-mail address.
2663
2664 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2665
2666 * MAINTAINERS: Make whitespace consistent.
2667
2668 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2669
2670 Backport from upstream Libtool:
2671 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2672 Add cache variables to tests that require the linker to work.
2673 For shlibpath_overrides_runpath, this also changes the semantics
2674 to let the result from the C compiler take precedence.
2675
2676 2008-12-02 Ben Elliston <bje@au.ibm.com>
2677
2678 * config.sub, config.guess: Update from upstream sources.
2679
2680 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2681
2682 * configure.ac (ppllibs): Add by default the lib flags.
2683 * configure: Regenerate.
2684
2685 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2686
2687 * MAINTAINERS: Add myself to the write after approval list.
2688
2689 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2690
2691 * configure.ac: Add double brackets on darwin[912].
2692 * configure: Regenerate.
2693
2694 2008-12-03 Daniel Kraft <d@domob.eu>
2695
2696 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2697 Approval to Reviewer section (for Fortran front-end).
2698
2699 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2700
2701 * configure.ac: Expand to darwin10 and later.
2702 * configure: Regenerate.
2703
2704 2008-12-02 Andreas Schwab <schwab@suse.de>
2705
2706 * Makefile.def: configure-target-boehm-gc depends on
2707 all-target-libstdc++-v3.
2708 * Makefile.in: Regenerate.
2709
2710 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2711
2712 * MAINTAINERS: Add myself as mingw maintainer.
2713
2714 2008-12-02 Ben Elliston <bje@au.ibm.com>
2715
2716 * config.sub, config.guess: Update from upstream sources.
2717
2718 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2719
2720 * README.SCO: Remove.
2721
2722 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2723
2724 * MAINTAINERS: Add myself to the write after approval list.
2725
2726 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2727
2728 * MAINTAINERS: Update my email address in WAA section.
2729
2730 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2731
2732 * MAINTAINERS: Update e-mail address.
2733
2734 2008-11-27 Toon Moene <toon@moene.org>
2735
2736 * MAINTAINERS: Change e-mail address.
2737
2738 2008-11-27 Tristan Gingold <gingold@adacore.com>
2739
2740 * configure.ac: Build gdb for i?86-*-darwin*
2741 * configure: Regenerated.
2742
2743 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2744
2745 * MAINTAINERS: Added my full name.
2746
2747 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2748
2749 PR bootstrap/38014
2750 PR bootstrap/37923
2751
2752 Revert:
2753
2754 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2755
2756 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2757 * Makefile.in: Regenerated.
2758
2759 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2760
2761 PR gdb/921
2762 PR gdb/1646
2763 PR gdb/2175
2764 PR gdb/2176
2765
2766 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2767 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2768 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2769 (HOST_EXPORTS): Pass CPPFLAGS.
2770 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2771 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2772 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2773 * Makefile.in, configure: Regenerated.
2774 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2775 and CPPFLAGS_FOR_BUILD.
2776
2777 2008-11-06 Jeff Law <law@redhat.com>
2778
2779 * MAINTAINERS: Add myself as middle end maintainer.
2780
2781 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
2782
2783 * MAINTAINERS (Write after approval): Add myself.
2784
2785 2008-11-05 Diego Novillo <dnovillo@google.com>
2786
2787 * MAINTAINERS (Global Reviewers): Add myself.
2788 (Non-Algorithmic Maintainers): Remove myself.
2789
2790 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2791
2792 * MAINTAINERS (Write after approval): Add myself.
2793
2794 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2795
2796 * MAINTAINERS (Write after approval): Add myself.
2797
2798 2008-10-31 Ben Elliston <bje@au.ibm.com>
2799
2800 * configure.ac (spu-*-*): Remove special case.
2801 * configure: Regenerate.
2802
2803 2008-10-30 Catherine Moore <clm@codesourcery.com>
2804
2805 * MAINTAINERS (Write after approval): Update my email address.
2806
2807 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2808
2809 * configure.ac [spu-*-*]: Do not set skipdirs.
2810 * configure: Re-generate.
2811
2812 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2813
2814 * MAINTAINERS (Various Maintainers): Add myself to reload.
2815
2816 2008-10-25 Richard Guenther <rguenther@suse.de>
2817
2818 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2819 maintainer. Remove myself as libgcc-math maintainer.
2820 (Non-Algorithmic Maintainers): Remove myself.
2821
2822 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2823
2824 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2825 * Makefile.in: Regenerated.
2826
2827 2008-10-23 Cary Coutant <ccoutant@google.com>
2828
2829 * MAINTAINERS (Write after approval): Add myself.
2830
2831 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2832
2833 PR gdb/921
2834 PR gdb/1646
2835 PR gdb/2175
2836 PR gdb/2176
2837
2838 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2839 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2840 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2841 (HOST_EXPORTS): Pass CPPFLAGS.
2842 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2843 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2844 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2845 * Makefile.in, configure: Regenerated.
2846 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2847 and CPPFLAGS_FOR_BUILD.
2848
2849 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
2850
2851 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2852 Sebastian Pop.
2853
2854 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2855
2856 * MAINTAINERS (Write After Approval): Added myself.
2857
2858 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2859
2860 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2861 recommended version to 2.3.2.
2862
2863 * configure: Regenerate.
2864
2865 2008-10-01 Mark Mitchell <mark@codesourcery.com>
2866
2867 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2868
2869 2008-09-29 David Daney <david.daney@caviumnetworks.com>
2870
2871 * MAINTAINERS (Write After Approval): Update e-mail address.
2872
2873 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2874
2875 * libtool.m4: Update to libtool 2.2.6.
2876 * lt~obsolete.m4: Update to libtool 2.2.6.
2877 * ltmain.sh: Update to libtool 2.2.6.
2878 * ltsugar.m4: Update to libtool 2.2.6.
2879 * ltversion.m4: Update to libtool 2.2.6.
2880 * ltoptions.m4: Update to libtool 2.2.6.
2881 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2882
2883 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
2884
2885 * MAINTAINERS (Write After Approval): Add myself.
2886
2887 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2888
2889 * MAINTAINERS (Write After Approval): Update my name.
2890
2891 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
2892
2893 * MAINTAINERS: Add myself in "Write After Approval".
2894
2895 2008-09-18 Steve Ellcey <sje@cup.hp.com>
2896
2897 * MAINTAINERS: Add myself as ia64 maintainer.
2898
2899 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
2900
2901 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2902 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2903 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2904 and Michael Tiemann from Write After Approval since they do not
2905 actually have access.
2906
2907 2008-09-05 Richard Guenther <rguenther@suse.de>
2908
2909 * configure.ac: Initialize clooglibs to -lcloog.
2910 * configure: Re-generate.
2911
2912 2008-09-04 Le-Chun Wu <lcwu@google.com>
2913
2914 * MAINTAINERS (Write After Approval): Add myself.
2915
2916 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2917
2918 * configure.ac (--with-cloog-polylib): New.
2919 (--disable-cloog-version-check): New.
2920 (--disable-ppl-version-check): New.
2921 * configure: Re-generate.
2922
2923 2008-09-03 Richard Guenther <rguenther@suse.de>
2924
2925 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2926 cloog test.
2927 * configure: Re-generate.
2928
2929 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2930
2931 Add picoChip port.
2932 * MAINTAINERS: Add picoChip maintainers.
2933
2934 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2935 Tobias Grosser <grosser@fim.uni-passau.de>
2936 Jan Sjodin <jan.sjodin@amd.com>
2937 Harsha Jagasia <harsha.jagasia@amd.com>
2938 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2939 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2940 Adrien Eliche <aeliche@isty.uvsq.fr>
2941
2942 Merge from graphite branch.
2943 * configure: Regenerate.
2944 * Makefile.in: Regenerate.
2945 * configure.ac (host_libs): Add ppl and cloog.
2946 Add checks for PPL and CLooG.
2947 * Makefile.def (ppl, cloog): Added modules and dependences.
2948 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2949 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2950
2951 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2952
2953 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2954 (GCC_SHLIB_SUBDIR): New.
2955 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2956 * configure: Regenerate.
2957 * Makefile.in: Regenerate.
2958
2959 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2960
2961 * MAINTAINERS: Consistently use tabs to separate columns.
2962
2963 2008-08-29 Tristan Gingold <gingold@adacore.com>
2964
2965 * MAINTAINERS (Write after Approval): Add myself.
2966
2967 2008-08-28 Tristan Gingold <gingold@adacore.com>
2968
2969 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2970 Enable bfd, binutils and opcodes.
2971 * configure: Regenerate.
2972
2973 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2974
2975 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
2976
2977 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
2978
2979 * MAINTAINERS: Use correct Umlaut for last name.
2980
2981 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2982
2983 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2984
2985 2008-08-16 David Edelsohn <edelsohn@gnu.org>
2986
2987 * MAINTAINERS: Update my email address.
2988
2989 2008-08-16 Nicolas Roche <roche@adacore.com>
2990
2991 * Makefile.tpl: Add BOOT_ADAFLAGS.
2992 * Makefile.in: Regenerate.
2993
2994 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
2995
2996 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2997 * configure: Regenerate.
2998
2999 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3000
3001 * configure.ac: Add makefile fragments for hpux.
3002 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3003 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3004 * configure: Regenerate.
3005 * Makefile.in: Regenerate.
3006
3007 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3008
3009 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3010
3011 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3012
3013 * MAINTAINERS (Write after Approval): Add myself.
3014
3015 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3016
3017 * MAINTAINERS (Write After Approval): Add myself.
3018
3019 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3020
3021 * MAINTAINERS (Write After Approval): Add myself.
3022
3023 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3024
3025 * MAINTAINERS: Update my email address.
3026
3027 2008-06-25 Joey Ye <joey.ye@intel.com>
3028
3029 * MAINTAINERS (Write After Approval): Add myself.
3030
3031 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3032
3033 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3034 * Makefile.in: Regenerate.
3035 * configure: Regenerate.
3036
3037 2008-06-17 Daniel Kraft <d@domob.eu>
3038
3039 * MAINTAINERS (Write After Approval): Add myself.
3040
3041 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3042
3043 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3044 "$@" is still intact with both Autoconf 2.59 and 2.62.
3045 * configure: Regenerate.
3046
3047 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3048
3049 * Makefile.tpl: Fix comment errors.
3050 * Makefile.in: Regenerate.
3051
3052 2008-06-12 David S. Miller <davem@davemloft.net>
3053 David Edelsohn <edelsohn@gnu.org>
3054
3055 * configure.ac: Add powerpc*-*-* to gold supported targets.
3056 * configure: Regenerate.
3057
3058 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3059
3060 PR tree-optimization/36218
3061 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3062 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3063 (all prefix="build-"): Pass them to build-system sub-makes.
3064 * Makefile.in: Regenerate.
3065
3066 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3067
3068 * MAINTAINERS (mt port): Remove.
3069 (sco5, unixware, sco udk): Remove.
3070 (Kean Johnston): Add to Write After Approval.
3071
3072 2008-05-30 Julian Brown <julian@codesourcery.com>
3073
3074 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3075 of libobjc for ARM EABI Linux.
3076 * configure: Regenerate.
3077
3078 2008-05-18 Xinliang David Li <davidxl@google.com>
3079
3080 * ChangeLog: Remove wrong ChangeLog entry.
3081
3082 2008-05-17 Xinliang David Li <davidxl@google.com>
3083
3084 * MAINTAINERS (Write After Approval): Add myself.
3085
3086 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3087
3088 * MAINTAINERS (Write After Approval): Add myself.
3089
3090 2008-05-14 Rafael Espíndola <espindola@google.com>
3091
3092 * config-ml.in: don't handle --enable-shared and --enable-static.
3093
3094 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3095
3096 * MAINTAINERS: Update my email address.
3097
3098 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3099
3100 * MAINTAINERS: Update my email address.
3101
3102 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3103
3104 * MAINTAINERS (Write After Approval): Add myself.
3105
3106 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3107
3108 * MAINTAINERS (Write After Approval): Add myself.
3109
3110 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3111
3112 * MAINTAINERS (crx): Add myself.
3113
3114 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3115
3116 Sync with src:
3117 2008-04-14 David S. Miller <davem@davemloft.net>
3118
3119 * configure.ac: Add sparc*-*-* to gold supported targets.
3120 * configure: Regenerate.
3121
3122 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3123
3124 PR bootstrap/35457
3125 * configure.ac: Include override.m4.
3126 * configure: Regenerate.
3127
3128 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3129
3130 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3131 * Makefile.in: Regenerate.
3132
3133 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3134
3135 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3136 as nonconfigurable directories list.
3137 * configure: Regenerate.
3138
3139 2008-04-14 Ben Elliston <bje@au.ibm.com>
3140
3141 * config.sub, config.guess: Update from upstream sources.
3142
3143 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3144
3145 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3146 * Makefile.in: Regenerate.
3147
3148 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3149
3150 * configure.ac: Do not build libssp for the AVR.
3151 * configure: Regenerate.
3152
3153 2008-04-07 Ian Lance Taylor <iant@google.com>
3154
3155 * Makefile.def: check-gold depends upon all-binutils.
3156 * Makefile.in: Regenerate.
3157
3158 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3159
3160 * MAINTAINERS (Write After Approval): Add myself.
3161
3162 2008-04-04 Nick Clifton <nickc@redhat.com>
3163
3164 PR binutils/4334
3165 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3166 builds.
3167 * configure: Regenerate.
3168
3169 2008-04-04 NightStrike <NightStrike@gmail.com>
3170
3171 PR other/35151
3172 * configure.ac: Combine rules for mingw32 and mingw64.
3173 * configure: Regenerate.
3174
3175 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3176
3177 * MAINTAINERS (Write After Approval): Add myself.
3178
3179 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3180
3181 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3182 * Makefile.in (.NOTPARALLEL): Ditto.
3183
3184 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3185
3186 * MAINTAINERS (Write After Approval): Add myself.
3187
3188 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3189
3190 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3191 * Makefile.in (.NOTPARALLEL): Regenerate.
3192
3193 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3194
3195 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3196 * Makefile.in: Regenerate.
3197
3198 2008-03-26 Jakub Staszak <kuba@et.pl>
3199
3200 * MAINTAINERS (Write After Approval): Add myself.
3201
3202 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3203
3204 * MAINTAINERS: Update e-mail address.
3205
3206 2008-03-20 Ian Lance Taylor <iant@google.com>
3207
3208 * configure.ac: Add support for --enable-gold.
3209 * Makefile.def: Add gold as a directory like ld.
3210 * configure, Makefile.in: Regenerate.
3211
3212 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3213
3214 * configure.ac: m4_include config/proginstall.m4.
3215 * configure: Regenerate.
3216
3217 Backport from upstream Libtool:
3218
3219 2007-10-12 Eric Blake <ebb9@byu.net>
3220
3221 Deal with Autoconf 2.62's semantic change in m4_append.
3222 * ltsugar.m4 (lt_append): Replace broken versions of
3223 m4_append.
3224 (lt_if_append_uniq): Don't require separator to be overquoted,
3225 and avoid broken m4_append.
3226 (lt_dict_add): Fix typo.
3227 * libtool.m4 (_LT_DECL): Don't overquote separator.
3228
3229 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3230
3231 * config.rpath: Add AIX 6 support.
3232
3233 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3234
3235 * Makefile.def (stageprofile). Remove -fprofile-generate
3236 from stage_libcflags.
3237 * Makefile.in: Regenerate.
3238
3239 2008-03-13 Ben Elliston <bje@au.ibm.com>
3240
3241 * config.sub, config.guess: Update from upstream sources.
3242
3243 2008-03-06 Tom Tromey <tromey@redhat.com>
3244
3245 * MAINTAINERS: Update for treelang deletion.
3246
3247 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3248
3249 * MAINTAINERS: Update my email address.
3250
3251 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3252
3253 * MAINTAINERS (darwin port): Add myself as a maintainer.
3254 (objective-c/c++): Add myself as a maintainer.
3255
3256 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3257
3258 * MAINTAINERS (Write After Approval): Update my email address.
3259
3260 2008-02-25 Tomas Bily <tbily@suse.cz>
3261
3262 * MAINTAINERS (Write After Approval): Add myself.
3263
3264 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3265
3266 * MAINTAINERS (OpenMP): Add myself.
3267
3268 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3269
3270 PR bootstrap/32009
3271 PR bootstrap/32161
3272
3273 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3274 * configure: Regenerate.
3275
3276 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3277 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3278 STAGE4_LIBCFLAGS): New.
3279 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3280 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3281 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3282 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3283 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3284 for target modules. Don't export LIBCFLAGS.
3285 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3286 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3287 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3288 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3289 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3290 * Makefile.in: Regenerate.
3291
3292 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3293
3294 PR libgcj/33085
3295 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3296 Do not use -DDLL_EXPORT. Backport from upstream.
3297
3298 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3299
3300 * MAINTAINERS (Write After Approval): Add myself.
3301
3302 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3303
3304 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3305 * configure: Regenerate.
3306
3307 2008-01-31 Marc Gauthier <marc@tensilica.com>
3308
3309 * configure.ac (xtensa*-*-*): Recognize processor variants.
3310 * configure: Regenerate.
3311
3312 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3313
3314 PR bootstrap/34922
3315 * configure.ac (PARSE_ARGS): Push suitable setting of
3316 ac_subdirs_all, for `./configure --help=recursive'.
3317 Handle `+' in generic toplevel directory disabling.
3318 * configure: Regenerate.
3319
3320 2008-01-28 Nick Clifton <nickc@redhat.com>
3321
3322 * MAINTAINERS (xstormy16): Take over maintainership.
3323
3324 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3325
3326 * MAINTAINERS (c4x port): Remove.
3327
3328 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3329
3330 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3331
3332 2008-01-23 Ben Elliston <bje@au.ibm.com>
3333
3334 * config.sub, config.guess: Update from upstream sources.
3335
3336 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3337
3338 * MAINTAINERS (Write After Approval): Add myself.
3339
3340 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3341
3342 * MAINTAINERS: Update my email address.
3343
3344 2008-01-09 Raksit Ashok <raksit@google.com>
3345
3346 * MAINTAINERS (Write After Approval): Add myself.
3347
3348 2008-01-09 Raksit Ashok <raksit@google.com>
3349
3350 * MAINTAINERS (Write After Approval): Add myself.
3351
3352 2008-01-08 Ben Elliston <bje@au.ibm.com>
3353
3354 * config.sub, config.guess: Update from upstream sources.
3355
3356 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3357
3358 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3359 Change recommended MPFR from 2.2.1 -> 2.3.0.
3360 * configure: Regenerate.
3361
3362 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3363
3364 * MAINTAINERS: Update my email address.
3365
3366 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3367
3368 * MAINTAINERS: Update my email address.
3369
3370 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3371
3372 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3373 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3374 * Makefile.in: Regenerate.
3375
3376 2007-12-10 Mark Heffernan <meheff@google.com>
3377
3378 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3379 misplaced entries.
3380
3381 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3382
3383 * configure.ac: Enable libjava for x86_64-*-darwin9.
3384 * configure: Regenerate.
3385
3386 2007-12-07 Bill Maddox <maddox@google.com>
3387
3388 * MAINTAINERS (Write After Approval): Add myself.
3389
3390 2007-12-05 Ben Elliston <bje@au.ibm.com>
3391
3392 * config.sub, config.guess: Update from upstream sources.
3393
3394 2007-12-02 Matthias Klose <doko@ubuntu.com>
3395
3396 * config-ml.in: Remove 64bit configure tests.
3397
3398 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3399
3400 * config-ml.in: Robustify against white space in absolute file
3401 names.
3402
3403 * config-ml.in (multi-clean): Substitute ${Makefile}.
3404 Remove superfluous ${Makefile} in list.
3405
3406 2007-11-19 Thiemo Seufer <ths@mips.com>
3407
3408 * config-ml.in: Don't hardcode the Makefile name.
3409
3410 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3411
3412 * MAINTAINERS (Write After Approval): Add myself.
3413
3414 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3415
3416 * MAINTAINERS (Write After Approval): Add myself.
3417
3418 2007-11-06 Doug Kwan <dougkwan@google.com>
3419
3420 * MAINTAINERS (Write After Approval): Add myself.
3421
3422 2007-10-25 Ben Elliston <bje@au.ibm.com>
3423
3424 * MAINTAINERS (mercury): Remove entry.
3425 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3426
3427 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3428
3429 * Makefile.def (dependencies): Make configure-gdb depend on
3430 all-intl.
3431 * Makefile.in: Regenerated.
3432
3433 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3434
3435 * MAINTAINERS (Fortran maintainer): Remove myself.
3436
3437 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3438
3439 * Makefile.def: To avoid problems running with parallel makes,
3440 build newlib before libgloss so that target specific header
3441 files are availble.
3442 * Makefile.in: Regenerate
3443
3444 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3445
3446 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3447 * Makefile.in: Regenerate.
3448
3449 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3450
3451 * MAINTAINERS (Register allocation reviewer): Add myself.
3452
3453 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3454
3455 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3456 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3457 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3458 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3459 * configure: Regenerate.
3460
3461 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3462
3463 * MAINTAINERS (Register allocation reviewer): Add myself.
3464
3465 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3466
3467 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3468 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3469 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3470 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3471 * configure.ac: Default them to host tools for $host = $build.
3472 Subst them.
3473
3474 * configure: Regenerate.
3475 * Makefile.in: Regenerate.
3476
3477 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3478
3479 * MAINTAINERS (Register allocation reviewer): Add myself.
3480
3481 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3482
3483 * MAINTAINERS (Register allocation reviewer): Add myself.
3484
3485 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3486
3487 * MAINTAINERS (Write After Approval): Fix typo.
3488
3489 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3490
3491 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3492 * configure: Regenerate.
3493
3494 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3495
3496 PR bootstrap/31906
3497 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3498 they're already prefixed.
3499
3500 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3501
3502 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3503 libstdc++.
3504 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3505 * configure: Regenerate.
3506 * Makefile.in: Regenerate.
3507
3508 2007-09-17 Andreas Schwab <schwab@suse.de>
3509
3510 * configure.ac: Raise minimum makeinfo version to 4.6.
3511 * configure: Regenerate.
3512
3513 2007-09-17 Johannes Singler <singler@ira.uka.de>
3514
3515 * MAINTAINERS (write-after-approval) add myself
3516
3517 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3518
3519 * configure.ac: Correct makeinfo version check.
3520 * configure: Regenerate.
3521
3522 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3523
3524 * MAINTAINERS: Update my email address.
3525
3526 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3527
3528 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3529 to $skipdirs and only disable gprof for newlib. Use the normal
3530 mips*-elf* handling in other respects.
3531 * configure: Regnerate.
3532
3533 2007-09-12 David Daney <ddaney@avtrex.com>
3534
3535 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3536 enabling libgcj.
3537 * configure: Regenerate.
3538
3539 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3540
3541 PR other/32154
3542 * configure.ac: For libgloss targets, point the linker to the linker
3543 script, startup code and simulator library.
3544 * configure: Regenerate.
3545
3546 2007-09-07 Andrew Haley <aph@redhat.com>
3547
3548 * configure.ac (noconfigdirs): Remove target-libffi and
3549 target-libjava.
3550 * configure: Regenerate.
3551
3552 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3553
3554 PR target/33281
3555 * configure.ac: Use config/mh-mingw on mingw.
3556 * configure: Regenerate.
3557
3558 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3559
3560 * MAINTAINERS (Write After Approval): Add myself.
3561
3562 2007-09-05 Richard Guenther <rguenther@suse.de>
3563
3564 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3565 nor --disable-checking is provided also turn on yes and types
3566 checking for stage1.
3567 * configure: Re-generate.
3568
3569 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3570
3571 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3572 (Write After Approval): Remove myself.
3573
3574 2007-08-29 Nick Clifton <nickc@redhat.com>
3575
3576 * config.sub, config.guess: Update from upstream sources.
3577
3578 2007-08-22 Bud Davis <jmdavis@link.com>
3579
3580 * MAINTAINERS (Write After Approval): Added myself.
3581 * MAINTAINERS (Reviewers): Removed myself.
3582
3583 2007-08-18 Paul Brook <paul@codesourcery.com>
3584 Joseph Myers <joseph@codesourcery.com>
3585
3586 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3587 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3588 * Makefile.in: Regenerate.
3589 * configure.ac (--with-debug-prefix-map): New.
3590 * configure: Regenerate.
3591
3592 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3593 Nigel Stephens <nigel@mips.com>
3594
3595 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3596 as target_makefile_frag.
3597 * configure: Regenerate.
3598
3599 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3600
3601 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3602 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3603 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3604 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3605 (do-compare, do-compare3, do-compare-debug): New.
3606 ([+compare-target+]): Use them.
3607
3608 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3609
3610 * MAINTAINERS (Write After Approval): Change my email address.
3611
3612 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3613 Ben Elliston <bje@au.ibm.com>
3614
3615 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3616 --silent if $silent.
3617 * configure: Regenerate.
3618
3619 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3620
3621 * MAINTAINERS (Various Maintainers): Add myself as
3622 loop infrastructure maintainer. Update my e-mail
3623 address.
3624
3625 2007-07-31 Diego Novillo <dnovillo@google.com>
3626
3627 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3628 Adjust description.
3629
3630 2007-07-26 Richard Guenther <rguenther@suse.de>
3631
3632 * configure.ac: Add types checking to stage1 checking flags.
3633 * configure: Regenerate.
3634
3635 2007-07-17 Nick Clifton <nickc@redhat.com>
3636
3637 * COPYING3: New file. Contains version 3 of the GNU General
3638 Public License.
3639 * COPYING3.LIB: New file. Contains version 3 of the GNU
3640 Lesser General Public License.
3641
3642 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3643
3644 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3645
3646 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3647
3648 * MAINTAINERS (S/390 co-maintainer): Add myself.
3649 (Write After Approval): Remove myself.
3650
3651 2007-07-13 Dan Hipschman <dsh@google.com>
3652
3653 * MAINTAINERS (Write After Approval): Add myself.
3654
3655 2007-07-11 Nick Clifton <nickc@redhat.com>
3656
3657 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3658 WINDRES export.
3659 * Makefile.in: Regenerate.
3660
3661 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3662
3663 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3664 maintainer.
3665
3666 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3667
3668 * lt~obsolete.m4: New. Import from 20070318 libtool.
3669
3670 2007-07-03 Julian Brown <julian@codesourcery.com>
3671
3672 * MAINTAINERS (Write After Approval): Add myself.
3673
3674 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3675
3676 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3677 * configure: Regenerate.
3678
3679 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3680
3681 * configure.ac: Add some missing m4 quotation.
3682 * configure: Regenerate.
3683
3684 2007-07-02 Simon Baldwin <simonb@google.com>
3685
3686 * MAINTAINERS (Write After Approval): Add myself.
3687
3688 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3689
3690 * configure: Regenerate.
3691
3692 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3693
3694 * Makefile.def: Add windmc tool to build.
3695 * Makefile.tpl: Likewise.
3696 * configure.ac: Likewise.
3697 * Makefile.in: Regenerate.
3698 * configure: Regenerate.
3699
3700 2007-06-28 DJ Delorie <dj@redhat.com>
3701
3702 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3703 not building newlib.
3704 * configure: Regenerated.
3705
3706 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3707
3708 * MAINTAINERS (Write After Approval): Add myself.
3709
3710 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3711
3712 * MAINTAINERS (Write After Approval): Add myself.
3713
3714 2007-06-19 Chris Matthews <chrismatthews@google.com>
3715
3716 * MAINTAINERS (Write After Approval): Add myself.
3717
3718 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3719
3720 * MAINTAINERS (Write After Approval): Add myself.
3721
3722 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3723
3724 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3725 * Makefile.in: Regenerated.
3726
3727 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3728
3729 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3730 bfin*-*-uclinux* targets.
3731 * configure: Regenerate.
3732
3733 2007-06-14 Ian Lance Taylor <iant@google.com>
3734
3735 * MAINTAINERS: Add myself as non-algorithmic global write
3736 maintainer.
3737
3738 2007-06-14 Diego Novillo <dnovillo@google.com>
3739
3740 * MAINTAINERS: Add self as middle-end maintainer and
3741 non-algorithmic global write maintainer.
3742
3743 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3744
3745 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3746 Move all Fortran maintainers except Paul Brook into the
3747 Non-Autopoiesis section.
3748
3749 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3750
3751 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3752 (distclean-stage[+id+]): Possibly delete stage_last.
3753 * Makefile.in: Regenerate.
3754
3755 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3756
3757 * MAINTAINERS (Various Maintainer): Fix typo.
3758
3759 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3760
3761 * MAINTAINERS (Various Maintainer): Add myself as
3762 dataflow maintainer.
3763
3764 2007-06-07 Ben Elliston <bje@au.ibm.com>
3765
3766 * config.sub, config.guess: Update from upstream sources.
3767
3768 2007-06-07 Ben Elliston <bje@au.ibm.com>
3769
3770 * Makefile.tpl: Fix spelling error.
3771 * Makefile.in: Regenerate.
3772
3773 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3774
3775 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3776 lt_cv_sys_max_cmd_len.
3777
3778 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3779
3780 * MAINTAINERS (Various Maintainers): Add myself as
3781 auto-vectorizer maintainer.
3782
3783 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
3784
3785 PR libjava/32098
3786 * libtool.m4: Revert previous change.
3787 * ltgcc.m4: Put it here.
3788
3789 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3790
3791 * MAINTAINERS (Various Maintainers): Add myself as
3792 auto-vectorizer maintainer.
3793
3794 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3795
3796 PR libjava/32098
3797 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3798
3799 2007-05-30 Richard Guenther <rguenther@suse.de>
3800
3801 * MAINTAINERS (Various Maintainers): Add myself as
3802 auto-vectorizer maintainer.
3803
3804 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3805
3806 PR bootstrap/29382
3807 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3808 * configure: Rebuilt.
3809
3810 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
3811
3812 * MAINTAINERS (Write After Approval): Removed my name.
3813
3814 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3815
3816 * MAINTAINERS (Write After Approval): Remove myself.
3817
3818 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3819
3820 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3821
3822 2007-05-23 Steve Ellcey <sje@cup.hp.com>
3823
3824 * ltmain.sh: Update from ToT Libtool.
3825 * libtool.m4: Update from ToT Libtool.
3826 * ltsugar.m4: New. Update from ToT Libtool.
3827 * ltversion.m4: New. Update from ToT Libtool.
3828 * ltoptions.m4: New. Update from ToT Libtool.
3829 * ltconfig: Remove.
3830 * ltcf-c.sh: Remove.
3831 * ltcf-cxx.sh: Remove.
3832 * ltcf-gcj.sh: Remove.
3833
3834 2007-05-22 Ollie Wild <aaw@google.com>
3835
3836 * MAINTAINERS (Write After Approval): Add myself.
3837
3838 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3839
3840 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3841 stage_cflags.
3842 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3843 Remove CFLAGS/LIBCFLAGS.
3844 (configure-stage[+id+]-[+prefix+][+module+],
3845 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3846 * Makefile.in: Regenerate.
3847
3848 2007-05-15 Diego Novillo <dnovillo@google.com>
3849
3850 * MAINTAINERS: Update e-mail address.
3851
3852 2007-05-15 Revital Eres <eres@il.ibm.com>
3853
3854 * MAINTAINERS (Write After Approval): Add myself.
3855
3856 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
3857
3858 * MAINTAINERS (Write After Approval): Updated my address.
3859
3860 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3861
3862 * MAINTAINERS (Write After Approval): Add myself.
3863
3864 2007-05-11 Silvius Rus <rus@google.com>
3865
3866 * MAINTAINERS (Write After Approval): Add myself.
3867
3868 2007-04-23 Tom Tromey <tromey@redhat.com>
3869
3870 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3871
3872 2007-04-22 Mark Mitchell <mark@codesourcery.com>
3873
3874 * MAINTAINERS (cpplib): Rename to ...
3875 (libcpp): ... this. Add C/C++ front end maintainers.
3876
3877 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3878
3879 * config-ml.in: Pass ${ml_config_env} to configure calls.
3880
3881 2007-04-04 Christian Bruel <christian.bruel@st.com>
3882
3883 * MAINTAINERS (Write After Approval): Add myself.
3884
3885 2007-04-02 Dave Korn <dave.korn@artimi.com>
3886
3887 * MAINTAINERS (Write After Approval): Add myself.
3888
3889 2007-03-31 Tobias Burnus <burnus@net-b.de>
3890
3891 * MAINTAINERS (fortran 95 front end): Add myself.
3892
3893 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3894
3895 * MAINTAINERS (Write After Approval): Add myself.
3896
3897 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
3898
3899 * MAINTAINERS (Modulo Scheduler): Add myself.
3900
3901 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
3902
3903 * MAINTAINERS (fortran 95 front end): Add myself.
3904 (c++ front end): whitespace fix.
3905
3906 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
3907
3908 * MAINTAINERS (Write After Approval): Add myself.
3909
3910 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3911
3912 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3913 of glob. Quote arguments with single quotes too.
3914 * configure: Regenerate.
3915
3916 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3917
3918 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3919 * Makefile.in: Regenerate
3920
3921 2007-03-07 Andreas Schwab <schwab@suse.de>
3922
3923 * configure: Regenerate.
3924
3925 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3926
3927 * configure.ac: Add "--with-pdfdir" configure option,
3928 which defines pdfdir variable.
3929 * Makefile.def (target=fixincludes): Add install-pdf to
3930 missing targets.
3931 (recursive_targets): Add install-pdf target.
3932 (flags_to_pass): Add pdfdir.
3933 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3934 target.
3935 * configure: Regenerate
3936 * Makefile.in: Regenerate
3937
3938 2007-02-28 Eric Christopher <echristo@apple.com>
3939
3940 Revert:
3941 2006-12-07 Mike Stump <mrs@apple.com>
3942
3943 * Makefile.def (dependencies): Add dependency for
3944 install-target-libssp and install-target-libgomp on
3945 install-gcc.
3946 * Makefile.in: Regenerate.
3947
3948 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3949
3950 * configure: Regenerate.
3951 * configure.ac: Move statements after variable declarations.
3952
3953 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
3954
3955 * MAINTAINERS: Add myself as sh maintainer.
3956
3957 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3958
3959 * configure.ac: Adjust for loop syntax.
3960 * configure: Regenerate.
3961
3962 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3963
3964 * configure: Rebuilt.
3965
3966 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3967
3968 * configure.ac: Drop multiple occurrences of --enable-languages,
3969 and fix its quoting.
3970 * configure: Rebuilt.
3971
3972 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3973 Nathan Sidwell <nathan@codesourcery.com>
3974 Vladimir Prus <vladimir@codesourcery.com>
3975 Joseph Myers <joseph@codesourcery.com>
3976
3977 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3978 * configure: Regenerate.
3979
3980 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
3981
3982 * ltconfig (freebsd*): Default to elf.
3983
3984 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3985
3986 * configure.ac (target_libraries): Move libgcc before libiberty.
3987 * configure: Regenerated.
3988
3989 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3990 Paolo Bonzini <bonzini@gnu.org>
3991
3992 PR bootstrap/30753
3993 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3994 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3995 * configure: Regenerated.
3996
3997 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3998
3999 * MAINTAINERS (Language Front End Maintainers): Update my mail
4000 address.
4001
4002 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4003
4004 PR bootstrap/30748
4005 * configure.ac: Correct syntax for Solaris ksh.
4006 * configure: Regenerated.
4007
4008 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4009
4010 * configure.ac: Sync with src.
4011 * configure: Regenerate.
4012
4013 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4014
4015 * Makefile.in: Regenerate.
4016
4017 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4018
4019 * config.sub: Sync with src.
4020
4021 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4022
4023 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4024 noncanonical equivalents.
4025 * configure.in: Rename to...
4026 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4027 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4028 target_noncanonical. Use them. Rewrite removal of configure
4029 arguments for autoconf 2.59. Discard variable settings. Force
4030 program_transform_name for native tools.
4031
4032 * Makefile.in: Regenerated.
4033 * configure: Regenerated with autoconf 2.59.
4034
4035 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4036
4037 * MAINTAINERS (Write After Approval): Add myself.
4038
4039 2007-01-31 Andreas Schwab <schwab@suse.de>
4040
4041 * Makefile.tpl (LDFLAGS): Substitute it.
4042 * Makefile.in: Regenerate.
4043
4044 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4045
4046 * MAINTAINERS (Write After Approval): Add myself.
4047
4048 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4049
4050 * MAINTAINERS (spu port): Add myself.
4051
4052 2007-01-23 Richard Guenther <rguenther@suse.de>
4053
4054 PR bootstrap/30541
4055 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4056 * Makefile.tpl (GNATBIND): Substitute it.
4057 (GNATMAKE): Likewise.
4058 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4059 of STAGE_PREFIX.
4060 * Makefile.in: Regenerate.
4061 * configure: Regenerate.
4062
4063 2007-01-18 Mike Stump <mrs@apple.com>
4064
4065 * configure.in: Re-enable -Werror for gcc builds.
4066
4067 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4068
4069 * MAINTAINERS (Write After Approval): Add myself.
4070
4071 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4072
4073 * configure.in: Change == to = in test command.
4074 * configure: Regenerate.
4075
4076 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4077 Nick Clifton <nickc@redhat.com>
4078 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4079
4080 * configure.in (build_configargs, host_configargs, target_configargs):
4081 Remove build/host/target parameters.
4082 (host_libs): Add gmp and mpfr.
4083 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4084 * Makefile.def (gmp, mpfr): New.
4085 (gcc): Remove target.
4086 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4087 target_os, target_vendor): New.
4088 (configure): Add host_alias/target_alias arguments; adjust invocations.
4089 * configure: Regenerate.
4090 * Makefile.in: Regenerate.
4091
4092 2007-01-11 Matt Fago <fago@earthlink.net>
4093
4094 * configure.in: Try to link to functions only in mpfr 2.2.x
4095 to improve robustness of configure tests.
4096 * configure: Regenerate.
4097
4098 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4099
4100 * MAINTAINERS: Add myself as i386 maintainer.
4101
4102 2007-01-08 Jan Hubicka <jh@suse.cz>
4103
4104 * MAINTAINERS: Add myself as i386 maintainer.
4105
4106 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4107
4108 * configure.in: Add support for an x86_64-mingw* target.
4109 * configure: Regenerate.
4110
4111 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4112
4113 * Makefile.tpl (all-target): Correct @if conditional for target
4114 modules.
4115 * configure.in: Omit libiberty if building only target libgcc.
4116 * configure, Makefile.in: Regenerated.
4117
4118 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4119
4120 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4121 * configure: Regenerate.
4122
4123 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4124
4125 * Makefile.def (target_modules): Add libgcc.
4126 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4127 * Makefile.tpl (clean-target-libgcc): Delete.
4128 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4129 on gcc even for bootstrapped modules. Rewrite handling of
4130 lang_env_dependencies to loop over target_modules.
4131 * configure.in (target_libraries): Add target-libgcc.
4132 * Makefile.in, configure: Regenerated.
4133
4134 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4135
4136 * configure.in: Reorganize recognition of languages. Add
4137 --enable-stage1-languages. Show supported languages for the chosen
4138 target rather than all recognized languages.
4139 * configure: Regenerate.
4140
4141 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4142
4143 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4144 * Makefile.in: Regenerate.
4145
4146 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4147
4148 * configure.in: Warn that MPFR 2.2.0 is buggy.
4149 * configure: Regenerate.
4150
4151 2006-12-27 Ian Lance Taylor <iant@google.com>
4152
4153 * configure.in: When removing Makefiles to force a reconfigure, also
4154 remove prev-DIR*/Makefile.
4155 * configure: Regenerate.
4156
4157 2006-12-22 Andreas Schwab <schwab@suse.de>
4158
4159 * configure: Regenerate with correct autoconf version.
4160
4161 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4162
4163 * configure.in: add AC_SUBST for *_FOR_TARGET.
4164 * configure: Regenerate.
4165
4166 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4167
4168 * configure.in: Simplify logic for rejecting languages that cannot
4169 be built. Separate the case when a language is unsupported,
4170 from the case when the user chooses not to build a language.
4171
4172 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4173
4174 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4175 it only affects bootstrap and could be tested on "$host" as well.
4176 * configure: Regenerate.
4177 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4178
4179 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4180
4181 PR bootstrap/29544
4182 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4183 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4184 move here comment from Makefile.tpl.
4185 * Makefile.tpl: Move some definitions higher in the file.
4186 (STAGE1_CHECKING): New.
4187 * configure.in: Add --enable-stage1-checking.
4188 * configure: Regenerate.
4189 * Makefile.in: Regenerate.
4190
4191 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4192
4193 * MAINTAINERS: Add myself as build system maintainer.
4194
4195 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4196
4197 * MAINTAINERS (Write After Approval): Add myself.
4198
4199 2006-12-13 Eric Christopher <echristo@apple.com>
4200
4201 * MAINTAINERS: Add myself as darwin maintainer.
4202
4203 2006-12-11 Ian Lance Taylor <ian@airs.com>
4204
4205 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4206
4207 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4208
4209 MAINTAINERS: Update my entry.
4210
4211 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4212
4213 * configure.in: Handle spu makefile frag.
4214 * Makefile.tpl (MAINT): Define
4215 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4216 * configure: Regenerate.
4217 * Makefile.in: Regenerate.
4218
4219 2006-12-11 Ben Elliston <bje@au.ibm.com>
4220
4221 * config.guess: Import latest version.
4222 * config.sub: Likewise.
4223
4224 2006-12-11 Ben Elliston <bje@au.ibm.com>
4225
4226 * configure.in (spu-*-*): Don't skip target-libiberty.
4227 * configure: Regenerate.
4228
4229 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4230
4231 PR bootstrap/30134
4232 * configure.in: Correct x86 darwin support for libjava to powerpc
4233 and i?86 only.
4234 * configure: Regenerate.
4235
4236 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4237
4238 * configure.in: Add x86 darwin support for libjava.
4239 * configure: Regenerate.
4240
4241 2006-12-07 Mike Stump <mrs@apple.com>
4242
4243 * Makefile.def (dependencies): Add dependency for
4244 install-target-libssp and install-target-libgomp on
4245 install-gcc.
4246 * Makefile.in: Regenerate.
4247
4248 2006-12-04 Richard Guenther <rguenther@suse.de>
4249
4250 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4251 (Non-Algorithmic Maintainers): Move over non-algorithmic
4252 loop optimizer maintainers, add myself as a non-algorithmic
4253 middle-end maintainer.
4254
4255 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4256
4257 * MAINTAINERS (Write After Approval): Add myself.
4258
4259 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4260
4261 * configure.in: Update error message for missing GMP/MPFR.
4262
4263 * configure: Regenerate.
4264
4265 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4266
4267 * configure.in: Update MPFR version in error message.
4268
4269 * configure: Regenerate.
4270
4271 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4272
4273 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4274 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4275 --with-gmp-lib): New flags.
4276
4277 * configure: Regenerate.
4278
4279 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4280
4281 * MAINTAINERS (Write After Approval): Change my email address.
4282
4283 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4284
4285 * MAINTAINERS (Write After Approval): Add myself.
4286
4287 2006-11-22 Philipp Thomas <pth@suse.de>
4288
4289 * MAINTAINERS (i18n): Update e-mail address.
4290
4291 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4292
4293 * MAINTAINERS (spu port): Add myself as maintainer.
4294 (Write After Approval): Remove myself.
4295
4296 2006-11-22 Ben Elliston <bje@au.ibm.com>
4297
4298 * configure.in (skipdirs): Don't build libssp for SPU.
4299 * configure: Regenerate.
4300
4301 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4302
4303 * MAINTAINERS (spu port): Add myself as maintainer.
4304 (libobjc): Update my email address.
4305
4306 2006-11-21 Andrea Bona <andrea.bona@st.com>
4307
4308 * MAINTAINERS (Write After Approval): Add myself.
4309
4310 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4311
4312 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4313 * configure : Rebuilt.
4314
4315 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4316
4317 * MAINTAINERS (Write After Approval): Add myself.
4318
4319 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4320
4321 * MAINTAINERS (Write After Approval): Add myself.
4322
4323 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4324
4325 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4326 libmpfr.a.
4327 * configure: Regenerate.
4328
4329 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4330
4331 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4332 (unstage): Test for stage_last presence.
4333
4334 PR bootstrap/29802
4335 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4336 STAGE_PREFIX.
4337 * Makefile.in: Regenerate.
4338
4339 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4340
4341 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4342 maintainers.
4343
4344 2006-11-14 Erven Rohou <erven.rohou@st.com>
4345
4346 * MAINTAINERS (Write After Approval): Add myself.
4347
4348 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4349
4350 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4351 and stageN-package/Makefile.
4352 * Makefile.in: Regenerated.
4353
4354 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4355
4356 * configure.in: Remove target-libgloss from noconfigdirs for
4357 bfin-*-*.
4358 * configure: Regenerated.
4359
4360 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4361
4362 * configure.in (have_gmp): Only error if the gcc directory exists.
4363
4364 * configure: Regenerate.
4365
4366 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4367
4368 * configure.in: Robustify error message for missing GMP/MPFR.
4369
4370 * configure: Regenerate.
4371
4372 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4373
4374 * MAINTAINERS (Write After Approval): Add myself.
4375
4376 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4377
4378 * MAINTAINERS: Change email address.
4379
4380 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4381
4382 * MAINTAINERS (Write After Approval): Add myself.
4383
4384 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4385
4386 * MAINTAINERS (Write After Approval): Add myself.
4387
4388 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4389
4390 * MAINTAINERS (Write After Approval): Move myself to
4391 Write After Approval section.
4392
4393 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4394
4395 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4396 need_gmp anymore.
4397 * configure: Regenerate.
4398
4399 2006-10-16 Tobias Burnus <burnus@net-b.de>
4400
4401 * MAINTAINERS (Write After Approval): Add myself.
4402
4403 2006-10-16 Ben Elliston <bje@au.ibm.com>
4404
4405 * config.guess: Import latest version.
4406 * config.sub: Likewise.
4407
4408 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4409
4410 * Makefile.def: Added pdf target handling.
4411 * Makefile.tpl: Added pdf target handling.
4412 * Makefile.in: Regenerated.
4413
4414 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4415
4416 * MAINTAINERS: Add self as score port maintainer.
4417
4418 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4419
4420 * MAINTAINERS (Write After Approval): Add myself.
4421
4422 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4423
4424 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4425 or newer.
4426 * configure: Regenerated.
4427
4428 2006-09-27 Dave Brolley <brolley@redhat.com>
4429
4430 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4431 using $s instead of $r.
4432 * configure: Regenerated.
4433
4434 2006-09-26 Thiemo Seufer <ths@mips.com>
4435
4436 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4437 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4438 * configure: Regenerate.
4439
4440 2006-09-24 Graeme Peterson <gridly@gmail.com>
4441
4442 * MAINTAINERS (Write After Approval): Remove myself.
4443
4444 2006-09-22 Chao-ying Fu <fu@mips.com>
4445
4446 * MAINTAINERS (Write After Approval): Add myself.
4447
4448 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4449
4450 * MAINTAINERS: Add self as soft-fp maintainer.
4451
4452 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4453
4454 * MAINTAINERS: Add myself as avr maintainer.
4455 Remove Marek Michalkiewicz as avr maintainer.
4456
4457 2006-09-07 Roberto Costa <roberto.costa@st.com>
4458
4459 * MAINTAINERS (Write After Approval): Add myself.
4460
4461 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4462
4463 * configure.in: Never build newlib for a Mingw host.
4464 Never build newlib as Mingw target library.
4465 Test the existence of winsup/cygwin for building a Cygwin newlib,
4466 rather than just winsup.
4467 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4468 building a Mingw target.
4469 * configure: Regenerate.
4470
4471 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4472
4473 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4474
4475 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4476
4477 * config.guess: Import from src (was more updated).
4478 * config.sub: Likewise.
4479
4480 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4481
4482 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4483 * configure: Regenerated.
4484
4485 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4486
4487 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4488 for stages after the first.
4489
4490 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4491
4492 * Makefile.def: Add dependencies for configure-opcodes
4493 on configure-intl and all-opcodes on all-intl.
4494 * Makefile.in: Regenerated.
4495
4496 2006-07-13 Ben Elliston <bje@au.ibm.com>
4497
4498 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4499
4500 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4501
4502 Port to hosts whose 'sort' and 'tail' implementations
4503 treat operands with leading '+' as file names, as POSIX
4504 has required since 2001. However, make sure the code still
4505 works on pre-POSIX hosts.
4506 * ltmain.sh: Don't assume "sort +2" is equivalent to
4507 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4508
4509 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4510
4511 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4512
4513 2006-07-04 Peter O'Gorman <peter@pogma.com>
4514
4515 * ltconfig: chmod 644 before ranlib during install.
4516
4517 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4518
4519 PR bootstrap/18058
4520 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4521 if the bootstrap compiler is a GCC version that supports it.
4522 * configure: Regenerate.
4523
4524 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4525
4526 * configure.in: Fix thinkos in previous check-in.
4527 * configure: Regenerate.
4528
4529 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4530
4531 PR other/27063
4532 * configure.in: Test subdir_requires and give an appropriate
4533 error message.
4534 * configure: Regenerate.
4535
4536 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4537
4538 * MAINTAINERS (Write After Approval): Add myself.
4539
4540 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4541
4542 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4543
4544 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4545
4546 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4547
4548 2006-06-20 David Ayers <d.ayers@inode.at>
4549
4550 PR bootstrap/28072
4551 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4552 whether target-libjava is being configured instead of whether the
4553 java front end is enabled.
4554 * configure: Regenerate.
4555
4556 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4557
4558 PR target/27540
4559 * configure.in: Only enable libgomp on IRIX 6.
4560 * configure: Regenerate.
4561
4562 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4563
4564 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4565 too.
4566 * Makefile.in: Regenerate.
4567
4568 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4569
4570 * config-ml.in: Alter CCASFLAGS to include special
4571 multilib options the same as is done for CFLAGS.
4572
4573 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4574
4575 * configure.in: Don't enable libgomp on hpux10.
4576 * configure: Rebuilt.
4577
4578 2006-06-12 David Ayers <d.ayers@inode.at>
4579
4580 PR bootstrap/27963
4581 PR target/19970
4582 * configure.in: Remove target-boehm-gc from noconfigdirs where
4583 ${libgcj} is specified.
4584 * configure: Regenerate.
4585
4586 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4587
4588 Sync from src:
4589
4590 * configure.in: Sync.
4591 * configure: Regenerated.
4592
4593 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4594
4595 * Makefile.def: Added dependencies from sim and gdb on intl, and
4596 added configure dependencies to everything with an all dependency
4597 on intl.
4598 * Makefile.in: Regenerated.
4599
4600 2006-06-06 David Ayers <d.ayers@inode.at>
4601
4602 PR libobjc/13946
4603 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4604 * Makefile.in: Regenerate.
4605 * configure.in: Add --enable-objc-gc at toplevel and have it
4606 enable boehm-gc for Objective-C.
4607 Remove target-boehm-gc from libgcj.
4608 Add target-boehm-gc to target_libraries.
4609 Add target-boehm-gc to noconfigdirs where ${libgcj}
4610 is specified.
4611 Assert that boehm-gc is supported when requested for Objective-C.
4612 Only build boehm-gc if needed either for Java or Objective-C.
4613 * configure: Regenerate.
4614
4615 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4616
4617 PR 27674
4618 * Makefile.tpl (configure-[+prefix+][+module+],
4619 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4620 Remove rule to unstage bootstrapped modules.
4621 (stage_current): New.
4622 * Makefile.in: Regenerate.
4623
4624 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4625
4626 * MAINTAINERS (Write After Approval): Update my e-mail address.
4627
4628 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4629
4630 * include/libiberty.h: Declare pex_run_in_environment.
4631
4632 2006-05-31 Asher Langton <langton2@llnl.gov>
4633
4634 * MAINTAINERS (Write After Approval): Add myself.
4635
4636 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4637
4638 * Makefile.def (bfd, opcodes): Fix lib_path.
4639 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4640 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4641 * Makefile.in: Regenerate.
4642
4643 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4644
4645 * Makefile.in: Regenerate.
4646
4647 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4648
4649 * Makefile.def: Add install-html target. Add datarootdir
4650 docdir and htmldir to flags_to_pass.
4651 * Makefile.tpl: Add install-html target.
4652 * Makefile.in: Regenerate.
4653 * configure.in: Add --with-datarootdir, --with-docdir, and
4654 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4655 * configure: Regenerate.
4656
4657 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4658
4659 * configure.in: Enable gprof for cross builds.
4660 * configure: Regenerate.
4661
4662 2006-05-22 Richard Guenther <rguenther@suse.de>
4663
4664 Revert
4665 2006-01-31 Richard Guenther <rguenther@suse.de>
4666 Paolo Bonzini <bonzini@gnu.org>
4667
4668 * Makefile.def (target_modules): Add libgcc-math target module.
4669 * configure.in (target_libraries): Add libgcc-math target library.
4670 (--enable-libgcc-math): New configure switch.
4671 * Makefile.in: Re-generate.
4672 * configure: Re-generate.
4673 * libgcc-math: New toplevel directory.
4674
4675 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4676 Andreas Tobler <a.tobler@schweiz.ch>
4677
4678 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4679 * configure: Rebuilt.
4680
4681 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4682
4683 * MAINTAINERS (Write After Approval): Add myself.
4684
4685 2006-05-01 DJ Delorie <dj@redhat.com>
4686
4687 * configure.in: Restore CFLAGS if GMP isn't present.
4688 * configure: Regenerate.
4689
4690 2006-05-01 Richard Guenther <rguenther@suse.de>
4691
4692 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4693 maintainer.
4694
4695 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4696
4697 * MAINTAINERS (Write After Approval): Add myself.
4698
4699 2006-04-28 Jan Beulich <jbeulich@novell.com>
4700
4701 * MAINTAINERS (Write After Approval): Add myself.
4702
4703 2006-04-18 DJ Delorie <dj@redhat.com>
4704
4705 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4706 reference libgloss so that libssp can be built in a combined
4707 tree.
4708 * configure: Regenerate.
4709
4710 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4711
4712 * MAINTAINERS (Write After Approval): Add myself.
4713
4714 2006-04-05 Ben Elliston <bje@au.ibm.com>
4715
4716 * configure.in: Require makeinfo 4.4 or higher.
4717 * configure: Regenerate.
4718
4719 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4720
4721 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4722 Rearrange the entries of other libraries to have them in one place.
4723
4724 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4725
4726 * MAINTAINERS (Write After Approval): Remove myself.
4727 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4728
4729 2006-03-14 Richard Guenther <rguenther@suse.de>
4730
4731 * configure: Regenerate with autoconf 2.13.
4732
4733 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4734
4735 * MAINTAINERS: Use my work address.
4736
4737 * MAINTAINERS: Update my E-mail address.
4738
4739 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4740
4741 * configure.in: Handle --disable-<component> generically.
4742 * configure: Regenerate.
4743
4744 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4745
4746 PR libgcj/17311
4747 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4748
4749 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4750
4751 * MAINTAINERS (Write After Approval): Remove myself.
4752 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4753
4754 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4755
4756 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4757 (TARGET_CONFIGDIRS): Remove.
4758 * configure.in: Remove AC_SUBST(target_configdirs).
4759 * Makefile.in, configure: Regenerated.
4760
4761 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4762
4763 * MAINTAINERS (Write After Approval): Remove myself.
4764 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4765
4766 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4767
4768 PR bootstrap/25670
4769
4770 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4771
4772 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4773 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4774 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4775 BUILD_PREFIX, BUILD_PREFIX_1.
4776 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4777
4778 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4779 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4780
4781 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4782 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4783 of `cat stage_current`. Always provide the `r' and `s' variables.
4784 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4785 a single shell execution.
4786 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4787 bootstrapped modules, make the stage1 module if the build was not
4788 started yet, else build the current stage.
4789 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4790 (all-build, all-host, all-target, [+make_target+]-host,
4791 [+make_target+]-target): Do not use \-continued lines.
4792 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4793 (current_stage, restrap, stage_last): New.
4794
4795 * Makefile.in: Regenerate.
4796 * configure: Regenerate.
4797
4798 2006-02-19 Bud Davis <jmdavis@link.com>
4799
4800 * MAINTAINERS (Write After Approval): Remove myself.
4801 (Language Front End Maintainers): Add myself as fortran 95
4802 maintainer and update e-mail address.
4803
4804 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4805
4806 * MAINTAINERS (Write After Approval): Remove myself.
4807 (Language Front End Maintainers): Add myself as fortran 95
4808 maintainer.
4809
4810 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
4811
4812 * MAINTAINERS (Write After Approval): Add myself.
4813
4814 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4815
4816 * MAINTAINERS (Write After Approval): Remove myself.
4817 (Language Front End Maintainers): Add myself as
4818 fortran 95 maintainer.
4819
4820 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4821
4822 Sync from src:
4823
4824 2005-12-27 Leif Ekblad <leif@rdos.net>
4825
4826 * configure.in: Add support for RDOS target.
4827 * configure: Regenerate.
4828
4829 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4830 Andreas Schwab <schwab@suse.de>
4831
4832 * configure: Regenerate.
4833
4834 2006-02-12 David Edelsohn <edelsohn@gnu.org>
4835
4836 * configure.in (enable_libgomp): Add AIX.
4837 * configure: Regenerate.
4838
4839 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4840
4841 * MAINTAINERS (Write After Approval): Add myself.
4842
4843 2006-02-03 Lee Millward <lee.millward@gmail.com>
4844
4845 * MAINTAINERS (Write After Approval): Add myself.
4846
4847 2006-01-31 Richard Guenther <rguenther@suse.de>
4848 Paolo Bonzini <bonzini@gnu.org>
4849
4850 * Makefile.def (target_modules): Add libgcc-math target module.
4851 * configure.in (target_libraries): Add libgcc-math target library.
4852 (--enable-libgcc-math): New configure switch.
4853 * Makefile.in: Re-generate.
4854 * configure: Re-generate.
4855 * libgcc-math: New toplevel directory.
4856
4857 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
4858
4859 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4860 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4861 the assembler, linker and binutils.
4862 * configure: Regenerate.
4863
4864 2006-01-22 Dirk Mueller <dmueller@suse.de>
4865
4866 * MAINTAINERS (Write After Approval): Add myself.
4867
4868 2006-01-20 Diego Novillo <dnovillo@redhat.com>
4869
4870 * configure: Regenerate.
4871
4872 2006-01-18 Richard Henderson <rth@redhat.com>
4873 Jakub Jelinek <jakub@redhat.com>
4874 Diego Novillo <dnovillo@redhat.com>
4875
4876 * libgomp: New directory.
4877 * Makefile.def: Add target_module libgomp.
4878 * Makefile.in: Regenerate.
4879 * configure.in (target_libraries): Add target-libgomp.
4880 * configure: Regenerate.
4881
4882 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4883
4884 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4885 @ from continuation.
4886 * Makefile.in: Rebuilt.
4887
4888 2006-01-04 Chris Lattner <sabre@gnu.org>
4889
4890 * MAINTAINERS (Write After Approval): Add myself.
4891
4892 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4893
4894 PR bootstrap/24252
4895
4896 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4897 * Makefile.tpl (OBJDUMP): New.
4898 (EXTRA_HOST_FLAGS): Add it.
4899 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4900
4901 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4902 to use symbolic links between directories. Avoid race conditions
4903 or make them harmless.
4904 * configure.in: Do not try to use symbolic links between directories.
4905
4906 * Makefile.def (LEAN): Pass.
4907 * Makefile.tpl (LEAN): Define.
4908 (stage[+id+]-start): Accept that the previous directory does not
4909 exist, if the bootstrap is lean.
4910 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4911 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4912 configure substitution.
4913 ([+compare-target+]): Likewise.
4914 ([+bootstrap-target+]-lean): New.
4915 * configure.in: Remove lean bootstrap support from here.
4916
4917 * Makefile.in: Regenerate.
4918 * configure: Regenerate.
4919
4920 2006-01-04 Ben Elliston <bje@au.ibm.com>
4921
4922 * MAINTAINERS (libdecnumber): Add myself.
4923
4924 2006-01-02 Mark Mitchell <mark@codesourcery.com>
4925
4926 * libtool-ldflags: New script.
4927
4928 2006-01-02 Andreas Schwab <schwab@suse.de>
4929
4930 * configure.in: When reconfiguring remove Makefile in
4931 all stage directories.
4932 * configure: Regenerate.
4933
4934 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
4935
4936 * MAINTAINERS: Update my email address.
4937
4938 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4939
4940 Revert Ada-related part of the previous change.
4941
4942 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4943 Do not pass.
4944 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4945 * Makefile.in: Regenerate.
4946 * configure.in: Do not include mt-ppc-aix target fragment.
4947 * configure: Regenerate.
4948
4949 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4950
4951 * configure.in: Select appropriate fragments for PowerPC/AIX.
4952 * configure: Regenerate.
4953
4954 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4955 BOOT_CFLAGS, BOOT_LDFLAGS.
4956 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4957 BOOT_CFLAGS, BOOT_LDFLAGS.
4958 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4959 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4960 (stage): Fail if we cannot complete the work.
4961 * Makefile.in: Regenerate.
4962
4963 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
4964
4965 * configure.in: Replace ms1 with mt.
4966 * configure: Rebuilt.
4967
4968 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
4969
4970 * MAINTAINERS: Update my email address.
4971
4972 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4973
4974 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4975 install-host-nogcc): Don't invoke $(stage) at the end.
4976 * Makefile.in: Regenerate.
4977
4978 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4979
4980 * configure.in: Flip the top-level bootstrap switch.
4981 * configure: Regenerate.
4982
4983 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4984
4985 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4986 $(stage) and $(unstage).
4987 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4988 (all): Remove stray semicolon.
4989 (local-distclean): Don't handle multilib.tmp and multilib.out.
4990 (install.all): Set $s for consistency.
4991 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4992 check_multilibs setting. Always make the install directory.
4993 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4994 Correct @if/@endif.
4995 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4996 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4997 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4998 (multilib.out): Remove.
4999 * Makefile.in: Regenerated.
5000
5001 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5002
5003 * MAINTAINERS (Write After Approval): Add myself.
5004
5005 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5006
5007 * MAINTAINERS: Add myself as mt maintainer.
5008
5009 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5010
5011 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5012
5013 * MAINTAINERS: Change email address.
5014
5015 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5016
5017 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5018 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5019 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5020 Find in-tree tools if available.
5021 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5022 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5023 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5024 (COMPILER_*_FOR_TARGET): New.
5025 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5026 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5027 (CONFIGURED_*, USUAL_*): Remove.
5028 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5029 STRIP): Use autoconf substitutions.
5030 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5031 COMPILER_NM_FOR_TARGET): New.
5032 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5033
5034 (all): Make all-host and all-target in parallel.
5035 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5036 that $$r and $$s are set before invoking a recursive make.
5037 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5038 ([+bootstrap-target+]): Inline most of the `all' target.
5039
5040 2005-11-29 Ben Elliston <bje@au.ibm.com>
5041
5042 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5043 from the gcc build directory.
5044 * Makefile.in: Regenerate.
5045
5046 2005-11-29 Ben Elliston <bje@au.ibm.com>
5047
5048 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5049 depend on all-libdecnumber.
5050 * configure.in (host_libs): Include libdecnumber.
5051 * Makefile.in: Regenerate.
5052 * configure: Likewise.
5053
5054 2005-11-29 Ben Elliston <bje@au.ibm.com>
5055
5056 * libdecnumber: Import decNumber sources from the dfp-branch.
5057
5058 2005-11-21 Kean Johnston <jkj@sco.com>
5059
5060 * config.sub, config.guess: Sync from upstream sources.
5061
5062 2005-11-21 Ben Elliston <bje@au.ibm.com>
5063
5064 Import from Autoconf sources:
5065
5066 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5067 * config/move-if-change: Don't output "$2 is unchanged";
5068 suggested by Ben Elliston. Handle weird characters correctly.
5069
5070 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5071
5072 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5073 to match upstream libtool for darwin.
5074
5075 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5076
5077 * Makefile.def: Remove gdb dependencies for gdbtk.
5078 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5079 (configure-gdb, install-gdb): New rules.
5080 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5081 * Makefile.in, configure: Regenerated.
5082
5083 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5084
5085 * MAINTAINERS (Write After Approval): Add myself.
5086
5087 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5088
5089 * MAINTAINERS (Write After Approval): Add myself.
5090
5091 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5092
5093 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5094 Diego Novillo.
5095
5096 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5097
5098 PR bootstrap/24297
5099 * Makefile.tpl (do-[+make-target+], do-check, install,
5100 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5101 are set before recursing.
5102 * Makefile.in: Regenerate.
5103
5104 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5105
5106 PR bootstrap/18939
5107 * Makefile.def (gcc) <target>: Fix thinko.
5108 * Makefile.in: Regenerate.
5109
5110 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5111
5112 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5113 * configure: Regenerate.
5114
5115 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5116
5117 * MAINTAINERS (Write After Approval): Add self.
5118
5119 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5120
5121 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5122 target-libffi, target-qthreads, target-libjava, and
5123 targetlibobjc.
5124 * configure: Regenerate.
5125
5126 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5127
5128 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5129 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5130 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5131 (USUAL_OBJDUMP_FOR_TARGET): New.
5132 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5133 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5134 * configure, Makefile.in: Regenerated.
5135
5136 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5137
5138 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5139 before other host packages.
5140
5141 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5142
5143 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5144
5145 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5146
5147 PR bootstrap/22340
5148
5149 * configure.in (default_target): Remove.
5150 * Makefile.tpl (all): Do not use prerequisites as subroutines
5151 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5152 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5153 use prerequisites as subroutines.
5154 (check-host, check-target): New.
5155 (bootstrap configure & all targets): Do not use stage*-start
5156 if the directory layout is already ok.
5157 (non-bootstrap configure & all targets): Prepend a $(unstage).
5158 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5159 (NOTPARALLEL): Remove.
5160 (unstage, stage variables): New variables.
5161 (unstage, stage targets): Simply expand to those variables.
5162
5163 * configure: Regenerate.
5164 * Makefile.in: Regenerate.
5165
5166 2005-10-04 James E Wilson <wilson@specifix.com>
5167
5168 * Makefile.def (lang_env_dependencies): Add libmudflap.
5169 * Makefile.in: Regenerate.
5170
5171 2005-10-03 Andreas Schwab <schwab@suse.de>
5172
5173 Backport from libtool CVS:
5174 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5175
5176 * ltmain.sh: add support for installing into temporary
5177 staging area (e.g. 'make install DESTDIR=...')
5178
5179 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5180
5181 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5182 * configure: Regenerated.
5183
5184 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5185
5186 * configure: Regenerate with the correct
5187 autoconf version.
5188
5189 2005-09-30 Catherine Moore <clm@cm00re.com>
5190
5191 * configure.in (bfin-*-*): New.
5192 * configure: Regenerated.
5193
5194 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5195
5196 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5197 (LIPO_FOR_TARGET): New.
5198 (CONFIGURED_LIPO_FOR_TARGET): New.
5199 (USUAL_LIPO_FOR_TARGET): New.
5200 (STRIP_FOR_TARGET): New.
5201 (CONFIGURED_STRIP_FOR_TARGET): New.
5202 (USUAL_STRIP_FOR_TARGET): New.
5203 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5204 STRIP_FOR_TARGET.
5205 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5206 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5207 * Makefile.in: Regenerate.
5208 * configure: Regenerate.
5209
5210 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5211
5212 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5213 (rs6000-*-aix*): Same.
5214 * configure: Regenerate.
5215
5216 2005-09-16 Tom Tromey <tromey@redhat.com>
5217
5218 * MAINTAINERS: Add self as java maintainer.
5219
5220 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5221
5222 * configure.in: Recognize f95 in the --enable-languages option,
5223 and substitute it for fortran, issuing a warning.
5224 * configure: Regenerate.
5225
5226 2005-08-30 Phil Edwards <phil@codesourcery.com>
5227
5228 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5229 * configure: Regenerated.
5230
5231 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5232
5233 * MAINTAINERS: Add self as ms1 maintainer.
5234
5235 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5236
5237 * Makefile.def (libssp): Add to lang_env_dependencies.
5238 * Makefile.in: Regenerate.
5239
5240 2005-08-18 Ian Lance Taylor <ian@airs.com>
5241
5242 * MAINTAINERS: Add myself as middle-end maintainer.
5243
5244 2005-08-17 Christian Groessler <chris@groessler.org>
5245
5246 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5247 * Makefile.in: Regenerate.
5248
5249 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5250
5251 * MAINTAINERS (write after approval): Added myself.
5252
5253 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5254
5255 * MAINTAINERS (Write After Approval): Add myself.
5256
5257 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5258
5259 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5260 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5261 Look for alternate names of the target cc and c++
5262 * configure: Regenerate.
5263
5264 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5265
5266 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5267 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5268 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5269 tools; remove code to manually set them.
5270 (Target tools): Look in the environment for them.
5271 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5272 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5273 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5274 build directory.
5275 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5276 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5277 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5278 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5279 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5280 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5281 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5282 * configure: Regenerate.
5283 * Makefile.in: Regenerate.
5284
5285 2005-07-28 Ben Elliston <bje@au.ibm.com>
5286
5287 * MAINTAINERS: Update for removed CPU targets.
5288
5289 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5290
5291 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5292 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5293 * Makefile.in: Regenerated.
5294
5295 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5296
5297 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5298 (CFLAGS_FOR_TARGET): Use it.
5299 (CXXFLAGS_FOR_TARGET): Likewise.
5300 * Makefile.in: Regenerated.
5301 * configure.in (--with-build-sysroot): New option.
5302 * configure: Regenerated.
5303
5304 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5305
5306 * Makefile.tpl: Wrap install between unstage and stage
5307 * Makefile.in: Regenerate.
5308
5309 2005-07-21 Eric Christopher <echristo@apple.com>
5310
5311 * MAINTAINERS: Update affiliation.
5312
5313 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5314
5315 * MAINTAINERS: Add self as crx port maintainer.
5316
5317 2005-07-20 DJ Delorie <dj@redhat.com>
5318
5319 * MAINTAINERS: Add self as m32c maintainer.
5320
5321 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5322
5323 * all files: Update FSF address.
5324
5325 2005-07-15 Eric Christopher <echristo@redhat.com>
5326
5327 * MAINTAINERS: Change affiliation.
5328
5329 2005-07-14 Jim Blandy <jimb@redhat.com>
5330
5331 * configure.in: Add cases for Renesas m32c.
5332 * configure: Regenerated.
5333
5334 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5335
5336 * COPYING.LIB: Update from fsf.org.
5337
5338 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5339
5340 * COPYING, compile, config.guess,
5341 config.sub, install-sh, missing, mkinstalldirs,
5342 symlink-tree, ylwrap: Sync from upstream sources.
5343 * config-ml.in: Update FSF address.
5344
5345 2005-07-13 Eric Christopher <echristo@redhat.com>
5346
5347 * configure.in: Add toplevel noconfigdir support for tpf.
5348 * configure: Regenerate.
5349
5350 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5351
5352 PR ada/22340
5353
5354 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5355 * Makefile.in: Regenerate.
5356
5357 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5358
5359 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5360 Brolley to write-after-approval.
5361
5362 2005-07-07 Andreas Schwab <schwab@suse.de>
5363
5364 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5365 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5366 * Makefile.in: Regenerated.
5367
5368 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5369
5370 * configure.in: Don't build sim or rda when targetting darwin.
5371 * configure: Regenerate.
5372
5373 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5374
5375 * configure.in: Add --enable-libssp and --disable-libssp.
5376 * configure: Regenerate with autoconf-2.13.
5377
5378 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5379
5380 * Makefile.def (target_modules): Add libssp.
5381 * configure.in (target_libraries): Add target-libssp.
5382 * configure: Rebuilt.
5383 * Makefile.in: Rebuilt.
5384
5385 2005-07-01 Zack Weinberg <zackw@panix.com>
5386
5387 * MAINTAINERS: Change email address. Resign from maintainership.
5388
5389 2005-07-01 Richard Guenther <rguenther@suse.de>
5390
5391 * MAINTAINERS: Change my e-mail address and affiliation.
5392
5393 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5394
5395 * Makefile.def (stagefeedback): Come after profile.
5396 Define profiledbootstrap target.
5397 * Makefile.tpl (profiledbootstrap): Remove.
5398 (stageprofile-end): Zap stagefeedback.
5399 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5400 * Makefile.in: Regenerate.
5401
5402 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5403
5404 * MAINTAINERS: Update my email address.
5405
5406 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5407
5408 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5409 In 'cpp' stanza, support '#line' as well as '# '.
5410
5411 2005-06-08 Andreas Schwab <schwab@suse.de>
5412
5413 * MAINTAINERS: Move myself from 'Write After Approval' to
5414 'CPU Port Maintainers' section as m68k maintainer.
5415
5416 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5417
5418 * configure.in (unsupported_languages): New macro.
5419 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5420 non-ported target libraries in noconfigdirs.
5421 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5422 non-linux-gnu. Remove libgcj_ex_libffi.
5423 <lang_frag loop>: Set add_this_lang=no if the language is in
5424 unsupported_languages.
5425 * configure: Regenerate.
5426
5427 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5428
5429 * configure.in: Fix typo in handling of --with-mpfr-dir.
5430 * configure: Regenerate.
5431
5432 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5433
5434 * MAINTAINERS: Update my email address.
5435
5436 2005-06-02 Jim Blandy <jimb@redhat.com>
5437
5438 * config.sub: Add cases for the Renesas m32c. (This patch has been
5439 accepted into the master sources.)
5440
5441 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5442 Michael Snyder <msnyder@redhat.com>
5443 Stan Cox <scox@redhat.com>
5444
5445 * configure.in: Set noconfigdirs for ms1.
5446
5447 * configure: Regenerate.
5448
5449 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5450
5451 * MAINTAINERS (Write After Approval): Add self.
5452
5453 2005-06-01 Josh Conner <jconner@apple.com>
5454
5455 * MAINTAINERS (Write After Approval): Add self.
5456
5457 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5458
5459 * MAINTAINERS: Update my email address.
5460
5461 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5462
5463 * MAINTAINERS (Write After Approval): Add self.
5464
5465 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5466
5467 * MAINTAINERS (Write After Approval): Remove self.
5468
5469 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5470
5471 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5472 (Dependencies): Consider target modules for bootstrap dependencies.
5473 Make target bootstrap modules depend on each stage's gcc.
5474 * Makefile.in: Regenerate.
5475
5476 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5477
5478 * Makefile.def (configure-gcc): Depend on binutils having been built.
5479 (all-gcc): No need to do it here.
5480 * Makefile.in: Regenerate.
5481
5482 2005-05-19 Paul Brook <paul@codesourcery.com>
5483
5484 * configure.in: Rewrite misleading error message when requested
5485 language cannot be built.
5486 * configure: Regenerate.
5487
5488 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5489
5490 * ylwrap: Import from Automake 1.9.5.
5491
5492 2005-05-13 David Ung <davidu@mips.com>
5493
5494 * MAINTAINERS (Write After Approval): Add self.
5495
5496 2005-05-09 Mike Stump <mrs@apple.com>
5497
5498 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5499 lt_cv_sys_max_cmd_len for now.
5500
5501 2005-05-09 Stan Cox <scox@redhat.com>
5502
5503 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5504
5505 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5506
5507 * README.SCO: Update the URL.
5508
5509 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5510
5511 * ltconfig: Define file_list_spec. Pass file_list_spec and
5512 with_gnu_ld to libtool.
5513 * ltcf-c.sh (aix[45]): Define file_list_spec.
5514 * ltcf-cxx.sh (aix[45]): Same.
5515 * ltcf-gcj.sh (aix[45]): Same.
5516 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5517 exists, write list of input files to temporary file.
5518
5519 2005-05-04 Mike Stump <mrs@apple.com>
5520
5521 * configure.in: Always pass --target to target configures as
5522 otherwise rebuilds that do --recheck will fail.
5523 * confiugure: Rebuilt.
5524
5525 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5526
5527 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5528 STAGE_HOST_EXPORTS.
5529 (configure, all): Add bootstrap support.
5530 (Host modules, target modules): Pass post-stage1 flags and exports.
5531 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5532 * Makefile.in: Regenerate.
5533
5534 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5535
5536 * configure: Regenerate.
5537
5538 2005-04-27 Mike Stump <mrs@apple.com>
5539
5540 * MAINTAINERS: Add self as darwin maintainer.
5541
5542 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5543
5544 * config.sub: Update from master copy.
5545
5546 2005-04-21 Mike Stump <mrs@apple.com>
5547
5548 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5549 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5550
5551 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5552
5553 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5554 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5555 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5556 "*-*-elf" and "*-*-linux*".
5557 * configure: Regenerate.
5558
5559 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5560
5561 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5562
5563 2005-04-12 Mike Stump <mrs@apple.com>
5564
5565 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5566
5567 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5568
5569 * MAINTAINERS (Write After Approval): Add myself.
5570
5571 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5572
5573 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5574
5575 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5576
5577 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5578 (TARGET_CONFIGARGS): Include --with-target-subdir.
5579 (configure, all): New macros. Use them throughout.
5580 * Makefile.in: Regenerate.
5581
5582 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5583
5584 * MAINTAINERS (Write After Approval): Add myself.
5585
5586 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5587
5588 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5589
5590 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5591
5592 * MAINTAINERS: Move John Carr to Write After Approval.
5593
5594 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5595
5596 * config/mh-mingw32: Delete.
5597 * configure.in: Don't use it.
5598 * configure: Regenerate.
5599
5600 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5601
5602 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5603 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5604 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5605 (HOST_LIB_PATH): Generate from Makefile.def.
5606 (TARGET_LIB_PATH): Likewise.
5607 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5608 * Makefile.in: Regenerate.
5609 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5610 (RPATH_ENVVAR): Include Darwin case.
5611 * configure: Regenerate.
5612
5613 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5614
5615 * MAINTAINERS (Various Maintainers): Remove self.
5616 (Write After Approval): Add self.
5617
5618 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5619
5620 * MAINTAINERS (Various Maintainers): Add self.
5621
5622 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5623
5624 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5625 * configure: Regenerate.
5626
5627 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5628
5629 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5630 gcc_version, and gcc_version_trigger from set of flags to pass.
5631 * Makefile.tpl: Remove definitions of above variables.
5632 (config.status): Remove dependency on $(gcc_version_trigger).
5633 * Makefile.in: Regenerate.
5634 * configure.in: Do not reference config/gcc-version.m4 nor
5635 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5636 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5637 * configure: Regenerate.
5638
5639 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5640 Andrew Pinski <pinskia@physics.uc.edu>
5641
5642 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5643 * Makefile.in: Regenerate.
5644
5645 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5646
5647 * MAINTAINERS (Write After Approval): Add myself.
5648
5649 2005-03-03 David Ayers <d.ayers@inode.at>
5650
5651 * MAINTAINERS (Write After Approval): Add myself.
5652
5653 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5654
5655 PR libgcj/20160
5656 * ltmain.sh: Avoid creating archives with components that have
5657 duplicate basenames.
5658
5659 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5660
5661 PR bootstrap/20250
5662 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5663 instead of check.
5664 * Makefile.in: Regenerate.
5665
5666 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5667
5668 * Makefile.in: Regenerate to fix conflict between the previous two
5669 patches.
5670
5671 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5672
5673 PR bootstrap/17383
5674 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5675 * Makefile.tpl (HOST_SUBDIR): New substitution.
5676 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5677 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5678 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5679 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5680 (Host modules, Bootstrapped modules): Use it.
5681 (Build modules, Target modules): Do not create symlink trees,
5682 always configure out-of-srcdir.
5683 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5684 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5685 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5686 $(HOST_SUBDIR). Create a symlink for host_subdir.
5687
5688 * Makefile.in: Regenerate.
5689 * configure: Regenerate.
5690
5691 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5692
5693 Merged from libada-gnattools-branch:
5694 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5695
5696 * gnattools: New directory.
5697 * Makefile.def: Add gnattools as a module, depending on target-libada.
5698 * Makefile.in: Regenerate.
5699 * configure.in: Include gnattools in host_tools; disable it if ada
5700 is disabled.
5701 * configure: Regenerate.
5702
5703 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5704
5705 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5706 treelang maintainer.
5707 (Write After Approval): Remove myself.
5708
5709 2005-02-23 Paul Schlie <schlie@comcast.net>
5710
5711 * configure.in: Allow darwin targeted ports to build tk, itcl and
5712 libgui.
5713 * configure: Regenerate.
5714
5715 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5716
5717 PR libgcj/10353
5718 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5719 * configure: Regenerate.
5720
5721 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5722
5723 * MAINTAINERS (Write After Approval): Add myself.
5724
5725 2005-02-10 Ian Lance Taylor <ian@airs.com>
5726
5727 * MAINTAINERS: Update my e-mail address.
5728
5729 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5730
5731 * MAINTAINERS (Write After Approval): Add myself.
5732
5733 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5734
5735 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5736 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5737 target-libgloss when not *-*-elf and *-*-aout.
5738 * configure: Regenerate.
5739
5740 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5741
5742 * MAINTAINERS: Remove obsolete entries.
5743
5744 * MAINTAINERS (Write After Approval): Add Michael Matz.
5745
5746 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5747
5748 * MAINTAINERS: Remove self as cpplib maintainer.
5749
5750 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5751
5752 * install-sh, config.sub: Import from upstream.
5753
5754 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5755
5756 PR bootstrap/18222
5757 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5758 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5759 * Makefile.in: Regenerate.
5760
5761 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5762
5763 * MAINTAINERS: Update my email address.
5764
5765 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5766 Andreas Schwab <schwab@suse.de>
5767
5768 PR bootstrap/18033
5769 * config-ml.in: Eval option if surrounded by single quotes.
5770
5771 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5772
5773 Revert 2004-12-28 Makefile changes, a better fix will be
5774 applied to mainline and src after GCC 4.0 branches.
5775
5776 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5777
5778 PR bootstrap/17383
5779
5780 * Makefile.def (target_modules): Remove stage parameter,
5781 it is always true now.
5782 * Makefile.tpl (configure-build-[+module+],
5783 configure-target-[+module+]): Always build symlink tree
5784 for the directory and for include. BUILD_SUBDIR and
5785 TARGET_SUBDIR cannot be . anymore.
5786 * Makefile.in: Regenerate.
5787
5788 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5789
5790 Revert 2004-12-08 Makefile changes.
5791
5792 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5793
5794 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5795 cygwin, mingw.
5796
5797 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5798
5799 * configure.in (sh64-*-*): Reenable gprof.
5800 * configure: Regenerate.
5801
5802 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5803
5804 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5805 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5806 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5807 * Makefile.in: Regenerate.
5808
5809 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5810
5811 * MAINTAINERS: Update my email address.
5812
5813 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5814
5815 * Makefile.tpl: Generate normal dependencies if the LHS module is
5816 not bootstrapped.
5817 * Makefile.in: Regenerate.
5818
5819 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5820
5821 * configure.in: Include config/gxx-include-dir.m4. Use
5822 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5823 * configure: Regenerate.
5824
5825 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5826
5827 * config.if: Delete.
5828 * configure.in: Set libstdcxx_incdir directly.
5829 * configure: Regenerate.
5830
5831 2004-12-02 Eric Christopher <echristo@redhat.com>
5832
5833 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5834 * Makefile.in: Regenerate.
5835
5836 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5837
5838 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5839 * configure: Regenerate.
5840
5841 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5842
5843 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5844 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5845 * configure: Regenerate.
5846
5847 2004-12-01 Eric Christopher <echristo@redhat.com>
5848
5849 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5850 of things to remove.
5851
5852 2004-11-29 Matt Kraai <kraai@ftbfs.org>
5853
5854 * MAINTAINERS (Write After Approval): Update my e-mail address.
5855
5856 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5857
5858 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5859 from CVS libtool to always pass_all.
5860
5861 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5862
5863 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5864 (hppa*64*-*-*): Delete incorrect comment.
5865 * configure: Rebuilt.
5866
5867 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5868
5869 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5870
5871 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5872
5873 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5874 from CVS libtool to always pass_all.
5875
5876 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5877
5878 * install-sh, compile: Import from automake.
5879
5880 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5881
5882 * config.guess, config.sub: Import from savannnah.
5883
5884 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
5885
5886 * MAINTAINERS (Write After Approval): Add myself
5887
5888 2004-11-12 Mike Stump <mrs@apple.com>
5889
5890 * Makefile.def: Add html support.
5891 * Makefile.tpl: Likewise.
5892 * Makefile.in: Regenerate.
5893
5894 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5895
5896 PR 18423
5897 * configure.in: Remove all instances of build-fixincludes from
5898 noconfigdirs.
5899 (build_configargs): Supply --target to subdirectories.
5900 * configure: Regenerate.
5901
5902 * Makefile.def: Make gcc install depend on fixincludes install.
5903 * Makefile.in: Regenerate.
5904
5905 2004-11-10 Janis Johnson <janis187@us.ibm.com>
5906
5907 * MAINTAINERS: Add myself as gcc testsuite maintainer.
5908
5909 2004-11-11 Paul Brook <paul@codesourcery.com>
5910
5911 * MAINTAINERS: Add self as arm maintainer. Update email address.
5912
5913 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5914
5915 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5916 target-libgfortran.
5917 * configure: Regenerate.
5918
5919 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5920
5921 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5922 like CC.
5923
5924 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5925
5926 * Makefile.def (host fixincludes): Specify missing targets.
5927 * Makefile.in: Regenerate.
5928
5929 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
5930
5931 * MAINTAINERS: Add myself
5932
5933 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
5934
5935 * MAINTAINERS (Write After Approval): Add myself.
5936
5937 2004-11-04 Geoffrey Keating <geoffk@apple.com>
5938
5939 * Makefile.def: Build fixincludes for the host, too.
5940 * Makefile.in: Regenerate.
5941 * configure.in (host_tools): Add fixincludes.
5942 * configure: Regenerate.
5943
5944 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5945
5946 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5947 * configure: Regenerated.
5948
5949 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5950
5951 PR other/17783
5952 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5953 * configure: Regenerated.
5954
5955 2004-10-31 Mark Mitchell <mark@codesourcery.com>
5956
5957 * README.SCO: Update per FSF instructions.
5958
5959 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5960
5961 PR target/18151
5962 * configure.in (case ${target}): Do not build fixincludes for avr.
5963 * configure: Regenerated.
5964
5965 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5966
5967 * configure.in (case ${target}): Do not build fixincludes
5968 on platforms where it is not used.
5969 * configure: Regenerated.
5970
5971 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5972
5973 * configure.in: Use an absolute path to install-sh.
5974 * configure: Regenerated.
5975
5976 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5977
5978 * MAINTAINERS (Write After Approval): Add myself.
5979
5980 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
5981
5982 * MAINTAINERS: Remove from Write After Approval those that are
5983 already maintainers.
5984
5985 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
5986
5987 * MAINTAINERS: Update my email address.
5988
5989 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5990
5991 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5992 * configure: Regenerate.
5993
5994 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
5995
5996 * MAINTAINERS: Update my email address.
5997
5998 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
5999
6000 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6001 entries belonging to this category.
6002
6003 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6004
6005 * MAINTAINERS: Update my e-mail address.
6006
6007 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6008
6009 Fix wrong conflict resolution in:
6010
6011 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6012
6013 * Makefile.in: Regenerate.
6014 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6015 in the recursive `make', instead of hardwiring `all'.
6016 (Autogenerated TARGET-* variables): New.
6017
6018 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6019
6020 * configure.in: Enable target-libgloss for crx-*-*.
6021 * configure: Regenerate.
6022
6023 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6024
6025 * MAINTAINERS (Various Maintainers): Move the "windows,
6026 cygwin, mingw" maintainer to ...
6027 (OS Port Maintainers): ... here.
6028
6029 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6030
6031 * MAINTAINERS (Write After Approval): Remove those that are
6032 maintainers of some subsystem.
6033
6034 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6035
6036 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6037 * ltcf-cxx.sh (tpf*): Likewise.
6038 * ltconfig (tpf*): Add TPF OS configuration support.
6039
6040 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6041
6042 * MAINTAINERS: Change my email address to my new work account.
6043
6044 2004-09-24 Michael Roth <mroth@nessie.de>
6045
6046 * configure.in (--without-headers): Add missing double quotes.
6047 * configure: Regenerate.
6048
6049 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6050
6051 * ylwrap: Revert to previous version.
6052
6053 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6054
6055 PR bootstrap/17369
6056 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6057 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6058 SET_GCC_LIB_PATH_CMD.
6059 (BASE_TARGET_EXPORTS): Likewise.
6060 * Makefile.in: Regenerated.
6061
6062 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6063 * configure: Regenerated.
6064
6065 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6066
6067 * config.guess: New upstream version
6068 * compile, depcomp, install-sh, ylwrap: Likewise.
6069
6070 2004-09-19 Roger Sayle <roger@eyesopen.com>
6071
6072 * config/mh-x86omitfp: New host makefile fragment. Add
6073 -fomit-frame-pointer to the default BOOT_CFLAGS.
6074 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6075 * configure: Regenerate.
6076
6077 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6078
6079 PR target/11572
6080 * configure.in (*-*-darwin*): Renable libobjc.
6081 * configure: Regenerate.
6082
6083 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6084
6085 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6086
6087 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6088
6089 * Makefile.def: Remove libbanshee.
6090 * Makefile.tpl: Ditto.
6091 * configure.in: Ditto.
6092 * Makefile.in: Regen.
6093 * configure: Ditto.
6094
6095 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6096
6097 * ltmain.sh: Use $pic_object as $non_pic_object if
6098 $non_pic_object=none.
6099
6100 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6101
6102 * missing: Import latest version from master repository.
6103
6104 2004-09-06 Nick Clifton <nickc@redhat.com>
6105
6106 * config.sub: Import latest version from master repository.
6107 * config.guess: Likewise.
6108 This includes these changes:
6109
6110 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6111
6112 * config.sub: Handle crisv32, alias etraxfs.
6113 * config.guess (crisv32:Linux:*:*): Handle.
6114
6115 2004-08-13 Brad Smith <brad@comstyle.com>
6116
6117 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6118 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6119
6120 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6121
6122 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6123 assume the processor is a powerpc. This is because coreutils
6124 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6125 in this case, due to a MacOS X bug that causes
6126 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6127 to return a negative number.
6128 Problem reported by Petter Reinholdtsen in:
6129 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6130
6131 2004-07-19 Ben Elliston <bje@gnu.org>
6132
6133 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6134
6135 2004-06-24 Ben Elliston <bje@gnu.org>
6136
6137 * config.guess: Update copyright years.
6138 * config.sub: Likewise.
6139
6140 2004-06-22 Robert Millan <robertmh@gnu.org>
6141
6142 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6143 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6144
6145 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6146
6147 * config.guess (*:*VMS:*:*): New entry. Replaces
6148 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6149 manufacturer.
6150
6151 2004-06-22 Ben Elliston <bje@gnu.org>
6152
6153 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6154 * config.sub: Likewise.
6155
6156 2004-06-22 Ben Elliston <bje@gnu.org>
6157
6158 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6159 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6160
6161 2004-06-11 Ben Elliston <bje@gnu.org>
6162
6163 * config.guess (pegasos:OpenBSD:*:*): Remove.
6164
6165 2004-06-11 Ben Elliston <bje@gnu.org>
6166
6167 From Wouter Verhelst <wouter@grep.be>:
6168 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6169
6170 2004-06-11 Ben Elliston <bje@gnu.org>
6171
6172 * config.guess (luna88k:OpenBSD:*:*): New.
6173
6174 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6175
6176 * config.guess (m32r*:Linux:*:*): New case.
6177 * config.sub: Handle m32rle.
6178
6179 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6180
6181 From Jens Petersen <petersen@redhat.com>:
6182 * config.sub: Handle sparcv8.
6183
6184 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6185
6186 From Tom Smith <smith@cag.lkg.hp.com>:
6187 * config.guess: Version suffixes are equally significant on Tru64
6188 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6189 prefix of "P" (patched kernel).
6190
6191 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6192
6193 * config.sub: Add support for National Semiconductor CRX target.
6194
6195 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6196
6197 * MAINTAINERS (Various Maintainers): Remove myself as web page
6198 maintainer, add myself as maintainer of build status lists.
6199
6200 2004-09-03 Jan Beulich <jbeulich@novell.com>
6201
6202 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6203 *-*-netware, but add target-libmudflap.
6204 Consolidate *-*-netware targets (of which really only i?86 exists)
6205 into a single entry.
6206 * configure: Likewise.
6207
6208 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6209
6210 * Makefile.tpl (sorry): Remove.
6211 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6212 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6213 (do-clean): Clean per-stage directories too.
6214 (do-distclean): Run distclean-stage1 too.
6215 (.NOTPARALLEL): Enable during toplevel bootstrap.
6216 (stage[+id+]-bubble): Enable parallel execution during
6217 the recursive invocation.
6218 * Makefile.in: Regenerate.
6219
6220 Fix previous checkin:
6221
6222 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6223 include.
6224 * configure.in: Fix indentation.
6225 * configure: Regenerate.
6226
6227 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6228
6229 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6230 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6231 * configure: regenerate
6232 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6233 -mdynamic-no-pic
6234
6235 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6236
6237 * Makefile.def (build_modules): Add fixincludes.
6238 (dependencies): Make gcc depend on fixincludes.
6239 * configure.in (build_tools): Add fixincludes.
6240 (build_configdirs): Always include build_libs.
6241 * Makefile.in: Regenerate.
6242 * configure: Regenerate.
6243
6244 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6245
6246 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6247 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6248 phony targets; do not generate timestamp files.
6249 (distclean-stageN): Remove references to their timestamp files.
6250 (restageN, touch-stageN): Remove.
6251 (stageN-bubble): Rewritten.
6252 (compare): Support lean bootstraps.
6253 * Makefile.in: Regenerate.
6254
6255 * configure.in: Only warn when bootstrapping but
6256 build != host or build != target. Support lean bootstraps.
6257 * configure: Regenerate.
6258
6259 2004-08-26 Phil Edwards <phil@codesourcery.com>
6260
6261 * configure.in: Give a better error message if GMP/MPFR are missing
6262 and a language needing them has been requested.
6263 * configure: Regenerated.
6264
6265 2004-08-25 Phil Edwards <phil@codesourcery.com>
6266
6267 * configure.in: Print a list of available language front-ends if
6268 a requested one is missing. Tidy stray tab characters.
6269 * configure: Regenerated.
6270
6271 2004-08-19 Michael Koch <konqueror@gmx.de>
6272
6273 * gcc/doc/install.texi: Update entry about automake for libjava.
6274
6275 2004-08-17 Robert Millan <robertmh@gnu.org>
6276
6277 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6278 (instead of FreeBSD).
6279 * configure: Regenerate.
6280
6281 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6282
6283 * Makefile.in: Regenerate.
6284 * configure: Regenerate.
6285
6286 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6287 stage_*_flags.
6288 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6289 for bootstrapped modules if toplevel bootstrap is going.
6290 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6291 modules. Adjust for changes in Makefile.def. Enable several
6292 rules even in non-bootstrap mode, just to avoid peppering the
6293 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6294 (stage-[+prev+]-bubble): Remove.
6295
6296 * Makefile.def (Dependencies): Depend on all-build-bison,
6297 all-build-flex, all-build-byacc, all-build-texinfo, rather
6298 than the host variations.
6299 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6300 with BUILD_SUBDIR.
6301 (BISON): Update for recent Bisons.
6302 (YACC): Fix typo.
6303 (cross): Depend on all-build.
6304 (all): Do not depend on all-build.
6305 (prebootstrap): Remove.
6306 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6307 (Prebootstrap dependencies): Add them to the per-stage targets
6308 and to all-prebootstrap.
6309 * configure.in (build_configdirs): Always enable build_tools.
6310 (BUILD_DIR_PREFIX): Remove.
6311
6312 * Makefile.def (gcc): Add target variable.
6313 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6314 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6315 in the recursive `make', instead of hardwiring `all'.
6316 (Autogenerated TARGET-* variables): New.
6317
6318 2004-08-13 Brian Booth <bbooth@redhat.com>
6319
6320 * MAINTAINERS: Remove myself from write-after-approval.
6321
6322 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6323
6324 * src-release: Stop distributing mmalloc with gdb (which doesn't
6325 use it).
6326 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6327 * Makefile.in: Regenerate.
6328
6329 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6330
6331 * configure.in (arm*-*-eabi*): New target.
6332 * configure: Regenerate.
6333
6334 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6335
6336 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6337 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6338 (Dependencies): New section.
6339 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6340 (configure-target-[+module+]): Depend on maybe-all-gcc
6341 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6342 (toplevel profiledbootstrap): Fix dependencies.
6343 * Makefile.in: Regenerate.
6344
6345 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6346
6347 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6348 target-libiberty to noconfigdirs.
6349 * configure: Regenerate.
6350
6351 2004-08-03 Paul Brook <paul@codesourcery.com>
6352
6353 * configure.in: Check for MPFR as well as GMP.
6354 * configure: Regenerate.
6355
6356 2004-08-01 Robert Millan <robertmh@gnu.org>
6357
6358 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6359 libmudflap for all GNU-based systems (with Glibc).
6360 * configure: Regenerate.
6361
6362 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6363
6364 * Makefile.def (host-modules): Add gcc.
6365 * Makefile.in: Regenerate.
6366 * Makefile.tpl (sorry): New rule.
6367 (configure-host, all-host, [+make_target+]-host, do-check,
6368 install-host): Do not add gcc as a special case.
6369 (host modules): Add a small special-casing for gcc. Export
6370 extra_make_flags through the environment.
6371 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6372 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6373 other recursive targets for gcc): Remove.
6374
6375 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6376 (stage, unstage): New rules.
6377 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6378 distclean-stage[+id+]): Use stage_current.
6379 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6380 the stage*-start rules.
6381
6382 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6383
6384 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6385 use -all_load flag.
6386
6387 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6388
6389 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6390 * configure: Regenerate.
6391
6392 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6393
6394 * maintainer-scripts/gcc_release: Revert yesterday's change.
6395
6396 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6397
6398 * MAINTAINERS: Add myself to write-after-approval.
6399
6400 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6401
6402 * libf2c: Removed.
6403 * gcc/gccbug.in: Updated because of libf2c removal.
6404 * maintainer-scripts/gcc_release: Ditto.
6405
6406 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6407
6408 * configure.in: Build libmudflap by default on FreeBSD.
6409 * configure: Regenerated.
6410
6411 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6412
6413 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6414 systems.
6415 * configure: Regenerated.
6416
6417 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6418
6419 PR target/16344
6420 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6421 feedback based compiler.
6422 * Makefile.in: Rebuilt.
6423
6424 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6425
6426 * Makefile.def (host_modules): Set bootstrap=true for flex.
6427 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6428 * Makefile.in: Rebuilt.
6429
6430 2004-07-07 Jan Hubicka <jh@suse.cz>
6431
6432 * MAINTAINERS: Add self as a profile feedback maintainer.
6433
6434 2004-07-05 Phil Edwards <phil@codesourcery.com>
6435
6436 * configure.in: Do not prepend $srcdir to /dev/null in
6437 makefile fragments.
6438 * configure: Regenerate.
6439
6440 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6441
6442 * Makefile.def (build_modules): Add bison, byacc, flex,
6443 m4, texinfo.
6444 (flags_to_pass): Add FLEX.
6445 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6446 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6447 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6448 DEFAULT_MAKEINFO): Remove.
6449 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6450 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6451 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6452 objdir or else use configured tool.
6453 (all-build): New.
6454 (all): Depend on it.
6455 (Build module dependencies): Add.
6456 * Makefile.in: Regenerate.
6457 * configure.in: Better support for multiple build modules,
6458 matching what is done for host/target modules. Do not look
6459 for "plausible" locations of build tools if Canadian cross.
6460 Use autoconf's AC_PROG_CC to find a C compiler. Define
6461 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6462 * configure: Regenerate.
6463
6464 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6465
6466 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6467 * Makefile.in: Regenerate.
6468
6469 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6470
6471 * Makefile.tpl (configure-build-[+module+],
6472 configure-[+module+], configure-target-[+module+]): Pass
6473 [+extra_configure_args+].
6474 (all-build-[+module+], all-[+module+], check-[+module+],
6475 install-[+module+], [+make_target+]-[+module+],
6476 all-target-[+module+], check-target-[+module+],
6477 install-target-[+module+], [+make_target+]-target-[+module+]):
6478 Pass [+extra_make_args+].
6479 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6480 (GCC_HOST_EXPORTS): Remove.
6481 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6482 cross, check-gcc, check-gcc-c++, install-gcc,
6483 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6484 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6485 * Makefile.in: Regenerate.
6486
6487 2004-06-21 Matthew Sachs <msachs@apple.com>
6488
6489 * MAINTAINERS: Added self to write-after-approval.
6490
6491 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6492
6493 * configure.in: Check for srcdir/winsup rather than build directory
6494 winsup.
6495 * configure: Regenerate.
6496
6497 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6498
6499 * configure.in: Don't build Cygwin native newlib if winsup
6500 directory is missing. Emit warning instead.
6501 * configure: Regenerate.
6502
6503 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6504
6505 * Makefile.tpl (touch-stage[+id+]): New.
6506 (restage[+prev+]): Depend on touch-stage[+id+].
6507
6508 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6509 Use it throughout.
6510
6511 * Makefile.def: Add profile and feedback bootstrap stages.
6512 Remove next field from bootstrap stages.
6513 * Makefile.tpl (LN, LN_S): Substitute.
6514 (stageN-start, stageN-end): Use double-colon rules, to
6515 provide a hook for additional setup commands.
6516 (distclean-stageN-gcc, restageN): Create dependencies from
6517 [+prev+], not from [+next+].
6518 (stageN-bubble): Add commands for successive stages from
6519 [+prev+], using double-colon rules.
6520 (all-stageN-gcc): Fix typo.
6521 (stagefeedback-start, profiledbootstrap): New.
6522 * Makefile.in: Regenerate.
6523 * configure.in: Call ACX_PROG_LN.
6524 * configure: Regenerate.
6525
6526 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6527
6528 * MAINTAINERS (Write After Approval): Add myself.
6529
6530 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6531
6532 * MAINTAINERS (Write After Approval): Add myself.
6533
6534 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6535
6536 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6537 without gcc.
6538 * configure: Regenerate.
6539
6540 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6541
6542 * Makefile.tpl: Fix typo.
6543 * Makefile.in: Regenerate.
6544
6545 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6546
6547 * configure.in: Remove new- prefix from toplevel
6548 bootstrap targets.
6549 * configure: Regenerate.
6550
6551 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6552
6553 * Makefile.tpl (all.normal): Rename to all.
6554 (all): Replace with a rule to pick the default
6555 target from configure.
6556 (all-gcc, configure-gcc): Use conditionals to
6557 do nothing when toplevel bootstrap is going on.
6558 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6559 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6560 * configure.in: Support --enable-bootstrap.
6561
6562 * Makefile.def: Remove new- prefix from toplevel
6563 bootstrap targets.
6564 * Makefile.tpl: Likewise.
6565
6566 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6567 target.
6568
6569 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6570 $(RECURSE_FLAGS) to recursive invocation of make.
6571
6572 * Makefile.in: Regenerate.
6573 * configure: Regenerate.
6574
6575 2004-05-30 Andreas Jaeger <aj@suse.de>
6576 Jim Wilson <wilson@specifixinc.com>
6577
6578 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6579 like CC.
6580
6581 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6582
6583 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6584 * configure: Regenerate.
6585
6586 2004-05-25 Daniel Jacobowitz <drow@false.org>
6587
6588 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6589 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6590 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6591 targets.
6592 * Makefile.in: Regenerate.
6593
6594 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6595
6596 * configure.in: Test the ability to symlink directories.
6597 * configure: Regenerate.
6598
6599 * Makefile.def (bootstrap-stage): New definitions.
6600 * Makefile.tpl (configure-stage1-gcc,
6601 configure-stage2-gcc, configure-stage3-gcc,
6602 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6603 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6604 new-restage3, compare): Autogenerate, see Makefile.in
6605 entry for behavioral changes.
6606 (distclean-stage1, new-stage1-start, new-stage1-end,
6607 new-stage1-bubble, distclean-stage2, new-stage2-start,
6608 new-stage2-end, new-stage2-bubble, distclean-stage3,
6609 new-stage3-start, new-stage3-end): New autogenerated targets.
6610 (objext, prebootstrap, BOOT_CFLAGS,
6611 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6612 targets.
6613
6614 * Makefile.in: Regenerate.
6615 (distclean-stage1, new-stage1-start, new-stage1-end,
6616 new-stage1-bubble, distclean-stage2, new-stage2-start,
6617 new-stage2-end, new-stage2-bubble, distclean-stage3,
6618 new-stage3-start, new-stage3-end): New targets.
6619 (all-stage1-gcc): Move prebootstrap dependency from here...
6620 (configure-stage1-gcc): ...to here.
6621 (new-bootstrap): Use bubble targets.
6622 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6623 Use per-stage distclean targets.
6624 (configure-stage1-gcc, configure-stage2-gcc,
6625 configure-stage3-gcc, all-stage1-gcc,
6626 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6627 Use new-stageN-start to prepare the tree.
6628
6629 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6630
6631 * Makefile.def (host_modules): add libcpp.
6632 * Makefile.tpl: Add dependencies on and for libcpp.
6633 * Makefile.in: Regenerate.
6634 * configure.in: Add libcpp host module.
6635 * configure: Regenerate.
6636
6637 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6638
6639 * Makefile.tpl: Whenever a recursive target is defined, wrap
6640 it in a special @if/@endif block, and prepare its maybe
6641 dependency in the @if/@endif block
6642 * configure.in: Instead of writing maybe dependencies, remove
6643 the @if/@endif statements, and remove the @if/@endif blocks
6644 that remain.
6645 * configure: Regenerate.
6646 * Makefile.in: Regenerate.
6647
6648 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6649
6650 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6651
6652 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6653
6654 PR bootstrap/15120
6655 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6656 * */configure: Rebuilt.
6657
6658 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6659
6660 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6661 of libf2c.
6662 * configure, Makefile.in: Regenerate.
6663
6664 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6665
6666 * MAINTAINERS (Write After Approval): Add myself.
6667
6668 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6669
6670 Merge from tree-ssa-20020619-branch.
6671
6672 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6673 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6674 (HOST_GMPLIBS): Define.
6675 (HOST_GMPINC): Define.
6676 (TARGET_LIB_PATH): Add libmudflap.
6677 (GFORTRAN_FOR_TARGET): Define.
6678 (configure-build*): Export GFORTRAN.
6679 (configure-gcc): Export GMPLIBS and GMPINC.
6680 (all-gcc): Add maybe-all-libbanshee.
6681 (configure-target-libgfortran): Define.
6682 * Makefile.in: Regenerate.
6683 * configure.in (host_libs): Add libbanshee.
6684 (target_libraries): Add target-libmudflap and target-libgfortran.
6685 Add --with-libbanshee.
6686 Handle --disable-libmudflap.
6687 (*-*-freebsd*): Use with_gmp.
6688 Add $(libgcj) to noconfigdirs.
6689 * configure: Regenerate.
6690 * depcomp: New file.
6691 * MAINTAINERS: Add tree-ssa maintainers.
6692
6693 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6694
6695 * MAINTAINERS (Various Maintainers): Add myself.
6696
6697 2004-04-30 Brian Ford <ford@vss.fsi.com>
6698
6699 * MAINTAINERS (Write After Approval): Add myself.
6700
6701 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6702
6703 * MAINTAINERS (Write After Approval): Add myself.
6704
6705 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6706
6707 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6708 * configure: Regenerate.
6709
6710 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6711
6712 Revert:
6713 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6714
6715 * Makefile.def (flags_to_pass): Remove *dir variables that
6716 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6717 as well as prefix and exec_prefix.
6718 * Makefile.in: Regenerate.
6719
6720 2004-04-26 Robert Millan <robertmh@gnu.org>
6721
6722 Add patches from libtool CVS.
6723 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6724 * ltconfig: Likewise.
6725 * ltcf-c.sh: Likewise.
6726 * ltcf-cxx.sh: Likewise.
6727 * ltcf-gcj.sh: Likewise.
6728
6729 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6730
6731 * Makefile.def (host_modules): Mark with the bootstrap
6732 flag packages on which gcc depends.
6733 * Makefile.tpl (all-bootstrap): Use it.
6734 * Makefile.in: Regenerate.
6735
6736 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6737
6738 * Makefile.def (flags_to_pass): Remove *dir variables that
6739 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6740 as well as prefix and exec_prefix.
6741 * Makefile.in: Regenerate.
6742
6743 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6744
6745 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6746 * configure: Regenerate.
6747 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6748 * gcc/Makefile.tpl (compare): Use the result of the test.
6749 * gcc/Makefile.in: Regenerate.
6750
6751 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6752
6753 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6754 Always relocate gcc and prev-gcc to the original names, even
6755 if the build fails.
6756 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6757 New targets.
6758
6759 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6760
6761 * MAINTAINERS: Update my email address.
6762
6763 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6764
6765 * configure.in (mips*-*-irix5*): Enable ld.
6766 * configure: Regenerate.
6767
6768 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6769
6770 * configure: Regenerate.
6771
6772 2004-04-15 James E Wilson <wilson@specifixinc.com>
6773
6774 * Makefile.tpl (configure-[+module+], configure-gcc,
6775 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6776 Set and export LDFLAGS.
6777 * Makefile.in: Regenerate.
6778
6779 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6780
6781 * MAINTAINERS: Add myself to write-after-approval.
6782
6783 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6784
6785 PR bootstrap/14871
6786 * Makefile.tpl: If we don't have built-in-tree target tools,
6787 use the ones found by configure rather than hacking around with
6788 program_transform_name.
6789 * configure.in: Give Makefile.tpl the information necessary
6790 to do that.
6791 * Makefile.in: Regenerate.
6792 * configure: Regenerate.
6793
6794 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6795
6796 PR bootstrap/14760
6797 * configure.in: When computing baseargs, strip *all* copies of
6798 offending options. Also, don't match/substitute the trailing space,
6799 so that this actually works when two similar options are separated by
6800 only one space.
6801 * configure: Regenerate.
6802
6803 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6804
6805 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6806 (rs6000-*-aix*): Same.
6807 * configure: Regenerate.
6808
6809 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
6810
6811 * MAINTAINERS: Add myself to write-after-approval.
6812
6813 2004-04-03 Bud Davis <bdavis9659@comcast.net>
6814
6815 * MAINTAINERS: Add myself to write-after-approval.
6816
6817 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6818
6819 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6820 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6821 * Makefile.in: Regenerate.
6822
6823 * configure.in (top level bootstrap support): Rework --enable-werror
6824 to set @stage2_werror_flag@.
6825 * configure: Regenerate.
6826 * Makefile.tpl (top level bootstrap support): Pass
6827 @stage2_werror_flag@ down to configure in stages 2 and 3.
6828 * Makefile.in: Regenerate.
6829
6830 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6831
6832 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6833 for stages 2 and 3 as well as in make. As a consequence, remove
6834 OUTPUT_OPTION (now detected by configure) from the flags passed down
6835 to make.
6836 * Makefile.in: Regenerate.
6837
6838 * Makefile.tpl (new-bootstrap): Fix typo.
6839 * Makefile.in: Regenerate.
6840
6841 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6842
6843 * Makefile.tpl: Rearrange by moving recursive_targets rules
6844 into their proper sections.
6845 * Makefile.tpl (top level bootstrap support): Move disabling
6846 of coverage flags from 'make' to 'configure'; improve comments.
6847 * Makefile.in: Regenerate.
6848
6849 * Makefile.tpl (experimental top level bootstrap) Move stage1
6850 language setting from all- target to configure- target; disable
6851 intermodule optimization in stage 1; prevent gratuitous rebuilds
6852 of stage 1.
6853 * Makefile.in: Regenerate.
6854 * configure.in: Comma-separate stage 1 language list for top
6855 level bootstrap.
6856 * configure: Regenerate.
6857
6858 * Makefile.tpl: Clean up experimental top level bootstrap support:
6859 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6860 prev-gcc in configure- targets as well as all- targets.
6861 * Makefile.in: Regenerate.
6862
6863 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6864
6865 * compile: New file imported from automake.
6866
6867 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6868
6869 * configure.in: Remove symbolic link section.
6870 * configure: Regenerate.
6871 * Makefile.tpl (links): Remove.
6872 * Makefile.in: Regenerate.
6873
6874 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6875 Nathanael Nerode <neroden@gcc.gnu.org>
6876
6877 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6878 Set with AC_CHECK_PROGS.
6879 * configure.in: Fix comment typo from last patch.
6880 * configure: Regenerate.
6881
6882 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6883
6884 * Makefile.tpl: Introduce experimental top level bootstrap support.
6885 * Makefile.in: Regenerate.
6886 * configure.in: Introduce support for top level bootstrap.
6887 * configure: Regenerate.
6888
6889 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6890 Paolo Bonzini <bonzini@gnu.org>
6891
6892 PR bootstrap/14522
6893 * configure.in: Cope with shells that do not support unquoted ^
6894 * configure: Regenerate.
6895
6896 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6897 Paolo Bonzini <bonzini@gnu.org>
6898
6899 PR bootstrap/14522
6900 * configure.in: Cope with shells that do not support nesting
6901 quotes inside quoted backquote substitutions.
6902 * configure: Regenerate.
6903
6904 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6905
6906 PR bootstrap/14522
6907 * configure.in: Fix escaping of $.
6908 * configure: Regenerate.
6909
6910 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6911
6912 * configure: Regenerate, since I forgot to while committing Paolo's
6913 changes.
6914
6915 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6916
6917 PR ada/14131
6918 Move language detection to the top level.
6919 * configure.in: Find default values for the tools as
6920 soon as possible. Disable ada if GNAT is not found.
6921 Emit error message about missing languages. Expand
6922 --enable-languages=all for the gcc subdirectory.
6923
6924 2004-03-10 Ben Elliston <bje@gnu.org>
6925
6926 * MAINTAINERS: Update my email address.
6927
6928 2004-03-05 David Edelsohn <edelsohn@gnu.org>
6929
6930 * ltconfig: Disable building static libraries if building shared
6931 libraries on AIX 5L.
6932
6933 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6934
6935 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6936 and disable libgcj.
6937 * configure: Regenerated.
6938
6939 2004-03-01 Brian Booth <bbooth@redhat.com>
6940
6941 * MAINTAINERS: Add myself to write-after-approval.
6942
6943 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
6944
6945 * MAINTAINERS: Add myself to write-after-approval.
6946
6947 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6948
6949 PR bootstrap/7087
6950 * Makefile.tpl: Guard XFOO sed statements better.
6951 * Makefile.tpl: Add dependency for configure-target-libada.
6952 * Makefile.in: Regenerate (incidentally fixes broken
6953 commit when libada-branch was merged).
6954
6955 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
6956
6957 * MAINTAINERS: Add myself to write-after-approval.
6958
6959 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
6960
6961 * MAINTAINERS: Add Nicola Pero and myself as libobjc
6962 maintainers.
6963
6964 2004-02-20 Andrew Cagney <cagney@redhat.com>
6965
6966 * config.guess: Update from version 2003-10-16 to 2004-02-16.
6967 * config.sub: Update from version 2003-11-03 to 2004-02-16.
6968
6969 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6970
6971 PR bootstrap/11932
6972 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6973
6974 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
6975
6976 * MAINTAINERS: Added myself to write-after-approval.
6977
6978 2004-02-14 Michael Koch <konqueror@gmx.de>
6979
6980 * MAINTAINERS: Added myself to write-after-approval.
6981
6982 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
6983
6984 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
6985 some OS port maintainers to OS port maintainers section.
6986
6987 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
6988
6989 * MAINTAINERS: Add self.
6990
6991 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
6992
6993 * MAINTAINERS: Alphabetize.
6994
6995 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
6996
6997 * MAINTAINERS: Remove myself.
6998
6999 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7000
7001 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7002 (rs6000-*-aix*): Same.
7003 * configure: Regenerate.
7004
7005 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7006
7007 * configure.in (host): Add in missing $noconfigdirs to defines.
7008 * configure: Regenerate.
7009
7010 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7011 Nathanael Nerode <neroden@gcc.gnu.org>
7012
7013 PR ada/6637, PR ada/5911
7014 Merge with libada-branch:
7015 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7016 with appropriate dependencies. Add --enable-libada configure switch.
7017 * configure, Makefile.in: Regenerate.
7018
7019 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7020
7021 * MAINTAINERS: Add myself to write-after-approval.
7022
7023 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7024
7025 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7026 * configure: Regenerate.
7027
7028 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7029
7030 Merge from upstream:
7031
7032 * ltmain.in: When setting IFS to '~', be careful about user
7033 arguments that contain '~'.
7034
7035 2004-02-04 Peter O'Gorman <peter@pogma.com>
7036
7037 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7038 Also test $base_compile against $CC with escaped arguments. Bug
7039 reported by Geoff Keating <geoffk@apple.com>.
7040
7041 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7042
7043 * MAINTAINERS: Remove i960 port.
7044
7045 2004-01-23 DJ Delorie <dj@redhat.com>
7046
7047 * Makefile.def (target_modules) [libiberty]: Don't stage.
7048 * Makefile.in: Rebuilt.
7049
7050 2004-01-20 Caroline Tice <ctice@apple.com>
7051
7052 * MAINTAINERS: Add myself to write-after-approval.
7053
7054 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7055
7056 * MAINTAINERS: Update my email address.
7057
7058 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7059
7060 * MAINTAINERS: Add myself to write-after-approval.
7061
7062 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7063
7064 * MAINTAINERS: Remove entries without email address.
7065
7066 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7067
7068 * MAINTAINERS: Add myself to write-after-approval.
7069
7070 2004-01-15 Steven Bosscher <stevenb@suse.de>
7071
7072 * MAINTAINERS: Update my email address.
7073
7074 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7075
7076 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7077 * Makefile.tpl (configure-target-[+module+]): Support stage.
7078 * Makefile.in: Rebuilt.
7079
7080 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7081
7082 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7083
7084 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7085
7086 * MAINTAINERS: Add myself as a MIPS maintainer.
7087
7088 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7089
7090 * configure.in: Use ./config.cache, not config.cache.
7091 * configure: Regenerate.
7092 * Makefile.tpl: Special-casing not needed for GCC any more.
7093 * Makefile.in: Regenerate.
7094
7095 * configure.in: Don't share a cache file for host dirs.
7096 * configure: Regenerate.
7097
7098 * config-ml.in: Don't mess with the cache file.
7099
7100 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7101
7102 * MAINTAINERS: Move myself from 'Write After Approval' to
7103 'CPU Port Maintainers' section as SPARC maintainer.
7104
7105 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7106
7107 * Makefile.tpl: Make GCC use a separate config.cache.
7108 * Makefile.in: Regenerate.
7109
7110 PR bootstrap/11932, PR bootstrap/11933
7111 (I don't know if it will fix either of them, but it relates
7112 to them.)
7113 * configure.in: Don't use shared config.cache for target
7114 directories.
7115 * configure: Regenerate.
7116
7117 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7118
7119 * MAINTAINERS: Add myself to 'Write After Approval' section.
7120
7121 2003-12-31 Roger Sayle <roger@eyesopen.com>
7122
7123 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7124 * configure: Regenerated.
7125
7126 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7127
7128 * MAINTAINERS: Remove the mn10200 maintainer.
7129
7130 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7131
7132 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7133 * configure: Regenerated.
7134
7135 2003-12-16 Jan Hubicka <jh@suse.cz>
7136
7137 * MAINTAINERS: Add myself as callgraph maintainer.
7138
7139 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7140
7141 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7142 * configure: Regenerate.
7143
7144 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7145
7146 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7147 'Write After Approval' section. Update email.
7148
7149 2003-12-01 James Lemke <jim@wasabisystems.com>
7150
7151 * MAINTAINERS (Write After Approval): Add myself.
7152
7153 2003-11-20 Matt Thomas <matt@3am-software.com>
7154
7155 * MAINTAINERS: Add myself as a vax port maintainer.
7156
7157 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7158
7159 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7160 (configure-build-[+module+], configure-[+module+]): Likewise.
7161 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7162 * Makefile.in: Regenerate.
7163
7164 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7165
7166 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7167 shared/dylibed libraries.
7168 * ltmain.sh: Likewise.
7169 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7170 * ltcf-cxx.sh: Likewise.
7171 * ltcf-gcj.sh: Likewise.
7172 * ltconfig: Likewise.
7173
7174 2003-11-17 Stan Cox <scox@redhat.com>
7175
7176 * MAINTAINERS: Add myself as iq2000 port maintainer.
7177
7178 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7179
7180 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7181 * Makefile.in: Regenerate.
7182
7183 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7184
7185 * config.sub: Update to 2003-11-03 version.
7186
7187 2003-10-20 Phil Edwards <phil@codesourcery.com>
7188
7189 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7190 * configure: Regenerate.
7191
7192 2003-10-20 Nicolas Pitre <nico@cam.org>
7193
7194 * MAINTAINERS: Add myself to 'Write After Approval' section.
7195
7196 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7197
7198 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7199
7200 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7201
7202 * MAINTAINERS: Update my email address.
7203
7204 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7205
7206 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7207
7208 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7209
7210 * MAINTAINERS: Add myself to 'Write After Approval' section.
7211
7212 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7213
7214 * config.guess: Update to 2003-10-16 version.
7215 * config.sub: Update to 2003-10-16 version.
7216
7217 2003-10-15 David Daney <ddaney@avtrex.com>
7218
7219 * MAINTAINERS: Added myself to 'Write After Approval' section.
7220
7221 2003-10-15 Falk Hueffner <falk@debian.org>
7222
7223 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7224 'Write After Approval' section. Update email.
7225
7226 2003-10-14 Roger Sayle <roger@eyesopen.com>
7227
7228 * MAINTAINERS: Move myself from 'Write After Approval' to
7229 'Various Maintainers' section as middle-end maintainer.
7230
7231 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7232
7233 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7234 HOST_FLAGS_TO_PASS.
7235 * Makefile.in: Regenerate.
7236
7237 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7238
7239 * config.guess: Update to 2003-10-07 version.
7240 * config.sub: Update to 2003-10-07 version.
7241
7242 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7243
7244 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7245 * ltconfig (irix5*, irix6*): Don't override version_type.
7246
7247 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7248
7249 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7250 * configure: Rebuilt
7251 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7252 * Makefile.in: Rebuilt
7253
7254 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7255
7256 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7257
7258 2003-09-30 Carlo Wood <carlo@alinoe.com>
7259
7260 * MAINTAINERS (Write After Approval): Add myself.
7261
7262 2003-09-29 Paul Koning <ni1d@arrl.net>
7263
7264 * MAINTAINERS: Move myself from "Write After Approval"
7265 to CPU platform maintainers for pdp11 platform.
7266
7267 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7268
7269 * MAINTAINERS: Move myself from 'Write After Approval' to
7270 'Various Maintainers' section as libffi testsuite maintainer.
7271
7272 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7273
7274 * configure.in: Pass a computed --program-transform-name
7275 to subconfigures.
7276 * configure: Regenerated.
7277
7278 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7279
7280 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7281 * Makefile.in: Regenerate.
7282
7283 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7284 * Makefile.in: Regenerate.
7285
7286 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7287
7288 * MAINTAINERS: Move myself from 'Write After Approval'
7289 to 'Various Maintainers' (objective-c) section.
7290
7291 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7292
7293 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7294 quoting.
7295 * configure: Regenerated.
7296
7297 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7298
7299 * MAINTAINERS (Write After Approval): Add myself to write after
7300 approval list.
7301
7302 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7303
7304 * MAINTAINERS (Write After Approval): Add myself.
7305
7306 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7307
7308 * MAINTAINERS: Update my e-mail address.
7309
7310 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7311
7312 * libtool.m4 (LD): Correct powerpc64 host match.
7313
7314 2003-09-06 James E Wilson <wilson@tuliptree.org>
7315
7316 * MAINTAINTERS: Update my affiliation and email address.
7317
7318 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7319
7320 * MAINTAINERS (Write After Approval): Add myself.
7321
7322 2003-09-04 DJ Delorie <dj@redhat.com>
7323
7324 * configure: Regenerate.
7325
7326 2003-09-04 Robert Millan <robertmh@gnu.org>
7327
7328 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7329
7330 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7331
7332 * configure.in: Ensure arguments to sed are properly spaced.
7333 * configure: Regenerate.
7334
7335 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7336
7337 * MAINTAINERS: Update my e-mail address.
7338
7339 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7340
7341 * MAINTAINERS (Write After Approval): Add myself.
7342
7343 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7344
7345 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7346 * configure: Regenerated.
7347
7348 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7349
7350 * MAINTAINERS: Update my email address.
7351
7352 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7353
7354 * configure.in: Use newline instead of semicolon when assuming
7355 shell arguments in a for loop.
7356 * configure: Regenerated.
7357
7358 2003-08-22 Jason Eckhardt <jle@rice.edu>
7359
7360 * MAINTAINERS: Resurrect the i860 maintainer.
7361
7362 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7363
7364 PR 8180
7365 * configure.in: When testing with_libs and with_headers, treat
7366 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7367 * configure: Regenerate.
7368
7369 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7370 make, shell, etc.
7371 (baseargs): Likewise.
7372 * configure: Regenerate.
7373
7374 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7375
7376 * MAINTAINERS (Write After Approval): Add myself.
7377
7378 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7379
7380 * configure.in: Disable libgcj for darwin not on powerpc.
7381 * configure: Rebuild.
7382
7383 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7384
7385 * config-ml.in, symlink-tree: Add license.
7386
7387 2003-08-03 Richard Stallman <rms@gnu.org>
7388 Eben Moglen <moglen@columbia.edu>
7389
7390 * README.SCO: New file.
7391
7392 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7393
7394 * Makefile.tpl (check, check-c++): Express dependencies using
7395 dependencies rather than commands.
7396 * Makefile.in: Regenerate.
7397
7398 2003-08-01 Andrew Cagney <cagney@redhat.com>
7399
7400 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7401 * configure: Ditto.
7402
7403 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7404
7405 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7406 * Makefile.in: Update.
7407
7408 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7409
7410 * configure.in: Enable libgcj for darwin.
7411 * configure: Rebuild.
7412
7413 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7414
7415 * config-ml.in: Use ac_configure_args directly instead of
7416 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7417 actually seen.
7418
7419 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7420
7421 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7422 creating target and build subdirs to build all parent dirs as needed.
7423 * Makefile.in: Rebuild.
7424 * configure.in: Don't build dirs explicitly here.
7425 * configure: Rebuild.
7426
7427 2003-07-26 Paul Brook <paul@nowt.org>
7428
7429 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7430
7431 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7432
7433 * Makefile.tpl (all-make): Depend on intl.
7434 * Makefile.in: Rebuilt.
7435
7436 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7437
7438 * install-sh: Update to newer upstream versions (associated with
7439 aclocal 1.7).
7440 * mkinstalldirs: Likewise.
7441 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7442
7443 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7444
7445 * MAINTAINERS: Move self from Bug database only accounts
7446 to write-after-approval.
7447
7448 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7449
7450 * config.if: Remove unused libc_interface determination.
7451
7452 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7453
7454 * MAINTAINERS: Move self from write-after-approval to
7455 build machinery (*.in).
7456
7457 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7458
7459 PR bootstrap/11273
7460 PR bootstrap/11408
7461 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7462 unused INSTALL_PROGRAM_ARGS.
7463 * configure.in: Use AC_PROG_INSTALL.
7464 * Makefile.in: Regenerate.
7465 * configure: Regenerate.
7466
7467 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7468
7469 * MAINTAINERS: Alphabetize.
7470
7471 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7472
7473 * configure: Rebuilt.
7474 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7475 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7476 newlib nor libgloss.
7477 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7478 * configure.in (am33_2.0-*-linux*): Added.
7479
7480 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7481
7482 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7483 * configure: Regenerate.
7484
7485 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7486
7487 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7488 * Makefile.in: Regenerate.
7489
7490 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7491
7492 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7493 * Makefile.in: Regenerate.
7494
7495 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7496
7497 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7498 * Makefile.in: Regenerated.
7499
7500 * config-ml.in: Replace PWD with PWD_COMMAND.
7501
7502 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7503
7504 * intl: New directory; see intl/ChangeLog for details.
7505 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7506 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7507 * Makefile.in: Regenerate.
7508
7509 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7510
7511 * configure.in: Clean up config-lang.in handling. Delete
7512 useless assignment to "subdirs".
7513 * configure: Regenerate.
7514
7515 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7516
7517 * configure.in: Rename 'target_libs' to 'target_libraries'.
7518 Remove useless reference to 'target_libs'.
7519 * configure: Regenerate.
7520
7521 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7522
7523 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7524 * Makefile.in: Regenerate.
7525
7526 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7527
7528 * Makefile.def: Introduce flags_to_pass.
7529 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7530 * Makefile.in: Regenerate.
7531
7532 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7533
7534 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7535 and target-libgloss.
7536 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7537 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7538 * configure: Regenerate.
7539
7540 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7541
7542 * configure.in: Update testsuite_flags to new location.
7543 * configure. Regenerate.
7544
7545 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7546
7547 * Makefile.tpl: Remove BUILD_CC stuff.
7548 * Makefile.in: Regenerate.
7549
7550 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7551
7552 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7553
7554 2003-06-16 Graeme Peterson <gp@qnx.com>
7555
7556 * MAINTAINERS (Write After Approval): Add myself.
7557
7558 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7559
7560 * config.guess: Update to 2003-06-12 version.
7561 * config.sub: Update to 2003-06-13 version.
7562
7563 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7564
7565 * config.guess: Update to 2003-06-06 version.
7566 * config.sub: Update to 2003-06-06 version.
7567
7568 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7569
7570 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7571 * configure. Regenerate.
7572
7573 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7574
7575 * configure.in: Disable serial configure by default.
7576 * configure: Regenerate.
7577 * Makefile.tpl: Abolish .NOTPARALLEL.
7578 * Makefile.in: Regenerate.
7579
7580 * Makefile.tpl: Replace {build,host,target}_canonical by
7581 {build,host,target}.
7582 * Makefile.in: Regenerate.
7583
7584 * Makefile.tpl: Fix stupid pasto.
7585 * Makefile.in: Regenerate.
7586
7587 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7588
7589 * Makefile.tpl: Remove bogus conditional.
7590 * Makefile.in: Regenerate.
7591
7592 2003-06-05 Jan Hubicka <jh@suse.cz>
7593
7594 * Makefile.tpl (profiledbootstrap): New target.
7595 * Makefile.in (profiledbootstrap): New target.
7596
7597 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7598
7599 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7600 Pinski. Remove user names from other bugzilla-only maintainers.
7601
7602 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7603
7604 * Makefile.tpl: Make 'recursive targets' using autogen rather
7605 than shell loop. Remove duplicate 'clean' targets and false
7606 comments.
7607 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7608 Add systematic method of specifying missing targets in subdirs.
7609 Add copyright boilerplate.
7610 * Makefile.in: Regenerate.
7611 * configure.in: Add 'recursive targets' to maybe list.
7612 * configure: Regenerate.
7613
7614 * MAINTAINERS: "GNATS only" -> "Bug database only".
7615
7616 * Makefile.tpl: Rename [+target+] to [+make_target+].
7617 * Makefile.def: Rename 'target' to 'make_target'.
7618
7619 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7620
7621 * MAINTAINERS: Add self as options handling maintainer.
7622
7623 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7624
7625 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7626 been too long since I touched those ports.
7627
7628 2003-05-28 DJ Delorie <dj@redhat.com>
7629
7630 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7631 * Makefile.in: Regenerate.
7632
7633 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7634
7635 * configure.in: Use curly braces in the definition of tooldir.
7636 * configure: Regenerate.
7637
7638 2003-05-21 DJ Delorie <dj@redhat.com>
7639
7640 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7641 newlib or libgloss.
7642 * Makefile.in: Regenerate.
7643
7644 2003-05-21 DJ Delorie <dj@redhat.com>
7645
7646 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7647 * Makefile.in: Regenerate.
7648
7649 2003-05-20 Ian Lance Taylor <ian@airs.com>
7650
7651 * MAINTAINERS: Update my e-mail address.
7652
7653 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7654
7655 * configure.in: Switch more things to use maybe dependencies.
7656 * Makefile.tpl: Switch more things to use maybe dependencies.
7657 Factor out common code from autogen IF statements.
7658 * configure: Regenerate.
7659 * Makefile.in: Regenerate.
7660
7661 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7662
7663 * configure.in: Accept i[3456789]86 for machine type.
7664 * configure: Regenerate.
7665
7666 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7667
7668 * configure.in: Switch more things to use maybe dependencies.
7669 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7670 * configure: Regenerate.
7671 * Makefile.tpl: Switch more things to use maybe dependencies.
7672 * Makefile.in: Regenerate.
7673
7674 2003-05-16 Andreas Schwab <schwab@suse.de>
7675
7676 * Makefile.tpl (install-opcodes): Define.
7677 * Makefile.in: Rebuild.
7678
7679 2003-05-13 Andreas Jaeger <aj@suse.de>
7680
7681 * config.guess: Update to 2003-05-09 version.
7682 * config.sub: Update to 2003-05-09 version.
7683
7684 2003-05-13 Michael Eager <eager@mvista.com>
7685
7686 * configure.in: Correct sed script so that options in quotes are not
7687 deleted.
7688 * configure: Rebuild.
7689
7690 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7691
7692 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7693 and $$s/newlib/libc/sys/cygwin32 include paths.
7694 * configure: Ditto.
7695
7696 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7697
7698 * MAINTAINERS: Update my email addresses.
7699
7700 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7701
7702 * config-ml.in: Propagate INSTALL variables.
7703
7704 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7705
7706 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7707
7708 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7709
7710 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7711 * Makefile.in: Regenerate.
7712
7713 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7714
7715 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7716
7717 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7718
7719 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7720
7721 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7722
7723 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7724 * Makefile.in: Regenerated.
7725
7726 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7727
7728 * MAINTAINERS (Write After Approval): Upgrade myself from
7729 GNATS only to write-after-approval. Update my mail address.
7730
7731 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7732
7733 (OS Port Maintainers: freebsd): Add myself.
7734
7735 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7736
7737 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7738
7739 2003-04-22 Kean Johnston <jkj@sco.com>
7740
7741 * MAINTAINERS (SCO ports): Added myself.
7742
7743 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7744
7745 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7746
7747 2003-04-19 Kean Johnston <jkj@sco.com>
7748
7749 * MAINTAINERS (Write After Approval): Add myself.
7750
7751 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7752
7753 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7754 * Makefile.in: Regenerate.
7755
7756 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7757
7758 * configure.in (powerpc64*-*-linux*): Remove.
7759 * configure: Rebuilt.
7760
7761 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7762
7763 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7764 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7765 and restrap.
7766 * Makefile.in: Regenerate.
7767
7768 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7769
7770 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7771 * configure: Regenerated.
7772
7773 2003-04-15 DJ Delorie <dj@redhat.com>
7774
7775 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7776
7777 2003-04-13 Nick Clifton <nickc@redhat.com>
7778
7779 * config-ml.in: Remove support for --disable-aix removing
7780 call-aix multilibs.
7781
7782 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
7783
7784 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7785 * */configure: Rebuilt.
7786
7787 2003-04-08 Joel Sherrill <joel@oarcorp.com>
7788
7789 * MAINTAINERS: Add my email address.
7790
7791 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
7792
7793 * MAINTAINERS (Write After Approval): Add myself.
7794
7795 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7796
7797 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7798 * Makefile.in: Regenerate.
7799
7800 2003-03-14 Michael Chastain <mec@shout.net>
7801
7802 * Makefile.in: Regenerate with correct Makefile.def.
7803
7804 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7805
7806 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7807 Make macro.
7808 * Makefile.in: Regenerate.
7809 * configure.in: Clean up gxx_include_dir logic.
7810 * configure: Regenerate.
7811
7812 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7813
7814 * MAINTAINERS (Write After Approval): Add myself.
7815
7816 2003-03-10 Ben Elliston <bje@wasabisystems.com>
7817
7818 * MAINTAINERS: Update my mail address.
7819
7820 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7821
7822 * configure.in (gxx_include_dir): Fix typo.
7823 * configure: Regenerated.
7824
7825 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7826
7827 * Makefile.tpl: Reindent.
7828 * Makefile.in: Regenerate.
7829 * configure.in: Reindent. Don't set unused variables.
7830 * configure: Regenerate.
7831
7832 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7833
7834 * configure.in: Include $(build_tooldir)/sys-include in
7835 FLAGS_FOR_TARGET.
7836 * configure: Regenerated.
7837
7838 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7839
7840 * Makefile.tpl: Always pass down RANLIB.
7841 * Makefile.in: Regenerate.
7842
7843 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7844 * Makefile.in: Regenerate.
7845 * configure.in: Remove unused logic relating to --enable-shared
7846 and --enable-threads. Remove bogus comments. Remove redundant
7847 noconfigdirs.
7848 * configure: Regenerate.
7849
7850 * configure.in: Replace ${libstdcxx_version} by its value.
7851 Remove reference to mh-dgux.
7852 * configure: Regenerate.
7853
7854 2003-03-03 Kevin Buettner <kevinb@redhat.com>
7855
7856 * MAINTAINERS (Write After Approval): Add myself.
7857
7858 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7859
7860 * Makefile.tpl: Rearrange.
7861 * Makefile.in: Regenerate.
7862
7863 2003-02-25 Uwe Stieber <uwe@wwws.de>
7864
7865 * configure.in: Add support for kaOS as cross build target system.
7866 * configure: Regenerated.
7867
7868 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7869
7870 * MAINTAINERS (Write after approval): Add myself.
7871
7872 2003-02-21 James E Wilson <wilson@tuliptree.org>
7873
7874 * MAINTAINERS: Update my email address.
7875
7876 2003-02-21 Zack Weinberg <zack@codesourcery.com>
7877
7878 * MAINTAINERS: Add self to blanket write privs. section.
7879
7880 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7881
7882 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7883 configure-target-* as some target builds may require additional
7884 flags for preprocessor tests.
7885 * Makefile.in: Regenerated.
7886
7887 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7888
7889 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7890 * ltconfig: Handle it.
7891 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7892 auto-detecting it.
7893
7894 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7895 it is used as argument to $CC.
7896 * ltcf-gcj.sh: Likewise.
7897
7898 * configure.in: Introduce --enable-maintainer-mode.
7899 * configure: Rebuilt.
7900 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7901 for maintainer mode.
7902 * Makefile.in: Rebuilt.
7903
7904 2003-02-18 Jason Merrill <jason@redhat.com>
7905
7906 * Makefile.tpl (check-c++): Allow parallelism.
7907
7908 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7909
7910 * MAINTAINERS: Remove John Carr (who never actually had access to
7911 gcc.gnu.org).
7912
7913 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7914
7915 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7916 don't configure target-libobjc.
7917 * configure: Regenerate.
7918
7919 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7920
7921 * Makefile.tpl (RANLIB): Define.
7922 * Makefile.in: Regenerate.
7923
7924 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
7925
7926 * MAINTAINERS: Update my email.
7927
7928 2003-02-06 Keith R Seitz <keiths@redhat.com>
7929
7930 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7931 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7932 * Makefile.in: Regenerated.
7933 * configure.in: Remove all traces of snavigator, db, and grep.
7934 * configure: Regenerated.
7935
7936 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7937
7938 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7939 After Approval.
7940
7941 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7942
7943 * MAINTAINERS (Write after approval): Add myself.
7944
7945 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7946
7947 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7948 * Makefile.in: Regenerated.
7949
7950 2003-01-30 Roger Sayle <roger@eyesopen.com>
7951
7952 * config.guess: Updated to 2003-01-30's version.
7953 * config.sub: Updated to 2003-01-28's version.
7954
7955 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7956
7957 * config.if: If gcc_version is already set, just use it. Don't set
7958 gcc_version_trigger if it's already set, otherwise set it to
7959 gcc/version.c, but only if the file exists. If it is not set and
7960 gcc/version.c does not exist, try to extract the version number from
7961 $CC.
7962
7963 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
7964
7965 * MAINTAINERS: Add myself to write-after-approval list.
7966
7967 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7968
7969 * configure.in: Revert 24Jan change.
7970 * configure: Regenerate.
7971
7972 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7973
7974 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
7975 entry of HJ Lu.
7976
7977 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7978
7979 * configure.in: Revert previous change.
7980 * configure: Regenerate.
7981
7982 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7983
7984 * configure.in: Make rda native-only.
7985 * configure: Regenerate.
7986
7987 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7988
7989 * MAINTAINERS: Move myself from GNATS-only-accounts to
7990 write-after-approval.
7991
7992 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7993
7994 * configure.in: Add missing \.
7995 * configure: Rebuilt.
7996
7997 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7998
7999 * configure.in (baseargs): Avoid using \| in sed regular
8000 expressions.
8001 * configure: Rebuilt.
8002
8003 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8004
8005 * configure.in (baseargs): Remove all supported forms of
8006 --cache-file, --srcdir, --host, --build and --target options
8007 from argument lists.
8008 * configure: Rebuilt.
8009
8010 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8011
8012 * MAINTAINERS: Add myself to write-after-approval list.
8013
8014 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8015
8016 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8017 * configure: Rebuilt.
8018
8019 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8020
8021 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8022 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8023 * Makefile.in: Regenerate.
8024 * configure: Regenerate.
8025
8026 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8027
8028 * configure.in: Remove Makefile in build, host and target modules
8029 unless configure was run with --no-recursion.
8030 * configure: Rebuilt.
8031
8032 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8033
8034 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8035 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8036 * Makefile.in: Regenerate.
8037
8038 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8039
8040 * config.guess: Update to 2003-01-03 version.
8041 * config.sub: Update to 2003-01-03 version.
8042
8043 2003-01-07 Christopher Faylor <cgf@redhat.com>
8044
8045 * configure: Regenerate with proper autoconf 2.13.
8046
8047 2003-01-07 Christopher Faylor <cgf@redhat.com>
8048
8049 * configure.in: Add AC_PREREQ for consistency.
8050 * configure: Regenerate.
8051
8052 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8053
8054 * configure.in (GDB_TK): Add tcl directories conditional on
8055 gdb/gdbtk directory being present.
8056 * configure: Regenerate.
8057
8058 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8059
8060 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8061 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8062 * configure: Rebuilt.
8063
8064 2002-12-31 Tom Tromey <tromey@redhat.com>
8065
8066 * Makefile.in: Rebuilt.
8067 * Makefile.def (target_modules) [libffi]: Allow installation.
8068
8069 2002-12-31 Andreas Schwab <schwab@suse.de>
8070
8071 * configure.in: Fix use of $program_transform_name.
8072 * configure: Regenerated.
8073
8074 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8075
8076 * configure.in (baseargs): Don't remove first configure argument.
8077 * configure: Regenerated.
8078
8079 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8080
8081 * Makefile.tpl (local-distclean): Don't remove...
8082 (multilib.ts): ... this. Moved into...
8083 (multilib.out): ... this. Don't use sub-make.
8084 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8085 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8086 (configure-build-[+module+], configure-[+module+],
8087 configure-target-[+module+], configure-gcc): ... these. Test
8088 for Makefile existence. Drop config.status from dependencies.
8089 * Makefile.in: Rebuilt.
8090 * configure.in: Move gcc-version-trigger to the end of
8091 ac_configure_args. Add comments to maybedep.tmp and
8092 serdep.tmp. Introduce --disable-serial-configure. Remove
8093 nonopt from baseargs, matching and removing corresponding
8094 whitespace while at it.
8095 * configure: Rebuilt.
8096
8097 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8098
8099 * configure.in (host_configargs): Replace reference to
8100 no-longer-defined buildopts with --build=${build_alias}.
8101 * configure: Rebuilt.
8102
8103 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8104 program_transform_name to standard idiom.
8105 (AUTOGEN, AUTOCONF): Define.
8106 (Makefile.in): Use $(AUTOGEN).
8107 (Makefile): Depend on config.status, and use autoconf-style rule to
8108 build it. Move original commands to...
8109 (config.status): ... this new target.
8110 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8111 $(AUTOCONF).
8112 * Makefile.in: Rebuilt.
8113
8114 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8115
8116 * Makefile.tpl: Fix dramatic bustage due to change in
8117 program_transform_name.
8118 * Makefile.in: Regenerate.
8119
8120 * configure.in: Remove unnecessary PATH setting.
8121 * configure: Regnerate.
8122
8123 * configure.in: Don't default to unprefixed tools unless
8124 the native tools will work.
8125 * configure: Regenerate.
8126
8127 * configure.in: Convert to autoconf script. Blow away lots
8128 of now-redundant Makefile fragments.
8129 * configure: Generate using Autoconf.
8130 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8131 * Makefile.in: Regenerate.
8132
8133 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8134
8135 * configure: Fix stupid bug where RANLIB was mistakenly included.
8136
8137 * configure.in: Rename (buildargs, hostargs, targargs) to
8138 (build_configargs, host_configargs, target_configargs).
8139
8140 * configure.in: Move logic out of sed statement.
8141
8142 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8143 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8144
8145 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8146
8147 * config.sub: Import from master repository
8148 * config.guess: Ditto
8149
8150 2002-12-24 Andreas Schwab <schwab@suse.de>
8151
8152 * Makefile.tpl (multilib.out): Fix missing space.
8153 * Makefile.in: Regenerate.
8154
8155 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8156
8157 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8158 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8159 * Makefile.in: Regenerate.
8160 * configure.in: Remove unnecessary leftovers.
8161
8162 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8163
8164 * configure.in (extra_ranlibflags_for_target): New variable.
8165 (*-*-darwin): Add -c to ranlib commands.
8166 * configure (tooldir): Handle extra_ranlibflags_for_target.
8167
8168 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8169
8170 * Makefile.tpl: Revert HJL's change.
8171 * Makefile.in: Regenerated.
8172 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8173 always.
8174
8175 2002-12-19 Andreas Schwab <schwab@suse.de>
8176
8177 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8178 * Makefile.in: Regenerate.
8179
8180 2002-12-18 H.J. Lu <hjl@gnu.org>
8181
8182 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8183 * Makefile.in: Regenerated.
8184
8185 * configure.in (build_prefix): New. Substitute.
8186
8187 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8188
8189 * Makefile.tpl: Don't let real targets depend on phony targets.
8190 * Makefile.in: Regenerate.
8191
8192 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8193 * Makefile.in: Regenerate.
8194
8195 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8196
8197 * config.sub: Import from master repository
8198 * config.guess: Ditto
8199
8200 2002-12-16 Jason Merrill <jason@redhat.com>
8201
8202 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8203 previous 'make bootstrap'.
8204 * Makefile.in: Regenerate.
8205
8206 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8207
8208 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8209
8210 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8211
8212 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8213 * Makefile.in: Regenerate.
8214
8215 2002-12-13 Jason Merrill <jason@redhat.com>
8216
8217 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8218 library tests.
8219 (check-c++): Just depend on it and check-target-libstdc++-v3.
8220 * Makefile.in: Regenerate.
8221
8222 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8223
8224 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8225 * Makefile.in: Rebuilt.
8226
8227 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8228
8229 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8230
8231 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8232
8233 * configure: Fix bug put in by gremlins.
8234
8235 * Makefile.tpl: Substitute more autoconfily.
8236 * configure: Substitute more autoconfily.
8237 * Makefile.in: Regenerate.
8238
8239 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8240
8241 * config.sub: Import from master repository
8242 * config.guess: Ditto
8243 * MAINTAINERS: Added Svein Seldal under write after approval
8244
8245 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8246
8247 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8248 * Makefile.in (all-sim): Ditto.
8249
8250 2002-12-06 DJ Delorie <dj@redhat.com>
8251
8252 * Makefile.tpl: Change configure dependencies to not have real
8253 targets depend on phony targets.
8254
8255 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8256
8257 * configure.in: Revert unintentional change.
8258
8259 * Makefile.tpl: Change dependency for */multilib.out so that
8260 it works when gcc isn't in the tree.
8261
8262 * configure.in: Substitute more.
8263 * configure: Run subconfigures from the Makefile.
8264 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8265 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8266
8267 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8268
8269 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8270
8271 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8272
8273 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8274 and corresponding dependencies.
8275 * Makefile.in: Regenerate.
8276
8277 * configure.in (host_tools): Order binutils, gas and ld for
8278 convenience in running the testsuites.
8279
8280 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8281 * Makefile.in: Regenerate.
8282 * configure.in: Introduce rules to serialize subconfigure runs.
8283
8284 * configure.in: Introduce BASE_CC_FOR_TARGET.
8285 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8286 Realize configure-build-* targets. Realize configure-target-* targets.
8287 * Makefile.in: Regenerate.
8288
8289 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8290
8291 * configure: Move gcc_version_trigger stuff from here...
8292 * configure.in: ...to here.
8293
8294 * configure.in: Separate subconfigure options added by this file from
8295 options given by the user. Add machinery to put args for host
8296 subconfigures into the Makefile.
8297
8298 * Makefile.tpl: Remove 'vault' targets.
8299 * Makefile.tpl: Reorder and comment dependencies.
8300 * Makefile.in: Regenerate.
8301
8302 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8303 * configure.in: Fix my broken commit of previous patch. (sigh)
8304
8305 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8306
8307 * configure.in: Move host-specific darwin noconfigdirs into
8308 the host-specific section.
8309
8310 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8311
8312 * configure.in: Move host-specific darwin noconfigdirs into
8313 the host-specific section.
8314
8315 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8316
8317 * configure: Remove skip-this-dir support.
8318 * Makefile.tpl: Remove skip-this-dir support.
8319
8320 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8321 subdirectories.
8322 * Makefile.in: Regenerate.
8323
8324 * Makefile.tpl: Strip out useless setting of 'dir'.
8325 * Makefile.in: Regenerate.
8326
8327 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8328
8329 * configure.in: Fix deeply stupid bug.
8330
8331 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8332 shell code in CXX_FOR_TARGET
8333 * Makefile.def: Introduce raw_cxx.
8334 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8335 RAW_CXX_FOR_TARGET.
8336 * Makefile.in: Regenerate.
8337
8338 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8339
8340 * Makefile.tpl: Remove unnecessary ifs.
8341 * Makefile.in: Regenerate.
8342
8343 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8344 dependencies. Maybe-ize build-libiberty. Create dummy install
8345 targets for 'no_install' modules.
8346 * configure: Move GDB_TK substitution to configure.in. Move
8347 build_modules stuff to configure.in.
8348 * configure.in: Implement soft dependency machinery. Maybe-ize
8349 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8350 * Makefile.in: Regenerate.
8351
8352 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8353
8354 * Makefile.tpl: Make all-target, install-target behave similarly
8355 to all, install (only hitting configured targets). Eliminate
8356 unused macro defintions.
8357
8358 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8359 build != host.
8360
8361 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8362
8363 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8364
8365 * configure.in: Produce lists of subdir targets we're actually
8366 configuring. Remove references to "dosrel".
8367 * Makefile.tpl: Let configure set which subdir targets are hit.
8368 Remove install-cross; clean up install; remove ALL. Remove
8369 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8370 Autogenerate host module targets. Remove empty dependency lines
8371 and redundant dependency; rearrange slightly.
8372 * Makefile.def: Add host-side libtermcap, utils.
8373
8374 * Makefile.in: Regenerate.
8375
8376 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8377
8378 * ltconfig (osf[345]): Append $major to soname_spec.
8379 Reflect this in library_names_spec.
8380 * ltmain.sh (osf): Prefix $major with . for use as extension.
8381
8382 2002-11-19 Andreas Jaeger <aj@suse.de>
8383
8384 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8385 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8386 and sparc64 GNU/Linux systems.
8387
8388 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8389
8390 * MAINTAINERS: Update email.
8391
8392 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8393
8394 * MAINTAINERS: Complete James Dennett's entry.
8395
8396 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8397
8398 * MAINTAINERS (Write After Approval): Add myself.
8399
8400 2002-11-13 Bruce Korb <bkorb@gnu.org>
8401
8402 * Makefile.tpl: syntactic cleanup
8403
8404 2002-11-13 Stuart Hastings <stuart@apple.com>
8405
8406 * MAINTAINERS: Add myself to write-after-approval list.
8407
8408 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8409
8410 * Makefile.def: Add list of recursive targets to autogenerate.
8411 Add build_modules.
8412 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8413 targets. Autogenerate *-build-* targets.
8414 * Makefile.in: Regenerate.
8415
8416 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8417
8418 * configure: More autoconf-style substitutions.
8419 * Makefile.tpl: More autoconf-style substitutions.
8420 * Makefile.in: Regenerate.
8421
8422 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8423
8424 * configure: Substitute more variables in a more autoconf-friendly
8425 way. Simplify slightly.
8426 * Makefile.tpl: Make more variables substitutable in an
8427 autoconf-friendly way.
8428 * Makefile.in: Regenerate.
8429
8430 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8431
8432 * MAINTAINERS (Write After Approval): Add myself.
8433
8434 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8435
8436 * configure.in (v810*): Remove special setting of tools.
8437
8438 * configure: Add support for extra required flags for ar or nm.
8439 * configure.in (aix4.3+): Use above support for target-specific
8440 issues, rather than using config/mt-aix43.
8441
8442 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8443
8444 * configure: Remove 'removing', which doesn't work. Replace $subdir
8445 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8446 with $srcdir. Reformat indentation. Substitute some variables
8447 formerly hard-coded in the Makefile for build=host.
8448 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8449 * Makefile.def: Autogenerate more.
8450 * Makefile.in: Regenerate.
8451
8452 2002-11-04 Adam Nemet <anemet@lnxw.com>
8453
8454 * MAINTAINERS (Write After Approval): Add myself.
8455
8456 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8457
8458 * Makefile.def (host_modules): Add rda.
8459 * Makefile.in: Regenerate.
8460 * configure.in (target_tool): Add target-rda to list.
8461
8462 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8463
8464 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8465
8466 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8467
8468 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8469 and restrap targets to this rule.
8470 * Makefile.in: Regenerate.
8471
8472 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8473
8474 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8475 GNATS only accounts.
8476
8477 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8478
8479 * configure.in (i[3456]86-*-linux*): Add check to disable
8480 ${libgcj} for glibc1.
8481
8482 2002-10-24 Denis Chertykov <denisc@overta.ru>
8483
8484 * MAINTAINERS: Add myself as ip2k port maintainer.
8485
8486 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8487
8488 * configure.in: Add tic4x target.
8489
8490 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8491
8492 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8493 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8494 * Makefile.in: Regenerate.
8495
8496 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8497 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8498 * Makefile.in: Regenerate.
8499
8500 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8501
8502 * MAINTAINERS: Add myself as web pages co-maintainer.
8503
8504 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8505
8506 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8507 * Makefile.in: Regenerate.
8508
8509 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8510
8511 * MAINTAINERS: Add myself and Nathan Sidwell
8512 <nathan@codesourcery.com> as VxWorks maintainers.
8513
8514 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8515
8516 * Makefile.def: Remove order dependency comments.
8517 * Makefile.tpl: Add explicit install-install dependencies.
8518 * Makefile.in: Regenerate.
8519
8520 * Makefile.tpl: Remove material now in src-release. (Finally!)
8521 * Makefile.in: Regenerate.
8522
8523 * Makefile.tpl: Add configure-target (for src-release in src)
8524 * Makefile.in: Regenerate.
8525
8526 2002-09-30 Nick Clifton <nickc@redhat.com>
8527
8528 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8529
8530 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8531
8532 * configure.in (s390*-*-linux*): Enable libgcj.
8533
8534 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8535
8536 * configure: Revert accidentally applied changes.
8537
8538 * Makefile.tpl: Make more autoconf-friendly.
8539 * Makefile.in: Regenerate.
8540 * configure: Make substitution more autoconf-like.
8541
8542 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8543
8544 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8545 single entry to handle all these.
8546 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8547 libjava on arm-*-elf.
8548
8549 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8550
8551 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8552 things that depend on them.
8553
8554 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8555
8556 * Makefile.tpl: Make subsituted variables more autoconfy.
8557 * Makefile.in: Regenerate.
8558 * configure: Make seds more autoconfy.
8559
8560 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8561
8562 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8563 * Makefile.in: Regenerate.
8564 * configure.in: Rewrite sed statements to look autoconfy.
8565
8566 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8567 all-target-foo on configure-target-foo.
8568 * Makefile.def: Ditto.
8569 * Makefile.in: Rebuild.
8570
8571 2002-09-25 Andrew Haley <aph@redhat.com>
8572
8573 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8574
8575 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8576
8577 * Makefile.def: New file.
8578 * Makefile.tpl: New file.
8579 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8580 * contrib/gcc_update: Note that Makefile.in is a generated file.
8581
8582 * configure.in: Minor rearrangement. Simplify tests.
8583
8584 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8585
8586 * configure.in (with_headers): Skip copy if value is "yes".
8587 (with_libs): Likewise.
8588
8589 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8590
8591 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8592 * configure.in (sh*-*-pe*): Ditto.
8593 * configure.in (mips*-*-pe*): Ditto.
8594 * configure.in (*arm-wince-pe): Ditto.
8595
8596 * configure.in: Rearrange.
8597
8598 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8599
8600 * MAINTAINERS: Update my email address.
8601
8602 2002-08-30 Paul Koning <pkoning@equallogic.com>
8603
8604 * MAINTAINERS: (Write After Approval): Add myself.
8605
8606 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8607
8608 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8609
8610 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8611
8612 * MAINTAINERS: Change my mailing address.
8613
8614 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8615
8616 * MAINTAINERS (Write After Approval): Remove myself.
8617 (Various Maintainers: c++ runtime libs): Add myself.
8618
8619 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8620
8621 * MAINTAINERS (Write After Approval): Remove myself.
8622 (Various Maintainers: c++ runtime libs): Add myself.
8623
8624 2002-08-15 Eric Christopher <echristo@redhat.com>
8625
8626 * config.sub: Import from master repository.
8627 * config.guess: Ditto.
8628
8629 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8630
8631 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8632 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8633 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8634
8635 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8636
8637 * MAINTAINERS: Add self to rs6000 vector extensions.
8638
8639 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8640
8641 * libiberty/configure: Reverted unintended yesterday's check in.
8642
8643 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8644
8645 * boehm-gc/configure, libf2c/configure: Rebuilt.
8646 * libffi/configure, libiberty/configure: Ditto.
8647 * libjava/configure, libobjc/configure: Ditto.
8648 * libstdc++-v3/configure, zlib/configure: Ditto.
8649 Merged from binutils:
8650 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8651 From Steve Ellcey <sje@cup.hp.com>:
8652 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8653 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8654 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8655 IA64.
8656 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8657 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8658 soname_spec, sys_lib_search_path_spec): Ditto.
8659
8660 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8661
8662 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8663
8664 2002-08-04 H.J. Lu (hjl@gnu.org)
8665
8666 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8667
8668 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8669
8670 * MAINTAINERS (Write After Approval): Add myself.
8671
8672 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8673
8674 * configure.in: Move generic linux case to end. Copy generic
8675 linux noconfigdirs to mips*-*-linux* entry and new
8676 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8677
8678 2002-07-19 Michael Matz <matz@suse.de>
8679
8680 * MAINTAINERS: Add myself as ra* maintainer.
8681
8682 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8683
8684 * config.guess: Update to 2002-07-09 version.
8685 * config.sub: Update to 2002-07-03 version.
8686
8687 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8688
8689 * MAINTAINERS: Fix typo in a maintainer email address.
8690
8691 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8692
8693 * configure.in: Remove two redundant tests.
8694
8695 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8696
8697 * configure.in (mips*-*-irix6*o32): Enable stabs.
8698
8699 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8700
8701 * configure.in: Don't build grez.
8702 * Makefile.in: Ditto.
8703
8704 * Makefile.in: Remove references to bsp, cygmon, libstub.
8705 * configure.in: Ditto.
8706
8707 * configure.in: Remove leftover reference to gdbtest.
8708
8709 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8710
8711 * configure.in (gxx_include_dir): Change to match versioned
8712 C++ headers if --enable-version-specific-runtime-libs is used.
8713
8714 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8715
8716 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8717
8718 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8719
8720 * configure.in: Make --without-x work.
8721
8722 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8723
8724 * configure.in: Rearrange target Makefile fragment collection.
8725
8726 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8727 cvs[src].
8728 * configure.in: Ditto.
8729
8730 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8731
8732 * MAINTAINERS (Write After Approval): Update my e-mail address.
8733
8734 2002-06-24 Ben Elliston <bje@redhat.com>
8735
8736 * configure.in (host_tools): Remove cgen.
8737
8738 * Makefile.in (all-cgen): Remove; runs from its source directory.
8739 (check-cgen, install-cgen, clean-cgen): Likewise.
8740 (all-opcodes): Do not depend on all-cgen.
8741 (all-sim): Likewise.
8742
8743 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8744
8745 * Makefile.in: Eliminate 'apache' targets.
8746 * configure.in: Eliminate 'apache' targets.
8747
8748 * configure.in: Eliminate redundant tests. Reorganize.
8749
8750 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8751
8752 * config-ml.in: Eliminate references to Cygnus configure.
8753
8754 * Makefile.in: Eliminate references to building emacs.
8755
8756 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8757
8758 * MAINTAINERS: Update my email address.
8759
8760 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8761
8762 * config.if (libstdcxx_incdir): Version C++ headers.
8763 (cxx_incdir): Remove.
8764
8765 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8766
8767 * MAINTAINERS (Write After Approval): Add self.
8768
8769 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8770
8771 * configure.in: Add support for ip2k.
8772
8773 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8774
8775 * configure.in: Fix AIX configury bug.
8776
8777 2002-06-20 Steve Ellcey <sje@cup.hp.com>
8778
8779 * MAINTAINERS (Write After Approval): Add self.
8780
8781 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8782
8783 * configure.in: replace ${topsrcdir} with ${srcdir}
8784
8785 * configure.in: Move definition of libstdcxx_flags
8786 right above usage, rather than waaay earlier.
8787
8788 * configure.in: Pull definition of is_cross_compiler earlier.
8789
8790 * configure.in: Rearrange a little.
8791
8792 * configure.in: Remove references to librx.
8793 * Makefile.in: Remove references to librx.
8794
8795 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8796
8797 * config.sub: Add support for avr target.
8798 Import from master sources, rev 1.255
8799
8800 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
8801
8802 * configure, .cvsignore: Revert previous change...
8803 * Makefile: ...delete.
8804
8805 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8806
8807 * configure.in: Eliminate ${gasdir} variable.
8808
8809 2002-06-18 Dave Brolley <brolley@redhat.com>
8810
8811 * configure.in: Add support for frv.
8812 * config.sub: Add support for frv.
8813
8814 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8815
8816 * configure: Remove garbage from previous commit.
8817
8818 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8819
8820 * configure: For in-source builds, make a subdir and re-exec there.
8821 * Makefile: New file. Pass targets through to build directory.
8822 * .cvsignore: No longer ignore "Makefile".
8823
8824 2002-06-16 Douglas Rupp <rupp@gnat.com>
8825
8826 * MAINTAINERS (Write After Approval): Add self.
8827
8828 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8829
8830 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8831
8832 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8833
8834 * configure.in (vax-*-netbsd*): Re-enable gas.
8835
8836 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8837
8838 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8839 BUILD_PREFIX_1, to correct nomenclature.
8840 * configure: Likewise.
8841
8842 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8843 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8844
8845 2002-05-31 Olaf Hering <olh@suse.de>
8846
8847 * config-ml.in: Propogate DESTDIR also.
8848
8849 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8850
8851 * configure.in (vax-*-netbsd*): Don't build gas for this
8852 platform.
8853
8854 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8855
8856 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8857 and libgcj for AVR.
8858
8859 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8860
8861 * MAINTAINERS (Write After Approval): Add myself.
8862
8863 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8864
8865 * config.guess: Update to 2002-05-22 version.
8866 * config.sub: Likewise.
8867
8868 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8869
8870 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8871 * config-ml.in: Likewise.
8872 * configure: Likewise.
8873 * configure.in: Likewise.
8874
8875 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8876
8877 * MAINTAINERS: Update my email address.
8878
8879 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8880
8881 * configure.in: Simplify makefile fragment collection.
8882
8883 * configure.in: Remove code to build emacs.
8884
8885 * configure.in : Remove --srcdir argument from targargs and buildargs
8886 (it's always overridden in the Makefile anyway). Rearrange a bit.
8887
8888 * configure: Move some logic to configure.in.
8889 * configure.in: Move some logic from configure.
8890
8891 2002-05-11 Tom Tromey <tromey@redhat.com>
8892
8893 * MAINTAINERS: Reflect libgcj reality.
8894
8895 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
8896
8897 * Makefile.in: Honour DESTDIR.
8898
8899 2002-05-08 Mark Mitchell <mark@codesourcery.com>
8900
8901 * config.guess: Import 2002-03-20 version.
8902 * config.sub: Import 2002-04-26 version.
8903
8904 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8905
8906 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8907
8908 2002-05-07 Tim Josling <tej@melbpc.org.au>
8909
8910 * MAINTAINERS: Add self.
8911
8912 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
8913
8914 * ltmain.sh: Detect and handle object name conflicts
8915 while piecewise linking a static library.
8916
8917 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8918
8919 * configure.in (noconfigdirs): Don't disable libgcj on
8920 sparc64-*-solaris* and sparcv9-*-solaris*.
8921
8922 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8923
8924 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8925
8926 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8927
8928 * configure.in (FLAGS_FOR_TARGET): Do not add
8929 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8930 on i[3456]86-*-linux*.
8931
8932 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8933
8934 * configure.in (noconfigdirs): Replace [ ] with test.
8935
8936 * configure.in (noconfigdirs): Do not add target-newlib if
8937 target == i[3456]86-*-linux*, and host == target.
8938
8939 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8940
8941 * configure.in: delete reference to absent file
8942
8943 * configure.in: replace '[' with 'test'
8944
8945 * configure.in: Eliminate references to gash.
8946 * Makefile.in: Eliminate references to gash.
8947
8948 * configure.in: remove useless references to 'pic' makefile fragments.
8949
8950 * configure.in: (*-*-windows*) Finish removing.
8951
8952 * configure.in: Eliminate redundant test for libgui.
8953
8954 2002-04-29 Roger Sayle <roger@eyesopen.com>
8955
8956 * MAINTAINERS: Add self and realphabetize. Update entries
8957 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
8958 entry for a29k port maintainer.
8959
8960 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8961
8962 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8963 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8964
8965 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8966
8967 * configure.in: remove references to dead files
8968
8969 2002-04-19 Mark Mitchell <mark@codesourcery.com>
8970
8971 * MAINTAINERS: Add information about purpose of this file.
8972
8973 2002-04-18 Tom Tromey <tromey@redhat.com>
8974
8975 * configure.in: Disallow configuring libgcj when it is already
8976 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8977 Solaris 2.8 by default. For PR libgcj/6158.
8978
8979 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8980
8981 * configure.in: Move default CC setting out of config/mh-* fragments
8982 directly into here.
8983
8984 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8985
8986 * configure.in: don't even try to configure or make a subdirectory
8987 if there's no configure script for it.
8988
8989 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8990
8991 * MAINTAINERS: Remove chill maintainers.
8992 * Makefile.in (CHILLFLAGS): Remove.
8993 (CHILL_LIB): Remove.
8994 (TARGET_CONFIGDIRS): Remove libchill.
8995 (CHILL_FOR_TARGET): Remove.
8996 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8997 CHILL_LIB.
8998 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8999 (CHECK_TARGET_MODULES): Likewise.
9000 (INSTALL_TARGET_MODULES): Likewise.
9001 (CLEAN_TARGET_MODULES): Likewise.
9002 (configure-target-libchill): Remove.
9003 (all-target-libchill): Remove.
9004 * configure.in (target_libs): Remove target-libchill.
9005 Do not compute CHILL_FOR_TARGET.
9006 * libchill: Remove directory.
9007
9008 2002-04-11 DJ Delorie <dj@redhat.com>
9009
9010 * Makefile.in, configure.in: Sync with binutils, entries
9011 follow...
9012
9013 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9014
9015 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9016 (do-tar, do-bz2): New rules.
9017 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9018 (gdb-tar): New rule.
9019 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9020 (insight_dejagnu.tar): New rule.
9021 (insight.tar): New rule.
9022 (gdb+dejagnu.tar): New rule.
9023 (gdb.tar): New rule.
9024
9025 2002-02-01 Mo DeJong <supermo@bayarea.net>
9026
9027 * Makefile.in: Add all-tix to deps for all-snavigator
9028 so that tix is built when building snavigator.
9029
9030 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9031
9032 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9033 ld and gdb are not supported.
9034
9035 2002-01-07 Mark Salter <msalter@redhat.com>
9036
9037 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9038 Allow target-libgloss to be built for arm, strongarm, and xscale.
9039
9040 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9041
9042 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9043 options for i[3456]86-pc-linux* native builds.
9044
9045 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9046
9047 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9048 files from .po files for a distribution.
9049
9050 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9051
9052 * configure.in: Enable libstdc++-v3 for h8300 targets.
9053
9054 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9055
9056 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9057 version from bfd/.
9058
9059 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9060
9061 * Makefile.in (VER): When present, extract the version number from
9062 the file version.in.
9063
9064 2001-05-24 Tom Rix <trix@redhat.com>
9065
9066 * configure.in : enable ld for aix
9067
9068 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9069
9070 * config.guess: Add linux target for S/390.
9071
9072 2000-11-07 Philip Blundell <pb@futuretv.com>
9073
9074 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9075
9076 2000-11-03 Philip Blundell <pb@futuretv.com>
9077
9078 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9079 files.
9080
9081 2001-01-15 Ben Elliston <bje@redhat.com>
9082
9083 * configure.in (host_tools): Add sid.
9084 Always configure cgen.
9085
9086 2000-11-24 Nick Clifton <nickc@redhat.com>
9087
9088 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9089
9090
9091 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9092
9093 * Makefile.in (ALL_MODULES): Add all-cgen.
9094 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9095 (all-cgen): New target.
9096 (all-opcodes,all-sim): Depend on all-cgen.
9097 * configure.in (host_tools): Add cgen.
9098 Only configure cgen if --enable-cgen-maint.
9099
9100 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9101
9102 * configure.in: Add *-*-freebsd* configurations.
9103
9104 2002-04-08 Tom Tromey <tromey@redhat.com>
9105
9106 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9107 Fixes PR libgcj/6068.
9108
9109 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9110
9111 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9112
9113 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9114
9115 * configure.in (alpha*-dec-osf*): Enable libgcj.
9116
9117 2003-03-27 Matthew Gingell <gingell@gnat.com>
9118
9119 * MAINTAINERS (Write After Approval): Add myself.
9120
9121 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9122
9123 Fix for: PR bootstrap/3591, target/5676
9124 * configure.in (mcore-pe): Disable the configuration of
9125 libstdc++-v3 since exceptions are not supported.
9126
9127 2002-03-20 Anthony Green <green@redhat.com>
9128
9129 * configure.in: Enable libgcj for xscale-elf target.
9130
9131 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9132
9133 * MAINTAINERS: Update my email address.
9134
9135 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9136
9137 * ltmain.sh (relink_command): Fix typo in previous change.
9138
9139 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9140
9141 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9142 (relink_command): Added --tag flags.
9143 (mode=install): If relinking fails; error out.
9144
9145 2002-03-12 Richard Henderson <rth@redhat.com>
9146
9147 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9148 .NOTPARALLEL tag.
9149 (do-check): Rename from check.
9150 (check): Allow parallel check.
9151
9152 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9153
9154 * MAINTAINERS: Add myself as maintainer for xtensa port.
9155 Fix alphabetical order in CPU port maintainer list.
9156 Remove myself from Write After Approval list.
9157
9158 2002-03-11 Richard Henderson <rth@redhat.com>
9159
9160 * Makefile.in (.NOTPARALLEL): Add fake tag.
9161
9162 2002-03-07 H.J. Lu (hjl@gnu.org)
9163
9164 * configure.in: Enable gprof for mips*-*-linux*.
9165
9166 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9167
9168 * MAINTAINERS (Write After Approval): Add myself.
9169
9170 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9171
9172 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9173 libjava.
9174 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9175
9176 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9177
9178 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9179 because its Makefile is there; test for the executable instead.
9180
9181 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9182
9183 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9184 libstdc++-v3 and libjava.
9185
9186 2002-02-11 Adam Megacz <adam@xwt.org>
9187
9188 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9189 boehm-gc
9190
9191 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9192
9193 * config.guess: Updated to 2002-01-30's version.
9194 * config.sub: Updated to 2002-02-01's version.
9195 Contribute sh64-elf.
9196 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9197 * configure.in: Added sh64-*-*.
9198
9199 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9200
9201 * MAINTAINERS: Belatedly add myself to write after approval list.
9202
9203 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9204
9205 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9206 Remove self as Write After Approval.
9207
9208 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9209
9210 * MAINTAINERS: Put self in as maintainer for contrib/regression
9211 directory.
9212
9213 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9214
9215 * MAINTAINERS: Update my email address.
9216
9217 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9218
9219 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9220 target-libiberty, and target-libgloss. Skip Java-related
9221 libraries if not supported for NetBSD on target CPU.
9222
9223 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9224
9225 * install-sh: Use _inst.$$_ for temp file name.
9226
9227 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9228
9229 * MAINTAINERS (Write After Approval): Move my contact info
9230 from here...
9231 (OS Port Maintainers): ...to here (netbsd).
9232
9233 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9234
9235 * MAINTAINERS (Write After Approval): Add myself.
9236
9237 2002-01-17 H.J. Lu <hjl@gnu.org>
9238
9239 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9240 (all-target-fastjar): Also depend on all-target-libiberty.
9241
9242 2002-01-16 H.J. Lu (hjl@gnu.org)
9243
9244 * config.guess: Import from master sources, rev 1.225.
9245 * config.sub: Import from master sources, rev 1.238.
9246
9247 2002-01-16 Kazu Hirata <kazu@hxi.com>
9248
9249 * MAINTAINERS (Write After Approval): Remove myself.
9250
9251 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9252
9253 * MAINTAINERS (Write After Approval): Add myself.
9254
9255 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9256
9257 * MAINTAINERS: Add self as docs co-maintainer.
9258
9259 2001-12-11 Matthias Klose <doko@debian.org>
9260
9261 * MAINTAINERS (Write After Approval): Add myself.
9262
9263 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9264
9265 * MAINTAINERS: Update my email address.
9266
9267 2001-12-07 Turly O'Connor <turly@apple.com>
9268 * MAINTAINERS (Write After Approval): Add myself.
9269 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9270 (rs6000_initialize_trampoline): Call __trampoline_setup for
9271 ABI_DARWIN too.
9272 * darwin-tramp.asm: New file, implements __trampoline_setup.
9273 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9274
9275 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9276
9277 * MAINTAINERS (Write After Approval): Add myself.
9278
9279 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9280
9281 * configure, configure.in: Use temp file for long sed commands.
9282
9283 2001-12-03 Laurent Guerby <guerby@acm.org>
9284
9285 * config.sub: Update to version 1.232 on subversion.
9286
9287 2001-12-03 Ben Elliston <bje@redhat.com>
9288
9289 * MAINTAINERS: Update mail address for config.* patches.
9290
9291 2001-11-27 DJ Delorie <dj@redhat.com>
9292 Zack Weinberg <zack@codesourcery.com>
9293
9294 When build != host, create libiberty for the build machine.
9295
9296 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9297 CONFIG_ARGUMENTS.
9298 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9299 New variables.
9300 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9301 and rules.
9302 (all.normal): Depend on ALL_BUILD_MODULES.
9303 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9304 (all-build-libiberty): Depend on configure-build-libiberty.
9305
9306 * configure: Calculate and substitute proper value for
9307 ALL_BUILD_MODULES.
9308 * configure.in: Create the build subdirectory.
9309 Calculate and substitute TARGET_CONFIGARGS (formerly
9310 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9311
9312 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9313
9314 * MAINTAINERS (write-after-approval): Add self.
9315
9316 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9317
9318 * MAINTAINERS (GNATS only accounts): Remove self.
9319
9320 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9321
9322 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9323 libf2c.
9324
9325 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9326
9327 * MAINTAINERS (Write After Approval): Add self.
9328
9329 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9330
9331 * MAINTAINERS: mips and s390 are also CPU ports.
9332
9333 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9334
9335 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9336
9337 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9338
9339 * MAINTAINERS: Alphabetize.
9340
9341 2001-11-09 Kazu Hirata <kazu@hxi.com>
9342
9343 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9344
9345 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9346
9347 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9348
9349 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9350
9351 * configure.in (--enable-languages): Be more permissive about
9352 syntax. Check for empty lists better. Warn about $LANGUAGES.
9353
9354 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9355
9356 * config.sub: Import from master sources, rev. 1.230.
9357 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9358
9359 2001-11-07 Laurent Guerby <guerby@acm.org>
9360
9361 * MAINTAINERS (Write After Approval): Add self.
9362
9363 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9364
9365 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9366
9367 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9368
9369 * config.sub: Import from master sources, rev 1.226.
9370 * config.guess: Import from master sources, rev 1.216.
9371
9372 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9373
9374 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9375 * MAINTAINERS: Add self as maintainer of MMIX port.
9376 Remove old after-approval entry.
9377
9378 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9379
9380 * ChangeLog, configure: Fix spelling errors.
9381
9382 2001-10-20 Brendan Kehoe <brendan@zen.org>
9383
9384 * MAINTAINERS: Tweak my address.
9385
9386 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9387
9388 * MAINTAINERS: Update my email address.
9389
9390 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9391
9392 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9393 * MAINTAINERS: Add self as maintainer of CRIS port.
9394
9395 2001-10-10 Geert Bosch <bosch@gnat.com>
9396
9397 * MAINTAINERS (Various maintainers: Ada front end):
9398 Added Robert Dewar.
9399
9400 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9401
9402 * MAINTAINERS (Write After Approval): Added self
9403
9404 2001-10-02 Geert Bosch <bosch@gnat.com>
9405
9406 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9407
9408 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9409
9410 * configure: Handle temporary files securely using mkdir.
9411
9412 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9413
9414 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9415
9416 2001-09-26 Will Cohen <wcohen@redhat.com>
9417
9418 * configure.in (*-*-linux*): Disable configuration of target-newlib
9419 and target-libgloss.
9420
9421 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9422
9423 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9424 RANLIB.
9425
9426 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9427
9428 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9429 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9430 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9431 avoid quotes nesting problems.
9432 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9433 (DO_X): Export only variables that are set.
9434
9435 2001-09-19 Ben Elliston <bje@redhat.com>
9436
9437 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9438 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9439 semantics. Use the shell built-in "type" command instead.
9440
9441 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9442
9443 Merged from gcc-3_0-branch:
9444 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9445 * ltcf-c.sh: Use $objext, not $ac_objext.
9446 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9447 * ltcf-cxx.sh: Add support for GNU.
9448 2001-07-22 Timothy Wall <twall@redhat.com>
9449 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9450 default settings if using GNU tools with that configuration.
9451 * ltcf-cxx.sh: Ditto.
9452 * ltcf-gcj.sh: Ditto.
9453 2001-07-21 Michael Chastain <chastain@redhat.com>
9454 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9455 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9456 * ltmain.sh: Mark as gcc-local.
9457
9458 2001-08-30 Eric Christopher <echristo@redhat.com>
9459 Jason Eckhardt <jle@redhat.com>
9460
9461 * config.guess: Merge from master sources.
9462 * config.sub: Merge from master sources, add support for mipsisa32.
9463
9464 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9465 * config.sub: Merge from master sources, rev 1.219.
9466 * MAINTAINERS: Add self as contact for stormy16 port.
9467
9468 2001-08-14 Zack Weinberg <zackw@panix.com>
9469
9470 * config.sub: Merge from master sources, rev 1.218.
9471 * config.guess: Merge from master sources, rev 1.209.
9472
9473 2001-08-11 Graham Stott <grahams@redhat.com>
9474
9475 * Makefile.in (check-c++): Add missing semicolon.
9476
9477 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9478
9479 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9480
9481 2001-07-30 Eric Christopher <echristo@redhat.com>
9482
9483 * MAINTAINERS (Various maintainers: mips port): Added myself.
9484
9485 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9486
9487 * configure.in (sh-*-linux*): New.
9488
9489 2001-07-27 Richard Henderson <rth@redhat.com>
9490
9491 * .cvsignore: Add LAST_UPDATED.
9492
9493 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9494
9495 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9496
9497 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9498
9499 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9500
9501 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9502
9503 * MAINTAINERS (Write After Approval): Added myself.
9504
9505 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9506
9507 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9508 and libgcj on m68hc11/m68hc12.
9509
9510 2001-06-27 H.J. Lu (hjl@gnu.org)
9511
9512 * Makefile (CFLAGS_FOR_BUILD): New.
9513 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9514
9515 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9516
9517 * README: Remove version number.
9518
9519 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9520
9521 * INSTALL/README: Update wrt. to the installation instructions now
9522 residing in gcc/doc/install.texi.
9523
9524 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9525
9526 * README: Replace with a cut-down and updated version of gcc/README.
9527
9528 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9529
9530 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9531 multilibs to be disabled.
9532
9533 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9534
9535 * MAINTAINERS (Write After Approval): Add myself.
9536
9537 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9538
9539 * config.guess: Import CVS version 1.195.
9540 * config.sub: Import CVS version 1.212.
9541
9542 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9543
9544 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9545 gcc/xgcc is built, use -print-prog-name to find out the program
9546 name to use.
9547
9548 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9549
9550 * config.guess: Import CVS version 1.194. All gcc-local changes
9551 appear to also be in the master copy.
9552 * config.sub: Import CVS version 1.211.
9553
9554 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9555
9556 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9557 with_gcc]: Use `gcc -shared' to build a shared library.
9558
9559 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9560
9561 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9562 archives.
9563
9564 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9565
9566 * MAINTAINERS (Write After Approval): Add myself.
9567
9568 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9569
9570 * configure.in (libstdcxx_flags): Do not try to execute
9571 libstdc++-v3/testsuite_flags until it exists.
9572
9573 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9574
9575 * MAINTAINERS: Update my email address.
9576
9577 2001-05-31 Graham Stott <grahams@redhat.com>
9578
9579 * MAINTAINERS (Write After Approval): Add myself.
9580
9581 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9582
9583 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9584 libraries when using g++ with native linker.
9585
9586 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9587
9588 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9589
9590 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9591
9592 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9593 [aix4*|aix5*]: Prepend blank.
9594
9595 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9596
9597 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9598 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9599 of subdir/configure scripts to use the new libtool.m4.
9600
9601 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9602
9603 * MAINTAINERS (Write After Approval): Add myself.
9604
9605 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9606
9607 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9608
9609 2001-05-11 Ben Elliston <bje@redhat.com>
9610
9611 * Makefile.in (all-sid): New target.
9612 (check-sid, clean-sid, install-sid): Likewise.
9613
9614 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9615
9616 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9617
9618 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9619
9620 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9621 libgcj.
9622
9623 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9624
9625 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9626 gcc/xgcc is built, use -print-prog-name to find out the program
9627 name to use.
9628
9629 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9630
9631 * configure.in (noconfigdirs): Don't reset it from scratch in the
9632 target case; only append to it.
9633
9634 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9635 sparc-*-solaris2.8]: Disable ${libgcj}.
9636
9637 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9638
9639 * configure.in (libgcj_saved): Copy from $libgcj.
9640 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9641 --disable-libgcj.
9642
9643 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9644
9645 * MAINTAINERS: Remove self as MIPS maintainer and
9646 C front end maintainer.
9647
9648 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9649
9650 * configure.in: Move *-chorusos target case to the proper switch.
9651 Disable libgcj.
9652
9653 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9654
9655 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9656 1.641.2.228.
9657
9658 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9659
9660 * Makefile.in (STAGE1_CFLAGS): Pass down.
9661
9662 2001-04-13 Alan Modra <amodra@one.net.au>
9663
9664 * config.guess: Add hppa64-linux support. Note for next import that
9665 this is already in the master file.
9666 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9667
9668 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9669
9670 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9671 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9672
9673 2001-04-11 Stan Shebs <shebs@apple.com>
9674
9675 * MAINTAINERS: Add self as Darwin port maintainer.
9676
9677 2001-04-11 Alan Modra <amodra@one.net.au>
9678
9679 * MAINTAINERS: Update my email address.
9680
9681 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9682
9683 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9684 recent versions of FreeBSD (release 3 or later).
9685 * ltconfig: On FreeBSD, -lc must not be provided when building
9686 a shared library or else the standard -pthread gcc option is
9687 rendered worthless to later users of the built library.
9688
9689 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9690
9691 * MAINTAINERS: Add self and RTH as C front end maintainers.
9692
9693 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9694
9695 * config.sub: Make sure to match an already-canonicalized
9696 machine name (eg. mn10300-unknown-elf).
9697
9698 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9699
9700 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9701 New macros.
9702 (bootstrap, cross): Use RECURSE_FLAGS.
9703 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9704
9705 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9706
9707 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9708
9709 2001-03-22 Colin Howell <chowell@redhat.com>
9710
9711 * Makefile.in (DO_X): Do not backslash single-quotes in
9712 backquotes (two places).
9713
9714 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9715
9716 Re-installed:
9717 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9718 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9719 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9720 * ltcf-cxx.sh: Likewise.
9721 * ltcf-gcj.sh: Likewise.
9722
9723 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9724
9725 * MAINTAINERS: Add myself as "documentation co-maintainer".
9726
9727 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9728
9729 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9730 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9731
9732 2001-03-19 Tom Tromey <tromey@redhat.com>
9733
9734 * config-ml.in: Handle GCJ and GCJFLAGS.
9735
9736 2001-03-21 Michael Chastain <chastain@redhat.com>
9737
9738 * Makefile.in: all-m4 depends on all-texinfo.
9739
9740 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9741
9742 * MAINTAINERS: Add myself to write after approval list.
9743
9744 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9745
9746 * Makefile.in (DO_X): Quote nested quotes.
9747
9748 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9749
9750 * MAINTAINERS: Add myself to write after approval list.
9751
9752 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9753
9754 * Makefile.in (DO_X): Use double quotes for quoting
9755 "RANLIB=$${RANLIB}".
9756
9757 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9758
9759 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9760
9761 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9762
9763 * configure.in: Only use `lang_requires' for languages athat are
9764 actually enabled.
9765
9766 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9767
9768 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9769
9770 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9771
9772 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9773
9774 2001-03-07 Tom Tromey <tromey@redhat.com>
9775
9776 * configure.in: Allow config-lang.in to set `lang_requires' to list
9777 of other required languages.
9778
9779 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
9780
9781 * Makefile.in: Remove RANLIB definition. Use RANLIB
9782 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9783 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9784
9785 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
9786 Alexandre Oliva <aoliva@redhat.com>
9787
9788 * Makefile.in (check-c++): Use tabs, not spaces.
9789
9790 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
9791
9792 * MAINTAINERS: add myself to Write After Approval list.
9793
9794 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
9795
9796 * Makefile.in (check-c++): New rule.
9797
9798 * configure.in (target_libs): Remove libg++.
9799 (noconfigdirs): Remove libg++.
9800 (noconfigdirs): Same.
9801 (noconfigdirs): Same.
9802 (noconfigdirs): Same.
9803
9804 * config-ml.in: Remove libg++ references.
9805
9806 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9807 (ALL_TARGET_MODULES): Same.
9808 (configure-target-libg++): Remove.
9809 (all-target-libg++): Remove.
9810 (configure-target-libio): Remove.
9811 (all-target-libio): Remove.
9812 (check-target-libio): Remove.
9813 (.PHONY): Remove.
9814 (libg++.tar.bz2): Remove.
9815 (all-target-cygmon): Remove libio.
9816 (all-target-libstdc++): Remove.
9817 (configure-target-libstdc++): Remove.
9818 (TARGET_LIB_PATH): Remove libstdc++.
9819 (ALL_GCC_CXX): Remove libstdc++.
9820 (all-target-gperf): Correct.
9821
9822 2001-02-16 Nick Clifton <nickc@redhat.com>
9823
9824 * configure.in (noconfigdirs): Allow configuration of texinfo
9825 for Cygwin hosts.
9826
9827 2001-02-15 Anthony Green <green@redhat.com>
9828
9829 * configure: Introduce GCJ_FOR_TARGET.
9830 * configure.in: Ditto.
9831 * Makefile.in: Ditto.
9832
9833 2001-02-13 Andreas Schwab <schwab@suse.de>
9834
9835 * MAINTAINERS: Update mail address.
9836
9837 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9838
9839 * config.guess: Add linux target for S/390.
9840 * config.sub: Likewise.
9841
9842 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
9843
9844 * configure.in: for *-chorusos, don't config target-newlib and
9845 target-libgloss.
9846
9847 2001-02-06 Ben Elliston <bje@redhat.com>
9848
9849 * configure: Output host type to stdout, not stderr.
9850
9851 2001-02-05 Mark Mitchell <mark@codesourcery.com>
9852
9853 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9854 * ltcf-cxx.sh: Likewise.
9855
9856 * config.if: Assume enable_libstdcxx_v3 is defined.
9857
9858 2001-02-04 Mark Mitchell <mark@codesourcery.com>
9859
9860 Remove V2 C++ library.
9861 * configure.in: Remove --enable-libstdcxx_v3 support.
9862
9863 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9864
9865 * include/demangle.h: Add prototype for java_demangle_v3.
9866
9867 2001-01-29 Phil Edwards <pme@sources.redhat.com>
9868
9869 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9870
9871 2001-01-27 Richard Henderson <rth@redhat.com>
9872
9873 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9874
9875 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9876
9877 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9878 Don't unset, it's non-portable and no longer necessary, set to empty
9879 instead.
9880
9881 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9882
9883 * ltconfig: Shell portability fix for the tagname validity check.
9884
9885 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9886
9887 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9888 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9889
9890 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9891
9892 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9893
9894 2001-01-26 Tom Tromey <tromey@redhat.com>
9895
9896 * configure.in: Allow libgcj to be built on Sparc Solaris.
9897
9898 2001-01-25 David Edelsohn <edelsohn@gnu.org>
9899
9900 * ltcf-c.sh: Add aix5 case.
9901 * ltcf-cxx.sh: Likewise.
9902 * ltconfig: Likewise.
9903
9904 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9905
9906 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9907 keep at least one of build_libtool_libs or build_old_libs set to
9908 yes.
9909
9910 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9911 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9912
9913 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
9914
9915 * configure.in: Enable libgcj on several additional platforms.
9916
9917 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
9918
9919 * configure.in: Enable libgcj for linux targets.
9920
9921 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9922
9923 * MAINTAINERS (Write After Approval): Add myself.
9924
9925 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
9926
9927 * MAINTAINERS: Add myself as vax port maintainer.
9928
9929 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
9930
9931 * MAINTAINERS: Add myself as Mercury front-end maintainer.
9932
9933 2001-01-09 Mike Stump <mrs@wrs.com>
9934
9935 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9936 failures of subdirectories.
9937
9938 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9939
9940 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9941 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9942 * ltcf-cxx.sh: Likewise.
9943 * ltcf-gcj.sh: Likewise.
9944 * ltconfig.sh: Fix typo.
9945
9946 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9947
9948 * configure: handle DOS-style absolute paths.
9949
9950 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9951
9952 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9953
9954 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
9955
9956 * MAINTAINERS: Add myself as avr port co-maintainer.
9957
9958 2000-12-28 Ben Elliston <bje@redhat.com>
9959
9960 * MAINTAINERS: Add myself under ``Write After Approval''.
9961
9962 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
9963
9964 * texinfo: Remove directory from GCC.
9965
9966 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
9967
9968 * COPYING: Update to current
9969 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9970 to 19yy as example year in copyright notice).
9971
9972 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
9973
9974 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9975 (libstdcxx_incdir): Pass down.
9976 * config.if: Remove expired bits for cxx_interface, add stub.
9977 (libstdcxx_incdir): Add variable for g++ include directory.
9978 * configure.in (gxx_include_dir): Use it.
9979
9980 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
9981
9982 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
9983 with old-email address from ``Write After Approval''.
9984
9985 2000-12-15 Andreas Jaeger <aj@suse.de>
9986
9987 * configure.in: Handle lang_dirs.
9988
9989 2000-12-14 Tom Tromey <tromey@redhat.com>
9990
9991 * MAINTAINERS: Removed brads.
9992
9993 * MAINTAINERS: Added gcj developers.
9994
9995 2000-12-13 Anthony Green <green@redhat.com>
9996
9997 * configure.in: Disable libgcj for any target not specifically
9998 listed. Disable libgcj for x86 and Alpha Linux until compatible
9999 with g++ abi.
10000
10001 2000-12-13 Mike Stump <mrs@wrs.com>
10002
10003 * Makefile.in (local-distclean): Also remove fastjar.
10004
10005 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10006
10007 * contrib/gcc_update: Add fastjar --touch entries.
10008
10009 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10010
10011 * configure.in: Disable language-specific target libraries for
10012 languages that aren't enabled.
10013
10014 2000-12-10 Anthony Green <green@redhat.com>
10015
10016 * configure.in: Define libgcj. Disable libgcj target libraries for
10017 most targets.
10018
10019 2000-12-10 Neil Booth <neilb@earthling.net>
10020
10021 * MAINTAINERS: Update mail address, remove from WAA list.
10022
10023 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10024
10025 * libjava: Imported from /cvs/java.
10026 * libffi: Likewise.
10027 * Boehm-gc: Likewise.
10028
10029 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10030
10031 * configure.in (target_libs): Revert 2000-12-08 patch.
10032 (noconfigdirs): Added target-libjava.
10033
10034 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10035
10036 * djunpack.bat: removed.
10037
10038 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10039
10040 * Makefile.in: handle DOS-style absolute paths.
10041 * config-ml.in: likewise.
10042 * symlink-tree: likewise.
10043
10044 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10045
10046 * fastjar: Imported.
10047
10048 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10049
10050 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10051 libjava.
10052 * configure.in (target_libs): Removed `target-libjava'.
10053
10054 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10055
10056 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10057 (ALL_MODULES): Added fastjar.
10058 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10059 (all-target-libjava): all-fastjar replaces all-zip.
10060 (all-fastjar): Added.
10061 (configure-target-fastjar, all-target-fastjar): Likewise.
10062 * configure.in (host_tools): Added fastjar.
10063
10064 2000-12-07 Mike Stump <mrs@wrs.com>
10065
10066 * Makefile.in (local-distclean): Remove leftover built files.
10067
10068 2000-11-24 Nick Clifton <nickc@redhat.com>
10069
10070 * configure.in (xscale-elf): Add target.
10071 (xscale-coff): Add target.
10072
10073 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10074
10075 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10076 recent versions of FreeBSD (release 3 or later).
10077 * ltconfig: On FreeBSD, -lc must not be provided when building
10078 a shared library or else the standard -pthread gcc option is
10079 rendered worthless to later users of the built library.
10080
10081 2000-11-16 Fred Fish <fnf@be.com>
10082
10083 * configure.in (enable_libstdcxx_v3): Fix typo,
10084 libstd++ -> libstdc++.
10085
10086 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10087
10088 * MAINTAINERS: Add self to Write After Approval list.
10089
10090 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10091
10092 * MAINTAINERS: Update my email address. Add myself to global write
10093 privs list.
10094
10095 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10096
10097 * Makefile.in: Merge with src and libgcj.
10098 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10099 configure-target-<library> when their configure scripts need the C
10100 or C++ library to have already been built to work properly.
10101 (do_proto_toplev): Set them to an empty string.
10102
10103 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10104 (REALLY_SET_LIB_PATH): Use them.
10105
10106 2000-11-17 Stan Shebs <shebs@apple.com>
10107
10108 * MAINTAINERS: Add self to Write After Approval list.
10109
10110 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10111
10112 * configure: Provide the original toplevel configure arguments
10113 (including $0) to subprocesses in the environment rather than
10114 through gcc/configargs.h.
10115
10116 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10117
10118 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10119 C99. Alphabetise "Write After Approval" list.
10120
10121 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10122
10123 * configure: Turn on libstdc++ V3 by default.
10124
10125 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10126 if we've got GCC.
10127
10128 2000-11-11 Philip Blundell <philb@gnu.org>
10129
10130 * MAINTAINERS: Add self to Write After Approval list.
10131
10132 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10133
10134 * ltcf-c.sh (aix4): Improve shared library configuration; require
10135 exporting symbols.
10136 * ltcf-cxx.sh (aix4): Define.
10137 * ltconfig (aix4): Define library and soname specs appropriate for
10138 AIX. Define command to create export symbols list.
10139
10140 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10141
10142 * config.sub: Add support for Sun Chorus
10143
10144 2000-10-31 Nick Clifton <nickc@redhat.com>
10145
10146 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10147 <name>@redhat.com. Also installed new email address for Clint
10148 Popetz.
10149
10150 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10151
10152 * etc: Remove directory from GCC.
10153
10154 2000-10-16 Michael Meissner <meissner@redhat.com>
10155
10156 * configure (gcc/configargs.h): Only create if there is a build GCC
10157 directory created.
10158
10159 2000-10-16 Matthias Klose <doko@debian.org>
10160
10161 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10162 when configured for libstdc++-v3.
10163
10164 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10165
10166 * configure: Save configure arguments to gcc/configargs.h.
10167
10168 2000-10-04 Philipp Thomas <pthomas@suse.de>
10169
10170 * config.guess: Import CVS version 1.157.
10171 * config.sub: Import CVS version 1.181.
10172
10173 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10174
10175 * Makefile.in (bootstrap): avoid recursion if subdir missing
10176 (cross): ditto
10177 (do-proto-toplev): ditto
10178
10179 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10180
10181 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10182 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10183
10184 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10185 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10186 all affected `configure' scripts.
10187
10188 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10189
10190 * MAINTAINERS: Add self as cpplib co-maintainer.
10191
10192 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10193
10194 * MAINTAINERS: Add self to Write After Approval list.
10195
10196 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10197
10198 * INSTALL/README: egcs -> GCC update.
10199
10200 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10201
10202 * MAINTAINERS: Add myself to Write After Approval list.
10203
10204 2000-09-15 Kazu Hirata <kazu@hxi.com>
10205
10206 * MAINTAINERS: Add myself to Write After Approval list.
10207
10208 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10209
10210 * configure.in: Do not build byacc for hppa64. Provide paths to the
10211 X11 libraries for hppa64.
10212
10213 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10214
10215 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10216
10217 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10218
10219 * Makefile.in (all-zlib): Added dummy target.
10220
10221 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10222 ltcf-gcj.sh: Updated from libtool multi-language branch.
10223
10224 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10225
10226 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10227 (bootstrap*): Depend on all-bootstrap.
10228
10229 2000-09-05 Philipp Thomas <pthomas@suse.de>
10230
10231 * config.guess: Import CVS version 1.156.
10232 * config.sub: Import CVS version 1.179.
10233
10234 2000-09-02 Anthony Green <green@cygnus.com>
10235
10236 * Makefile.in (all-gcc): Depend on all-zlib.
10237 (CLEAN_MODULES): Add clean-zlib.
10238 (ALL_MODULES): Add all-zlib.
10239 * configure.in (host_libs): Add zlib.
10240
10241 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10242
10243 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10244 crosses, but add gcc/include to the header search path for them.
10245
10246 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10247
10248 * MAINTAINERS: Add self to Write After Approval list.
10249
10250 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10251
10252 * config.guess: Import CVS version 1.152.
10253 * config.sub: Import CVS version 1.177.
10254
10255 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10256
10257 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10258 $targargs to tell whether newlib is going to be built.
10259
10260 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10261 $$r/TARGET_SUBDIR/libio for _G_config.h.
10262
10263 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10264
10265 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10266
10267 2000-08-22 DJ Delorie <dj@redhat.com>
10268
10269 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10270
10271 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10272
10273 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10274 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10275 sub-configures.
10276
10277 2000-08-21 DJ Delorie <dj@redhat.com>
10278
10279 * MAINTAINERS: Add self as a libiberty maintainer
10280
10281 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10282
10283 * configure.in (libstdcxx_flags): Use
10284 libstdc++-v3/src/libstdc++.INC.
10285
10286 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10287
10288 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10289
10290 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10291
10292 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10293
10294 * configure: Make enable_threads and enable_shared defaults
10295 explicit. Substitute enable_threads into generated Makefiles.
10296 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10297 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10298
10299 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10300
10301 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10302
10303 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10304
10305 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10306 previous delta.
10307
10308 2000-08-11 Jason Merrill <jason@redhat.com>
10309
10310 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10311 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10312 (FLAGS_FOR_TARGET): Not here.
10313 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10314
10315 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10316
10317 * config-ml.in (CC, CXX): Don't introduce a leading space.
10318
10319 2000-08-07 DJ Delorie <dj@delorie.com>
10320
10321 * MAINTAINERS: Add self as a DJGPP maintainer
10322
10323 2000-08-07 DJ Delorie <dj@redhat.com>
10324
10325 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10326 "if we're also building gcc, and it's a gcc that will run on the
10327 build machine, we want to use its includes instead of the system's
10328 default includes".
10329
10330 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10331
10332 * MAINTAINERS: Add self to Write After Approval list.
10333
10334 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10335
10336 * configure.in (libstdcxx_flags): Don't use `"'.
10337
10338 * config-ml.in: Adjust multilib search paths to the
10339 appropriate multilib tree.
10340
10341 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10342
10343 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10344 commas in $LANGUAGES.
10345
10346 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10347
10348 * configure.in: Re-enable all references to libg++ and librx.
10349
10350 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10351
10352 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10353 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10354 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10355 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10356
10357 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10358
10359 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10360
10361 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10362 CXX_FOR_TARGET for sed.
10363
10364 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10365
10366 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10367 Do not override if already set in the environment or in configure.
10368 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10369 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10370
10371 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10372
10373 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10374 the libtool CVS tree multi-language branch.
10375 * ltconfig, ltmain.sh: Updated.
10376
10377 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10378
10379 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10380 (clean-target): Depend on it.
10381
10382 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10383 (GCC_FOR_TARGET): Use it.
10384 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10385 * configure.in: ... here.
10386 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10387 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10388
10389 2000-07-24 Eric Christopher <echristo@cygnus.com>
10390
10391 * MAINTAINERS: Add self to Write After Approval list.
10392
10393 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10394
10395 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10396 (configure-target-libchill, configure-target-libobjc): Likewise.
10397
10398 * configure.in: Use the same cache file for all target libs.
10399 * config-ml.in: But different cache files per multilib variant.
10400
10401 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10402
10403 * configure (topsrcdir): Don't use dirname.
10404
10405 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10406
10407 * MAINTAINERS: Add self to Write After Approval list.
10408
10409 2000-07-20 Jason Merrill <jason@redhat.com>
10410
10411 * configure.in: Remove all references to libg++ and librx.
10412
10413 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10414
10415 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10416
10417 * config.sub: Update to subversions version 2000-07-06.
10418
10419 2000-07-12 Andrew Haley <aph@cygnus.com>
10420
10421 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10422 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10423
10424 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10425
10426 * symlink-tree: Check number of arguments.
10427
10428 2000-07-05 Jim Wilson <wilson@cygnus.com>
10429
10430 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10431 search path for a g++ extracted from the build tree. This
10432 will allow link tests run by configure scripts in
10433 subdirectories to succeed.
10434
10435 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10436
10437 * ltconfig: Add support for mips-dde-sysv4.2MP
10438
10439 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10440
10441 * MAINTAINERS: Add myself as loop discovery maintainer.
10442
10443 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10444
10445 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10446 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10447
10448 2000-06-19 Timothy Wall <twall@cygnus.com>
10449
10450 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10451 * config.sub: Add tic54x target.
10452
10453 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10454
10455 * MAINTAINERS: Add self as Fortran maintainer,
10456 remove Craig Burley.
10457
10458 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10459
10460 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10461 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10462
10463 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10464
10465 * MAINTAINERS: Add self as i18n maintainer
10466
10467 20000-05-21 H.J. Lu (hjl@gnu.org)
10468
10469 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10470 directory are used if they exist. Make sure
10471 $(build_tooldir)/include is searched for header files,
10472 $(build_tooldir)/lib/ for library files.
10473 (GCC_FOR_TARGET): Likewise.
10474 (CXX_FOR_TARGET): Likewise.
10475
10476 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10477
10478 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10479
10480 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10481
10482 * Makefile.in (configure-target-libiberty): Depend on
10483 configure-target-newlib.
10484
10485 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10486
10487 * configure.in, Makefile.in: Merge all libffi-related
10488 configury stuff from the libgcj tree.
10489
10490 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10493 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10494
10495 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10496
10497 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10498 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10499 current version information. Add to proto-toplev directory.
10500 (gdb-taz): Build do-djunpack.
10501
10502 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10503
10504 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10505
10506 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10507
10508 * MAINTAINERS: Add self to Write After Approval list.
10509
10510 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10511
10512 * ltmain.sh: Preserve in relink_command any environment
10513 variables that may affect the linker behavior.
10514
10515 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10516
10517 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10518
10519 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10520
10521 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10522
10523 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10524
10525 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10526 with the version name.
10527
10528 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10529
10530 * MAINTAINERS: Add self as bb-reorder maintainer.
10531
10532 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10533
10534 * config.if: Tweak.
10535
10536 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10537
10538 * djunpack.bat: New file.
10539
10540 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10541
10542 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10543 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10544 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10545 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10546
10547 2000-04-16 Dave Pitts <dpitts@cozx.com>
10548
10549 * config.sub (case $basic_machine): Change default for "ibm-*"
10550 to "openedition".
10551
10552 2000-04-13 Andreas Jaeger <aj@suse.de>
10553
10554 * MAINTAINERS: Added myself.
10555
10556 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10557
10558 * Makefile.in (gdb-taz): New target. GDB specific archive.
10559 (do-md5sum): New target.
10560 (MD5PROG): Define.
10561 (PACKAGE): Default to TOOL.
10562 (VER): Default to a shell script.
10563 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10564 md5 checksum generation.
10565 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10566 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10567 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10568 insight.tar.bz2): Use gdb-taz to create archive.
10569
10570 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10571
10572 * configure (warn_cflags): Delete.
10573
10574 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10575
10576 * MAINTAINERS: Added myself.
10577
10578 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10579 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10580
10581 * configure.in (enable_libstdcxx_v3): Add.
10582 (target_libs): Add bits here to switch between libstdc++-v2 and
10583 libstdc++-v3.
10584 * config.if: And this file too.
10585 * Makefile.in: Add libstdc++-v3 targets.
10586
10587 2000-04-05 Michael Meissner <meissner@redhat.com>
10588
10589 * config.sub (d30v): Add d30v as a basic machine type.
10590
10591 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10592
10593 * configure.in: -linux-gnu*, not -linux-gnu.
10594
10595 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10596
10597 * MAINTAINERS: Add self in write-after-approval section.
10598
10599 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10600
10601 * MAINTAINERS: Add self as ia64 port maintainer.
10602
10603 2000-03-08 Neil Booth <NeilB@earthling.net>
10604
10605 * MAINTAINERS: Add self in write-after-approval section.
10606
10607 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10608
10609 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10610 (do-tar-bz2): Replace TOOL with PACKAGE.
10611 (gdb.tar.bz2): Remove GDBTK from GDB package.
10612 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10613 dejagnu.tar.bz2): New packages.
10614
10615 2000-02-27 Andreas Jaeger <aj@suse.de>
10616
10617 * configure.in: Add entry for mips*-*-linux*, move catch all
10618 *-*-*linux* entry below this one.
10619
10620 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10621
10622 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10623
10624 2000-02-24 Nick Clifton <nickc@cygnus.com>
10625
10626 * config.sub: Support an OS of "wince".
10627
10628 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10629
10630 * config.guess, config.sub: Updated to match config's 2000-02-15
10631 version.
10632
10633 2000-02-23 Linas Vepstas <linas@linas.org>
10634
10635 * config.sub: Add support for Linux/IBM 370.
10636 * configure.in: Likewise.
10637
10638 2000-02-22 Nick Clifton <nickc@cygnus.com>
10639
10640 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10641
10642 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10643
10644 * config.guess: Guess "cygwin" rather than "cygwin32".
10645
10646 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10647
10648 * configure (gcc_version): When setting, narrow search to
10649 lines containing `version_string'.
10650
10651 2000-02-15 Denis Chertykov <denisc@overta.ru>
10652
10653 * config.sub: Add support for avr target.
10654
10655 2000-02-14 Nick Clifton <nickc@cygnus.com>
10656
10657 * MAINTAINERS: Add maintainers for MCore port.
10658
10659 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10660
10661 * config.sub: Add mmix-knuth-mmixware.
10662
10663 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10664
10665 * MAINTAINERS: Pair cccp with cpplib maintainership.
10666
10667 2000-01-27 Christopher Faylor <cgf@redhat.com>
10668
10669 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10670 structure stuff to -L library search.
10671 (CXX_FOR_TARGET): Ditto.
10672 (CROSS_CHECK_MODULES): Fix spelling mistake.
10673
10674 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10675
10676 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10677 the C++ compiler.
10678
10679 2000-01-12 Richard Henderson <rth@cygnus.com>
10680
10681 * configure.in: Don't build some bits for beos.
10682
10683 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10684
10685 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10686 as include files.
10687
10688 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10689
10690 * Add self as cpplib maintainer, as requested by Jason
10691 Merrill. Correct my e-mail address.
10692
10693 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10694
10695 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10696 not mh-aix43.
10697
10698 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10699
10700 * MAINTAINERS: Add myself to "write after approval" list.
10701
10702 1999-12-14 Richard Henderson <rth@cygnus.com>
10703
10704 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10705 * config.sub: Accept alphaev[78], alphaev8.
10706
10707 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10708
10709 * config.guess, config.sub: Update from autoconf.
10710
10711 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10712
10713 * MAINTAINERS: update my playtime e-address.
10714
10715 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10716
10717 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10718 necessary libraries are missing.
10719
10720 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10721
10722 * MAINTAINERS: Add new 'write after approval' maintainer.
10723
10724 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10725
10726 * MAINTAINERS: Add new Java maintainer.
10727
10728 1999-10-25 Andreas Schwab <schwab@suse.de>
10729
10730 * configure: Fix quoting inside arguments of eval.
10731
10732 1999-10-21 Nick Clifton <nickc@cygnus.com>
10733
10734 * config-ml.in: Allow suppression of some ARM multilibs.
10735
10736 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10737
10738 * config.guess: Add OS/390 match pattern.
10739 * config.sub: Add mvs, openedition targets.
10740 * configure.in (i370-ibm-opened*): New.
10741
10742 1999-09-04 Steve Chamberlain <sac@pobox.com>
10743
10744 * config.sub: Add support for configuring for pj.
10745
10746 1999-08-31 Nick Clifton <nickc@cygnus.com>
10747
10748 * config.sub (maybe_os): Add support for configuring for fr30.
10749
10750 1999-08-25 Nick Clifton <nickc@cygnus.com>
10751
10752 * configure.in: Do not configure or build ld for AIX
10753 platforms. ld is known to be broken on these platforms.
10754
10755 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10756
10757 * config-ml.in: Pass compiler flag corresponding to multidirs to
10758 subdir configures.
10759
10760 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10761
10762 * Makefile.in (LDFLAGS): Define.
10763
10764 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10765
10766 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10767 noconfigdirs.
10768 (*-*-cygwin*): Likewise.
10769
10770 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10771
10772 * mkdep: New file.
10773 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10774 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10775
10776 From Eli Zaretskii <eliz@is.elta.co.il>:
10777 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10778 long file name when using DJGPP on MS-DOS.
10779
10780 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10781
10782 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10783
10784 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10785
10786 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10787 dependency as this causes "make check" to globally "make all"
10788
10789 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10790
10791 * configure.in (target_libs): Added target-zlib.
10792 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10793 (CONFIGURE_TARGET_MODULES): Likewise.
10794 (CHECK_TARGET_MODULES): Likewise.
10795 (INSTALL_TARGET_MODULES): Likewise.
10796 (CLEAN_TARGET_MODULES): Likewise.
10797 (configure-target-zlib): New target.
10798 (all-target-zlib): Likewise.
10799 (all-target-libjava): Depend on all-target-zlib.
10800 (configure-target-libjava): Depend on configure-target-zlib.
10801
10802 * Makefile.in (configure-target-libjava): Depend on
10803 configure-target-newlib.
10804 (configure-target-boehm-gc): New target.
10805 (configure-target-qthreads): New target.
10806
10807 * configure.in (target_libs): Added target-qthreads.
10808 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10809 (CONFIGURE_TARGET_MODULES): Likewise.
10810 (CHECK_TARGET_MODULES): Likewise.
10811 (INSTALL_TARGET_MODULES): Likewise.
10812 (CLEAN_TARGET_MODULES): Likewise.
10813 (all-target-qthreads): New target.
10814 (configure-target-libjava): Depend on configure-target-qthreads.
10815 (all-target-libjava): Depend on all-target-qthreads.
10816
10817 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10818 (CONFIGURE_TARGET_MODULES): Likewise.
10819 (CHECK_TARGET_MODULES): Likewise.
10820 (INSTALL_TARGET_MODULES): Likewise.
10821 (CLEAN_TARGET_MODULES): Likewise.
10822 (all-target-libjava): New target.
10823 (all-target-boehm-gc): Likewise.
10824 * configure.in (target_libs): Added libjava, boehm-gc.
10825
10826 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10827
10828 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10829 configure.bat in SUPPORT_FILES.
10830 (gas+binutils.tar.bz2): Likewise.
10831
10832 * makeall.bat: Remove; obsolete.
10833
10834 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10835
10836 From Mark Elbrecht:
10837 * configure.bat: Remove; obsolete.
10838
10839 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10840
10841 * configure: Add -W -Wall to the default CFLAGS when compiling with
10842 gcc.
10843
10844 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10845
10846 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10847
10848 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10849
10850 * configure.in: Build ld on IRIX6.
10851
10852 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10853
10854 * Makefile.in: Change distribution targets to use bzip2 instead of
10855 gzip.
10856 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10857 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10858
10859 1999-06-04 Nick Clifton <nickc@cygnus.com>
10860
10861 * config.sub: Add mcore target.
10862
10863 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10864
10865 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10866
10867 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10868
10869 * config.guess (dummy): Changed to $dummy.
10870
10871 1999-05-24 Nick Clifton <nickc@cygnus.com>
10872
10873 * config.sub: Tidied up case statements.
10874
10875 1999-05-22 Ben Elliston <bje@cygnus.com>
10876
10877 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10878 <jiro@din.or.jp>.
10879
10880 * config.guess: Merge with FSF version. Future changes will be
10881 more accurately recorded in this ChangeLog.
10882 * config.sub: Likewise.
10883
10884 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
10885
10886 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10887
10888 1999-04-30 Tom Tromey <tromey@cygnus.com>
10889
10890 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10891
10892 1999-04-23 Tom Tromey <tromey@cygnus.com>
10893
10894 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10895
10896 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10897
10898 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10899 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10900 Bad merge removed these two changes.
10901
10902 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10903 Martin Heller (Ing.-Buero_Heller@t-online.de)
10904
10905 * config.guess (interix Alpha): Add.
10906
10907 1999-04-11 Richard Henderson <rth@cygnus.com>
10908
10909 * configure.in (i?86-*-beos*): Do config gperf; don't config
10910 gdb, newlib, or libgloss.
10911
10912 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
10913
10914 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10915 link a trivial program with -mabi=64. If it fails, remove mabi=64
10916 from multidirs.
10917
10918 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
10919
10920 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10921
10922 1999-04-08 Nick Clifton <nickc@cygnus.com>
10923
10924 * config.sub: Add support for mcore targets.
10925
10926 1999-04-07 Michael Meissner <meissner@cygnus.com>
10927
10928 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10929 not mt-ospace, in order to shut up assembler warning about using
10930 symbols that are named the same as registers.
10931
10932 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10933
10934 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10935 dependency list for all-target-cygmon.
10936
10937 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10938
10939 * config-ml.in: Check $host, not $target, for selective multilibs.
10940 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10941 thumb interworking, and underscore prefix multilibs.
10942
10943 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10944
10945 * missing: Update to version from current automake.
10946
10947 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10948
10949 * configure (gxx_include_dir): Removed.
10950
10951 * configure.in (gxx_include_dir): Handle it.
10952 * Makefile.in: Likewise.
10953
10954 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10955
10956 * config.sub (mips64vr4111,mips64vr4111el) Add.
10957
10958 1999-03-21 Ben Elliston <bje@cygnus.com>
10959
10960 * config.guess: Correct typo for detecting ELF on FreeBSD.
10961
10962 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10963
10964 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10965 config/mh-djgpp.
10966
10967 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10968
10969 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10970 all-target-newlib to dependency list for all-target-bsp.
10971
10972 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10973
10974 * config.sub: Add i386-uwin support.
10975 * config.guess: Likewise.
10976
10977 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10978
10979 * configure.in: cleanup, add mh-*pic handling for arm, special
10980 case powerpc*-*-aix*
10981
10982 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10983
10984 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10985 can be built.
10986
10987 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10988
10989 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10990 targets.
10991
10992 1999-03-02 Nick Clifton <nickc@cygnus.com>
10993
10994 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10995
10996 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
10997
10998 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10999
11000 1999-02-24 Nick Clifton <nickc@cygnus.com>
11001
11002 * config.sub: Fix typo in arm recognition.
11003
11004 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11005
11006 * configure.in (noconfigdirs): Changed target_configdirs to
11007 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11008 rather than m68k-*-* since it is not known to work on
11009 m68k-aout. Ditto for arm-*-*oabi.
11010
11011 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11012
11013 * configure.in (*-*-windows*): Remove, no longer used.
11014
11015 1999-02-19 Ben Elliston <bje@cygnus.com>
11016
11017 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11018 Smart and improved by Andrew Cagney.
11019
11020 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11021
11022 * config.guess: Recognize openbsd-*-hppa.
11023
11024 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11025
11026 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11027 only if it is not empty.
11028
11029 1999-02-17 Nick Clifton <nickc@cygnus.com>
11030
11031 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11032
11033 * config.guess: Modified to recognize uname's armv* syntax.
11034
11035 * config.sub: Modified to recognize uname's armv* syntax.
11036
11037 1999-02-17 Mark Salter <msalter@cygnus.com>
11038
11039 * configure.in: Added target-bsp for sparclite.
11040
11041 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11042
11043 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11044
11045 1999-02-08 Nick Clifton <nickc@cygnus.com>
11046
11047 * configure.in: Add support for strongarm port.
11048 * config.sub: Add support for strongarm target.
11049
11050 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11051
11052 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11053 the old name config/mh-cygwin32.
11054 Enable texinfo.
11055
11056 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11057
11058 * configure.in: Do build ld for ix86 Solaris.
11059
11060 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11061
11062 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11063 $AR_FOR_TARGET. Likewise for RANLIB.
11064
11065 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11066
11067 * config.sub (oabi): Recognize.
11068 * configure.in (arm-*-oabi): Handle.
11069
11070 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11071
11072 * config.guess: Improve detection of i686 on UnixWare 7.
11073
11074 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11075
11076 * config.guess: Add support for i386-pc-interix.
11077 * config.sub: Likewise.
11078 * configure.in: Likewise.
11079
11080 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11081
11082 * Makefile.in: Remove unneeded all-target-libio from
11083 from all-target-winsup target since it is now unneeded.
11084 Add all-target-libtermcap in its place since it is now
11085 needed.
11086
11087 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11088
11089 * configure.in: makefile stub for cygwin target is probably
11090 unnecessary. Remove it for now.
11091
11092 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11093
11094 * configure.in: libtermcap.a should be built when cygwin is the
11095 target as well as the host.
11096 * config.guess: Allow mixed case in cygwin uname output.
11097 * Makefile.in: Add libtermcap target.
11098
11099 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11100
11101 * config.sub: Clean up handling of hppa2.0.
11102
11103 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11104
11105 * config.guess: Use C code to identify more HP machines.
11106
11107 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11108
11109 * config.sub: Handle hppa2.0.
11110
11111 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11112
11113 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11114 cygmon for all sparclite targets, regardless of object format.
11115
11116 1998-12-15 Mark Salter <msalter@cygnus.com>
11117
11118 * configure.in: Added target-bsp for several target architectures.
11119
11120 * Makefile.in: Added rules for bsp.
11121
11122 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11123
11124 * config.guess: Improve detection of hppa2.0 processors.
11125
11126 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11127
11128 * config.guess: Recognize FreeBSD using ELF automatically.
11129
11130 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11131
11132 * configure (skip-this-dir): Add handling for new shell script, which
11133 might be created by a sub-directory's configure to indicate, this particular
11134 directory is "unwanted".
11135 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11136
11137 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11138
11139 * ltconfig: import from libtool, after changing libtool to
11140 account for the cygwin name change.
11141
11142 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11143
11144 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11145 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11146
11147 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11148
11149 * configure.in: Add libtermcap to list of cygwin dependencies.
11150
11151 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11152
11153 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11154 they include winsup/include when it's a cygwin target.
11155
11156 1998-11-12 Tom Tromey <tromey@cygnus.com>
11157
11158 * configure.in (host_tools): Added zip.
11159 * Makefile.in (all-target-libjava): Depend on all-zip.
11160 (all-zip): New target.
11161 (ALL_MODULES): Added all-zip.
11162 (NATIVE_CHECK_MODULES): Added check-zip.
11163 (INSTALL_MODULES): Added install-zip.
11164 (CLEAN_MODULES): Added clean-zip.
11165
11166 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11167
11168 * Makefile.in: lose "32" from comment about cygwin.
11169
11170 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11171
11172 * configure.in: Use -Os to build target libraries for the fr30.
11173
11174 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11175
11176 * config.sub: Add fr30.
11177
11178 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11179
11180 * configure.in: drop "32" from config/mh-cygwin32. Check
11181 cygwin* instead of cygwin32*.
11182 * config.sub: Check cygwin* instead of cygwin32*.
11183
11184 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11185
11186 * config.guess: Match any version of Unixware7.
11187
11188 1998-10-20 Syd Polk <spolk@cygnus.com>
11189
11190 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11191 if desired.
11192
11193 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11194
11195 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11196 these if the appropriate directories and files to not exist.
11197
11198 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11199
11200 * Makefile.in (DEVO_SUPPORT): Add config.if.
11201
11202 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11203
11204 * configure: Add pattern to replace "build_tooldir"'s
11205 definition in the generated Makefile with "tooldir"'s
11206 actual value.
11207
11208 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11209
11210 * config.sub: Bring back lost sparcv9.
11211
11212 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11213
11214 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11215
11216 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11217 CC_FOR_TARGET and friends.
11218
11219 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11220
11221 * Makefile.in (build_tooldir): New variable, same as tooldir.
11222 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11223 -B$(build_tooldir)/bin/.
11224 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11225
11226 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11227
11228 * README: Remove installation instructions and refer to the
11229 INSTALL directory instead.
11230
11231 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11232
11233 * config.sub: Add support for i[34567]86-pc-udk.
11234 * configure.in: Likewise.
11235
11236 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11237
11238 * Makefile.in: add bzip2 package building bits for user
11239 tools module
11240 * configure.in: ditto
11241
11242 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11243
11244 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11245 (ALL_TARGET_MODULES): Add all-target-libobjc.
11246 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11247 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11248 (all-target-libchill): Add dependencies.
11249 * configure.in (target_libs): Add libchill.
11250
11251 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11252
11253 * configure.in (target_subdir): Remove duplicate line.
11254
11255 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11256
11257 * Makefile.in (all-automake): fix dependencies.
11258
11259 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11260
11261 * configure.in: Minor cleanups for building in the $(target_alias)
11262 subdir.
11263
11264 1998-09-22 Jim Wilson <wilson@cygnus.com>
11265
11266 * Makefile.in (bootstrap): Set r and s before make all. Use
11267 BASE_FLAGS_TO_PASS in make all.
11268 (cross): Likewise.
11269
11270 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11271
11272 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11273
11274 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11275
11276 * config.sub: Fix typo in last change.
11277
11278 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11279
11280 * config.sub: Add support for C4x target.
11281 * configure.in: Likewise.
11282
11283 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11284
11285 * config.sub: Recognize sparcv9 just like sparc64.
11286
11287 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11288
11289 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11290
11291 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11292
11293 * config.guess: Correctly identify Pentium II sco boxes.
11294
11295 * config.guess: Fix "tr" code. From Weiwen Liu.
11296
11297 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11298
11299 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11300 stabs.
11301
11302 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11303
11304 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11305 (ALL_TARGET_MODULES): Add all-target-libchill.
11306 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11307 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11308 (all-target-libchill): Add dependencies.
11309 * configure.in (target_libs): Add libchill.
11310
11311 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11312
11313 * config.guess: Avoid assumptions about "tr" behaves when
11314 LANG is set to something other than English.
11315
11316 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11317
11318 * configure (gxx_include_dir): Changed to
11319 '${prefix}/include/g++'-${libstdcxx_interface}.
11320
11321 * config.if: New to determine the interfaces.
11322
11323 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11324
11325 * config.guess: Detect and handle MPE/IX.
11326 * config.sub: Deal with MPE/IX.
11327
11328 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11329
11330 * configure.in: Use mh-aix43.
11331
11332 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11333
11334 * configure: Fix --without/--disable cases for gxx-include-dir.
11335
11336 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11337
11338 * mdata-sh: Imported. Needed for automake support.
11339
11340 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11341
11342 * Makefile.in (taz): Try "chmod -R og=u ." before
11343 "chmod og=u `find . -print`".
11344
11345 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11346
11347 * configure.in: Add arm-elf and thumb-elf support.
11348
11349 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11350
11351 * Makefile.in: Undo previous patch.
11352
11353 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11354
11355 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11356 to here ...
11357 (install-no-fixedincludes): and here
11358 (INSTALL_MODULES): ... from here.
11359
11360 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11361
11362 * config.sub: Merge with FSF.
11363
11364 * config.guess: Merge with FSF.
11365
11366 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11367
11368 * configure (extraconfigdirs): New variable.
11369 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11370 * Makefile.in (all): Move higher in file.
11371 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11372 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11373 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11374 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11375 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11376
11377 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11378
11379 * Makefile.in (all-target-libjava): Depend on all-gcc and
11380 all-target-newlib.
11381 (configure-target-libjava): Depend on $(ALL_GCC).
11382
11383 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11384
11385 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11386 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11387
11388 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11389
11390 * INSTALL/README: Fix typo.
11391
11392 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11393
11394 * ylwrap: Change absolute path checks to check for DOS style path
11395 names.
11396
11397 * ylwrap: Don't use a full path name if the source file is in the
11398 same directory. From hjl@lucon.org (H.J. Lu).
11399
11400 * config-ml.in: Default to being verbose, to match Feb 18 change to
11401 configure.
11402
11403 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11404
11405 Brought over from egcs:
11406
11407 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11408
11409 * configure.in (target_subdir): Set to ${target_alias} instead
11410 of "libraries".
11411
11412 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11413
11414 * configure.in (target_subdir): Set to libraries if enable_multilib.
11415
11416 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11417
11418 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11419 multilibs, force reconfiguration the first time we create
11420 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11421
11422 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11423
11424 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11425 avoid confusion with --no-recursion.
11426
11427 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11428
11429 * configure.in: Win32 hosts shouldn't use install -x
11430 * install-sh: remove -x option, and special .exe-handling
11431 hack.
11432
11433 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11434
11435 * config.guess: Recognize i586-pc-beos.
11436 * configure.in: Don't build some bits for beos.
11437
11438 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11439
11440 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11441 CFLAGS default to -O2.
11442
11443 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11444 when using GNU ld.
11445
11446 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11447
11448 * ltmain.sh: Correct install when using a different shell.
11449
11450 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11451
11452 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11453
11454 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11455
11456 * makefile.vms: Update to build binutils/makefile.vms. Add install
11457 target.
11458
11459 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11460
11461 * ltconfig: Update to correct AIX handling.
11462
11463 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11464
11465 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11466
11467 * configure.in (target_subdir): Set to ${target_alias} instead
11468 of "libraries".
11469
11470 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11471
11472 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11473 (Makefile): Depend on $(gcc_version_trigger).
11474
11475 * configure (gcc_version): Change default initializer to empty
11476 string.
11477 (gcc_version_trigger): New variable; pass this variable down
11478 to subdir configures to enable them checking gcc's version
11479 themselves. Emit make macros for both gcc_version vars.
11480 (topsrcdir): Initialize reliably.
11481 (recursion line): Remove --with-gcc-version=${gcc_version}.
11482
11483 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11484
11485 * configure (enable_version_specific_runtime_libs): Implement new flag
11486 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11487 in $(libsubdir); emit definition in each generated Makefile.
11488 (gxx_include_dir): Initialize depending on
11489 $enable_version_specific_runtime_libs.
11490
11491 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11492
11493 * configure (gcc_version): Initialize properly depending on
11494 how and where configure is started.
11495 (recursion line): Pass a --with-gcc-version=${gcc_version}
11496 to configures in subdirs.
11497
11498 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11499
11500 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11501 cygmon
11502
11503 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11504
11505 * configure.in: Add cygmon and libstub support for mn10200.
11506
11507 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11508
11509 * configure (gcc_version): Add new variable describing the
11510 particular gcc version we're building.
11511 * Makefile.in (libsubdir): Add new macro for the directory
11512 in which the compiler finds executables, libraries, etc.
11513 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11514 and libsubdir.
11515
11516 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11517
11518 * Makefile.in (local-clean): Remove *.log.
11519 (warning.log): Built with warn_summary from build.log.
11520 (mail-report.log): Run test_summary.
11521 (mail-report-with-warnings.log): Run test_summary including
11522 warning.log in the report.
11523
11524 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11525
11526 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11527
11528 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11529
11530 * Makefile.in (grep): Grep no longer depends on libiberty.
11531
11532 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11533
11534 * Makefile.in: all-snavigator needs all-libgui.
11535
11536 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11537
11538 * configure.in: Add cygmon and libstub support for mn10300.
11539
11540 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11541
11542 * missing: Update to version from automake 1.3.
11543
11544 * ltmain.sh: On installation, don't get confused if the same name
11545 appears more than once in the list of library names.
11546
11547 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11548
11549 * config.sub: Accept m68060 and m5200 as CPU names.
11550
11551 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11552
11553 * configure: Use && rather than using -a in test, because odd
11554 strings can confuse test.
11555 * configure.in: Likewise.
11556
11557 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11558
11559 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11560
11561 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11562
11563 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11564 bootstrap4-lean): New targets.
11565
11566 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11567
11568 * mpw-* Delete. Not used.
11569
11570 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11571
11572 * COPYING.LIB: Update FSF address.
11573
11574 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11575
11576 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11577
11578 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11579 GAS_SUPPORT_DIRS.
11580
11581 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11582
11583 * ltconfig, ltmain.sh: Avoid producing a version number if
11584 -version-info was not used.
11585
11586 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11587
11588 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11589 building with newlib.
11590
11591 1998-04-30 Paul Eggert <eggert@twinsun.com>
11592
11593 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11594 Solaris `make' causes it to continue to next definition.
11595
11596 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11597
11598 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11599 the right GUI libraries and files are installed along with GDB.
11600
11601 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11602
11603 * configure.in: Change alpha to alpha* in several places.
11604
11605 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11606
11607 * config.sub: Recognize sparc86x.
11608
11609 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11610
11611 * configure.in (--enable-target-optspace): Remove debug echo.
11612
11613 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11614
11615 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11616
11617 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11618
11619 * ltconfig: Update cygwin32 support.
11620
11621 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11622 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11623 (GDB_SUPPORT_DIRS): Likewise.
11624
11625 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11626
11627 * configure.in (target_makefile_frag): If --enable-target-optspace,
11628 use -Os to compile target libraries rather than -O2. Default to
11629 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11630 not used.
11631 * configure.in (target_cflags): Ditto for d30v.
11632
11633 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11634
11635 * Makefile.in (all-bfd): Depend on all-intl.
11636 (all-binutils): Likewise.
11637 (all-gas): Likewise.
11638 (all-gprof): Likewise.
11639 (all-ld): Likewise.
11640
11641 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11642
11643 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11644
11645 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11646
11647 * Makefile.in (all-bfd): Depend upon all-libiberty.
11648
11649 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11650
11651 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11652
11653 * Makefile.in: Add libstub.
11654
11655 * configure.in: Ditto. Build libstub for targets that have cygmon
11656 support.
11657
11658 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11659
11660 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11661
11662 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11663
11664 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11665 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11666
11667 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11668
11669 * configure: Define DEFAULT_M4 by searching PATH.
11670 * Makfile.in: Use DEFAULT_M4.
11671
11672 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11673
11674 * ltconfig: Add cygwin32 support.
11675
11676 * Makefile.in, configure.in: Add libtool as a native only directory
11677 to configure and build.
11678
11679 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11680
11681 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11682
11683 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11684
11685 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11686
11687 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11688
11689 * Makefile.in: add ash make rules
11690 * configure.in: add ash to native_only and host_tools lists
11691
11692 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11693
11694 * Makefile.in (all-gettext, all-intl): New targets.
11695 (ALL_MODULES): Added all-gettext, all-intl.
11696 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11697 (INSTALL_MODULES): Added install-gettext, install-intl.
11698 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11699
11700 * configure.in (host_tools): Added gettext.
11701 (native_only): Likewise.
11702 (noconfigdirs) [various cases]: Likewise.
11703 (host_libs): Added intl.
11704
11705 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11706
11707 * configure: Do not disable building gdbtk for cygwin32 hosts.
11708
11709 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11710
11711 * configure.in: Add thumb-coff target.
11712 * config.sub: Add thumb-coff target.
11713
11714 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11715
11716 * Makefile.in: Revert yesterday's change.
11717 (all-target-winsup): all-target-librx stays out of here.
11718
11719 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11720
11721 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11722 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11723 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11724 Remove references to librx and libg++.
11725
11726 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11727
11728 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11729 recursive makes
11730
11731 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11732
11733 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11734 for newlib directory.
11735 (CXX_FOR_TARGET): Likewise.
11736
11737 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11738
11739 * ltconfig: Update after libtool/ltconfig.in change for
11740 hpux11.
11741
11742 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11743
11744 * ltconfig, ltmain.sh: Update to libtool 1.2.
11745
11746 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11747
11748 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11749 (install-gcc-cross): Instead, override LANGUAGES here.
11750
11751 1998-03-18 Dave Love <d.love@dl.ac.uk>
11752
11753 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11754 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11755
11756 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11757
11758 * configure.in: Add Thumb-pe target.
11759
11760 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11761
11762 * Makefile.in - changed sn targets to snavigator
11763 * configure.in - changed sn targets to snavigator
11764
11765 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11766
11767 * config-ml.in: After building symlink tree call make distclean
11768 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11769 to be the case for libiberty.
11770
11771 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11772
11773 * configure: When making link, also check the current
11774 directory. The configure scripts may create one.
11775
11776 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11777
11778 * config.sub: Accept alphapca56 and alphaev6 properly.
11779
11780 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11781
11782 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11783
11784 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11785
11786 * config.sub (sco5): Fix typo.
11787
11788 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11789
11790 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11791 install-itcl.
11792 (install-itcl): Remove dependency on install-tcl.
11793
11794 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11795
11796 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11797
11798 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11799
11800 * configure.in: Don't build libgui for a cygwin32 target when not on
11801 a cygwin32 host.
11802
11803 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11804
11805 * configure (redirect): Set to null, so default behavior of
11806 configure is now --verbose.
11807
11808 1998-02-16 Dave Love <d.love@dl.ac.uk>
11809
11810 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11811 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11812
11813 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11814
11815 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11816 this change to sync Makefile.in with its ChangeLog entries.
11817
11818 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11819
11820 * ltmain.sh (mkdir): Check that the directory doesn't exist
11821 before we exit with error, so that we don't get races during
11822 parallel builds.
11823
11824 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11825
11826 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11827
11828 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11829
11830 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11831 PICFLAG_FOR_TARGET.
11832 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11833
11834 * configure: Emit a definition for the new macro enable_shared
11835 into each Makefile.
11836
11837 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11838
11839 * configure.in (host_tools, native_only): Add libtool.
11840
11841 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11842
11843 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11844 Fix typo in ming config comment.
11845
11846 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11847
11848 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11849
11850 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11851
11852 * config.sub: Add tic30 cases, and map c30 to tic30.
11853
11854 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11855
11856 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11857 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11858 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11859 (CLEAN_TARGET_MODULES): Similarly
11860 (all-target-libf2c): Add dependences.
11861 * configure.in (target_libs): Add libf2c.
11862
11863 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11864
11865 * configure.in: Remove expect from noconfigdirs when target
11866 is cygwin32. OK to build expect and dejagnu with Canadian
11867 Cross.
11868
11869 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11870
11871 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11872 host.
11873
11874 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11875 and mingw32.
11876
11877 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11878
11879 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11880 here as it is not defined in the toplevel Makefile.
11881
11882 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11883
11884 * configure (package_makefile_rules_frag): New variable, which names
11885 a file with generic rules, ...
11886 Change comment to mention we now have FIVE parts.
11887 * configure: Undo last change.
11888
11889 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11890
11891 * config.guess: More accurate determination of HP processor types.
11892 * config.sub: More accurate determination of HP processor types.
11893
11894 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11895
11896 * configure (package_makefile_frag): Move inserting the
11897 ${package_makefile_frag} to where it should be according
11898 to the comment.
11899
11900 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11901
11902 * config.guess: Add support for Linux/ARM.
11903
11904 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11905
11906 * .cvsignore: Remove *-info and *-install since they match
11907 release-info and mpw-install, which we don't want to just ignore.
11908
11909 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11910
11911 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11912
11913 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11914
11915 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11916 local_prefix to sub-make invocations.
11917
11918 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11919
11920 * configure.in: Check makefile fragments in the source
11921 directory.
11922
11923 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11924
11925 * configure.in: Check whether host and target makefile
11926 fragments exist before adding them to *_makefile_frag.
11927
11928 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11929
11930 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11931
11932 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11933
11934 * configure.in: Make sure we only replace RPATH_ENVVAR on
11935 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11936 regexp to sed.
11937
11938 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11939 to sub-makes.
11940
11941 1998-01-13 Lee Iverson (leei@ai.sri.com)
11942
11943 * config-ml.in (multi-do): LDFLAGS must include multilib
11944 designator.
11945
11946 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11947
11948 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11949
11950 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11951
11952 * config.sub: Add mingw32 support.
11953 * configure.in: Likewise.
11954
11955 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11956
11957 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11958
11959 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11960
11961 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11962 * configure (gxx_include_dir): Provide a definition for subdirs
11963 which do not use autoconf.
11964
11965 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11966
11967 * config.guess: Sync with egcs. Picks up new alpha support,
11968 BeOS & some additional linux support.
11969
11970 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11971
11972 * config.guess: HP 9000/803 is a PA1.1 machine.
11973
11974 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11975
11976 * configure.in: It's alpha*-...
11977
11978 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11979
11980 * configure.in (host_makefile_frag, target_makefile_frag):
11981 Handle multiple config files.
11982 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11983 alpha-*-*.
11984
11985 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11986
11987 * mkdep: New file.
11988
11989 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11990
11991 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11992
11993 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11994
11995 * Makefile.in: Add libgui directory.
11996 (GDB_TK): Add all-libgui.
11997 * configure.in: Add libgui directory.
11998 * configure: Add all-libgui to GDB_TK.
11999
12000 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12001
12002 * config-ml.in (multidirs): Add m32r to multilib list.
12003
12004 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12005
12006 * Makefile.in (all-target-gperf): Change dependency to
12007 all-target-libstdc++.
12008
12009 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12010
12011 * config.guess: Add BeOS support.
12012
12013 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12014
12015 Source directory cvs renamed to cvssrc:
12016 * configure.in (host_tools): Change cvs to cvssrc.
12017 (native_only): Likewise.
12018 (noconfigdirs) [various cases]: Likewise.
12019 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12020 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12021 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12022 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12023 (all-cvssrc): Rename target from all-cvs.
12024
12025 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12026
12027 * configure (gxx_include_dir): Fix thinko.
12028
12029 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12030
12031 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12032 (install-cross, install-gcc-cross): New targets.
12033
12034 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12035
12036 * configure.in (noconfigdirs): Add support for Thumb target.
12037
12038 * config.sub (maybe_os): Add support for Thumb target.
12039
12040 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12041
12042 * Makefile.in: Add rules for cygmon.
12043
12044 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12045
12046 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12047
12048 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12049 * configure (gxx_include_dir): Provide a definition for subdirs
12050 which do not use autoconf.
12051
12052 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12053
12054 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12055 11/18/97 build
12056
12057 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12058
12059 * From Franz Sirl.
12060 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12061 found on RedHat Linux systems.
12062
12063 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12064
12065 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12066 guesses.
12067
12068 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12069
12070 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12071
12072 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12073
12074 * ltmain.sh: If mkdir fails, check whether the directory was created
12075 anyhow by some other process.
12076
12077 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12078
12079 * configure.in (d30v-*-*): Configure all directories.
12080
12081 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12082
12083 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12084 for the D30V.
12085
12086 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12087
12088 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12089
12090 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12091
12092 * include/libiberty.h: Add extern "C" { so it can be used with C++
12093 progrms.
12094 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12095 programs.
12096
12097 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12098
12099 * configure.in (d30v-*-*): Configure GCC now.
12100
12101 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12102
12103 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12104 is no longer needed.
12105
12106 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12107
12108 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12109
12110 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12111
12112 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12113 targets using "$@" to provide support for similar but not identical
12114 targets without having to duplicate code.
12115
12116 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12117
12118 * makefile.vms: Fix to work with DEC C.
12119
12120 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12121
12122 * config.sub: Add mips-tx39-elf to marketing names.
12123
12124 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12125
12126 * ltmain.sh: Handle symlinks in generated script.
12127
12128 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12129
12130 * configure: Handle autoconf style directory options: --bindir,
12131 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12132 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12133 --sysconfdir.
12134 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12135 (sharedstatedir, localstatedir, oldincludedir): New variables.
12136 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12137 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12138 sbindir, sharedstatedir, and sysconfdir.
12139
12140 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12141
12142 * Makefile.in (bootstrap-lean): New target.
12143
12144 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12145
12146 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12147 sn, and gnuserv from noconfigdirs.
12148
12149 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12150
12151 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12152
12153 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12154
12155 * Makefile.in (cross): New target.
12156
12157 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12158 Jeff Law <law@cygnus.com>
12159
12160 * Makefile.in (bootstrap2, bootstrap3): New targets.
12161 (all-bootstrap): Remove outdated and confusing target.
12162 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12163
12164 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12165
12166 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12167 windows. Consistent with gdb/configure.
12168
12169 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12170
12171 * configure.in: Name Linux target fragment.
12172
12173 * configure: Rewrite so that project Makefile fragment is inserted
12174 first and appears last in the resulting Makefile.
12175
12176 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12177
12178 * Makefile.in (install-itcl): Install tcl first.
12179
12180 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12181
12182 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12183
12184 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12185
12186 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12187
12188 * configure.in (skipdirs): Add target-librx for Linux.
12189 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12190
12191 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12192
12193 * Makefile.in (bootstrap): New target.
12194
12195 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12196
12197 * config.sub: Accept 'amigados' for backward compatibility.
12198
12199 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12200
12201 * config.guess: Merge with FSF.
12202
12203 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12204
12205 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12206
12207 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12208
12209 * config.sub: Add "marketing-names" patch.
12210
12211 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12212
12213 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12214
12215 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12216
12217 * config.sub: Handle v850-elf.
12218
12219 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12220
12221 * .cvsignore (*-install): Remove.
12222
12223 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12224
12225 * ltconfig: Set CONFIG_SHELL in libtool.
12226 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12227
12228 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12229
12230 * configure.in (target_subdir): Set to libraries if enable_multilib.
12231
12232 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12233
12234 * config.guess: Update from gcc directory.
12235
12236 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12237
12238 * Makefile.in (all-sim): Depends on all-readline.
12239
12240 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12241
12242 * Makefile.in (BISON, YACC): Use $$s.
12243 (all-bison): Depend on all-texinfo.
12244
12245 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12246
12247 * Makefile.in (BISON): Add -L flag.
12248 (YACC): Likewise.
12249
12250 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12251
12252 * configure.in (noconfigdirs): Add support for v850e target.
12253
12254 * config.sub (maybe_os): Add support for v850e target.
12255
12256 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12257
12258 * configure.in (noconfigdirs): Add support for v850ea target.
12259
12260 * config.sub (maybe_os): Add support for v850ea target.
12261
12262 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12263
12264 * config.sub: Add mipstx39. Delete r3900.
12265
12266 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12267
12268 * Makefile.in (all-autoconf): Depends on all-texinfo.
12269
12270 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12271
12272 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12273 eabi targets.
12274
12275 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12276
12277 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12278
12279 * configure: When handling a Canadian Cross, handle YACC as well as
12280 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12281 * Makefile.in (all-bison): Depend upon all-texinfo.
12282
12283 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12284
12285 * Makefile.in (BISON): bison, not byacc or bison -y.
12286 (YACC): bison -y or byacc or yacc.
12287 (various): Add *-bison as appropriate.
12288 (taz): No need to mess with BISON anymore.
12289
12290 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12291
12292 * configure: If OSTYPE matches *win32*, try to find a good value for
12293 CONFIG_SHELL.
12294
12295 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12296
12297 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12298 configure.in if it is present.
12299
12300 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12301
12302 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12303
12304 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12305
12306 * config.sub: Recognize `arc' cpu.
12307 * configure.in: Likewise.
12308 * config-ml.in: Likewise.
12309
12310 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12313
12314 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12315
12316 * configure: Changed sed delimiter from ':' to '|' when
12317 attempting to substitute ${config_shell} for SHELL. On
12318 NT ${config_shell} may contain a ':' in it.
12319
12320 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12321
12322 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12323
12324 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12325
12326 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12327
12328 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12329
12330 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12331
12332 * ylwrap: If the program is a relative path, force it to be
12333 absolute.
12334
12335 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12336
12337 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12338
12339 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12340
12341 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12342 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12343 for libraries.
12344
12345 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12346
12347 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12348 separated by spaces.
12349
12350 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * ylwrap: New file.
12353 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12354
12355 * ltmain.sh: Handle /bin/sh at start of install program.
12356
12357 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12358
12359 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12360 * missing: New file, from automake 1.2.
12361
12362 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12363
12364 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12365 check-tk to CHECK_X11_MODULES.
12366
12367 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12368
12369 * config.sub: Merge with FSF.
12370
12371 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12372
12373 * config.guess: Merge with FSF.
12374
12375 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12376
12377 * configure: Treat msdosdjgpp like go32.
12378 * configure.in: Likewise. Don't remove gprof for go32.
12379
12380 * configure: Change Makefile.tem2 to Makefile.tm2.
12381
12382 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12383
12384 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12385
12386 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12387
12388 * install-sh (chmodcmd): Set to null if the DST directory already
12389 exists. Same as Nov 11th change.
12390
12391 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12392
12393 * configure (GDB_TK): Needs itcl and tix.
12394
12395 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12396
12397 * config.guess: Update from FSF.
12398
12399 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12400
12401 * Makefile.in (GDB_TK): Depend on itcl and tix.
12402
12403 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12404
12405 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12406 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12407 (INSTALL_SCRIPT): New variable.
12408 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12409 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12410 to -x.
12411 * install-sh: Add support for -x option.
12412
12413 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12414
12415 * configure.in, Makefile.in: Treat tix like itcl.
12416
12417 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12418
12419 * Makefile.in (WINDRES): New variable.
12420 (WINDRES_FOR_TARGET): New variable.
12421 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12422 (EXTRA_HOST_FLAGS): Add WINDRES.
12423 (EXTRA_TARGET_FLAGS): Add WINDRES.
12424 (EXTRA_GCC_FLAGS): Add WINDRES.
12425 ($(DO_X)): Pass down WINDRES.
12426 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12427 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12428 DLLTOOL_FOR_TARGET.
12429
12430 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12431
12432 * configure.in: configure sim before gdb for win32-x-ppc
12433
12434 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12435
12436 Move gperf into the toplevel, from libg++.
12437 * configure.in (target_tools): Add target-gperf.
12438 (native_only): Add target-gperf.
12439 * Makefile.in (all-target-gperf): New target, depend on
12440 all-target-libg++.
12441 (configure-target-gperf): Empty rule.
12442 (ALL_TARGET_MODULES): Add all-target-gperf.
12443 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12444 (CHECK_TARGET_MODULES): Add check-target-gperf.
12445 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12446 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12447
12448 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12449
12450 * config.sub (mn10200): Recognize new basic machine.
12451
12452 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12453
12454 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12455 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12456
12457 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12458
12459 * configure.in: If we're building mips-sgi-irix6* native, turn on
12460 ENABLE_MULTILIB and set TARGET_SUBDIR.
12461
12462 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12463
12464 * Makefile.in (all-sn): Depend on all-grep.
12465
12466 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12467
12468 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12469
12470 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12471 Makefile. From Jeff Makey <jeff@cts.com>.
12472 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12473
12474 * Makefile.in (DISTBISONFILES): Remove.
12475 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12476 $(DEFAULT_YACC).
12477
12478 * configure.in: Build itl, db, sn, etc., when building for native
12479 cygwin32.
12480
12481 * Makefile.in (LD): New variable.
12482 (EXTRA_HOST_FLAGS): Pass down LD.
12483 ($(DO_X)): Likewise.
12484
12485 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12486
12487 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12488
12489 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12490
12491 * configure.in (targargs): Strip out any supplied --build argument
12492 before adding our own. Always add --build.
12493
12494 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12495
12496 * configure.in (targargs): Pass --build if we're doing
12497 a cross-compile.
12498
12499 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12500
12501 * configure: Use '|' instead of ":" as the separator in
12502 sed. Otherwise sed chokes on NT path names with drive
12503 designators. Also look for "?:*" as the leading characters in an
12504 absolute pathname.
12505
12506 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12507
12508 * config.sub: Support for r3900.
12509
12510 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12511
12512 * configure.in: Use install-sh, not install.sh.
12513
12514 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12515
12516 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12517 apply it twice.
12518
12519 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12520
12521 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12522 install-binutils.
12523
12524 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12525
12526 * Makefile.in: Add automake targets.
12527 * configure.in (host_tools): Add automake.
12528
12529 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12530
12531 * configure: Default CXX to c++, not gcc.
12532 * Makefile.in (CXX): Set to c++, not gcc.
12533 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12534
12535 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12536
12537 * install-sh: try appending a .exe if source file doesn't
12538 exist
12539
12540 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12541
12542 * configure.in: Turn on multilib by default.
12543 (cross_only): Remove target-libiberty.
12544
12545 * Makefile.in (all-gcc): Don't depend on libiberty.
12546
12547 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12548
12549 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12550
12551 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12552
12553 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12554 (DISTBISONFILES): Add ld/Makefile.in
12555
12556 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12557
12558 * configure.in: if target is cygwin32 but host isn't cygwin32,
12559 don't configure gdb tcl tk expect, not just gdb.
12560
12561 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12562
12563 * configure.in: Added gnuserv everywhere sn appears.
12564
12565 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12566 (CROSS_CHECK_MODULES): Added check-gnuserv.
12567 (INSTALL_MODULES): Added install-gnuserv.
12568 (CLEAN_MODULES): Added clean-gnuserv.
12569 (all-gnuserv): New target.
12570
12571 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12572
12573 * config.guess: Fixes for MIPS OpenBSD systems.
12574
12575 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12576
12577 * Makefile.in (INSTALL_XFORM): Remove.
12578 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12579
12580 * mkinstalldirs: New file, copied from automake.
12581 * Makefile.in (installdirs): Rename from install-dirs. Use
12582 mkinstalldirs. Change all users.
12583 (DEVO_SUPPORT): Add mkinstalldirs.
12584
12585 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12586
12587 * install-sh: Rename from install.sh.
12588 * Makefile.in (INSTALL): Change install.sh to install-sh.
12589 (DEVO_SUPPORT): Likewise.
12590
12591 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12592 Graichen <graichen@rzpd.de>.
12593
12594 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12595
12596 * config.guess: Recognize OpenBSD systems correctly.
12597
12598 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12599
12600 * README, Makefile.in (ETC_SUPPORT): Remove references to
12601 cfg-paper*, configure.{texi,man,info*}._
12602
12603 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12604
12605 * Makefile.in (all.normal): Ensure that gcc is built after all
12606 the x11 - ie gdb - targets.
12607
12608 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12609
12610 * makefile.vms: Don't run conf-a-gas.
12611
12612 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12613
12614 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12615
12616 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12617
12618 * configure.in: Remove noconfigdirs case since gdb also
12619 configures and builds for tic80-coff.
12620
12621 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12622
12623 * configure: Set cache_file to config.cache.
12624 * Makefile.in (local-distclean): Remove config.cache.
12625
12626 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12627
12628 * COPYING: Update FSF address.
12629
12630 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12631
12632 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12633 noconfigdirs.
12634
12635 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12636
12637 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12638 MAKEDIRS, is empty.
12639
12640 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12641
12642 * config.sub: Tweak mn10300 entry.
12643
12644 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12645
12646 * configure.in (host_tools): Put sim before gdb, so gdb's
12647 configure.tgt can determine if the simulator was configured.
12648
12649 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12650
12651 * config.sub: Move BeOS $os case to be with other Cygnus
12652 local cases.
12653
12654 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12655
12656 * config.sub: Remove misplaced comment that broke Linux.
12657
12658 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12659
12660 * config.sub: Add BeOS support.
12661
12662 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12663
12664 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12665
12666 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12667
12668 * configure.in (noconfigdirs): Remove tcl and tk from
12669 noconfigdirs for cygwin32 builds.
12670
12671 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12672
12673 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12674
12675 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12676
12677 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12678 make-all.com, use makefile.vms instead.
12679
12680 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12681
12682 * config.sub: Accept -lnews*.
12683
12684 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12685
12686 * configure.in (noconfigdirs): Disable target-newlib,
12687 target-examples and target-libiberty for d30v.
12688
12689 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12690
12691 * configure.in (noconfigdirs): Enable ld for d30v.
12692
12693 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12694
12695 * configure.in (tic80-*-*): Build compiler.
12696
12697 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12698
12699 * configure.in (d30v-*): Remove sim directory from list of
12700 unsupported d30v directories
12701
12702 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12703
12704 * config.sub, configure.in: Add d30v target cpu.
12705
12706 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12707
12708 * makefile.vms: New file.
12709 * make-all.com: Remove.
12710
12711 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12712
12713 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12714
12715 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12716
12717 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12718
12719 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12720
12721 * Makefile.in (ALL_MODULES): Added all-db.
12722 (CROSS_CHECK_MODULES): Addec check-db.
12723 (INSTALL_MODULES): Added install-db.
12724 (CLEAN_MODULES): Added clean-db.
12725
12726 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12727
12728 * config.guess: Merge with latest FSF sources.
12729
12730 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12731
12732 * Makefile.in (ALL_MODULES): Added all-itcl.
12733 (CROSS_CHECK_MODULES): Added check-itcl.
12734 (INSTALL_MODULES): Added install-itcl.
12735 (CLEAN_MODULES): Added clean-itcl.
12736
12737 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12738
12739 * configure.in: build gdb for mn10200
12740
12741 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12742
12743 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12744
12745 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12746
12747 * configure.in (tic80-*-*): Turn off most targets right now.
12748
12749 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12750
12751 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12752 rather than the makeinfo program.
12753 (do-info): Depend upon all-texinfo.
12754
12755 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12756
12757 * configure.in: Remove uses of config/mh-linux.
12758
12759 * config.sub, config.guess: Merge with latest FSF sources.
12760
12761 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12762
12763 * config.sub (case $basic_machine): Add tic80 entries.
12764
12765 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12766
12767 * config.sub, config.guess: Merge with latest FSF sources.
12768
12769 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12770
12771 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12772 * mpw-config.in: Test for NewFolderRecursive.
12773 * mpw-install: Use symbolic name for startup filename.
12774 * mpw-README: Add various additional details.
12775
12776 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12777
12778 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12779
12780 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12781
12782 * configure.in: Do build gcc and the target libraries for
12783 the mn10200.
12784
12785 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12786
12787 * configure.in: don't avoid building gdb for mn10300 any more
12788 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12789 instead of single-quoting it.
12790
12791 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12792
12793 * configure.in: Don't use --with-stabs on IRIX 6.
12794
12795 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12796
12797 * configure.in (m32r): Build gdb, libg++ now.
12798
12799 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12800
12801 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12802 directories from noconfigdirs.
12803
12804 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12805
12806 * config.sub (basic_machine): added mips16 configuration
12807
12808 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12809
12810 * config.sub: Handle d10v-unknown.
12811
12812 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12813
12814 * config.sub: Handle v850-unknown.
12815
12816 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12817
12818 * Makefile.in: add findutils
12819 * configure.in: add findutils to list of host_tools
12820
12821 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12822
12823 * config.sub: Handle mn10200 and mn10300.
12824
12825 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12826
12827 * configure.in (d10v-*): Do not build librx.
12828
12829 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12830
12831 * configure.in (mn10300): Build everything except gdb & libgloss.
12832
12833 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12834
12835 * config.guess: Patch for Dansk Data Elektronik servers,
12836 from Niels Skou Olsen <nso@dde.dk>.
12837
12838 For ncr, use /bin/uname rather than uname, since GNU uname does not
12839 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12840
12841 Patch for MIPS R4000 running System V,
12842 from Eric S. Raymond <esr@snark.thyrsus.com>.
12843
12844 Fix thinko for nextstep.
12845
12846 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12847
12848 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12849 * config.guess: Guess mips-dec-mach_bsd4.3.
12850
12851 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12852 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12853 release numbers.
12854 * config.guess (mips-mips-riscos*): Emit just enough of the
12855 release number.
12856
12857 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12858 * config.guess (sparc-auspex-sunos*): Added.
12859 (f300-fujitsu-*): Added.
12860
12861 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12862 * config.guess: Recognize a Tadpole as a sparc.
12863
12864 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12865
12866 * config.guess: Don't assume that NextStep version is either 2 or
12867 3. NextStep 4 (aka OpenStep 4) has come out now.
12868
12869 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12870
12871 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12872 From Rik Faith <faith@cs.unc.edu>.
12873
12874 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12875
12876 * config.sub: Contributions from bug-gnu-utils to:
12877 Support plain "hppa" (no version given) architecture, reported by
12878 OpenStep.
12879 OpenBSD like NetBSD.
12880 LynxOs is not a hardware supplier.
12881
12882 * config.guess: Contributions from bug-gnu-utils to add support for:
12883 OpenBSD like NetBSD.
12884 Stratus systems.
12885 More Pyramid systems.
12886 i[n>4]86 Intel chips.
12887 M680[n>4]0 Motorola chips.
12888 Use unknown instead of lynx for hardware manufacturer.
12889
12890 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12891
12892 * install.sh (chmodcmd): Set to null if the DST directory already
12893 exists.
12894
12895 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12896
12897 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12898 not use mt-ppc target Makefile fragment any more.
12899
12900 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12901
12902 * configure.in (*-*-windows): Exclude everything but those dirs
12903 needed to build windows.
12904
12905 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12906
12907 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12908
12909 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12910
12911 * configure.in: Exclude mmalloc from i386-windows.
12912
12913 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12914
12915 * Undo my previous change.
12916
12917 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12918
12919 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12920 unconditionally.
12921 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12922
12923 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12924
12925 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12926 host to add it's own flags.
12927
12928 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12929
12930 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12931
12932 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12933
12934 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12935 (CXX_FOR_TARGET): Likewise.
12936 (GCC_FOR_TARGET): Define.
12937 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12938 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12939 CC_FOR_TARGET was specified on the command line.
12940 (MAKEOVERRIDES): Don't define.
12941
12942 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12943
12944 * configure.in (m32r): Fix spelling of libg++ libs.
12945
12946 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12947
12948 * config.sub (-apple*): Remove, now redundant.
12949
12950 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12951
12952 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12953
12954 * configure: Rework yesterday's sed script patch.
12955
12956 * config.sub: Merge with FSF.
12957
12958 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12959
12960 * config.guess: Merge from FSF.
12961
12962 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12963 * config.guess: Use pc instead of unknown, for pc clone systems.
12964 Change linux to linux-gnu.
12965
12966 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12967 * config.guess: Avoid non-portable tr syntax.
12968
12969 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12970
12971 * test-build.mk (HOLES): Add "xargs" for gdb.
12972
12973 * configure: Avoid hpux10.20 sed bug.
12974
12975 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12976
12977 * configure.in: Add support for windows host
12978 (that is a build done under the Microsoft build environment).
12979
12980 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12981
12982 * Makefile.in: Replace all uses of srcroot with s, to shrink
12983 command line lengths.
12984
12985 Patches from Geoffrey Noer <noer@cygnus.com>:
12986 * configure.in: If configuring for newlib, pass --with-newlib to
12987 subdirectories.
12988 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12989 -Bnewlib/ and -Lwinsup to gcc.
12990 (CXX_FOR_TARGET): Likewise.
12991
12992 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12993
12994 * Makefile.in (ETC_SUPPORT): Add configure.
12995
12996 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12997
12998 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12999 host configuration file.
13000
13001 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13002
13003 * configure.in: Break mn10x00 support into separate
13004 mn10200 and mn10300 configurations.
13005 * config.sub: Likewise.
13006
13007 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13008
13009 * configure.in: Add lots of stuff to noconfigdirs for
13010 the mn10x00 targets.
13011
13012 * config.sub, configure.in: Add mn10x00 support.
13013
13014 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13015
13016 * make-all.com: Call conf-a-gas, not config-a-gas.
13017
13018 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13019
13020 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13021 targets.
13022
13023 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13024
13025 * mpw-README: Add much more detail for native PowerMac.
13026 * mpw-install: New file.
13027 * mpw-configure: Add --norecursion and --help options.
13028 * mpw-config.in: Translate readme and install files when
13029 copying to objdir.
13030 * mpw-build.in: Don't always depend on byacc and flex.
13031 (install-only-top): New action.
13032
13033 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13034
13035 * configure.in: You can now configure GDB for the v850.
13036
13037 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13038
13039 * configure.in (noconfigdirs): Don't configure any C++ dirs
13040 if targeting D10V.
13041
13042 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13043
13044 * config.sub: Recognize mips64vr5000.
13045
13046 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13047
13048 * configure.in: Use a single line for host_tools and native_only.
13049
13050 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13051
13052 * config.sub, configure.in: Add entries for m32r.
13053
13054 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13055
13056 * Makefile.in (inet-install): Don't run install-gzip.
13057
13058 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13059
13060 * configure.in: Don't config lots of things for *-*-windows*.
13061
13062 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13063
13064 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13065 (host_libs, host_tools): Copy from configure.in.
13066 * mpw-configure: Don't complain about directories not found.
13067
13068 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13069
13070 * configure.in (i[345]86): Recognize i686 for pentium pro.
13071 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13072 file.
13073
13074 * config.guess (i[345]86): Ditto.
13075
13076 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13077
13078 * configure.in (noconfigdirs): Removed gdb for D10V.
13079
13080 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13081
13082 * configure.in: Remove ld, target-libio, target-libg++, and
13083 target-libstdc++ from noconfigdirs.
13084
13085 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13086
13087 * configure: Fix three locations where shell scripts were
13088 being run directly rather than with config_shell.
13089
13090 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13091
13092 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13093 * config.sub (basic_machine): Recognize v850.
13094
13095 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13096
13097 * mpw-configure: Handle multiple enable/disable options and
13098 pass them down recursively, handle -c and -s flags appropriately
13099 depending on choice of compiler, add escape mechanism for
13100 quoted arguments to gC.
13101
13102 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13103
13104 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13105 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13106 so that -mrelocatable-lib and -mno-eabi are used.
13107
13108 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13109 not support --print-multi-lib, don't abort.
13110
13111 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13112
13113 * make-all.com: Run config-a-gas.
13114 * setup.com: Don't copy subdirectory files around.
13115
13116 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13117
13118 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13119 target, it now compiles correctly.
13120
13121 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13122
13123 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13124
13125 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13126
13127 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13128
13129 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13130
13131 * configure.in (native_only): Add prms.
13132
13133 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13134
13135 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13136 (BINUTILS_SUPPORT_DIRS): Likewise.
13137
13138 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13139
13140 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13141 d10v support is added.
13142
13143 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13144
13145 * configure.in (d10v-*-*): New target.
13146
13147 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13148
13149 * config.guess (HP 9000/811): Recognize this as a PA1.1
13150 machine.
13151
13152 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13153
13154 * Makefile.in (do-tar-gz): New target, split out from tail end of
13155 taz target. Run each command separately, don't use pipes.
13156 (taz): Use it.
13157
13158 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13159
13160 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13161 * mpw-build.in: No builds should depend on building byacc or flex,
13162 they are assumed to be installed already.
13163
13164 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13165
13166 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13167 variable that CC_FOR_TARGET needs.
13168
13169 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13170
13171 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13172 options have changed since the last time the subdirectory was
13173 configured, and if it has, reconfigure.
13174 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13175 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13176
13177 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13178
13179 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13180 CLEAN_MODULES): Add bash.
13181 (all-bash): New target.
13182
13183 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13184
13185 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13186
13187 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13188
13189 * config.sub (basic_machine): Recognize d10v as a valid processor.
13190
13191 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13192
13193 * mpw-configure: Add support for --bindir.
13194 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13195
13196 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13197
13198 * configure.in: add bash, time, gawk to list of hosttools and things
13199 to only build for native toolchains
13200
13201 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13202
13203 * Makefile.in (docdir): Remove.
13204
13205 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13206
13207 * Makefile.in (datadir): Set to $(prefix)/share.
13208
13209 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13210
13211 * configure.in: build diff and patch for cygwin32-hosted
13212 toolchains.
13213
13214 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13215
13216 * config.sub: Accept -rtems*.
13217
13218 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13219
13220 * configure.in: enable dosrel for cygwin32-hosted builds,
13221 remove diff from the list of things not buildable
13222 via Canadian Cross
13223
13224 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13225
13226 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13227 don't get ". ".
13228
13229 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13230
13231 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13232
13233 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13234
13235 * Makefile.in (taz): Handle case where tex3patch didn't even get
13236 checked out. Also, if it was found, put the symlink in a new util
13237 subdirectory.
13238
13239 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13240
13241 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13242
13243 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13244
13245 * config.sub: Recognize -openvms.
13246 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13247 * make-all.com, setup.com: New files.
13248
13249 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13250
13251 * Makefile.in (taz): tex3patch moved to texinfo/util.
13252
13253 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13254
13255 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13256 * configure.in: remove make from disable-if-Can-Cross list
13257 enable gdb if ${host} and ${target} are cygwin32
13258
13259 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13260
13261 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13262 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13263
13264 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13265
13266 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13267 distinguish sysv/svr4/bsd variants.
13268 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13269
13270 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13271
13272 * configure.in: Added copyright notice.
13273 * move-if-change: Added copyright notice.
13274
13275 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13276
13277 * configure.in (powerpcle-*-solaris*): Until we get shared
13278 libraries working, don't build gdb, sim, make, tcl, tk, or
13279 expect.
13280
13281 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13282
13283 * config.guess: Merge with FSF:
13284
13285 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13286 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13287
13288 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13289 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13290
13291 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13292 * config.guess: Combine two OSF1 rules.
13293 Also recognize field test versions. From mjr@zk3.dec.com.
13294 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13295 because GNU uname does not support -p. From pmr@pajato.com.
13296
13297 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13298
13299 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13300
13301 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13302
13303 * mpw-README: Document GCCIncludes.
13304
13305 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13306
13307 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13308
13309 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13310
13311 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13312
13313 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13314
13315 * configure.in (*-*-cygwin32): Configure make.
13316
13317 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13318
13319 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13320
13321 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13322
13323 * Makefile.in (all-inet): Depend on all-perl.
13324
13325 * Makefile.in (inet-install): New target.
13326
13327 * Makefile.in (all-inet): Depend on all-tcl.
13328 (all-inet): Depend on all-send-pr.
13329
13330 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13331
13332 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13333 temporarily.
13334
13335 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13336
13337 * configure.in: Don't configure --with-gnu-ld on AIX.
13338
13339 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13340
13341 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13342
13343 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13344
13345 * Makefile.in (ALL_MODULES): Added all-inet.
13346 (CROSS_CHECK_MODULES): Added check-inet.
13347 (INSTALL_MODULES): Added install-inet.
13348 (CLEAN_MODULES): Added clean-inet.
13349 (all-indent): New target.
13350
13351 * configure.in (host_tools): Added inet.
13352 (native_only): Added inet.
13353 (noconfigdirs): Added inet.
13354
13355 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13356
13357 * configure.in: Don't configure libgloss if we are not configuring
13358 newlib.
13359
13360 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13361
13362 * configure.in: Don't configure libgloss for unsupported
13363 architectures.
13364
13365 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13366
13367 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13368
13369 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13370
13371 * Makefile.in (ALL_MODULES): Include all-apache.
13372 (CROSS_CHECK_MODULES): Include check-apache.
13373 (INSTALL_MODULES): Include install-apache.
13374 (all-apache): New target.
13375
13376 * configure.in: Added apache everywhere perl is seen.
13377
13378 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13379
13380 * Makefile.in: Add support for clean-{module} and
13381 clean-target-{module} rules.
13382
13383 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13384
13385 * configure.in (*-*-ose) do not build libgloss.
13386
13387 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13388
13389 * config.guess (prep*:SunOS:5.*:*): Turn into
13390 powerpele-unknown-solaris2.
13391
13392 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13393
13394 * configure.in: Permit --enable-shared to specify a list of
13395 directories.
13396
13397 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13398
13399 * configure.in (host==solaris): Pass only the first word of $CC
13400 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13401
13402 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13403
13404 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13405
13406 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13407
13408 * Makefile.in (ALL_MODULES): Include all-perl.
13409 (CROSS_CHECK_MODULES): Include check-perl.
13410 (INSTALL_MODULES): Include install-perl.
13411 (ALL_X11_MODULES): Include all-guile.
13412 (CHECK_X11_MODULES): Include check-guile.
13413 (INSTALL_X11_MODULES): Include install-guile.
13414 (all-perl): New target.
13415 (all-guile): New target.
13416
13417 * configure.in (host_tools): Include perl and guile.
13418 (native_only): Include perl and guile.
13419 (noconfigdirs): Don't build guile and perl; no ports have been
13420 done.
13421
13422 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13423
13424 * configure (--enable-*): Handle quoted option lists such as
13425 --enable-sim-cflags='-g0 -O' better.
13426
13427 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13428
13429 * Makefile.in ({,inst}all-target): New rule so we can make and
13430 install all of the target directories easily.
13431
13432 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13433
13434 * configure.in: Add missing global flag in sed substitution when
13435 deleting `target-' from ${configdirs}.
13436
13437 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13438
13439 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13440 option.
13441
13442 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13443 config/mh-necv4.
13444
13445 * install.sh: Correct misspelling of transformbasename.
13446
13447 * config.guess: Recognize mips-*-sysv*.
13448
13449 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13450
13451 * config.sub: Recognize mon960.
13452
13453 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13454
13455 * configure: Restore Canadian Cross handling of BISON and LEX,
13456 removed in Feb 20 change.
13457
13458 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13459
13460 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13461 Mention make install. Remove the old copyright date as well the
13462 clumsy and rather pointless copyright on the README file.
13463
13464 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13465
13466 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13467 Makefile after running symlink-tree, then run `make distclean' to
13468 avoid clobbering any generated files in srcdir.
13469
13470 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13471
13472 * configure.in (m68k-*-netbsd*): Build everything now.
13473
13474 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13475
13476 * Makefile.in (taz): Fix quoting.
13477
13478 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13479
13480 * configure.in (sparclet-*-*): Build everything now.
13481
13482 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13483
13484 * configure.in (m68k-*-linux*): New host.
13485
13486 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13487
13488 * configure: Check for bison before byacc.
13489
13490 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13491
13492 * Makefile.in configure: Change the way LEX and BISON/YACC are
13493 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13494 searching PATH. These are used as fallbacks by Makefile.in if
13495 flex/bison/byacc aren't in objdir.
13496
13497 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13498
13499 * Makefile.in: Make everything which depends upon all-bfd also
13500 depend upon all-opcodes, in case --with-commonbfdlib is used.
13501
13502 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13503
13504 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13505 building NT native compilers on Unix.
13506
13507 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13508
13509 * configure.in: Don't get CC from the host Makefile fragment if we
13510 can find gcc in PATH, or if this is a Canadian Cross. Move the
13511 Solaris test for /usr/ucb/cc to the post target script, just after
13512 the compiler sanity test.
13513
13514 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13515
13516 * config.sub: Merge with FSF.
13517
13518 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13519
13520 * Makefile.in (RPATH_ENVVAR): New variable.
13521 (REALLY_SET_LIB_PATH): Use it.
13522 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13523
13524 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13525
13526 * config.sub, configure.in: Recognize sparclet cpu.
13527
13528 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13529
13530 * config.guess: Support m68k-cbm-sysv4.
13531
13532 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13533
13534 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13535 m68k-unknown-linuxaout from linker help string. Put quotes around
13536 $ld_help_string.
13537
13538 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13539
13540 * config.guess (powerpc-harris-powerunix): Add guess for port
13541 to new target.
13542
13543 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13544
13545 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13546
13547 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13548
13549 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13550 $(REALLY_SET_LIB_PATH) in Makefile.
13551 * Makefile.in (SET_LIB_PATH): New variable.
13552 (REALLY_SET_LIB_PATH): New variable.
13553 ($(DO_X)): Use $(SET_LIB_PATH).
13554 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13555 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13556 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13557 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13558 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13559 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13560 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13561 (install-dosrel): Likewise.
13562 (all-opcodes): Depend upon all-libiberty.
13563
13564 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13565
13566 * config.guess (*:CYGWIN*): New
13567
13568 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13569
13570 * Makefile.in (all-target-winsup): All all-target-libiberty.
13571
13572 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13573
13574 * configure.in (noconfigdirs): Add missing # in front of comment.
13575
13576 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13577
13578 * configure.in: add second pass to things added to noconfigdirs
13579 so *-gm-magic can exclude libgloss properly.
13580
13581 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13582
13583 * mpw-configure (extralibs_name, rez_name): Set correctly
13584 for MWC68K compiler.
13585
13586 * mpw-README: Add more info on the necessary build tools.
13587
13588 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13589
13590 * configure.in, config.sub: Recognize cygwin32.
13591
13592 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13593
13594 * config.guess, config.sub: Recognize A/UX.
13595
13596 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13597
13598 * config.sub: Merge with gcc/config.sub.
13599
13600 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13601
13602 * mpw-build.in (do-binutils): Add build of stamps.
13603
13604 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13605
13606 * config.sub: Add recognition for mips64vr4100*-* targets.
13607
13608 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13609
13610 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13611 Add creation of gconfigargs with `--enable-shared' turned on.
13612 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13613 ($(host)-stamp-stage3-configured): Likewise.
13614 (HOLES): Add chatr and ldd.
13615 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13616
13617 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13618
13619 * configure: Pass --nfp to recursive configures.
13620
13621 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13622
13623 * Makefile.in (DLLTOOL): New.
13624 (DLLTOOL_FOR_TARGET): New.
13625 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13626 (EXTRA_TARGET_FLAGS): Ditto.
13627 (EXTRA_GCC_FLAGS): Ditto.
13628 (CONFIGURE_TARGET_MODULES): Ditto.
13629 (DO_X): Ditto.
13630 * configure: Add DLLTOOL.
13631
13632 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13633
13634 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13635 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13636 mh-sco, since old workarounds no longer needed, and don't
13637 build ld, since libraries have weak symbols in COFF.
13638
13639 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13640
13641 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13642
13643 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13644
13645 * configure.in: Make sure that ${CC} can be used to compile an
13646 executable.
13647
13648 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13649
13650 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13651 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13652 nothing depending on whether gdbtk is being built.
13653
13654 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13655
13656 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13657
13658 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13659
13660 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13661 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13662
13663 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13664
13665 * config-ml.in: Add support for
13666 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13667 Simplify setting of multidirs from --disable-foo.
13668
13669 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13670
13671 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13672 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13673 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13674 non-empty, pass them on to the GCC make.
13675 (all-bootstrap): New rule that is like all-gcc, except it executes
13676 the GCC bootstrap rule instead of the GCC all rule.
13677
13678 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13679
13680 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13681
13682 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13683
13684 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13685 DG/UX support.
13686
13687 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13688
13689 * config.sub (i*86*) Change [345] to [3456]
13690
13691 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13692
13693 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13694 --with-gnu-ld=no.
13695
13696 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13697
13698 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13699 AIX multilibs get built.
13700
13701 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13702
13703 * configure.in (i386-win32): Don't build expect if we're not
13704 building the tcl subdir.
13705
13706 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13707
13708 * Makefile.in: (configure-target-examples, all-target-examples):
13709 New targets, configure and build example programs.
13710
13711 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13712
13713 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13714 use it as input to sedit the generated MPW makefile.
13715 * mpw-README: Add a suggestion about Gestalt.h.
13716
13717 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13718
13719 * config.sub: Accept *-*-ieee*.
13720
13721 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13722
13723 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13724 Ronald F. Guilmette <rfg@monkeys.com>.
13725
13726 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13727
13728 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13729 for powerpc-pe native.
13730 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13731 (target==powerpc-pe): duplicate i386-win32 entry.
13732
13733 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13734
13735 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13736 of vxworks, not just vxworks5.1.
13737
13738 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13739
13740 * mpw-configure: Add support for exec-prefix.
13741
13742 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13743
13744 * config.guess: Recognize HP model 816 machines as having
13745 a PA1.1 processor.
13746
13747 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13748
13749 * configure: Ignore new autoconf configure options.
13750
13751 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13752
13753 * config.guess: Recognize Pentium under SCO.
13754 From Robert Lipe <robertl@arnet.com>.
13755
13756 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13757
13758 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13759
13760 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13761
13762 * configure.in: Don't configure gas for alpha-dec-osf*.
13763
13764 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13765
13766 * configure.in: Default to --with-stabs for some targets for which
13767 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13768 i[345]86*-*-unixware*.
13769
13770 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13771
13772 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13773 rather than basing it on the target. Simplify handling of options
13774 controlling which directories to configure. Remove extraneous
13775 slash in multi-clean target.
13776
13777 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13778
13779 * config-ml.in: Prefix more variables with ml_ so they don't collide
13780 with configure's.
13781
13782 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13783
13784 * configure: Don't turn -v into --v.
13785
13786 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13787
13788 * configure.in (targargs): Fix typo.
13789
13790 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13791
13792 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13793
13794 * configure.in: Strip --host and --target options from
13795 CONFIG_ARGUMENTS, and always configure for --host only. Add
13796 --with-cross-host option when building with a cross-compiler.
13797 * configure: Canonicalize the arguments put into config.status by
13798 always using `=' for an option with an argument. Pass a presumed
13799 --host or --target explicitly.
13800
13801 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13802
13803 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13804 into general OS recognition case.
13805
13806 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13807
13808 * configure.in (target_configdirs): add target-winsup only
13809 for win32 target systems.
13810
13811 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13812
13813 * Makefile.in (all-target-libgloss): Depend upon
13814 configure-target-newlib, since when libgloss is built it looks to
13815 see if the newlib directory exists.
13816
13817 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13818
13819 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13820 cfg-ml-*.in.
13821
13822 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13823
13824 * configure: Handle LD and LD_FOR_TARGET when configuring a
13825 Canadian Cross.
13826
13827 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13828
13829 * configure.in (target_libs): add target-winsup.
13830 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13831 (target==ppcle-pe): remove ld from $noconfigdirs.
13832
13833 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13834
13835 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13836 Preserve relative path names in $srcdir. Build symlink tree if
13837 configuring cross target dir and srcdir=. (= no VPATH support).
13838 (configure-target-libg++): Depend on configure-target-librx.
13839 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13840 * config-ml.in: New file.
13841 * symlink-tree: New file.
13842 * configure: Ensure srcdir="." if that's what it is.
13843
13844 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13845
13846 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13847 includes and FLEX_SKELETON setting.
13848 * mpw-configure (--with-gnu-ld): New option, controls whether
13849 to use PPCLink or ld with PowerMac GCC.
13850 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13851 * mpw-config.in: Configure grez if targeting Mac.
13852
13853 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13854 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13855 just macos.
13856 * configure.in: Configure grez resource compiler if targeting Mac.
13857 * Makefile.in (all-grez, install-grez): New targets.
13858
13859 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13860
13861 * configure: CXX defaults to gcc, not g++. If we find
13862 gcc in the path, set CC to gcc -O2.
13863
13864 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13865
13866 * configure: Default ${build} correctly. Avoid picking up extra
13867 spaces when reading CC and CXX from Makefile. When doing a
13868 Canadian Cross, use plausible default values for numerous
13869 variables.
13870 * configure.in: When doing a Canadian Cross, don't try to
13871 configure tools whose configure script can't handle it.
13872
13873 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13874
13875 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13876
13877 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13878
13879 * configure: Remove dubious bug reporting address.
13880
13881 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13882
13883 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13884 configure script, run that instead of this directory's configure.
13885 In either case, print a message that we're configuring the sub-dir.
13886
13887 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13888
13889 * configure.in: Before checking for the existence of various files,
13890 use sed to filter out "target-".
13891
13892 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13893
13894 * Makefile.in (DO_X): Split rule to decrease command line length
13895 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13896 (Philippe De Muyter).
13897
13898 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13899
13900 * Makefile.in (all-patch): depend on all-libiberty.
13901
13902 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13903
13904 * configure.in: If the only directory in target_configdirs which
13905 actually exists is libiberty, then set target_configdirs to empty,
13906 to avoid trying to build a target libiberty in a gas or gdb
13907 distribution.
13908
13909 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13910
13911 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13912 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13913 systems.
13914
13915 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13916
13917 * configure.in (copy_dirs): Use sys-include instead of include
13918 for --with-headers option.
13919
13920 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13921
13922 * Makefile.in, configure.in: Make winsup builds work with
13923 new scheme.
13924
13925 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13926
13927 * configure.in: Build the linker on AIX.
13928
13929 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13930
13931 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13932 where needed.
13933
13934 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13935
13936 * Makefile.in (all-gcc): Fix typo.
13937
13938 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13939
13940 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13941
13942 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13943
13944 * configure.in: Rename libFOO to target-libFOO, and xiberty
13945 to target-xiberty, to provide more flexibility.
13946 (target_subdir): Define. Create if cross.
13947 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13948 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13949 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13950 check-libFOO -> check-target-libFOO, etc.
13951 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13952 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13953 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13954 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13955 allow ALL_GCC="" to only configure.
13956 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13957 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13958 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13959
13960 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13961
13962 * Makefile.in (taz): Build "info" in etc explicitly.
13963
13964 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13965
13966 * configure.in: Make sure that CC is undefined (as opposed to
13967 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13968 problem with autoconf trying to configure on a host without GCC.
13969
13970 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13971
13972 * mpw-configure: Set host alias from choice of host compiler,
13973 only use generic MPW Makefile sed if present, edit a file
13974 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13975 * mpw-README: Add problem notes about CW6 and CW7.
13976
13977 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13978
13979 * Makefile.in (taz): Use ";" instead of ";;".
13980
13981 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13982
13983 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13984 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13985 DISTDOCDIRS.
13986 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13987 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13988
13989 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13990
13991 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13992 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13993 Move bfd to DISTSTUFFDIRS.
13994
13995 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13996
13997 * Makefile.in (X11_LIB): Removed.
13998 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13999
14000 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14001
14002 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14003
14004 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14005 names.
14006
14007 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14008
14009 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14010
14011 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14012
14013 * configure.in (i[345]86-*-win32): Always build newlib.
14014 Don't configure cvs, autoconf or texinfo.
14015 * Makefile.in (LD_FOR_TARGET): New.
14016 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14017 Pass down LD_FOR_TARGET.
14018
14019 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14020
14021 * winsup: New directory.
14022 * Makefile.in: Build winsup.
14023 * configure.in: Winsup is configured when target is win32.
14024 Can only build win32 target GDB when native.
14025
14026 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14027
14028 * config.guess: Recognize HP model 819 machines as having
14029 a PA 1.1 processor.
14030
14031 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14032
14033 * configure: Fix sed loop which substitutes for CC and CXX to
14034 avoid bug found in various sed implementations.
14035
14036 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14037
14038 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14039 simulator. Use standard powerpc-*-eabi*.
14040
14041 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14042
14043 * configure.in: Stop putting gas and binutils in noconfigdirs for
14044 powerpc-*-aix* and rs6000-*-*.
14045
14046 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14047
14048 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14049 -mcall-aixdesc libraries.
14050
14051 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14052
14053 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14054
14055 * config.sub (arm | armel | armeb): Fix shell syntax.
14056
14057 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14058
14059 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14060 -msoft-float and -mcpu=common support.
14061 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14062 libraries.
14063
14064 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14065
14066 * configure.in: Allow configuration and build of emacs19 for the alpha.
14067
14068 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14069
14070 * configure.in (CC): Get ^CC, not just any old CC, from
14071 ${host_makefile_frag}.
14072
14073 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14074
14075 * configure.in (CC): Try to get CC from
14076 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14077
14078 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14079
14080 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14081 only if it exists in $(srcdir).
14082
14083 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14084
14085 * configure: If CC and CXX are not set in the environment, set
14086 them, based on either an existing Makefile or on searching for gcc
14087 in PATH. Substitute for CC and CXX in Makefile.
14088 * configure.in: Remove libm from target_libs. Separate
14089 target_configdirs from configdirs. If CC is not set in
14090 environment, try to get it from a host Makefile fragment. Rewrite
14091 changes of configdirs to use skipdirs instead. A few minor
14092 tweaks. Take directories out of target_configdirs as they are
14093 taken out of configdirs. Remove existing Makefile files from
14094 subdirectories. Substitute for TARGET_CONFIGDIRS and
14095 CONFIG_ARGUMENTS in Makefile.
14096 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14097 by configure.in.
14098 (CONFIG_ARGUMENTS): Likewise.
14099 (CONFIGURE_TARGET_MODULES): New variable.
14100 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14101 ($(CONFIGURE_TARGET_MODULES)): New target.
14102 (configure-libg++, configure-libio): New targets.
14103 (all-libg++): Depend upon configure-libg++.
14104 (all-libio): Depend upon configure-libio.
14105 (configure-libgloss, all-libgloss): New targets.
14106 (configure-libstdc++): New target.
14107 (all-libstdc++): Depend upon configure-libstdc++.
14108 (configure-librx, all-librx): New targets.
14109 (configure-newlib): New target.
14110 (all-newlib): Depend upon configure-newlib
14111 (configure-xiberty): New target.
14112 (all-xiberty): Depend upon configure-xiberty.
14113
14114 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14115
14116 * configure.in (host i[345]86-*-win32): Expand the
14117 noconfigdirs again.
14118
14119 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14120
14121 * mpw-configure: Fix sed command file name.
14122
14123 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14124
14125 * configure.in (host i[345]86-*-win32): Reduce the
14126 noconfigdirs again.
14127
14128 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14129
14130 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14131 or powerpc*-*-pe*, since they are not yet supported.
14132
14133 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14134
14135 Add PowerMac support and many other enhancements.
14136 * mpw-configure: New option --cc to select compiler to use,
14137 paste options set according to --cc into the generated
14138 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14139 if mpw-make.sed is present.
14140 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14141 add forward includes for PowerPC include files.
14142 * mpw-build.in: Build using Makefile.PPC if present.
14143 (do-byacc, etc): Remove separate version resource builds.
14144 (do-gas): Build "stamps" before "all".
14145 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14146 * mpw-README: Update to reflect --cc option, PowerMac support,
14147 and recently-reported compatibility problems.
14148
14149 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14150
14151 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14152 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14153 (--with-multilib-top): Pass to recursive invocations.
14154
14155 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14156
14157 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14158 v810-*-*.
14159
14160 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14161
14162 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14163 gdb, ld and opcodes on v810-*-*.
14164
14165 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14166
14167 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14168 (local-maintainer-clean): New target.
14169 (maintainer-clean): New target.
14170 (realclean): Just depend upon maintainer-clean.
14171
14172 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14173
14174 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14175
14176 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14177
14178 * configure.in: Build ld in mips*-*-bsd* case.
14179
14180 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14181
14182 * config.sub: Accept -lites* OS. From Ian Dall.
14183
14184 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14185
14186 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14187 targets.
14188
14189 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14190
14191 * configure.in: treat i386-win32 canadian cross the same as
14192 i386-go32 canadian cross.
14193
14194 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14195
14196 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14197 running under the simulator to build a reduced set of libraries.
14198 (powerpc-*-eabiaix): Add fine grained multilib support added to
14199 other powerpc targets yesterday.
14200
14201 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14202
14203 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14204 -disable-softfloat, -disable-relocatable, -disable-aix, and
14205 -disable-sysv to control which multilib libraries get built.
14206
14207 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14208
14209 * configure: Add Makefile.tem to list of files to remove in trap
14210 handler.
14211
14212 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14213
14214 * config.guess (*Linux*): Add missing "exit"s.
14215 Also, need specific check for alpha-unknown-linux (uses COFF).
14216
14217 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14218
14219 * config.guess: Merge with FSF:
14220
14221 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14222 * config.guess (AIX4): More robust release numbering discovery.
14223
14224 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14225 * config.guess (i386-sequent-ptx): Properly get version number.
14226
14227 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14228 * config.guess (mips:*:4*:UMIPS): New case.
14229
14230 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14231
14232 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14233 (i386-win32 host): Likewise. Don't build readline.
14234
14235 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14236
14237 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14238 SUPPORT_FILES to submakes.
14239
14240 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14241
14242 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14243 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14244 mpw-configure.
14245
14246 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14247
14248 * configure.in (appdirs): Use =, not ==, in test expression when
14249 trying to build the text to print in the warning message for
14250 Solaris users.
14251
14252 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14253
14254 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14255
14256 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14257
14258 * config.guess: Recognize lynx-2.3.
14259
14260 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14261
14262 * config.sub (z8ksim): Deleted
14263 (z8k-*-coff): New, this is the one true name of the target.
14264
14265 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14266
14267 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14268
14269 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14270
14271 * config.guess (*:Linux:*:*): First try asking the linker what the
14272 default object file format is (elf, aout, or coff). Then if this
14273 fails, try previous methods.
14274
14275 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14276
14277 * configure.in: Don't build newlib for *-*-vxworks5.1.
14278
14279 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14280
14281 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14282 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14283
14284 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14285
14286 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14287
14288 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14289
14290 * cfg-ml-com.in: New file.
14291 * cfg-ml-pos.in: New file.
14292
14293 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14294
14295 * COPYING.NEWLIB: Add HP free copyright to list.
14296
14297 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14298
14299 * config.sub: Recognize -eabi* for the system, not just -eabi.
14300
14301 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14302
14303 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14304 * config.sub, configure.in (win32): New target and host.
14305
14306 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14307
14308 * configure.in: Add i386-pe configuration.
14309
14310 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14311
14312 * mpw-build.in (install): Install GDB after LD.
14313
14314 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14315
14316 * mpw-config.in (elf/mips.h): Always forward-include, needed
14317 for GDB to build.
14318
14319 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14320
14321 * testsuite: New directory for customer acceptance and whole tool
14322 chain tests.
14323
14324 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14325
14326 * configure: If per-host line isn't found, but AC_OUTPUT is found
14327 and a configure script exists, run it instead.
14328
14329 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14330
14331 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14332
14333 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14334
14335 * configure: Set build_{cpu,vendor,os,alias} to host values when
14336 --build isn't specified.
14337
14338 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14339
14340 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14341 (FLAGS_TO_PASS): Pass them.
14342 (EXTRA_TARGET_FLAGS): Ditto.
14343
14344 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14345
14346 * Makefile.in (all-libg++): Depend on all-libstdc++.
14347
14348 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14349
14350 * configure.in (noconfigdirs): Enable all packages for
14351 i386-unknown-netbsd.
14352
14353 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14354
14355 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14356 hosted builds (DOS builds)
14357
14358 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14359
14360 Changes for ARM based on patches from Richard Earnshaw:
14361 * config.sub: Handle armeb and armel.
14362 * configure.in: Omit arm linker only for riscix.
14363
14364 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14365
14366 * config.guess: Update from FSF.
14367
14368 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14369
14370 * config.sub: Recognize powerpcle as the little endian variant of
14371 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14372 powerpcle variant. Convert pentium into i586, not i486. Add p5
14373 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14374 temporarily.
14375
14376 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14377
14378 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14379
14380 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14381
14382 * config.sub: Accept -lites* as a basic system type.
14383
14384 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14385
14386 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14387 installed, and if so return linuxoldld as the system name.
14388
14389 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14390
14391 * config.guess: Add hppa1.1-hp-lites support.
14392
14393 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14394
14395 * configure.in: Don't build newlib for m68k-vxworks5.1.
14396
14397 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14398
14399 * configure.in (mips-sgi-irix6): Use mh-irix5.
14400
14401 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14402
14403 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14404
14405 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14406
14407 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14408 OSF/1. Fix compiler flags.
14409 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14410
14411 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14412
14413 * configure.in: Recognize --with-newlib.
14414 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14415
14416 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14417
14418 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14419 to *_X11_MODULES due to gdbtk needing X include files et al.
14420
14421 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14422
14423 Merge in support for Mac MPW as a host.
14424 (Old change descriptions retained for informational value.)
14425
14426 * mpw-config.in: Add generic include forwards for cpu-specific
14427 include files in aout and elf directories.
14428
14429 * mpw-configure: Added copyright.
14430 * mpw-config.in: Check for presence of required build tools.
14431 (target_libs): Add newlib.
14432 (target_tools): Add examples.
14433 (Read Me): Generate as "Read Me for MPW" instead.
14434 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14435 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14436 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14437
14438 * mpw-configure: Remove subdir-specific makefile hackery,
14439 delete mk.tmp after using it.
14440
14441 * mpw-build.in (all): Display start and end times.
14442
14443 * mpw-configure (host_canonical): Set.
14444 (target_cpu): Always add to makefiles.
14445 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14446 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14447 (mpw-mh-mpw): Look for in srcdir and srcroot.
14448 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14449
14450 * mpw-build.in: (install-only): New target.
14451
14452 * mpw-configure (host_alias, target_alias): Rename from hostalias
14453 and targetalias, add into generated Makefile.
14454 (mk.tmp): If present, add into generated Makefile.
14455 * mpw-build.in (all-gas): Build config.h first before gas proper.
14456
14457 * mpw-configure (config.status): Write only if changed.
14458 * mpw-config.in (readline): Configure it (not built, just used for
14459 definitions).
14460
14461 * mpw-config.in (elf/mips.h): Add a forward include.
14462
14463 * mpw-config.in: Forward-include most .h files in include into
14464 extra-include.
14465 (readline): Don't build.
14466 mpw-build.in (install): Install GDB.
14467
14468 * mpw-configure (prefix, mpw_prefix): Handle it.
14469 * mpw-config.in (mmalloc, readline): Don't configure.
14470 * mpw-build.in (thisscript): Rename to ThisScript.
14471 Use mpw-build instead of BuildProgram everywhere.
14472 (mmalloc, readline): Don't build.
14473 * mpw-README: New file, basic documentation about the MPW port.
14474
14475 * mpw-config.in: Use forward-include to create include files.
14476
14477 * mpw-configure: Add more things to the top of each configured
14478 Makefile, including contents of config/mpw-mh-mpw.
14479 * mpw-config.in (extra-include): Create this directory and fill it
14480 with Posix-like include files when configuring.
14481
14482 * config.sub (apple, mac, mpw): Add various aliases.
14483
14484 * mpw-build.in: New file, top-level build script fragment for MPW.
14485 * mpw-configure: New file, configure script for MPW.
14486 * mpw-config.in: New file, config fragment for MPW.
14487
14488 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14489
14490 * configure.in (host_libs): Remove glob, since it is gone from the
14491 sources.
14492
14493 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14494
14495 * Makefile.in: define empty GDB_NLM_DEPS var.
14496
14497 * configure.in(target_makefile_frag): use config/mt-netware
14498 for netware targets.
14499
14500 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14501
14502 * config.sub: Merge in recent FSF changes. Remove linux special
14503 cases.
14504
14505 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14506
14507 Revert this change:
14508
14509 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14510
14511 * build-all.mk: Use CC=cc -Xs on Solaris.
14512
14513 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14514
14515 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14516 stop using it.
14517 * Makefile.in: Nuke all references to glob subdirectory.
14518
14519 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14520
14521 * configure.in: Fix --enable-shared logic in per-host.
14522
14523 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14524
14525 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14526
14527 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14528
14529 * configure.in (noconfigdirs): Don't build gas on AIX, for
14530 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14531
14532 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14533
14534 * configure: Fix --cache-file to work if the file argument is a
14535 relative path.
14536
14537 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14538
14539 * configure: If the --cache-file is used, pass it down to
14540 configure in subdirectories.
14541
14542 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14543
14544 * config.sub: add vxworks29k configuration.
14545
14546 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14547
14548 * Makefile.in (taz): Do "diststuff" part quietly.
14549
14550 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14551
14552 * config.sub: Mini-merge with gcc/config.sub.
14553
14554 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14555
14556 * config.guess (IRIX): Sed - to _.
14557
14558 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14559
14560 * Makefile.in (source-vault, binary-vault): New targets.
14561
14562 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14563
14564 * config.sub: Recognize -eabi as a basic system type.
14565
14566 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14567
14568 * configure.in (enable_shared stuff): Fix typo.
14569
14570 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14571
14572 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14573
14574 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14575
14576 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14577
14578 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14579
14580 * configure.in (rs6000-*-*): Don't build gas.
14581
14582 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14583
14584 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14585 reduce command line length.
14586 (AS_FOR_TARGET): Check for as.new, not Makefile.
14587 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14588
14589 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14590
14591 * config.guess: Merge from FSF.
14592
14593 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14594
14595 * configure: Don't use $ when handling program_suffix.
14596
14597 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14598
14599 * configure.in: Configure tk for hppa/hpux.
14600
14601 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14602
14603 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14604
14605 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14606
14607 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14608 to LIBCXXFLAGS. Tests are better run without it.
14609
14610 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14611
14612 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14613
14614 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14615
14616 * configure.in (*-*-netware*): Don't configure xiberty.
14617
14618 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14619
14620 * configure.in: Remove tk from native_only list.
14621
14622 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14623
14624 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14625 for special NCD build.
14626
14627 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14628
14629 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14630 makeall.bat, they're only useful for binutils snapshots.
14631 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14632 makeall.bat to specified SUPPORT_FILES.
14633
14634 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14635
14636 * build-all.mk: Add Ericsson targets to sun4 and solaris
14637 hosts. Add BNR's sun4 target to solaris host, so their
14638 build-from-source will be tested in-house first.
14639
14640 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14641
14642 * Makefile.in (LIBCFLAGS): New variable.
14643 (CFLAGS_FOR_TARGET): Ditto.
14644 (LIBCFLAGS_FOR_TARGET): Ditto.
14645 (LIBCXXFLAGS): Ditto.
14646 (CXXFLAGS_FOR_TARGET): Ditto.
14647 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14648 (BASE_FLAGS_TO_PASS): Pass them.
14649 (EXTRA_TARGET_FLAGS): Ditto.
14650
14651 * configure.in: Support --enable-shared.
14652
14653 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14654
14655 * configure.in (target_libs): Include libstdc++ again.
14656 * config.guess: Update from FSF (for FreeBSD).
14657
14658 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14659
14660 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14661 makeall.bat.
14662 (DISTDOCDIRS): Add `etc'.
14663 (ETC_SUPPORT_PFX): New variable.
14664 (taz): Include anything from etc starting with a word in
14665 ETC_SUPPORT_PFX.
14666
14667 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14668
14669 * config.sub: Update for recent FSF changes. Remove obsolete
14670 h8300hds entry. Add -windows* and -osx as basic os. Minor
14671 spacing changes.
14672
14673 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14674
14675 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14676
14677 * config.guess: Merge with FSF.
14678 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14679
14680 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14681
14682 * configure: Since the "trap 0" handler will override the exit
14683 status on many systems, only use it for "exit 1", and make it set
14684 a non-zero exit status; reset it before "exit 0". Also, check
14685 exit status of config.sub, and error out if it failed.
14686
14687 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14688
14689 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14690 and install libgloss.
14691
14692 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14693
14694 * Makefile.in (all-binutils): Depend upon all-byacc.
14695
14696 * configure.in: Don't build emacs on Irix 5.
14697
14698 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14699
14700 * configure.in (*-*-netware*): Add libio.
14701
14702 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14703
14704 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14705 (CHECK_TARGET_MODULES): Ditto.
14706 (INSTALL_TARGET_MODULES): Ditto.
14707 (TARGET_LIBS): Ditto.
14708 (all-libstdc++): Note dependencies.
14709
14710 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14711
14712 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14713
14714 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14715
14716 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14717 -fexternal-templates.
14718
14719 * configure.in (target_libs): Add libstdc++.
14720 (noconfigdirs): Add libstdc++ as appropriate.
14721
14722 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14723
14724 * config.guess: Update from FSF.
14725
14726 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14727
14728 * configure: Use ${config_shell} when running ${configsub}.
14729
14730 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14731
14732 * config.sub: No longer recognize h8300h.
14733
14734 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14735
14736 * config.sub: Remove extraneous differences between config.sub and
14737 gcc/config.sub.
14738
14739 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14740
14741 * Makefile.in (DISTSTUFFDIRS): Add gas.
14742
14743 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14744
14745 * COPYING.NEWLIB: New file.
14746
14747 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14748
14749 * config.guess (HP-UX): Patch from Harlan Stenn
14750 <harlan@landmark.com> to also emit release level.
14751
14752 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14753
14754 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14755
14756 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14757
14758 * config.sub: Merge nextstep cleanup from FSF.
14759
14760 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14761
14762 * configure.in (arm-*-*): Don't configure ld for this target.
14763
14764 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14765
14766 * configure.in (*-*-netware): don't configure libg++, libio,
14767 librx, or newlib.
14768
14769 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14770
14771 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14772 configure ld--it works, but it doesn't support shared libraries.
14773
14774 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14775
14776 * config.guess (*-unknown-freebsd*): Get rid of possible
14777 trailing "(Release)" in version string.
14778 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14779
14780 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14781
14782 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14783 Fix type: *-next-neststep -> *-next-nextstep.
14784
14785 * config.guess: Merge from FSF:
14786
14787 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14788
14789 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14790
14791 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14792
14793 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14794 instead of UNIX_SV for UnixWare 1.0).
14795
14796 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14797
14798 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14799 to make gdb/nlm/* build after the compiler and linker.
14800
14801 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14802
14803 * config.guess (netbsd, freebsd, linux): Accept any machine,
14804 not just i[34]86.
14805 (m68k-atari-sysv4): Relocate to match FSF version.
14806
14807 * config.guess: More merges from the FSF:
14808
14809 Add a space before function call or macro invocation.
14810
14811 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14812
14813 * config.guess: Add trap cmd to remove dummy.c and dummy when
14814 interrupted.
14815
14816 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14817
14818 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14819 (dummy): Redirect stderr from compilation of dummy.c.
14820
14821 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14822
14823 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14824
14825 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14826
14827 * configure: Accept and ignore --cache*, for compatibility with
14828 new autoconf.
14829
14830 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14831
14832 * config.guess: Merge from FSF:
14833
14834 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14835
14836 * config.guess (Pyramid*:OSx*:*:*): New case.
14837 (PATH): Add /.attbin at end for finding uname.
14838 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14839
14840 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14841
14842 * config.guess (M88*:DolphinOS:*:*): New case.
14843
14844 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14845
14846 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14847 to select whether to use ELF or COFF.
14848
14849 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14850
14851 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14852
14853 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14854
14855 * config.guess: Guess the OS version for HPUX.
14856
14857 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14858
14859 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14860
14861 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14862
14863 * configure.in: Recognize --with-headers, --with-libs, and
14864 --without-newlib.
14865 * Makefile.in (all-xiberty): Depend upon all-ld.
14866
14867 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14868
14869 * configure.in: Change i[34]86 to i[345]86.
14870
14871 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14872
14873 * configure (version): A few more tweaks to help message.
14874
14875 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14876
14877 * Makefile.in: Remove (for now) librx as a host library,
14878 now that we're building it for target.
14879
14880 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14881
14882 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14883 (Karl Berry).
14884
14885 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14886
14887 * configure.in: Also configure librx.
14888
14889 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14890
14891 * Makefile.in: Update various rules to reflect that librx
14892 is now needed for libg++.
14893
14894 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14895
14896 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14897
14898 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14899
14900 * configure.in: Configure the examples directory.
14901
14902 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14903
14904 * configure: Simplify Jun 2 1994 change.
14905
14906 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14907
14908 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14909 /bin/gcc isn't good enough to build gcc.
14910
14911 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14912
14913 * Makefile.in (GDB_SUPPORT_FILES): Remove
14914 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14915 (gdb.tar.gz): Add new rule to use standard distribution building
14916 mechanism.
14917
14918 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14919
14920 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14921 Bill Cox <bill@cygnus.com>.
14922
14923 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14924
14925 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14926
14927 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14928
14929 * configure: Search current dir first in .gdbinit.
14930
14931 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14932
14933 * config.sub: Recognize freebsd (merged from gcc config.sub).
14934
14935 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14936
14937 * config.sub: Refer to NeXT's operating system as nextstep.
14938
14939 * config.sub (case $basic_machine): Re-order the cases, to match
14940 the order in the FSF version (which is mostly alphabethical).
14941 Merge in some additions and changes from the FSF.
14942
14943 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14944
14945 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14946 * config.sub: Recognize cxux7.
14947 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14948
14949 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14950
14951 * config.sub: Fix typo powerpc -> powerpc-*.
14952
14953 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14954
14955 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14956
14957 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14958 parallel with all-emacs and install-emacs). Top-level command
14959 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14960
14961 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14962
14963 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14964 $(relbindir)/make before doing ``make install'', and use
14965 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14966 installing over running make binary.
14967 ($(host)-stamp-stage3-installed): Likewise.
14968
14969 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14970
14971 * config.guess: Recognize Mach.
14972
14973 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14974
14975 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14976 see whether --exec-prefix was used.
14977
14978 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14979
14980 * README: Explicitly mention libg++/README. (Zoo's idea.)
14981
14982 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14983
14984 * Makefile.in: Add all-librx target similar to all-libproc.
14985
14986 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14987
14988 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14989 with post 1.2 uname bogosity.
14990
14991 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14992
14993 * configure: Remove temporary files on receipt of a signal.
14994
14995 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14996
14997 * configure: If there is a package_makefile_frag, remove
14998 ${subdir}/Makefile.tem after copying it in.
14999
15000 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15001
15002 * build_all.mk: support rs6000 lynx identifies itself as
15003 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15004 since /bin/gcc is too feeble to compile a modern gcc.
15005
15006 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15007
15008 * brought devo/test-build.mk update-to-date with progressive/
15009 test-build.mk. Add lynx targets and hppa flag info.
15010
15011 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15012
15013 * configure.in: Use mh-ncrsvr43. Patch from
15014 Tom McConnell <tmcconne@sedona.intel.com>.
15015
15016 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15017
15018 * config.guess (i386-unknown-bsdi): No longer need to
15019 check #if defined(__bsdi__) && defined(__i386__).
15020
15021 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15022
15023 * configure: Set program_transform_nameoption correctly.
15024
15025 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15026
15027 * brought build-all.mk update-to-date with progressive build-all.mk,
15028 added new targets and hppa info.
15029
15030 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15031
15032 * configure: If config.guess result is a prefix of the user
15033 specified target, assume a native build and use the user specified
15034 target as the host alias. Remove SunOS patch suffix removal hack.
15035 * configure.in: Remove SunOS patch suffix removal hack.
15036
15037 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15038 in NATIVE_CHECK_MODULES.
15039
15040 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15041
15042 * Makefile.in: Rename HOST_ONLY to NATIVE.
15043 * configure: Delete SunOs patch suffix from host_canonical
15044 and build_canonical variables that are prepended to Makefiles.
15045 * configure.in: Add comments for easier maintenance.
15046
15047 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15048
15049 * Makefile.in: Add all-libproc target similar to all-gui.
15050
15051 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15052
15053 * Makefile.in (CHECK_MODULES): split into
15054 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15055
15056 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15057
15058 * config.guess (i386-unknown-bsdi): New system to guess.
15059
15060 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15061
15062 * Makefile.in: Add all-gui target (but not yet build by "all").
15063
15064 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15065
15066 * config.sub: Move deletion of patch suffix from here...
15067 * configure.in: To here, at Ian's suggestion. The top-
15068 level scripts might need to know of a patch level.
15069
15070 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15071
15072 * config.sub: Strip off patch suffix so rtl is recognized
15073 as a sunos4.1.3 machine, even though it's been patched.
15074
15075 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15076
15077 * Makefile.in (INSTALL_LAST): Delete.
15078 (INSTALL_DOSREL): New.
15079
15080 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15081
15082 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15083 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15084 whether we pass down --with-gnu-ld anyhow.
15085
15086 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15087
15088 * Makefile.in (INSTALL_LAST): Change operation so it works
15089 on more flavors of make.
15090 * configure.in (go32): Don't build libg++ or libio.
15091
15092 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15093
15094 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15095 they can be overriden by templates.
15096
15097 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15098
15099 * configure.in (target==go32): Don't build gdb.
15100 * dosrel: New directory.
15101
15102 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15103
15104 * configure.in (host==go32): Configure dosrel too.
15105 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15106 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15107 be set by incoming names or templates.
15108 (INSTALL_LAST): New rule.
15109
15110 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15111
15112 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15113
15114 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15115
15116 * configure.in (appdirs): New variable. Currently empty, but will
15117 be used in gas distribution. If nonempty, lists a set of
15118 directories at least one of which must get configured, or top
15119 level configuration is considered to have failed.
15120 (rs6000-*-lynxos*): Use new file name.
15121
15122 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15123
15124 Eliminate XTRAFLAGS.
15125 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15126 newlib include files using -idirafter, and also use -nostdinc.
15127 (CXX_FOR_TARGET): Likewise.
15128 (XTRAFLAGS): Removed.
15129 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15130 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15131 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15132 ($(DO_X)): Don't pass down XTRAFLAGS.
15133
15134 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15135
15136 * configure.in (mips*-dec-bsd*): New target; do build linker.
15137 (mips*-*-bsd*): New target; don't build linker.
15138
15139 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15140
15141 * configure.in: support rs6000-*-lynxos* configuration.
15142 support sunos4 as a cross target.
15143
15144 * config.sub: look for lynx*, not lynx since the OS version may
15145 legitimately be part of the name.
15146
15147 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15148
15149 * configure.in (i[34]86-*-sco*): Move to be with other i386
15150 targets.
15151 (romp-*-*): New target. Skip various binary utilities.
15152 (vax-*-*): New target. Don't build newlib.
15153 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15154
15155 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15156
15157 * configure.in: Only set host_makefile_frag if config
15158 directory exists.
15159
15160 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15161
15162 * install.sh: If $dstdir exists, don't check whether each
15163 component does.
15164
15165 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15166
15167 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15168
15169 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15170
15171 * configure.in (*-*-lynxos*): Don't configure newlib for either
15172 native or cross Lynx.
15173
15174 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15175
15176 * config.sub (sparc64-elf): Fix os.
15177 (z8k): Remove duplicate.
15178
15179 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15180
15181 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15182 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15183
15184 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15185
15186 * configure: Make file links cleanly even if Lynx fails on
15187 an NFS symlink (at least fail cleanly).
15188
15189 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15190
15191 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15192 -XNh2000.
15193
15194 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15195
15196 * configure: Unknown options are fatal again.
15197
15198 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15199
15200 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15201 compatibility.
15202
15203 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15204
15205 * build-all.mk: Add `clean' target.
15206
15207 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15208
15209 * config.guess: Add SINIX support.
15210 * configure.in: Add mips-*-sysv4* support.
15211
15212 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15213
15214 * build-all.mk: Document all useful targets.
15215 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15216 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15217
15218 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15219
15220 * configure: Support --silent, --quiet.
15221
15222 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15223
15224 * configure: Support --disable-FEATURE.
15225
15226 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15227
15228 * config.guess: Recognize NCR running SVR4.3.
15229
15230 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15231
15232 * config.guess: Make BSDI generate i386-unknown-bsd386.
15233 Patch from Paul Eggert <eggert@twinsun.com>.
15234
15235 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15236
15237 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15238
15239 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15240
15241 * configure: Make unrecognized options give nonfatal warnings
15242 instead of fatal errors, and pass them to any subdirectory
15243 configures in case they recognize them.
15244 Make --x equivalent to --with-x.
15245
15246 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15247
15248 * configure: Add --enable-* options. Clean up usage message and
15249 some comments.
15250
15251 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15252
15253 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15254
15255 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15256
15257 * configure.in (hppa*-*-*): Enable binutils.
15258
15259 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15260
15261 * config.sub: Recognize cisco.
15262
15263 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15264
15265 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15266
15267 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15268
15269 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15270 than one configuration name. Add comment.
15271
15272 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15273
15274 * config.guess: about target *-hitachi-hiuxwe2, fixed
15275 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15276 macro is incorrect.]
15277
15278 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15279
15280 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15281 than the "make ls" stuff which used to be here.
15282
15283 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15284
15285 * config.guess: Recognize i[34]86-unknown-freebsd.
15286 From Shawn M Carey <smcarey@rodan.syr.edu>.
15287
15288 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15289
15290 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15291
15292 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15293
15294 * config.guess: Check for ptx.
15295
15296 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15297
15298 * config.sub: Add os9k checking.
15299
15300 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15301
15302 * config.guess: Handle OSF1 running on HPPA processors
15303
15304 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15305
15306 * configure: If subdir configure fails, print out a message with
15307 subdirectory name, in case subdir's configure code didn't identify
15308 itself.
15309
15310 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15311
15312 * configure.in: Remove embedded newlines from configdirs.
15313 Avoid mismatches of substrings. Fix matching strings at end
15314 of configdirs.
15315
15316 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15317
15318 * config.guess: Add Lynx/rs6000 config support.
15319
15320 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15321
15322 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15323
15324 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15325
15326 * configure.in (hppa*-*-osf*): Treat this just like most other
15327 PA configurations (eg no binutils or ld).
15328 (hppa*-*-*elf*): These configurations have binutils and ld.
15329
15330 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15331
15332 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15333
15334 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15335
15336 * configure.in (rs6000-*-*): Build gas.
15337
15338 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15339
15340 * Makefile.in: Avoid bug in losing hpux sed.
15341
15342 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15343
15344 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15345 for GDB and GDB has been fixed to not need it.
15346
15347 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15348
15349 * config.guess: Recognize vax hosts.
15350
15351 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15352
15353 * configure (while loop): Don't use "break 2" inside case
15354 statement -- the case statement isn't an enclosing loop.
15355
15356 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15357
15358 * config.guess: Clean up NeXT support, to allow nextstep
15359 on Intel machines. Make OS be nextstep.
15360
15361 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15362
15363 * config.guess: Add alternate forms for Convex.
15364
15365 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15366
15367 * configure: Completely rewrite option processing. Take
15368 advantage of pattern-matching to avoid invoking test frequently.
15369 Also clean up host and target defaulting logic.
15370
15371 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15372
15373 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15374 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15375 commands (plus user environment) will fit SCO limits.
15376
15377 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15378
15379 * configure.in: Don't issue warnings about directories which are
15380 not being configured if -norecursion is set. Correct test for
15381 --with-gnu-as and --with-gnu-ld to not get confused by substring
15382 matches.
15383
15384 * configure.in: Don't build gas for alpha-dec-osf1*.
15385
15386 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15387
15388 * configure: Back out Per's change of 12/19/1993. It changes the
15389 behavior of configure in unexpected and confusing ways.
15390
15391 Also, use different delim char when calculating
15392 program_transform_name so that the name can contain slashes.
15393
15394 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15395
15396 * configure.in, config.sub: Add support for VSTa micro-kernel.
15397
15398 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15399
15400 * configure.in: Nuke hacks which were used to get a special
15401 version of GAS for HPPA configurations.
15402
15403 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15404
15405 * configure: If only ${target_alias} is given, use that
15406 as the default for ${host_alias}.
15407 * configure: Add missing back-slashes before nested quotes.
15408
15409 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15410
15411 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15412
15413 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15414
15415 * config.guess: Recognize some Tektronix configurations.
15416 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15417
15418 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15419
15420 * config.sub: Match any flavor of SH.
15421
15422 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15423
15424 * configure.in: Don't try to configure newlib for Alpha.
15425
15426 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15427
15428 * configure.in: Don't build ld for Irix 5. Don't build gas,
15429 libg++ or libio for any Alpha target.
15430
15431 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15432
15433 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15434
15435 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15436 default arguments -- so it tried to compress itself.
15437
15438 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15439
15440 * configure.in (notsupp): ensure that a space is always at the end
15441 of the configdirs list, since the grep checks for an explicit space
15442
15443 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15444
15445 * configure.in (target i386-sysv4.2): don't build ld, since static
15446 versions of many libraries are not available.
15447
15448 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15449
15450 * config.guess: Recognize Apollos (using environment variables).
15451 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15452
15453 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15454
15455 * config.guess: Recognize Sony news mips running newsos.
15456
15457 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15458
15459 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15460 "fi ; else" for bash.
15461
15462 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15463
15464 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15465
15466 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15467
15468 * config.sub: accept unixware as an alias for svr4.2.
15469 Fix some inconsistancies with the gcc version.
15470
15471 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15472
15473 * Makefile.in (DISTDOCDIRS): Add gdb.
15474
15475 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15476
15477 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15478
15479 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15480
15481 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15482 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15483 this now.
15484
15485 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15486
15487 * config.sub: Accept hiux* as an OS name.
15488
15489 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15490 etc/make-stds.texi. The underscore came from gcc, and dje now
15491 agrees that RUNTESTFLAGS is the correct name.
15492
15493 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15494
15495 * install.sh: Remove 'set -e'. It makes any conditionals
15496 in the script useless.
15497
15498 * config.guess: Automatically recognize arm-acorn-riscix
15499 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15500
15501 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15502
15503 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15504
15505 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15506
15507 * Makefile.in (DISTDOCDIRS): New variable.
15508 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15509 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15510
15511 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15512
15513 * configure.in (hppa target): check the source directory for the
15514 pagas sub-directory
15515
15516 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15517
15518 * config.sub: Allow -aout* and -elf*.
15519
15520 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15521
15522 * configure.in: Don't build ld on i386-solaris2, same as for
15523 sparc-solaris2.
15524
15525 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15526
15527 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15528
15529 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15530
15531 * configure.in: Configure gdb for alpha.
15532
15533 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15534
15535 * Makefile.in (CXXFLAGS): Add -O.
15536
15537 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15538
15539 * config.guess: added support for DG Aviion
15540
15541 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15542
15543 * configure.in: Produce warning message for subdirectories not
15544 configurable for this host/target combination. Don't try to
15545 configure gdb for vms.
15546
15547 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15548
15549 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15550 appropriate files before making "diststuff".
15551 (DISTBISONFILES): New var: list of files to be edited.
15552 (DISTSTUFFDIRS): Add binutils.
15553
15554 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15555
15556 * config.sub: also handle mipsel and mips64el (for little endian mips)
15557
15558 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15559
15560 * configure.in: Add * to end of all OS names.
15561
15562 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15563
15564 * configure.in: Build newlib for LynxOS native.
15565
15566 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15567
15568 * config.guess: Add support for delta 88k running SVR3.
15569
15570 * configure.in: Add comment about HP compiler vs. emacs.
15571
15572 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15573
15574 * configure.in: don't build ld on solaris2 (not a viable option
15575 due to bugs in getpwnam & getpwuid)
15576
15577 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15578
15579 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15580 config.guess will produce a full version number.
15581
15582 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15583
15584 * configure.in: Build linker and binutils for alpha-dec-osf1.
15585
15586 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15587
15588 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15589 and gdb/testsuite/Makefile.in.
15590
15591 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15592
15593 * configure.in: recognize mips*- instead of mips-
15594
15595 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15596
15597 * config.sub: Accept linux*coff and linux*elf as operating
15598 systems.
15599
15600 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15601
15602 * config.sub: Recognize mips64, and mips3 as an alias for it.
15603
15604 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15605
15606 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15607 gdb knows how to handle OSF/1 shared libraries.
15608
15609 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15610
15611 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15612 * config.guess: Recognize Hitachi's HIUX.
15613 * config.sub: Recognize h3050r* and hppahitachi.
15614 Remove redundant cases for hp9k[23]*.
15615
15616 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15617
15618 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15619 if gas and ld are in the source tree and are in ${configdirs}.
15620 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15621 --with options (but still pass them down on the command line,
15622 if they were explicitly specified).
15623
15624 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15625
15626 * configure: substitute SHELL value in Makefile.in with
15627 ${CONFIG_SHELL}
15628
15629 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15630
15631 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15632 *-*-solaris2* targets.
15633
15634 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15635
15636 * Makefile.in: define M4, and pass it down to sub-makes;
15637 all-autoconf now depends on all-m4
15638
15639 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15640
15641 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15642 presence of {ar,ranlib} instead of a configured directory
15643
15644 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15645
15646 * config.guess: Accept 34?? as well as 33?? for NCR.
15647
15648 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15649
15650 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15651 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15652
15653 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15654
15655 * configure: grab values for $(CC) and $(CXX) from the
15656 environment, so that someone can do "CC=gcc configure; make" and
15657 have it work right (matching the way that autoconf works now)
15658
15659 * configure.in, Makefile.in: add support for gash, the tcl
15660 interface to Galaxy
15661
15662 * config.guess: add NetBSD variants (hp300, x86)
15663
15664 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15665
15666 * install.sh: Support -d option (in the manner of SunOS 4 install,
15667 as it is more deterministic than that of GNU install)
15668 (chmodcmd): Set file to mode 755 by default (should also do default
15669 chgrp and chown, but I don't feel like dealing with that now)
15670
15671 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15672
15673 * config.sub: Remove h8300hhms alias.
15674
15675 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15676
15677 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15678
15679 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15680
15681 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15682 as stmp-fixinc
15683
15684 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15685
15686 * config.sub: recognize m88110-bug-coff.
15687
15688 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15689
15690 * Makefile.in (all-libio): all dependencies on the toolchain used
15691 to build this (gcc, gas, ld, etc)
15692
15693 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15694
15695 * config.guess: Deal with OSF/1 1.3 on alpha.
15696
15697 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15698
15699 * install.sh: add some 'else true' clauses for portability
15700
15701 * configure.in: don't build libio for h8[35]00-*-* targets
15702
15703 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15704
15705 * Makefile.in: Add support for new libio.
15706
15707 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15708
15709 * install.sh: If one command fails, don't try the rest. Don't try
15710 to remove $dsttmp (via trap) unless we have already created it.
15711 If $src doesn't exist, detect it and exit with an error.
15712
15713 * config.guess: Recognize BSD on hp300.
15714
15715 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15716
15717 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15718 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15719
15720 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15721
15722 * Makefile.in (all-send-pr): depends on all-prms
15723
15724 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15725
15726 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15727
15728 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15729
15730 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15731 Added test for mips-mips-riscos5.
15732
15733 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15734
15735 * configure.in: use mh-hp300 for 68k HP hosts
15736
15737 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15738
15739 * configure: add support for CONFIG_SHELL, so that you can use
15740 some alternate shell for evaluating configure scripts
15741
15742 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15743
15744 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15745 in configure script to bug-gdb@prep.ai.mit.edu when building
15746 distribution archive.
15747 * Makefile.in (COMPRESS): Remove def.
15748 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15749 gdb.tar.Z and make-gdb.tar.Z respectively.
15750 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15751 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15752 to convergence with 'taz' target in Makefile.in.
15753
15754 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15755
15756 * install.sh (dsttmp): use trap to ensure that tmp files go
15757 away on error conditions
15758
15759 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15760
15761 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15762
15763 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15764
15765 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15766 its parent is '/' not ''.
15767
15768 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15769
15770 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15771
15772 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15773 that ${newsrcdir}/configure.in does.
15774
15775 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15776
15777 * test-build.mk: support for CONFIG_SHELL
15778
15779 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15780
15781 * config.sub (netware): Add as a basic system type.
15782
15783 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15784
15785 * Makefile.in (Makefile): depend on configure.in. Also drop the
15786 $(srcdir)/ from the dependency on Makefile.in.
15787
15788 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15789
15790 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15791 (h8300hhms is temporary until multi-libraries are implemented).
15792 * configure.in: Handle h8300h too.
15793
15794 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15795
15796 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15797
15798 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15799
15800 * configure: Remove extraneous output when guessing host type.
15801 * config.guess: Remove extraneous output when guessing using C
15802 compiler rather than uname, or when guessing fails.
15803
15804 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15805
15806 * Makefile.in: remove all.cross and install.cross targets
15807
15808 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15809 definitions
15810
15811 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15812
15813 * configure.in (target sh): Build gprof.
15814
15815 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15816
15817 * config.sub: change -solaris to -solaris2
15818
15819 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15820
15821 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15822
15823 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15824
15825 * configure: Correct error message for missing Makefile.in to
15826 print correct directory.
15827
15828 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15829
15830 * install.sh: kludge around 386BSD shell bug
15831
15832 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15833
15834 * config.guess: Recognize NeXT.
15835 * config.guess: Recognize i486-ncr-sysv4.
15836 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15837
15838 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15839
15840 * Makefile.in (MAKEINFOFLAGS): New variable.
15841 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15842 * build-all.mk, test-build.mk: Pass down --no-split as
15843 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15844
15845 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15846
15847 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15848
15849 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15850
15851 * Makefile.in (libg++.tar.z): New rule.
15852 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15853 * Makefile.in (taz): Only do a single chmod.
15854
15855 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15856
15857 * install.sh: don't use dirname anymore (replaced with sed usage)
15858
15859 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15860
15861 * Makefile.in: Change extension for gzip'd files from '.z' to
15862 '.gz' per new FSF standard usage.
15863
15864 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15865
15866 * configure: put quotes around the final value of program_transform_name
15867
15868 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15869
15870 * Makefile.in: new install.sh support; update install-info rules
15871
15872 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15873
15874 * configure.in: Build diff for crosses, but not for go32 host.
15875
15876 * configure.in: Build gprof only for native, and don't build it
15877 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15878
15879 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15880
15881 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15882
15883 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15884
15885 * configure.in (host_tools): Add prms.
15886
15887 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15888
15889 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15890 with $(FLAGS_TO_PASS) on the command line
15891
15892 * config.sub: Recognize lynx and lynxos
15893
15894 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15895
15896 * config.sub: Accept -ecoff*, not just -ecoff.
15897
15898 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15899
15900 * Makefile.in (taz): Use .gz suffix instead of .z.
15901 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15902 names.
15903
15904 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15905
15906 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15907
15908 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15909
15910 * Makefile.in (install-no-fixedincludes): install gcc last, so
15911 that rebuilds that might happen during 'make install' don't get
15912 bogus gcc include files
15913
15914 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15915
15916 Change from Utah for HPPA support:
15917 * config.guess: Recognize hppa1.x-hp-bsd.
15918
15919 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15920
15921 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15922 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15923
15924 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15925
15926 * config.sub: Add support for rom68k and bug boot monitors.
15927
15928 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15929
15930 * Makefile.in: Make all-opcodes depend on all-bfd.
15931
15932 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15933
15934 * config.guess: Added special check for i[34]86-univel-sysv4*.
15935
15936 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15937
15938 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15939 the processor rather than assuming i486.
15940
15941 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15942
15943 * config.guess: Recognize SunOS6 as Solaris3.
15944
15945 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15946
15947 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15948 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15949
15950 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15951
15952 * build-all.mk (all-cross): New target for Canadian Cross.
15953 Added Q2 go32 targets.
15954 * test-build.mk: Configure go32 cross sparclite-aout and
15955 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15956 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15957
15958 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15959
15960 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15961 GO32 hosted toolchains
15962
15963 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15964
15965 * configure: change so "-exec-prefix" gets passed down rather
15966 than "-exec_prefix" so autoconf generated Makefiles get the
15967 exec_prefix set right.
15968
15969 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15970
15971 * config.guess: get the Solaris2 minor version number
15972
15973 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15974
15975 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15976
15977 * config.guess: Recognize some Sequent platforms.
15978
15979 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15980
15981 * Makefile.in: added the vault-install target
15982
15983 * configure.in: actually use the Sun3 makefile fragment that's in
15984 config, also added the release dir to configdirs
15985
15986 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15987
15988 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15989
15990 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15991
15992 * configure.in: remove some program from Alpha targetted toolchains
15993
15994 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15995
15996 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15997 gprof.
15998 (taz): Run "make diststuff" in those directories instead of "make
15999 proto-dir". Look for "VERSION=" only at start of line in subdir
16000 Makefile. Use "gzip -9" for compression.
16001 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16002 (binutils.tar.z): New target.
16003
16004 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16005
16006 * Makefile.in (taz): Include gpl.texinfo.
16007
16008 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16009
16010 * Makefile.in (setup-dirs): Merged into "taz" target.
16011 (taz): Only do `proto-dir' stuff if a directory is actually needed
16012 for this target.
16013
16014 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16015
16016 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16017 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16018 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16019 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16020 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16021
16022 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16023
16024 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16025 config.sub, and move-if-change to gdb testsuite distribution
16026 archive, so the testsuite can be extracted, configured, and
16027 run separately from the gdb distribution. Blow away the Chill
16028 tests that require a Chill compiled executable, since GNU Chill
16029 is not yet publically available.
16030
16031 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16032
16033 * test-build.mk: set environment variables in a single command,
16034 instead of a list of assignments and exports
16035
16036 * config.guess: recognize Alpha/OSF1 systems
16037
16038 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16039
16040 * configure: Change help message to prefer --options rather than
16041 -options.
16042
16043 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16044
16045 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16046 zippy@ecst.csuchico.edu.
16047 * config.guess: Recognize miniframe.
16048
16049 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16050
16051 * Makefile.in: Use srcroot to find runtest rather than rootme.
16052 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16053
16054 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16055
16056 * test-build.mk: Extensive additions to support building on a
16057 machine other than the host.
16058
16059 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16060
16061 * configure (tooldir): Fix for i386-aix again.
16062
16063 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16064
16065 * configure, Makefile.in: Change definition of $(tooldir)
16066 to match the FSF.
16067
16068 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16069
16070 * config.guess: Recognize i[34]86/SVR4.
16071
16072 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16073
16074 * Makefile.in (all-gdb): gdb depends on sim.
16075
16076 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16077
16078 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16079 at the same time we make the prototype gdb directory.
16080 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16081 files at the same time as the gdb base release distribution.
16082
16083 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16084
16085 * Makefile.in (check): Use individual check targets rather than
16086 DO_X rule.
16087 (check-gcc): Added.
16088
16089 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16090
16091 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16092 for System V release 3.2.
16093
16094 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16095
16096 * config.sub: Recognize hppaosf.
16097 * configure.in: Do configure ld/binutils/gas for it.
16098
16099 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16100
16101 * configure (tooldir): Alter syntax used to set this, for systems
16102 where "\$" isn't handled right, like i386-aix.
16103
16104 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16105
16106 * configure: Pass program-transform-name, not
16107 program_transform_name, to recursive configures.
16108
16109 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16110
16111 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16112 of gas+ld+binutils.
16113
16114 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16115
16116 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16117
16118 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16119
16120 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16121
16122 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16123
16124 * Makefile.in (PRMS): Set back to all-prms.
16125
16126 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16127
16128 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16129 targets, rather than for MIPS hosts.
16130
16131 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16132
16133 * configure.in: add comment for --with-x default values
16134
16135 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16136
16137 * Makefile.in: add check-* targets for each of the directories in
16138 the tree. Add a definition of RUNTEST that will use the one we
16139 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16140
16141 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16142
16143 * configure.in: Removed obsolete references to bfd_target and
16144 target_makefile_frag.
16145
16146 * build-all.mk: Set assorted targets for Q2.
16147 * config.sub: Recognize z8k-sim and h8300-hms.
16148 * test-build.mk: Really don't pass host to configure.
16149 (HOLES): Added uname.
16150
16151 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16152
16153 * configure: Handle an empty program-prefix, program-suffix or
16154 program-transform-name correctly.
16155
16156 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16157
16158 * build-all.mk: -G 8 no longer required for MIPS targets.
16159 * test-build.mk: Don't pass host argument to configure; make it
16160 guess.
16161
16162 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16163
16164 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16165 * Makefile.in (COMPRESS): New macro, like GZIP.
16166
16167 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16168
16169 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16170
16171 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16172 with gas currently defaults to -G 0.
16173
16174 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16175
16176 * Makefile.in (all-flex): flex depends on byacc.
16177
16178 * build-all.mk: If host not specified, use config.guess. Pass TAG
16179 to test-build.mk as RELEASE_TAG.
16180 * test-build.mk (configargs): New variable containing arguments to
16181 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16182 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16183
16184 * config.guess: Use /bin/uname when checking -X argument on SCO,
16185 to avoid invoking GNU uname which doesn't understand -X.
16186
16187 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16188
16189 * configure.in: Build gas for mips-*-*.
16190
16191 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16192
16193 * Makefile.in (all.normal): insert missing backslash.
16194
16195 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16196
16197 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16198
16199 * Makefile.in: Complete overhaul to merge many almost identical
16200 targets.
16201
16202 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16203
16204 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16205 (gdb.tar.Z): Adjusted.
16206
16207 * Makefile.in (setup-dirs, taz): New targets; should be general
16208 enough to adapt for gdb sometime. Build only .z file.
16209 (gas.tar.z): New target.
16210
16211 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16212
16213 * build-all.mk: Use CC=cc -Xs on Solaris.
16214
16215 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16216
16217 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16218 for handling BISON for FSF releases.
16219
16220 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16221
16222 * configure: Actually implement the change zoo just documented.
16223
16224 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16225
16226 * configure: when using config.guess, only set target_alias when
16227 it's not already been set (ie, on the command line)
16228
16229 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16230
16231 * Makefile.in: add installcheck target, set PRMS to install-prms
16232
16233 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16234
16235 * configure: add support for package_makefile_fragment, handle the
16236 case where a directory has a configure.in file but no Makefile.in
16237 more gracefully (with an actual understandable error message, even);
16238 add support for --without (and add this to the usage message); also
16239 explicitly add a --host=${host_alias} to the command line when
16240 config.guess is used
16241
16242 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16243
16244 * configure: Must use both --host and --target in recursive calls.
16245
16246 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16247
16248 * Makefile.in: Change deja-gnu to dejagnu.
16249
16250 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16251
16252 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16253
16254 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16255
16256 * configure.in: canonicalize all instances to *-*-solaris2*,
16257 also strip out a number of tools to not build for go32 host
16258
16259 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16260
16261 * config.guess: add GPL.
16262
16263 * Makefile.in, config.guess, config.sub, configure: bump
16264 copyrights to 93.
16265
16266 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16267
16268 * Makefile.in (do-info): Removed obsolete check for existence of
16269 localenv file.
16270
16271 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16272
16273 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16274
16275 * Makefile.in: a couple of 'else true' for decstation,
16276 support for TclX
16277
16278 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16279
16280 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16281
16282 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16283
16284 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16285
16286 * config.guess: Recognize i386-ibm-aix (PS/2).
16287 * configure.in: Use config/mh-aix386 file for it.
16288
16289 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16290
16291 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16292 CC_FOR_TARGET instead.
16293 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16294
16295 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16296
16297 * Makefile.in: Add sim to list of directories sent with gdb
16298
16299 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16300
16301 * configure.in: Put back mips-dec-bsd* case.
16302
16303 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16304
16305 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16306 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16307 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16308
16309 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16310
16311 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16312
16313 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16314 (install-info): install dir.info only if it exists,
16315 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16316
16317 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16318
16319 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16320 gas for mips-dec-bsd.
16321
16322 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16323
16324 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16325 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16326
16327 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16328
16329 * configure.in: Added "dejagnu" to hosttools list.
16330
16331 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16332
16333 * config.sub, configure.in, config.guess: Add support
16334 for Bosx, an AIX variant from Bull.
16335 Patches from F.Pierresteguy@frcl.bull.fr.
16336
16337 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16338
16339 * devo/dejagnu: Initial creation of devo/dejagnu.
16340 Migrated dejagnu testcases and support files for testing software
16341 tools to reside as subdirectories, currently called "testsuite",
16342 within the directory of the software tool. Migrated all programs,
16343 support libraries, etc. beloging to dejagnu proper from
16344 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16345 with no modifications. The changes to these files which will
16346 allow them to configure, build, and execute properly will be made
16347 in a future update.
16348
16349 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16350
16351 * Makefile.in: Change send_pr to send-pr.
16352 * configure.in: Likewise.
16353 * send_pr: Renamed directory to send-pr.
16354
16355 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16356
16357 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16358
16359 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16360
16361 * README: Update for gdb-4.8 release.
16362 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16363 gdb-xxx.tar.z (gzip'd) file also.
16364
16365 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16366
16367 * Makefile.in: make all-diff depend on all-libiberty
16368
16369 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16370
16371 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16372
16373 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16374
16375 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16376
16377 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16378
16379 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16380 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16381 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16382
16383 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16384
16385 * Makefile.in: makeinfo binary is in a new location
16386
16387 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16388
16389 * config.sub: Accept -ecoff as an OS.
16390
16391 * Makefile.in: Various changes to eliminate a level of make
16392 recursion and reduce the required command line length.
16393 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16394 sub-makes.
16395 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16396 variables holding settings for specific sub-makes.
16397 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16398 in terms of BASE_FLAGS_TO_PASS.
16399 (TARGET_LIBS): New variable listing directories which use
16400 TARGET_FLAGS_TO_PASS.
16401 (subdir_do): Eliminated.
16402 (do-*): New set of targets to replace subdir_do.
16403 (various): All targets which used subdir_do now depend on do-*.
16404 (local-clean): Renamed from do_clean.
16405 (local-distclean): New target, dependency of distclean and
16406 realclean.
16407 (install-info): Don't create directories. Depend on dir.info
16408 rather than calling make recursively.
16409 (install-dir.info): Eliminated.
16410 (install-info-dirs): Create all info directories here.
16411 (dir.info): Depend upon do-install-info.
16412
16413 * test-build.mk (HOLES): Added false.
16414
16415 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16416
16417 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16418
16419 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16420
16421 * Makefile.in (info): remove dependency on all-texinfo. The
16422 problem was really in texinfo/C, not at this level.
16423
16424 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16425
16426 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16427
16428 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16429
16430 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16431 GDB releases.
16432
16433 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16434
16435 * configure: Include srcdir in message about target of link not
16436 being found. Don't convert `-' to `_' in `with' options being
16437 passed to subdirs.
16438
16439 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16440
16441 * configure.in: add uudecode to host_tools
16442
16443 * Makefile.in: added {all,install}-uudecode targets, added them to
16444 the appropriate lists
16445
16446 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16447
16448 * Makefile.in (all-gcc): Added dependency on all-gas.
16449
16450 * configure.in (mips-*-*): Build ld and binutils.
16451
16452 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16453
16454 * configure: check return code from mkdir, print error message and
16455 exit on failure.
16456
16457 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16458
16459 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16460
16461 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16462
16463 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16464
16465 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16466
16467 * config.sub (h8500): Recognize this as a cpu type.
16468
16469 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16470
16471 * configure: source directory missing is no longer a warning
16472
16473 * configure.in: recognize irix[34]* instead of irix[34]
16474
16475 * Makefile.in: define and pass down X11_LIB
16476
16477 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16478
16479 * guess-systype: Renamed to ...
16480 * config.guess: ... by popular request.
16481 * configure.in, Makefile.in: Update accordingly.
16482
16483 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16484
16485 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16486 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16487 + Execute ./dummy instead of assuming . is in PATH.
16488
16489 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16490
16491 * guess-systype: New shell script. Attempts to guess the
16492 canonical host name of the executing host.
16493 Only a few hosts are supported so far.
16494 * configure: Call guess-systype if no host is specified.
16495
16496 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16497
16498 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16499 gcc Makefile.
16500
16501
16502 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16503
16504 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16505 (all-gcc, install-gcc, subdir_do): Use it.
16506
16507 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16508
16509 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16510
16511 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16512
16513 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16514 set exclusively by configure, using configure.in .
16515
16516 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16517
16518 * test-build.mk: set $PATH for all builds
16519
16520 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16521
16522 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16523
16524 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16525 the one used in gcc/Makefile.in, so that a null expansion doesn't
16526 override the one needed to build gcc with a native cc.
16527
16528
16529 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16530
16531 * configure: Accept -with arguments.
16532
16533 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16534
16535 * Makefile.in: added h8300sim
16536
16537 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16538
16539 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16540 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16541 (all-cygnus, native, build-cygnus): Make
16542 $(canonhost)-stamp-3stage-done, not $(host)....
16543 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16544 i386-sco3.2v4. Added else true to if command.
16545
16546 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16547
16548 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16549
16550 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16551
16552 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16553
16554 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16555
16556 * configure.in: don't remove binutils from Solaris builds
16557
16558 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16559
16560 * Makefile.in: get rid of earlier definitions for *clean,
16561 also handle the recursive info rule better
16562
16563 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16564
16565 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16566 do more-or-less the right thing.
16567
16568 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16569
16570 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16571 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16572
16573 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16574
16575 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16576 $(host_canonical).
16577
16578 * configure.in: split the configdirs list into 4 categories (native
16579 v. cross, library v. tool) and handle the cross-only and native-
16580 only in more reasonable (and correct!) way.
16581
16582 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16583
16584 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16585 configdirs anymore.
16586
16587 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16588
16589 * Makefile.in: extensive cleanup:: removed all of the explicit
16590 clean-* targets, collapsed many wrappers around subdir_do into
16591 one, added additional targets to satisfy standards.texi, deleted
16592 some old targets, some changes for consistency
16593
16594 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16595
16596 * configure.in: handle some programs as cross-only, and others as
16597 native only
16598
16599 * test-build.mk: handle partial holes in a more generic manner
16600
16601 * Makefile.in: m4 depends on libiberty
16602
16603 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16604
16605 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16606 time, wdiff, and find to configdirs
16607
16608 * Makefile.in: all, clean, and install rules for the new programs
16609 added to configure.in
16610
16611 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16612
16613 * configure.in: use mh-sun for all *-sun-* hosts
16614
16615 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16616
16617 * Makefile.in: define flags for X11 include files and library file
16618 locations, pass them down to the programs that need this info
16619
16620 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16621
16622 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16623
16624 * configure.in: start building libg++ for HP-UX targets
16625
16626 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16627
16628 * README: Update references to files moved into etc/.
16629
16630 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16631
16632 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16633 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16634
16635 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16636
16637 * configure: accept dash as well as underscore in long option
16638 names for FSF compatibility.
16639
16640 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16641
16642 * config.sub: added -sco3.2v4 support from FSF.
16643
16644 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16645
16646 * configure.in: expand the section that adds or removes
16647 directories from the list of programs to build, to handle native
16648 vs. cross in addition to host v. native
16649
16650 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16651
16652 * Makefile.in: Replace C++ in macro names with CXX.
16653 This is less likely to break ...
16654
16655 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16656
16657 * test-build.mk: add -w to GNU_MAKE
16658
16659 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16660
16661 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16662 add 'sparc' to list of recognized cpus. This needed to make
16663 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16664 Delete some redundant ose68 variants. Recognize -wrs as an os,
16665 then changes that into $CPU-wrs-vxworks.
16666
16667 * configure.in: remove most references to gdbtest, regularize
16668 target based program removal
16669
16670 * test-build.mk: import from p3 tree (many fixes and changes)
16671
16672 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16673
16674 * Makefile.in: added rules to handle tcl, tk, and expect
16675
16676 * configure.in: handle those directories if they exist
16677
16678 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16679
16680 * config.sub: removed bogus hppabsd and hppahpux names, since
16681 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16682
16683 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16684
16685 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16686 depends upon all-xiberty
16687
16688 * Makefile.in: changes from p3, including:
16689
16690 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16691
16692 * Makefile.in (XTRAFLAGS): include newlib directories if
16693 newlib/Makefile exists, rather than if host != target.
16694
16695 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16696
16697 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16698 from the same source tree and not building a cross-compiler. This
16699 matters for the libg++ configuration if reconfiguring a tree that
16700 has already been installed.
16701
16702 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16703
16704 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16705 pick up the machine and system specific header files.
16706
16707 * Makefile.in: added AS_FOR_TARGET, passed down in
16708 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16709 the C compiler to use to create programs which are run in the
16710 build environment, set it to default to $(CC), and passed it down
16711 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16712
16713 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16714
16715 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16716 We need them for unusual native builds, like systems without
16717 ranlib.
16718
16719 * configure: also define $(host_canonical) and
16720 $(target_canonical), which are the full, canonical names for the
16721 given host and target
16722
16723 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16724
16725 * Makefile.in: Added separate definitions for C++.
16726
16727 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16728
16729 * configure.in (configdirs): Add deja-gnu.
16730
16731 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16732
16733 * README: Update for configure.texi and gdb-4.7 release.
16734
16735 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16736
16737 * Makefile.in: Move "all" target to top of file.
16738 Previously, first target was ".PHONY" which caused BSD4.4 make
16739 to build .PHONY when make was run without arguments.
16740
16741 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16742
16743 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16744 Library-copylefted code in libiberty.
16745
16746 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16747
16748 * config.sub: Replace m68kmote with plain old m68k.
16749
16750 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16751
16752 * Makefile.in: Remove space from blank line, avoid Make complaints.
16753
16754 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16755
16756 * config.sub: Complain if no argument is given. Added support for
16757 386bsd as OS and target alias.
16758
16759 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16760
16761 * Makefile.in (XTRAFLAGS): include newlib directories if
16762 newlib/Makefile exists, rather than if host != target.
16763
16764 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16765
16766 * config.sub: recognize sparclite-wrs-vxworks.
16767
16768 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16769 p3.) Added clean-xiberty to clean.
16770
16771 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16772
16773 * configure.in: use *-*-* instead of nested cases for host and target
16774
16775 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16776
16777 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16778 from the same source tree and not building a cross-compiler. This
16779 matters for the libg++ configuration if reconfiguring a tree that
16780 has already been installed.
16781
16782 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16783
16784 * config.sub (i486v/i486v4): Merge in from FSF version.
16785
16786 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16787
16788 * configure: only set PWD if it is already set.
16789
16790 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16791
16792 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16793 doesn't have unset and all success paths (and most error paths)
16794 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16795 to just ${PWD} to avoid confusion.)
16796
16797 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16798
16799 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16800 even for a native compilation.
16801
16802 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16803
16804 Changes to make the gdb.tar.Z rule work better.
16805
16806 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16807 (DEVO_SUPPORT): Add configure.texi.
16808 (bfd-ilrt.tar.Z): Remove ancient rule.
16809
16810 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16811
16812 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16813 pick up the machine and system specific header files.
16814
16815 * configure.in, config.sub: added new target m68010-adobe-scout,
16816 with alias of adobe68k. Changed configure.in to check for
16817 -scout before -sco* to avoid a false match.
16818
16819 * Makefile.in: added AS_FOR_TARGET, passed down in
16820 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16821 the C compiler to use to create programs which are run in the
16822 build environment, set it to default to $(CC), and passed it down
16823 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16824
16825 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16826
16827 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16828 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16829 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16830 FOR_TARGET variants, to newlib and libg++.
16831
16832 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16833
16834 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16835 first.
16836
16837 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16838
16839 * config.sub: Accept `elf' as an environment.
16840
16841 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16842
16843 * Makefile.in (all-opcodes): cd into the right directory
16844
16845 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16846
16847 * configure: added -program_transform_name option, used as
16848 argument to sed when installing programs.
16849 configure.texi: added documentation for -program_prefix,
16850 -program_suffix and -program_transform_name.
16851
16852 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16853
16854 * config.sub: Accept i486 where i386 ok.
16855
16856 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16857
16858 * config.sub: accept we32k
16859
16860 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16861
16862 * config.sub, configure.in: accept OSE68000 and OSE68k.
16863
16864 * Makefile.in: don't create all directories for ``make install'';
16865 let the subdirectories create the ones they need.
16866
16867 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16868
16869 * COPYING: new file, GPL v2
16870
16871 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16872
16873 * Makefile.in: use the new gen-info-dir, which needs a template
16874 argument (which also lives in texinfo)
16875
16876 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16877
16878 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16879
16880 * config.sub (ncr3000): Change i386 to i486.
16881
16882 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16883
16884 * Makefile.in: add install-rcs, install-grep to
16885 install-no-fixedincludes, removed install-bison and install-libgcc
16886
16887 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16888
16889 * configure.in: grab the HPUX makefile fragment if on HPUX
16890
16891 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16892
16893 * Makefile.in: eradicate bison spoor (ditto libgcc).
16894 configure.in: recognise m68{k,000}-ericsson-OSE.
16895 es1800 is alias for m68k-ericsson-OSE
16896
16897 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16898
16899 * configure.in: rearrange the parts that remove programs from
16900 configdirs, based now on HOST==TARGET or by canonical triple.
16901
16902 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16903
16904 * test-build.mk: recurse explicitly with -f test-build.mk when
16905 appropriate. predicate stage3 and comparison on the existence
16906 of gcc. That is, if gcc isn't around, we aren't three-staging.
16907 On very clean, also remove ...stamp-co. Build in-place before
16908 doing other builds.
16909
16910 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16911
16912 * Makefile.in, configure.in: add tgas
16913
16914 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16915
16916 * Makefile.in: a number of changes merged in from progressive.
16917
16918 * configure.in: add libm.
16919
16920 * .cvsignore: ignore some stuff that comes from test-build.mk.
16921
16922 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16923
16924 * config.sub: Add es1800 (m68k-ericsson-es1800).
16925
16926 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16927
16928 * configure: Add program_suffix (parallel to program_prefix)
16929 * Makefile.in: adjust directory-creating script for losing decstation
16930
16931 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16932
16933 * configure: Minor $subdir-related fixes.
16934
16935 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16936
16937 * configure: fix various problems with propogating
16938 makefile_target_frag in subdirs.
16939 * configure.in: config libgcc if its there
16940
16941 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16942
16943 * config.sub: HPPA merge.
16944
16945 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16946
16947 * Makefile.in: Replace all-bison with all-byacc in all
16948 dependency lines for other tools (which now use byacc).
16949
16950 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16951
16952 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16953
16954 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16955
16956 * Makefile.in: make gprof rules similar to byacc rules (instead of
16957 vestigal $(unsubdir) that didn't work...)
16958
16959 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16960
16961 * config.sub: Add support for Linux.
16962 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16963 (at least for libg++).
16964
16965 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16966
16967 * configure.texi: fix doc for the -nfp option to configure
16968
16969 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16970
16971 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16972
16973 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16974
16975 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16976 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16977 * configure.in: added solaris* host_makefile_frag hook.
16978
16979 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16980
16981 * config.sub: changed recognition of m68000 so that various
16982 m68k types can be specified via m680[01234]0
16983
16984 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16985
16986 * config.sub (basic_machine): fix sed so that '-foo' isn't
16987 completely substituted out while .+'-foo' loses the '-foo'
16988
16989 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16990
16991 * config.sub ($os): Add -aout.
16992
16993 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16994
16995 * configure: If host_makefile_frag is absolute, don't
16996 prefix ${invsubdir} (relevant to libg++ auto-configure).
16997
16998 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16999
17000 * Makefile.in (tooldir): Define it.
17001 (all-ld): Depend on all-flex.
17002
17003 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17004
17005 * Makefile.in (check): Fix libg++ special case.
17006
17007 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17008
17009 * configure: do not bury `pwd` into config.status, thus do fewer
17010 pwd's.
17011
17012 * configure: print the "Building in" message only when building in
17013 other than "." AND verbose.
17014
17015 * configure: remove -s, rework -v to better accommodate guested
17016 configures.
17017
17018 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17019
17020 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17021
17022 * Makefile.in: macroize flags passed on recursion. remove
17023 fileutils.
17024
17025 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17026
17027 * configure: get makesrcdir right for subdirs deeper than 1.
17028
17029 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17030 install.
17031
17032 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17033
17034 * Makefile.in: don't print subdir_do or recursion lines.
17035
17036 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17037
17038 * standards.texi: added menu item.
17039
17040 * Makefile.in: build and install standards.info.
17041
17042 * standards.texi: new file.
17043
17044 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17045
17046 * configure: test for and move config.status pieces from
17047 ${subdir}/.
17048
17049 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17050
17051 * configure: Test for existance of files before trying to mv
17052 them, to avoid numerous non-existance messages.
17053
17054 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17055
17056 * configure: correct final line of config.status.
17057
17058 * configure: patch from eggert. Avoids a protection problem if
17059 the original Makefile.in is read only.
17060
17061 * configure: use move-if-change from gcc to create config.status.
17062 Some makefiles depend on config.status to tell if a directory
17063 has been reconfigured for a different host. This change
17064 prevents those directories from remaking everything in the case
17065 where the reconfig was only intended to rebuild a Makefile.
17066
17067 * configure: test for config.sub with "config.sub sun4" rather
17068 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17069 host alias from a missing config.sub.
17070
17071 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17072
17073 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17074 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17075
17076 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17077
17078 * configure: mkdir ${subdir} as needed.
17079
17080 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17081
17082 * Makefile.in,configure.in: added autoconf.
17083
17084 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17085
17086 * Makefile.in: no longer pass against on recursion.
17087
17088 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17089 definitions are not inherited.
17090
17091 * configure: correct makesrcdir when subdir is .
17092
17093 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17094
17095 * configure: Add support for 'subdirs' variable, which is
17096 like 'configdirs', except that configure doesn't re-invoke
17097 itself for subdirs, it just creates a Makefile for each subdir.
17098 * configure.texi: Document subdirs.
17099
17100 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17101
17102 * configure.in: added flex to configdirs
17103
17104 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17105
17106 * Makefile.in: remove clean-stamps from clean.
17107
17108 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17109
17110 * configure.in: Add gdbtest to configdirs.
17111
17112 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17113
17114 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17115 to recursive makes.
17116 * configure.in: Recognize new ncr3000 config.
17117
17118 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17119
17120 * Makefile.in, configure.in: removed references to gdbm.
17121
17122 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17123
17124 * config.sub: Don't canonicalize os value
17125 newsos* to bsd (readline needs to check for newsos).
17126 (This fix was earlier made Jan 31, but got re-broken.)
17127
17128 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17129
17130 * configure.in: sco is an os, not a vendor!
17131
17132 * configure: Quote $( better. Keep various shells happy.
17133
17134 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17135
17136 * Makefile.in: eliminate stamp-files.
17137
17138 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17139
17140 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17141 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17142
17143 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17144
17145 * config.sub: fix iris/iris3.
17146
17147 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17148
17149 * configure: re-add -rm.
17150
17151 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17152
17153 * Maskefile.in: add .stmp-rcs to all.
17154
17155 * configure.in: remove gas from rs6000 build, use aix host fragment.
17156
17157 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17158
17159 * configure: pass down site_option during recursion.
17160
17161 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17162
17163 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17164
17165 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17166
17167 * configure: Change exec_prefix so that it really defaults to prefix.
17168
17169 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17170
17171 * Makefile.in, configure.in: Add support for mmalloc library.
17172
17173 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17174
17175 * Makefile.in: add stmp dependencies for a few more things.
17176
17177 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17178
17179 * configure: adjusted error message on objdir/srcdir configure
17180 collision, per john's suggestion.
17181
17182 * Makefile.in: add libiberty stmp to all and all.cross.
17183
17184 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17185
17186 * Makefile.in: remove force dependencies, add grep to all.
17187
17188 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17189
17190 * Makefile.in: drop flex. make stamp files work.
17191
17192 * configure: added test for conflicting configuration in srcdir,
17193 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17194 gets cranky. use relative paths for configure and srcdir
17195 whenever possible. Send some error messages to stderr that were
17196 going to stdout.
17197
17198 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17199
17200 * Makefile.in: Fix libg++ rule to check for gcc directory
17201 before using gcc/gcc. Also pass XTRAFLAGS.
17202
17203 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17204
17205 * Makefile.in: added stmp-files so that directories aren't polled
17206 when they are already built.
17207
17208 * configure.texi: fixed a node pointer problem.
17209
17210 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17211
17212 * config.sub configure.in gdb/configure.in
17213 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17214 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17215 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17216
17217 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17218
17219 * configure: -recurring becomes -silent. corrected help message
17220 for -site= option.
17221
17222 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17223
17224 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17225
17226 * configure: when building Makefile for crosses, replace
17227 tooldir and program_prefix. default srcdir from location of
17228 config.sub. remove "for host in hosts" and "for target in
17229 targets" loops.
17230
17231 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17232
17233 * Makefile.in: Do not pass bindir or mandir to cvs.
17234
17235 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17236
17237 * Makefile.in, configure.in: removed traces of namesubdir,
17238 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17239 copyrights to '92, changed some from Cygnus to FSF.
17240
17241 * configure.texi: remove most references to multiple hosts,
17242 multiple targets, subdirs, etc.
17243
17244 * configure.man: removed rcsid. reference config.sub not
17245 config.subr.
17246
17247 * Makefile.in: mkdir $(infodir) on install-info.
17248
17249 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17250
17251 * configure.texi: Explain better about .gdbinit and about
17252 the environment that configure.in sections run in.
17253
17254 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17255
17256 * configure.in: Ultrix is only a decstation if it's a MIPS.
17257
17258 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17259
17260 * README: DOC.configure => cfg-paper.texi.
17261
17262 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17263
17264 * config.sub (near case $os): Don't convert newsos* to bsd!
17265
17266 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17267
17268 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17269 the number of copies of COPYING that go into the GDB tar file.
17270
17271 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17272
17273 * bfd/configure.in, gdb/config/mh-i386sco,
17274 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17275 Fix SCO configuration stuff.
17276
17277 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17278
17279 * Makefile.in: For libg++, make sure the -I pointing
17280 to the gcc directory goes *after* all the libg++-local -I flags.
17281 Also, move just-gcc dependency from just-libg++ to all-libg++.
17282
17283 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17284
17285 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17286
17287 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17288
17289 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17290
17291 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17292
17293 * config.sub: Add stratus configuration frags. Also
17294 submitted to FSF.
17295
17296 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17297
17298 * Makefile.in (DEV_SUPPORT): add configure.man.
17299
17300 * config.sub(Decode manufacturer-specific): add -none*.
17301
17302 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17303
17304 * Makefile.in: remove form feeds to make Sun's make happy.
17305 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17306
17307 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17308
17309 * Makefile.in (AR_FLAGS): Make quieter.
17310
17311 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17312
17313 * configure.in: Add libg++.
17314 * configure: When verbose, don't output the command line at each
17315 level; it will be unremarkably the same as the previous version,
17316 which will be the same as what the user typed.
17317
17318 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17319
17320 * configure.in, Makefile.in: fix clean-info, add flex. add
17321 fileutils.
17322
17323 * configure: be less sensitive to spaces in Makefile.in. Do not
17324 look for sources in "..". Doing so breaks subdirectories that
17325 might have their own configure. If a subdir has it's own
17326 configure script, use it.
17327
17328 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17329
17330 * cfg-paper.texi: some changes suggested by rms.
17331
17332 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17333
17334 * config.sub: Merge in some small additions from the FSF version,
17335 taken from the gcc distribution, to bring the Cygnus and FSF
17336 versions into closer sync.
17337
17338 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17339
17340 * configure.in: Changed svr4 references to sysv4.
17341
17342 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17343
17344 * configure: added -V for version number option.
17345
17346 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17347
17348 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17349 renamed from DOC.configure to cfg-paper.texi.
17350
17351 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17352
17353 * configure, config.subr, config.sub: config.subr is now
17354 config.sub again.
17355
17356 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17357
17358 * configure.texi: new file, in progress.
17359
17360 * Makefile.in: build info file and install the man page for
17361 configure.
17362
17363 * configure.man: new file, first cut.
17364
17365 * configure: find config.subr again now that configuration "none"
17366 has gone. removed all traces of the -ansi option. removed all
17367 traces of the -languages option.
17368
17369 * config.subr: resync from rms.
17370
17371 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17372
17373 * configure, config.sub, config.subr: merge config.sub into
17374 config.subr, call the result config.subr, remove config.sub, use
17375 config.subr.
17376
17377 * Makefile.in: revised install for dir.info.
17378
17379 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17380
17381 * configure.in: add decstation host makefile frag.
17382
17383 * Makefile.in: BISON now bison -y again. also install-gcc on
17384 install. clean-gdbm on clean. infodir belongs in datadir.
17385 Make directories for info install. Build dir.info here then
17386 install it.
17387
17388 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17389
17390 * Makefile.in: fix for bad directory tests.
17391
17392 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17393
17394 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17395 regexp. -srcdir relative was being handled incorrectly.
17396
17397 * Makefile.in: unwrapped some for loops so that parallel makes
17398 work again and so one can focus one's attention on a particular
17399 package.
17400
17401 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17402
17403 * configure: added PWD as a stand in for `pwd` (for speed). use
17404 elif wherever possible. make -srcdir work without -objdir.
17405 -objdir= commented out.
17406
17407 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17408
17409 * configure: +options become --options. -subdirs commented out.
17410 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17411 Makefile now at top of generated Makefile. Removed cvs log
17412 entries. added -srcdir. create .gdbinit only if there is one
17413 in ${srcdir}.
17414
17415 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17416 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17417 and mandir now keyed off datadir by default.
17418
17419 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17420
17421 * Freshly created ChangeLog.
17422
17423 \f
17424 Local Variables:
17425 mode: change-log
17426 left-margin: 8
17427 fill-column: 76
17428 version-control: never
17429 End: