simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of a concatenation.
[gcc.git] / ChangeLog
1 2012-08-14 Diego Novillo <dnovillo@google.com>
2
3 Merge from cxx-conversion branch.
4
5 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
6 POSTSTAGE1_CONFIGURE_FLAGS.
7 * Makefile.in: Regenerate.
8 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
9 Force C++ when bootstrapping.
10 * configure: Regenerate.
11
12 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
13
14 * MAINTAINERS (Write After Approval): Add myself.
15
16 2012-07-16 Joseph Myers <joseph@codesourcery.com>
17
18 * README: Document use of ranges of years in copyright notices.
19
20 2012-07-06 Richard Guenther <rguenther@suse.de>
21
22 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
23 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
24 --with-gmp=system.
25 * Makefile.in: Regenerated.
26 * configure: Likewise.
27
28 2012-07-06 Richard Guenther <rguenther@suse.de>
29
30 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
31 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
32 supply V=1 as extra_make_flags.
33 * configure: Regenerated.
34 * Makefile.in: Likewise.
35
36 2012-07-04 Tristan Gingold <gingold@adacore.com>
37
38 * configure: Regenerate.
39
40 2012-07-03 Richard Guenther <rguenther@suse.de>
41
42 * Makfile.def (isl): Remove not necessary extra_exports and
43 extra_make_flags.
44 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
45 * Makefile.in: Regenerated.
46
47 2012-07-03 Richard Guenther <rguenther@suse.de>
48
49 * Makefile.def (cloog): Add V=1 to extra_make_flags.
50 * configure.ac: If either the ISL or the CLooG check failed
51 do not try to build in-tree versions.
52 * Makefile.in: Regenerated.
53 * configure: Regenerated.
54
55 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
56
57 * configure: Regenerate.
58
59 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
60
61 * MAINTAINERS (Various Maintainers): Add myself as testsuite
62 maintainer.
63
64 2012-07-02 Richard Guenther <rguenther@suse.de>
65
66 * configure: Regenerated.
67
68 2012-07-02 Richard Guenther <rguenther@suse.de>
69 Michael Matz <matz@suse.de>
70 Tobias Grosser <tobias@grosser.es>
71 Sebastian Pop <sebpop@gmail.com>
72
73 * Makefile.def: Add ISL host module, remove PPL host module.
74 Adjust ClooG host module to use the proper ISL.
75 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
76 * configure.ac: Include config/isl.m4. Add ISL host library,
77 remove PPL. Remove PPL configury, add ISL configury, adjust
78 ClooG configury.
79 * Makefile.in: Regenerated.
80 * configure: Likewise.
81
82 2012-07-02 Richard Guenther <rguenther@suse.de>
83
84 Merge from graphite branch
85 2011-07-21 Tobias Grosser <tobias@grosser.es>
86
87 * configure: Regenerated.
88 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
89 both cloog.org and legacy versions. The only supported version will
90 be CLooG with the isl backend.
91
92 2011-07-21 Tobias Grosser <tobias@grosser.es>
93
94 * configure: Regenerated.
95 * configure.ac: Require cloog isl 0.17.0
96
97 2011-07-21 Tobias Grosser <tobias@grosser.es>
98
99 * configure: Regenerated.
100 * config/cloog.m4: Do not define CLOOG_ORG
101
102 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
103
104 * configure.ac: Skip C if explicitly selected.
105 * configure: Regenerate.
106
107 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
108
109 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
110 they contain -O2.
111 * configure: Regenerate.
112
113 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
114
115 PR debug/53740
116 * df.h, df-problems.c, dce.c: Revert last patch.
117
118 2012-06-25 Iain Sandoe <iain@codesourcery.com>
119
120 * MAINTAINERS (Write After Approval): Update my email address.
121
122 2012-06-21 Meador Inge <meadori@codesourcery.com>
123
124 * MAINTAINERS (Write After Approval): Add myself.
125
126 2012-06-20 Jason Merrill <jason@redhat.com>
127
128 * Makefile.tpl (check-target-libgomp-c++): New.
129 (check-target-libitm-c++): New.
130 * Makefile.def (c++): Add them.
131 * Makefile.in: Regenerate.
132
133 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
134
135 * MAINTAINERS (Write After Approval): Add myself.
136
137 2012-05-16 Olivier Hainque <hainque@adacore.com>
138
139 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
140 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
141 (install-no-fixedincludes): Adjust accordingly.
142 * Makefile.in: Regenerate.
143
144 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
145
146 Merge upstream change
147 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
148
149 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
150
151 * MAINTAINERS (Write After Approval): Add myself.
152
153 2012-05-09 Nick Clifton <nickc@redhat.com>
154 Paul Smith <psmith@gnu.org>
155
156 PR bootstrap/50461
157 * configure.ac (mpfr-dir): When using in-tree MPFR sources
158 allow for the fact that from release v3.1.0 of MPFR the source
159 files were moved into a src sub-directory.
160 * configure: Regenerate.
161
162 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
163
164 * configure.ac: Bump minimum MPFR version to 2.4.0.
165 * configure: Regenerated.
166
167 2012-05-03 Olivier Hainque <hainque@adacore.com>
168
169 * config/mh-ppc-aix (LDFLAGS): Quote $(CC).
170
171 2012-05-01 Richard Henderson <rth@redhat.com>
172
173 * Makefile.def (libatomic): New target_module.
174 * configure.ac (target_libraries): Add libatomic.
175 (noconfigdirs): Check if libatomic is supported.
176 * Makefile.in, configure: Rebuild.
177
178 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
179
180 * MAINTAINERS (Write After Approval): Add myself.
181
182 2012-04-25 Joel Brobecker <brobecker@adacore.com>
183
184 * config.sub: Update to 2012-04-18 version from official repo.
185
186 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
187
188 * MAINTAINERS (Write After Approval): Add myself.
189
190 2012-04-11 Steve Ellcey <sellcey@mips.com>
191
192 * MAINTAINERS: Changed email address.
193
194 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
195
196 PR target/52737
197 * contrib/gcc_update (files_and_dependencies):
198 Remove gcc/config/avr/t-multilib from touch data.
199
200 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
201
202 * MAINTAINERS (OS Port Maintainers): Remove irix.
203 * configure.ac (enable_libgomp): Remove *-*-irix6*.
204 (unsupported_languages): Remove mips-sgi-irix6.*.
205 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
206 (with_stabs): Remove.
207 * configure: Regenerate.
208
209 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
210
211 * MAINTAINERS (OS Port Maintainers): Remove osf.
212 * configure.ac (enable_libgomp): Remove *-*-osf*.
213 (with_stabs): Remove alpha*-*-osf*.
214 * configure: Regenerate.
215
216 2012-03-05 Tristan Gingold <gingold@adacore.com>
217
218 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
219 * configure: Regenerate.
220
221 2012-02-17 Walter Lee <walt@tilera.com>
222
223 * MAINTAINERS: (Write After Approval): Delete myself.
224
225 2012-02-14 Walter Lee <walt@tilera.com>
226
227 * MAINTAINERS (tilegx port): Add myself.
228 (tilepro port): Add myself.
229 (Write After Approval): Add myself.
230
231 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
232
233 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
234 and Joseph Myers as docstring relicensing maintainers.
235
236 2012-02-09 Bin Cheng <bin.cheng@arm.com>
237
238 * MAINTAINERS (write-after-approval): Add myself.
239
240 2012-02-08 Ira Rosen <irar@il.ibm.com>
241
242 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
243 maintainer.
244
245 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
246
247 * MAINTAINERS (Write After Approval): Move myself to
248 maintain alphabetical order.
249
250 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
251
252 * MAINTAINERS (Write After Approval): Add myself.
253
254 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
255
256 * MAINTAINERS (Write After Approval): Add myself.
257
258 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
259 Jayant R Sonar <jayant.sonar@kpitcummins.com>
260
261 * configure.ac (cr16-*-*): Remove nonconfigdirs.
262 * configure: Regenerate.
263
264 2012-01-23 Harshit Chopra <harshit@google.com>
265
266 * MAINTAINERS (Write After Approval): Add myself.
267
268 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
269
270 * configure.ac: Remove reference to mh-interix.
271 * configure: Regenerate.
272
273 2012-01-05 Richard Henderson <rth@redhat.com>
274
275 PR bootstrap/51072
276 * configure.ac: Disable libitm if c++ is not enabled.
277 * configure: Rebuild.
278
279 * configure.ac: Fix regexp for same.
280 * configure: Rebuild.
281
282 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
283
284 * MAINTAINERS (Write After Approval): Add myself.
285
286 2012-01-02 Richard Guenther <rguenther@suse.de>
287
288 PR bootstrap/51686
289 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
290 * Makefile.in: Regenerate.
291
292 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
293
294 * MAINTAINERS (Write After Approval): Add myself.
295
296 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
297
298 * configure: Regenerate.
299
300 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
301
302 * MAINTAINERS (picochip): Changed email address.
303
304 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
305
306 * MAINTAINERS (write-after-approval): Add self.
307
308 2011-11-29 DJ Delorie <dj@redhat.com>
309
310 * configure.ac (rl78-*-*) New case.
311 * configure: Regenerate.
312 * MAINTAINERS: Add myself as RL78 maintainer.
313
314 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
315
316 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
317
318 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
319
320 * libtool.m4: dditional FreeBSD 10 fixes.
321
322 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
323
324 * MAINTAINERS: Move myself from Write After Approval to CPU Port
325 Maintainers section, as Epiphany maintainer.
326
327 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
328
329 PR target/49992
330 * configure.ac: Remove ranlib special-casing for Darwin.
331 * configure: Regenerate.
332
333 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
334
335 * MAINTAINERS (Reviewers): Keep the list sorted.
336
337 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
338
339 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
340
341 2011-11-09 Roland McGrath <mcgrathr@google.com>
342
343 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
344 * configure: Rebuild.
345 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
346 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
347 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
348 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
349 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
350 Add READELF.
351 * Makefile.in: Rebuild.
352
353 2011-11-09 Jason Merrill <jason@redhat.com>
354
355 * Makefile.def (language=c++): Remove check-c++0x.
356 * Makefile.in (check-gcc-c++): Regenerate.
357
358 2011-11-08 Richard Henderson <rth@redhat.com>
359
360 * configure.ac: Test for libitm directory present first.
361
362 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
363
364 * configure.ac: Test libitm/configure.tgt to disable libitm.
365 * configure: Rebuild.
366
367 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
368 Richard Henderson <rth@redhat.com>
369
370 Merged from transactional-memory.
371
372 * Makefile.def (lang_env_dependencies): libitm is c++.
373 Add libitm target module.
374 * configure.ac: Likewise.
375 * config/mmap.m4: New file.
376 * contrib/gcc_update: Add libitm to touch data.
377 * Makefile.in, configure: Rebuild.
378
379 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
380
381 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
382 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
383 * Makefile.in: Regenerate.
384
385 2011-11-01 DJ Delorie <dj@redhat.com>
386
387 * config.sub: Update to version 2011-10-29 (added rl78)
388
389 2011-10-27 Nick Clifton <nickc@redhat.com>
390
391 * config.sub: Import these changes from the config project:
392
393 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
394 Ben Elliston <bje@gnu.org>
395
396 * config.sub (epiphany): New.
397
398 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
399 Ben Elliston <bje@gnu.org>
400
401 * config.sub (hexagon, hexagon-*): New.
402
403 2011-08-23 Roland McGrath <mcgrathr@google.com>
404
405 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
406 64eb to be64.
407
408 2011-08-16 Roland McGrath <mcgrathr@google.com>
409
410 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
411 (nacl): Grok as alias for 32el-unknown-nacl.
412
413 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
414
415 * MAINTAINERS (Write After Approval): Add myself.
416
417 2011-10-24 Teresa Johnson <tejohnson@google.com>
418
419 * MAINTAINERS (Write After Approval): Add myself.
420
421 2011-09-21 Jakub Jelinek <jakub@redhat.com>
422
423 * MAINTAINERS (sparc port): Remove myself.
424
425 2011-09-14 Tom de Vries <tom@codesourcery.com>
426
427 * MAINTAINERS (Write After Approval): Add myself.
428
429 2011-08-14 Yao Qi <yao@codesourcery.com>
430
431 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
432 * configure: Regenerate.
433
434 2011-07-26 Ian Lance Taylor <iant@google.com>
435
436 * configure.ac: Set have_compiler based on whether gcc directory
437 exists, rather than on whether gcc is in configdirs.
438 * configure: Rebuild.
439
440 2011-07-21 Joseph Myers <joseph@codesourcery.com>
441
442 * MAINTAINERS (Global Reviewers): Add self.
443
444 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
445
446 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
447 link directories.
448 * Makefile.in: Rebuild.
449
450 2011-07-20 Ian Lance Taylor <iant@google.com>
451
452 PR bootstrap/49787
453 * configure.ac: Move --enable-bootstrap handling earlier in file.
454 If --enable-bootstrap and either --enable-build-with-cxx or
455 --enable-build-poststage1-with-cxx, enable C++ automatically.
456 * configure: Rebuild.
457
458 2011-07-19 Ian Lance Taylor <iant@google.com>
459
460 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
461 make C++ a boot_language. Set and substitute
462 POSTSTAGE1_CONFIGURE_FLAGS.
463 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
464 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
465 * configure, Makefile.in: Rebuild.
466
467 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
468
469 * MAINTAINERS (Register Allocation): Move myself from reviewers to
470 maintainers.
471
472 2011-07-18 Jakub Jelinek <jakub@redhat.com>
473
474 * MAINTAINERS (Global Reviewers): Add myself.
475
476 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
477
478 * configure: Regenerate.
479
480 2011-07-16 Jason Merrill <jason@redhat.com>
481
482 * Makefile.def (language=c++): Add check-c++0x and
483 check-target-libmudflap-c++.
484 * Makefile.tpl (check-target-libmudflap-c++): New.
485 * Makefile.in: Regenerate.
486
487 2011-07-16 Matthias Klose <doko@ubuntu.com>
488
489 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
490 * Makefile.def (target_modules/libjava): Pass
491 $(EXTRA_CONFIGARGS_LIBJAVA).
492 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
493 if not configured with --enable-static-libjava.
494 * Makefile.in: Regenerate.
495 * configure: Likewise.
496
497 2011-07-15 Jason Merrill <jason@redhat.com>
498
499 * Makefile.in (check-c++): Move check-gcc-c++0x after
500 check-target-libstdc++-v3.
501
502 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
503
504 * MAINTAINERS (c6x port): New entry.
505
506 2011-07-13 Jason Merrill <jason@redhat.com>
507
508 * Makefile.in (check-gcc-c++0x): New.
509 (check-c++): Depend on it.
510
511 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
512
513 PR target/39150
514 * configure.ac (i[3456789]86-*-solaris2*): Also accept
515 x86_64-*-solaris2.1[0-9]*.
516 * configure: Regenerate.
517
518 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
519
520 * MAINTAINERS (RTL optimizers): Add self.
521
522 2011-06-27 Gabriel Charette <gchare@google.com>
523
524 * MAINTAINERS (Write After Approval): Add myself.
525
526 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
527
528 PR regression/47836
529 PR bootstrap/23656
530 PR other/47733
531 PR bootstrap/49247
532 PR c/48825
533 * configure.ac (target_libraries): Remove target-libiberty.
534 Remove case-statement setting skipdirs=target-libiberty for
535 multiple targets. Remove checking target_configdirs and
536 removing target-libiberty but keeping target-libgcc if
537 otherwise empty.
538 * Makefile.def (target_modules): Don't add libiberty.
539 (dependencies): Remove all traces of target-libiberty.
540 * configure, Makefile.in: Regenerate.
541
542 2011-06-13 Walter Lee <walt@tilera.com>
543
544 * configure.ac (tilepro-*-*) New case.
545 (tilegx-*-*): Likewise.
546 * configure: Regenerate.
547
548 2011-06-06 Jing Yu <jingyu@google.com>
549
550 * configure.ac: Skip target-libiberty for
551 arm*-*-linux-androideabi.
552 * configure: Regenerated.
553
554 2011-06-06 Nick Clifton <nickc@redhat.com>
555
556 * config.sub: Sync from upstream.
557
558 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
559
560 * MAINTAINERS (Write After Approval): Add myself.
561
562 2011-06-01 Daniel Jacobowitz <drow@false.org>
563
564 * MAINTAINERS: Update my email address.
565
566 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
567
568 * MAINTAINERS (Write After Approval): Update my email address.
569
570 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
571
572 * MAINTAINERS (Write After Approval): Add myself.
573
574 2011-05-08 Doug Kwan <dougkwan@google.com>
575
576 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
577 * configure: Regenerated.
578 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
579 value from configure.
580 * Makefile.in: Regenerated.
581
582 2011-05-05 Joseph Myers <joseph@codesourcery.com>
583
584 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
585 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
586 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
587 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
588 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
589 *-*-vxworks*): Disable newlib and libgloss in separate case
590 statement.
591 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
592 to separate case statement.
593 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
594 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
595 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
596 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
597 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
598 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
599 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
600 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
601 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
602 i[[3456789]]86-*-rdos*, m32r-*-*,
603 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
604 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
605 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
606 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
607 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
608 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
609 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
610 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
611 and libgloss in main case over targets. Remove most empty cases
612 in main case over targets.
613 * configure: Regenerate.
614
615 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
616
617 * MAINTAINERS (Write After Approval): Add myself.
618
619 2011-05-04 Joseph Myers <joseph@codesourcery.com>
620
621 * configure.ac: Remove code setting special library locations for
622 hppa*64*-*-hpux11*. Remove code setting compiler for
623 sparc-sun-solaris2*.
624 * configure: Regenerate.
625
626 2011-05-04 Joseph Myers <joseph@codesourcery.com>
627
628 * configure.ac: Separate libgloss_dir settings from general case
629 over targets.
630 * configure: Regenerate.
631
632 2011-04-28 Joseph Myers <joseph@codesourcery.com>
633
634 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
635 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
636 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
637 cases in libgcj-disabling case statement.
638 (hppa*64*-*-linux*): Set unsupported_languages instead of
639 disabling target-zlib.
640 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
641 to hppa*64*-*-hpux*.
642 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
643 hppa*-*-hpux*.
644 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
645 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
646 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
647 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
648 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
649 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
650 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
651 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
652 libgcj-disabling case statement.
653 * configure: Regenerate.
654
655 2011-04-28 Joseph Myers <joseph@codesourcery.com>
656
657 * configure.ac: Disable Java for targets not supporting libffi.
658 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
659 Remove cases in Java-disabling statement.
660 (*arm-wince-pe): Change to arm-wince-pe.
661 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
662 cases in Java-disabling statement.
663 (bfin-*-*): Don't disable Java again.
664 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
665 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
666 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
667 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
668 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
669 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
670 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
671 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
672 Java-disabling statement.
673 (mmix-*-*): Don't disable Java again.
674 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
675 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
676 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
677 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
678 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
679 statement.
680 * configure: Regenerate.
681
682 2011-04-28 Joseph Myers <joseph@codesourcery.com>
683
684 * configure.ac: Separate cases disabling Java and Java libraries
685 from general case over targets.
686 * configure: Regenerate.
687
688 2011-04-21 Jie Zhang <jzhang918@gmail.com>
689
690 * MAINTAINERS: Update my email address.
691
692 2011-04-20 Easwaran Raman <eraman@google.com>
693
694 * MAINTAINERS (Write After Approval): Add myself.
695
696 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
697
698 PR lto/48086
699 * configure.ac: Re-enable LTO on *-apple-darwin9*.
700 * configure: Regenerate.
701
702 2011-04-16 Jim Meyering <meyering@redhat.com>
703
704 * MAINTAINERS (Write After Approval): Add myself.
705
706 2011-04-15 Dodji Seketeli <dodji@redhat.com>
707
708 * MAINTAINERS: Update my email address.
709
710 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
711
712 * MAINTAINERS (Write After Approval): Add myself.
713
714 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
715
716 * MAINTAINERS (Write After Approval): Add myself.
717
718 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
719
720 * MAINTAINERS (Write After Approval): Add myself.
721
722 2011-04-06 Joseph Myers <joseph@codesourcery.com>
723
724 * configure.ac (build_tools): Remove build-byacc.
725 (host_libs): Remove mmalloc.
726 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
727 autoconf automake libtool diff rcs fileutils shellutils time
728 textutils wdiff find uudecode hello tar gzip indent recode release
729 sed perl gawk findutils gettext zip.
730 (libgcj): Remove target-qthreads.
731 (target_tools): Remove target-examples target-gperf.
732 (YACC): Don't handle building byacc.
733 * configure: Regenerate.
734 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
735 dosutils, examples, fileutils, find, findutils, gawk, gettext,
736 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
737 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
738 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
739 handle building components.
740 * Makefile.in: Regenerate.
741
742 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
743
744 * MAINTAINERS: Update my email address as Xtensa maintainer.
745
746 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
747
748 * config.sub: Sync from upstream.
749
750 2011-04-01 Joseph Myers <joseph@codesourcery.com>
751
752 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
753 (microblaze*): Don't disable libssp.
754 * configure: Regenerate.
755
756 2011-04-01 Joseph Myers <joseph@codesourcery.com>
757
758 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
759 moveifchange.
760 * configure: Regenerate.
761 * Makefile.tpl: Use @SHELL@ not @config_shell@.
762 * Makefile.in: Regenerate.
763
764 2011-04-01 Joseph Myers <joseph@codesourcery.com>
765
766 * configure.ac (*-*-sysv4*): Don't enable libgomp.
767 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
768 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
769 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
770 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
771 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
772 md_exec_prefix cases.
773 * configure: Regenerate.
774
775 2011-04-01 Joseph Myers <joseph@codesourcery.com>
776
777 * configure.ac: Separate cases disabling target-libssp,
778 target-libiberty, target-libstdc++-v3 and Fortran from general
779 case over targets.
780 * configure: Regenerate.
781
782 2011-04-01 Joseph Myers <joseph@codesourcery.com>
783
784 * configure.ac (*-*-chorusos): Don't disable libgcj.
785 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
786 Remove case.
787 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
788 (arm-*-coff): Don't disable libgcj.
789 (arm*-*-linux-gnueabi): Remove useless assignment.
790 (arm-*-riscix*): Don't disable libgcj.
791 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
792 configuration.
793 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
794 (c54x*-*-*): Remove case.
795 (tic54x-*-*): Don't disable GCC or GCC libraries.
796 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
797 to *.
798 (d10v-*-*): Don't disable GCC libraries.
799 (d30v-*-*): Don't disable libgcj.
800 (h8500-*-*): Don't disable GCC libraries.
801 (i960-*-*): Don't disable libgcj.
802 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
803 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
804 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
805 libgcj.
806 (m68k-*-coff*): Remove case.
807 (mmix-*-*): Don't disable libgloss on host.
808 (mn10200-*-*, mn10300-*-*): Remove cases.
809 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
810 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
811 Don't disable libgcj.
812 (romp-*-*): Remove case.
813 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
814 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
815 case.
816 (v810-*-*): Don't disable GCC libraries.
817 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
818 (ip2k-*-*): Don't disable GCC libraries.
819 * configure: Regenerate.
820
821 2011-03-28 Joseph Myers <joseph@codesourcery.com>
822
823 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
824 libffi on host.
825 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
826 on host.
827 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
828 * configure: Regenerate.
829
830 2011-03-26 John Marino <binutils@marino.st>
831
832 * configure.ac: Add support for *-*-dragonfly*
833 * configure: Regenerate.
834
835 2011-03-25 Joseph Myers <joseph@codesourcery.com>
836
837 * configure.ac (native_only): Remove.
838 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
839 send-pr uudecode guile gnuserv on host.
840 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
841 send-pr rcs guile perl texinfo libtool on host.
842 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
843 automake send-pr rcs guile perl texinfo libtool on host.
844 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
845 (*-*-kaos*): Don't disable target-examples target-gperf on target.
846 (alpha*-dec-osf*): Don't disable fileutils on target.
847 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
848 texinfo send-pr expect dejagnu on target.
849 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
850 target-qthreads on target.
851 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
852 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
853 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
854 x86_64-*-mingw*): Don't disable expect on target.
855 (*-*-cygwin*): Don't disable target-gperf on target.
856 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
857 gnuserv on target.
858 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
859 target.
860 * configure: Regenerate.
861
862 2011-03-25 Joseph Myers <joseph@codesourcery.com>
863
864 * configure.ac (target_tools): Remove target-groff.
865 (native_only): Remove target-groff.
866 (hppa*64*-*-*): Don't disable byacc.
867 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
868 setting.
869 (*-*-kaos*): Don't skip target-librx and target-groff.
870 (*-*-netware*): Don't skip target-libmudflap.
871 (*-*-tpf*): Don't skip target-libmudflap.
872 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
873 directories on the host.
874 (ia64*-*-*vms*): Don't skip tix.
875 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
876 host.
877 * configure: Regenerate.
878
879 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
880
881 * configure.ac: Remove references to mt-mep, mt-netware,
882 mt-wince.
883 * Makefile.def: Add all-utils soft dependencies.
884 * Makefile.tpl: Remove GDB_NLM_DEPS.
885 * configure: Regenerate.
886 * Makefile.in: Regenerate.
887
888 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
889
890 * configure.ac: Do not include mh-x86omitfp.
891 * configure: Regenerate.
892
893 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
894
895 * configure.ac: Remove empty cases.
896 * configure: Regenerate.
897
898 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
899
900 * Makefile.def: Add dependency from termcap to gdb.
901 * Makefile.in: Regenerate.
902
903 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
904
905 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
906 * configure: Regenerate.
907 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
908 * Makefile.tpl: Likewise.
909 * Makefile.in: Regenerate.
910
911 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
912
913 * configure.ac: Remove all mentions of tentative_cc.
914 * configure: Regenerate.
915
916 2011-03-24 Joseph Myers <joseph@codesourcery.com>
917
918 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
919 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
920 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
921 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
922 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
923 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
924 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
925 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
926 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
927 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
928 *-*-rhapsody*): Remove host cases.
929 * configure: Regenerate.
930
931 2011-03-24 Joseph Myers <joseph@codesourcery.com>
932
933 * configure.ac (ppc*-*-pe): Remove host case.
934 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
935 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
936 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
937 cases.
938 * configure: Regenerate.
939
940 2011-03-24 Joseph Myers <joseph@codesourcery.com>
941
942 * config.sub: Update to version 2011-03-23.
943
944 2011-03-22 Joseph Myers <joseph@codesourcery.com>
945
946 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
947 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
948 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
949 * configure: Regenerate.
950
951 2011-03-22 Joseph Myers <joseph@codesourcery.com>
952
953 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
954 to Write After Approval.
955 * config-ml.in: Don't handle arc-*-elf*.
956 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
957 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
958 handle GCC libraries.
959 * configure: Regenerate.
960
961 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
962
963 PR bootstrap/48120:
964 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
965 Add -lstdc++ -lm to LIBS.
966 * configure: Regenerate.
967
968 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
969
970 * config.guess: Update to version 2011-02-02
971 * config.sub: Update to version 2011-02-24
972
973 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
974
975 PR lto/48086
976 * configure.ac: Re-enable LTO on *-apple-darwin9.
977 * configure: Regenerate.
978
979 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
980
981 PR lto/48086
982 * configure.ac: Disable LTO on darwin due to an assembler change in
983 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
984 under 256.
985 * configure: Regenerate.
986
987 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
988
989 * MAINTAINERS: Update myself as score backend maintainer,
990 update my e-mail address.
991
992 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
993
994 * MAINTAINERS: Update my e-mail address.
995
996 2011-03-06 Joey Ye <joey.ye@arm.com>
997
998 * MAINTAINERS: Update my e-mail address.
999
1000 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1001
1002 * configure.ac: Adjust test of with_ppl.
1003 * configure: Regenerated.
1004
1005 2011-03-02 Kai Tietz <ktietz@redhat.com>
1006
1007 * MAINTAINERS: Adjust my e-mail address.
1008
1009 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1010
1011 * configure.ac: Add -lpwl to ppllibs.
1012 * configure: Regenerated.
1013
1014 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1015
1016 * config/cloog.m4: Add -lisl to clooglibs.
1017 * configure: Regenerated.
1018
1019 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1020
1021 * MAINTAINERS (CPU Port maintainers): Add self.
1022
1023 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1024
1025 * MAINTAINERS: Add myself as testsuite maintainer.
1026
1027 2011-02-15 Mike Stump <mikestump@comcast.net>
1028
1029 * MAINTAINERS: Add myself as testsuite maintainer.
1030
1031 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1032
1033 Import from Libtool and gnulib:
1034
1035 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1036
1037 Prepare for supporting FreeBSD 10.
1038 * config.rpath: Remove handling of freebsd1* which soon would
1039 match FreeBSD 10.0.
1040
1041 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1042
1043 Remove support for FreeBSD 1.x.
1044 * libtool.m4 (_LT_LINKER_SHLIBS)
1045 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1046 soon would incorrectly match FreeBSD 10.0.
1047
1048 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1049
1050 PR binutils/12283
1051 * move-if-change: Import version from gnulib.
1052
1053 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1054
1055 PR lto/47225
1056 * Makefile.def (lto-plugin): Double dash for enable-shared.
1057 (configure-gcc): Depend on all-lto-plugin.
1058 * Makefile.in: Rebuilt.
1059
1060 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1061
1062 * configure.ac: Remove extra bracket.
1063 * configure: Regenerate.
1064
1065 2011-02-08 Tobias Burnus <burnus@net-b.de>
1066
1067 * MAINTAINERS: Add myself as libquadmath maintainer.
1068
1069 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1070
1071 * MAINTAINERS: Update my email address.
1072
1073 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1074
1075 * MAINTAINERS (option handling): Add self.
1076
1077 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1078
1079 PR lto/47225
1080 * Makefile.def: Add dependency for install-gcc
1081 on install-lto-plugin.
1082 * Makfile.in: Regenerated
1083
1084 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1085
1086 * MAINTAINERS (CPU Port Maintainers): Add myself.
1087
1088 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1089
1090 PR libgcj/44341
1091 * configure.ac: Discard --with-* flags for host when configuring
1092 target libraries for cross build.
1093 * configure: Rebuilt.
1094
1095 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1096
1097 * MAINTAINERS (linear loop transforms): Removed.
1098
1099 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1100
1101 * configure.ac: If with_ppl is no, move setting with_cloog=no
1102 after CLOOG_REQUESTED check.
1103 * configure: Regenerated.
1104
1105 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1106
1107 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1108 CLooG has been requested.
1109 * configure: Regenerated.
1110
1111 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1112
1113 * configure: Regenerated.
1114 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1115
1116 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1117
1118 * configure: Regenerated.
1119 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1120
1121 2011-01-21 Andreas Schwab <schwab@redhat.com>
1122
1123 * configure.ac: Use AS_HELP_STRING throughout.
1124 * configure: Regenerate.
1125
1126 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1127
1128 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1129 * configure: Regenerate.
1130
1131 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1132
1133 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1134
1135 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1136
1137 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1138 for ia64-hpux.
1139 * configure: Regenerate.
1140
1141 2011-01-07 Jan Hubicka <jh@suse.cz>
1142
1143 PR lto/47225
1144 * Makefile.in: Regenerate.
1145 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1146 configure.
1147
1148 2011-01-07 Jan Hubicka <jh@suse.cz>
1149
1150 * Makefile.in: Regenerate.
1151 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1152 and configure dependency on lto-plugin configure.
1153 (lto-plugin module): Remove dependency on GCC; add dependency on
1154 liniberty.
1155
1156 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1157
1158 * MAINTAINERS (Write After Approval): Add myself.
1159
1160 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1161
1162 * configure: Regenerate.
1163
1164 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1165
1166 * configure.ac: (picochip): Disable libiberty.
1167
1168 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1169
1170 * MAINTAINERS (Write After Approval): Add myself.
1171
1172 2010-12-10 Ian Lance Taylor <iant@google.com>
1173
1174 PR bootstrap/46819
1175 * configure.ac: For --disable-libgcj clear libgcj_saved.
1176 * configure: Rebuild.
1177
1178 2010-12-10 Tobias Burnus <burnus@net-b.de>
1179
1180 PR fortran/46540
1181 * configure.ac: Add --disable-libquadmath and
1182 --disable-libquadmath-support.
1183 * configure: Regenerate.
1184
1185 2010-12-03 Ian Lance Taylor <iant@google.com>
1186
1187 * MAINTAINERS: Add myself as libgo maintainer.
1188
1189 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1190
1191 PR libffi/46792
1192 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1193 * configure: Regenerate.
1194
1195 2010-12-02 Ian Lance Taylor <iant@google.com>
1196
1197 * configure.ac: Always set default for poststage1_ldflags to
1198 -static-libstdc++ -static-libgcc.
1199
1200 2010-11-29 Andreas Schwab <schwab@redhat.com>
1201
1202 * configure.ac: Move comment to remove extra space in last argument
1203 of GCC_TARGET_TOOL.
1204
1205 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1206
1207 PR other/46026
1208 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1209 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1210 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1211 (BASE_FLAGS_TO_PASS): Use it.
1212 * configure: Rebuilt.
1213 * Makefile.in: Rebuilt.
1214
1215 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1216
1217 PR binutils/12258
1218 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1219 Properly check default linker.
1220 * configure: Regnerated.
1221
1222 2010-11-23 Matthias Klose <doko@ubuntu.com>
1223
1224 * configure.ac: For --enable-gold, handle value `default' instead of
1225 `both*'. New configure option --{en,dis}able-ld.
1226 * configure: Regenerate.
1227
1228 2010-11-20 Ian Lance Taylor <iant@google.com>
1229
1230 * configure.ac: Only disable a language library if no language needs
1231 it. Don't let --disable-libgcj uncondtionally disable libffi.
1232 * configure: Rebuild.
1233
1234 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1235
1236 * Makefile.in: Regenerate.
1237
1238 PR other/46202
1239 * configure.ac: Fix just-built in-tree STRIP name to be
1240 binutils/strip-new.
1241 * configure: Regenerate.
1242 * Makefile.def (install-strip-gcc, install-strip-binutils)
1243 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1244 (install-strip-sid): Mirror dependencies on non-strip variants
1245 of these targets on the respective -strip prerequisites.
1246 * Makefile.tpl (install-strip, install-strip-host)
1247 (install-strip-target): New targets.
1248 (install-strip-[+module+], install-strip-target-[+module+]):
1249 New targets.
1250 * Makefile.in: Regenerate.
1251
1252 2010-11-19 Ian Lance Taylor <iant@google.com>
1253 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1254
1255 * configure.ac: Add target-libgo to target_libraries. Set
1256 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1257 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1258 (HOST_EXPORTS): Add GOC.
1259 (BASE_TARGET_EXPORTS): Add GOC.
1260 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1261 (GOCFLAGS_FOR_TARGET): New variable.
1262 (EXTRA_HOST_FLAGS): Add GOC.
1263 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1264 * Makefile.def (target_modules): Add libgo.
1265 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1266 (dependencies): Add dependency from configure-target-libgo to
1267 configure-target-libffi and all-target-libstdc++-v3. Add
1268 dependencies from all-target-libgo to all-target-libffi.
1269 (languages): Add go.
1270 * configure: Rebuild.
1271 * Makefile.in: Rebuild.
1272
1273 2010-11-19 Ian Lance Taylor <iant@google.com>
1274
1275 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1276 compiler/flag environment variables.
1277
1278 2010-11-18 Ian Lance Taylor <iant@google.com>
1279
1280 * configure.ac: Check for lang_requires_boot_languages in
1281 config-lang.in files.
1282 * configure: Rebuild.
1283
1284 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1285 Tobias Burnus <burnus@net-b.de>
1286
1287 PR fortran/32049
1288 * Makefile.def: Add libquadmath; build it with language=fortran.
1289 * configure.ac: Add libquadmath.
1290 * Makefile.tpl: Handle multiple libs in check-[+language+].
1291 * Makefile.in: Regenerate.
1292 * configure: Regenerate.
1293
1294 2010-11-16 Tom Tromey <tromey@redhat.com>
1295
1296 * MAINTAINERS: Moved myself to reviewers section.
1297
1298 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1299
1300 * MAINTAINERS: Moved myself to reviewers section.
1301
1302 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1303
1304 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1305 (Write After Approval): Remove self.
1306
1307 2010-11-15 Andreas Schwab <schwab@redhat.com>
1308
1309 * configure.ac: Fix spelling in option names.
1310 * configure: Regenerated.
1311
1312 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1313
1314 PR bootstrap/39622
1315 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1316 * configure: Regenerated.
1317
1318 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1319
1320 * MAINTAINERS: Update my email address.
1321
1322 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1323
1324 * configure: Regenerate.
1325
1326 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1327
1328 * configure: Regenerate.
1329
1330 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1331
1332 * configure: Regenerate.
1333
1334 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1335
1336 * configure: Regenerate.
1337
1338 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1339
1340 * configure.ac: Support official CLooG.org versions.
1341 * configure: Regenerate.
1342 * config/cloog.m4: New.
1343
1344 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1345
1346 * MAINTAINERS (Write After Approval): Add myself.
1347
1348 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1349
1350 * MAINTAINERS: Update my email address.
1351
1352 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1353
1354 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1355 * configure: Regenerate.
1356
1357 2010-11-03 Ian Lance Taylor <iant@google.com>
1358 Dave Korn <dave.korn.cygwin@gmail.com>
1359
1360 PR lto/46273
1361 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1362 and on other supported platforms whenever LTO is enabled.
1363 * configure: Rebuild.
1364
1365 2010-11-02 Alan Modra <amodra@gmail.com>
1366
1367 PR binutils/12110
1368 * configure.ac: Error when source path contains spaces.
1369 * configure: Regenerate.
1370
1371 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1372
1373 * MAINTAINERS: Update my email address.
1374
1375 2010-10-20 Ian Lance Taylor <iant@google.com>
1376
1377 * Makefile.def (target_modules): Set lib_path to src/.libs for
1378 libstdc++-v3 module.
1379 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1380 * Makefile.in: Rebuild.
1381
1382 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1383
1384 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1385 (Write After Approval): Remove myself.
1386
1387 2010-10-15 Tristan Gingold <gingold@adacore.com>
1388
1389 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1390
1391 2010-10-14 Douglas Rupp <rupp@gnat.com>
1392
1393 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1394
1395 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1396
1397 * configure.ac (build_lto_plugin): New shell variable.
1398 (--enable-lto): Turn on by default for all non-ELF platforms that
1399 have had LTO support added so far. Set build_lto_plugin appropriately
1400 for both ELF and non-ELF.
1401 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1402 * configure: Regenerate.
1403
1404 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1405
1406 Sync from src:
1407 * configure.ac (v850 support): Remove target-libgloss from
1408 noconfigdirs.
1409 * configure: Regenerate.
1410
1411 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1412
1413 PR bootstrap/45326
1414 PR bootstrap/45174
1415 * configure.ac: Honor initial values of $build_configargs,
1416 $host_configargs, $target_configargs. Mark the precious, so
1417 environment settings get recorded.
1418 * configure: Regenerate.
1419
1420 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1421
1422 PR bootstrap/45796
1423 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1424 Depend on all-build-libiberty.
1425 * Makefile.in: Regenerate.
1426
1427 2010-09-30 Michael Eager <eager@eagercon.com>
1428
1429 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1430 * configure: Regenerate.
1431
1432 2010-09-28 Michael Eager <eager@eagercon.com>
1433
1434 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1435
1436 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1437
1438 PR bootstrap/44621
1439 * configure.ac: Fix unportable shell quoting.
1440 * configure: Regenerate.
1441
1442 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1443
1444 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1445 targets and amend comment.
1446 * configure: Regenerate.
1447
1448 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1449
1450 * MAINTAINERS (Write After Approval): Add myself.
1451
1452 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1453
1454 * configure.ac: Enable LTO by default on Darwin.
1455 * configure: Regenerate.
1456
1457 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1458
1459 * MAINTAINERS (Write After Approval): Add myself.
1460
1461 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1462
1463 * MAINTAINERS (Write After Approval): Add myself.
1464
1465 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1466
1467 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1468 ports
1469
1470 2010-07-28 David Yuste <david.yuste@gmail.com>
1471
1472 * MAINTAINERS (Write After Approval): Add myself.
1473
1474 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1475
1476 * configure.ac: Support all v850 targets.
1477 * configure: Regenerate.
1478
1479 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1480
1481 PR bootstrap/44455
1482 * configure.ac (extra_mpfr_configure_flags): Copy from
1483 extra_mpc_gmp_configure_flags.
1484 * configure: Re-generated.
1485
1486 2010-07-22 Andi Kleen <ak@linux.intel.com>
1487
1488 * MAINTAINERS (Write After Approval): Add myself.
1489
1490 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1491
1492 * MAINTAINERS (Write After Approval): Add myself.
1493
1494 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1495
1496 * MAINTAINERS (Write After Approval): Add myself.
1497
1498 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1499
1500 PR target/44862
1501 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1502 Provide -B option to allow for link spec %s substitutions for
1503 libstdc++.a on darwin.
1504 * Makefile.in: Regenerate.
1505
1506 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1507
1508 * MAINTAINERS (Reviewers): Update my e-mail address
1509
1510 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1511
1512 * Makefile.def (configure-gcc): Depend on all-libelf.
1513 * Makefile.in: Rebuild.
1514
1515 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1516
1517 * MAINTAINERS (Write After Approval): Add myself in the right place.
1518
1519 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1520
1521 * MAINTAINERS (Write After Approval): Add myself.
1522
1523 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1524
1525 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1526
1527 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1528
1529 * config.sub: Update to version 2010-05-21.
1530 * config.guess: Update to version 2010-04-03.
1531
1532 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1533
1534 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1535 * configure: Regenerate.
1536
1537 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1538
1539 * MAINTAINERS (Write After Approval): Add myself.
1540
1541 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1542
1543 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1544 a platform that supports LTO.
1545 * configure: Regenerate.
1546
1547 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1548
1549 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1550 * configure: Regenerated.
1551
1552 2010-04-27 Roland McGrath <roland@redhat.com>
1553 H.J. Lu <hongjiu.lu@intel.com>
1554
1555 * configure.ac (--enable-gold): Support both, both/gold and
1556 both/bfd to add gold to configdirs without removing ld.
1557 * configure: Regenerated.
1558
1559 * Makefile.def: Add install-gold dependency to install-ld.
1560 * Makefile.in: Regenerated.
1561
1562 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1563
1564 PR lto/42776
1565 * configure.ac (--enable-lto): Refactor handling so libelf tests
1566 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1567 and allow LTO to be explicitly enabled on non-ELF platforms that
1568 are known to support it inside else-clause.
1569 * configure: Regenerate.
1570
1571 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1572
1573 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1574 * configure: Regenerate.
1575
1576 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1577
1578 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1579 * configure: Regenerate.
1580
1581 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1582
1583 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1584 separately.
1585 * configure: Regenerate.
1586
1587 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1588
1589 * MAINTAINERS (Write After Approval): Add myself.
1590
1591 2010-04-14 Tristan Gingold <gingold@adacore.com>
1592
1593 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1594 * configure: Regenerate.
1595
1596 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1597
1598 * configure: Regenerate after change to elf.m4.
1599
1600 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1601
1602 * MAINTAINERS (Write After Approval): Add myself.
1603
1604 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1605
1606 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1607 * configure: Regenerated.
1608
1609 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1610
1611 * configure.ac: Print "buggy but acceptable" when CLooG
1612 revision is less than 9.
1613 * configure: Regenerated.
1614
1615 2010-04-01 Diego Novillo <dnovillo@google.com>
1616
1617 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1618
1619 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1620
1621 PR bootstrap/43615
1622 PR bootstrap/43328
1623
1624 Revert:
1625
1626 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1627
1628 * configure.ac: Do not pass --enable-multilib nor
1629 --disable-multilib in baseargs. Accept explicitly passed
1630 --enable_multilib.
1631 * configure: Regenerate.
1632
1633 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1634
1635 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1636
1637 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1638
1639 * MAINTAINERS: Remove myself.
1640
1641 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1642
1643 PR bootstrap/43328
1644 * configure.ac: Do not pass --enable-multilib nor
1645 --disable-multilib in baseargs. Accept explicitly passed
1646 --enable_multilib.
1647 * configure: Regenerate.
1648
1649 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1650
1651 * MAINTAINERS (spu port): Remove me.
1652
1653 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1654
1655 * configure.ac (tic6x-*-*): New case.
1656 * configure: Regenerate.
1657
1658 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1659
1660 * config.sub: Update to version 2010-03-22.
1661 * config.guess: Update to version 2009-12-30.
1662
1663 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1664
1665 PR ada/42554
1666 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1667 * configure: Regenerate.
1668
1669 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1670
1671 * MAINTAINERS: Update my email address.
1672
1673 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1674
1675 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1676 (ghassan.shobaki@amd.com): Removed.
1677
1678 2010-03-17 Alan Modra <amodra@gmail.com>
1679
1680 * MAINTAINERS: Update my email address.
1681
1682 2010-03-16 Diego Novillo <dnovillo@google.com>
1683
1684 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1685 Matthews.
1686
1687 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1688
1689 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1690 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1691
1692 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1693
1694 * MAINTAINERS: Update my email address.
1695
1696 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1697
1698 * MAINTAINERS: Update my email address.
1699
1700 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1701
1702 * MAINTAINERS: Update my email address.
1703
1704 2010-03-09 Jie Zhang <jie@codesourcery.com>
1705
1706 * MAINTAINERS: Update my email address.
1707
1708 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1709
1710 PR libstdc++/32499
1711 * configure.ac (RANLIB): Default to true.
1712 (STRIP): Likewise.
1713 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1714 * configure: Regenerate.
1715
1716 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1717
1718 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1719 (Write After Approval): Update my email address.
1720
1721 2010-02-17 Nick Clifton <nickc@redhat.com>
1722
1723 PR 11238
1724 * Makefile.tpl (local-distclean): Also remove config.cache files in
1725 sub-directories as there may not be Makefiles present in the
1726 sub-directories.
1727 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1728 the config.cache files found by the find command.
1729
1730 * Makefile.in: Regenerate.
1731 * configure.ac: Revert previous delta.
1732 * configure: Regenerate.
1733
1734 2010-02-15 Nick Clifton <nickc@redhat.com>
1735
1736 PR 11238
1737 * configure.ac: Delete config.cache files in sub-directories when
1738 deleting Makefiles.
1739 * configure: Regenerate.
1740
1741 2010-02-12 Ben Elliston <bje@gnu.org>
1742
1743 * MAINTAINERS: Update my email address.
1744
1745 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1746
1747 * MAINTAINERS (spu port): Update my email address.
1748
1749 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1750
1751 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1752
1753 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1754
1755 * configure.ac: Add "recommended" version checks for GMP/MPC.
1756 Update recommended GMP/MPFR/MPC versions.
1757 * configure: Regenerate.
1758
1759 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1760
1761 * MAINTAINERS: Move my Embecosm email address into the
1762 write-after-approval section.
1763
1764 2010-01-26 Ian Lance Taylor <iant@google.com>
1765
1766 * MAINTAINERS: Add myself as Go frontend maintainer.
1767
1768 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1769
1770 PR libstdc++/36101, PR libstdc++/42813
1771 * configure.ac (bootstrap_target_libs): Make inclusion of
1772 target-libgomp conditional on libgomb being in target_configdirs.
1773 * configure: Regenerate.
1774
1775 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1776
1777 PR libstdc++/36101, PR libstdc++/42813
1778 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1779 * configure: Regenerate.
1780
1781 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1782
1783 PR libstdc++/36101, PR libstdc++/42813
1784 * configure.ac (target_configdirs): Substitute.
1785 * Makefile.def: Bootstrap target module libgomp.
1786 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1787 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1788 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1789 * configure, Makefile.in: Regenerate.
1790
1791 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1792
1793 * MAINTAINERS: Adjust my details.
1794
1795 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1796
1797 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1798
1799 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1800
1801 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1802
1803 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1804
1805 * MAINTAINERS (Write After Approval): Add myself.
1806
1807 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1808
1809 * MAINTAINERS (Write After Approval): Add myself.
1810
1811 2010-01-11 Richard Guenther <rguenther@suse.de>
1812
1813 PR lto/41569
1814 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1815 * Makefile.in: Regenerated.
1816
1817 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
1818
1819 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1820 * configure: Regenerate.
1821
1822 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1823 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1824
1825 PR bootstrap/42424
1826 * configure.ac: Include libtool m4 files.
1827 (_LT_CHECK_OBJDIR): Call it.
1828 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1829 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1830
1831 * configure: Regenerate.
1832
1833 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1834
1835 PR bootstrap/41818
1836 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1837 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1838 * Makefile.in: Regenerate.
1839
1840 2010-01-02 Richard Guenther <rguenther@suse.de>
1841
1842 PR lto/41529
1843 * configure.ac: Include config/elf.m4. Disable LTO if not
1844 builting for an elf target.
1845 * configure: Regenerate.
1846
1847 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1848
1849 * MAINTAINERS: Change my email address.
1850
1851 2009-12-18 Ben Elliston <bje@au.ibm.com>
1852
1853 * config.sub, config.guess: Update from upstream sources.
1854
1855 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1856
1857 * MAINTAINERS (Write After Approval): Add myself.
1858
1859 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1860
1861 PR middle-end/30447
1862 PR middle-end/30789
1863 PR other/40302
1864
1865 * configure.ac: Require MPC.
1866 * configure: Regenerate.
1867
1868 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1869
1870 PR target/38384
1871 PR bootstrap/40972
1872 * libtool.m4: Sync from git Libtool.
1873 * ltoptions.m4: Likewise.
1874 * ltversion.m4: Likewise.
1875 * lt~obsolete.m4: Likewise.
1876 * ltmain.sh: Likewise.
1877
1878 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1879
1880 * configure.ac: Update minimum MPC version to 0.8.
1881 * configure: Regenerate.
1882
1883 2009-11-21 Sebastian Pop <sebpop@gmail.com>
1884
1885 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1886 * configure: Regenerated.
1887
1888 2009-11-21 Ian Lance Taylor <iant@google.com>
1889
1890 * configure.ac: Change default of poststage1_ldflags to be empty if
1891 poststage1_libs is set. When poststage1_libs is empty, and
1892 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1893 * configure: Rebuild.
1894
1895 2009-11-21 Adam Nemet <adambnmet@gmail.com>
1896
1897 * MAINTAINERS (Write After Approval): Update my email address.
1898
1899 2009-11-20 Ben Elliston <bje@au.ibm.com>
1900
1901 * config.guess: Update from upstream sources.
1902
1903 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1904
1905 * Makefile.def: Restore host and target settings for gmp.
1906 * Makefile.in: Rebuild.
1907
1908 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1909
1910 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1911 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1912 Fix portability of test of C++ as bootstrap language. Add
1913 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1914 * configure: Rebuild.
1915 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1916 and cloog. Fix in-tree ppl configuration. Introduce libelf
1917 in-tree building.
1918 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1919 (POSTSTAGE1_HOST_EXPORTS): Use it.
1920 (STAGE[+id+]_CXXFLAGS): New.
1921 (BASE_FLAGS_TO_PASS): Pass it down.
1922 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1923 extra_exports.
1924 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1925 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1926 extra_exports.
1927 * Makefile.in: Rebuild.
1928
1929 2009-11-17 Ben Elliston <bje@au.ibm.com>
1930
1931 * config.sub, config.guess: Update from upstream sources.
1932
1933 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1934
1935 * MAINTAINERS (Write After Approval): Add myself.
1936
1937 2009-11-09 Jon Beniston <jon@beniston.com>
1938
1939 * MAINTAINERS (Write After Approval): Add myself.
1940
1941 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1942
1943 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1944 paths for *-w64-mingw* and x86_64-*mingw*.
1945 * configure: Regenerated.
1946
1947 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
1948
1949 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1950
1951 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
1952
1953 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1954 Phil Edwards to Write-After Approval.
1955
1956 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1957
1958 * configure.ac: Disable target-winsup & co for
1959 x86_64-*-mingw* and *-w64-mingw* targets.
1960 * configure: Regenerated.
1961
1962 2009-10-16 Nick Clifton <nickc@redhat.com>
1963
1964 * MAINTAINERS: Add myself as a maintainer for the RX port.
1965
1966 2009-10-26 Johannes Singler <singler@kit.edu>
1967
1968 * MAINTAINERS (Write After Approval): Update my e-mail address.
1969
1970 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1971
1972 * configure.ac (CLooG test): Use = with test.
1973 * configure: Regenerate.
1974
1975 2009-10-22 Richard Guenther <rguenther@suse.de>
1976
1977 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1978 cloog if the ppl version check failed. Move flags saving
1979 before setting in libelf check.
1980 * configure: Regenerate.
1981
1982 2009-10-21 Richard Guenther <rguenther@suse.de>
1983
1984 * configure.ac: Adjust the ppl and cloog configure to work as
1985 documented. Disable cloog if ppl was disabled. Omit the version
1986 checks if they were disabled.
1987 * configure: Re-generate.
1988
1989 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1990
1991 * configure.ac: Add 'lto' to enable_languages, not
1992 new_enable_languages, and only if not already present.
1993 * configure: Regenerate.
1994
1995 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
1996
1997 * README: Refer to the various COPYING* files instead of just
1998 COPYING.
1999 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2000
2001 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2002
2003 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2004
2005 2009-10-07 Richard Guenther <rguenther@suse.de>
2006
2007 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2008 and Richard Guenther as reviewers.
2009 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2010 as reviewers.
2011
2012 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2013
2014 * config.sub: Update from upstream sources.
2015
2016 2009-10-06 Ian Lance Taylor <iant@google.com>
2017
2018 * Makefile.def: check-gold depends upon all-gas.
2019 * Makefile.in: Rebuild.
2020
2021 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2022
2023 * MAINTAINERS (Write After Approval): Add myself.
2024
2025 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2026
2027 * Makefile.def: all-lto-plugin depends on all-libiberty.
2028 set bootstrap=true for lto-plugin.
2029 Add lto-plugin.
2030 * Makefile.in: Regenerate.
2031 * configure.ac (host_libs): Add lto-plugin.
2032 * configure: Regenerate.
2033
2034 2009-10-03 Diego Novillo <dnovillo@google.com>
2035
2036 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2037 (HOST_LIBELFLIBS): Define.
2038 (HOST_LIBELFINC): Define.
2039 * Makefile.in: Regenerate.
2040 * configure.ac: Add --enable-lto.
2041 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2042 If --enable-lto is used, add 'lto' to new_enable_languages.
2043 If --enable-lto is used and gold is enabled, add
2044 lto-plugin to configdirs.
2045 * configure: Regenerate.
2046
2047 2009-10-03 Simon Baldwin <simonb@google.com>
2048
2049 * configure.ac: If --with-system-zlib, suppress local zlib and
2050 pass --with-system-zlib to subdir configure scripts.
2051 * configure: Regenerate.
2052
2053 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2054 Paolo Bonzini <bonzini@gnu.org>
2055
2056 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2057 $(srcdir).
2058 * Makefile.in: Rebuilt.
2059
2060 2009-09-26 Gary Funck <gary@intrepid.com>
2061
2062 * MAINTAINERS (Write After Approval): Add myself.
2063
2064 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2065
2066 * configure.ac: Update minimum MPC version to 0.7.
2067 * configure: Regenerate.
2068
2069 2009-09-25 Nick Clifton <nickc@redhat.com>
2070
2071 * configure.ac: Pass any --cache-file=/dev/null option on to
2072 subconfigures.
2073 * configure: Regenerate.
2074
2075 2009-09-23 Nick Clifton <nickc@redhat.com>
2076
2077 * config.sub, config.guess: Update from upstream sources.
2078
2079 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2080
2081 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2082 * Makefile.in: Rebuilt.
2083
2084 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2085
2086 PR bootstrap/32272
2087 * configure.ac: Error out if $srcdir isn't '.' but contains
2088 host-${host_noncanonical}.
2089 * configure: Regenerate.
2090
2091 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2092
2093 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2094 maintainer.
2095
2096 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2097
2098 * configure.ac: If bootstrapping a combined tree with
2099 --enable-gold, require c++ in stage1_languages.
2100 * configure: Regenerate.
2101
2102 * configure.ac: Also add target_libs of stage1_languages to
2103 bootstrap_target_libs.
2104 * configure: Regenerate.
2105
2106 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2107 with --enable-languages not containing c++.
2108 * configure: Regenerate.
2109
2110 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2111
2112 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2113 * configure: Regenerate.
2114
2115 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2116
2117 * MAINTAINERS (Write After Approval): Update my e-mail address,
2118 and move from from here...
2119 (Waiting for paperwork): To here.
2120
2121 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2122
2123 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2124
2125 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2126
2127 * configure.ac: Do not use $extrasub for replacing @if/@endif
2128 parts in Makefile; instead, use additional arguments to
2129 AC_CONFIG_COMMANDS to do the replacement manually, with several
2130 sed invocations, to avoid HP-UX sed command limits.
2131 * configure: Regenerate.
2132
2133 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2134
2135 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2136 blank before -L.
2137
2138 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2139
2140 * configure.ac (with-build-config): Document. Handle without.
2141 Handle missing argument.
2142 * configure: Rebuilt.
2143
2144 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2145
2146 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2147 Default to bootstrap-debug only if compare-debug works.
2148 * configure: Rebuilt.
2149 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2150 * Makefile.in: Rebuilt.
2151
2152 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2153
2154 * MAINTAINERS (OS Port Maintainers): Update my email address.
2155
2156 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2157
2158 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2159 * Makefile.in: Rebuilt.
2160
2161 2009-09-01 Chris Demetriou <cgd@google.com>
2162
2163 * MAINTAINERS (Write After Approval): Add myself.
2164
2165 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2166
2167 PR debug/30161
2168 * include/dwarf2.h (enum dwarf_tag): Added
2169 DW_TAG_GNU_template_template_param
2170 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2171
2172 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2173
2174 * Makefile.tpl (AWK): Fix typo.
2175 * Makefile.in: Regenerate.
2176
2177 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2178
2179 * configure.ac: Detect awk and sed.
2180 * Makefile.def (flags_to_pass): Add AWK and SED.
2181 * Makefile.tpl (AWK, SED): New.
2182 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2183 * configure: Regenerate.
2184 * Makefile.in: Regenerate.
2185
2186 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2187
2188 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2189 (collapseslashes): Likewise.
2190
2191 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2192
2193 * configure.ac (AC_PREREQ): Bump to 2.64.
2194
2195 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2196
2197 * configure.ac: Remove --with-datarootdir, --with-docdir,
2198 --with-pdfdir, --with-htmldir switches.
2199 * configure: Regenerate.
2200
2201 * configure: Regenerate.
2202
2203 * compile: Sync from Automake 1.11.
2204 * depcomp: Likewise.
2205 * install-sh: Likewise.
2206 * missing: Likewise.
2207 * mkinstalldirs: Likewise.
2208 * ylwrap: Likewise.
2209
2210 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2211
2212 * ltmain.sh (func_normal_abspath): New function.
2213 (func_relative_path): Likewise.
2214 (func_mode_help): Document new -bindir option for link mode.
2215 (func_mode_link): Add new -bindir option, and use it to place
2216 output DLL if specified.
2217
2218 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2219
2220 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2221 (baseargs): Add --disable-option-checking.
2222 * configure: Regenerate.
2223
2224 * Makefile.def (configure-target-libiberty): Depend on
2225 all-binutils and all-ld.
2226 (configure-target-newlib): Likewise.
2227 * Makefile.in: Regenerate.
2228
2229 2009-08-17 Ben Elliston <bje@au.ibm.com>
2230
2231 * config.sub, config.guess: Update from upstream sources.
2232
2233 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2234
2235 Sync from src, merge:
2236
2237 2009-07-02 Tristan Gingold <gingold@adacore.com>
2238
2239 * configure.ac: Do not exclude gas for i386-*-darwin.
2240 Add a case for x86_64-*-darwin.
2241 * configure: Regenerate.
2242
2243 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2244
2245 * MAINTAINERS: Add my name to Write After Approval list.
2246
2247 2009-08-06 Michael Eager <eager@eagercon.com>
2248
2249 * configure.ac: Add Microblaze target.
2250 * configure: Regenerate.
2251
2252 2009-07-31 Christian Bruel <christian.bruel@st.com>
2253
2254 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2255 * configure: Regenerate.
2256
2257 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2258
2259 * MAINTAINERS (Write After Approval): Update my e-mail address.
2260
2261 2009-07-06 Ian Lance Taylor <iant@google.com>
2262
2263 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2264 * configure: Rebuild.
2265
2266 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2267
2268 * MAINTAINERS: Move myself to the Graphite Reviewers.
2269
2270 2009-06-30 Wei Guozhi <carrot@google.com>
2271
2272 * MAINTAINERS: Add my name to Write After Approval list.
2273
2274 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2275
2276 PR bootstrap/40338
2277 * configure.ac (comparestring): Create new variable.
2278 * Makefile.tpl (comparestring): Use to skip some comparisions.
2279 * configure: Regenerate.
2280 * Makefile.in: Regenerate.
2281
2282 2009-06-26 Doug Evans <dje@sebabeach.org>
2283
2284 * Makefile.def (host_modules): Add cgen.
2285 * Makefile.in: Regenerate.
2286 * configure.ac (host_tools): Add cgen.
2287 * configure: Regenerate.
2288
2289 2009-06-23 DJ Delorie <dj@redhat.com>
2290
2291 * MAINTAINERS: Add myself as mep maintainer.
2292
2293 2009-06-23 Ian Lance Taylor <iant@google.com>
2294
2295 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2296 boot_languages. Only bootstrap target libraries listed in
2297 target_libs for some boot language. Add --with-stage1-ldflags,
2298 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2299 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2300 if not building with C++.
2301 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2302 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2303 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2304 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2305 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2306 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2307 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2308 * configure, Makefile.in: Rebuild.
2309
2310 2009-06-23 Li Feng <nemokingdom@gmail.com>
2311
2312 * MAINTAINERS: Added my name to write-after-approval list.
2313
2314 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2315
2316 * configure.ac: Define is_elf for QNX Neutrino targets.
2317 * configure: Regenerate.
2318
2319 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2320
2321 * MAINTAINERS: Added my name to the write-after-approval list
2322
2323 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2324
2325 * configure.ac: Detect MPC in default directory.
2326 * configure: Regenerate.
2327
2328 2009-06-03 Jerome Guitton <guitton@adacore.com>
2329 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2330
2331 * Makefile.tpl (all): Avoid a trailing backslash.
2332 * Makefile.in: Regenerate.
2333
2334 2009-06-03 Ben Elliston <bje@au.ibm.com>
2335
2336 * config.sub, config.guess: Update from upstream sources.
2337
2338 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2339
2340 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2341 to noconfdirs.
2342 * configure: Regenerate.
2343
2344 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2345
2346 * Makefile.tpl ([+compare-target+]): Compare all stage
2347 directories, rather than just gcc.
2348 * Makefile.in: Rebuilt.
2349
2350 2009-06-01 Doug Kwan <dougkwan@google.com>
2351
2352 * configure.ac: Support gold for target arm*-*-*.
2353 * configure: Regenerate.
2354
2355 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2356
2357 * Makefile.def: Add MPC support and dependencies.
2358 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2359
2360 * Makefile.in, configure: Regenerate.
2361
2362 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2363
2364 * Makefile.tpl (all): Avoid harmless warning in make all when
2365 gcc-bootstrap is enabled but stage_last does not exist.
2366 * Makefile.in: Rebuilt.
2367
2368 2009-05-24 Nicolas Roche <roche@adacore.com>
2369
2370 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2371 * Makefile.in: Regenerate.
2372
2373 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2374
2375 * MAINTAINERS: Update my e-mail address.
2376
2377 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2378
2379 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2380 * configure: Regenerate.
2381
2382 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2383
2384 PR other/40159
2385 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2386 gcc-no-bootstrap are mutually exclusive.
2387 * Makefile.in: Rebuilt.
2388
2389 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2390
2391 PR other/40159
2392 * Makefile.tpl (all): Don't end with unconditional success.
2393 * Makefile.in: Rebuilt.
2394
2395 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2396
2397 PR target/37137
2398 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2399 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2400 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2401 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2402 stage_configureflags, stage_cflags and stage_libcflags into
2403 explicit Makefile macros.
2404 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2405 GFORTRAN.
2406 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2407 CC. Set CC_FOR_BUILD from CC.
2408 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2409 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2410 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2411 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2412 and GFORTRAN.
2413 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2414 (_LIBCFLAGS): Renamed to _TFLAGS.
2415 (do-compare-debug, do-compare3-debug): Drop.
2416 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2417 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2418 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2419 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2420 (XGCC_FLAGS_FOR_TARGET): New.
2421 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2422 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2423 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2424 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2425 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2426 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2427 TFLAGS.
2428 (BUILD_CONFIG): Include if requested.
2429 (all): Set TFLAGS on bootstrap.
2430 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2431 (all-stageid-prefixmodule): Likewise.
2432 (do-clean, distclean-stageid): Set TFLAGS.
2433 (restrap): Fix whitespace.
2434 * Makefile.in: Rebuilt.
2435
2436 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2437
2438 * config.guess: Sync with src.
2439
2440 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2441
2442 * configure.ac ($with_ppl): Default to no if not supplied.
2443 ($with_cloog): Likewise.
2444 configure: Regenerate.
2445
2446 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2447
2448 * MAINTAINERS: Update my e-mail address.
2449
2450 2009-04-27 Nick Clifton <nickc@redhat.com>
2451
2452 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2453
2454 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2455
2456 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2457 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2458 * Makefile.in: Regenerate.
2459
2460 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2461
2462 PR bootstrap/39739
2463 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2464 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2465
2466 * configure, Makefile.in: Regenerate.
2467
2468 2009-04-21 Taras Glek <tglek@mozilla.com>
2469
2470 * include/hashtab.h: Update GTY annotations to new syntax
2471 * include/splay-tree.h: Likewise
2472
2473 2009-04-17 Ben Elliston <bje@au.ibm.com>
2474
2475 * config.sub, config.guess: Update from upstream sources.
2476
2477 2009-04-15 Anthony Green <green@moxielogic.com>
2478
2479 * configure.ac: Add moxie support.
2480 * configure: Rebuilt.
2481
2482 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2483
2484 * configure.ac: Change copyright header to refer to version
2485 3 of the GNU General Public License and to point readers at the
2486 COPYING3 file and the FSF's license web page.
2487 * Makefile.def: Likewise.
2488 * Makefile.tpl: Likewise.
2489 * Makefile.in: Regenerate.
2490
2491 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2492
2493 * configure.ac: Restore match for darwin9 or later. Use double
2494 brackets since regeneration eats one pair.
2495 * configure: Regenerate.
2496
2497 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2498
2499 PR gas/10039
2500 * configure.ac: Require texinfo 4.7.
2501 * configure: Regenerated.
2502
2503 2009-04-09 Nick Clifton <nickc@redhat.com>
2504
2505 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2506 the GCC Runtime Library Exception.
2507
2508 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2509
2510 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2511 * configure: Regenerate.
2512
2513 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2514
2515 * Makefil.def (languages): New entries.
2516 * Makefile.tpl (check-gcc-*): New generic target.
2517 * Makefile.in: Regenerate.
2518
2519 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2520
2521 * MAINTAINERS: Update my email address.
2522
2523 2009-03-18 Tom Tromey <tromey@redhat.com>
2524
2525 * configure: Rebuild.
2526 * configure.ac (host_libs): Add libiconv.
2527 * Makefile.in: Rebuild.
2528 * Makefile.def (host_modules): Add libiconv.
2529 (configure-gdb, all-gdb): Depend on libiconv.
2530
2531 2009-03-16 Tristan Gingold <gingold@adacore.com>
2532
2533 * configure.ac: Treat gdb as supported on x86_64-darwin.
2534 * configure: Regenerate.
2535
2536 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2537
2538 * configure.ac (--with-host-libstdcxx): New option.
2539 * configure: Regenerate.
2540
2541 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2542
2543 * MAINTAINERS: Move myself into the write after approval list.
2544
2545 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2546
2547 * MAINTAINERS: Update e-mail address.
2548
2549 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2550
2551 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2552
2553 2009-03-10 Ira Rosen <irar@il.ibm.com>
2554
2555 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2556
2557 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2558
2559 Backport from git Libtool:
2560
2561 2009-01-19 Robert Millan <rmh@aybabtu.com>
2562 Support GNU/kOpenSolaris.
2563 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2564 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2565 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2566 GNU/kOpenSolaris.
2567
2568 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2569
2570 * MAINTAINERS: Update e-mail address.
2571
2572 2009-02-24 Michael Eager <eager@eagercon.com>
2573
2574 * MAINTAINERS (Write After Approval): Add self.
2575
2576 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2577
2578 * MAINTAINERS (Write After Approval): Add myself.
2579
2580 2009-02-05 Andreas Schwab <schwab@suse.de>
2581
2582 * Makefile.tpl (stage_last): Define $r and $s before using
2583 $(RECURSE_FLAGS_TO_PASS).
2584 * Makefile.in: Regenerate
2585
2586 2009-01-30 Ian Lance Taylor <iant@google.com>
2587
2588 * MAINTAINERS: Move myself to the Global Reviewers list.
2589
2590 2009-01-29 Robert Millan <rmh@aybabtu.com>
2591
2592 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2593 * configure: Regenerate.
2594
2595 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2596
2597 * MAINTAINERS: Make whitespace consistent.
2598 Remove Robert Millan from Write After Approval.
2599
2600 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2601
2602 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2603 (all-opcodes): Depend on all-libiberty.
2604 * Makefile.in: Regenerate.
2605
2606 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2607
2608 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2609 * configure: Regenerate.
2610
2611 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2612
2613 * MAINTAINERS (Write After Approval): Add myself.
2614
2615 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2616
2617 * MAINTAINERS: Add myself to reviewers (Fortran).
2618
2619 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2620
2621 PR tree-optimization/38515
2622 * configure.ac (cloog-polylib): Removed.
2623 (with_ppl, with_cloog): Test for "no".
2624 * configure: Regenerated.
2625
2626 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2627
2628 * MAINTAINERS: Moved myself to reviewers (Fortran).
2629
2630 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2631
2632 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2633 (Write After Approval): Remove myself.
2634
2635 2009-01-03 Diego Novillo <dnovillo@google.com>
2636
2637 * MAINTAINERS: Remove myself from alias maintainership.
2638
2639 2009-01-02 David Ayers <ayers@fsfe.org>
2640
2641 * MAINTAINERS: Update e-mail address.
2642
2643 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2644
2645 * MAINTAINERS: Make whitespace consistent.
2646
2647 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2648
2649 Backport from upstream Libtool:
2650 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2651 Add cache variables to tests that require the linker to work.
2652 For shlibpath_overrides_runpath, this also changes the semantics
2653 to let the result from the C compiler take precedence.
2654
2655 2008-12-02 Ben Elliston <bje@au.ibm.com>
2656
2657 * config.sub, config.guess: Update from upstream sources.
2658
2659 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2660
2661 * configure.ac (ppllibs): Add by default the lib flags.
2662 * configure: Regenerate.
2663
2664 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2665
2666 * MAINTAINERS: Add myself to the write after approval list.
2667
2668 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2669
2670 * configure.ac: Add double brackets on darwin[912].
2671 * configure: Regenerate.
2672
2673 2008-12-03 Daniel Kraft <d@domob.eu>
2674
2675 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2676 Approval to Reviewer section (for Fortran front-end).
2677
2678 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2679
2680 * configure.ac: Expand to darwin10 and later.
2681 * configure: Regenerate.
2682
2683 2008-12-02 Andreas Schwab <schwab@suse.de>
2684
2685 * Makefile.def: configure-target-boehm-gc depends on
2686 all-target-libstdc++-v3.
2687 * Makefile.in: Regenerate.
2688
2689 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2690
2691 * MAINTAINERS: Add myself as mingw maintainer.
2692
2693 2008-12-02 Ben Elliston <bje@au.ibm.com>
2694
2695 * config.sub, config.guess: Update from upstream sources.
2696
2697 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2698
2699 * README.SCO: Remove.
2700
2701 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2702
2703 * MAINTAINERS: Add myself to the write after approval list.
2704
2705 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2706
2707 * MAINTAINERS: Update my email address in WAA section.
2708
2709 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2710
2711 * MAINTAINERS: Update e-mail address.
2712
2713 2008-11-27 Toon Moene <toon@moene.org>
2714
2715 * MAINTAINERS: Change e-mail address.
2716
2717 2008-11-27 Tristan Gingold <gingold@adacore.com>
2718
2719 * configure.ac: Build gdb for i?86-*-darwin*
2720 * configure: Regenerated.
2721
2722 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2723
2724 * MAINTAINERS: Added my full name.
2725
2726 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2727
2728 PR bootstrap/38014
2729 PR bootstrap/37923
2730
2731 Revert:
2732
2733 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2734
2735 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2736 * Makefile.in: Regenerated.
2737
2738 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2739
2740 PR gdb/921
2741 PR gdb/1646
2742 PR gdb/2175
2743 PR gdb/2176
2744
2745 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2746 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2747 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2748 (HOST_EXPORTS): Pass CPPFLAGS.
2749 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2750 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2751 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2752 * Makefile.in, configure: Regenerated.
2753 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2754 and CPPFLAGS_FOR_BUILD.
2755
2756 2008-11-06 Jeff Law <law@redhat.com>
2757
2758 * MAINTAINERS: Add myself as middle end maintainer.
2759
2760 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
2761
2762 * MAINTAINERS (Write after approval): Add myself.
2763
2764 2008-11-05 Diego Novillo <dnovillo@google.com>
2765
2766 * MAINTAINERS (Global Reviewers): Add myself.
2767 (Non-Algorithmic Maintainers): Remove myself.
2768
2769 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2770
2771 * MAINTAINERS (Write after approval): Add myself.
2772
2773 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2774
2775 * MAINTAINERS (Write after approval): Add myself.
2776
2777 2008-10-31 Ben Elliston <bje@au.ibm.com>
2778
2779 * configure.ac (spu-*-*): Remove special case.
2780 * configure: Regenerate.
2781
2782 2008-10-30 Catherine Moore <clm@codesourcery.com>
2783
2784 * MAINTAINERS (Write after approval): Update my email address.
2785
2786 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2787
2788 * configure.ac [spu-*-*]: Do not set skipdirs.
2789 * configure: Re-generate.
2790
2791 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2792
2793 * MAINTAINERS (Various Maintainers): Add myself to reload.
2794
2795 2008-10-25 Richard Guenther <rguenther@suse.de>
2796
2797 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2798 maintainer. Remove myself as libgcc-math maintainer.
2799 (Non-Algorithmic Maintainers): Remove myself.
2800
2801 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2802
2803 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2804 * Makefile.in: Regenerated.
2805
2806 2008-10-23 Cary Coutant <ccoutant@google.com>
2807
2808 * MAINTAINERS (Write after approval): Add myself.
2809
2810 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2811
2812 PR gdb/921
2813 PR gdb/1646
2814 PR gdb/2175
2815 PR gdb/2176
2816
2817 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2818 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2819 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2820 (HOST_EXPORTS): Pass CPPFLAGS.
2821 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2822 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2823 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2824 * Makefile.in, configure: Regenerated.
2825 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2826 and CPPFLAGS_FOR_BUILD.
2827
2828 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
2829
2830 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2831 Sebastian Pop.
2832
2833 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2834
2835 * MAINTAINERS (Write After Approval): Added myself.
2836
2837 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2838
2839 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2840 recommended version to 2.3.2.
2841
2842 * configure: Regenerate.
2843
2844 2008-10-01 Mark Mitchell <mark@codesourcery.com>
2845
2846 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2847
2848 2008-09-29 David Daney <david.daney@caviumnetworks.com>
2849
2850 * MAINTAINERS (Write After Approval): Update e-mail address.
2851
2852 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2853
2854 * libtool.m4: Update to libtool 2.2.6.
2855 * lt~obsolete.m4: Update to libtool 2.2.6.
2856 * ltmain.sh: Update to libtool 2.2.6.
2857 * ltsugar.m4: Update to libtool 2.2.6.
2858 * ltversion.m4: Update to libtool 2.2.6.
2859 * ltoptions.m4: Update to libtool 2.2.6.
2860 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2861
2862 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
2863
2864 * MAINTAINERS (Write After Approval): Add myself.
2865
2866 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2867
2868 * MAINTAINERS (Write After Approval): Update my name.
2869
2870 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
2871
2872 * MAINTAINERS: Add myself in "Write After Approval".
2873
2874 2008-09-18 Steve Ellcey <sje@cup.hp.com>
2875
2876 * MAINTAINERS: Add myself as ia64 maintainer.
2877
2878 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
2879
2880 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2881 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2882 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2883 and Michael Tiemann from Write After Approval since they do not
2884 actually have access.
2885
2886 2008-09-05 Richard Guenther <rguenther@suse.de>
2887
2888 * configure.ac: Initialize clooglibs to -lcloog.
2889 * configure: Re-generate.
2890
2891 2008-09-04 Le-Chun Wu <lcwu@google.com>
2892
2893 * MAINTAINERS (Write After Approval): Add myself.
2894
2895 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2896
2897 * configure.ac (--with-cloog-polylib): New.
2898 (--disable-cloog-version-check): New.
2899 (--disable-ppl-version-check): New.
2900 * configure: Re-generate.
2901
2902 2008-09-03 Richard Guenther <rguenther@suse.de>
2903
2904 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2905 cloog test.
2906 * configure: Re-generate.
2907
2908 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2909
2910 Add picoChip port.
2911 * MAINTAINERS: Add picoChip maintainers.
2912
2913 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2914 Tobias Grosser <grosser@fim.uni-passau.de>
2915 Jan Sjodin <jan.sjodin@amd.com>
2916 Harsha Jagasia <harsha.jagasia@amd.com>
2917 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2918 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2919 Adrien Eliche <aeliche@isty.uvsq.fr>
2920
2921 Merge from graphite branch.
2922 * configure: Regenerate.
2923 * Makefile.in: Regenerate.
2924 * configure.ac (host_libs): Add ppl and cloog.
2925 Add checks for PPL and CLooG.
2926 * Makefile.def (ppl, cloog): Added modules and dependences.
2927 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2928 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2929
2930 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2931
2932 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2933 (GCC_SHLIB_SUBDIR): New.
2934 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2935 * configure: Regenerate.
2936 * Makefile.in: Regenerate.
2937
2938 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2939
2940 * MAINTAINERS: Consistently use tabs to separate columns.
2941
2942 2008-08-29 Tristan Gingold <gingold@adacore.com>
2943
2944 * MAINTAINERS (Write after Approval): Add myself.
2945
2946 2008-08-28 Tristan Gingold <gingold@adacore.com>
2947
2948 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2949 Enable bfd, binutils and opcodes.
2950 * configure: Regenerate.
2951
2952 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2953
2954 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
2955
2956 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
2957
2958 * MAINTAINERS: Use correct Umlaut for last name.
2959
2960 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2961
2962 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2963
2964 2008-08-16 David Edelsohn <edelsohn@gnu.org>
2965
2966 * MAINTAINERS: Update my email address.
2967
2968 2008-08-16 Nicolas Roche <roche@adacore.com>
2969
2970 * Makefile.tpl: Add BOOT_ADAFLAGS.
2971 * Makefile.in: Regenerate.
2972
2973 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
2974
2975 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2976 * configure: Regenerate.
2977
2978 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2979
2980 * configure.ac: Add makefile fragments for hpux.
2981 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2982 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2983 * configure: Regenerate.
2984 * Makefile.in: Regenerate.
2985
2986 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
2987
2988 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2989
2990 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
2991
2992 * MAINTAINERS (Write after Approval): Add myself.
2993
2994 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
2995
2996 * MAINTAINERS (Write After Approval): Add myself.
2997
2998 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
2999
3000 * MAINTAINERS (Write After Approval): Add myself.
3001
3002 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3003
3004 * MAINTAINERS: Update my email address.
3005
3006 2008-06-25 Joey Ye <joey.ye@intel.com>
3007
3008 * MAINTAINERS (Write After Approval): Add myself.
3009
3010 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3011
3012 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3013 * Makefile.in: Regenerate.
3014 * configure: Regenerate.
3015
3016 2008-06-17 Daniel Kraft <d@domob.eu>
3017
3018 * MAINTAINERS (Write After Approval): Add myself.
3019
3020 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3021
3022 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3023 "$@" is still intact with both Autoconf 2.59 and 2.62.
3024 * configure: Regenerate.
3025
3026 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3027
3028 * Makefile.tpl: Fix comment errors.
3029 * Makefile.in: Regenerate.
3030
3031 2008-06-12 David S. Miller <davem@davemloft.net>
3032 David Edelsohn <edelsohn@gnu.org>
3033
3034 * configure.ac: Add powerpc*-*-* to gold supported targets.
3035 * configure: Regenerate.
3036
3037 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3038
3039 PR tree-optimization/36218
3040 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3041 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3042 (all prefix="build-"): Pass them to build-system sub-makes.
3043 * Makefile.in: Regenerate.
3044
3045 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3046
3047 * MAINTAINERS (mt port): Remove.
3048 (sco5, unixware, sco udk): Remove.
3049 (Kean Johnston): Add to Write After Approval.
3050
3051 2008-05-30 Julian Brown <julian@codesourcery.com>
3052
3053 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3054 of libobjc for ARM EABI Linux.
3055 * configure: Regenerate.
3056
3057 2008-05-18 Xinliang David Li <davidxl@google.com>
3058
3059 * ChangeLog: Remove wrong ChangeLog entry.
3060
3061 2008-05-17 Xinliang David Li <davidxl@google.com>
3062
3063 * MAINTAINERS (Write After Approval): Add myself.
3064
3065 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3066
3067 * MAINTAINERS (Write After Approval): Add myself.
3068
3069 2008-05-14 Rafael Espíndola <espindola@google.com>
3070
3071 * config-ml.in: don't handle --enable-shared and --enable-static.
3072
3073 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3074
3075 * MAINTAINERS: Update my email address.
3076
3077 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3078
3079 * MAINTAINERS: Update my email address.
3080
3081 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3082
3083 * MAINTAINERS (Write After Approval): Add myself.
3084
3085 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3086
3087 * MAINTAINERS (Write After Approval): Add myself.
3088
3089 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3090
3091 * MAINTAINERS (crx): Add myself.
3092
3093 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3094
3095 Sync with src:
3096 2008-04-14 David S. Miller <davem@davemloft.net>
3097
3098 * configure.ac: Add sparc*-*-* to gold supported targets.
3099 * configure: Regenerate.
3100
3101 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3102
3103 PR bootstrap/35457
3104 * configure.ac: Include override.m4.
3105 * configure: Regenerate.
3106
3107 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3108
3109 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3110 * Makefile.in: Regenerate.
3111
3112 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3113
3114 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3115 as nonconfigurable directories list.
3116 * configure: Regenerate.
3117
3118 2008-04-14 Ben Elliston <bje@au.ibm.com>
3119
3120 * config.sub, config.guess: Update from upstream sources.
3121
3122 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3123
3124 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3125 * Makefile.in: Regenerate.
3126
3127 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3128
3129 * configure.ac: Do not build libssp for the AVR.
3130 * configure: Regenerate.
3131
3132 2008-04-07 Ian Lance Taylor <iant@google.com>
3133
3134 * Makefile.def: check-gold depends upon all-binutils.
3135 * Makefile.in: Regenerate.
3136
3137 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3138
3139 * MAINTAINERS (Write After Approval): Add myself.
3140
3141 2008-04-04 Nick Clifton <nickc@redhat.com>
3142
3143 PR binutils/4334
3144 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3145 builds.
3146 * configure: Regenerate.
3147
3148 2008-04-04 NightStrike <NightStrike@gmail.com>
3149
3150 PR other/35151
3151 * configure.ac: Combine rules for mingw32 and mingw64.
3152 * configure: Regenerate.
3153
3154 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3155
3156 * MAINTAINERS (Write After Approval): Add myself.
3157
3158 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3159
3160 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3161 * Makefile.in (.NOTPARALLEL): Ditto.
3162
3163 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3164
3165 * MAINTAINERS (Write After Approval): Add myself.
3166
3167 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3168
3169 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3170 * Makefile.in (.NOTPARALLEL): Regenerate.
3171
3172 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3173
3174 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3175 * Makefile.in: Regenerate.
3176
3177 2008-03-26 Jakub Staszak <kuba@et.pl>
3178
3179 * MAINTAINERS (Write After Approval): Add myself.
3180
3181 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3182
3183 * MAINTAINERS: Update e-mail address.
3184
3185 2008-03-20 Ian Lance Taylor <iant@google.com>
3186
3187 * configure.ac: Add support for --enable-gold.
3188 * Makefile.def: Add gold as a directory like ld.
3189 * configure, Makefile.in: Regenerate.
3190
3191 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3192
3193 * configure.ac: m4_include config/proginstall.m4.
3194 * configure: Regenerate.
3195
3196 Backport from upstream Libtool:
3197
3198 2007-10-12 Eric Blake <ebb9@byu.net>
3199
3200 Deal with Autoconf 2.62's semantic change in m4_append.
3201 * ltsugar.m4 (lt_append): Replace broken versions of
3202 m4_append.
3203 (lt_if_append_uniq): Don't require separator to be overquoted,
3204 and avoid broken m4_append.
3205 (lt_dict_add): Fix typo.
3206 * libtool.m4 (_LT_DECL): Don't overquote separator.
3207
3208 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3209
3210 * config.rpath: Add AIX 6 support.
3211
3212 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3213
3214 * Makefile.def (stageprofile). Remove -fprofile-generate
3215 from stage_libcflags.
3216 * Makefile.in: Regenerate.
3217
3218 2008-03-13 Ben Elliston <bje@au.ibm.com>
3219
3220 * config.sub, config.guess: Update from upstream sources.
3221
3222 2008-03-06 Tom Tromey <tromey@redhat.com>
3223
3224 * MAINTAINERS: Update for treelang deletion.
3225
3226 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3227
3228 * MAINTAINERS: Update my email address.
3229
3230 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3231
3232 * MAINTAINERS (darwin port): Add myself as a maintainer.
3233 (objective-c/c++): Add myself as a maintainer.
3234
3235 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3236
3237 * MAINTAINERS (Write After Approval): Update my email address.
3238
3239 2008-02-25 Tomas Bily <tbily@suse.cz>
3240
3241 * MAINTAINERS (Write After Approval): Add myself.
3242
3243 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3244
3245 * MAINTAINERS (OpenMP): Add myself.
3246
3247 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3248
3249 PR bootstrap/32009
3250 PR bootstrap/32161
3251
3252 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3253 * configure: Regenerate.
3254
3255 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3256 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3257 STAGE4_LIBCFLAGS): New.
3258 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3259 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3260 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3261 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3262 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3263 for target modules. Don't export LIBCFLAGS.
3264 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3265 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3266 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3267 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3268 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3269 * Makefile.in: Regenerate.
3270
3271 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3272
3273 PR libgcj/33085
3274 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3275 Do not use -DDLL_EXPORT. Backport from upstream.
3276
3277 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3278
3279 * MAINTAINERS (Write After Approval): Add myself.
3280
3281 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3282
3283 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3284 * configure: Regenerate.
3285
3286 2008-01-31 Marc Gauthier <marc@tensilica.com>
3287
3288 * configure.ac (xtensa*-*-*): Recognize processor variants.
3289 * configure: Regenerate.
3290
3291 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3292
3293 PR bootstrap/34922
3294 * configure.ac (PARSE_ARGS): Push suitable setting of
3295 ac_subdirs_all, for `./configure --help=recursive'.
3296 Handle `+' in generic toplevel directory disabling.
3297 * configure: Regenerate.
3298
3299 2008-01-28 Nick Clifton <nickc@redhat.com>
3300
3301 * MAINTAINERS (xstormy16): Take over maintainership.
3302
3303 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3304
3305 * MAINTAINERS (c4x port): Remove.
3306
3307 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3308
3309 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3310
3311 2008-01-23 Ben Elliston <bje@au.ibm.com>
3312
3313 * config.sub, config.guess: Update from upstream sources.
3314
3315 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3316
3317 * MAINTAINERS (Write After Approval): Add myself.
3318
3319 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3320
3321 * MAINTAINERS: Update my email address.
3322
3323 2008-01-09 Raksit Ashok <raksit@google.com>
3324
3325 * MAINTAINERS (Write After Approval): Add myself.
3326
3327 2008-01-09 Raksit Ashok <raksit@google.com>
3328
3329 * MAINTAINERS (Write After Approval): Add myself.
3330
3331 2008-01-08 Ben Elliston <bje@au.ibm.com>
3332
3333 * config.sub, config.guess: Update from upstream sources.
3334
3335 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3336
3337 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3338 Change recommended MPFR from 2.2.1 -> 2.3.0.
3339 * configure: Regenerate.
3340
3341 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3342
3343 * MAINTAINERS: Update my email address.
3344
3345 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3346
3347 * MAINTAINERS: Update my email address.
3348
3349 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3350
3351 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3352 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3353 * Makefile.in: Regenerate.
3354
3355 2007-12-10 Mark Heffernan <meheff@google.com>
3356
3357 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3358 misplaced entries.
3359
3360 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3361
3362 * configure.ac: Enable libjava for x86_64-*-darwin9.
3363 * configure: Regenerate.
3364
3365 2007-12-07 Bill Maddox <maddox@google.com>
3366
3367 * MAINTAINERS (Write After Approval): Add myself.
3368
3369 2007-12-05 Ben Elliston <bje@au.ibm.com>
3370
3371 * config.sub, config.guess: Update from upstream sources.
3372
3373 2007-12-02 Matthias Klose <doko@ubuntu.com>
3374
3375 * config-ml.in: Remove 64bit configure tests.
3376
3377 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3378
3379 * config-ml.in: Robustify against white space in absolute file
3380 names.
3381
3382 * config-ml.in (multi-clean): Substitute ${Makefile}.
3383 Remove superfluous ${Makefile} in list.
3384
3385 2007-11-19 Thiemo Seufer <ths@mips.com>
3386
3387 * config-ml.in: Don't hardcode the Makefile name.
3388
3389 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3390
3391 * MAINTAINERS (Write After Approval): Add myself.
3392
3393 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3394
3395 * MAINTAINERS (Write After Approval): Add myself.
3396
3397 2007-11-06 Doug Kwan <dougkwan@google.com>
3398
3399 * MAINTAINERS (Write After Approval): Add myself.
3400
3401 2007-10-25 Ben Elliston <bje@au.ibm.com>
3402
3403 * MAINTAINERS (mercury): Remove entry.
3404 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3405
3406 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3407
3408 * Makefile.def (dependencies): Make configure-gdb depend on
3409 all-intl.
3410 * Makefile.in: Regenerated.
3411
3412 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3413
3414 * MAINTAINERS (Fortran maintainer): Remove myself.
3415
3416 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3417
3418 * Makefile.def: To avoid problems running with parallel makes,
3419 build newlib before libgloss so that target specific header
3420 files are availble.
3421 * Makefile.in: Regenerate
3422
3423 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3424
3425 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3426 * Makefile.in: Regenerate.
3427
3428 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3429
3430 * MAINTAINERS (Register allocation reviewer): Add myself.
3431
3432 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3433
3434 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3435 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3436 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3437 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3438 * configure: Regenerate.
3439
3440 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3441
3442 * MAINTAINERS (Register allocation reviewer): Add myself.
3443
3444 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3445
3446 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3447 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3448 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3449 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3450 * configure.ac: Default them to host tools for $host = $build.
3451 Subst them.
3452
3453 * configure: Regenerate.
3454 * Makefile.in: Regenerate.
3455
3456 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3457
3458 * MAINTAINERS (Register allocation reviewer): Add myself.
3459
3460 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3461
3462 * MAINTAINERS (Register allocation reviewer): Add myself.
3463
3464 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3465
3466 * MAINTAINERS (Write After Approval): Fix typo.
3467
3468 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3469
3470 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3471 * configure: Regenerate.
3472
3473 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3474
3475 PR bootstrap/31906
3476 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3477 they're already prefixed.
3478
3479 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3480
3481 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3482 libstdc++.
3483 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3484 * configure: Regenerate.
3485 * Makefile.in: Regenerate.
3486
3487 2007-09-17 Andreas Schwab <schwab@suse.de>
3488
3489 * configure.ac: Raise minimum makeinfo version to 4.6.
3490 * configure: Regenerate.
3491
3492 2007-09-17 Johannes Singler <singler@ira.uka.de>
3493
3494 * MAINTAINERS (write-after-approval) add myself
3495
3496 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3497
3498 * configure.ac: Correct makeinfo version check.
3499 * configure: Regenerate.
3500
3501 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3502
3503 * MAINTAINERS: Update my email address.
3504
3505 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3506
3507 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3508 to $skipdirs and only disable gprof for newlib. Use the normal
3509 mips*-elf* handling in other respects.
3510 * configure: Regnerate.
3511
3512 2007-09-12 David Daney <ddaney@avtrex.com>
3513
3514 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3515 enabling libgcj.
3516 * configure: Regenerate.
3517
3518 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3519
3520 PR other/32154
3521 * configure.ac: For libgloss targets, point the linker to the linker
3522 script, startup code and simulator library.
3523 * configure: Regenerate.
3524
3525 2007-09-07 Andrew Haley <aph@redhat.com>
3526
3527 * configure.ac (noconfigdirs): Remove target-libffi and
3528 target-libjava.
3529 * configure: Regenerate.
3530
3531 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3532
3533 PR target/33281
3534 * configure.ac: Use config/mh-mingw on mingw.
3535 * configure: Regenerate.
3536
3537 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3538
3539 * MAINTAINERS (Write After Approval): Add myself.
3540
3541 2007-09-05 Richard Guenther <rguenther@suse.de>
3542
3543 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3544 nor --disable-checking is provided also turn on yes and types
3545 checking for stage1.
3546 * configure: Re-generate.
3547
3548 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3549
3550 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3551 (Write After Approval): Remove myself.
3552
3553 2007-08-29 Nick Clifton <nickc@redhat.com>
3554
3555 * config.sub, config.guess: Update from upstream sources.
3556
3557 2007-08-22 Bud Davis <jmdavis@link.com>
3558
3559 * MAINTAINERS (Write After Approval): Added myself.
3560 * MAINTAINERS (Reviewers): Removed myself.
3561
3562 2007-08-18 Paul Brook <paul@codesourcery.com>
3563 Joseph Myers <joseph@codesourcery.com>
3564
3565 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3566 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3567 * Makefile.in: Regenerate.
3568 * configure.ac (--with-debug-prefix-map): New.
3569 * configure: Regenerate.
3570
3571 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3572 Nigel Stephens <nigel@mips.com>
3573
3574 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3575 as target_makefile_frag.
3576 * configure: Regenerate.
3577
3578 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3579
3580 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3581 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3582 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3583 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3584 (do-compare, do-compare3, do-compare-debug): New.
3585 ([+compare-target+]): Use them.
3586
3587 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3588
3589 * MAINTAINERS (Write After Approval): Change my email address.
3590
3591 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3592 Ben Elliston <bje@au.ibm.com>
3593
3594 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3595 --silent if $silent.
3596 * configure: Regenerate.
3597
3598 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3599
3600 * MAINTAINERS (Various Maintainers): Add myself as
3601 loop infrastructure maintainer. Update my e-mail
3602 address.
3603
3604 2007-07-31 Diego Novillo <dnovillo@google.com>
3605
3606 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3607 Adjust description.
3608
3609 2007-07-26 Richard Guenther <rguenther@suse.de>
3610
3611 * configure.ac: Add types checking to stage1 checking flags.
3612 * configure: Regenerate.
3613
3614 2007-07-17 Nick Clifton <nickc@redhat.com>
3615
3616 * COPYING3: New file. Contains version 3 of the GNU General
3617 Public License.
3618 * COPYING3.LIB: New file. Contains version 3 of the GNU
3619 Lesser General Public License.
3620
3621 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3622
3623 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3624
3625 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3626
3627 * MAINTAINERS (S/390 co-maintainer): Add myself.
3628 (Write After Approval): Remove myself.
3629
3630 2007-07-13 Dan Hipschman <dsh@google.com>
3631
3632 * MAINTAINERS (Write After Approval): Add myself.
3633
3634 2007-07-11 Nick Clifton <nickc@redhat.com>
3635
3636 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3637 WINDRES export.
3638 * Makefile.in: Regenerate.
3639
3640 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3641
3642 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3643 maintainer.
3644
3645 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3646
3647 * lt~obsolete.m4: New. Import from 20070318 libtool.
3648
3649 2007-07-03 Julian Brown <julian@codesourcery.com>
3650
3651 * MAINTAINERS (Write After Approval): Add myself.
3652
3653 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3654
3655 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3656 * configure: Regenerate.
3657
3658 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3659
3660 * configure.ac: Add some missing m4 quotation.
3661 * configure: Regenerate.
3662
3663 2007-07-02 Simon Baldwin <simonb@google.com>
3664
3665 * MAINTAINERS (Write After Approval): Add myself.
3666
3667 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3668
3669 * configure: Regenerate.
3670
3671 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3672
3673 * Makefile.def: Add windmc tool to build.
3674 * Makefile.tpl: Likewise.
3675 * configure.ac: Likewise.
3676 * Makefile.in: Regenerate.
3677 * configure: Regenerate.
3678
3679 2007-06-28 DJ Delorie <dj@redhat.com>
3680
3681 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3682 not building newlib.
3683 * configure: Regenerated.
3684
3685 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3686
3687 * MAINTAINERS (Write After Approval): Add myself.
3688
3689 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3690
3691 * MAINTAINERS (Write After Approval): Add myself.
3692
3693 2007-06-19 Chris Matthews <chrismatthews@google.com>
3694
3695 * MAINTAINERS (Write After Approval): Add myself.
3696
3697 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3698
3699 * MAINTAINERS (Write After Approval): Add myself.
3700
3701 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3702
3703 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3704 * Makefile.in: Regenerated.
3705
3706 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3707
3708 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3709 bfin*-*-uclinux* targets.
3710 * configure: Regenerate.
3711
3712 2007-06-14 Ian Lance Taylor <iant@google.com>
3713
3714 * MAINTAINERS: Add myself as non-algorithmic global write
3715 maintainer.
3716
3717 2007-06-14 Diego Novillo <dnovillo@google.com>
3718
3719 * MAINTAINERS: Add self as middle-end maintainer and
3720 non-algorithmic global write maintainer.
3721
3722 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3723
3724 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3725 Move all Fortran maintainers except Paul Brook into the
3726 Non-Autopoiesis section.
3727
3728 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3729
3730 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3731 (distclean-stage[+id+]): Possibly delete stage_last.
3732 * Makefile.in: Regenerate.
3733
3734 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3735
3736 * MAINTAINERS (Various Maintainer): Fix typo.
3737
3738 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3739
3740 * MAINTAINERS (Various Maintainer): Add myself as
3741 dataflow maintainer.
3742
3743 2007-06-07 Ben Elliston <bje@au.ibm.com>
3744
3745 * config.sub, config.guess: Update from upstream sources.
3746
3747 2007-06-07 Ben Elliston <bje@au.ibm.com>
3748
3749 * Makefile.tpl: Fix spelling error.
3750 * Makefile.in: Regenerate.
3751
3752 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3753
3754 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3755 lt_cv_sys_max_cmd_len.
3756
3757 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3758
3759 * MAINTAINERS (Various Maintainers): Add myself as
3760 auto-vectorizer maintainer.
3761
3762 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
3763
3764 PR libjava/32098
3765 * libtool.m4: Revert previous change.
3766 * ltgcc.m4: Put it here.
3767
3768 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3769
3770 * MAINTAINERS (Various Maintainers): Add myself as
3771 auto-vectorizer maintainer.
3772
3773 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3774
3775 PR libjava/32098
3776 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3777
3778 2007-05-30 Richard Guenther <rguenther@suse.de>
3779
3780 * MAINTAINERS (Various Maintainers): Add myself as
3781 auto-vectorizer maintainer.
3782
3783 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3784
3785 PR bootstrap/29382
3786 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3787 * configure: Rebuilt.
3788
3789 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
3790
3791 * MAINTAINERS (Write After Approval): Removed my name.
3792
3793 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3794
3795 * MAINTAINERS (Write After Approval): Remove myself.
3796
3797 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3798
3799 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3800
3801 2007-05-23 Steve Ellcey <sje@cup.hp.com>
3802
3803 * ltmain.sh: Update from ToT Libtool.
3804 * libtool.m4: Update from ToT Libtool.
3805 * ltsugar.m4: New. Update from ToT Libtool.
3806 * ltversion.m4: New. Update from ToT Libtool.
3807 * ltoptions.m4: New. Update from ToT Libtool.
3808 * ltconfig: Remove.
3809 * ltcf-c.sh: Remove.
3810 * ltcf-cxx.sh: Remove.
3811 * ltcf-gcj.sh: Remove.
3812
3813 2007-05-22 Ollie Wild <aaw@google.com>
3814
3815 * MAINTAINERS (Write After Approval): Add myself.
3816
3817 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3818
3819 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3820 stage_cflags.
3821 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3822 Remove CFLAGS/LIBCFLAGS.
3823 (configure-stage[+id+]-[+prefix+][+module+],
3824 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3825 * Makefile.in: Regenerate.
3826
3827 2007-05-15 Diego Novillo <dnovillo@google.com>
3828
3829 * MAINTAINERS: Update e-mail address.
3830
3831 2007-05-15 Revital Eres <eres@il.ibm.com>
3832
3833 * MAINTAINERS (Write After Approval): Add myself.
3834
3835 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
3836
3837 * MAINTAINERS (Write After Approval): Updated my address.
3838
3839 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3840
3841 * MAINTAINERS (Write After Approval): Add myself.
3842
3843 2007-05-11 Silvius Rus <rus@google.com>
3844
3845 * MAINTAINERS (Write After Approval): Add myself.
3846
3847 2007-04-23 Tom Tromey <tromey@redhat.com>
3848
3849 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3850
3851 2007-04-22 Mark Mitchell <mark@codesourcery.com>
3852
3853 * MAINTAINERS (cpplib): Rename to ...
3854 (libcpp): ... this. Add C/C++ front end maintainers.
3855
3856 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3857
3858 * config-ml.in: Pass ${ml_config_env} to configure calls.
3859
3860 2007-04-04 Christian Bruel <christian.bruel@st.com>
3861
3862 * MAINTAINERS (Write After Approval): Add myself.
3863
3864 2007-04-02 Dave Korn <dave.korn@artimi.com>
3865
3866 * MAINTAINERS (Write After Approval): Add myself.
3867
3868 2007-03-31 Tobias Burnus <burnus@net-b.de>
3869
3870 * MAINTAINERS (fortran 95 front end): Add myself.
3871
3872 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3873
3874 * MAINTAINERS (Write After Approval): Add myself.
3875
3876 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
3877
3878 * MAINTAINERS (Modulo Scheduler): Add myself.
3879
3880 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
3881
3882 * MAINTAINERS (fortran 95 front end): Add myself.
3883 (c++ front end): whitespace fix.
3884
3885 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
3886
3887 * MAINTAINERS (Write After Approval): Add myself.
3888
3889 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3890
3891 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3892 of glob. Quote arguments with single quotes too.
3893 * configure: Regenerate.
3894
3895 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3896
3897 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3898 * Makefile.in: Regenerate
3899
3900 2007-03-07 Andreas Schwab <schwab@suse.de>
3901
3902 * configure: Regenerate.
3903
3904 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3905
3906 * configure.ac: Add "--with-pdfdir" configure option,
3907 which defines pdfdir variable.
3908 * Makefile.def (target=fixincludes): Add install-pdf to
3909 missing targets.
3910 (recursive_targets): Add install-pdf target.
3911 (flags_to_pass): Add pdfdir.
3912 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3913 target.
3914 * configure: Regenerate
3915 * Makefile.in: Regenerate
3916
3917 2007-02-28 Eric Christopher <echristo@apple.com>
3918
3919 Revert:
3920 2006-12-07 Mike Stump <mrs@apple.com>
3921
3922 * Makefile.def (dependencies): Add dependency for
3923 install-target-libssp and install-target-libgomp on
3924 install-gcc.
3925 * Makefile.in: Regenerate.
3926
3927 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3928
3929 * configure: Regenerate.
3930 * configure.ac: Move statements after variable declarations.
3931
3932 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
3933
3934 * MAINTAINERS: Add myself as sh maintainer.
3935
3936 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3937
3938 * configure.ac: Adjust for loop syntax.
3939 * configure: Regenerate.
3940
3941 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3942
3943 * configure: Rebuilt.
3944
3945 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3946
3947 * configure.ac: Drop multiple occurrences of --enable-languages,
3948 and fix its quoting.
3949 * configure: Rebuilt.
3950
3951 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3952 Nathan Sidwell <nathan@codesourcery.com>
3953 Vladimir Prus <vladimir@codesourcery.com>
3954 Joseph Myers <joseph@codesourcery.com>
3955
3956 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3957 * configure: Regenerate.
3958
3959 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
3960
3961 * ltconfig (freebsd*): Default to elf.
3962
3963 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3964
3965 * configure.ac (target_libraries): Move libgcc before libiberty.
3966 * configure: Regenerated.
3967
3968 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3969 Paolo Bonzini <bonzini@gnu.org>
3970
3971 PR bootstrap/30753
3972 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3973 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3974 * configure: Regenerated.
3975
3976 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3977
3978 * MAINTAINERS (Language Front End Maintainers): Update my mail
3979 address.
3980
3981 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3982
3983 PR bootstrap/30748
3984 * configure.ac: Correct syntax for Solaris ksh.
3985 * configure: Regenerated.
3986
3987 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3988
3989 * configure.ac: Sync with src.
3990 * configure: Regenerate.
3991
3992 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3993
3994 * Makefile.in: Regenerate.
3995
3996 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3997
3998 * config.sub: Sync with src.
3999
4000 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4001
4002 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4003 noncanonical equivalents.
4004 * configure.in: Rename to...
4005 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4006 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4007 target_noncanonical. Use them. Rewrite removal of configure
4008 arguments for autoconf 2.59. Discard variable settings. Force
4009 program_transform_name for native tools.
4010
4011 * Makefile.in: Regenerated.
4012 * configure: Regenerated with autoconf 2.59.
4013
4014 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4015
4016 * MAINTAINERS (Write After Approval): Add myself.
4017
4018 2007-01-31 Andreas Schwab <schwab@suse.de>
4019
4020 * Makefile.tpl (LDFLAGS): Substitute it.
4021 * Makefile.in: Regenerate.
4022
4023 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4024
4025 * MAINTAINERS (Write After Approval): Add myself.
4026
4027 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4028
4029 * MAINTAINERS (spu port): Add myself.
4030
4031 2007-01-23 Richard Guenther <rguenther@suse.de>
4032
4033 PR bootstrap/30541
4034 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4035 * Makefile.tpl (GNATBIND): Substitute it.
4036 (GNATMAKE): Likewise.
4037 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4038 of STAGE_PREFIX.
4039 * Makefile.in: Regenerate.
4040 * configure: Regenerate.
4041
4042 2007-01-18 Mike Stump <mrs@apple.com>
4043
4044 * configure.in: Re-enable -Werror for gcc builds.
4045
4046 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4047
4048 * MAINTAINERS (Write After Approval): Add myself.
4049
4050 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4051
4052 * configure.in: Change == to = in test command.
4053 * configure: Regenerate.
4054
4055 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4056 Nick Clifton <nickc@redhat.com>
4057 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4058
4059 * configure.in (build_configargs, host_configargs, target_configargs):
4060 Remove build/host/target parameters.
4061 (host_libs): Add gmp and mpfr.
4062 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4063 * Makefile.def (gmp, mpfr): New.
4064 (gcc): Remove target.
4065 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4066 target_os, target_vendor): New.
4067 (configure): Add host_alias/target_alias arguments; adjust invocations.
4068 * configure: Regenerate.
4069 * Makefile.in: Regenerate.
4070
4071 2007-01-11 Matt Fago <fago@earthlink.net>
4072
4073 * configure.in: Try to link to functions only in mpfr 2.2.x
4074 to improve robustness of configure tests.
4075 * configure: Regenerate.
4076
4077 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4078
4079 * MAINTAINERS: Add myself as i386 maintainer.
4080
4081 2007-01-08 Jan Hubicka <jh@suse.cz>
4082
4083 * MAINTAINERS: Add myself as i386 maintainer.
4084
4085 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4086
4087 * configure.in: Add support for an x86_64-mingw* target.
4088 * configure: Regenerate.
4089
4090 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4091
4092 * Makefile.tpl (all-target): Correct @if conditional for target
4093 modules.
4094 * configure.in: Omit libiberty if building only target libgcc.
4095 * configure, Makefile.in: Regenerated.
4096
4097 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4098
4099 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4100 * configure: Regenerate.
4101
4102 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4103
4104 * Makefile.def (target_modules): Add libgcc.
4105 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4106 * Makefile.tpl (clean-target-libgcc): Delete.
4107 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4108 on gcc even for bootstrapped modules. Rewrite handling of
4109 lang_env_dependencies to loop over target_modules.
4110 * configure.in (target_libraries): Add target-libgcc.
4111 * Makefile.in, configure: Regenerated.
4112
4113 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4114
4115 * configure.in: Reorganize recognition of languages. Add
4116 --enable-stage1-languages. Show supported languages for the chosen
4117 target rather than all recognized languages.
4118 * configure: Regenerate.
4119
4120 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4121
4122 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4123 * Makefile.in: Regenerate.
4124
4125 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4126
4127 * configure.in: Warn that MPFR 2.2.0 is buggy.
4128 * configure: Regenerate.
4129
4130 2006-12-27 Ian Lance Taylor <iant@google.com>
4131
4132 * configure.in: When removing Makefiles to force a reconfigure, also
4133 remove prev-DIR*/Makefile.
4134 * configure: Regenerate.
4135
4136 2006-12-22 Andreas Schwab <schwab@suse.de>
4137
4138 * configure: Regenerate with correct autoconf version.
4139
4140 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4141
4142 * configure.in: add AC_SUBST for *_FOR_TARGET.
4143 * configure: Regenerate.
4144
4145 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4146
4147 * configure.in: Simplify logic for rejecting languages that cannot
4148 be built. Separate the case when a language is unsupported,
4149 from the case when the user chooses not to build a language.
4150
4151 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4152
4153 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4154 it only affects bootstrap and could be tested on "$host" as well.
4155 * configure: Regenerate.
4156 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4157
4158 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4159
4160 PR bootstrap/29544
4161 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4162 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4163 move here comment from Makefile.tpl.
4164 * Makefile.tpl: Move some definitions higher in the file.
4165 (STAGE1_CHECKING): New.
4166 * configure.in: Add --enable-stage1-checking.
4167 * configure: Regenerate.
4168 * Makefile.in: Regenerate.
4169
4170 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4171
4172 * MAINTAINERS: Add myself as build system maintainer.
4173
4174 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4175
4176 * MAINTAINERS (Write After Approval): Add myself.
4177
4178 2006-12-13 Eric Christopher <echristo@apple.com>
4179
4180 * MAINTAINERS: Add myself as darwin maintainer.
4181
4182 2006-12-11 Ian Lance Taylor <ian@airs.com>
4183
4184 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4185
4186 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4187
4188 MAINTAINERS: Update my entry.
4189
4190 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4191
4192 * configure.in: Handle spu makefile frag.
4193 * Makefile.tpl (MAINT): Define
4194 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4195 * configure: Regenerate.
4196 * Makefile.in: Regenerate.
4197
4198 2006-12-11 Ben Elliston <bje@au.ibm.com>
4199
4200 * config.guess: Import latest version.
4201 * config.sub: Likewise.
4202
4203 2006-12-11 Ben Elliston <bje@au.ibm.com>
4204
4205 * configure.in (spu-*-*): Don't skip target-libiberty.
4206 * configure: Regenerate.
4207
4208 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4209
4210 PR bootstrap/30134
4211 * configure.in: Correct x86 darwin support for libjava to powerpc
4212 and i?86 only.
4213 * configure: Regenerate.
4214
4215 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4216
4217 * configure.in: Add x86 darwin support for libjava.
4218 * configure: Regenerate.
4219
4220 2006-12-07 Mike Stump <mrs@apple.com>
4221
4222 * Makefile.def (dependencies): Add dependency for
4223 install-target-libssp and install-target-libgomp on
4224 install-gcc.
4225 * Makefile.in: Regenerate.
4226
4227 2006-12-04 Richard Guenther <rguenther@suse.de>
4228
4229 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4230 (Non-Algorithmic Maintainers): Move over non-algorithmic
4231 loop optimizer maintainers, add myself as a non-algorithmic
4232 middle-end maintainer.
4233
4234 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4235
4236 * MAINTAINERS (Write After Approval): Add myself.
4237
4238 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4239
4240 * configure.in: Update error message for missing GMP/MPFR.
4241
4242 * configure: Regenerate.
4243
4244 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4245
4246 * configure.in: Update MPFR version in error message.
4247
4248 * configure: Regenerate.
4249
4250 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4251
4252 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4253 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4254 --with-gmp-lib): New flags.
4255
4256 * configure: Regenerate.
4257
4258 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4259
4260 * MAINTAINERS (Write After Approval): Change my email address.
4261
4262 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4263
4264 * MAINTAINERS (Write After Approval): Add myself.
4265
4266 2006-11-22 Philipp Thomas <pth@suse.de>
4267
4268 * MAINTAINERS (i18n): Update e-mail address.
4269
4270 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4271
4272 * MAINTAINERS (spu port): Add myself as maintainer.
4273 (Write After Approval): Remove myself.
4274
4275 2006-11-22 Ben Elliston <bje@au.ibm.com>
4276
4277 * configure.in (skipdirs): Don't build libssp for SPU.
4278 * configure: Regenerate.
4279
4280 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4281
4282 * MAINTAINERS (spu port): Add myself as maintainer.
4283 (libobjc): Update my email address.
4284
4285 2006-11-21 Andrea Bona <andrea.bona@st.com>
4286
4287 * MAINTAINERS (Write After Approval): Add myself.
4288
4289 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4290
4291 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4292 * configure : Rebuilt.
4293
4294 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4295
4296 * MAINTAINERS (Write After Approval): Add myself.
4297
4298 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4299
4300 * MAINTAINERS (Write After Approval): Add myself.
4301
4302 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4303
4304 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4305 libmpfr.a.
4306 * configure: Regenerate.
4307
4308 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4309
4310 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4311 (unstage): Test for stage_last presence.
4312
4313 PR bootstrap/29802
4314 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4315 STAGE_PREFIX.
4316 * Makefile.in: Regenerate.
4317
4318 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4319
4320 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4321 maintainers.
4322
4323 2006-11-14 Erven Rohou <erven.rohou@st.com>
4324
4325 * MAINTAINERS (Write After Approval): Add myself.
4326
4327 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4328
4329 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4330 and stageN-package/Makefile.
4331 * Makefile.in: Regenerated.
4332
4333 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4334
4335 * configure.in: Remove target-libgloss from noconfigdirs for
4336 bfin-*-*.
4337 * configure: Regenerated.
4338
4339 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4340
4341 * configure.in (have_gmp): Only error if the gcc directory exists.
4342
4343 * configure: Regenerate.
4344
4345 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4346
4347 * configure.in: Robustify error message for missing GMP/MPFR.
4348
4349 * configure: Regenerate.
4350
4351 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4352
4353 * MAINTAINERS (Write After Approval): Add myself.
4354
4355 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4356
4357 * MAINTAINERS: Change email address.
4358
4359 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4360
4361 * MAINTAINERS (Write After Approval): Add myself.
4362
4363 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4364
4365 * MAINTAINERS (Write After Approval): Add myself.
4366
4367 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4368
4369 * MAINTAINERS (Write After Approval): Move myself to
4370 Write After Approval section.
4371
4372 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4373
4374 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4375 need_gmp anymore.
4376 * configure: Regenerate.
4377
4378 2006-10-16 Tobias Burnus <burnus@net-b.de>
4379
4380 * MAINTAINERS (Write After Approval): Add myself.
4381
4382 2006-10-16 Ben Elliston <bje@au.ibm.com>
4383
4384 * config.guess: Import latest version.
4385 * config.sub: Likewise.
4386
4387 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4388
4389 * Makefile.def: Added pdf target handling.
4390 * Makefile.tpl: Added pdf target handling.
4391 * Makefile.in: Regenerated.
4392
4393 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4394
4395 * MAINTAINERS: Add self as score port maintainer.
4396
4397 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4398
4399 * MAINTAINERS (Write After Approval): Add myself.
4400
4401 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4402
4403 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4404 or newer.
4405 * configure: Regenerated.
4406
4407 2006-09-27 Dave Brolley <brolley@redhat.com>
4408
4409 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4410 using $s instead of $r.
4411 * configure: Regenerated.
4412
4413 2006-09-26 Thiemo Seufer <ths@mips.com>
4414
4415 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4416 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4417 * configure: Regenerate.
4418
4419 2006-09-24 Graeme Peterson <gridly@gmail.com>
4420
4421 * MAINTAINERS (Write After Approval): Remove myself.
4422
4423 2006-09-22 Chao-ying Fu <fu@mips.com>
4424
4425 * MAINTAINERS (Write After Approval): Add myself.
4426
4427 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4428
4429 * MAINTAINERS: Add self as soft-fp maintainer.
4430
4431 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4432
4433 * MAINTAINERS: Add myself as avr maintainer.
4434 Remove Marek Michalkiewicz as avr maintainer.
4435
4436 2006-09-07 Roberto Costa <roberto.costa@st.com>
4437
4438 * MAINTAINERS (Write After Approval): Add myself.
4439
4440 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4441
4442 * configure.in: Never build newlib for a Mingw host.
4443 Never build newlib as Mingw target library.
4444 Test the existence of winsup/cygwin for building a Cygwin newlib,
4445 rather than just winsup.
4446 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4447 building a Mingw target.
4448 * configure: Regenerate.
4449
4450 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4451
4452 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4453
4454 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4455
4456 * config.guess: Import from src (was more updated).
4457 * config.sub: Likewise.
4458
4459 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4460
4461 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4462 * configure: Regenerated.
4463
4464 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4465
4466 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4467 for stages after the first.
4468
4469 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4470
4471 * Makefile.def: Add dependencies for configure-opcodes
4472 on configure-intl and all-opcodes on all-intl.
4473 * Makefile.in: Regenerated.
4474
4475 2006-07-13 Ben Elliston <bje@au.ibm.com>
4476
4477 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4478
4479 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4480
4481 Port to hosts whose 'sort' and 'tail' implementations
4482 treat operands with leading '+' as file names, as POSIX
4483 has required since 2001. However, make sure the code still
4484 works on pre-POSIX hosts.
4485 * ltmain.sh: Don't assume "sort +2" is equivalent to
4486 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4487
4488 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4489
4490 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4491
4492 2006-07-04 Peter O'Gorman <peter@pogma.com>
4493
4494 * ltconfig: chmod 644 before ranlib during install.
4495
4496 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4497
4498 PR bootstrap/18058
4499 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4500 if the bootstrap compiler is a GCC version that supports it.
4501 * configure: Regenerate.
4502
4503 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4504
4505 * configure.in: Fix thinkos in previous check-in.
4506 * configure: Regenerate.
4507
4508 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4509
4510 PR other/27063
4511 * configure.in: Test subdir_requires and give an appropriate
4512 error message.
4513 * configure: Regenerate.
4514
4515 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4516
4517 * MAINTAINERS (Write After Approval): Add myself.
4518
4519 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4520
4521 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4522
4523 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4524
4525 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4526
4527 2006-06-20 David Ayers <d.ayers@inode.at>
4528
4529 PR bootstrap/28072
4530 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4531 whether target-libjava is being configured instead of whether the
4532 java front end is enabled.
4533 * configure: Regenerate.
4534
4535 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4536
4537 PR target/27540
4538 * configure.in: Only enable libgomp on IRIX 6.
4539 * configure: Regenerate.
4540
4541 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4542
4543 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4544 too.
4545 * Makefile.in: Regenerate.
4546
4547 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4548
4549 * config-ml.in: Alter CCASFLAGS to include special
4550 multilib options the same as is done for CFLAGS.
4551
4552 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4553
4554 * configure.in: Don't enable libgomp on hpux10.
4555 * configure: Rebuilt.
4556
4557 2006-06-12 David Ayers <d.ayers@inode.at>
4558
4559 PR bootstrap/27963
4560 PR target/19970
4561 * configure.in: Remove target-boehm-gc from noconfigdirs where
4562 ${libgcj} is specified.
4563 * configure: Regenerate.
4564
4565 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4566
4567 Sync from src:
4568
4569 * configure.in: Sync.
4570 * configure: Regenerated.
4571
4572 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4573
4574 * Makefile.def: Added dependencies from sim and gdb on intl, and
4575 added configure dependencies to everything with an all dependency
4576 on intl.
4577 * Makefile.in: Regenerated.
4578
4579 2006-06-06 David Ayers <d.ayers@inode.at>
4580
4581 PR libobjc/13946
4582 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4583 * Makefile.in: Regenerate.
4584 * configure.in: Add --enable-objc-gc at toplevel and have it
4585 enable boehm-gc for Objective-C.
4586 Remove target-boehm-gc from libgcj.
4587 Add target-boehm-gc to target_libraries.
4588 Add target-boehm-gc to noconfigdirs where ${libgcj}
4589 is specified.
4590 Assert that boehm-gc is supported when requested for Objective-C.
4591 Only build boehm-gc if needed either for Java or Objective-C.
4592 * configure: Regenerate.
4593
4594 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4595
4596 PR 27674
4597 * Makefile.tpl (configure-[+prefix+][+module+],
4598 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4599 Remove rule to unstage bootstrapped modules.
4600 (stage_current): New.
4601 * Makefile.in: Regenerate.
4602
4603 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4604
4605 * MAINTAINERS (Write After Approval): Update my e-mail address.
4606
4607 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4608
4609 * include/libiberty.h: Declare pex_run_in_environment.
4610
4611 2006-05-31 Asher Langton <langton2@llnl.gov>
4612
4613 * MAINTAINERS (Write After Approval): Add myself.
4614
4615 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4616
4617 * Makefile.def (bfd, opcodes): Fix lib_path.
4618 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4619 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4620 * Makefile.in: Regenerate.
4621
4622 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4623
4624 * Makefile.in: Regenerate.
4625
4626 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4627
4628 * Makefile.def: Add install-html target. Add datarootdir
4629 docdir and htmldir to flags_to_pass.
4630 * Makefile.tpl: Add install-html target.
4631 * Makefile.in: Regenerate.
4632 * configure.in: Add --with-datarootdir, --with-docdir, and
4633 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4634 * configure: Regenerate.
4635
4636 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4637
4638 * configure.in: Enable gprof for cross builds.
4639 * configure: Regenerate.
4640
4641 2006-05-22 Richard Guenther <rguenther@suse.de>
4642
4643 Revert
4644 2006-01-31 Richard Guenther <rguenther@suse.de>
4645 Paolo Bonzini <bonzini@gnu.org>
4646
4647 * Makefile.def (target_modules): Add libgcc-math target module.
4648 * configure.in (target_libraries): Add libgcc-math target library.
4649 (--enable-libgcc-math): New configure switch.
4650 * Makefile.in: Re-generate.
4651 * configure: Re-generate.
4652 * libgcc-math: New toplevel directory.
4653
4654 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4655 Andreas Tobler <a.tobler@schweiz.ch>
4656
4657 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4658 * configure: Rebuilt.
4659
4660 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4661
4662 * MAINTAINERS (Write After Approval): Add myself.
4663
4664 2006-05-01 DJ Delorie <dj@redhat.com>
4665
4666 * configure.in: Restore CFLAGS if GMP isn't present.
4667 * configure: Regenerate.
4668
4669 2006-05-01 Richard Guenther <rguenther@suse.de>
4670
4671 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4672 maintainer.
4673
4674 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4675
4676 * MAINTAINERS (Write After Approval): Add myself.
4677
4678 2006-04-28 Jan Beulich <jbeulich@novell.com>
4679
4680 * MAINTAINERS (Write After Approval): Add myself.
4681
4682 2006-04-18 DJ Delorie <dj@redhat.com>
4683
4684 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4685 reference libgloss so that libssp can be built in a combined
4686 tree.
4687 * configure: Regenerate.
4688
4689 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4690
4691 * MAINTAINERS (Write After Approval): Add myself.
4692
4693 2006-04-05 Ben Elliston <bje@au.ibm.com>
4694
4695 * configure.in: Require makeinfo 4.4 or higher.
4696 * configure: Regenerate.
4697
4698 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4699
4700 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4701 Rearrange the entries of other libraries to have them in one place.
4702
4703 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4704
4705 * MAINTAINERS (Write After Approval): Remove myself.
4706 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4707
4708 2006-03-14 Richard Guenther <rguenther@suse.de>
4709
4710 * configure: Regenerate with autoconf 2.13.
4711
4712 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4713
4714 * MAINTAINERS: Use my work address.
4715
4716 * MAINTAINERS: Update my E-mail address.
4717
4718 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4719
4720 * configure.in: Handle --disable-<component> generically.
4721 * configure: Regenerate.
4722
4723 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4724
4725 PR libgcj/17311
4726 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4727
4728 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4729
4730 * MAINTAINERS (Write After Approval): Remove myself.
4731 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4732
4733 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4734
4735 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4736 (TARGET_CONFIGDIRS): Remove.
4737 * configure.in: Remove AC_SUBST(target_configdirs).
4738 * Makefile.in, configure: Regenerated.
4739
4740 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4741
4742 * MAINTAINERS (Write After Approval): Remove myself.
4743 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4744
4745 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4746
4747 PR bootstrap/25670
4748
4749 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4750
4751 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4752 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4753 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4754 BUILD_PREFIX, BUILD_PREFIX_1.
4755 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4756
4757 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4758 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4759
4760 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4761 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4762 of `cat stage_current`. Always provide the `r' and `s' variables.
4763 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4764 a single shell execution.
4765 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4766 bootstrapped modules, make the stage1 module if the build was not
4767 started yet, else build the current stage.
4768 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4769 (all-build, all-host, all-target, [+make_target+]-host,
4770 [+make_target+]-target): Do not use \-continued lines.
4771 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4772 (current_stage, restrap, stage_last): New.
4773
4774 * Makefile.in: Regenerate.
4775 * configure: Regenerate.
4776
4777 2006-02-19 Bud Davis <jmdavis@link.com>
4778
4779 * MAINTAINERS (Write After Approval): Remove myself.
4780 (Language Front End Maintainers): Add myself as fortran 95
4781 maintainer and update e-mail address.
4782
4783 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4784
4785 * MAINTAINERS (Write After Approval): Remove myself.
4786 (Language Front End Maintainers): Add myself as fortran 95
4787 maintainer.
4788
4789 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
4790
4791 * MAINTAINERS (Write After Approval): Add myself.
4792
4793 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4794
4795 * MAINTAINERS (Write After Approval): Remove myself.
4796 (Language Front End Maintainers): Add myself as
4797 fortran 95 maintainer.
4798
4799 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4800
4801 Sync from src:
4802
4803 2005-12-27 Leif Ekblad <leif@rdos.net>
4804
4805 * configure.in: Add support for RDOS target.
4806 * configure: Regenerate.
4807
4808 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4809 Andreas Schwab <schwab@suse.de>
4810
4811 * configure: Regenerate.
4812
4813 2006-02-12 David Edelsohn <edelsohn@gnu.org>
4814
4815 * configure.in (enable_libgomp): Add AIX.
4816 * configure: Regenerate.
4817
4818 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4819
4820 * MAINTAINERS (Write After Approval): Add myself.
4821
4822 2006-02-03 Lee Millward <lee.millward@gmail.com>
4823
4824 * MAINTAINERS (Write After Approval): Add myself.
4825
4826 2006-01-31 Richard Guenther <rguenther@suse.de>
4827 Paolo Bonzini <bonzini@gnu.org>
4828
4829 * Makefile.def (target_modules): Add libgcc-math target module.
4830 * configure.in (target_libraries): Add libgcc-math target library.
4831 (--enable-libgcc-math): New configure switch.
4832 * Makefile.in: Re-generate.
4833 * configure: Re-generate.
4834 * libgcc-math: New toplevel directory.
4835
4836 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
4837
4838 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4839 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4840 the assembler, linker and binutils.
4841 * configure: Regenerate.
4842
4843 2006-01-22 Dirk Mueller <dmueller@suse.de>
4844
4845 * MAINTAINERS (Write After Approval): Add myself.
4846
4847 2006-01-20 Diego Novillo <dnovillo@redhat.com>
4848
4849 * configure: Regenerate.
4850
4851 2006-01-18 Richard Henderson <rth@redhat.com>
4852 Jakub Jelinek <jakub@redhat.com>
4853 Diego Novillo <dnovillo@redhat.com>
4854
4855 * libgomp: New directory.
4856 * Makefile.def: Add target_module libgomp.
4857 * Makefile.in: Regenerate.
4858 * configure.in (target_libraries): Add target-libgomp.
4859 * configure: Regenerate.
4860
4861 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4862
4863 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4864 @ from continuation.
4865 * Makefile.in: Rebuilt.
4866
4867 2006-01-04 Chris Lattner <sabre@gnu.org>
4868
4869 * MAINTAINERS (Write After Approval): Add myself.
4870
4871 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4872
4873 PR bootstrap/24252
4874
4875 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4876 * Makefile.tpl (OBJDUMP): New.
4877 (EXTRA_HOST_FLAGS): Add it.
4878 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4879
4880 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4881 to use symbolic links between directories. Avoid race conditions
4882 or make them harmless.
4883 * configure.in: Do not try to use symbolic links between directories.
4884
4885 * Makefile.def (LEAN): Pass.
4886 * Makefile.tpl (LEAN): Define.
4887 (stage[+id+]-start): Accept that the previous directory does not
4888 exist, if the bootstrap is lean.
4889 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4890 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4891 configure substitution.
4892 ([+compare-target+]): Likewise.
4893 ([+bootstrap-target+]-lean): New.
4894 * configure.in: Remove lean bootstrap support from here.
4895
4896 * Makefile.in: Regenerate.
4897 * configure: Regenerate.
4898
4899 2006-01-04 Ben Elliston <bje@au.ibm.com>
4900
4901 * MAINTAINERS (libdecnumber): Add myself.
4902
4903 2006-01-02 Mark Mitchell <mark@codesourcery.com>
4904
4905 * libtool-ldflags: New script.
4906
4907 2006-01-02 Andreas Schwab <schwab@suse.de>
4908
4909 * configure.in: When reconfiguring remove Makefile in
4910 all stage directories.
4911 * configure: Regenerate.
4912
4913 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
4914
4915 * MAINTAINERS: Update my email address.
4916
4917 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4918
4919 Revert Ada-related part of the previous change.
4920
4921 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4922 Do not pass.
4923 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4924 * Makefile.in: Regenerate.
4925 * configure.in: Do not include mt-ppc-aix target fragment.
4926 * configure: Regenerate.
4927
4928 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4929
4930 * configure.in: Select appropriate fragments for PowerPC/AIX.
4931 * configure: Regenerate.
4932
4933 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4934 BOOT_CFLAGS, BOOT_LDFLAGS.
4935 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4936 BOOT_CFLAGS, BOOT_LDFLAGS.
4937 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4938 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4939 (stage): Fail if we cannot complete the work.
4940 * Makefile.in: Regenerate.
4941
4942 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
4943
4944 * configure.in: Replace ms1 with mt.
4945 * configure: Rebuilt.
4946
4947 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
4948
4949 * MAINTAINERS: Update my email address.
4950
4951 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4952
4953 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4954 install-host-nogcc): Don't invoke $(stage) at the end.
4955 * Makefile.in: Regenerate.
4956
4957 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4958
4959 * configure.in: Flip the top-level bootstrap switch.
4960 * configure: Regenerate.
4961
4962 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4963
4964 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4965 $(stage) and $(unstage).
4966 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4967 (all): Remove stray semicolon.
4968 (local-distclean): Don't handle multilib.tmp and multilib.out.
4969 (install.all): Set $s for consistency.
4970 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4971 check_multilibs setting. Always make the install directory.
4972 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4973 Correct @if/@endif.
4974 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4975 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4976 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4977 (multilib.out): Remove.
4978 * Makefile.in: Regenerated.
4979
4980 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
4981
4982 * MAINTAINERS (Write After Approval): Add myself.
4983
4984 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4985
4986 * MAINTAINERS: Add myself as mt maintainer.
4987
4988 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
4989
4990 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
4991
4992 * MAINTAINERS: Change email address.
4993
4994 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4995
4996 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4997 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4998 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4999 Find in-tree tools if available.
5000 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5001 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5002 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5003 (COMPILER_*_FOR_TARGET): New.
5004 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5005 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5006 (CONFIGURED_*, USUAL_*): Remove.
5007 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5008 STRIP): Use autoconf substitutions.
5009 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5010 COMPILER_NM_FOR_TARGET): New.
5011 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5012
5013 (all): Make all-host and all-target in parallel.
5014 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5015 that $$r and $$s are set before invoking a recursive make.
5016 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5017 ([+bootstrap-target+]): Inline most of the `all' target.
5018
5019 2005-11-29 Ben Elliston <bje@au.ibm.com>
5020
5021 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5022 from the gcc build directory.
5023 * Makefile.in: Regenerate.
5024
5025 2005-11-29 Ben Elliston <bje@au.ibm.com>
5026
5027 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5028 depend on all-libdecnumber.
5029 * configure.in (host_libs): Include libdecnumber.
5030 * Makefile.in: Regenerate.
5031 * configure: Likewise.
5032
5033 2005-11-29 Ben Elliston <bje@au.ibm.com>
5034
5035 * libdecnumber: Import decNumber sources from the dfp-branch.
5036
5037 2005-11-21 Kean Johnston <jkj@sco.com>
5038
5039 * config.sub, config.guess: Sync from upstream sources.
5040
5041 2005-11-21 Ben Elliston <bje@au.ibm.com>
5042
5043 Import from Autoconf sources:
5044
5045 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5046 * config/move-if-change: Don't output "$2 is unchanged";
5047 suggested by Ben Elliston. Handle weird characters correctly.
5048
5049 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5050
5051 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5052 to match upstream libtool for darwin.
5053
5054 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5055
5056 * Makefile.def: Remove gdb dependencies for gdbtk.
5057 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5058 (configure-gdb, install-gdb): New rules.
5059 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5060 * Makefile.in, configure: Regenerated.
5061
5062 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5063
5064 * MAINTAINERS (Write After Approval): Add myself.
5065
5066 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5067
5068 * MAINTAINERS (Write After Approval): Add myself.
5069
5070 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5071
5072 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5073 Diego Novillo.
5074
5075 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5076
5077 PR bootstrap/24297
5078 * Makefile.tpl (do-[+make-target+], do-check, install,
5079 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5080 are set before recursing.
5081 * Makefile.in: Regenerate.
5082
5083 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5084
5085 PR bootstrap/18939
5086 * Makefile.def (gcc) <target>: Fix thinko.
5087 * Makefile.in: Regenerate.
5088
5089 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5090
5091 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5092 * configure: Regenerate.
5093
5094 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5095
5096 * MAINTAINERS (Write After Approval): Add self.
5097
5098 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5099
5100 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5101 target-libffi, target-qthreads, target-libjava, and
5102 targetlibobjc.
5103 * configure: Regenerate.
5104
5105 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5106
5107 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5108 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5109 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5110 (USUAL_OBJDUMP_FOR_TARGET): New.
5111 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5112 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5113 * configure, Makefile.in: Regenerated.
5114
5115 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5116
5117 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5118 before other host packages.
5119
5120 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5121
5122 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5123
5124 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5125
5126 PR bootstrap/22340
5127
5128 * configure.in (default_target): Remove.
5129 * Makefile.tpl (all): Do not use prerequisites as subroutines
5130 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5131 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5132 use prerequisites as subroutines.
5133 (check-host, check-target): New.
5134 (bootstrap configure & all targets): Do not use stage*-start
5135 if the directory layout is already ok.
5136 (non-bootstrap configure & all targets): Prepend a $(unstage).
5137 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5138 (NOTPARALLEL): Remove.
5139 (unstage, stage variables): New variables.
5140 (unstage, stage targets): Simply expand to those variables.
5141
5142 * configure: Regenerate.
5143 * Makefile.in: Regenerate.
5144
5145 2005-10-04 James E Wilson <wilson@specifix.com>
5146
5147 * Makefile.def (lang_env_dependencies): Add libmudflap.
5148 * Makefile.in: Regenerate.
5149
5150 2005-10-03 Andreas Schwab <schwab@suse.de>
5151
5152 Backport from libtool CVS:
5153 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5154
5155 * ltmain.sh: add support for installing into temporary
5156 staging area (e.g. 'make install DESTDIR=...')
5157
5158 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5159
5160 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5161 * configure: Regenerated.
5162
5163 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5164
5165 * configure: Regenerate with the correct
5166 autoconf version.
5167
5168 2005-09-30 Catherine Moore <clm@cm00re.com>
5169
5170 * configure.in (bfin-*-*): New.
5171 * configure: Regenerated.
5172
5173 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5174
5175 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5176 (LIPO_FOR_TARGET): New.
5177 (CONFIGURED_LIPO_FOR_TARGET): New.
5178 (USUAL_LIPO_FOR_TARGET): New.
5179 (STRIP_FOR_TARGET): New.
5180 (CONFIGURED_STRIP_FOR_TARGET): New.
5181 (USUAL_STRIP_FOR_TARGET): New.
5182 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5183 STRIP_FOR_TARGET.
5184 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5185 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5186 * Makefile.in: Regenerate.
5187 * configure: Regenerate.
5188
5189 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5190
5191 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5192 (rs6000-*-aix*): Same.
5193 * configure: Regenerate.
5194
5195 2005-09-16 Tom Tromey <tromey@redhat.com>
5196
5197 * MAINTAINERS: Add self as java maintainer.
5198
5199 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5200
5201 * configure.in: Recognize f95 in the --enable-languages option,
5202 and substitute it for fortran, issuing a warning.
5203 * configure: Regenerate.
5204
5205 2005-08-30 Phil Edwards <phil@codesourcery.com>
5206
5207 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5208 * configure: Regenerated.
5209
5210 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5211
5212 * MAINTAINERS: Add self as ms1 maintainer.
5213
5214 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5215
5216 * Makefile.def (libssp): Add to lang_env_dependencies.
5217 * Makefile.in: Regenerate.
5218
5219 2005-08-18 Ian Lance Taylor <ian@airs.com>
5220
5221 * MAINTAINERS: Add myself as middle-end maintainer.
5222
5223 2005-08-17 Christian Groessler <chris@groessler.org>
5224
5225 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5226 * Makefile.in: Regenerate.
5227
5228 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5229
5230 * MAINTAINERS (write after approval): Added myself.
5231
5232 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5233
5234 * MAINTAINERS (Write After Approval): Add myself.
5235
5236 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5237
5238 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5239 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5240 Look for alternate names of the target cc and c++
5241 * configure: Regenerate.
5242
5243 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5244
5245 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5246 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5247 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5248 tools; remove code to manually set them.
5249 (Target tools): Look in the environment for them.
5250 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5251 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5252 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5253 build directory.
5254 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5255 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5256 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5257 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5258 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5259 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5260 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5261 * configure: Regenerate.
5262 * Makefile.in: Regenerate.
5263
5264 2005-07-28 Ben Elliston <bje@au.ibm.com>
5265
5266 * MAINTAINERS: Update for removed CPU targets.
5267
5268 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5269
5270 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5271 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5272 * Makefile.in: Regenerated.
5273
5274 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5275
5276 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5277 (CFLAGS_FOR_TARGET): Use it.
5278 (CXXFLAGS_FOR_TARGET): Likewise.
5279 * Makefile.in: Regenerated.
5280 * configure.in (--with-build-sysroot): New option.
5281 * configure: Regenerated.
5282
5283 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5284
5285 * Makefile.tpl: Wrap install between unstage and stage
5286 * Makefile.in: Regenerate.
5287
5288 2005-07-21 Eric Christopher <echristo@apple.com>
5289
5290 * MAINTAINERS: Update affiliation.
5291
5292 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5293
5294 * MAINTAINERS: Add self as crx port maintainer.
5295
5296 2005-07-20 DJ Delorie <dj@redhat.com>
5297
5298 * MAINTAINERS: Add self as m32c maintainer.
5299
5300 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5301
5302 * all files: Update FSF address.
5303
5304 2005-07-15 Eric Christopher <echristo@redhat.com>
5305
5306 * MAINTAINERS: Change affiliation.
5307
5308 2005-07-14 Jim Blandy <jimb@redhat.com>
5309
5310 * configure.in: Add cases for Renesas m32c.
5311 * configure: Regenerated.
5312
5313 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5314
5315 * COPYING.LIB: Update from fsf.org.
5316
5317 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5318
5319 * COPYING, compile, config.guess,
5320 config.sub, install-sh, missing, mkinstalldirs,
5321 symlink-tree, ylwrap: Sync from upstream sources.
5322 * config-ml.in: Update FSF address.
5323
5324 2005-07-13 Eric Christopher <echristo@redhat.com>
5325
5326 * configure.in: Add toplevel noconfigdir support for tpf.
5327 * configure: Regenerate.
5328
5329 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5330
5331 PR ada/22340
5332
5333 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5334 * Makefile.in: Regenerate.
5335
5336 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5337
5338 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5339 Brolley to write-after-approval.
5340
5341 2005-07-07 Andreas Schwab <schwab@suse.de>
5342
5343 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5344 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5345 * Makefile.in: Regenerated.
5346
5347 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5348
5349 * configure.in: Don't build sim or rda when targetting darwin.
5350 * configure: Regenerate.
5351
5352 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5353
5354 * configure.in: Add --enable-libssp and --disable-libssp.
5355 * configure: Regenerate with autoconf-2.13.
5356
5357 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5358
5359 * Makefile.def (target_modules): Add libssp.
5360 * configure.in (target_libraries): Add target-libssp.
5361 * configure: Rebuilt.
5362 * Makefile.in: Rebuilt.
5363
5364 2005-07-01 Zack Weinberg <zackw@panix.com>
5365
5366 * MAINTAINERS: Change email address. Resign from maintainership.
5367
5368 2005-07-01 Richard Guenther <rguenther@suse.de>
5369
5370 * MAINTAINERS: Change my e-mail address and affiliation.
5371
5372 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5373
5374 * Makefile.def (stagefeedback): Come after profile.
5375 Define profiledbootstrap target.
5376 * Makefile.tpl (profiledbootstrap): Remove.
5377 (stageprofile-end): Zap stagefeedback.
5378 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5379 * Makefile.in: Regenerate.
5380
5381 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5382
5383 * MAINTAINERS: Update my email address.
5384
5385 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5386
5387 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5388 In 'cpp' stanza, support '#line' as well as '# '.
5389
5390 2005-06-08 Andreas Schwab <schwab@suse.de>
5391
5392 * MAINTAINERS: Move myself from 'Write After Approval' to
5393 'CPU Port Maintainers' section as m68k maintainer.
5394
5395 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5396
5397 * configure.in (unsupported_languages): New macro.
5398 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5399 non-ported target libraries in noconfigdirs.
5400 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5401 non-linux-gnu. Remove libgcj_ex_libffi.
5402 <lang_frag loop>: Set add_this_lang=no if the language is in
5403 unsupported_languages.
5404 * configure: Regenerate.
5405
5406 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5407
5408 * configure.in: Fix typo in handling of --with-mpfr-dir.
5409 * configure: Regenerate.
5410
5411 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5412
5413 * MAINTAINERS: Update my email address.
5414
5415 2005-06-02 Jim Blandy <jimb@redhat.com>
5416
5417 * config.sub: Add cases for the Renesas m32c. (This patch has been
5418 accepted into the master sources.)
5419
5420 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5421 Michael Snyder <msnyder@redhat.com>
5422 Stan Cox <scox@redhat.com>
5423
5424 * configure.in: Set noconfigdirs for ms1.
5425
5426 * configure: Regenerate.
5427
5428 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5429
5430 * MAINTAINERS (Write After Approval): Add self.
5431
5432 2005-06-01 Josh Conner <jconner@apple.com>
5433
5434 * MAINTAINERS (Write After Approval): Add self.
5435
5436 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5437
5438 * MAINTAINERS: Update my email address.
5439
5440 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5441
5442 * MAINTAINERS (Write After Approval): Add self.
5443
5444 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5445
5446 * MAINTAINERS (Write After Approval): Remove self.
5447
5448 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5449
5450 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5451 (Dependencies): Consider target modules for bootstrap dependencies.
5452 Make target bootstrap modules depend on each stage's gcc.
5453 * Makefile.in: Regenerate.
5454
5455 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5456
5457 * Makefile.def (configure-gcc): Depend on binutils having been built.
5458 (all-gcc): No need to do it here.
5459 * Makefile.in: Regenerate.
5460
5461 2005-05-19 Paul Brook <paul@codesourcery.com>
5462
5463 * configure.in: Rewrite misleading error message when requested
5464 language cannot be built.
5465 * configure: Regenerate.
5466
5467 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5468
5469 * ylwrap: Import from Automake 1.9.5.
5470
5471 2005-05-13 David Ung <davidu@mips.com>
5472
5473 * MAINTAINERS (Write After Approval): Add self.
5474
5475 2005-05-09 Mike Stump <mrs@apple.com>
5476
5477 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5478 lt_cv_sys_max_cmd_len for now.
5479
5480 2005-05-09 Stan Cox <scox@redhat.com>
5481
5482 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5483
5484 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5485
5486 * README.SCO: Update the URL.
5487
5488 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5489
5490 * ltconfig: Define file_list_spec. Pass file_list_spec and
5491 with_gnu_ld to libtool.
5492 * ltcf-c.sh (aix[45]): Define file_list_spec.
5493 * ltcf-cxx.sh (aix[45]): Same.
5494 * ltcf-gcj.sh (aix[45]): Same.
5495 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5496 exists, write list of input files to temporary file.
5497
5498 2005-05-04 Mike Stump <mrs@apple.com>
5499
5500 * configure.in: Always pass --target to target configures as
5501 otherwise rebuilds that do --recheck will fail.
5502 * confiugure: Rebuilt.
5503
5504 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5505
5506 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5507 STAGE_HOST_EXPORTS.
5508 (configure, all): Add bootstrap support.
5509 (Host modules, target modules): Pass post-stage1 flags and exports.
5510 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5511 * Makefile.in: Regenerate.
5512
5513 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5514
5515 * configure: Regenerate.
5516
5517 2005-04-27 Mike Stump <mrs@apple.com>
5518
5519 * MAINTAINERS: Add self as darwin maintainer.
5520
5521 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5522
5523 * config.sub: Update from master copy.
5524
5525 2005-04-21 Mike Stump <mrs@apple.com>
5526
5527 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5528 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5529
5530 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5531
5532 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5533 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5534 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5535 "*-*-elf" and "*-*-linux*".
5536 * configure: Regenerate.
5537
5538 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5539
5540 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5541
5542 2005-04-12 Mike Stump <mrs@apple.com>
5543
5544 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5545
5546 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5547
5548 * MAINTAINERS (Write After Approval): Add myself.
5549
5550 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5551
5552 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5553
5554 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5555
5556 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5557 (TARGET_CONFIGARGS): Include --with-target-subdir.
5558 (configure, all): New macros. Use them throughout.
5559 * Makefile.in: Regenerate.
5560
5561 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5562
5563 * MAINTAINERS (Write After Approval): Add myself.
5564
5565 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5566
5567 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5568
5569 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5570
5571 * MAINTAINERS: Move John Carr to Write After Approval.
5572
5573 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5574
5575 * config/mh-mingw32: Delete.
5576 * configure.in: Don't use it.
5577 * configure: Regenerate.
5578
5579 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5580
5581 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5582 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5583 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5584 (HOST_LIB_PATH): Generate from Makefile.def.
5585 (TARGET_LIB_PATH): Likewise.
5586 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5587 * Makefile.in: Regenerate.
5588 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5589 (RPATH_ENVVAR): Include Darwin case.
5590 * configure: Regenerate.
5591
5592 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5593
5594 * MAINTAINERS (Various Maintainers): Remove self.
5595 (Write After Approval): Add self.
5596
5597 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5598
5599 * MAINTAINERS (Various Maintainers): Add self.
5600
5601 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5602
5603 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5604 * configure: Regenerate.
5605
5606 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5607
5608 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5609 gcc_version, and gcc_version_trigger from set of flags to pass.
5610 * Makefile.tpl: Remove definitions of above variables.
5611 (config.status): Remove dependency on $(gcc_version_trigger).
5612 * Makefile.in: Regenerate.
5613 * configure.in: Do not reference config/gcc-version.m4 nor
5614 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5615 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5616 * configure: Regenerate.
5617
5618 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5619 Andrew Pinski <pinskia@physics.uc.edu>
5620
5621 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5622 * Makefile.in: Regenerate.
5623
5624 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5625
5626 * MAINTAINERS (Write After Approval): Add myself.
5627
5628 2005-03-03 David Ayers <d.ayers@inode.at>
5629
5630 * MAINTAINERS (Write After Approval): Add myself.
5631
5632 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5633
5634 PR libgcj/20160
5635 * ltmain.sh: Avoid creating archives with components that have
5636 duplicate basenames.
5637
5638 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5639
5640 PR bootstrap/20250
5641 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5642 instead of check.
5643 * Makefile.in: Regenerate.
5644
5645 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5646
5647 * Makefile.in: Regenerate to fix conflict between the previous two
5648 patches.
5649
5650 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5651
5652 PR bootstrap/17383
5653 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5654 * Makefile.tpl (HOST_SUBDIR): New substitution.
5655 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5656 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5657 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5658 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5659 (Host modules, Bootstrapped modules): Use it.
5660 (Build modules, Target modules): Do not create symlink trees,
5661 always configure out-of-srcdir.
5662 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5663 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5664 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5665 $(HOST_SUBDIR). Create a symlink for host_subdir.
5666
5667 * Makefile.in: Regenerate.
5668 * configure: Regenerate.
5669
5670 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5671
5672 Merged from libada-gnattools-branch:
5673 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5674
5675 * gnattools: New directory.
5676 * Makefile.def: Add gnattools as a module, depending on target-libada.
5677 * Makefile.in: Regenerate.
5678 * configure.in: Include gnattools in host_tools; disable it if ada
5679 is disabled.
5680 * configure: Regenerate.
5681
5682 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5683
5684 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5685 treelang maintainer.
5686 (Write After Approval): Remove myself.
5687
5688 2005-02-23 Paul Schlie <schlie@comcast.net>
5689
5690 * configure.in: Allow darwin targeted ports to build tk, itcl and
5691 libgui.
5692 * configure: Regenerate.
5693
5694 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5695
5696 PR libgcj/10353
5697 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5698 * configure: Regenerate.
5699
5700 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5701
5702 * MAINTAINERS (Write After Approval): Add myself.
5703
5704 2005-02-10 Ian Lance Taylor <ian@airs.com>
5705
5706 * MAINTAINERS: Update my e-mail address.
5707
5708 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5709
5710 * MAINTAINERS (Write After Approval): Add myself.
5711
5712 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5713
5714 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5715 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5716 target-libgloss when not *-*-elf and *-*-aout.
5717 * configure: Regenerate.
5718
5719 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5720
5721 * MAINTAINERS: Remove obsolete entries.
5722
5723 * MAINTAINERS (Write After Approval): Add Michael Matz.
5724
5725 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5726
5727 * MAINTAINERS: Remove self as cpplib maintainer.
5728
5729 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5730
5731 * install-sh, config.sub: Import from upstream.
5732
5733 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5734
5735 PR bootstrap/18222
5736 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5737 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5738 * Makefile.in: Regenerate.
5739
5740 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5741
5742 * MAINTAINERS: Update my email address.
5743
5744 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5745 Andreas Schwab <schwab@suse.de>
5746
5747 PR bootstrap/18033
5748 * config-ml.in: Eval option if surrounded by single quotes.
5749
5750 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5751
5752 Revert 2004-12-28 Makefile changes, a better fix will be
5753 applied to mainline and src after GCC 4.0 branches.
5754
5755 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5756
5757 PR bootstrap/17383
5758
5759 * Makefile.def (target_modules): Remove stage parameter,
5760 it is always true now.
5761 * Makefile.tpl (configure-build-[+module+],
5762 configure-target-[+module+]): Always build symlink tree
5763 for the directory and for include. BUILD_SUBDIR and
5764 TARGET_SUBDIR cannot be . anymore.
5765 * Makefile.in: Regenerate.
5766
5767 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5768
5769 Revert 2004-12-08 Makefile changes.
5770
5771 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5772
5773 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5774 cygwin, mingw.
5775
5776 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5777
5778 * configure.in (sh64-*-*): Reenable gprof.
5779 * configure: Regenerate.
5780
5781 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5782
5783 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5784 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5785 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5786 * Makefile.in: Regenerate.
5787
5788 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5789
5790 * MAINTAINERS: Update my email address.
5791
5792 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5793
5794 * Makefile.tpl: Generate normal dependencies if the LHS module is
5795 not bootstrapped.
5796 * Makefile.in: Regenerate.
5797
5798 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5799
5800 * configure.in: Include config/gxx-include-dir.m4. Use
5801 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5802 * configure: Regenerate.
5803
5804 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5805
5806 * config.if: Delete.
5807 * configure.in: Set libstdcxx_incdir directly.
5808 * configure: Regenerate.
5809
5810 2004-12-02 Eric Christopher <echristo@redhat.com>
5811
5812 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5813 * Makefile.in: Regenerate.
5814
5815 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5816
5817 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5818 * configure: Regenerate.
5819
5820 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5821
5822 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5823 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5824 * configure: Regenerate.
5825
5826 2004-12-01 Eric Christopher <echristo@redhat.com>
5827
5828 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5829 of things to remove.
5830
5831 2004-11-29 Matt Kraai <kraai@ftbfs.org>
5832
5833 * MAINTAINERS (Write After Approval): Update my e-mail address.
5834
5835 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5836
5837 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5838 from CVS libtool to always pass_all.
5839
5840 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5841
5842 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5843 (hppa*64*-*-*): Delete incorrect comment.
5844 * configure: Rebuilt.
5845
5846 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5847
5848 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5849
5850 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5851
5852 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5853 from CVS libtool to always pass_all.
5854
5855 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5856
5857 * install-sh, compile: Import from automake.
5858
5859 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5860
5861 * config.guess, config.sub: Import from savannnah.
5862
5863 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
5864
5865 * MAINTAINERS (Write After Approval): Add myself
5866
5867 2004-11-12 Mike Stump <mrs@apple.com>
5868
5869 * Makefile.def: Add html support.
5870 * Makefile.tpl: Likewise.
5871 * Makefile.in: Regenerate.
5872
5873 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5874
5875 PR 18423
5876 * configure.in: Remove all instances of build-fixincludes from
5877 noconfigdirs.
5878 (build_configargs): Supply --target to subdirectories.
5879 * configure: Regenerate.
5880
5881 * Makefile.def: Make gcc install depend on fixincludes install.
5882 * Makefile.in: Regenerate.
5883
5884 2004-11-10 Janis Johnson <janis187@us.ibm.com>
5885
5886 * MAINTAINERS: Add myself as gcc testsuite maintainer.
5887
5888 2004-11-11 Paul Brook <paul@codesourcery.com>
5889
5890 * MAINTAINERS: Add self as arm maintainer. Update email address.
5891
5892 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5893
5894 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5895 target-libgfortran.
5896 * configure: Regenerate.
5897
5898 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5899
5900 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5901 like CC.
5902
5903 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5904
5905 * Makefile.def (host fixincludes): Specify missing targets.
5906 * Makefile.in: Regenerate.
5907
5908 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
5909
5910 * MAINTAINERS: Add myself
5911
5912 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
5913
5914 * MAINTAINERS (Write After Approval): Add myself.
5915
5916 2004-11-04 Geoffrey Keating <geoffk@apple.com>
5917
5918 * Makefile.def: Build fixincludes for the host, too.
5919 * Makefile.in: Regenerate.
5920 * configure.in (host_tools): Add fixincludes.
5921 * configure: Regenerate.
5922
5923 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5924
5925 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5926 * configure: Regenerated.
5927
5928 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5929
5930 PR other/17783
5931 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5932 * configure: Regenerated.
5933
5934 2004-10-31 Mark Mitchell <mark@codesourcery.com>
5935
5936 * README.SCO: Update per FSF instructions.
5937
5938 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5939
5940 PR target/18151
5941 * configure.in (case ${target}): Do not build fixincludes for avr.
5942 * configure: Regenerated.
5943
5944 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5945
5946 * configure.in (case ${target}): Do not build fixincludes
5947 on platforms where it is not used.
5948 * configure: Regenerated.
5949
5950 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5951
5952 * configure.in: Use an absolute path to install-sh.
5953 * configure: Regenerated.
5954
5955 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5956
5957 * MAINTAINERS (Write After Approval): Add myself.
5958
5959 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
5960
5961 * MAINTAINERS: Remove from Write After Approval those that are
5962 already maintainers.
5963
5964 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
5965
5966 * MAINTAINERS: Update my email address.
5967
5968 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5969
5970 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5971 * configure: Regenerate.
5972
5973 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
5974
5975 * MAINTAINERS: Update my email address.
5976
5977 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
5978
5979 * MAINTAINERS (Language Front Ends Maintainers): New. Move
5980 entries belonging to this category.
5981
5982 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
5983
5984 * MAINTAINERS: Update my e-mail address.
5985
5986 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5987
5988 Fix wrong conflict resolution in:
5989
5990 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5991
5992 * Makefile.in: Regenerate.
5993 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5994 in the recursive `make', instead of hardwiring `all'.
5995 (Autogenerated TARGET-* variables): New.
5996
5997 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
5998
5999 * configure.in: Enable target-libgloss for crx-*-*.
6000 * configure: Regenerate.
6001
6002 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6003
6004 * MAINTAINERS (Various Maintainers): Move the "windows,
6005 cygwin, mingw" maintainer to ...
6006 (OS Port Maintainers): ... here.
6007
6008 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6009
6010 * MAINTAINERS (Write After Approval): Remove those that are
6011 maintainers of some subsystem.
6012
6013 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6014
6015 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6016 * ltcf-cxx.sh (tpf*): Likewise.
6017 * ltconfig (tpf*): Add TPF OS configuration support.
6018
6019 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6020
6021 * MAINTAINERS: Change my email address to my new work account.
6022
6023 2004-09-24 Michael Roth <mroth@nessie.de>
6024
6025 * configure.in (--without-headers): Add missing double quotes.
6026 * configure: Regenerate.
6027
6028 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6029
6030 * ylwrap: Revert to previous version.
6031
6032 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6033
6034 PR bootstrap/17369
6035 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6036 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6037 SET_GCC_LIB_PATH_CMD.
6038 (BASE_TARGET_EXPORTS): Likewise.
6039 * Makefile.in: Regenerated.
6040
6041 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6042 * configure: Regenerated.
6043
6044 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6045
6046 * config.guess: New upstream version
6047 * compile, depcomp, install-sh, ylwrap: Likewise.
6048
6049 2004-09-19 Roger Sayle <roger@eyesopen.com>
6050
6051 * config/mh-x86omitfp: New host makefile fragment. Add
6052 -fomit-frame-pointer to the default BOOT_CFLAGS.
6053 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6054 * configure: Regenerate.
6055
6056 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6057
6058 PR target/11572
6059 * configure.in (*-*-darwin*): Renable libobjc.
6060 * configure: Regenerate.
6061
6062 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6063
6064 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6065
6066 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6067
6068 * Makefile.def: Remove libbanshee.
6069 * Makefile.tpl: Ditto.
6070 * configure.in: Ditto.
6071 * Makefile.in: Regen.
6072 * configure: Ditto.
6073
6074 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6075
6076 * ltmain.sh: Use $pic_object as $non_pic_object if
6077 $non_pic_object=none.
6078
6079 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6080
6081 * missing: Import latest version from master repository.
6082
6083 2004-09-06 Nick Clifton <nickc@redhat.com>
6084
6085 * config.sub: Import latest version from master repository.
6086 * config.guess: Likewise.
6087 This includes these changes:
6088
6089 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6090
6091 * config.sub: Handle crisv32, alias etraxfs.
6092 * config.guess (crisv32:Linux:*:*): Handle.
6093
6094 2004-08-13 Brad Smith <brad@comstyle.com>
6095
6096 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6097 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6098
6099 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6100
6101 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6102 assume the processor is a powerpc. This is because coreutils
6103 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6104 in this case, due to a MacOS X bug that causes
6105 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6106 to return a negative number.
6107 Problem reported by Petter Reinholdtsen in:
6108 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6109
6110 2004-07-19 Ben Elliston <bje@gnu.org>
6111
6112 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6113
6114 2004-06-24 Ben Elliston <bje@gnu.org>
6115
6116 * config.guess: Update copyright years.
6117 * config.sub: Likewise.
6118
6119 2004-06-22 Robert Millan <robertmh@gnu.org>
6120
6121 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6122 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6123
6124 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6125
6126 * config.guess (*:*VMS:*:*): New entry. Replaces
6127 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6128 manufacturer.
6129
6130 2004-06-22 Ben Elliston <bje@gnu.org>
6131
6132 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6133 * config.sub: Likewise.
6134
6135 2004-06-22 Ben Elliston <bje@gnu.org>
6136
6137 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6138 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6139
6140 2004-06-11 Ben Elliston <bje@gnu.org>
6141
6142 * config.guess (pegasos:OpenBSD:*:*): Remove.
6143
6144 2004-06-11 Ben Elliston <bje@gnu.org>
6145
6146 From Wouter Verhelst <wouter@grep.be>:
6147 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6148
6149 2004-06-11 Ben Elliston <bje@gnu.org>
6150
6151 * config.guess (luna88k:OpenBSD:*:*): New.
6152
6153 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6154
6155 * config.guess (m32r*:Linux:*:*): New case.
6156 * config.sub: Handle m32rle.
6157
6158 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6159
6160 From Jens Petersen <petersen@redhat.com>:
6161 * config.sub: Handle sparcv8.
6162
6163 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6164
6165 From Tom Smith <smith@cag.lkg.hp.com>:
6166 * config.guess: Version suffixes are equally significant on Tru64
6167 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6168 prefix of "P" (patched kernel).
6169
6170 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6171
6172 * config.sub: Add support for National Semiconductor CRX target.
6173
6174 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6175
6176 * MAINTAINERS (Various Maintainers): Remove myself as web page
6177 maintainer, add myself as maintainer of build status lists.
6178
6179 2004-09-03 Jan Beulich <jbeulich@novell.com>
6180
6181 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6182 *-*-netware, but add target-libmudflap.
6183 Consolidate *-*-netware targets (of which really only i?86 exists)
6184 into a single entry.
6185 * configure: Likewise.
6186
6187 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6188
6189 * Makefile.tpl (sorry): Remove.
6190 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6191 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6192 (do-clean): Clean per-stage directories too.
6193 (do-distclean): Run distclean-stage1 too.
6194 (.NOTPARALLEL): Enable during toplevel bootstrap.
6195 (stage[+id+]-bubble): Enable parallel execution during
6196 the recursive invocation.
6197 * Makefile.in: Regenerate.
6198
6199 Fix previous checkin:
6200
6201 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6202 include.
6203 * configure.in: Fix indentation.
6204 * configure: Regenerate.
6205
6206 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6207
6208 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6209 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6210 * configure: regenerate
6211 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6212 -mdynamic-no-pic
6213
6214 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6215
6216 * Makefile.def (build_modules): Add fixincludes.
6217 (dependencies): Make gcc depend on fixincludes.
6218 * configure.in (build_tools): Add fixincludes.
6219 (build_configdirs): Always include build_libs.
6220 * Makefile.in: Regenerate.
6221 * configure: Regenerate.
6222
6223 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6224
6225 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6226 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6227 phony targets; do not generate timestamp files.
6228 (distclean-stageN): Remove references to their timestamp files.
6229 (restageN, touch-stageN): Remove.
6230 (stageN-bubble): Rewritten.
6231 (compare): Support lean bootstraps.
6232 * Makefile.in: Regenerate.
6233
6234 * configure.in: Only warn when bootstrapping but
6235 build != host or build != target. Support lean bootstraps.
6236 * configure: Regenerate.
6237
6238 2004-08-26 Phil Edwards <phil@codesourcery.com>
6239
6240 * configure.in: Give a better error message if GMP/MPFR are missing
6241 and a language needing them has been requested.
6242 * configure: Regenerated.
6243
6244 2004-08-25 Phil Edwards <phil@codesourcery.com>
6245
6246 * configure.in: Print a list of available language front-ends if
6247 a requested one is missing. Tidy stray tab characters.
6248 * configure: Regenerated.
6249
6250 2004-08-19 Michael Koch <konqueror@gmx.de>
6251
6252 * gcc/doc/install.texi: Update entry about automake for libjava.
6253
6254 2004-08-17 Robert Millan <robertmh@gnu.org>
6255
6256 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6257 (instead of FreeBSD).
6258 * configure: Regenerate.
6259
6260 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6261
6262 * Makefile.in: Regenerate.
6263 * configure: Regenerate.
6264
6265 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6266 stage_*_flags.
6267 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6268 for bootstrapped modules if toplevel bootstrap is going.
6269 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6270 modules. Adjust for changes in Makefile.def. Enable several
6271 rules even in non-bootstrap mode, just to avoid peppering the
6272 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6273 (stage-[+prev+]-bubble): Remove.
6274
6275 * Makefile.def (Dependencies): Depend on all-build-bison,
6276 all-build-flex, all-build-byacc, all-build-texinfo, rather
6277 than the host variations.
6278 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6279 with BUILD_SUBDIR.
6280 (BISON): Update for recent Bisons.
6281 (YACC): Fix typo.
6282 (cross): Depend on all-build.
6283 (all): Do not depend on all-build.
6284 (prebootstrap): Remove.
6285 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6286 (Prebootstrap dependencies): Add them to the per-stage targets
6287 and to all-prebootstrap.
6288 * configure.in (build_configdirs): Always enable build_tools.
6289 (BUILD_DIR_PREFIX): Remove.
6290
6291 * Makefile.def (gcc): Add target variable.
6292 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6293 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6294 in the recursive `make', instead of hardwiring `all'.
6295 (Autogenerated TARGET-* variables): New.
6296
6297 2004-08-13 Brian Booth <bbooth@redhat.com>
6298
6299 * MAINTAINERS: Remove myself from write-after-approval.
6300
6301 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6302
6303 * src-release: Stop distributing mmalloc with gdb (which doesn't
6304 use it).
6305 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6306 * Makefile.in: Regenerate.
6307
6308 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6309
6310 * configure.in (arm*-*-eabi*): New target.
6311 * configure: Regenerate.
6312
6313 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6314
6315 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6316 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6317 (Dependencies): New section.
6318 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6319 (configure-target-[+module+]): Depend on maybe-all-gcc
6320 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6321 (toplevel profiledbootstrap): Fix dependencies.
6322 * Makefile.in: Regenerate.
6323
6324 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6325
6326 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6327 target-libiberty to noconfigdirs.
6328 * configure: Regenerate.
6329
6330 2004-08-03 Paul Brook <paul@codesourcery.com>
6331
6332 * configure.in: Check for MPFR as well as GMP.
6333 * configure: Regenerate.
6334
6335 2004-08-01 Robert Millan <robertmh@gnu.org>
6336
6337 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6338 libmudflap for all GNU-based systems (with Glibc).
6339 * configure: Regenerate.
6340
6341 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6342
6343 * Makefile.def (host-modules): Add gcc.
6344 * Makefile.in: Regenerate.
6345 * Makefile.tpl (sorry): New rule.
6346 (configure-host, all-host, [+make_target+]-host, do-check,
6347 install-host): Do not add gcc as a special case.
6348 (host modules): Add a small special-casing for gcc. Export
6349 extra_make_flags through the environment.
6350 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6351 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6352 other recursive targets for gcc): Remove.
6353
6354 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6355 (stage, unstage): New rules.
6356 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6357 distclean-stage[+id+]): Use stage_current.
6358 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6359 the stage*-start rules.
6360
6361 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6362
6363 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6364 use -all_load flag.
6365
6366 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6367
6368 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6369 * configure: Regenerate.
6370
6371 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6372
6373 * maintainer-scripts/gcc_release: Revert yesterday's change.
6374
6375 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6376
6377 * MAINTAINERS: Add myself to write-after-approval.
6378
6379 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6380
6381 * libf2c: Removed.
6382 * gcc/gccbug.in: Updated because of libf2c removal.
6383 * maintainer-scripts/gcc_release: Ditto.
6384
6385 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6386
6387 * configure.in: Build libmudflap by default on FreeBSD.
6388 * configure: Regenerated.
6389
6390 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6391
6392 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6393 systems.
6394 * configure: Regenerated.
6395
6396 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6397
6398 PR target/16344
6399 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6400 feedback based compiler.
6401 * Makefile.in: Rebuilt.
6402
6403 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6404
6405 * Makefile.def (host_modules): Set bootstrap=true for flex.
6406 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6407 * Makefile.in: Rebuilt.
6408
6409 2004-07-07 Jan Hubicka <jh@suse.cz>
6410
6411 * MAINTAINERS: Add self as a profile feedback maintainer.
6412
6413 2004-07-05 Phil Edwards <phil@codesourcery.com>
6414
6415 * configure.in: Do not prepend $srcdir to /dev/null in
6416 makefile fragments.
6417 * configure: Regenerate.
6418
6419 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6420
6421 * Makefile.def (build_modules): Add bison, byacc, flex,
6422 m4, texinfo.
6423 (flags_to_pass): Add FLEX.
6424 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6425 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6426 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6427 DEFAULT_MAKEINFO): Remove.
6428 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6429 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6430 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6431 objdir or else use configured tool.
6432 (all-build): New.
6433 (all): Depend on it.
6434 (Build module dependencies): Add.
6435 * Makefile.in: Regenerate.
6436 * configure.in: Better support for multiple build modules,
6437 matching what is done for host/target modules. Do not look
6438 for "plausible" locations of build tools if Canadian cross.
6439 Use autoconf's AC_PROG_CC to find a C compiler. Define
6440 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6441 * configure: Regenerate.
6442
6443 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6444
6445 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6446 * Makefile.in: Regenerate.
6447
6448 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6449
6450 * Makefile.tpl (configure-build-[+module+],
6451 configure-[+module+], configure-target-[+module+]): Pass
6452 [+extra_configure_args+].
6453 (all-build-[+module+], all-[+module+], check-[+module+],
6454 install-[+module+], [+make_target+]-[+module+],
6455 all-target-[+module+], check-target-[+module+],
6456 install-target-[+module+], [+make_target+]-target-[+module+]):
6457 Pass [+extra_make_args+].
6458 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6459 (GCC_HOST_EXPORTS): Remove.
6460 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6461 cross, check-gcc, check-gcc-c++, install-gcc,
6462 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6463 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6464 * Makefile.in: Regenerate.
6465
6466 2004-06-21 Matthew Sachs <msachs@apple.com>
6467
6468 * MAINTAINERS: Added self to write-after-approval.
6469
6470 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6471
6472 * configure.in: Check for srcdir/winsup rather than build directory
6473 winsup.
6474 * configure: Regenerate.
6475
6476 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6477
6478 * configure.in: Don't build Cygwin native newlib if winsup
6479 directory is missing. Emit warning instead.
6480 * configure: Regenerate.
6481
6482 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6483
6484 * Makefile.tpl (touch-stage[+id+]): New.
6485 (restage[+prev+]): Depend on touch-stage[+id+].
6486
6487 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6488 Use it throughout.
6489
6490 * Makefile.def: Add profile and feedback bootstrap stages.
6491 Remove next field from bootstrap stages.
6492 * Makefile.tpl (LN, LN_S): Substitute.
6493 (stageN-start, stageN-end): Use double-colon rules, to
6494 provide a hook for additional setup commands.
6495 (distclean-stageN-gcc, restageN): Create dependencies from
6496 [+prev+], not from [+next+].
6497 (stageN-bubble): Add commands for successive stages from
6498 [+prev+], using double-colon rules.
6499 (all-stageN-gcc): Fix typo.
6500 (stagefeedback-start, profiledbootstrap): New.
6501 * Makefile.in: Regenerate.
6502 * configure.in: Call ACX_PROG_LN.
6503 * configure: Regenerate.
6504
6505 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6506
6507 * MAINTAINERS (Write After Approval): Add myself.
6508
6509 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6510
6511 * MAINTAINERS (Write After Approval): Add myself.
6512
6513 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6514
6515 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6516 without gcc.
6517 * configure: Regenerate.
6518
6519 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6520
6521 * Makefile.tpl: Fix typo.
6522 * Makefile.in: Regenerate.
6523
6524 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6525
6526 * configure.in: Remove new- prefix from toplevel
6527 bootstrap targets.
6528 * configure: Regenerate.
6529
6530 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6531
6532 * Makefile.tpl (all.normal): Rename to all.
6533 (all): Replace with a rule to pick the default
6534 target from configure.
6535 (all-gcc, configure-gcc): Use conditionals to
6536 do nothing when toplevel bootstrap is going on.
6537 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6538 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6539 * configure.in: Support --enable-bootstrap.
6540
6541 * Makefile.def: Remove new- prefix from toplevel
6542 bootstrap targets.
6543 * Makefile.tpl: Likewise.
6544
6545 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6546 target.
6547
6548 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6549 $(RECURSE_FLAGS) to recursive invocation of make.
6550
6551 * Makefile.in: Regenerate.
6552 * configure: Regenerate.
6553
6554 2004-05-30 Andreas Jaeger <aj@suse.de>
6555 Jim Wilson <wilson@specifixinc.com>
6556
6557 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6558 like CC.
6559
6560 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6561
6562 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6563 * configure: Regenerate.
6564
6565 2004-05-25 Daniel Jacobowitz <drow@false.org>
6566
6567 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6568 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6569 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6570 targets.
6571 * Makefile.in: Regenerate.
6572
6573 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6574
6575 * configure.in: Test the ability to symlink directories.
6576 * configure: Regenerate.
6577
6578 * Makefile.def (bootstrap-stage): New definitions.
6579 * Makefile.tpl (configure-stage1-gcc,
6580 configure-stage2-gcc, configure-stage3-gcc,
6581 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6582 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6583 new-restage3, compare): Autogenerate, see Makefile.in
6584 entry for behavioral changes.
6585 (distclean-stage1, new-stage1-start, new-stage1-end,
6586 new-stage1-bubble, distclean-stage2, new-stage2-start,
6587 new-stage2-end, new-stage2-bubble, distclean-stage3,
6588 new-stage3-start, new-stage3-end): New autogenerated targets.
6589 (objext, prebootstrap, BOOT_CFLAGS,
6590 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6591 targets.
6592
6593 * Makefile.in: Regenerate.
6594 (distclean-stage1, new-stage1-start, new-stage1-end,
6595 new-stage1-bubble, distclean-stage2, new-stage2-start,
6596 new-stage2-end, new-stage2-bubble, distclean-stage3,
6597 new-stage3-start, new-stage3-end): New targets.
6598 (all-stage1-gcc): Move prebootstrap dependency from here...
6599 (configure-stage1-gcc): ...to here.
6600 (new-bootstrap): Use bubble targets.
6601 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6602 Use per-stage distclean targets.
6603 (configure-stage1-gcc, configure-stage2-gcc,
6604 configure-stage3-gcc, all-stage1-gcc,
6605 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6606 Use new-stageN-start to prepare the tree.
6607
6608 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6609
6610 * Makefile.def (host_modules): add libcpp.
6611 * Makefile.tpl: Add dependencies on and for libcpp.
6612 * Makefile.in: Regenerate.
6613 * configure.in: Add libcpp host module.
6614 * configure: Regenerate.
6615
6616 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6617
6618 * Makefile.tpl: Whenever a recursive target is defined, wrap
6619 it in a special @if/@endif block, and prepare its maybe
6620 dependency in the @if/@endif block
6621 * configure.in: Instead of writing maybe dependencies, remove
6622 the @if/@endif statements, and remove the @if/@endif blocks
6623 that remain.
6624 * configure: Regenerate.
6625 * Makefile.in: Regenerate.
6626
6627 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6628
6629 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6630
6631 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6632
6633 PR bootstrap/15120
6634 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6635 * */configure: Rebuilt.
6636
6637 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6638
6639 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6640 of libf2c.
6641 * configure, Makefile.in: Regenerate.
6642
6643 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6644
6645 * MAINTAINERS (Write After Approval): Add myself.
6646
6647 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6648
6649 Merge from tree-ssa-20020619-branch.
6650
6651 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6652 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6653 (HOST_GMPLIBS): Define.
6654 (HOST_GMPINC): Define.
6655 (TARGET_LIB_PATH): Add libmudflap.
6656 (GFORTRAN_FOR_TARGET): Define.
6657 (configure-build*): Export GFORTRAN.
6658 (configure-gcc): Export GMPLIBS and GMPINC.
6659 (all-gcc): Add maybe-all-libbanshee.
6660 (configure-target-libgfortran): Define.
6661 * Makefile.in: Regenerate.
6662 * configure.in (host_libs): Add libbanshee.
6663 (target_libraries): Add target-libmudflap and target-libgfortran.
6664 Add --with-libbanshee.
6665 Handle --disable-libmudflap.
6666 (*-*-freebsd*): Use with_gmp.
6667 Add $(libgcj) to noconfigdirs.
6668 * configure: Regenerate.
6669 * depcomp: New file.
6670 * MAINTAINERS: Add tree-ssa maintainers.
6671
6672 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6673
6674 * MAINTAINERS (Various Maintainers): Add myself.
6675
6676 2004-04-30 Brian Ford <ford@vss.fsi.com>
6677
6678 * MAINTAINERS (Write After Approval): Add myself.
6679
6680 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6681
6682 * MAINTAINERS (Write After Approval): Add myself.
6683
6684 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6685
6686 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6687 * configure: Regenerate.
6688
6689 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6690
6691 Revert:
6692 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6693
6694 * Makefile.def (flags_to_pass): Remove *dir variables that
6695 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6696 as well as prefix and exec_prefix.
6697 * Makefile.in: Regenerate.
6698
6699 2004-04-26 Robert Millan <robertmh@gnu.org>
6700
6701 Add patches from libtool CVS.
6702 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6703 * ltconfig: Likewise.
6704 * ltcf-c.sh: Likewise.
6705 * ltcf-cxx.sh: Likewise.
6706 * ltcf-gcj.sh: Likewise.
6707
6708 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6709
6710 * Makefile.def (host_modules): Mark with the bootstrap
6711 flag packages on which gcc depends.
6712 * Makefile.tpl (all-bootstrap): Use it.
6713 * Makefile.in: Regenerate.
6714
6715 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6716
6717 * Makefile.def (flags_to_pass): Remove *dir variables that
6718 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6719 as well as prefix and exec_prefix.
6720 * Makefile.in: Regenerate.
6721
6722 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6723
6724 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6725 * configure: Regenerate.
6726 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6727 * gcc/Makefile.tpl (compare): Use the result of the test.
6728 * gcc/Makefile.in: Regenerate.
6729
6730 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6731
6732 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6733 Always relocate gcc and prev-gcc to the original names, even
6734 if the build fails.
6735 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6736 New targets.
6737
6738 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6739
6740 * MAINTAINERS: Update my email address.
6741
6742 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6743
6744 * configure.in (mips*-*-irix5*): Enable ld.
6745 * configure: Regenerate.
6746
6747 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6748
6749 * configure: Regenerate.
6750
6751 2004-04-15 James E Wilson <wilson@specifixinc.com>
6752
6753 * Makefile.tpl (configure-[+module+], configure-gcc,
6754 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6755 Set and export LDFLAGS.
6756 * Makefile.in: Regenerate.
6757
6758 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6759
6760 * MAINTAINERS: Add myself to write-after-approval.
6761
6762 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6763
6764 PR bootstrap/14871
6765 * Makefile.tpl: If we don't have built-in-tree target tools,
6766 use the ones found by configure rather than hacking around with
6767 program_transform_name.
6768 * configure.in: Give Makefile.tpl the information necessary
6769 to do that.
6770 * Makefile.in: Regenerate.
6771 * configure: Regenerate.
6772
6773 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6774
6775 PR bootstrap/14760
6776 * configure.in: When computing baseargs, strip *all* copies of
6777 offending options. Also, don't match/substitute the trailing space,
6778 so that this actually works when two similar options are separated by
6779 only one space.
6780 * configure: Regenerate.
6781
6782 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6783
6784 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6785 (rs6000-*-aix*): Same.
6786 * configure: Regenerate.
6787
6788 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
6789
6790 * MAINTAINERS: Add myself to write-after-approval.
6791
6792 2004-04-03 Bud Davis <bdavis9659@comcast.net>
6793
6794 * MAINTAINERS: Add myself to write-after-approval.
6795
6796 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6797
6798 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6799 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6800 * Makefile.in: Regenerate.
6801
6802 * configure.in (top level bootstrap support): Rework --enable-werror
6803 to set @stage2_werror_flag@.
6804 * configure: Regenerate.
6805 * Makefile.tpl (top level bootstrap support): Pass
6806 @stage2_werror_flag@ down to configure in stages 2 and 3.
6807 * Makefile.in: Regenerate.
6808
6809 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6810
6811 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6812 for stages 2 and 3 as well as in make. As a consequence, remove
6813 OUTPUT_OPTION (now detected by configure) from the flags passed down
6814 to make.
6815 * Makefile.in: Regenerate.
6816
6817 * Makefile.tpl (new-bootstrap): Fix typo.
6818 * Makefile.in: Regenerate.
6819
6820 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6821
6822 * Makefile.tpl: Rearrange by moving recursive_targets rules
6823 into their proper sections.
6824 * Makefile.tpl (top level bootstrap support): Move disabling
6825 of coverage flags from 'make' to 'configure'; improve comments.
6826 * Makefile.in: Regenerate.
6827
6828 * Makefile.tpl (experimental top level bootstrap) Move stage1
6829 language setting from all- target to configure- target; disable
6830 intermodule optimization in stage 1; prevent gratuitous rebuilds
6831 of stage 1.
6832 * Makefile.in: Regenerate.
6833 * configure.in: Comma-separate stage 1 language list for top
6834 level bootstrap.
6835 * configure: Regenerate.
6836
6837 * Makefile.tpl: Clean up experimental top level bootstrap support:
6838 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6839 prev-gcc in configure- targets as well as all- targets.
6840 * Makefile.in: Regenerate.
6841
6842 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6843
6844 * compile: New file imported from automake.
6845
6846 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6847
6848 * configure.in: Remove symbolic link section.
6849 * configure: Regenerate.
6850 * Makefile.tpl (links): Remove.
6851 * Makefile.in: Regenerate.
6852
6853 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6854 Nathanael Nerode <neroden@gcc.gnu.org>
6855
6856 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6857 Set with AC_CHECK_PROGS.
6858 * configure.in: Fix comment typo from last patch.
6859 * configure: Regenerate.
6860
6861 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6862
6863 * Makefile.tpl: Introduce experimental top level bootstrap support.
6864 * Makefile.in: Regenerate.
6865 * configure.in: Introduce support for top level bootstrap.
6866 * configure: Regenerate.
6867
6868 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6869 Paolo Bonzini <bonzini@gnu.org>
6870
6871 PR bootstrap/14522
6872 * configure.in: Cope with shells that do not support unquoted ^
6873 * configure: Regenerate.
6874
6875 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6876 Paolo Bonzini <bonzini@gnu.org>
6877
6878 PR bootstrap/14522
6879 * configure.in: Cope with shells that do not support nesting
6880 quotes inside quoted backquote substitutions.
6881 * configure: Regenerate.
6882
6883 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6884
6885 PR bootstrap/14522
6886 * configure.in: Fix escaping of $.
6887 * configure: Regenerate.
6888
6889 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6890
6891 * configure: Regenerate, since I forgot to while committing Paolo's
6892 changes.
6893
6894 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6895
6896 PR ada/14131
6897 Move language detection to the top level.
6898 * configure.in: Find default values for the tools as
6899 soon as possible. Disable ada if GNAT is not found.
6900 Emit error message about missing languages. Expand
6901 --enable-languages=all for the gcc subdirectory.
6902
6903 2004-03-10 Ben Elliston <bje@gnu.org>
6904
6905 * MAINTAINERS: Update my email address.
6906
6907 2004-03-05 David Edelsohn <edelsohn@gnu.org>
6908
6909 * ltconfig: Disable building static libraries if building shared
6910 libraries on AIX 5L.
6911
6912 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6913
6914 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6915 and disable libgcj.
6916 * configure: Regenerated.
6917
6918 2004-03-01 Brian Booth <bbooth@redhat.com>
6919
6920 * MAINTAINERS: Add myself to write-after-approval.
6921
6922 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
6923
6924 * MAINTAINERS: Add myself to write-after-approval.
6925
6926 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6927
6928 PR bootstrap/7087
6929 * Makefile.tpl: Guard XFOO sed statements better.
6930 * Makefile.tpl: Add dependency for configure-target-libada.
6931 * Makefile.in: Regenerate (incidentally fixes broken
6932 commit when libada-branch was merged).
6933
6934 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
6935
6936 * MAINTAINERS: Add myself to write-after-approval.
6937
6938 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
6939
6940 * MAINTAINERS: Add Nicola Pero and myself as libobjc
6941 maintainers.
6942
6943 2004-02-20 Andrew Cagney <cagney@redhat.com>
6944
6945 * config.guess: Update from version 2003-10-16 to 2004-02-16.
6946 * config.sub: Update from version 2003-11-03 to 2004-02-16.
6947
6948 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6949
6950 PR bootstrap/11932
6951 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6952
6953 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
6954
6955 * MAINTAINERS: Added myself to write-after-approval.
6956
6957 2004-02-14 Michael Koch <konqueror@gmx.de>
6958
6959 * MAINTAINERS: Added myself to write-after-approval.
6960
6961 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
6962
6963 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
6964 some OS port maintainers to OS port maintainers section.
6965
6966 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
6967
6968 * MAINTAINERS: Add self.
6969
6970 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
6971
6972 * MAINTAINERS: Alphabetize.
6973
6974 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
6975
6976 * MAINTAINERS: Remove myself.
6977
6978 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6979
6980 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6981 (rs6000-*-aix*): Same.
6982 * configure: Regenerate.
6983
6984 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6985
6986 * configure.in (host): Add in missing $noconfigdirs to defines.
6987 * configure: Regenerate.
6988
6989 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6990 Nathanael Nerode <neroden@gcc.gnu.org>
6991
6992 PR ada/6637, PR ada/5911
6993 Merge with libada-branch:
6994 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6995 with appropriate dependencies. Add --enable-libada configure switch.
6996 * configure, Makefile.in: Regenerate.
6997
6998 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
6999
7000 * MAINTAINERS: Add myself to write-after-approval.
7001
7002 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7003
7004 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7005 * configure: Regenerate.
7006
7007 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7008
7009 Merge from upstream:
7010
7011 * ltmain.in: When setting IFS to '~', be careful about user
7012 arguments that contain '~'.
7013
7014 2004-02-04 Peter O'Gorman <peter@pogma.com>
7015
7016 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7017 Also test $base_compile against $CC with escaped arguments. Bug
7018 reported by Geoff Keating <geoffk@apple.com>.
7019
7020 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7021
7022 * MAINTAINERS: Remove i960 port.
7023
7024 2004-01-23 DJ Delorie <dj@redhat.com>
7025
7026 * Makefile.def (target_modules) [libiberty]: Don't stage.
7027 * Makefile.in: Rebuilt.
7028
7029 2004-01-20 Caroline Tice <ctice@apple.com>
7030
7031 * MAINTAINERS: Add myself to write-after-approval.
7032
7033 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7034
7035 * MAINTAINERS: Update my email address.
7036
7037 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7038
7039 * MAINTAINERS: Add myself to write-after-approval.
7040
7041 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7042
7043 * MAINTAINERS: Remove entries without email address.
7044
7045 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7046
7047 * MAINTAINERS: Add myself to write-after-approval.
7048
7049 2004-01-15 Steven Bosscher <stevenb@suse.de>
7050
7051 * MAINTAINERS: Update my email address.
7052
7053 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7054
7055 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7056 * Makefile.tpl (configure-target-[+module+]): Support stage.
7057 * Makefile.in: Rebuilt.
7058
7059 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7060
7061 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7062
7063 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7064
7065 * MAINTAINERS: Add myself as a MIPS maintainer.
7066
7067 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7068
7069 * configure.in: Use ./config.cache, not config.cache.
7070 * configure: Regenerate.
7071 * Makefile.tpl: Special-casing not needed for GCC any more.
7072 * Makefile.in: Regenerate.
7073
7074 * configure.in: Don't share a cache file for host dirs.
7075 * configure: Regenerate.
7076
7077 * config-ml.in: Don't mess with the cache file.
7078
7079 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7080
7081 * MAINTAINERS: Move myself from 'Write After Approval' to
7082 'CPU Port Maintainers' section as SPARC maintainer.
7083
7084 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7085
7086 * Makefile.tpl: Make GCC use a separate config.cache.
7087 * Makefile.in: Regenerate.
7088
7089 PR bootstrap/11932, PR bootstrap/11933
7090 (I don't know if it will fix either of them, but it relates
7091 to them.)
7092 * configure.in: Don't use shared config.cache for target
7093 directories.
7094 * configure: Regenerate.
7095
7096 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7097
7098 * MAINTAINERS: Add myself to 'Write After Approval' section.
7099
7100 2003-12-31 Roger Sayle <roger@eyesopen.com>
7101
7102 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7103 * configure: Regenerated.
7104
7105 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7106
7107 * MAINTAINERS: Remove the mn10200 maintainer.
7108
7109 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7110
7111 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7112 * configure: Regenerated.
7113
7114 2003-12-16 Jan Hubicka <jh@suse.cz>
7115
7116 * MAINTAINERS: Add myself as callgraph maintainer.
7117
7118 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7119
7120 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7121 * configure: Regenerate.
7122
7123 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7124
7125 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7126 'Write After Approval' section. Update email.
7127
7128 2003-12-01 James Lemke <jim@wasabisystems.com>
7129
7130 * MAINTAINERS (Write After Approval): Add myself.
7131
7132 2003-11-20 Matt Thomas <matt@3am-software.com>
7133
7134 * MAINTAINERS: Add myself as a vax port maintainer.
7135
7136 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7137
7138 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7139 (configure-build-[+module+], configure-[+module+]): Likewise.
7140 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7141 * Makefile.in: Regenerate.
7142
7143 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7144
7145 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7146 shared/dylibed libraries.
7147 * ltmain.sh: Likewise.
7148 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7149 * ltcf-cxx.sh: Likewise.
7150 * ltcf-gcj.sh: Likewise.
7151 * ltconfig: Likewise.
7152
7153 2003-11-17 Stan Cox <scox@redhat.com>
7154
7155 * MAINTAINERS: Add myself as iq2000 port maintainer.
7156
7157 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7158
7159 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7160 * Makefile.in: Regenerate.
7161
7162 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7163
7164 * config.sub: Update to 2003-11-03 version.
7165
7166 2003-10-20 Phil Edwards <phil@codesourcery.com>
7167
7168 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7169 * configure: Regenerate.
7170
7171 2003-10-20 Nicolas Pitre <nico@cam.org>
7172
7173 * MAINTAINERS: Add myself to 'Write After Approval' section.
7174
7175 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7176
7177 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7178
7179 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7180
7181 * MAINTAINERS: Update my email address.
7182
7183 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7184
7185 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7186
7187 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7188
7189 * MAINTAINERS: Add myself to 'Write After Approval' section.
7190
7191 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7192
7193 * config.guess: Update to 2003-10-16 version.
7194 * config.sub: Update to 2003-10-16 version.
7195
7196 2003-10-15 David Daney <ddaney@avtrex.com>
7197
7198 * MAINTAINERS: Added myself to 'Write After Approval' section.
7199
7200 2003-10-15 Falk Hueffner <falk@debian.org>
7201
7202 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7203 'Write After Approval' section. Update email.
7204
7205 2003-10-14 Roger Sayle <roger@eyesopen.com>
7206
7207 * MAINTAINERS: Move myself from 'Write After Approval' to
7208 'Various Maintainers' section as middle-end maintainer.
7209
7210 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7211
7212 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7213 HOST_FLAGS_TO_PASS.
7214 * Makefile.in: Regenerate.
7215
7216 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7217
7218 * config.guess: Update to 2003-10-07 version.
7219 * config.sub: Update to 2003-10-07 version.
7220
7221 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7222
7223 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7224 * ltconfig (irix5*, irix6*): Don't override version_type.
7225
7226 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7227
7228 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7229 * configure: Rebuilt
7230 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7231 * Makefile.in: Rebuilt
7232
7233 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7234
7235 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7236
7237 2003-09-30 Carlo Wood <carlo@alinoe.com>
7238
7239 * MAINTAINERS (Write After Approval): Add myself.
7240
7241 2003-09-29 Paul Koning <ni1d@arrl.net>
7242
7243 * MAINTAINERS: Move myself from "Write After Approval"
7244 to CPU platform maintainers for pdp11 platform.
7245
7246 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7247
7248 * MAINTAINERS: Move myself from 'Write After Approval' to
7249 'Various Maintainers' section as libffi testsuite maintainer.
7250
7251 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7252
7253 * configure.in: Pass a computed --program-transform-name
7254 to subconfigures.
7255 * configure: Regenerated.
7256
7257 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7258
7259 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7260 * Makefile.in: Regenerate.
7261
7262 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7263 * Makefile.in: Regenerate.
7264
7265 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7266
7267 * MAINTAINERS: Move myself from 'Write After Approval'
7268 to 'Various Maintainers' (objective-c) section.
7269
7270 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7271
7272 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7273 quoting.
7274 * configure: Regenerated.
7275
7276 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7277
7278 * MAINTAINERS (Write After Approval): Add myself to write after
7279 approval list.
7280
7281 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7282
7283 * MAINTAINERS (Write After Approval): Add myself.
7284
7285 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7286
7287 * MAINTAINERS: Update my e-mail address.
7288
7289 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7290
7291 * libtool.m4 (LD): Correct powerpc64 host match.
7292
7293 2003-09-06 James E Wilson <wilson@tuliptree.org>
7294
7295 * MAINTAINTERS: Update my affiliation and email address.
7296
7297 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7298
7299 * MAINTAINERS (Write After Approval): Add myself.
7300
7301 2003-09-04 DJ Delorie <dj@redhat.com>
7302
7303 * configure: Regenerate.
7304
7305 2003-09-04 Robert Millan <robertmh@gnu.org>
7306
7307 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7308
7309 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7310
7311 * configure.in: Ensure arguments to sed are properly spaced.
7312 * configure: Regenerate.
7313
7314 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7315
7316 * MAINTAINERS: Update my e-mail address.
7317
7318 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7319
7320 * MAINTAINERS (Write After Approval): Add myself.
7321
7322 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7323
7324 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7325 * configure: Regenerated.
7326
7327 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7328
7329 * MAINTAINERS: Update my email address.
7330
7331 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7332
7333 * configure.in: Use newline instead of semicolon when assuming
7334 shell arguments in a for loop.
7335 * configure: Regenerated.
7336
7337 2003-08-22 Jason Eckhardt <jle@rice.edu>
7338
7339 * MAINTAINERS: Resurrect the i860 maintainer.
7340
7341 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7342
7343 PR 8180
7344 * configure.in: When testing with_libs and with_headers, treat
7345 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7346 * configure: Regenerate.
7347
7348 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7349 make, shell, etc.
7350 (baseargs): Likewise.
7351 * configure: Regenerate.
7352
7353 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7354
7355 * MAINTAINERS (Write After Approval): Add myself.
7356
7357 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7358
7359 * configure.in: Disable libgcj for darwin not on powerpc.
7360 * configure: Rebuild.
7361
7362 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7363
7364 * config-ml.in, symlink-tree: Add license.
7365
7366 2003-08-03 Richard Stallman <rms@gnu.org>
7367 Eben Moglen <moglen@columbia.edu>
7368
7369 * README.SCO: New file.
7370
7371 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7372
7373 * Makefile.tpl (check, check-c++): Express dependencies using
7374 dependencies rather than commands.
7375 * Makefile.in: Regenerate.
7376
7377 2003-08-01 Andrew Cagney <cagney@redhat.com>
7378
7379 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7380 * configure: Ditto.
7381
7382 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7383
7384 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7385 * Makefile.in: Update.
7386
7387 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7388
7389 * configure.in: Enable libgcj for darwin.
7390 * configure: Rebuild.
7391
7392 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7393
7394 * config-ml.in: Use ac_configure_args directly instead of
7395 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7396 actually seen.
7397
7398 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7399
7400 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7401 creating target and build subdirs to build all parent dirs as needed.
7402 * Makefile.in: Rebuild.
7403 * configure.in: Don't build dirs explicitly here.
7404 * configure: Rebuild.
7405
7406 2003-07-26 Paul Brook <paul@nowt.org>
7407
7408 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7409
7410 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7411
7412 * Makefile.tpl (all-make): Depend on intl.
7413 * Makefile.in: Rebuilt.
7414
7415 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7416
7417 * install-sh: Update to newer upstream versions (associated with
7418 aclocal 1.7).
7419 * mkinstalldirs: Likewise.
7420 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7421
7422 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7423
7424 * MAINTAINERS: Move self from Bug database only accounts
7425 to write-after-approval.
7426
7427 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7428
7429 * config.if: Remove unused libc_interface determination.
7430
7431 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7432
7433 * MAINTAINERS: Move self from write-after-approval to
7434 build machinery (*.in).
7435
7436 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7437
7438 PR bootstrap/11273
7439 PR bootstrap/11408
7440 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7441 unused INSTALL_PROGRAM_ARGS.
7442 * configure.in: Use AC_PROG_INSTALL.
7443 * Makefile.in: Regenerate.
7444 * configure: Regenerate.
7445
7446 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7447
7448 * MAINTAINERS: Alphabetize.
7449
7450 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7451
7452 * configure: Rebuilt.
7453 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7454 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7455 newlib nor libgloss.
7456 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7457 * configure.in (am33_2.0-*-linux*): Added.
7458
7459 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7460
7461 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7462 * configure: Regenerate.
7463
7464 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7465
7466 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7467 * Makefile.in: Regenerate.
7468
7469 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7470
7471 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7472 * Makefile.in: Regenerate.
7473
7474 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7475
7476 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7477 * Makefile.in: Regenerated.
7478
7479 * config-ml.in: Replace PWD with PWD_COMMAND.
7480
7481 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7482
7483 * intl: New directory; see intl/ChangeLog for details.
7484 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7485 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7486 * Makefile.in: Regenerate.
7487
7488 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7489
7490 * configure.in: Clean up config-lang.in handling. Delete
7491 useless assignment to "subdirs".
7492 * configure: Regenerate.
7493
7494 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7495
7496 * configure.in: Rename 'target_libs' to 'target_libraries'.
7497 Remove useless reference to 'target_libs'.
7498 * configure: Regenerate.
7499
7500 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7501
7502 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7503 * Makefile.in: Regenerate.
7504
7505 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7506
7507 * Makefile.def: Introduce flags_to_pass.
7508 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7509 * Makefile.in: Regenerate.
7510
7511 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7512
7513 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7514 and target-libgloss.
7515 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7516 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7517 * configure: Regenerate.
7518
7519 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7520
7521 * configure.in: Update testsuite_flags to new location.
7522 * configure. Regenerate.
7523
7524 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7525
7526 * Makefile.tpl: Remove BUILD_CC stuff.
7527 * Makefile.in: Regenerate.
7528
7529 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7530
7531 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7532
7533 2003-06-16 Graeme Peterson <gp@qnx.com>
7534
7535 * MAINTAINERS (Write After Approval): Add myself.
7536
7537 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7538
7539 * config.guess: Update to 2003-06-12 version.
7540 * config.sub: Update to 2003-06-13 version.
7541
7542 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7543
7544 * config.guess: Update to 2003-06-06 version.
7545 * config.sub: Update to 2003-06-06 version.
7546
7547 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7548
7549 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7550 * configure. Regenerate.
7551
7552 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7553
7554 * configure.in: Disable serial configure by default.
7555 * configure: Regenerate.
7556 * Makefile.tpl: Abolish .NOTPARALLEL.
7557 * Makefile.in: Regenerate.
7558
7559 * Makefile.tpl: Replace {build,host,target}_canonical by
7560 {build,host,target}.
7561 * Makefile.in: Regenerate.
7562
7563 * Makefile.tpl: Fix stupid pasto.
7564 * Makefile.in: Regenerate.
7565
7566 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7567
7568 * Makefile.tpl: Remove bogus conditional.
7569 * Makefile.in: Regenerate.
7570
7571 2003-06-05 Jan Hubicka <jh@suse.cz>
7572
7573 * Makefile.tpl (profiledbootstrap): New target.
7574 * Makefile.in (profiledbootstrap): New target.
7575
7576 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7577
7578 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7579 Pinski. Remove user names from other bugzilla-only maintainers.
7580
7581 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7582
7583 * Makefile.tpl: Make 'recursive targets' using autogen rather
7584 than shell loop. Remove duplicate 'clean' targets and false
7585 comments.
7586 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7587 Add systematic method of specifying missing targets in subdirs.
7588 Add copyright boilerplate.
7589 * Makefile.in: Regenerate.
7590 * configure.in: Add 'recursive targets' to maybe list.
7591 * configure: Regenerate.
7592
7593 * MAINTAINERS: "GNATS only" -> "Bug database only".
7594
7595 * Makefile.tpl: Rename [+target+] to [+make_target+].
7596 * Makefile.def: Rename 'target' to 'make_target'.
7597
7598 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7599
7600 * MAINTAINERS: Add self as options handling maintainer.
7601
7602 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7603
7604 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7605 been too long since I touched those ports.
7606
7607 2003-05-28 DJ Delorie <dj@redhat.com>
7608
7609 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7610 * Makefile.in: Regenerate.
7611
7612 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7613
7614 * configure.in: Use curly braces in the definition of tooldir.
7615 * configure: Regenerate.
7616
7617 2003-05-21 DJ Delorie <dj@redhat.com>
7618
7619 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7620 newlib or libgloss.
7621 * Makefile.in: Regenerate.
7622
7623 2003-05-21 DJ Delorie <dj@redhat.com>
7624
7625 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7626 * Makefile.in: Regenerate.
7627
7628 2003-05-20 Ian Lance Taylor <ian@airs.com>
7629
7630 * MAINTAINERS: Update my e-mail address.
7631
7632 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7633
7634 * configure.in: Switch more things to use maybe dependencies.
7635 * Makefile.tpl: Switch more things to use maybe dependencies.
7636 Factor out common code from autogen IF statements.
7637 * configure: Regenerate.
7638 * Makefile.in: Regenerate.
7639
7640 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7641
7642 * configure.in: Accept i[3456789]86 for machine type.
7643 * configure: Regenerate.
7644
7645 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7646
7647 * configure.in: Switch more things to use maybe dependencies.
7648 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7649 * configure: Regenerate.
7650 * Makefile.tpl: Switch more things to use maybe dependencies.
7651 * Makefile.in: Regenerate.
7652
7653 2003-05-16 Andreas Schwab <schwab@suse.de>
7654
7655 * Makefile.tpl (install-opcodes): Define.
7656 * Makefile.in: Rebuild.
7657
7658 2003-05-13 Andreas Jaeger <aj@suse.de>
7659
7660 * config.guess: Update to 2003-05-09 version.
7661 * config.sub: Update to 2003-05-09 version.
7662
7663 2003-05-13 Michael Eager <eager@mvista.com>
7664
7665 * configure.in: Correct sed script so that options in quotes are not
7666 deleted.
7667 * configure: Rebuild.
7668
7669 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7670
7671 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7672 and $$s/newlib/libc/sys/cygwin32 include paths.
7673 * configure: Ditto.
7674
7675 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7676
7677 * MAINTAINERS: Update my email addresses.
7678
7679 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7680
7681 * config-ml.in: Propagate INSTALL variables.
7682
7683 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7684
7685 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7686
7687 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7688
7689 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7690 * Makefile.in: Regenerate.
7691
7692 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7693
7694 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7695
7696 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7697
7698 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7699
7700 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7701
7702 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7703 * Makefile.in: Regenerated.
7704
7705 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7706
7707 * MAINTAINERS (Write After Approval): Upgrade myself from
7708 GNATS only to write-after-approval. Update my mail address.
7709
7710 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7711
7712 (OS Port Maintainers: freebsd): Add myself.
7713
7714 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7715
7716 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7717
7718 2003-04-22 Kean Johnston <jkj@sco.com>
7719
7720 * MAINTAINERS (SCO ports): Added myself.
7721
7722 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7723
7724 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7725
7726 2003-04-19 Kean Johnston <jkj@sco.com>
7727
7728 * MAINTAINERS (Write After Approval): Add myself.
7729
7730 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7731
7732 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7733 * Makefile.in: Regenerate.
7734
7735 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7736
7737 * configure.in (powerpc64*-*-linux*): Remove.
7738 * configure: Rebuilt.
7739
7740 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7741
7742 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7743 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7744 and restrap.
7745 * Makefile.in: Regenerate.
7746
7747 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7748
7749 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7750 * configure: Regenerated.
7751
7752 2003-04-15 DJ Delorie <dj@redhat.com>
7753
7754 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7755
7756 2003-04-13 Nick Clifton <nickc@redhat.com>
7757
7758 * config-ml.in: Remove support for --disable-aix removing
7759 call-aix multilibs.
7760
7761 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
7762
7763 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7764 * */configure: Rebuilt.
7765
7766 2003-04-08 Joel Sherrill <joel@oarcorp.com>
7767
7768 * MAINTAINERS: Add my email address.
7769
7770 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
7771
7772 * MAINTAINERS (Write After Approval): Add myself.
7773
7774 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7775
7776 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7777 * Makefile.in: Regenerate.
7778
7779 2003-03-14 Michael Chastain <mec@shout.net>
7780
7781 * Makefile.in: Regenerate with correct Makefile.def.
7782
7783 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7784
7785 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7786 Make macro.
7787 * Makefile.in: Regenerate.
7788 * configure.in: Clean up gxx_include_dir logic.
7789 * configure: Regenerate.
7790
7791 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7792
7793 * MAINTAINERS (Write After Approval): Add myself.
7794
7795 2003-03-10 Ben Elliston <bje@wasabisystems.com>
7796
7797 * MAINTAINERS: Update my mail address.
7798
7799 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7800
7801 * configure.in (gxx_include_dir): Fix typo.
7802 * configure: Regenerated.
7803
7804 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7805
7806 * Makefile.tpl: Reindent.
7807 * Makefile.in: Regenerate.
7808 * configure.in: Reindent. Don't set unused variables.
7809 * configure: Regenerate.
7810
7811 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7812
7813 * configure.in: Include $(build_tooldir)/sys-include in
7814 FLAGS_FOR_TARGET.
7815 * configure: Regenerated.
7816
7817 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7818
7819 * Makefile.tpl: Always pass down RANLIB.
7820 * Makefile.in: Regenerate.
7821
7822 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7823 * Makefile.in: Regenerate.
7824 * configure.in: Remove unused logic relating to --enable-shared
7825 and --enable-threads. Remove bogus comments. Remove redundant
7826 noconfigdirs.
7827 * configure: Regenerate.
7828
7829 * configure.in: Replace ${libstdcxx_version} by its value.
7830 Remove reference to mh-dgux.
7831 * configure: Regenerate.
7832
7833 2003-03-03 Kevin Buettner <kevinb@redhat.com>
7834
7835 * MAINTAINERS (Write After Approval): Add myself.
7836
7837 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7838
7839 * Makefile.tpl: Rearrange.
7840 * Makefile.in: Regenerate.
7841
7842 2003-02-25 Uwe Stieber <uwe@wwws.de>
7843
7844 * configure.in: Add support for kaOS as cross build target system.
7845 * configure: Regenerated.
7846
7847 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7848
7849 * MAINTAINERS (Write after approval): Add myself.
7850
7851 2003-02-21 James E Wilson <wilson@tuliptree.org>
7852
7853 * MAINTAINERS: Update my email address.
7854
7855 2003-02-21 Zack Weinberg <zack@codesourcery.com>
7856
7857 * MAINTAINERS: Add self to blanket write privs. section.
7858
7859 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7860
7861 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7862 configure-target-* as some target builds may require additional
7863 flags for preprocessor tests.
7864 * Makefile.in: Regenerated.
7865
7866 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7867
7868 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7869 * ltconfig: Handle it.
7870 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7871 auto-detecting it.
7872
7873 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7874 it is used as argument to $CC.
7875 * ltcf-gcj.sh: Likewise.
7876
7877 * configure.in: Introduce --enable-maintainer-mode.
7878 * configure: Rebuilt.
7879 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7880 for maintainer mode.
7881 * Makefile.in: Rebuilt.
7882
7883 2003-02-18 Jason Merrill <jason@redhat.com>
7884
7885 * Makefile.tpl (check-c++): Allow parallelism.
7886
7887 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7888
7889 * MAINTAINERS: Remove John Carr (who never actually had access to
7890 gcc.gnu.org).
7891
7892 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7893
7894 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7895 don't configure target-libobjc.
7896 * configure: Regenerate.
7897
7898 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7899
7900 * Makefile.tpl (RANLIB): Define.
7901 * Makefile.in: Regenerate.
7902
7903 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
7904
7905 * MAINTAINERS: Update my email.
7906
7907 2003-02-06 Keith R Seitz <keiths@redhat.com>
7908
7909 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7910 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7911 * Makefile.in: Regenerated.
7912 * configure.in: Remove all traces of snavigator, db, and grep.
7913 * configure: Regenerated.
7914
7915 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7916
7917 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7918 After Approval.
7919
7920 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7921
7922 * MAINTAINERS (Write after approval): Add myself.
7923
7924 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7925
7926 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7927 * Makefile.in: Regenerated.
7928
7929 2003-01-30 Roger Sayle <roger@eyesopen.com>
7930
7931 * config.guess: Updated to 2003-01-30's version.
7932 * config.sub: Updated to 2003-01-28's version.
7933
7934 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7935
7936 * config.if: If gcc_version is already set, just use it. Don't set
7937 gcc_version_trigger if it's already set, otherwise set it to
7938 gcc/version.c, but only if the file exists. If it is not set and
7939 gcc/version.c does not exist, try to extract the version number from
7940 $CC.
7941
7942 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
7943
7944 * MAINTAINERS: Add myself to write-after-approval list.
7945
7946 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7947
7948 * configure.in: Revert 24Jan change.
7949 * configure: Regenerate.
7950
7951 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7952
7953 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
7954 entry of HJ Lu.
7955
7956 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7957
7958 * configure.in: Revert previous change.
7959 * configure: Regenerate.
7960
7961 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7962
7963 * configure.in: Make rda native-only.
7964 * configure: Regenerate.
7965
7966 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7967
7968 * MAINTAINERS: Move myself from GNATS-only-accounts to
7969 write-after-approval.
7970
7971 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7972
7973 * configure.in: Add missing \.
7974 * configure: Rebuilt.
7975
7976 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7977
7978 * configure.in (baseargs): Avoid using \| in sed regular
7979 expressions.
7980 * configure: Rebuilt.
7981
7982 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7983
7984 * configure.in (baseargs): Remove all supported forms of
7985 --cache-file, --srcdir, --host, --build and --target options
7986 from argument lists.
7987 * configure: Rebuilt.
7988
7989 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
7990
7991 * MAINTAINERS: Add myself to write-after-approval list.
7992
7993 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7994
7995 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7996 * configure: Rebuilt.
7997
7998 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7999
8000 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8001 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8002 * Makefile.in: Regenerate.
8003 * configure: Regenerate.
8004
8005 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8006
8007 * configure.in: Remove Makefile in build, host and target modules
8008 unless configure was run with --no-recursion.
8009 * configure: Rebuilt.
8010
8011 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8012
8013 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8014 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8015 * Makefile.in: Regenerate.
8016
8017 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8018
8019 * config.guess: Update to 2003-01-03 version.
8020 * config.sub: Update to 2003-01-03 version.
8021
8022 2003-01-07 Christopher Faylor <cgf@redhat.com>
8023
8024 * configure: Regenerate with proper autoconf 2.13.
8025
8026 2003-01-07 Christopher Faylor <cgf@redhat.com>
8027
8028 * configure.in: Add AC_PREREQ for consistency.
8029 * configure: Regenerate.
8030
8031 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8032
8033 * configure.in (GDB_TK): Add tcl directories conditional on
8034 gdb/gdbtk directory being present.
8035 * configure: Regenerate.
8036
8037 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8038
8039 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8040 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8041 * configure: Rebuilt.
8042
8043 2002-12-31 Tom Tromey <tromey@redhat.com>
8044
8045 * Makefile.in: Rebuilt.
8046 * Makefile.def (target_modules) [libffi]: Allow installation.
8047
8048 2002-12-31 Andreas Schwab <schwab@suse.de>
8049
8050 * configure.in: Fix use of $program_transform_name.
8051 * configure: Regenerated.
8052
8053 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8054
8055 * configure.in (baseargs): Don't remove first configure argument.
8056 * configure: Regenerated.
8057
8058 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8059
8060 * Makefile.tpl (local-distclean): Don't remove...
8061 (multilib.ts): ... this. Moved into...
8062 (multilib.out): ... this. Don't use sub-make.
8063 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8064 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8065 (configure-build-[+module+], configure-[+module+],
8066 configure-target-[+module+], configure-gcc): ... these. Test
8067 for Makefile existence. Drop config.status from dependencies.
8068 * Makefile.in: Rebuilt.
8069 * configure.in: Move gcc-version-trigger to the end of
8070 ac_configure_args. Add comments to maybedep.tmp and
8071 serdep.tmp. Introduce --disable-serial-configure. Remove
8072 nonopt from baseargs, matching and removing corresponding
8073 whitespace while at it.
8074 * configure: Rebuilt.
8075
8076 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8077
8078 * configure.in (host_configargs): Replace reference to
8079 no-longer-defined buildopts with --build=${build_alias}.
8080 * configure: Rebuilt.
8081
8082 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8083 program_transform_name to standard idiom.
8084 (AUTOGEN, AUTOCONF): Define.
8085 (Makefile.in): Use $(AUTOGEN).
8086 (Makefile): Depend on config.status, and use autoconf-style rule to
8087 build it. Move original commands to...
8088 (config.status): ... this new target.
8089 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8090 $(AUTOCONF).
8091 * Makefile.in: Rebuilt.
8092
8093 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8094
8095 * Makefile.tpl: Fix dramatic bustage due to change in
8096 program_transform_name.
8097 * Makefile.in: Regenerate.
8098
8099 * configure.in: Remove unnecessary PATH setting.
8100 * configure: Regnerate.
8101
8102 * configure.in: Don't default to unprefixed tools unless
8103 the native tools will work.
8104 * configure: Regenerate.
8105
8106 * configure.in: Convert to autoconf script. Blow away lots
8107 of now-redundant Makefile fragments.
8108 * configure: Generate using Autoconf.
8109 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8110 * Makefile.in: Regenerate.
8111
8112 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8113
8114 * configure: Fix stupid bug where RANLIB was mistakenly included.
8115
8116 * configure.in: Rename (buildargs, hostargs, targargs) to
8117 (build_configargs, host_configargs, target_configargs).
8118
8119 * configure.in: Move logic out of sed statement.
8120
8121 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8122 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8123
8124 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8125
8126 * config.sub: Import from master repository
8127 * config.guess: Ditto
8128
8129 2002-12-24 Andreas Schwab <schwab@suse.de>
8130
8131 * Makefile.tpl (multilib.out): Fix missing space.
8132 * Makefile.in: Regenerate.
8133
8134 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8135
8136 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8137 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8138 * Makefile.in: Regenerate.
8139 * configure.in: Remove unnecessary leftovers.
8140
8141 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8142
8143 * configure.in (extra_ranlibflags_for_target): New variable.
8144 (*-*-darwin): Add -c to ranlib commands.
8145 * configure (tooldir): Handle extra_ranlibflags_for_target.
8146
8147 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8148
8149 * Makefile.tpl: Revert HJL's change.
8150 * Makefile.in: Regenerated.
8151 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8152 always.
8153
8154 2002-12-19 Andreas Schwab <schwab@suse.de>
8155
8156 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8157 * Makefile.in: Regenerate.
8158
8159 2002-12-18 H.J. Lu <hjl@gnu.org>
8160
8161 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8162 * Makefile.in: Regenerated.
8163
8164 * configure.in (build_prefix): New. Substitute.
8165
8166 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8167
8168 * Makefile.tpl: Don't let real targets depend on phony targets.
8169 * Makefile.in: Regenerate.
8170
8171 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8172 * Makefile.in: Regenerate.
8173
8174 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8175
8176 * config.sub: Import from master repository
8177 * config.guess: Ditto
8178
8179 2002-12-16 Jason Merrill <jason@redhat.com>
8180
8181 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8182 previous 'make bootstrap'.
8183 * Makefile.in: Regenerate.
8184
8185 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8186
8187 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8188
8189 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8190
8191 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8192 * Makefile.in: Regenerate.
8193
8194 2002-12-13 Jason Merrill <jason@redhat.com>
8195
8196 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8197 library tests.
8198 (check-c++): Just depend on it and check-target-libstdc++-v3.
8199 * Makefile.in: Regenerate.
8200
8201 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8202
8203 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8204 * Makefile.in: Rebuilt.
8205
8206 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8207
8208 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8209
8210 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8211
8212 * configure: Fix bug put in by gremlins.
8213
8214 * Makefile.tpl: Substitute more autoconfily.
8215 * configure: Substitute more autoconfily.
8216 * Makefile.in: Regenerate.
8217
8218 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8219
8220 * config.sub: Import from master repository
8221 * config.guess: Ditto
8222 * MAINTAINERS: Added Svein Seldal under write after approval
8223
8224 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8225
8226 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8227 * Makefile.in (all-sim): Ditto.
8228
8229 2002-12-06 DJ Delorie <dj@redhat.com>
8230
8231 * Makefile.tpl: Change configure dependencies to not have real
8232 targets depend on phony targets.
8233
8234 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8235
8236 * configure.in: Revert unintentional change.
8237
8238 * Makefile.tpl: Change dependency for */multilib.out so that
8239 it works when gcc isn't in the tree.
8240
8241 * configure.in: Substitute more.
8242 * configure: Run subconfigures from the Makefile.
8243 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8244 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8245
8246 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8247
8248 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8249
8250 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8251
8252 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8253 and corresponding dependencies.
8254 * Makefile.in: Regenerate.
8255
8256 * configure.in (host_tools): Order binutils, gas and ld for
8257 convenience in running the testsuites.
8258
8259 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8260 * Makefile.in: Regenerate.
8261 * configure.in: Introduce rules to serialize subconfigure runs.
8262
8263 * configure.in: Introduce BASE_CC_FOR_TARGET.
8264 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8265 Realize configure-build-* targets. Realize configure-target-* targets.
8266 * Makefile.in: Regenerate.
8267
8268 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8269
8270 * configure: Move gcc_version_trigger stuff from here...
8271 * configure.in: ...to here.
8272
8273 * configure.in: Separate subconfigure options added by this file from
8274 options given by the user. Add machinery to put args for host
8275 subconfigures into the Makefile.
8276
8277 * Makefile.tpl: Remove 'vault' targets.
8278 * Makefile.tpl: Reorder and comment dependencies.
8279 * Makefile.in: Regenerate.
8280
8281 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8282 * configure.in: Fix my broken commit of previous patch. (sigh)
8283
8284 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8285
8286 * configure.in: Move host-specific darwin noconfigdirs into
8287 the host-specific section.
8288
8289 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8290
8291 * configure.in: Move host-specific darwin noconfigdirs into
8292 the host-specific section.
8293
8294 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8295
8296 * configure: Remove skip-this-dir support.
8297 * Makefile.tpl: Remove skip-this-dir support.
8298
8299 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8300 subdirectories.
8301 * Makefile.in: Regenerate.
8302
8303 * Makefile.tpl: Strip out useless setting of 'dir'.
8304 * Makefile.in: Regenerate.
8305
8306 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8307
8308 * configure.in: Fix deeply stupid bug.
8309
8310 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8311 shell code in CXX_FOR_TARGET
8312 * Makefile.def: Introduce raw_cxx.
8313 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8314 RAW_CXX_FOR_TARGET.
8315 * Makefile.in: Regenerate.
8316
8317 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8318
8319 * Makefile.tpl: Remove unnecessary ifs.
8320 * Makefile.in: Regenerate.
8321
8322 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8323 dependencies. Maybe-ize build-libiberty. Create dummy install
8324 targets for 'no_install' modules.
8325 * configure: Move GDB_TK substitution to configure.in. Move
8326 build_modules stuff to configure.in.
8327 * configure.in: Implement soft dependency machinery. Maybe-ize
8328 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8329 * Makefile.in: Regenerate.
8330
8331 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8332
8333 * Makefile.tpl: Make all-target, install-target behave similarly
8334 to all, install (only hitting configured targets). Eliminate
8335 unused macro defintions.
8336
8337 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8338 build != host.
8339
8340 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8341
8342 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8343
8344 * configure.in: Produce lists of subdir targets we're actually
8345 configuring. Remove references to "dosrel".
8346 * Makefile.tpl: Let configure set which subdir targets are hit.
8347 Remove install-cross; clean up install; remove ALL. Remove
8348 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8349 Autogenerate host module targets. Remove empty dependency lines
8350 and redundant dependency; rearrange slightly.
8351 * Makefile.def: Add host-side libtermcap, utils.
8352
8353 * Makefile.in: Regenerate.
8354
8355 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8356
8357 * ltconfig (osf[345]): Append $major to soname_spec.
8358 Reflect this in library_names_spec.
8359 * ltmain.sh (osf): Prefix $major with . for use as extension.
8360
8361 2002-11-19 Andreas Jaeger <aj@suse.de>
8362
8363 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8364 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8365 and sparc64 GNU/Linux systems.
8366
8367 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8368
8369 * MAINTAINERS: Update email.
8370
8371 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8372
8373 * MAINTAINERS: Complete James Dennett's entry.
8374
8375 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8376
8377 * MAINTAINERS (Write After Approval): Add myself.
8378
8379 2002-11-13 Bruce Korb <bkorb@gnu.org>
8380
8381 * Makefile.tpl: syntactic cleanup
8382
8383 2002-11-13 Stuart Hastings <stuart@apple.com>
8384
8385 * MAINTAINERS: Add myself to write-after-approval list.
8386
8387 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8388
8389 * Makefile.def: Add list of recursive targets to autogenerate.
8390 Add build_modules.
8391 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8392 targets. Autogenerate *-build-* targets.
8393 * Makefile.in: Regenerate.
8394
8395 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8396
8397 * configure: More autoconf-style substitutions.
8398 * Makefile.tpl: More autoconf-style substitutions.
8399 * Makefile.in: Regenerate.
8400
8401 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8402
8403 * configure: Substitute more variables in a more autoconf-friendly
8404 way. Simplify slightly.
8405 * Makefile.tpl: Make more variables substitutable in an
8406 autoconf-friendly way.
8407 * Makefile.in: Regenerate.
8408
8409 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8410
8411 * MAINTAINERS (Write After Approval): Add myself.
8412
8413 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8414
8415 * configure.in (v810*): Remove special setting of tools.
8416
8417 * configure: Add support for extra required flags for ar or nm.
8418 * configure.in (aix4.3+): Use above support for target-specific
8419 issues, rather than using config/mt-aix43.
8420
8421 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8422
8423 * configure: Remove 'removing', which doesn't work. Replace $subdir
8424 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8425 with $srcdir. Reformat indentation. Substitute some variables
8426 formerly hard-coded in the Makefile for build=host.
8427 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8428 * Makefile.def: Autogenerate more.
8429 * Makefile.in: Regenerate.
8430
8431 2002-11-04 Adam Nemet <anemet@lnxw.com>
8432
8433 * MAINTAINERS (Write After Approval): Add myself.
8434
8435 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8436
8437 * Makefile.def (host_modules): Add rda.
8438 * Makefile.in: Regenerate.
8439 * configure.in (target_tool): Add target-rda to list.
8440
8441 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8442
8443 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8444
8445 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8446
8447 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8448 and restrap targets to this rule.
8449 * Makefile.in: Regenerate.
8450
8451 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8452
8453 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8454 GNATS only accounts.
8455
8456 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8457
8458 * configure.in (i[3456]86-*-linux*): Add check to disable
8459 ${libgcj} for glibc1.
8460
8461 2002-10-24 Denis Chertykov <denisc@overta.ru>
8462
8463 * MAINTAINERS: Add myself as ip2k port maintainer.
8464
8465 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8466
8467 * configure.in: Add tic4x target.
8468
8469 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8470
8471 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8472 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8473 * Makefile.in: Regenerate.
8474
8475 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8476 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8477 * Makefile.in: Regenerate.
8478
8479 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8480
8481 * MAINTAINERS: Add myself as web pages co-maintainer.
8482
8483 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8484
8485 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8486 * Makefile.in: Regenerate.
8487
8488 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8489
8490 * MAINTAINERS: Add myself and Nathan Sidwell
8491 <nathan@codesourcery.com> as VxWorks maintainers.
8492
8493 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8494
8495 * Makefile.def: Remove order dependency comments.
8496 * Makefile.tpl: Add explicit install-install dependencies.
8497 * Makefile.in: Regenerate.
8498
8499 * Makefile.tpl: Remove material now in src-release. (Finally!)
8500 * Makefile.in: Regenerate.
8501
8502 * Makefile.tpl: Add configure-target (for src-release in src)
8503 * Makefile.in: Regenerate.
8504
8505 2002-09-30 Nick Clifton <nickc@redhat.com>
8506
8507 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8508
8509 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8510
8511 * configure.in (s390*-*-linux*): Enable libgcj.
8512
8513 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8514
8515 * configure: Revert accidentally applied changes.
8516
8517 * Makefile.tpl: Make more autoconf-friendly.
8518 * Makefile.in: Regenerate.
8519 * configure: Make substitution more autoconf-like.
8520
8521 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8522
8523 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8524 single entry to handle all these.
8525 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8526 libjava on arm-*-elf.
8527
8528 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8529
8530 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8531 things that depend on them.
8532
8533 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8534
8535 * Makefile.tpl: Make subsituted variables more autoconfy.
8536 * Makefile.in: Regenerate.
8537 * configure: Make seds more autoconfy.
8538
8539 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8540
8541 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8542 * Makefile.in: Regenerate.
8543 * configure.in: Rewrite sed statements to look autoconfy.
8544
8545 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8546 all-target-foo on configure-target-foo.
8547 * Makefile.def: Ditto.
8548 * Makefile.in: Rebuild.
8549
8550 2002-09-25 Andrew Haley <aph@redhat.com>
8551
8552 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8553
8554 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8555
8556 * Makefile.def: New file.
8557 * Makefile.tpl: New file.
8558 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8559 * contrib/gcc_update: Note that Makefile.in is a generated file.
8560
8561 * configure.in: Minor rearrangement. Simplify tests.
8562
8563 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8564
8565 * configure.in (with_headers): Skip copy if value is "yes".
8566 (with_libs): Likewise.
8567
8568 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8569
8570 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8571 * configure.in (sh*-*-pe*): Ditto.
8572 * configure.in (mips*-*-pe*): Ditto.
8573 * configure.in (*arm-wince-pe): Ditto.
8574
8575 * configure.in: Rearrange.
8576
8577 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8578
8579 * MAINTAINERS: Update my email address.
8580
8581 2002-08-30 Paul Koning <pkoning@equallogic.com>
8582
8583 * MAINTAINERS: (Write After Approval): Add myself.
8584
8585 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8586
8587 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8588
8589 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8590
8591 * MAINTAINERS: Change my mailing address.
8592
8593 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8594
8595 * MAINTAINERS (Write After Approval): Remove myself.
8596 (Various Maintainers: c++ runtime libs): Add myself.
8597
8598 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8599
8600 * MAINTAINERS (Write After Approval): Remove myself.
8601 (Various Maintainers: c++ runtime libs): Add myself.
8602
8603 2002-08-15 Eric Christopher <echristo@redhat.com>
8604
8605 * config.sub: Import from master repository.
8606 * config.guess: Ditto.
8607
8608 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8609
8610 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8611 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8612 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8613
8614 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8615
8616 * MAINTAINERS: Add self to rs6000 vector extensions.
8617
8618 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8619
8620 * libiberty/configure: Reverted unintended yesterday's check in.
8621
8622 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8623
8624 * boehm-gc/configure, libf2c/configure: Rebuilt.
8625 * libffi/configure, libiberty/configure: Ditto.
8626 * libjava/configure, libobjc/configure: Ditto.
8627 * libstdc++-v3/configure, zlib/configure: Ditto.
8628 Merged from binutils:
8629 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8630 From Steve Ellcey <sje@cup.hp.com>:
8631 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8632 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8633 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8634 IA64.
8635 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8636 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8637 soname_spec, sys_lib_search_path_spec): Ditto.
8638
8639 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8640
8641 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8642
8643 2002-08-04 H.J. Lu (hjl@gnu.org)
8644
8645 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8646
8647 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8648
8649 * MAINTAINERS (Write After Approval): Add myself.
8650
8651 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8652
8653 * configure.in: Move generic linux case to end. Copy generic
8654 linux noconfigdirs to mips*-*-linux* entry and new
8655 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8656
8657 2002-07-19 Michael Matz <matz@suse.de>
8658
8659 * MAINTAINERS: Add myself as ra* maintainer.
8660
8661 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8662
8663 * config.guess: Update to 2002-07-09 version.
8664 * config.sub: Update to 2002-07-03 version.
8665
8666 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8667
8668 * MAINTAINERS: Fix typo in a maintainer email address.
8669
8670 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8671
8672 * configure.in: Remove two redundant tests.
8673
8674 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8675
8676 * configure.in (mips*-*-irix6*o32): Enable stabs.
8677
8678 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8679
8680 * configure.in: Don't build grez.
8681 * Makefile.in: Ditto.
8682
8683 * Makefile.in: Remove references to bsp, cygmon, libstub.
8684 * configure.in: Ditto.
8685
8686 * configure.in: Remove leftover reference to gdbtest.
8687
8688 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8689
8690 * configure.in (gxx_include_dir): Change to match versioned
8691 C++ headers if --enable-version-specific-runtime-libs is used.
8692
8693 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8694
8695 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8696
8697 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8698
8699 * configure.in: Make --without-x work.
8700
8701 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8702
8703 * configure.in: Rearrange target Makefile fragment collection.
8704
8705 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8706 cvs[src].
8707 * configure.in: Ditto.
8708
8709 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8710
8711 * MAINTAINERS (Write After Approval): Update my e-mail address.
8712
8713 2002-06-24 Ben Elliston <bje@redhat.com>
8714
8715 * configure.in (host_tools): Remove cgen.
8716
8717 * Makefile.in (all-cgen): Remove; runs from its source directory.
8718 (check-cgen, install-cgen, clean-cgen): Likewise.
8719 (all-opcodes): Do not depend on all-cgen.
8720 (all-sim): Likewise.
8721
8722 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8723
8724 * Makefile.in: Eliminate 'apache' targets.
8725 * configure.in: Eliminate 'apache' targets.
8726
8727 * configure.in: Eliminate redundant tests. Reorganize.
8728
8729 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8730
8731 * config-ml.in: Eliminate references to Cygnus configure.
8732
8733 * Makefile.in: Eliminate references to building emacs.
8734
8735 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8736
8737 * MAINTAINERS: Update my email address.
8738
8739 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8740
8741 * config.if (libstdcxx_incdir): Version C++ headers.
8742 (cxx_incdir): Remove.
8743
8744 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8745
8746 * MAINTAINERS (Write After Approval): Add self.
8747
8748 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8749
8750 * configure.in: Add support for ip2k.
8751
8752 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8753
8754 * configure.in: Fix AIX configury bug.
8755
8756 2002-06-20 Steve Ellcey <sje@cup.hp.com>
8757
8758 * MAINTAINERS (Write After Approval): Add self.
8759
8760 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8761
8762 * configure.in: replace ${topsrcdir} with ${srcdir}
8763
8764 * configure.in: Move definition of libstdcxx_flags
8765 right above usage, rather than waaay earlier.
8766
8767 * configure.in: Pull definition of is_cross_compiler earlier.
8768
8769 * configure.in: Rearrange a little.
8770
8771 * configure.in: Remove references to librx.
8772 * Makefile.in: Remove references to librx.
8773
8774 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8775
8776 * config.sub: Add support for avr target.
8777 Import from master sources, rev 1.255
8778
8779 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
8780
8781 * configure, .cvsignore: Revert previous change...
8782 * Makefile: ...delete.
8783
8784 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8785
8786 * configure.in: Eliminate ${gasdir} variable.
8787
8788 2002-06-18 Dave Brolley <brolley@redhat.com>
8789
8790 * configure.in: Add support for frv.
8791 * config.sub: Add support for frv.
8792
8793 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8794
8795 * configure: Remove garbage from previous commit.
8796
8797 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8798
8799 * configure: For in-source builds, make a subdir and re-exec there.
8800 * Makefile: New file. Pass targets through to build directory.
8801 * .cvsignore: No longer ignore "Makefile".
8802
8803 2002-06-16 Douglas Rupp <rupp@gnat.com>
8804
8805 * MAINTAINERS (Write After Approval): Add self.
8806
8807 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8808
8809 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8810
8811 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8812
8813 * configure.in (vax-*-netbsd*): Re-enable gas.
8814
8815 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8816
8817 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8818 BUILD_PREFIX_1, to correct nomenclature.
8819 * configure: Likewise.
8820
8821 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8822 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8823
8824 2002-05-31 Olaf Hering <olh@suse.de>
8825
8826 * config-ml.in: Propogate DESTDIR also.
8827
8828 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8829
8830 * configure.in (vax-*-netbsd*): Don't build gas for this
8831 platform.
8832
8833 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8834
8835 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8836 and libgcj for AVR.
8837
8838 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8839
8840 * MAINTAINERS (Write After Approval): Add myself.
8841
8842 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8843
8844 * config.guess: Update to 2002-05-22 version.
8845 * config.sub: Likewise.
8846
8847 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8848
8849 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8850 * config-ml.in: Likewise.
8851 * configure: Likewise.
8852 * configure.in: Likewise.
8853
8854 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8855
8856 * MAINTAINERS: Update my email address.
8857
8858 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8859
8860 * configure.in: Simplify makefile fragment collection.
8861
8862 * configure.in: Remove code to build emacs.
8863
8864 * configure.in : Remove --srcdir argument from targargs and buildargs
8865 (it's always overridden in the Makefile anyway). Rearrange a bit.
8866
8867 * configure: Move some logic to configure.in.
8868 * configure.in: Move some logic from configure.
8869
8870 2002-05-11 Tom Tromey <tromey@redhat.com>
8871
8872 * MAINTAINERS: Reflect libgcj reality.
8873
8874 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
8875
8876 * Makefile.in: Honour DESTDIR.
8877
8878 2002-05-08 Mark Mitchell <mark@codesourcery.com>
8879
8880 * config.guess: Import 2002-03-20 version.
8881 * config.sub: Import 2002-04-26 version.
8882
8883 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8884
8885 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8886
8887 2002-05-07 Tim Josling <tej@melbpc.org.au>
8888
8889 * MAINTAINERS: Add self.
8890
8891 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
8892
8893 * ltmain.sh: Detect and handle object name conflicts
8894 while piecewise linking a static library.
8895
8896 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8897
8898 * configure.in (noconfigdirs): Don't disable libgcj on
8899 sparc64-*-solaris* and sparcv9-*-solaris*.
8900
8901 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8902
8903 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8904
8905 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8906
8907 * configure.in (FLAGS_FOR_TARGET): Do not add
8908 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8909 on i[3456]86-*-linux*.
8910
8911 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8912
8913 * configure.in (noconfigdirs): Replace [ ] with test.
8914
8915 * configure.in (noconfigdirs): Do not add target-newlib if
8916 target == i[3456]86-*-linux*, and host == target.
8917
8918 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8919
8920 * configure.in: delete reference to absent file
8921
8922 * configure.in: replace '[' with 'test'
8923
8924 * configure.in: Eliminate references to gash.
8925 * Makefile.in: Eliminate references to gash.
8926
8927 * configure.in: remove useless references to 'pic' makefile fragments.
8928
8929 * configure.in: (*-*-windows*) Finish removing.
8930
8931 * configure.in: Eliminate redundant test for libgui.
8932
8933 2002-04-29 Roger Sayle <roger@eyesopen.com>
8934
8935 * MAINTAINERS: Add self and realphabetize. Update entries
8936 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
8937 entry for a29k port maintainer.
8938
8939 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8940
8941 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8942 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8943
8944 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8945
8946 * configure.in: remove references to dead files
8947
8948 2002-04-19 Mark Mitchell <mark@codesourcery.com>
8949
8950 * MAINTAINERS: Add information about purpose of this file.
8951
8952 2002-04-18 Tom Tromey <tromey@redhat.com>
8953
8954 * configure.in: Disallow configuring libgcj when it is already
8955 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8956 Solaris 2.8 by default. For PR libgcj/6158.
8957
8958 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8959
8960 * configure.in: Move default CC setting out of config/mh-* fragments
8961 directly into here.
8962
8963 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8964
8965 * configure.in: don't even try to configure or make a subdirectory
8966 if there's no configure script for it.
8967
8968 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8969
8970 * MAINTAINERS: Remove chill maintainers.
8971 * Makefile.in (CHILLFLAGS): Remove.
8972 (CHILL_LIB): Remove.
8973 (TARGET_CONFIGDIRS): Remove libchill.
8974 (CHILL_FOR_TARGET): Remove.
8975 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8976 CHILL_LIB.
8977 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8978 (CHECK_TARGET_MODULES): Likewise.
8979 (INSTALL_TARGET_MODULES): Likewise.
8980 (CLEAN_TARGET_MODULES): Likewise.
8981 (configure-target-libchill): Remove.
8982 (all-target-libchill): Remove.
8983 * configure.in (target_libs): Remove target-libchill.
8984 Do not compute CHILL_FOR_TARGET.
8985 * libchill: Remove directory.
8986
8987 2002-04-11 DJ Delorie <dj@redhat.com>
8988
8989 * Makefile.in, configure.in: Sync with binutils, entries
8990 follow...
8991
8992 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8993
8994 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8995 (do-tar, do-bz2): New rules.
8996 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8997 (gdb-tar): New rule.
8998 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8999 (insight_dejagnu.tar): New rule.
9000 (insight.tar): New rule.
9001 (gdb+dejagnu.tar): New rule.
9002 (gdb.tar): New rule.
9003
9004 2002-02-01 Mo DeJong <supermo@bayarea.net>
9005
9006 * Makefile.in: Add all-tix to deps for all-snavigator
9007 so that tix is built when building snavigator.
9008
9009 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9010
9011 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9012 ld and gdb are not supported.
9013
9014 2002-01-07 Mark Salter <msalter@redhat.com>
9015
9016 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9017 Allow target-libgloss to be built for arm, strongarm, and xscale.
9018
9019 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9020
9021 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9022 options for i[3456]86-pc-linux* native builds.
9023
9024 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9025
9026 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9027 files from .po files for a distribution.
9028
9029 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9030
9031 * configure.in: Enable libstdc++-v3 for h8300 targets.
9032
9033 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9034
9035 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9036 version from bfd/.
9037
9038 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9039
9040 * Makefile.in (VER): When present, extract the version number from
9041 the file version.in.
9042
9043 2001-05-24 Tom Rix <trix@redhat.com>
9044
9045 * configure.in : enable ld for aix
9046
9047 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9048
9049 * config.guess: Add linux target for S/390.
9050
9051 2000-11-07 Philip Blundell <pb@futuretv.com>
9052
9053 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9054
9055 2000-11-03 Philip Blundell <pb@futuretv.com>
9056
9057 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9058 files.
9059
9060 2001-01-15 Ben Elliston <bje@redhat.com>
9061
9062 * configure.in (host_tools): Add sid.
9063 Always configure cgen.
9064
9065 2000-11-24 Nick Clifton <nickc@redhat.com>
9066
9067 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9068
9069
9070 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9071
9072 * Makefile.in (ALL_MODULES): Add all-cgen.
9073 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9074 (all-cgen): New target.
9075 (all-opcodes,all-sim): Depend on all-cgen.
9076 * configure.in (host_tools): Add cgen.
9077 Only configure cgen if --enable-cgen-maint.
9078
9079 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9080
9081 * configure.in: Add *-*-freebsd* configurations.
9082
9083 2002-04-08 Tom Tromey <tromey@redhat.com>
9084
9085 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9086 Fixes PR libgcj/6068.
9087
9088 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9089
9090 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9091
9092 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9093
9094 * configure.in (alpha*-dec-osf*): Enable libgcj.
9095
9096 2003-03-27 Matthew Gingell <gingell@gnat.com>
9097
9098 * MAINTAINERS (Write After Approval): Add myself.
9099
9100 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9101
9102 Fix for: PR bootstrap/3591, target/5676
9103 * configure.in (mcore-pe): Disable the configuration of
9104 libstdc++-v3 since exceptions are not supported.
9105
9106 2002-03-20 Anthony Green <green@redhat.com>
9107
9108 * configure.in: Enable libgcj for xscale-elf target.
9109
9110 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9111
9112 * MAINTAINERS: Update my email address.
9113
9114 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9115
9116 * ltmain.sh (relink_command): Fix typo in previous change.
9117
9118 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9119
9120 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9121 (relink_command): Added --tag flags.
9122 (mode=install): If relinking fails; error out.
9123
9124 2002-03-12 Richard Henderson <rth@redhat.com>
9125
9126 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9127 .NOTPARALLEL tag.
9128 (do-check): Rename from check.
9129 (check): Allow parallel check.
9130
9131 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9132
9133 * MAINTAINERS: Add myself as maintainer for xtensa port.
9134 Fix alphabetical order in CPU port maintainer list.
9135 Remove myself from Write After Approval list.
9136
9137 2002-03-11 Richard Henderson <rth@redhat.com>
9138
9139 * Makefile.in (.NOTPARALLEL): Add fake tag.
9140
9141 2002-03-07 H.J. Lu (hjl@gnu.org)
9142
9143 * configure.in: Enable gprof for mips*-*-linux*.
9144
9145 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9146
9147 * MAINTAINERS (Write After Approval): Add myself.
9148
9149 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9150
9151 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9152 libjava.
9153 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9154
9155 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9158 because its Makefile is there; test for the executable instead.
9159
9160 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9161
9162 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9163 libstdc++-v3 and libjava.
9164
9165 2002-02-11 Adam Megacz <adam@xwt.org>
9166
9167 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9168 boehm-gc
9169
9170 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9171
9172 * config.guess: Updated to 2002-01-30's version.
9173 * config.sub: Updated to 2002-02-01's version.
9174 Contribute sh64-elf.
9175 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9176 * configure.in: Added sh64-*-*.
9177
9178 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9179
9180 * MAINTAINERS: Belatedly add myself to write after approval list.
9181
9182 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9183
9184 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9185 Remove self as Write After Approval.
9186
9187 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9188
9189 * MAINTAINERS: Put self in as maintainer for contrib/regression
9190 directory.
9191
9192 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9193
9194 * MAINTAINERS: Update my email address.
9195
9196 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9197
9198 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9199 target-libiberty, and target-libgloss. Skip Java-related
9200 libraries if not supported for NetBSD on target CPU.
9201
9202 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9203
9204 * install-sh: Use _inst.$$_ for temp file name.
9205
9206 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9207
9208 * MAINTAINERS (Write After Approval): Move my contact info
9209 from here...
9210 (OS Port Maintainers): ...to here (netbsd).
9211
9212 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9213
9214 * MAINTAINERS (Write After Approval): Add myself.
9215
9216 2002-01-17 H.J. Lu <hjl@gnu.org>
9217
9218 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9219 (all-target-fastjar): Also depend on all-target-libiberty.
9220
9221 2002-01-16 H.J. Lu (hjl@gnu.org)
9222
9223 * config.guess: Import from master sources, rev 1.225.
9224 * config.sub: Import from master sources, rev 1.238.
9225
9226 2002-01-16 Kazu Hirata <kazu@hxi.com>
9227
9228 * MAINTAINERS (Write After Approval): Remove myself.
9229
9230 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9231
9232 * MAINTAINERS (Write After Approval): Add myself.
9233
9234 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9235
9236 * MAINTAINERS: Add self as docs co-maintainer.
9237
9238 2001-12-11 Matthias Klose <doko@debian.org>
9239
9240 * MAINTAINERS (Write After Approval): Add myself.
9241
9242 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9243
9244 * MAINTAINERS: Update my email address.
9245
9246 2001-12-07 Turly O'Connor <turly@apple.com>
9247 * MAINTAINERS (Write After Approval): Add myself.
9248 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9249 (rs6000_initialize_trampoline): Call __trampoline_setup for
9250 ABI_DARWIN too.
9251 * darwin-tramp.asm: New file, implements __trampoline_setup.
9252 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9253
9254 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9255
9256 * MAINTAINERS (Write After Approval): Add myself.
9257
9258 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9259
9260 * configure, configure.in: Use temp file for long sed commands.
9261
9262 2001-12-03 Laurent Guerby <guerby@acm.org>
9263
9264 * config.sub: Update to version 1.232 on subversion.
9265
9266 2001-12-03 Ben Elliston <bje@redhat.com>
9267
9268 * MAINTAINERS: Update mail address for config.* patches.
9269
9270 2001-11-27 DJ Delorie <dj@redhat.com>
9271 Zack Weinberg <zack@codesourcery.com>
9272
9273 When build != host, create libiberty for the build machine.
9274
9275 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9276 CONFIG_ARGUMENTS.
9277 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9278 New variables.
9279 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9280 and rules.
9281 (all.normal): Depend on ALL_BUILD_MODULES.
9282 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9283 (all-build-libiberty): Depend on configure-build-libiberty.
9284
9285 * configure: Calculate and substitute proper value for
9286 ALL_BUILD_MODULES.
9287 * configure.in: Create the build subdirectory.
9288 Calculate and substitute TARGET_CONFIGARGS (formerly
9289 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9290
9291 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9292
9293 * MAINTAINERS (write-after-approval): Add self.
9294
9295 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9296
9297 * MAINTAINERS (GNATS only accounts): Remove self.
9298
9299 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9300
9301 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9302 libf2c.
9303
9304 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9305
9306 * MAINTAINERS (Write After Approval): Add self.
9307
9308 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9309
9310 * MAINTAINERS: mips and s390 are also CPU ports.
9311
9312 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9313
9314 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9315
9316 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9317
9318 * MAINTAINERS: Alphabetize.
9319
9320 2001-11-09 Kazu Hirata <kazu@hxi.com>
9321
9322 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9323
9324 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9325
9326 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9327
9328 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9329
9330 * configure.in (--enable-languages): Be more permissive about
9331 syntax. Check for empty lists better. Warn about $LANGUAGES.
9332
9333 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9334
9335 * config.sub: Import from master sources, rev. 1.230.
9336 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9337
9338 2001-11-07 Laurent Guerby <guerby@acm.org>
9339
9340 * MAINTAINERS (Write After Approval): Add self.
9341
9342 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9343
9344 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9345
9346 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9347
9348 * config.sub: Import from master sources, rev 1.226.
9349 * config.guess: Import from master sources, rev 1.216.
9350
9351 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9352
9353 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9354 * MAINTAINERS: Add self as maintainer of MMIX port.
9355 Remove old after-approval entry.
9356
9357 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9358
9359 * ChangeLog, configure: Fix spelling errors.
9360
9361 2001-10-20 Brendan Kehoe <brendan@zen.org>
9362
9363 * MAINTAINERS: Tweak my address.
9364
9365 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9366
9367 * MAINTAINERS: Update my email address.
9368
9369 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9370
9371 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9372 * MAINTAINERS: Add self as maintainer of CRIS port.
9373
9374 2001-10-10 Geert Bosch <bosch@gnat.com>
9375
9376 * MAINTAINERS (Various maintainers: Ada front end):
9377 Added Robert Dewar.
9378
9379 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9380
9381 * MAINTAINERS (Write After Approval): Added self
9382
9383 2001-10-02 Geert Bosch <bosch@gnat.com>
9384
9385 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9386
9387 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9388
9389 * configure: Handle temporary files securely using mkdir.
9390
9391 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9392
9393 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9394
9395 2001-09-26 Will Cohen <wcohen@redhat.com>
9396
9397 * configure.in (*-*-linux*): Disable configuration of target-newlib
9398 and target-libgloss.
9399
9400 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9401
9402 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9403 RANLIB.
9404
9405 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9406
9407 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9408 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9409 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9410 avoid quotes nesting problems.
9411 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9412 (DO_X): Export only variables that are set.
9413
9414 2001-09-19 Ben Elliston <bje@redhat.com>
9415
9416 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9417 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9418 semantics. Use the shell built-in "type" command instead.
9419
9420 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9421
9422 Merged from gcc-3_0-branch:
9423 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9424 * ltcf-c.sh: Use $objext, not $ac_objext.
9425 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9426 * ltcf-cxx.sh: Add support for GNU.
9427 2001-07-22 Timothy Wall <twall@redhat.com>
9428 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9429 default settings if using GNU tools with that configuration.
9430 * ltcf-cxx.sh: Ditto.
9431 * ltcf-gcj.sh: Ditto.
9432 2001-07-21 Michael Chastain <chastain@redhat.com>
9433 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9434 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9435 * ltmain.sh: Mark as gcc-local.
9436
9437 2001-08-30 Eric Christopher <echristo@redhat.com>
9438 Jason Eckhardt <jle@redhat.com>
9439
9440 * config.guess: Merge from master sources.
9441 * config.sub: Merge from master sources, add support for mipsisa32.
9442
9443 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9444 * config.sub: Merge from master sources, rev 1.219.
9445 * MAINTAINERS: Add self as contact for stormy16 port.
9446
9447 2001-08-14 Zack Weinberg <zackw@panix.com>
9448
9449 * config.sub: Merge from master sources, rev 1.218.
9450 * config.guess: Merge from master sources, rev 1.209.
9451
9452 2001-08-11 Graham Stott <grahams@redhat.com>
9453
9454 * Makefile.in (check-c++): Add missing semicolon.
9455
9456 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9457
9458 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9459
9460 2001-07-30 Eric Christopher <echristo@redhat.com>
9461
9462 * MAINTAINERS (Various maintainers: mips port): Added myself.
9463
9464 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9465
9466 * configure.in (sh-*-linux*): New.
9467
9468 2001-07-27 Richard Henderson <rth@redhat.com>
9469
9470 * .cvsignore: Add LAST_UPDATED.
9471
9472 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9473
9474 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9475
9476 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9477
9478 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9479
9480 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9481
9482 * MAINTAINERS (Write After Approval): Added myself.
9483
9484 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9485
9486 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9487 and libgcj on m68hc11/m68hc12.
9488
9489 2001-06-27 H.J. Lu (hjl@gnu.org)
9490
9491 * Makefile (CFLAGS_FOR_BUILD): New.
9492 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9493
9494 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9495
9496 * README: Remove version number.
9497
9498 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9499
9500 * INSTALL/README: Update wrt. to the installation instructions now
9501 residing in gcc/doc/install.texi.
9502
9503 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9504
9505 * README: Replace with a cut-down and updated version of gcc/README.
9506
9507 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9508
9509 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9510 multilibs to be disabled.
9511
9512 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9513
9514 * MAINTAINERS (Write After Approval): Add myself.
9515
9516 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9517
9518 * config.guess: Import CVS version 1.195.
9519 * config.sub: Import CVS version 1.212.
9520
9521 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9522
9523 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9524 gcc/xgcc is built, use -print-prog-name to find out the program
9525 name to use.
9526
9527 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9528
9529 * config.guess: Import CVS version 1.194. All gcc-local changes
9530 appear to also be in the master copy.
9531 * config.sub: Import CVS version 1.211.
9532
9533 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9534
9535 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9536 with_gcc]: Use `gcc -shared' to build a shared library.
9537
9538 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9539
9540 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9541 archives.
9542
9543 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9544
9545 * MAINTAINERS (Write After Approval): Add myself.
9546
9547 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9548
9549 * configure.in (libstdcxx_flags): Do not try to execute
9550 libstdc++-v3/testsuite_flags until it exists.
9551
9552 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9553
9554 * MAINTAINERS: Update my email address.
9555
9556 2001-05-31 Graham Stott <grahams@redhat.com>
9557
9558 * MAINTAINERS (Write After Approval): Add myself.
9559
9560 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9561
9562 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9563 libraries when using g++ with native linker.
9564
9565 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9566
9567 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9568
9569 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9570
9571 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9572 [aix4*|aix5*]: Prepend blank.
9573
9574 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9575
9576 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9577 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9578 of subdir/configure scripts to use the new libtool.m4.
9579
9580 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9581
9582 * MAINTAINERS (Write After Approval): Add myself.
9583
9584 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9585
9586 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9587
9588 2001-05-11 Ben Elliston <bje@redhat.com>
9589
9590 * Makefile.in (all-sid): New target.
9591 (check-sid, clean-sid, install-sid): Likewise.
9592
9593 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9594
9595 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9596
9597 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9598
9599 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9600 libgcj.
9601
9602 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9603
9604 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9605 gcc/xgcc is built, use -print-prog-name to find out the program
9606 name to use.
9607
9608 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9609
9610 * configure.in (noconfigdirs): Don't reset it from scratch in the
9611 target case; only append to it.
9612
9613 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9614 sparc-*-solaris2.8]: Disable ${libgcj}.
9615
9616 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9617
9618 * configure.in (libgcj_saved): Copy from $libgcj.
9619 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9620 --disable-libgcj.
9621
9622 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9623
9624 * MAINTAINERS: Remove self as MIPS maintainer and
9625 C front end maintainer.
9626
9627 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9628
9629 * configure.in: Move *-chorusos target case to the proper switch.
9630 Disable libgcj.
9631
9632 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9633
9634 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9635 1.641.2.228.
9636
9637 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9638
9639 * Makefile.in (STAGE1_CFLAGS): Pass down.
9640
9641 2001-04-13 Alan Modra <amodra@one.net.au>
9642
9643 * config.guess: Add hppa64-linux support. Note for next import that
9644 this is already in the master file.
9645 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9646
9647 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9648
9649 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9650 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9651
9652 2001-04-11 Stan Shebs <shebs@apple.com>
9653
9654 * MAINTAINERS: Add self as Darwin port maintainer.
9655
9656 2001-04-11 Alan Modra <amodra@one.net.au>
9657
9658 * MAINTAINERS: Update my email address.
9659
9660 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9661
9662 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9663 recent versions of FreeBSD (release 3 or later).
9664 * ltconfig: On FreeBSD, -lc must not be provided when building
9665 a shared library or else the standard -pthread gcc option is
9666 rendered worthless to later users of the built library.
9667
9668 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9669
9670 * MAINTAINERS: Add self and RTH as C front end maintainers.
9671
9672 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9673
9674 * config.sub: Make sure to match an already-canonicalized
9675 machine name (eg. mn10300-unknown-elf).
9676
9677 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9678
9679 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9680 New macros.
9681 (bootstrap, cross): Use RECURSE_FLAGS.
9682 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9683
9684 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9685
9686 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9687
9688 2001-03-22 Colin Howell <chowell@redhat.com>
9689
9690 * Makefile.in (DO_X): Do not backslash single-quotes in
9691 backquotes (two places).
9692
9693 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9694
9695 Re-installed:
9696 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9697 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9698 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9699 * ltcf-cxx.sh: Likewise.
9700 * ltcf-gcj.sh: Likewise.
9701
9702 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9703
9704 * MAINTAINERS: Add myself as "documentation co-maintainer".
9705
9706 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9707
9708 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9709 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9710
9711 2001-03-19 Tom Tromey <tromey@redhat.com>
9712
9713 * config-ml.in: Handle GCJ and GCJFLAGS.
9714
9715 2001-03-21 Michael Chastain <chastain@redhat.com>
9716
9717 * Makefile.in: all-m4 depends on all-texinfo.
9718
9719 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9720
9721 * MAINTAINERS: Add myself to write after approval list.
9722
9723 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9724
9725 * Makefile.in (DO_X): Quote nested quotes.
9726
9727 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9728
9729 * MAINTAINERS: Add myself to write after approval list.
9730
9731 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9732
9733 * Makefile.in (DO_X): Use double quotes for quoting
9734 "RANLIB=$${RANLIB}".
9735
9736 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9737
9738 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9739
9740 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9741
9742 * configure.in: Only use `lang_requires' for languages athat are
9743 actually enabled.
9744
9745 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9746
9747 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9748
9749 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9750
9751 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9752
9753 2001-03-07 Tom Tromey <tromey@redhat.com>
9754
9755 * configure.in: Allow config-lang.in to set `lang_requires' to list
9756 of other required languages.
9757
9758 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
9759
9760 * Makefile.in: Remove RANLIB definition. Use RANLIB
9761 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9762 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9763
9764 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
9765 Alexandre Oliva <aoliva@redhat.com>
9766
9767 * Makefile.in (check-c++): Use tabs, not spaces.
9768
9769 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
9770
9771 * MAINTAINERS: add myself to Write After Approval list.
9772
9773 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
9774
9775 * Makefile.in (check-c++): New rule.
9776
9777 * configure.in (target_libs): Remove libg++.
9778 (noconfigdirs): Remove libg++.
9779 (noconfigdirs): Same.
9780 (noconfigdirs): Same.
9781 (noconfigdirs): Same.
9782
9783 * config-ml.in: Remove libg++ references.
9784
9785 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9786 (ALL_TARGET_MODULES): Same.
9787 (configure-target-libg++): Remove.
9788 (all-target-libg++): Remove.
9789 (configure-target-libio): Remove.
9790 (all-target-libio): Remove.
9791 (check-target-libio): Remove.
9792 (.PHONY): Remove.
9793 (libg++.tar.bz2): Remove.
9794 (all-target-cygmon): Remove libio.
9795 (all-target-libstdc++): Remove.
9796 (configure-target-libstdc++): Remove.
9797 (TARGET_LIB_PATH): Remove libstdc++.
9798 (ALL_GCC_CXX): Remove libstdc++.
9799 (all-target-gperf): Correct.
9800
9801 2001-02-16 Nick Clifton <nickc@redhat.com>
9802
9803 * configure.in (noconfigdirs): Allow configuration of texinfo
9804 for Cygwin hosts.
9805
9806 2001-02-15 Anthony Green <green@redhat.com>
9807
9808 * configure: Introduce GCJ_FOR_TARGET.
9809 * configure.in: Ditto.
9810 * Makefile.in: Ditto.
9811
9812 2001-02-13 Andreas Schwab <schwab@suse.de>
9813
9814 * MAINTAINERS: Update mail address.
9815
9816 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9817
9818 * config.guess: Add linux target for S/390.
9819 * config.sub: Likewise.
9820
9821 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
9822
9823 * configure.in: for *-chorusos, don't config target-newlib and
9824 target-libgloss.
9825
9826 2001-02-06 Ben Elliston <bje@redhat.com>
9827
9828 * configure: Output host type to stdout, not stderr.
9829
9830 2001-02-05 Mark Mitchell <mark@codesourcery.com>
9831
9832 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9833 * ltcf-cxx.sh: Likewise.
9834
9835 * config.if: Assume enable_libstdcxx_v3 is defined.
9836
9837 2001-02-04 Mark Mitchell <mark@codesourcery.com>
9838
9839 Remove V2 C++ library.
9840 * configure.in: Remove --enable-libstdcxx_v3 support.
9841
9842 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9843
9844 * include/demangle.h: Add prototype for java_demangle_v3.
9845
9846 2001-01-29 Phil Edwards <pme@sources.redhat.com>
9847
9848 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9849
9850 2001-01-27 Richard Henderson <rth@redhat.com>
9851
9852 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9853
9854 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9855
9856 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9857 Don't unset, it's non-portable and no longer necessary, set to empty
9858 instead.
9859
9860 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9861
9862 * ltconfig: Shell portability fix for the tagname validity check.
9863
9864 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9865
9866 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9867 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9868
9869 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9870
9871 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9872
9873 2001-01-26 Tom Tromey <tromey@redhat.com>
9874
9875 * configure.in: Allow libgcj to be built on Sparc Solaris.
9876
9877 2001-01-25 David Edelsohn <edelsohn@gnu.org>
9878
9879 * ltcf-c.sh: Add aix5 case.
9880 * ltcf-cxx.sh: Likewise.
9881 * ltconfig: Likewise.
9882
9883 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9884
9885 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9886 keep at least one of build_libtool_libs or build_old_libs set to
9887 yes.
9888
9889 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9890 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9891
9892 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
9893
9894 * configure.in: Enable libgcj on several additional platforms.
9895
9896 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
9897
9898 * configure.in: Enable libgcj for linux targets.
9899
9900 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9901
9902 * MAINTAINERS (Write After Approval): Add myself.
9903
9904 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
9905
9906 * MAINTAINERS: Add myself as vax port maintainer.
9907
9908 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
9909
9910 * MAINTAINERS: Add myself as Mercury front-end maintainer.
9911
9912 2001-01-09 Mike Stump <mrs@wrs.com>
9913
9914 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9915 failures of subdirectories.
9916
9917 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9918
9919 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9920 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9921 * ltcf-cxx.sh: Likewise.
9922 * ltcf-gcj.sh: Likewise.
9923 * ltconfig.sh: Fix typo.
9924
9925 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9926
9927 * configure: handle DOS-style absolute paths.
9928
9929 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9930
9931 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9932
9933 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
9934
9935 * MAINTAINERS: Add myself as avr port co-maintainer.
9936
9937 2000-12-28 Ben Elliston <bje@redhat.com>
9938
9939 * MAINTAINERS: Add myself under ``Write After Approval''.
9940
9941 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
9942
9943 * texinfo: Remove directory from GCC.
9944
9945 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
9946
9947 * COPYING: Update to current
9948 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9949 to 19yy as example year in copyright notice).
9950
9951 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
9952
9953 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9954 (libstdcxx_incdir): Pass down.
9955 * config.if: Remove expired bits for cxx_interface, add stub.
9956 (libstdcxx_incdir): Add variable for g++ include directory.
9957 * configure.in (gxx_include_dir): Use it.
9958
9959 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
9960
9961 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
9962 with old-email address from ``Write After Approval''.
9963
9964 2000-12-15 Andreas Jaeger <aj@suse.de>
9965
9966 * configure.in: Handle lang_dirs.
9967
9968 2000-12-14 Tom Tromey <tromey@redhat.com>
9969
9970 * MAINTAINERS: Removed brads.
9971
9972 * MAINTAINERS: Added gcj developers.
9973
9974 2000-12-13 Anthony Green <green@redhat.com>
9975
9976 * configure.in: Disable libgcj for any target not specifically
9977 listed. Disable libgcj for x86 and Alpha Linux until compatible
9978 with g++ abi.
9979
9980 2000-12-13 Mike Stump <mrs@wrs.com>
9981
9982 * Makefile.in (local-distclean): Also remove fastjar.
9983
9984 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
9985
9986 * contrib/gcc_update: Add fastjar --touch entries.
9987
9988 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9989
9990 * configure.in: Disable language-specific target libraries for
9991 languages that aren't enabled.
9992
9993 2000-12-10 Anthony Green <green@redhat.com>
9994
9995 * configure.in: Define libgcj. Disable libgcj target libraries for
9996 most targets.
9997
9998 2000-12-10 Neil Booth <neilb@earthling.net>
9999
10000 * MAINTAINERS: Update mail address, remove from WAA list.
10001
10002 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10003
10004 * libjava: Imported from /cvs/java.
10005 * libffi: Likewise.
10006 * Boehm-gc: Likewise.
10007
10008 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10009
10010 * configure.in (target_libs): Revert 2000-12-08 patch.
10011 (noconfigdirs): Added target-libjava.
10012
10013 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10014
10015 * djunpack.bat: removed.
10016
10017 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10018
10019 * Makefile.in: handle DOS-style absolute paths.
10020 * config-ml.in: likewise.
10021 * symlink-tree: likewise.
10022
10023 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10024
10025 * fastjar: Imported.
10026
10027 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10028
10029 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10030 libjava.
10031 * configure.in (target_libs): Removed `target-libjava'.
10032
10033 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10034
10035 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10036 (ALL_MODULES): Added fastjar.
10037 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10038 (all-target-libjava): all-fastjar replaces all-zip.
10039 (all-fastjar): Added.
10040 (configure-target-fastjar, all-target-fastjar): Likewise.
10041 * configure.in (host_tools): Added fastjar.
10042
10043 2000-12-07 Mike Stump <mrs@wrs.com>
10044
10045 * Makefile.in (local-distclean): Remove leftover built files.
10046
10047 2000-11-24 Nick Clifton <nickc@redhat.com>
10048
10049 * configure.in (xscale-elf): Add target.
10050 (xscale-coff): Add target.
10051
10052 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10053
10054 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10055 recent versions of FreeBSD (release 3 or later).
10056 * ltconfig: On FreeBSD, -lc must not be provided when building
10057 a shared library or else the standard -pthread gcc option is
10058 rendered worthless to later users of the built library.
10059
10060 2000-11-16 Fred Fish <fnf@be.com>
10061
10062 * configure.in (enable_libstdcxx_v3): Fix typo,
10063 libstd++ -> libstdc++.
10064
10065 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10066
10067 * MAINTAINERS: Add self to Write After Approval list.
10068
10069 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10070
10071 * MAINTAINERS: Update my email address. Add myself to global write
10072 privs list.
10073
10074 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10075
10076 * Makefile.in: Merge with src and libgcj.
10077 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10078 configure-target-<library> when their configure scripts need the C
10079 or C++ library to have already been built to work properly.
10080 (do_proto_toplev): Set them to an empty string.
10081
10082 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10083 (REALLY_SET_LIB_PATH): Use them.
10084
10085 2000-11-17 Stan Shebs <shebs@apple.com>
10086
10087 * MAINTAINERS: Add self to Write After Approval list.
10088
10089 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10090
10091 * configure: Provide the original toplevel configure arguments
10092 (including $0) to subprocesses in the environment rather than
10093 through gcc/configargs.h.
10094
10095 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10096
10097 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10098 C99. Alphabetise "Write After Approval" list.
10099
10100 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10101
10102 * configure: Turn on libstdc++ V3 by default.
10103
10104 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10105 if we've got GCC.
10106
10107 2000-11-11 Philip Blundell <philb@gnu.org>
10108
10109 * MAINTAINERS: Add self to Write After Approval list.
10110
10111 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10112
10113 * ltcf-c.sh (aix4): Improve shared library configuration; require
10114 exporting symbols.
10115 * ltcf-cxx.sh (aix4): Define.
10116 * ltconfig (aix4): Define library and soname specs appropriate for
10117 AIX. Define command to create export symbols list.
10118
10119 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10120
10121 * config.sub: Add support for Sun Chorus
10122
10123 2000-10-31 Nick Clifton <nickc@redhat.com>
10124
10125 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10126 <name>@redhat.com. Also installed new email address for Clint
10127 Popetz.
10128
10129 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10130
10131 * etc: Remove directory from GCC.
10132
10133 2000-10-16 Michael Meissner <meissner@redhat.com>
10134
10135 * configure (gcc/configargs.h): Only create if there is a build GCC
10136 directory created.
10137
10138 2000-10-16 Matthias Klose <doko@debian.org>
10139
10140 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10141 when configured for libstdc++-v3.
10142
10143 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10144
10145 * configure: Save configure arguments to gcc/configargs.h.
10146
10147 2000-10-04 Philipp Thomas <pthomas@suse.de>
10148
10149 * config.guess: Import CVS version 1.157.
10150 * config.sub: Import CVS version 1.181.
10151
10152 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10153
10154 * Makefile.in (bootstrap): avoid recursion if subdir missing
10155 (cross): ditto
10156 (do-proto-toplev): ditto
10157
10158 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10159
10160 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10161 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10162
10163 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10164 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10165 all affected `configure' scripts.
10166
10167 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10168
10169 * MAINTAINERS: Add self as cpplib co-maintainer.
10170
10171 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10172
10173 * MAINTAINERS: Add self to Write After Approval list.
10174
10175 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10176
10177 * INSTALL/README: egcs -> GCC update.
10178
10179 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10180
10181 * MAINTAINERS: Add myself to Write After Approval list.
10182
10183 2000-09-15 Kazu Hirata <kazu@hxi.com>
10184
10185 * MAINTAINERS: Add myself to Write After Approval list.
10186
10187 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10188
10189 * configure.in: Do not build byacc for hppa64. Provide paths to the
10190 X11 libraries for hppa64.
10191
10192 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10193
10194 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10195
10196 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10197
10198 * Makefile.in (all-zlib): Added dummy target.
10199
10200 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10201 ltcf-gcj.sh: Updated from libtool multi-language branch.
10202
10203 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10204
10205 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10206 (bootstrap*): Depend on all-bootstrap.
10207
10208 2000-09-05 Philipp Thomas <pthomas@suse.de>
10209
10210 * config.guess: Import CVS version 1.156.
10211 * config.sub: Import CVS version 1.179.
10212
10213 2000-09-02 Anthony Green <green@cygnus.com>
10214
10215 * Makefile.in (all-gcc): Depend on all-zlib.
10216 (CLEAN_MODULES): Add clean-zlib.
10217 (ALL_MODULES): Add all-zlib.
10218 * configure.in (host_libs): Add zlib.
10219
10220 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10221
10222 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10223 crosses, but add gcc/include to the header search path for them.
10224
10225 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10226
10227 * MAINTAINERS: Add self to Write After Approval list.
10228
10229 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10230
10231 * config.guess: Import CVS version 1.152.
10232 * config.sub: Import CVS version 1.177.
10233
10234 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10235
10236 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10237 $targargs to tell whether newlib is going to be built.
10238
10239 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10240 $$r/TARGET_SUBDIR/libio for _G_config.h.
10241
10242 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10243
10244 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10245
10246 2000-08-22 DJ Delorie <dj@redhat.com>
10247
10248 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10249
10250 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10251
10252 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10253 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10254 sub-configures.
10255
10256 2000-08-21 DJ Delorie <dj@redhat.com>
10257
10258 * MAINTAINERS: Add self as a libiberty maintainer
10259
10260 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10261
10262 * configure.in (libstdcxx_flags): Use
10263 libstdc++-v3/src/libstdc++.INC.
10264
10265 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10266
10267 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10268
10269 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10270
10271 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10272
10273 * configure: Make enable_threads and enable_shared defaults
10274 explicit. Substitute enable_threads into generated Makefiles.
10275 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10276 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10277
10278 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10279
10280 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10281
10282 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10283
10284 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10285 previous delta.
10286
10287 2000-08-11 Jason Merrill <jason@redhat.com>
10288
10289 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10290 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10291 (FLAGS_FOR_TARGET): Not here.
10292 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10293
10294 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10295
10296 * config-ml.in (CC, CXX): Don't introduce a leading space.
10297
10298 2000-08-07 DJ Delorie <dj@delorie.com>
10299
10300 * MAINTAINERS: Add self as a DJGPP maintainer
10301
10302 2000-08-07 DJ Delorie <dj@redhat.com>
10303
10304 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10305 "if we're also building gcc, and it's a gcc that will run on the
10306 build machine, we want to use its includes instead of the system's
10307 default includes".
10308
10309 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10310
10311 * MAINTAINERS: Add self to Write After Approval list.
10312
10313 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10314
10315 * configure.in (libstdcxx_flags): Don't use `"'.
10316
10317 * config-ml.in: Adjust multilib search paths to the
10318 appropriate multilib tree.
10319
10320 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10321
10322 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10323 commas in $LANGUAGES.
10324
10325 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10326
10327 * configure.in: Re-enable all references to libg++ and librx.
10328
10329 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10330
10331 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10332 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10333 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10334 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10335
10336 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10337
10338 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10339
10340 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10341 CXX_FOR_TARGET for sed.
10342
10343 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10344
10345 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10346 Do not override if already set in the environment or in configure.
10347 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10348 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10349
10350 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10351
10352 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10353 the libtool CVS tree multi-language branch.
10354 * ltconfig, ltmain.sh: Updated.
10355
10356 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10357
10358 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10359 (clean-target): Depend on it.
10360
10361 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10362 (GCC_FOR_TARGET): Use it.
10363 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10364 * configure.in: ... here.
10365 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10366 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10367
10368 2000-07-24 Eric Christopher <echristo@cygnus.com>
10369
10370 * MAINTAINERS: Add self to Write After Approval list.
10371
10372 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10373
10374 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10375 (configure-target-libchill, configure-target-libobjc): Likewise.
10376
10377 * configure.in: Use the same cache file for all target libs.
10378 * config-ml.in: But different cache files per multilib variant.
10379
10380 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10381
10382 * configure (topsrcdir): Don't use dirname.
10383
10384 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10385
10386 * MAINTAINERS: Add self to Write After Approval list.
10387
10388 2000-07-20 Jason Merrill <jason@redhat.com>
10389
10390 * configure.in: Remove all references to libg++ and librx.
10391
10392 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10393
10394 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10395
10396 * config.sub: Update to subversions version 2000-07-06.
10397
10398 2000-07-12 Andrew Haley <aph@cygnus.com>
10399
10400 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10401 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10402
10403 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10404
10405 * symlink-tree: Check number of arguments.
10406
10407 2000-07-05 Jim Wilson <wilson@cygnus.com>
10408
10409 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10410 search path for a g++ extracted from the build tree. This
10411 will allow link tests run by configure scripts in
10412 subdirectories to succeed.
10413
10414 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10415
10416 * ltconfig: Add support for mips-dde-sysv4.2MP
10417
10418 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10419
10420 * MAINTAINERS: Add myself as loop discovery maintainer.
10421
10422 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10423
10424 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10425 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10426
10427 2000-06-19 Timothy Wall <twall@cygnus.com>
10428
10429 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10430 * config.sub: Add tic54x target.
10431
10432 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10433
10434 * MAINTAINERS: Add self as Fortran maintainer,
10435 remove Craig Burley.
10436
10437 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10438
10439 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10440 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10441
10442 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10443
10444 * MAINTAINERS: Add self as i18n maintainer
10445
10446 20000-05-21 H.J. Lu (hjl@gnu.org)
10447
10448 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10449 directory are used if they exist. Make sure
10450 $(build_tooldir)/include is searched for header files,
10451 $(build_tooldir)/lib/ for library files.
10452 (GCC_FOR_TARGET): Likewise.
10453 (CXX_FOR_TARGET): Likewise.
10454
10455 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10456
10457 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10458
10459 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10460
10461 * Makefile.in (configure-target-libiberty): Depend on
10462 configure-target-newlib.
10463
10464 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10465
10466 * configure.in, Makefile.in: Merge all libffi-related
10467 configury stuff from the libgcj tree.
10468
10469 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10470
10471 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10472 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10473
10474 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10475
10476 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10477 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10478 current version information. Add to proto-toplev directory.
10479 (gdb-taz): Build do-djunpack.
10480
10481 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10482
10483 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10484
10485 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10486
10487 * MAINTAINERS: Add self to Write After Approval list.
10488
10489 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10490
10491 * ltmain.sh: Preserve in relink_command any environment
10492 variables that may affect the linker behavior.
10493
10494 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10495
10496 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10497
10498 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10499
10500 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10501
10502 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10503
10504 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10505 with the version name.
10506
10507 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10508
10509 * MAINTAINERS: Add self as bb-reorder maintainer.
10510
10511 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10512
10513 * config.if: Tweak.
10514
10515 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10516
10517 * djunpack.bat: New file.
10518
10519 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10520
10521 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10522 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10523 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10524 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10525
10526 2000-04-16 Dave Pitts <dpitts@cozx.com>
10527
10528 * config.sub (case $basic_machine): Change default for "ibm-*"
10529 to "openedition".
10530
10531 2000-04-13 Andreas Jaeger <aj@suse.de>
10532
10533 * MAINTAINERS: Added myself.
10534
10535 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10536
10537 * Makefile.in (gdb-taz): New target. GDB specific archive.
10538 (do-md5sum): New target.
10539 (MD5PROG): Define.
10540 (PACKAGE): Default to TOOL.
10541 (VER): Default to a shell script.
10542 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10543 md5 checksum generation.
10544 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10545 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10546 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10547 insight.tar.bz2): Use gdb-taz to create archive.
10548
10549 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10550
10551 * configure (warn_cflags): Delete.
10552
10553 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10554
10555 * MAINTAINERS: Added myself.
10556
10557 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10558 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10559
10560 * configure.in (enable_libstdcxx_v3): Add.
10561 (target_libs): Add bits here to switch between libstdc++-v2 and
10562 libstdc++-v3.
10563 * config.if: And this file too.
10564 * Makefile.in: Add libstdc++-v3 targets.
10565
10566 2000-04-05 Michael Meissner <meissner@redhat.com>
10567
10568 * config.sub (d30v): Add d30v as a basic machine type.
10569
10570 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10571
10572 * configure.in: -linux-gnu*, not -linux-gnu.
10573
10574 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10575
10576 * MAINTAINERS: Add self in write-after-approval section.
10577
10578 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10579
10580 * MAINTAINERS: Add self as ia64 port maintainer.
10581
10582 2000-03-08 Neil Booth <NeilB@earthling.net>
10583
10584 * MAINTAINERS: Add self in write-after-approval section.
10585
10586 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10587
10588 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10589 (do-tar-bz2): Replace TOOL with PACKAGE.
10590 (gdb.tar.bz2): Remove GDBTK from GDB package.
10591 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10592 dejagnu.tar.bz2): New packages.
10593
10594 2000-02-27 Andreas Jaeger <aj@suse.de>
10595
10596 * configure.in: Add entry for mips*-*-linux*, move catch all
10597 *-*-*linux* entry below this one.
10598
10599 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10600
10601 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10602
10603 2000-02-24 Nick Clifton <nickc@cygnus.com>
10604
10605 * config.sub: Support an OS of "wince".
10606
10607 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10608
10609 * config.guess, config.sub: Updated to match config's 2000-02-15
10610 version.
10611
10612 2000-02-23 Linas Vepstas <linas@linas.org>
10613
10614 * config.sub: Add support for Linux/IBM 370.
10615 * configure.in: Likewise.
10616
10617 2000-02-22 Nick Clifton <nickc@cygnus.com>
10618
10619 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10620
10621 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10622
10623 * config.guess: Guess "cygwin" rather than "cygwin32".
10624
10625 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10626
10627 * configure (gcc_version): When setting, narrow search to
10628 lines containing `version_string'.
10629
10630 2000-02-15 Denis Chertykov <denisc@overta.ru>
10631
10632 * config.sub: Add support for avr target.
10633
10634 2000-02-14 Nick Clifton <nickc@cygnus.com>
10635
10636 * MAINTAINERS: Add maintainers for MCore port.
10637
10638 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10639
10640 * config.sub: Add mmix-knuth-mmixware.
10641
10642 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10643
10644 * MAINTAINERS: Pair cccp with cpplib maintainership.
10645
10646 2000-01-27 Christopher Faylor <cgf@redhat.com>
10647
10648 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10649 structure stuff to -L library search.
10650 (CXX_FOR_TARGET): Ditto.
10651 (CROSS_CHECK_MODULES): Fix spelling mistake.
10652
10653 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10654
10655 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10656 the C++ compiler.
10657
10658 2000-01-12 Richard Henderson <rth@cygnus.com>
10659
10660 * configure.in: Don't build some bits for beos.
10661
10662 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10663
10664 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10665 as include files.
10666
10667 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10668
10669 * Add self as cpplib maintainer, as requested by Jason
10670 Merrill. Correct my e-mail address.
10671
10672 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10673
10674 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10675 not mh-aix43.
10676
10677 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10678
10679 * MAINTAINERS: Add myself to "write after approval" list.
10680
10681 1999-12-14 Richard Henderson <rth@cygnus.com>
10682
10683 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10684 * config.sub: Accept alphaev[78], alphaev8.
10685
10686 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10687
10688 * config.guess, config.sub: Update from autoconf.
10689
10690 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10691
10692 * MAINTAINERS: update my playtime e-address.
10693
10694 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10695
10696 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10697 necessary libraries are missing.
10698
10699 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10700
10701 * MAINTAINERS: Add new 'write after approval' maintainer.
10702
10703 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10704
10705 * MAINTAINERS: Add new Java maintainer.
10706
10707 1999-10-25 Andreas Schwab <schwab@suse.de>
10708
10709 * configure: Fix quoting inside arguments of eval.
10710
10711 1999-10-21 Nick Clifton <nickc@cygnus.com>
10712
10713 * config-ml.in: Allow suppression of some ARM multilibs.
10714
10715 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10716
10717 * config.guess: Add OS/390 match pattern.
10718 * config.sub: Add mvs, openedition targets.
10719 * configure.in (i370-ibm-opened*): New.
10720
10721 1999-09-04 Steve Chamberlain <sac@pobox.com>
10722
10723 * config.sub: Add support for configuring for pj.
10724
10725 1999-08-31 Nick Clifton <nickc@cygnus.com>
10726
10727 * config.sub (maybe_os): Add support for configuring for fr30.
10728
10729 1999-08-25 Nick Clifton <nickc@cygnus.com>
10730
10731 * configure.in: Do not configure or build ld for AIX
10732 platforms. ld is known to be broken on these platforms.
10733
10734 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10735
10736 * config-ml.in: Pass compiler flag corresponding to multidirs to
10737 subdir configures.
10738
10739 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10740
10741 * Makefile.in (LDFLAGS): Define.
10742
10743 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10744
10745 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10746 noconfigdirs.
10747 (*-*-cygwin*): Likewise.
10748
10749 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10750
10751 * mkdep: New file.
10752 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10753 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10754
10755 From Eli Zaretskii <eliz@is.elta.co.il>:
10756 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10757 long file name when using DJGPP on MS-DOS.
10758
10759 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10760
10761 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10762
10763 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10764
10765 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10766 dependency as this causes "make check" to globally "make all"
10767
10768 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10769
10770 * configure.in (target_libs): Added target-zlib.
10771 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10772 (CONFIGURE_TARGET_MODULES): Likewise.
10773 (CHECK_TARGET_MODULES): Likewise.
10774 (INSTALL_TARGET_MODULES): Likewise.
10775 (CLEAN_TARGET_MODULES): Likewise.
10776 (configure-target-zlib): New target.
10777 (all-target-zlib): Likewise.
10778 (all-target-libjava): Depend on all-target-zlib.
10779 (configure-target-libjava): Depend on configure-target-zlib.
10780
10781 * Makefile.in (configure-target-libjava): Depend on
10782 configure-target-newlib.
10783 (configure-target-boehm-gc): New target.
10784 (configure-target-qthreads): New target.
10785
10786 * configure.in (target_libs): Added target-qthreads.
10787 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10788 (CONFIGURE_TARGET_MODULES): Likewise.
10789 (CHECK_TARGET_MODULES): Likewise.
10790 (INSTALL_TARGET_MODULES): Likewise.
10791 (CLEAN_TARGET_MODULES): Likewise.
10792 (all-target-qthreads): New target.
10793 (configure-target-libjava): Depend on configure-target-qthreads.
10794 (all-target-libjava): Depend on all-target-qthreads.
10795
10796 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10797 (CONFIGURE_TARGET_MODULES): Likewise.
10798 (CHECK_TARGET_MODULES): Likewise.
10799 (INSTALL_TARGET_MODULES): Likewise.
10800 (CLEAN_TARGET_MODULES): Likewise.
10801 (all-target-libjava): New target.
10802 (all-target-boehm-gc): Likewise.
10803 * configure.in (target_libs): Added libjava, boehm-gc.
10804
10805 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10806
10807 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10808 configure.bat in SUPPORT_FILES.
10809 (gas+binutils.tar.bz2): Likewise.
10810
10811 * makeall.bat: Remove; obsolete.
10812
10813 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10814
10815 From Mark Elbrecht:
10816 * configure.bat: Remove; obsolete.
10817
10818 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10819
10820 * configure: Add -W -Wall to the default CFLAGS when compiling with
10821 gcc.
10822
10823 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10824
10825 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10826
10827 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10828
10829 * configure.in: Build ld on IRIX6.
10830
10831 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10832
10833 * Makefile.in: Change distribution targets to use bzip2 instead of
10834 gzip.
10835 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10836 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10837
10838 1999-06-04 Nick Clifton <nickc@cygnus.com>
10839
10840 * config.sub: Add mcore target.
10841
10842 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10843
10844 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10845
10846 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10847
10848 * config.guess (dummy): Changed to $dummy.
10849
10850 1999-05-24 Nick Clifton <nickc@cygnus.com>
10851
10852 * config.sub: Tidied up case statements.
10853
10854 1999-05-22 Ben Elliston <bje@cygnus.com>
10855
10856 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10857 <jiro@din.or.jp>.
10858
10859 * config.guess: Merge with FSF version. Future changes will be
10860 more accurately recorded in this ChangeLog.
10861 * config.sub: Likewise.
10862
10863 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
10864
10865 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10866
10867 1999-04-30 Tom Tromey <tromey@cygnus.com>
10868
10869 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10870
10871 1999-04-23 Tom Tromey <tromey@cygnus.com>
10872
10873 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10874
10875 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10876
10877 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10878 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10879 Bad merge removed these two changes.
10880
10881 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10882 Martin Heller (Ing.-Buero_Heller@t-online.de)
10883
10884 * config.guess (interix Alpha): Add.
10885
10886 1999-04-11 Richard Henderson <rth@cygnus.com>
10887
10888 * configure.in (i?86-*-beos*): Do config gperf; don't config
10889 gdb, newlib, or libgloss.
10890
10891 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
10892
10893 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10894 link a trivial program with -mabi=64. If it fails, remove mabi=64
10895 from multidirs.
10896
10897 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
10898
10899 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10900
10901 1999-04-08 Nick Clifton <nickc@cygnus.com>
10902
10903 * config.sub: Add support for mcore targets.
10904
10905 1999-04-07 Michael Meissner <meissner@cygnus.com>
10906
10907 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10908 not mt-ospace, in order to shut up assembler warning about using
10909 symbols that are named the same as registers.
10910
10911 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10912
10913 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10914 dependency list for all-target-cygmon.
10915
10916 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10917
10918 * config-ml.in: Check $host, not $target, for selective multilibs.
10919 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10920 thumb interworking, and underscore prefix multilibs.
10921
10922 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10923
10924 * missing: Update to version from current automake.
10925
10926 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10927
10928 * configure (gxx_include_dir): Removed.
10929
10930 * configure.in (gxx_include_dir): Handle it.
10931 * Makefile.in: Likewise.
10932
10933 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10934
10935 * config.sub (mips64vr4111,mips64vr4111el) Add.
10936
10937 1999-03-21 Ben Elliston <bje@cygnus.com>
10938
10939 * config.guess: Correct typo for detecting ELF on FreeBSD.
10940
10941 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10942
10943 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10944 config/mh-djgpp.
10945
10946 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10947
10948 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10949 all-target-newlib to dependency list for all-target-bsp.
10950
10951 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10952
10953 * config.sub: Add i386-uwin support.
10954 * config.guess: Likewise.
10955
10956 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10957
10958 * configure.in: cleanup, add mh-*pic handling for arm, special
10959 case powerpc*-*-aix*
10960
10961 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10962
10963 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10964 can be built.
10965
10966 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10967
10968 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10969 targets.
10970
10971 1999-03-02 Nick Clifton <nickc@cygnus.com>
10972
10973 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10974
10975 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
10976
10977 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10978
10979 1999-02-24 Nick Clifton <nickc@cygnus.com>
10980
10981 * config.sub: Fix typo in arm recognition.
10982
10983 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
10984
10985 * configure.in (noconfigdirs): Changed target_configdirs to
10986 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10987 rather than m68k-*-* since it is not known to work on
10988 m68k-aout. Ditto for arm-*-*oabi.
10989
10990 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
10991
10992 * configure.in (*-*-windows*): Remove, no longer used.
10993
10994 1999-02-19 Ben Elliston <bje@cygnus.com>
10995
10996 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10997 Smart and improved by Andrew Cagney.
10998
10999 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11000
11001 * config.guess: Recognize openbsd-*-hppa.
11002
11003 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11004
11005 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11006 only if it is not empty.
11007
11008 1999-02-17 Nick Clifton <nickc@cygnus.com>
11009
11010 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11011
11012 * config.guess: Modified to recognize uname's armv* syntax.
11013
11014 * config.sub: Modified to recognize uname's armv* syntax.
11015
11016 1999-02-17 Mark Salter <msalter@cygnus.com>
11017
11018 * configure.in: Added target-bsp for sparclite.
11019
11020 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11021
11022 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11023
11024 1999-02-08 Nick Clifton <nickc@cygnus.com>
11025
11026 * configure.in: Add support for strongarm port.
11027 * config.sub: Add support for strongarm target.
11028
11029 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11030
11031 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11032 the old name config/mh-cygwin32.
11033 Enable texinfo.
11034
11035 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11036
11037 * configure.in: Do build ld for ix86 Solaris.
11038
11039 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11040
11041 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11042 $AR_FOR_TARGET. Likewise for RANLIB.
11043
11044 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11045
11046 * config.sub (oabi): Recognize.
11047 * configure.in (arm-*-oabi): Handle.
11048
11049 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11050
11051 * config.guess: Improve detection of i686 on UnixWare 7.
11052
11053 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11054
11055 * config.guess: Add support for i386-pc-interix.
11056 * config.sub: Likewise.
11057 * configure.in: Likewise.
11058
11059 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11060
11061 * Makefile.in: Remove unneeded all-target-libio from
11062 from all-target-winsup target since it is now unneeded.
11063 Add all-target-libtermcap in its place since it is now
11064 needed.
11065
11066 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11067
11068 * configure.in: makefile stub for cygwin target is probably
11069 unnecessary. Remove it for now.
11070
11071 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11072
11073 * configure.in: libtermcap.a should be built when cygwin is the
11074 target as well as the host.
11075 * config.guess: Allow mixed case in cygwin uname output.
11076 * Makefile.in: Add libtermcap target.
11077
11078 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11079
11080 * config.sub: Clean up handling of hppa2.0.
11081
11082 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11083
11084 * config.guess: Use C code to identify more HP machines.
11085
11086 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11087
11088 * config.sub: Handle hppa2.0.
11089
11090 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11091
11092 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11093 cygmon for all sparclite targets, regardless of object format.
11094
11095 1998-12-15 Mark Salter <msalter@cygnus.com>
11096
11097 * configure.in: Added target-bsp for several target architectures.
11098
11099 * Makefile.in: Added rules for bsp.
11100
11101 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11102
11103 * config.guess: Improve detection of hppa2.0 processors.
11104
11105 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11106
11107 * config.guess: Recognize FreeBSD using ELF automatically.
11108
11109 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11110
11111 * configure (skip-this-dir): Add handling for new shell script, which
11112 might be created by a sub-directory's configure to indicate, this particular
11113 directory is "unwanted".
11114 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11115
11116 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11117
11118 * ltconfig: import from libtool, after changing libtool to
11119 account for the cygwin name change.
11120
11121 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11122
11123 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11124 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11125
11126 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11127
11128 * configure.in: Add libtermcap to list of cygwin dependencies.
11129
11130 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11131
11132 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11133 they include winsup/include when it's a cygwin target.
11134
11135 1998-11-12 Tom Tromey <tromey@cygnus.com>
11136
11137 * configure.in (host_tools): Added zip.
11138 * Makefile.in (all-target-libjava): Depend on all-zip.
11139 (all-zip): New target.
11140 (ALL_MODULES): Added all-zip.
11141 (NATIVE_CHECK_MODULES): Added check-zip.
11142 (INSTALL_MODULES): Added install-zip.
11143 (CLEAN_MODULES): Added clean-zip.
11144
11145 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11146
11147 * Makefile.in: lose "32" from comment about cygwin.
11148
11149 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11150
11151 * configure.in: Use -Os to build target libraries for the fr30.
11152
11153 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11154
11155 * config.sub: Add fr30.
11156
11157 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11158
11159 * configure.in: drop "32" from config/mh-cygwin32. Check
11160 cygwin* instead of cygwin32*.
11161 * config.sub: Check cygwin* instead of cygwin32*.
11162
11163 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11164
11165 * config.guess: Match any version of Unixware7.
11166
11167 1998-10-20 Syd Polk <spolk@cygnus.com>
11168
11169 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11170 if desired.
11171
11172 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11173
11174 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11175 these if the appropriate directories and files to not exist.
11176
11177 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11178
11179 * Makefile.in (DEVO_SUPPORT): Add config.if.
11180
11181 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11182
11183 * configure: Add pattern to replace "build_tooldir"'s
11184 definition in the generated Makefile with "tooldir"'s
11185 actual value.
11186
11187 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11188
11189 * config.sub: Bring back lost sparcv9.
11190
11191 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11192
11193 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11194
11195 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11196 CC_FOR_TARGET and friends.
11197
11198 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11199
11200 * Makefile.in (build_tooldir): New variable, same as tooldir.
11201 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11202 -B$(build_tooldir)/bin/.
11203 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11204
11205 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11206
11207 * README: Remove installation instructions and refer to the
11208 INSTALL directory instead.
11209
11210 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11211
11212 * config.sub: Add support for i[34567]86-pc-udk.
11213 * configure.in: Likewise.
11214
11215 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11216
11217 * Makefile.in: add bzip2 package building bits for user
11218 tools module
11219 * configure.in: ditto
11220
11221 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11222
11223 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11224 (ALL_TARGET_MODULES): Add all-target-libobjc.
11225 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11226 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11227 (all-target-libchill): Add dependencies.
11228 * configure.in (target_libs): Add libchill.
11229
11230 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11231
11232 * configure.in (target_subdir): Remove duplicate line.
11233
11234 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11235
11236 * Makefile.in (all-automake): fix dependencies.
11237
11238 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11239
11240 * configure.in: Minor cleanups for building in the $(target_alias)
11241 subdir.
11242
11243 1998-09-22 Jim Wilson <wilson@cygnus.com>
11244
11245 * Makefile.in (bootstrap): Set r and s before make all. Use
11246 BASE_FLAGS_TO_PASS in make all.
11247 (cross): Likewise.
11248
11249 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11250
11251 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11252
11253 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11254
11255 * config.sub: Fix typo in last change.
11256
11257 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11258
11259 * config.sub: Add support for C4x target.
11260 * configure.in: Likewise.
11261
11262 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11263
11264 * config.sub: Recognize sparcv9 just like sparc64.
11265
11266 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11267
11268 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11269
11270 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11271
11272 * config.guess: Correctly identify Pentium II sco boxes.
11273
11274 * config.guess: Fix "tr" code. From Weiwen Liu.
11275
11276 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11277
11278 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11279 stabs.
11280
11281 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11282
11283 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11284 (ALL_TARGET_MODULES): Add all-target-libchill.
11285 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11286 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11287 (all-target-libchill): Add dependencies.
11288 * configure.in (target_libs): Add libchill.
11289
11290 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11291
11292 * config.guess: Avoid assumptions about "tr" behaves when
11293 LANG is set to something other than English.
11294
11295 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11296
11297 * configure (gxx_include_dir): Changed to
11298 '${prefix}/include/g++'-${libstdcxx_interface}.
11299
11300 * config.if: New to determine the interfaces.
11301
11302 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11303
11304 * config.guess: Detect and handle MPE/IX.
11305 * config.sub: Deal with MPE/IX.
11306
11307 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11308
11309 * configure.in: Use mh-aix43.
11310
11311 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11312
11313 * configure: Fix --without/--disable cases for gxx-include-dir.
11314
11315 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11316
11317 * mdata-sh: Imported. Needed for automake support.
11318
11319 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11320
11321 * Makefile.in (taz): Try "chmod -R og=u ." before
11322 "chmod og=u `find . -print`".
11323
11324 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11325
11326 * configure.in: Add arm-elf and thumb-elf support.
11327
11328 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11329
11330 * Makefile.in: Undo previous patch.
11331
11332 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11333
11334 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11335 to here ...
11336 (install-no-fixedincludes): and here
11337 (INSTALL_MODULES): ... from here.
11338
11339 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11340
11341 * config.sub: Merge with FSF.
11342
11343 * config.guess: Merge with FSF.
11344
11345 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11346
11347 * configure (extraconfigdirs): New variable.
11348 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11349 * Makefile.in (all): Move higher in file.
11350 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11351 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11352 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11353 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11354 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11355
11356 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11357
11358 * Makefile.in (all-target-libjava): Depend on all-gcc and
11359 all-target-newlib.
11360 (configure-target-libjava): Depend on $(ALL_GCC).
11361
11362 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11363
11364 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11365 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11366
11367 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11368
11369 * INSTALL/README: Fix typo.
11370
11371 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11372
11373 * ylwrap: Change absolute path checks to check for DOS style path
11374 names.
11375
11376 * ylwrap: Don't use a full path name if the source file is in the
11377 same directory. From hjl@lucon.org (H.J. Lu).
11378
11379 * config-ml.in: Default to being verbose, to match Feb 18 change to
11380 configure.
11381
11382 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11383
11384 Brought over from egcs:
11385
11386 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11387
11388 * configure.in (target_subdir): Set to ${target_alias} instead
11389 of "libraries".
11390
11391 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11392
11393 * configure.in (target_subdir): Set to libraries if enable_multilib.
11394
11395 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11396
11397 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11398 multilibs, force reconfiguration the first time we create
11399 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11400
11401 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11402
11403 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11404 avoid confusion with --no-recursion.
11405
11406 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11407
11408 * configure.in: Win32 hosts shouldn't use install -x
11409 * install-sh: remove -x option, and special .exe-handling
11410 hack.
11411
11412 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11413
11414 * config.guess: Recognize i586-pc-beos.
11415 * configure.in: Don't build some bits for beos.
11416
11417 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11418
11419 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11420 CFLAGS default to -O2.
11421
11422 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11423 when using GNU ld.
11424
11425 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11426
11427 * ltmain.sh: Correct install when using a different shell.
11428
11429 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11430
11431 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11432
11433 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11434
11435 * makefile.vms: Update to build binutils/makefile.vms. Add install
11436 target.
11437
11438 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11439
11440 * ltconfig: Update to correct AIX handling.
11441
11442 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11443
11444 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11445
11446 * configure.in (target_subdir): Set to ${target_alias} instead
11447 of "libraries".
11448
11449 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11450
11451 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11452 (Makefile): Depend on $(gcc_version_trigger).
11453
11454 * configure (gcc_version): Change default initializer to empty
11455 string.
11456 (gcc_version_trigger): New variable; pass this variable down
11457 to subdir configures to enable them checking gcc's version
11458 themselves. Emit make macros for both gcc_version vars.
11459 (topsrcdir): Initialize reliably.
11460 (recursion line): Remove --with-gcc-version=${gcc_version}.
11461
11462 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11463
11464 * configure (enable_version_specific_runtime_libs): Implement new flag
11465 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11466 in $(libsubdir); emit definition in each generated Makefile.
11467 (gxx_include_dir): Initialize depending on
11468 $enable_version_specific_runtime_libs.
11469
11470 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11471
11472 * configure (gcc_version): Initialize properly depending on
11473 how and where configure is started.
11474 (recursion line): Pass a --with-gcc-version=${gcc_version}
11475 to configures in subdirs.
11476
11477 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11478
11479 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11480 cygmon
11481
11482 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11483
11484 * configure.in: Add cygmon and libstub support for mn10200.
11485
11486 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11487
11488 * configure (gcc_version): Add new variable describing the
11489 particular gcc version we're building.
11490 * Makefile.in (libsubdir): Add new macro for the directory
11491 in which the compiler finds executables, libraries, etc.
11492 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11493 and libsubdir.
11494
11495 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11496
11497 * Makefile.in (local-clean): Remove *.log.
11498 (warning.log): Built with warn_summary from build.log.
11499 (mail-report.log): Run test_summary.
11500 (mail-report-with-warnings.log): Run test_summary including
11501 warning.log in the report.
11502
11503 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11504
11505 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11506
11507 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11508
11509 * Makefile.in (grep): Grep no longer depends on libiberty.
11510
11511 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11512
11513 * Makefile.in: all-snavigator needs all-libgui.
11514
11515 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11516
11517 * configure.in: Add cygmon and libstub support for mn10300.
11518
11519 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * missing: Update to version from automake 1.3.
11522
11523 * ltmain.sh: On installation, don't get confused if the same name
11524 appears more than once in the list of library names.
11525
11526 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11527
11528 * config.sub: Accept m68060 and m5200 as CPU names.
11529
11530 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11531
11532 * configure: Use && rather than using -a in test, because odd
11533 strings can confuse test.
11534 * configure.in: Likewise.
11535
11536 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11537
11538 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11539
11540 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11541
11542 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11543 bootstrap4-lean): New targets.
11544
11545 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11546
11547 * mpw-* Delete. Not used.
11548
11549 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11550
11551 * COPYING.LIB: Update FSF address.
11552
11553 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11554
11555 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11556
11557 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11558 GAS_SUPPORT_DIRS.
11559
11560 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11561
11562 * ltconfig, ltmain.sh: Avoid producing a version number if
11563 -version-info was not used.
11564
11565 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11566
11567 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11568 building with newlib.
11569
11570 1998-04-30 Paul Eggert <eggert@twinsun.com>
11571
11572 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11573 Solaris `make' causes it to continue to next definition.
11574
11575 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11576
11577 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11578 the right GUI libraries and files are installed along with GDB.
11579
11580 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11581
11582 * configure.in: Change alpha to alpha* in several places.
11583
11584 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11585
11586 * config.sub: Recognize sparc86x.
11587
11588 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11589
11590 * configure.in (--enable-target-optspace): Remove debug echo.
11591
11592 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11593
11594 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11595
11596 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11597
11598 * ltconfig: Update cygwin32 support.
11599
11600 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11601 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11602 (GDB_SUPPORT_DIRS): Likewise.
11603
11604 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11605
11606 * configure.in (target_makefile_frag): If --enable-target-optspace,
11607 use -Os to compile target libraries rather than -O2. Default to
11608 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11609 not used.
11610 * configure.in (target_cflags): Ditto for d30v.
11611
11612 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11613
11614 * Makefile.in (all-bfd): Depend on all-intl.
11615 (all-binutils): Likewise.
11616 (all-gas): Likewise.
11617 (all-gprof): Likewise.
11618 (all-ld): Likewise.
11619
11620 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11621
11622 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11623
11624 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11625
11626 * Makefile.in (all-bfd): Depend upon all-libiberty.
11627
11628 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11629
11630 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11631
11632 * Makefile.in: Add libstub.
11633
11634 * configure.in: Ditto. Build libstub for targets that have cygmon
11635 support.
11636
11637 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11638
11639 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11640
11641 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11642
11643 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11644 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11645
11646 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11647
11648 * configure: Define DEFAULT_M4 by searching PATH.
11649 * Makfile.in: Use DEFAULT_M4.
11650
11651 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11652
11653 * ltconfig: Add cygwin32 support.
11654
11655 * Makefile.in, configure.in: Add libtool as a native only directory
11656 to configure and build.
11657
11658 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11659
11660 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11661
11662 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11663
11664 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11665
11666 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11667
11668 * Makefile.in: add ash make rules
11669 * configure.in: add ash to native_only and host_tools lists
11670
11671 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11672
11673 * Makefile.in (all-gettext, all-intl): New targets.
11674 (ALL_MODULES): Added all-gettext, all-intl.
11675 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11676 (INSTALL_MODULES): Added install-gettext, install-intl.
11677 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11678
11679 * configure.in (host_tools): Added gettext.
11680 (native_only): Likewise.
11681 (noconfigdirs) [various cases]: Likewise.
11682 (host_libs): Added intl.
11683
11684 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11685
11686 * configure: Do not disable building gdbtk for cygwin32 hosts.
11687
11688 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11689
11690 * configure.in: Add thumb-coff target.
11691 * config.sub: Add thumb-coff target.
11692
11693 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11694
11695 * Makefile.in: Revert yesterday's change.
11696 (all-target-winsup): all-target-librx stays out of here.
11697
11698 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11699
11700 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11701 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11702 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11703 Remove references to librx and libg++.
11704
11705 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11706
11707 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11708 recursive makes
11709
11710 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11711
11712 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11713 for newlib directory.
11714 (CXX_FOR_TARGET): Likewise.
11715
11716 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11717
11718 * ltconfig: Update after libtool/ltconfig.in change for
11719 hpux11.
11720
11721 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11722
11723 * ltconfig, ltmain.sh: Update to libtool 1.2.
11724
11725 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11726
11727 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11728 (install-gcc-cross): Instead, override LANGUAGES here.
11729
11730 1998-03-18 Dave Love <d.love@dl.ac.uk>
11731
11732 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11733 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11734
11735 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11736
11737 * configure.in: Add Thumb-pe target.
11738
11739 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11740
11741 * Makefile.in - changed sn targets to snavigator
11742 * configure.in - changed sn targets to snavigator
11743
11744 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11745
11746 * config-ml.in: After building symlink tree call make distclean
11747 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11748 to be the case for libiberty.
11749
11750 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11751
11752 * configure: When making link, also check the current
11753 directory. The configure scripts may create one.
11754
11755 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11756
11757 * config.sub: Accept alphapca56 and alphaev6 properly.
11758
11759 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11760
11761 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11762
11763 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11764
11765 * config.sub (sco5): Fix typo.
11766
11767 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11768
11769 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11770 install-itcl.
11771 (install-itcl): Remove dependency on install-tcl.
11772
11773 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11774
11775 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11776
11777 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11778
11779 * configure.in: Don't build libgui for a cygwin32 target when not on
11780 a cygwin32 host.
11781
11782 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11783
11784 * configure (redirect): Set to null, so default behavior of
11785 configure is now --verbose.
11786
11787 1998-02-16 Dave Love <d.love@dl.ac.uk>
11788
11789 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11790 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11791
11792 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11793
11794 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11795 this change to sync Makefile.in with its ChangeLog entries.
11796
11797 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11798
11799 * ltmain.sh (mkdir): Check that the directory doesn't exist
11800 before we exit with error, so that we don't get races during
11801 parallel builds.
11802
11803 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11804
11805 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11806
11807 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11808
11809 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11810 PICFLAG_FOR_TARGET.
11811 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11812
11813 * configure: Emit a definition for the new macro enable_shared
11814 into each Makefile.
11815
11816 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11817
11818 * configure.in (host_tools, native_only): Add libtool.
11819
11820 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11821
11822 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11823 Fix typo in ming config comment.
11824
11825 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11826
11827 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11828
11829 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11830
11831 * config.sub: Add tic30 cases, and map c30 to tic30.
11832
11833 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11834
11835 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11836 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11837 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11838 (CLEAN_TARGET_MODULES): Similarly
11839 (all-target-libf2c): Add dependences.
11840 * configure.in (target_libs): Add libf2c.
11841
11842 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11843
11844 * configure.in: Remove expect from noconfigdirs when target
11845 is cygwin32. OK to build expect and dejagnu with Canadian
11846 Cross.
11847
11848 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11849
11850 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11851 host.
11852
11853 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11854 and mingw32.
11855
11856 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11857
11858 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11859 here as it is not defined in the toplevel Makefile.
11860
11861 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11862
11863 * configure (package_makefile_rules_frag): New variable, which names
11864 a file with generic rules, ...
11865 Change comment to mention we now have FIVE parts.
11866 * configure: Undo last change.
11867
11868 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11869
11870 * config.guess: More accurate determination of HP processor types.
11871 * config.sub: More accurate determination of HP processor types.
11872
11873 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11874
11875 * configure (package_makefile_frag): Move inserting the
11876 ${package_makefile_frag} to where it should be according
11877 to the comment.
11878
11879 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11880
11881 * config.guess: Add support for Linux/ARM.
11882
11883 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11884
11885 * .cvsignore: Remove *-info and *-install since they match
11886 release-info and mpw-install, which we don't want to just ignore.
11887
11888 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11889
11890 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11891
11892 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11893
11894 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11895 local_prefix to sub-make invocations.
11896
11897 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11898
11899 * configure.in: Check makefile fragments in the source
11900 directory.
11901
11902 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11903
11904 * configure.in: Check whether host and target makefile
11905 fragments exist before adding them to *_makefile_frag.
11906
11907 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11908
11909 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11910
11911 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11912
11913 * configure.in: Make sure we only replace RPATH_ENVVAR on
11914 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11915 regexp to sed.
11916
11917 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11918 to sub-makes.
11919
11920 1998-01-13 Lee Iverson (leei@ai.sri.com)
11921
11922 * config-ml.in (multi-do): LDFLAGS must include multilib
11923 designator.
11924
11925 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11926
11927 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11928
11929 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11930
11931 * config.sub: Add mingw32 support.
11932 * configure.in: Likewise.
11933
11934 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11935
11936 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11937
11938 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11939
11940 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11941 * configure (gxx_include_dir): Provide a definition for subdirs
11942 which do not use autoconf.
11943
11944 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11945
11946 * config.guess: Sync with egcs. Picks up new alpha support,
11947 BeOS & some additional linux support.
11948
11949 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11950
11951 * config.guess: HP 9000/803 is a PA1.1 machine.
11952
11953 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11954
11955 * configure.in: It's alpha*-...
11956
11957 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11958
11959 * configure.in (host_makefile_frag, target_makefile_frag):
11960 Handle multiple config files.
11961 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11962 alpha-*-*.
11963
11964 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11965
11966 * mkdep: New file.
11967
11968 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11969
11970 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11971
11972 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11973
11974 * Makefile.in: Add libgui directory.
11975 (GDB_TK): Add all-libgui.
11976 * configure.in: Add libgui directory.
11977 * configure: Add all-libgui to GDB_TK.
11978
11979 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11980
11981 * config-ml.in (multidirs): Add m32r to multilib list.
11982
11983 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11984
11985 * Makefile.in (all-target-gperf): Change dependency to
11986 all-target-libstdc++.
11987
11988 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11989
11990 * config.guess: Add BeOS support.
11991
11992 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11993
11994 Source directory cvs renamed to cvssrc:
11995 * configure.in (host_tools): Change cvs to cvssrc.
11996 (native_only): Likewise.
11997 (noconfigdirs) [various cases]: Likewise.
11998 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11999 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12000 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12001 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12002 (all-cvssrc): Rename target from all-cvs.
12003
12004 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12005
12006 * configure (gxx_include_dir): Fix thinko.
12007
12008 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12009
12010 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12011 (install-cross, install-gcc-cross): New targets.
12012
12013 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12014
12015 * configure.in (noconfigdirs): Add support for Thumb target.
12016
12017 * config.sub (maybe_os): Add support for Thumb target.
12018
12019 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12020
12021 * Makefile.in: Add rules for cygmon.
12022
12023 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12024
12025 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12026
12027 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12028 * configure (gxx_include_dir): Provide a definition for subdirs
12029 which do not use autoconf.
12030
12031 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12032
12033 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12034 11/18/97 build
12035
12036 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12037
12038 * From Franz Sirl.
12039 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12040 found on RedHat Linux systems.
12041
12042 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12043
12044 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12045 guesses.
12046
12047 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12048
12049 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12050
12051 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12052
12053 * ltmain.sh: If mkdir fails, check whether the directory was created
12054 anyhow by some other process.
12055
12056 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12057
12058 * configure.in (d30v-*-*): Configure all directories.
12059
12060 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12061
12062 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12063 for the D30V.
12064
12065 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12066
12067 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12068
12069 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12070
12071 * include/libiberty.h: Add extern "C" { so it can be used with C++
12072 progrms.
12073 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12074 programs.
12075
12076 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12077
12078 * configure.in (d30v-*-*): Configure GCC now.
12079
12080 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12081
12082 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12083 is no longer needed.
12084
12085 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12086
12087 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12088
12089 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12090
12091 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12092 targets using "$@" to provide support for similar but not identical
12093 targets without having to duplicate code.
12094
12095 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12096
12097 * makefile.vms: Fix to work with DEC C.
12098
12099 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12100
12101 * config.sub: Add mips-tx39-elf to marketing names.
12102
12103 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12104
12105 * ltmain.sh: Handle symlinks in generated script.
12106
12107 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12108
12109 * configure: Handle autoconf style directory options: --bindir,
12110 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12111 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12112 --sysconfdir.
12113 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12114 (sharedstatedir, localstatedir, oldincludedir): New variables.
12115 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12116 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12117 sbindir, sharedstatedir, and sysconfdir.
12118
12119 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12120
12121 * Makefile.in (bootstrap-lean): New target.
12122
12123 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12124
12125 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12126 sn, and gnuserv from noconfigdirs.
12127
12128 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12129
12130 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12131
12132 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12133
12134 * Makefile.in (cross): New target.
12135
12136 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12137 Jeff Law <law@cygnus.com>
12138
12139 * Makefile.in (bootstrap2, bootstrap3): New targets.
12140 (all-bootstrap): Remove outdated and confusing target.
12141 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12142
12143 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12144
12145 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12146 windows. Consistent with gdb/configure.
12147
12148 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12149
12150 * configure.in: Name Linux target fragment.
12151
12152 * configure: Rewrite so that project Makefile fragment is inserted
12153 first and appears last in the resulting Makefile.
12154
12155 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12156
12157 * Makefile.in (install-itcl): Install tcl first.
12158
12159 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12160
12161 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12162
12163 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12164
12165 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12166
12167 * configure.in (skipdirs): Add target-librx for Linux.
12168 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12169
12170 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12171
12172 * Makefile.in (bootstrap): New target.
12173
12174 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12175
12176 * config.sub: Accept 'amigados' for backward compatibility.
12177
12178 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12179
12180 * config.guess: Merge with FSF.
12181
12182 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12183
12184 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12185
12186 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12187
12188 * config.sub: Add "marketing-names" patch.
12189
12190 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12191
12192 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12193
12194 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12195
12196 * config.sub: Handle v850-elf.
12197
12198 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12199
12200 * .cvsignore (*-install): Remove.
12201
12202 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12203
12204 * ltconfig: Set CONFIG_SHELL in libtool.
12205 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12206
12207 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12208
12209 * configure.in (target_subdir): Set to libraries if enable_multilib.
12210
12211 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12212
12213 * config.guess: Update from gcc directory.
12214
12215 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12216
12217 * Makefile.in (all-sim): Depends on all-readline.
12218
12219 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12220
12221 * Makefile.in (BISON, YACC): Use $$s.
12222 (all-bison): Depend on all-texinfo.
12223
12224 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12225
12226 * Makefile.in (BISON): Add -L flag.
12227 (YACC): Likewise.
12228
12229 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12230
12231 * configure.in (noconfigdirs): Add support for v850e target.
12232
12233 * config.sub (maybe_os): Add support for v850e target.
12234
12235 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12236
12237 * configure.in (noconfigdirs): Add support for v850ea target.
12238
12239 * config.sub (maybe_os): Add support for v850ea target.
12240
12241 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12242
12243 * config.sub: Add mipstx39. Delete r3900.
12244
12245 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12246
12247 * Makefile.in (all-autoconf): Depends on all-texinfo.
12248
12249 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12250
12251 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12252 eabi targets.
12253
12254 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12255
12256 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12257
12258 * configure: When handling a Canadian Cross, handle YACC as well as
12259 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12260 * Makefile.in (all-bison): Depend upon all-texinfo.
12261
12262 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12263
12264 * Makefile.in (BISON): bison, not byacc or bison -y.
12265 (YACC): bison -y or byacc or yacc.
12266 (various): Add *-bison as appropriate.
12267 (taz): No need to mess with BISON anymore.
12268
12269 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12270
12271 * configure: If OSTYPE matches *win32*, try to find a good value for
12272 CONFIG_SHELL.
12273
12274 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12275
12276 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12277 configure.in if it is present.
12278
12279 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12280
12281 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12282
12283 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12284
12285 * config.sub: Recognize `arc' cpu.
12286 * configure.in: Likewise.
12287 * config-ml.in: Likewise.
12288
12289 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12290
12291 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12292
12293 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12294
12295 * configure: Changed sed delimiter from ':' to '|' when
12296 attempting to substitute ${config_shell} for SHELL. On
12297 NT ${config_shell} may contain a ':' in it.
12298
12299 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12300
12301 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12302
12303 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12304
12305 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12306
12307 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12308
12309 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12310
12311 * ylwrap: If the program is a relative path, force it to be
12312 absolute.
12313
12314 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12315
12316 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12317
12318 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12319
12320 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12321 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12322 for libraries.
12323
12324 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12325
12326 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12327 separated by spaces.
12328
12329 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12330
12331 * ylwrap: New file.
12332 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12333
12334 * ltmain.sh: Handle /bin/sh at start of install program.
12335
12336 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12337
12338 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12339 * missing: New file, from automake 1.2.
12340
12341 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12342
12343 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12344 check-tk to CHECK_X11_MODULES.
12345
12346 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12347
12348 * config.sub: Merge with FSF.
12349
12350 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * config.guess: Merge with FSF.
12353
12354 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12355
12356 * configure: Treat msdosdjgpp like go32.
12357 * configure.in: Likewise. Don't remove gprof for go32.
12358
12359 * configure: Change Makefile.tem2 to Makefile.tm2.
12360
12361 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12362
12363 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12364
12365 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12366
12367 * install-sh (chmodcmd): Set to null if the DST directory already
12368 exists. Same as Nov 11th change.
12369
12370 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12371
12372 * configure (GDB_TK): Needs itcl and tix.
12373
12374 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12375
12376 * config.guess: Update from FSF.
12377
12378 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12379
12380 * Makefile.in (GDB_TK): Depend on itcl and tix.
12381
12382 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12383
12384 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12385 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12386 (INSTALL_SCRIPT): New variable.
12387 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12388 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12389 to -x.
12390 * install-sh: Add support for -x option.
12391
12392 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12393
12394 * configure.in, Makefile.in: Treat tix like itcl.
12395
12396 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12397
12398 * Makefile.in (WINDRES): New variable.
12399 (WINDRES_FOR_TARGET): New variable.
12400 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12401 (EXTRA_HOST_FLAGS): Add WINDRES.
12402 (EXTRA_TARGET_FLAGS): Add WINDRES.
12403 (EXTRA_GCC_FLAGS): Add WINDRES.
12404 ($(DO_X)): Pass down WINDRES.
12405 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12406 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12407 DLLTOOL_FOR_TARGET.
12408
12409 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12410
12411 * configure.in: configure sim before gdb for win32-x-ppc
12412
12413 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12414
12415 Move gperf into the toplevel, from libg++.
12416 * configure.in (target_tools): Add target-gperf.
12417 (native_only): Add target-gperf.
12418 * Makefile.in (all-target-gperf): New target, depend on
12419 all-target-libg++.
12420 (configure-target-gperf): Empty rule.
12421 (ALL_TARGET_MODULES): Add all-target-gperf.
12422 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12423 (CHECK_TARGET_MODULES): Add check-target-gperf.
12424 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12425 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12426
12427 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12428
12429 * config.sub (mn10200): Recognize new basic machine.
12430
12431 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12432
12433 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12434 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12435
12436 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12437
12438 * configure.in: If we're building mips-sgi-irix6* native, turn on
12439 ENABLE_MULTILIB and set TARGET_SUBDIR.
12440
12441 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12442
12443 * Makefile.in (all-sn): Depend on all-grep.
12444
12445 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12446
12447 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12448
12449 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12450 Makefile. From Jeff Makey <jeff@cts.com>.
12451 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12452
12453 * Makefile.in (DISTBISONFILES): Remove.
12454 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12455 $(DEFAULT_YACC).
12456
12457 * configure.in: Build itl, db, sn, etc., when building for native
12458 cygwin32.
12459
12460 * Makefile.in (LD): New variable.
12461 (EXTRA_HOST_FLAGS): Pass down LD.
12462 ($(DO_X)): Likewise.
12463
12464 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12465
12466 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12467
12468 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12469
12470 * configure.in (targargs): Strip out any supplied --build argument
12471 before adding our own. Always add --build.
12472
12473 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12474
12475 * configure.in (targargs): Pass --build if we're doing
12476 a cross-compile.
12477
12478 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12479
12480 * configure: Use '|' instead of ":" as the separator in
12481 sed. Otherwise sed chokes on NT path names with drive
12482 designators. Also look for "?:*" as the leading characters in an
12483 absolute pathname.
12484
12485 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12486
12487 * config.sub: Support for r3900.
12488
12489 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12490
12491 * configure.in: Use install-sh, not install.sh.
12492
12493 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12494
12495 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12496 apply it twice.
12497
12498 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12499
12500 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12501 install-binutils.
12502
12503 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12504
12505 * Makefile.in: Add automake targets.
12506 * configure.in (host_tools): Add automake.
12507
12508 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12509
12510 * configure: Default CXX to c++, not gcc.
12511 * Makefile.in (CXX): Set to c++, not gcc.
12512 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12513
12514 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12515
12516 * install-sh: try appending a .exe if source file doesn't
12517 exist
12518
12519 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12520
12521 * configure.in: Turn on multilib by default.
12522 (cross_only): Remove target-libiberty.
12523
12524 * Makefile.in (all-gcc): Don't depend on libiberty.
12525
12526 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12527
12528 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12529
12530 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12531
12532 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12533 (DISTBISONFILES): Add ld/Makefile.in
12534
12535 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12536
12537 * configure.in: if target is cygwin32 but host isn't cygwin32,
12538 don't configure gdb tcl tk expect, not just gdb.
12539
12540 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12541
12542 * configure.in: Added gnuserv everywhere sn appears.
12543
12544 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12545 (CROSS_CHECK_MODULES): Added check-gnuserv.
12546 (INSTALL_MODULES): Added install-gnuserv.
12547 (CLEAN_MODULES): Added clean-gnuserv.
12548 (all-gnuserv): New target.
12549
12550 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12551
12552 * config.guess: Fixes for MIPS OpenBSD systems.
12553
12554 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12555
12556 * Makefile.in (INSTALL_XFORM): Remove.
12557 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12558
12559 * mkinstalldirs: New file, copied from automake.
12560 * Makefile.in (installdirs): Rename from install-dirs. Use
12561 mkinstalldirs. Change all users.
12562 (DEVO_SUPPORT): Add mkinstalldirs.
12563
12564 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12565
12566 * install-sh: Rename from install.sh.
12567 * Makefile.in (INSTALL): Change install.sh to install-sh.
12568 (DEVO_SUPPORT): Likewise.
12569
12570 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12571 Graichen <graichen@rzpd.de>.
12572
12573 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12574
12575 * config.guess: Recognize OpenBSD systems correctly.
12576
12577 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12578
12579 * README, Makefile.in (ETC_SUPPORT): Remove references to
12580 cfg-paper*, configure.{texi,man,info*}._
12581
12582 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12583
12584 * Makefile.in (all.normal): Ensure that gcc is built after all
12585 the x11 - ie gdb - targets.
12586
12587 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12588
12589 * makefile.vms: Don't run conf-a-gas.
12590
12591 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12592
12593 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12594
12595 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12596
12597 * configure.in: Remove noconfigdirs case since gdb also
12598 configures and builds for tic80-coff.
12599
12600 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12601
12602 * configure: Set cache_file to config.cache.
12603 * Makefile.in (local-distclean): Remove config.cache.
12604
12605 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12606
12607 * COPYING: Update FSF address.
12608
12609 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12610
12611 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12612 noconfigdirs.
12613
12614 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12615
12616 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12617 MAKEDIRS, is empty.
12618
12619 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12620
12621 * config.sub: Tweak mn10300 entry.
12622
12623 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12624
12625 * configure.in (host_tools): Put sim before gdb, so gdb's
12626 configure.tgt can determine if the simulator was configured.
12627
12628 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12629
12630 * config.sub: Move BeOS $os case to be with other Cygnus
12631 local cases.
12632
12633 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12634
12635 * config.sub: Remove misplaced comment that broke Linux.
12636
12637 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12638
12639 * config.sub: Add BeOS support.
12640
12641 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12642
12643 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12644
12645 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12646
12647 * configure.in (noconfigdirs): Remove tcl and tk from
12648 noconfigdirs for cygwin32 builds.
12649
12650 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12651
12652 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12653
12654 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12655
12656 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12657 make-all.com, use makefile.vms instead.
12658
12659 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12660
12661 * config.sub: Accept -lnews*.
12662
12663 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12664
12665 * configure.in (noconfigdirs): Disable target-newlib,
12666 target-examples and target-libiberty for d30v.
12667
12668 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12669
12670 * configure.in (noconfigdirs): Enable ld for d30v.
12671
12672 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12673
12674 * configure.in (tic80-*-*): Build compiler.
12675
12676 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12677
12678 * configure.in (d30v-*): Remove sim directory from list of
12679 unsupported d30v directories
12680
12681 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12682
12683 * config.sub, configure.in: Add d30v target cpu.
12684
12685 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12686
12687 * makefile.vms: New file.
12688 * make-all.com: Remove.
12689
12690 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12691
12692 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12693
12694 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12695
12696 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12697
12698 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12699
12700 * Makefile.in (ALL_MODULES): Added all-db.
12701 (CROSS_CHECK_MODULES): Addec check-db.
12702 (INSTALL_MODULES): Added install-db.
12703 (CLEAN_MODULES): Added clean-db.
12704
12705 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12706
12707 * config.guess: Merge with latest FSF sources.
12708
12709 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12710
12711 * Makefile.in (ALL_MODULES): Added all-itcl.
12712 (CROSS_CHECK_MODULES): Added check-itcl.
12713 (INSTALL_MODULES): Added install-itcl.
12714 (CLEAN_MODULES): Added clean-itcl.
12715
12716 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12717
12718 * configure.in: build gdb for mn10200
12719
12720 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12721
12722 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12723
12724 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12725
12726 * configure.in (tic80-*-*): Turn off most targets right now.
12727
12728 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12729
12730 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12731 rather than the makeinfo program.
12732 (do-info): Depend upon all-texinfo.
12733
12734 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12735
12736 * configure.in: Remove uses of config/mh-linux.
12737
12738 * config.sub, config.guess: Merge with latest FSF sources.
12739
12740 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12741
12742 * config.sub (case $basic_machine): Add tic80 entries.
12743
12744 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12745
12746 * config.sub, config.guess: Merge with latest FSF sources.
12747
12748 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12749
12750 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12751 * mpw-config.in: Test for NewFolderRecursive.
12752 * mpw-install: Use symbolic name for startup filename.
12753 * mpw-README: Add various additional details.
12754
12755 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12756
12757 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12758
12759 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12760
12761 * configure.in: Do build gcc and the target libraries for
12762 the mn10200.
12763
12764 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12765
12766 * configure.in: don't avoid building gdb for mn10300 any more
12767 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12768 instead of single-quoting it.
12769
12770 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12771
12772 * configure.in: Don't use --with-stabs on IRIX 6.
12773
12774 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12775
12776 * configure.in (m32r): Build gdb, libg++ now.
12777
12778 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12779
12780 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12781 directories from noconfigdirs.
12782
12783 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12784
12785 * config.sub (basic_machine): added mips16 configuration
12786
12787 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12788
12789 * config.sub: Handle d10v-unknown.
12790
12791 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12792
12793 * config.sub: Handle v850-unknown.
12794
12795 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12796
12797 * Makefile.in: add findutils
12798 * configure.in: add findutils to list of host_tools
12799
12800 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12801
12802 * config.sub: Handle mn10200 and mn10300.
12803
12804 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12805
12806 * configure.in (d10v-*): Do not build librx.
12807
12808 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12809
12810 * configure.in (mn10300): Build everything except gdb & libgloss.
12811
12812 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12813
12814 * config.guess: Patch for Dansk Data Elektronik servers,
12815 from Niels Skou Olsen <nso@dde.dk>.
12816
12817 For ncr, use /bin/uname rather than uname, since GNU uname does not
12818 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12819
12820 Patch for MIPS R4000 running System V,
12821 from Eric S. Raymond <esr@snark.thyrsus.com>.
12822
12823 Fix thinko for nextstep.
12824
12825 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12826
12827 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12828 * config.guess: Guess mips-dec-mach_bsd4.3.
12829
12830 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12831 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12832 release numbers.
12833 * config.guess (mips-mips-riscos*): Emit just enough of the
12834 release number.
12835
12836 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12837 * config.guess (sparc-auspex-sunos*): Added.
12838 (f300-fujitsu-*): Added.
12839
12840 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12841 * config.guess: Recognize a Tadpole as a sparc.
12842
12843 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12844
12845 * config.guess: Don't assume that NextStep version is either 2 or
12846 3. NextStep 4 (aka OpenStep 4) has come out now.
12847
12848 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12849
12850 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12851 From Rik Faith <faith@cs.unc.edu>.
12852
12853 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12854
12855 * config.sub: Contributions from bug-gnu-utils to:
12856 Support plain "hppa" (no version given) architecture, reported by
12857 OpenStep.
12858 OpenBSD like NetBSD.
12859 LynxOs is not a hardware supplier.
12860
12861 * config.guess: Contributions from bug-gnu-utils to add support for:
12862 OpenBSD like NetBSD.
12863 Stratus systems.
12864 More Pyramid systems.
12865 i[n>4]86 Intel chips.
12866 M680[n>4]0 Motorola chips.
12867 Use unknown instead of lynx for hardware manufacturer.
12868
12869 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12870
12871 * install.sh (chmodcmd): Set to null if the DST directory already
12872 exists.
12873
12874 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12875
12876 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12877 not use mt-ppc target Makefile fragment any more.
12878
12879 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12880
12881 * configure.in (*-*-windows): Exclude everything but those dirs
12882 needed to build windows.
12883
12884 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12885
12886 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12887
12888 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12889
12890 * configure.in: Exclude mmalloc from i386-windows.
12891
12892 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12893
12894 * Undo my previous change.
12895
12896 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12897
12898 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12899 unconditionally.
12900 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12901
12902 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12903
12904 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12905 host to add it's own flags.
12906
12907 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12908
12909 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12910
12911 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12912
12913 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12914 (CXX_FOR_TARGET): Likewise.
12915 (GCC_FOR_TARGET): Define.
12916 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12917 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12918 CC_FOR_TARGET was specified on the command line.
12919 (MAKEOVERRIDES): Don't define.
12920
12921 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12922
12923 * configure.in (m32r): Fix spelling of libg++ libs.
12924
12925 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12926
12927 * config.sub (-apple*): Remove, now redundant.
12928
12929 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12930
12931 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12932
12933 * configure: Rework yesterday's sed script patch.
12934
12935 * config.sub: Merge with FSF.
12936
12937 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12938
12939 * config.guess: Merge from FSF.
12940
12941 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12942 * config.guess: Use pc instead of unknown, for pc clone systems.
12943 Change linux to linux-gnu.
12944
12945 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12946 * config.guess: Avoid non-portable tr syntax.
12947
12948 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12949
12950 * test-build.mk (HOLES): Add "xargs" for gdb.
12951
12952 * configure: Avoid hpux10.20 sed bug.
12953
12954 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12955
12956 * configure.in: Add support for windows host
12957 (that is a build done under the Microsoft build environment).
12958
12959 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12960
12961 * Makefile.in: Replace all uses of srcroot with s, to shrink
12962 command line lengths.
12963
12964 Patches from Geoffrey Noer <noer@cygnus.com>:
12965 * configure.in: If configuring for newlib, pass --with-newlib to
12966 subdirectories.
12967 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12968 -Bnewlib/ and -Lwinsup to gcc.
12969 (CXX_FOR_TARGET): Likewise.
12970
12971 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12972
12973 * Makefile.in (ETC_SUPPORT): Add configure.
12974
12975 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12976
12977 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12978 host configuration file.
12979
12980 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12981
12982 * configure.in: Break mn10x00 support into separate
12983 mn10200 and mn10300 configurations.
12984 * config.sub: Likewise.
12985
12986 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12987
12988 * configure.in: Add lots of stuff to noconfigdirs for
12989 the mn10x00 targets.
12990
12991 * config.sub, configure.in: Add mn10x00 support.
12992
12993 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12994
12995 * make-all.com: Call conf-a-gas, not config-a-gas.
12996
12997 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12998
12999 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13000 targets.
13001
13002 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13003
13004 * mpw-README: Add much more detail for native PowerMac.
13005 * mpw-install: New file.
13006 * mpw-configure: Add --norecursion and --help options.
13007 * mpw-config.in: Translate readme and install files when
13008 copying to objdir.
13009 * mpw-build.in: Don't always depend on byacc and flex.
13010 (install-only-top): New action.
13011
13012 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13013
13014 * configure.in: You can now configure GDB for the v850.
13015
13016 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13017
13018 * configure.in (noconfigdirs): Don't configure any C++ dirs
13019 if targeting D10V.
13020
13021 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13022
13023 * config.sub: Recognize mips64vr5000.
13024
13025 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13026
13027 * configure.in: Use a single line for host_tools and native_only.
13028
13029 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13030
13031 * config.sub, configure.in: Add entries for m32r.
13032
13033 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13034
13035 * Makefile.in (inet-install): Don't run install-gzip.
13036
13037 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13038
13039 * configure.in: Don't config lots of things for *-*-windows*.
13040
13041 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13042
13043 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13044 (host_libs, host_tools): Copy from configure.in.
13045 * mpw-configure: Don't complain about directories not found.
13046
13047 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13048
13049 * configure.in (i[345]86): Recognize i686 for pentium pro.
13050 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13051 file.
13052
13053 * config.guess (i[345]86): Ditto.
13054
13055 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13056
13057 * configure.in (noconfigdirs): Removed gdb for D10V.
13058
13059 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13060
13061 * configure.in: Remove ld, target-libio, target-libg++, and
13062 target-libstdc++ from noconfigdirs.
13063
13064 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13065
13066 * configure: Fix three locations where shell scripts were
13067 being run directly rather than with config_shell.
13068
13069 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13070
13071 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13072 * config.sub (basic_machine): Recognize v850.
13073
13074 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13075
13076 * mpw-configure: Handle multiple enable/disable options and
13077 pass them down recursively, handle -c and -s flags appropriately
13078 depending on choice of compiler, add escape mechanism for
13079 quoted arguments to gC.
13080
13081 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13082
13083 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13084 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13085 so that -mrelocatable-lib and -mno-eabi are used.
13086
13087 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13088 not support --print-multi-lib, don't abort.
13089
13090 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13091
13092 * make-all.com: Run config-a-gas.
13093 * setup.com: Don't copy subdirectory files around.
13094
13095 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13096
13097 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13098 target, it now compiles correctly.
13099
13100 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13101
13102 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13103
13104 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13105
13106 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13107
13108 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13109
13110 * configure.in (native_only): Add prms.
13111
13112 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13113
13114 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13115 (BINUTILS_SUPPORT_DIRS): Likewise.
13116
13117 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13118
13119 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13120 d10v support is added.
13121
13122 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13123
13124 * configure.in (d10v-*-*): New target.
13125
13126 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13127
13128 * config.guess (HP 9000/811): Recognize this as a PA1.1
13129 machine.
13130
13131 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13132
13133 * Makefile.in (do-tar-gz): New target, split out from tail end of
13134 taz target. Run each command separately, don't use pipes.
13135 (taz): Use it.
13136
13137 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13138
13139 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13140 * mpw-build.in: No builds should depend on building byacc or flex,
13141 they are assumed to be installed already.
13142
13143 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13144
13145 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13146 variable that CC_FOR_TARGET needs.
13147
13148 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13149
13150 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13151 options have changed since the last time the subdirectory was
13152 configured, and if it has, reconfigure.
13153 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13154 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13155
13156 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13157
13158 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13159 CLEAN_MODULES): Add bash.
13160 (all-bash): New target.
13161
13162 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13163
13164 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13165
13166 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13167
13168 * config.sub (basic_machine): Recognize d10v as a valid processor.
13169
13170 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13171
13172 * mpw-configure: Add support for --bindir.
13173 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13174
13175 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13176
13177 * configure.in: add bash, time, gawk to list of hosttools and things
13178 to only build for native toolchains
13179
13180 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13181
13182 * Makefile.in (docdir): Remove.
13183
13184 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13185
13186 * Makefile.in (datadir): Set to $(prefix)/share.
13187
13188 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13189
13190 * configure.in: build diff and patch for cygwin32-hosted
13191 toolchains.
13192
13193 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13194
13195 * config.sub: Accept -rtems*.
13196
13197 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13198
13199 * configure.in: enable dosrel for cygwin32-hosted builds,
13200 remove diff from the list of things not buildable
13201 via Canadian Cross
13202
13203 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13204
13205 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13206 don't get ". ".
13207
13208 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13209
13210 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13211
13212 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13213
13214 * Makefile.in (taz): Handle case where tex3patch didn't even get
13215 checked out. Also, if it was found, put the symlink in a new util
13216 subdirectory.
13217
13218 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13219
13220 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13221
13222 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13223
13224 * config.sub: Recognize -openvms.
13225 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13226 * make-all.com, setup.com: New files.
13227
13228 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13229
13230 * Makefile.in (taz): tex3patch moved to texinfo/util.
13231
13232 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13233
13234 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13235 * configure.in: remove make from disable-if-Can-Cross list
13236 enable gdb if ${host} and ${target} are cygwin32
13237
13238 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13239
13240 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13241 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13242
13243 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13244
13245 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13246 distinguish sysv/svr4/bsd variants.
13247 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13248
13249 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13250
13251 * configure.in: Added copyright notice.
13252 * move-if-change: Added copyright notice.
13253
13254 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13255
13256 * configure.in (powerpcle-*-solaris*): Until we get shared
13257 libraries working, don't build gdb, sim, make, tcl, tk, or
13258 expect.
13259
13260 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13261
13262 * config.guess: Merge with FSF:
13263
13264 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13265 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13266
13267 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13268 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13269
13270 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13271 * config.guess: Combine two OSF1 rules.
13272 Also recognize field test versions. From mjr@zk3.dec.com.
13273 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13274 because GNU uname does not support -p. From pmr@pajato.com.
13275
13276 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13277
13278 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13279
13280 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13281
13282 * mpw-README: Document GCCIncludes.
13283
13284 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13285
13286 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13287
13288 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13289
13290 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13291
13292 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13293
13294 * configure.in (*-*-cygwin32): Configure make.
13295
13296 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13297
13298 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13299
13300 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13301
13302 * Makefile.in (all-inet): Depend on all-perl.
13303
13304 * Makefile.in (inet-install): New target.
13305
13306 * Makefile.in (all-inet): Depend on all-tcl.
13307 (all-inet): Depend on all-send-pr.
13308
13309 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13310
13311 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13312 temporarily.
13313
13314 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13315
13316 * configure.in: Don't configure --with-gnu-ld on AIX.
13317
13318 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13319
13320 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13321
13322 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13323
13324 * Makefile.in (ALL_MODULES): Added all-inet.
13325 (CROSS_CHECK_MODULES): Added check-inet.
13326 (INSTALL_MODULES): Added install-inet.
13327 (CLEAN_MODULES): Added clean-inet.
13328 (all-indent): New target.
13329
13330 * configure.in (host_tools): Added inet.
13331 (native_only): Added inet.
13332 (noconfigdirs): Added inet.
13333
13334 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13335
13336 * configure.in: Don't configure libgloss if we are not configuring
13337 newlib.
13338
13339 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13340
13341 * configure.in: Don't configure libgloss for unsupported
13342 architectures.
13343
13344 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13345
13346 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13347
13348 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13349
13350 * Makefile.in (ALL_MODULES): Include all-apache.
13351 (CROSS_CHECK_MODULES): Include check-apache.
13352 (INSTALL_MODULES): Include install-apache.
13353 (all-apache): New target.
13354
13355 * configure.in: Added apache everywhere perl is seen.
13356
13357 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13358
13359 * Makefile.in: Add support for clean-{module} and
13360 clean-target-{module} rules.
13361
13362 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13363
13364 * configure.in (*-*-ose) do not build libgloss.
13365
13366 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13367
13368 * config.guess (prep*:SunOS:5.*:*): Turn into
13369 powerpele-unknown-solaris2.
13370
13371 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13372
13373 * configure.in: Permit --enable-shared to specify a list of
13374 directories.
13375
13376 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13377
13378 * configure.in (host==solaris): Pass only the first word of $CC
13379 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13380
13381 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13382
13383 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13384
13385 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13386
13387 * Makefile.in (ALL_MODULES): Include all-perl.
13388 (CROSS_CHECK_MODULES): Include check-perl.
13389 (INSTALL_MODULES): Include install-perl.
13390 (ALL_X11_MODULES): Include all-guile.
13391 (CHECK_X11_MODULES): Include check-guile.
13392 (INSTALL_X11_MODULES): Include install-guile.
13393 (all-perl): New target.
13394 (all-guile): New target.
13395
13396 * configure.in (host_tools): Include perl and guile.
13397 (native_only): Include perl and guile.
13398 (noconfigdirs): Don't build guile and perl; no ports have been
13399 done.
13400
13401 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13402
13403 * configure (--enable-*): Handle quoted option lists such as
13404 --enable-sim-cflags='-g0 -O' better.
13405
13406 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13407
13408 * Makefile.in ({,inst}all-target): New rule so we can make and
13409 install all of the target directories easily.
13410
13411 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13412
13413 * configure.in: Add missing global flag in sed substitution when
13414 deleting `target-' from ${configdirs}.
13415
13416 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13417
13418 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13419 option.
13420
13421 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13422 config/mh-necv4.
13423
13424 * install.sh: Correct misspelling of transformbasename.
13425
13426 * config.guess: Recognize mips-*-sysv*.
13427
13428 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13429
13430 * config.sub: Recognize mon960.
13431
13432 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13433
13434 * configure: Restore Canadian Cross handling of BISON and LEX,
13435 removed in Feb 20 change.
13436
13437 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13438
13439 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13440 Mention make install. Remove the old copyright date as well the
13441 clumsy and rather pointless copyright on the README file.
13442
13443 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13444
13445 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13446 Makefile after running symlink-tree, then run `make distclean' to
13447 avoid clobbering any generated files in srcdir.
13448
13449 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13450
13451 * configure.in (m68k-*-netbsd*): Build everything now.
13452
13453 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13454
13455 * Makefile.in (taz): Fix quoting.
13456
13457 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13458
13459 * configure.in (sparclet-*-*): Build everything now.
13460
13461 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13462
13463 * configure.in (m68k-*-linux*): New host.
13464
13465 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13466
13467 * configure: Check for bison before byacc.
13468
13469 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13470
13471 * Makefile.in configure: Change the way LEX and BISON/YACC are
13472 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13473 searching PATH. These are used as fallbacks by Makefile.in if
13474 flex/bison/byacc aren't in objdir.
13475
13476 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13477
13478 * Makefile.in: Make everything which depends upon all-bfd also
13479 depend upon all-opcodes, in case --with-commonbfdlib is used.
13480
13481 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13482
13483 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13484 building NT native compilers on Unix.
13485
13486 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13487
13488 * configure.in: Don't get CC from the host Makefile fragment if we
13489 can find gcc in PATH, or if this is a Canadian Cross. Move the
13490 Solaris test for /usr/ucb/cc to the post target script, just after
13491 the compiler sanity test.
13492
13493 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13494
13495 * config.sub: Merge with FSF.
13496
13497 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13498
13499 * Makefile.in (RPATH_ENVVAR): New variable.
13500 (REALLY_SET_LIB_PATH): Use it.
13501 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13502
13503 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13504
13505 * config.sub, configure.in: Recognize sparclet cpu.
13506
13507 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13508
13509 * config.guess: Support m68k-cbm-sysv4.
13510
13511 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13512
13513 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13514 m68k-unknown-linuxaout from linker help string. Put quotes around
13515 $ld_help_string.
13516
13517 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13518
13519 * config.guess (powerpc-harris-powerunix): Add guess for port
13520 to new target.
13521
13522 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13523
13524 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13525
13526 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13527
13528 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13529 $(REALLY_SET_LIB_PATH) in Makefile.
13530 * Makefile.in (SET_LIB_PATH): New variable.
13531 (REALLY_SET_LIB_PATH): New variable.
13532 ($(DO_X)): Use $(SET_LIB_PATH).
13533 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13534 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13535 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13536 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13537 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13538 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13539 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13540 (install-dosrel): Likewise.
13541 (all-opcodes): Depend upon all-libiberty.
13542
13543 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13544
13545 * config.guess (*:CYGWIN*): New
13546
13547 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13548
13549 * Makefile.in (all-target-winsup): All all-target-libiberty.
13550
13551 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13552
13553 * configure.in (noconfigdirs): Add missing # in front of comment.
13554
13555 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13556
13557 * configure.in: add second pass to things added to noconfigdirs
13558 so *-gm-magic can exclude libgloss properly.
13559
13560 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13561
13562 * mpw-configure (extralibs_name, rez_name): Set correctly
13563 for MWC68K compiler.
13564
13565 * mpw-README: Add more info on the necessary build tools.
13566
13567 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13568
13569 * configure.in, config.sub: Recognize cygwin32.
13570
13571 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13572
13573 * config.guess, config.sub: Recognize A/UX.
13574
13575 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13576
13577 * config.sub: Merge with gcc/config.sub.
13578
13579 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13580
13581 * mpw-build.in (do-binutils): Add build of stamps.
13582
13583 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13584
13585 * config.sub: Add recognition for mips64vr4100*-* targets.
13586
13587 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13588
13589 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13590 Add creation of gconfigargs with `--enable-shared' turned on.
13591 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13592 ($(host)-stamp-stage3-configured): Likewise.
13593 (HOLES): Add chatr and ldd.
13594 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13595
13596 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13597
13598 * configure: Pass --nfp to recursive configures.
13599
13600 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13601
13602 * Makefile.in (DLLTOOL): New.
13603 (DLLTOOL_FOR_TARGET): New.
13604 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13605 (EXTRA_TARGET_FLAGS): Ditto.
13606 (EXTRA_GCC_FLAGS): Ditto.
13607 (CONFIGURE_TARGET_MODULES): Ditto.
13608 (DO_X): Ditto.
13609 * configure: Add DLLTOOL.
13610
13611 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13612
13613 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13614 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13615 mh-sco, since old workarounds no longer needed, and don't
13616 build ld, since libraries have weak symbols in COFF.
13617
13618 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13619
13620 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13621
13622 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13623
13624 * configure.in: Make sure that ${CC} can be used to compile an
13625 executable.
13626
13627 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13628
13629 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13630 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13631 nothing depending on whether gdbtk is being built.
13632
13633 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13634
13635 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13636
13637 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13638
13639 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13640 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13641
13642 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13643
13644 * config-ml.in: Add support for
13645 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13646 Simplify setting of multidirs from --disable-foo.
13647
13648 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13649
13650 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13651 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13652 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13653 non-empty, pass them on to the GCC make.
13654 (all-bootstrap): New rule that is like all-gcc, except it executes
13655 the GCC bootstrap rule instead of the GCC all rule.
13656
13657 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13658
13659 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13660
13661 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13662
13663 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13664 DG/UX support.
13665
13666 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13667
13668 * config.sub (i*86*) Change [345] to [3456]
13669
13670 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13671
13672 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13673 --with-gnu-ld=no.
13674
13675 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13676
13677 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13678 AIX multilibs get built.
13679
13680 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13681
13682 * configure.in (i386-win32): Don't build expect if we're not
13683 building the tcl subdir.
13684
13685 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13686
13687 * Makefile.in: (configure-target-examples, all-target-examples):
13688 New targets, configure and build example programs.
13689
13690 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13691
13692 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13693 use it as input to sedit the generated MPW makefile.
13694 * mpw-README: Add a suggestion about Gestalt.h.
13695
13696 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13697
13698 * config.sub: Accept *-*-ieee*.
13699
13700 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13701
13702 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13703 Ronald F. Guilmette <rfg@monkeys.com>.
13704
13705 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13706
13707 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13708 for powerpc-pe native.
13709 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13710 (target==powerpc-pe): duplicate i386-win32 entry.
13711
13712 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13713
13714 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13715 of vxworks, not just vxworks5.1.
13716
13717 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13718
13719 * mpw-configure: Add support for exec-prefix.
13720
13721 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13722
13723 * config.guess: Recognize HP model 816 machines as having
13724 a PA1.1 processor.
13725
13726 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13727
13728 * configure: Ignore new autoconf configure options.
13729
13730 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13731
13732 * config.guess: Recognize Pentium under SCO.
13733 From Robert Lipe <robertl@arnet.com>.
13734
13735 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13736
13737 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13738
13739 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13740
13741 * configure.in: Don't configure gas for alpha-dec-osf*.
13742
13743 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13744
13745 * configure.in: Default to --with-stabs for some targets for which
13746 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13747 i[345]86*-*-unixware*.
13748
13749 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13750
13751 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13752 rather than basing it on the target. Simplify handling of options
13753 controlling which directories to configure. Remove extraneous
13754 slash in multi-clean target.
13755
13756 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13757
13758 * config-ml.in: Prefix more variables with ml_ so they don't collide
13759 with configure's.
13760
13761 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13762
13763 * configure: Don't turn -v into --v.
13764
13765 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13766
13767 * configure.in (targargs): Fix typo.
13768
13769 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13770
13771 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13772
13773 * configure.in: Strip --host and --target options from
13774 CONFIG_ARGUMENTS, and always configure for --host only. Add
13775 --with-cross-host option when building with a cross-compiler.
13776 * configure: Canonicalize the arguments put into config.status by
13777 always using `=' for an option with an argument. Pass a presumed
13778 --host or --target explicitly.
13779
13780 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13781
13782 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13783 into general OS recognition case.
13784
13785 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13786
13787 * configure.in (target_configdirs): add target-winsup only
13788 for win32 target systems.
13789
13790 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13791
13792 * Makefile.in (all-target-libgloss): Depend upon
13793 configure-target-newlib, since when libgloss is built it looks to
13794 see if the newlib directory exists.
13795
13796 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13797
13798 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13799 cfg-ml-*.in.
13800
13801 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13802
13803 * configure: Handle LD and LD_FOR_TARGET when configuring a
13804 Canadian Cross.
13805
13806 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13807
13808 * configure.in (target_libs): add target-winsup.
13809 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13810 (target==ppcle-pe): remove ld from $noconfigdirs.
13811
13812 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13813
13814 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13815 Preserve relative path names in $srcdir. Build symlink tree if
13816 configuring cross target dir and srcdir=. (= no VPATH support).
13817 (configure-target-libg++): Depend on configure-target-librx.
13818 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13819 * config-ml.in: New file.
13820 * symlink-tree: New file.
13821 * configure: Ensure srcdir="." if that's what it is.
13822
13823 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13824
13825 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13826 includes and FLEX_SKELETON setting.
13827 * mpw-configure (--with-gnu-ld): New option, controls whether
13828 to use PPCLink or ld with PowerMac GCC.
13829 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13830 * mpw-config.in: Configure grez if targeting Mac.
13831
13832 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13833 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13834 just macos.
13835 * configure.in: Configure grez resource compiler if targeting Mac.
13836 * Makefile.in (all-grez, install-grez): New targets.
13837
13838 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13839
13840 * configure: CXX defaults to gcc, not g++. If we find
13841 gcc in the path, set CC to gcc -O2.
13842
13843 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13844
13845 * configure: Default ${build} correctly. Avoid picking up extra
13846 spaces when reading CC and CXX from Makefile. When doing a
13847 Canadian Cross, use plausible default values for numerous
13848 variables.
13849 * configure.in: When doing a Canadian Cross, don't try to
13850 configure tools whose configure script can't handle it.
13851
13852 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13853
13854 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13855
13856 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13857
13858 * configure: Remove dubious bug reporting address.
13859
13860 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13861
13862 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13863 configure script, run that instead of this directory's configure.
13864 In either case, print a message that we're configuring the sub-dir.
13865
13866 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13867
13868 * configure.in: Before checking for the existence of various files,
13869 use sed to filter out "target-".
13870
13871 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13872
13873 * Makefile.in (DO_X): Split rule to decrease command line length
13874 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13875 (Philippe De Muyter).
13876
13877 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13878
13879 * Makefile.in (all-patch): depend on all-libiberty.
13880
13881 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13882
13883 * configure.in: If the only directory in target_configdirs which
13884 actually exists is libiberty, then set target_configdirs to empty,
13885 to avoid trying to build a target libiberty in a gas or gdb
13886 distribution.
13887
13888 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13889
13890 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13891 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13892 systems.
13893
13894 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13895
13896 * configure.in (copy_dirs): Use sys-include instead of include
13897 for --with-headers option.
13898
13899 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13900
13901 * Makefile.in, configure.in: Make winsup builds work with
13902 new scheme.
13903
13904 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13905
13906 * configure.in: Build the linker on AIX.
13907
13908 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13909
13910 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13911 where needed.
13912
13913 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13914
13915 * Makefile.in (all-gcc): Fix typo.
13916
13917 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13918
13919 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13920
13921 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13922
13923 * configure.in: Rename libFOO to target-libFOO, and xiberty
13924 to target-xiberty, to provide more flexibility.
13925 (target_subdir): Define. Create if cross.
13926 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13927 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13928 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13929 check-libFOO -> check-target-libFOO, etc.
13930 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13931 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13932 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13933 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13934 allow ALL_GCC="" to only configure.
13935 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13936 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13937 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13938
13939 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13940
13941 * Makefile.in (taz): Build "info" in etc explicitly.
13942
13943 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13944
13945 * configure.in: Make sure that CC is undefined (as opposed to
13946 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13947 problem with autoconf trying to configure on a host without GCC.
13948
13949 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13950
13951 * mpw-configure: Set host alias from choice of host compiler,
13952 only use generic MPW Makefile sed if present, edit a file
13953 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13954 * mpw-README: Add problem notes about CW6 and CW7.
13955
13956 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13957
13958 * Makefile.in (taz): Use ";" instead of ";;".
13959
13960 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13961
13962 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13963 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13964 DISTDOCDIRS.
13965 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13966 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13967
13968 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13969
13970 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13971 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13972 Move bfd to DISTSTUFFDIRS.
13973
13974 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13975
13976 * Makefile.in (X11_LIB): Removed.
13977 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13978
13979 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13980
13981 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13982
13983 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13984 names.
13985
13986 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13987
13988 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13989
13990 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13991
13992 * configure.in (i[345]86-*-win32): Always build newlib.
13993 Don't configure cvs, autoconf or texinfo.
13994 * Makefile.in (LD_FOR_TARGET): New.
13995 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13996 Pass down LD_FOR_TARGET.
13997
13998 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13999
14000 * winsup: New directory.
14001 * Makefile.in: Build winsup.
14002 * configure.in: Winsup is configured when target is win32.
14003 Can only build win32 target GDB when native.
14004
14005 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14006
14007 * config.guess: Recognize HP model 819 machines as having
14008 a PA 1.1 processor.
14009
14010 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14011
14012 * configure: Fix sed loop which substitutes for CC and CXX to
14013 avoid bug found in various sed implementations.
14014
14015 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14016
14017 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14018 simulator. Use standard powerpc-*-eabi*.
14019
14020 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14021
14022 * configure.in: Stop putting gas and binutils in noconfigdirs for
14023 powerpc-*-aix* and rs6000-*-*.
14024
14025 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14026
14027 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14028 -mcall-aixdesc libraries.
14029
14030 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14031
14032 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14033
14034 * config.sub (arm | armel | armeb): Fix shell syntax.
14035
14036 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14037
14038 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14039 -msoft-float and -mcpu=common support.
14040 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14041 libraries.
14042
14043 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14044
14045 * configure.in: Allow configuration and build of emacs19 for the alpha.
14046
14047 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14048
14049 * configure.in (CC): Get ^CC, not just any old CC, from
14050 ${host_makefile_frag}.
14051
14052 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14053
14054 * configure.in (CC): Try to get CC from
14055 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14056
14057 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14058
14059 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14060 only if it exists in $(srcdir).
14061
14062 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14063
14064 * configure: If CC and CXX are not set in the environment, set
14065 them, based on either an existing Makefile or on searching for gcc
14066 in PATH. Substitute for CC and CXX in Makefile.
14067 * configure.in: Remove libm from target_libs. Separate
14068 target_configdirs from configdirs. If CC is not set in
14069 environment, try to get it from a host Makefile fragment. Rewrite
14070 changes of configdirs to use skipdirs instead. A few minor
14071 tweaks. Take directories out of target_configdirs as they are
14072 taken out of configdirs. Remove existing Makefile files from
14073 subdirectories. Substitute for TARGET_CONFIGDIRS and
14074 CONFIG_ARGUMENTS in Makefile.
14075 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14076 by configure.in.
14077 (CONFIG_ARGUMENTS): Likewise.
14078 (CONFIGURE_TARGET_MODULES): New variable.
14079 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14080 ($(CONFIGURE_TARGET_MODULES)): New target.
14081 (configure-libg++, configure-libio): New targets.
14082 (all-libg++): Depend upon configure-libg++.
14083 (all-libio): Depend upon configure-libio.
14084 (configure-libgloss, all-libgloss): New targets.
14085 (configure-libstdc++): New target.
14086 (all-libstdc++): Depend upon configure-libstdc++.
14087 (configure-librx, all-librx): New targets.
14088 (configure-newlib): New target.
14089 (all-newlib): Depend upon configure-newlib
14090 (configure-xiberty): New target.
14091 (all-xiberty): Depend upon configure-xiberty.
14092
14093 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14094
14095 * configure.in (host i[345]86-*-win32): Expand the
14096 noconfigdirs again.
14097
14098 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14099
14100 * mpw-configure: Fix sed command file name.
14101
14102 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14103
14104 * configure.in (host i[345]86-*-win32): Reduce the
14105 noconfigdirs again.
14106
14107 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14108
14109 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14110 or powerpc*-*-pe*, since they are not yet supported.
14111
14112 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14113
14114 Add PowerMac support and many other enhancements.
14115 * mpw-configure: New option --cc to select compiler to use,
14116 paste options set according to --cc into the generated
14117 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14118 if mpw-make.sed is present.
14119 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14120 add forward includes for PowerPC include files.
14121 * mpw-build.in: Build using Makefile.PPC if present.
14122 (do-byacc, etc): Remove separate version resource builds.
14123 (do-gas): Build "stamps" before "all".
14124 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14125 * mpw-README: Update to reflect --cc option, PowerMac support,
14126 and recently-reported compatibility problems.
14127
14128 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14129
14130 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14131 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14132 (--with-multilib-top): Pass to recursive invocations.
14133
14134 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14135
14136 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14137 v810-*-*.
14138
14139 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14140
14141 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14142 gdb, ld and opcodes on v810-*-*.
14143
14144 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14145
14146 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14147 (local-maintainer-clean): New target.
14148 (maintainer-clean): New target.
14149 (realclean): Just depend upon maintainer-clean.
14150
14151 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14152
14153 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14154
14155 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14156
14157 * configure.in: Build ld in mips*-*-bsd* case.
14158
14159 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14160
14161 * config.sub: Accept -lites* OS. From Ian Dall.
14162
14163 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14164
14165 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14166 targets.
14167
14168 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14169
14170 * configure.in: treat i386-win32 canadian cross the same as
14171 i386-go32 canadian cross.
14172
14173 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14174
14175 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14176 running under the simulator to build a reduced set of libraries.
14177 (powerpc-*-eabiaix): Add fine grained multilib support added to
14178 other powerpc targets yesterday.
14179
14180 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14181
14182 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14183 -disable-softfloat, -disable-relocatable, -disable-aix, and
14184 -disable-sysv to control which multilib libraries get built.
14185
14186 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14187
14188 * configure: Add Makefile.tem to list of files to remove in trap
14189 handler.
14190
14191 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14192
14193 * config.guess (*Linux*): Add missing "exit"s.
14194 Also, need specific check for alpha-unknown-linux (uses COFF).
14195
14196 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14197
14198 * config.guess: Merge with FSF:
14199
14200 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14201 * config.guess (AIX4): More robust release numbering discovery.
14202
14203 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14204 * config.guess (i386-sequent-ptx): Properly get version number.
14205
14206 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14207 * config.guess (mips:*:4*:UMIPS): New case.
14208
14209 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14210
14211 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14212 (i386-win32 host): Likewise. Don't build readline.
14213
14214 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14215
14216 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14217 SUPPORT_FILES to submakes.
14218
14219 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14220
14221 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14222 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14223 mpw-configure.
14224
14225 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14226
14227 * configure.in (appdirs): Use =, not ==, in test expression when
14228 trying to build the text to print in the warning message for
14229 Solaris users.
14230
14231 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14232
14233 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14234
14235 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14236
14237 * config.guess: Recognize lynx-2.3.
14238
14239 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14240
14241 * config.sub (z8ksim): Deleted
14242 (z8k-*-coff): New, this is the one true name of the target.
14243
14244 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14245
14246 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14247
14248 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14249
14250 * config.guess (*:Linux:*:*): First try asking the linker what the
14251 default object file format is (elf, aout, or coff). Then if this
14252 fails, try previous methods.
14253
14254 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14255
14256 * configure.in: Don't build newlib for *-*-vxworks5.1.
14257
14258 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14259
14260 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14261 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14262
14263 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14264
14265 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14266
14267 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14268
14269 * cfg-ml-com.in: New file.
14270 * cfg-ml-pos.in: New file.
14271
14272 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14273
14274 * COPYING.NEWLIB: Add HP free copyright to list.
14275
14276 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14277
14278 * config.sub: Recognize -eabi* for the system, not just -eabi.
14279
14280 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14281
14282 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14283 * config.sub, configure.in (win32): New target and host.
14284
14285 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14286
14287 * configure.in: Add i386-pe configuration.
14288
14289 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14290
14291 * mpw-build.in (install): Install GDB after LD.
14292
14293 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14294
14295 * mpw-config.in (elf/mips.h): Always forward-include, needed
14296 for GDB to build.
14297
14298 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14299
14300 * testsuite: New directory for customer acceptance and whole tool
14301 chain tests.
14302
14303 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14304
14305 * configure: If per-host line isn't found, but AC_OUTPUT is found
14306 and a configure script exists, run it instead.
14307
14308 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14309
14310 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14311
14312 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14313
14314 * configure: Set build_{cpu,vendor,os,alias} to host values when
14315 --build isn't specified.
14316
14317 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14318
14319 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14320 (FLAGS_TO_PASS): Pass them.
14321 (EXTRA_TARGET_FLAGS): Ditto.
14322
14323 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14324
14325 * Makefile.in (all-libg++): Depend on all-libstdc++.
14326
14327 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14328
14329 * configure.in (noconfigdirs): Enable all packages for
14330 i386-unknown-netbsd.
14331
14332 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14333
14334 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14335 hosted builds (DOS builds)
14336
14337 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14338
14339 Changes for ARM based on patches from Richard Earnshaw:
14340 * config.sub: Handle armeb and armel.
14341 * configure.in: Omit arm linker only for riscix.
14342
14343 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14344
14345 * config.guess: Update from FSF.
14346
14347 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14348
14349 * config.sub: Recognize powerpcle as the little endian variant of
14350 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14351 powerpcle variant. Convert pentium into i586, not i486. Add p5
14352 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14353 temporarily.
14354
14355 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14356
14357 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14358
14359 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14360
14361 * config.sub: Accept -lites* as a basic system type.
14362
14363 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14364
14365 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14366 installed, and if so return linuxoldld as the system name.
14367
14368 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14369
14370 * config.guess: Add hppa1.1-hp-lites support.
14371
14372 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14373
14374 * configure.in: Don't build newlib for m68k-vxworks5.1.
14375
14376 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14377
14378 * configure.in (mips-sgi-irix6): Use mh-irix5.
14379
14380 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14381
14382 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14383
14384 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14385
14386 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14387 OSF/1. Fix compiler flags.
14388 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14389
14390 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14391
14392 * configure.in: Recognize --with-newlib.
14393 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14394
14395 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14396
14397 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14398 to *_X11_MODULES due to gdbtk needing X include files et al.
14399
14400 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14401
14402 Merge in support for Mac MPW as a host.
14403 (Old change descriptions retained for informational value.)
14404
14405 * mpw-config.in: Add generic include forwards for cpu-specific
14406 include files in aout and elf directories.
14407
14408 * mpw-configure: Added copyright.
14409 * mpw-config.in: Check for presence of required build tools.
14410 (target_libs): Add newlib.
14411 (target_tools): Add examples.
14412 (Read Me): Generate as "Read Me for MPW" instead.
14413 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14414 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14415 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14416
14417 * mpw-configure: Remove subdir-specific makefile hackery,
14418 delete mk.tmp after using it.
14419
14420 * mpw-build.in (all): Display start and end times.
14421
14422 * mpw-configure (host_canonical): Set.
14423 (target_cpu): Always add to makefiles.
14424 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14425 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14426 (mpw-mh-mpw): Look for in srcdir and srcroot.
14427 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14428
14429 * mpw-build.in: (install-only): New target.
14430
14431 * mpw-configure (host_alias, target_alias): Rename from hostalias
14432 and targetalias, add into generated Makefile.
14433 (mk.tmp): If present, add into generated Makefile.
14434 * mpw-build.in (all-gas): Build config.h first before gas proper.
14435
14436 * mpw-configure (config.status): Write only if changed.
14437 * mpw-config.in (readline): Configure it (not built, just used for
14438 definitions).
14439
14440 * mpw-config.in (elf/mips.h): Add a forward include.
14441
14442 * mpw-config.in: Forward-include most .h files in include into
14443 extra-include.
14444 (readline): Don't build.
14445 mpw-build.in (install): Install GDB.
14446
14447 * mpw-configure (prefix, mpw_prefix): Handle it.
14448 * mpw-config.in (mmalloc, readline): Don't configure.
14449 * mpw-build.in (thisscript): Rename to ThisScript.
14450 Use mpw-build instead of BuildProgram everywhere.
14451 (mmalloc, readline): Don't build.
14452 * mpw-README: New file, basic documentation about the MPW port.
14453
14454 * mpw-config.in: Use forward-include to create include files.
14455
14456 * mpw-configure: Add more things to the top of each configured
14457 Makefile, including contents of config/mpw-mh-mpw.
14458 * mpw-config.in (extra-include): Create this directory and fill it
14459 with Posix-like include files when configuring.
14460
14461 * config.sub (apple, mac, mpw): Add various aliases.
14462
14463 * mpw-build.in: New file, top-level build script fragment for MPW.
14464 * mpw-configure: New file, configure script for MPW.
14465 * mpw-config.in: New file, config fragment for MPW.
14466
14467 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14468
14469 * configure.in (host_libs): Remove glob, since it is gone from the
14470 sources.
14471
14472 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14473
14474 * Makefile.in: define empty GDB_NLM_DEPS var.
14475
14476 * configure.in(target_makefile_frag): use config/mt-netware
14477 for netware targets.
14478
14479 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14480
14481 * config.sub: Merge in recent FSF changes. Remove linux special
14482 cases.
14483
14484 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14485
14486 Revert this change:
14487
14488 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14489
14490 * build-all.mk: Use CC=cc -Xs on Solaris.
14491
14492 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14493
14494 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14495 stop using it.
14496 * Makefile.in: Nuke all references to glob subdirectory.
14497
14498 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14499
14500 * configure.in: Fix --enable-shared logic in per-host.
14501
14502 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14503
14504 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14505
14506 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14507
14508 * configure.in (noconfigdirs): Don't build gas on AIX, for
14509 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14510
14511 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14512
14513 * configure: Fix --cache-file to work if the file argument is a
14514 relative path.
14515
14516 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14517
14518 * configure: If the --cache-file is used, pass it down to
14519 configure in subdirectories.
14520
14521 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14522
14523 * config.sub: add vxworks29k configuration.
14524
14525 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14526
14527 * Makefile.in (taz): Do "diststuff" part quietly.
14528
14529 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14530
14531 * config.sub: Mini-merge with gcc/config.sub.
14532
14533 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14534
14535 * config.guess (IRIX): Sed - to _.
14536
14537 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14538
14539 * Makefile.in (source-vault, binary-vault): New targets.
14540
14541 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14542
14543 * config.sub: Recognize -eabi as a basic system type.
14544
14545 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14546
14547 * configure.in (enable_shared stuff): Fix typo.
14548
14549 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14550
14551 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14552
14553 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14554
14555 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14556
14557 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14558
14559 * configure.in (rs6000-*-*): Don't build gas.
14560
14561 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14562
14563 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14564 reduce command line length.
14565 (AS_FOR_TARGET): Check for as.new, not Makefile.
14566 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14567
14568 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14569
14570 * config.guess: Merge from FSF.
14571
14572 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14573
14574 * configure: Don't use $ when handling program_suffix.
14575
14576 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14577
14578 * configure.in: Configure tk for hppa/hpux.
14579
14580 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14581
14582 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14583
14584 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14585
14586 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14587 to LIBCXXFLAGS. Tests are better run without it.
14588
14589 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14590
14591 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14592
14593 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14594
14595 * configure.in (*-*-netware*): Don't configure xiberty.
14596
14597 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14598
14599 * configure.in: Remove tk from native_only list.
14600
14601 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14602
14603 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14604 for special NCD build.
14605
14606 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14607
14608 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14609 makeall.bat, they're only useful for binutils snapshots.
14610 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14611 makeall.bat to specified SUPPORT_FILES.
14612
14613 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14614
14615 * build-all.mk: Add Ericsson targets to sun4 and solaris
14616 hosts. Add BNR's sun4 target to solaris host, so their
14617 build-from-source will be tested in-house first.
14618
14619 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14620
14621 * Makefile.in (LIBCFLAGS): New variable.
14622 (CFLAGS_FOR_TARGET): Ditto.
14623 (LIBCFLAGS_FOR_TARGET): Ditto.
14624 (LIBCXXFLAGS): Ditto.
14625 (CXXFLAGS_FOR_TARGET): Ditto.
14626 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14627 (BASE_FLAGS_TO_PASS): Pass them.
14628 (EXTRA_TARGET_FLAGS): Ditto.
14629
14630 * configure.in: Support --enable-shared.
14631
14632 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14633
14634 * configure.in (target_libs): Include libstdc++ again.
14635 * config.guess: Update from FSF (for FreeBSD).
14636
14637 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14638
14639 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14640 makeall.bat.
14641 (DISTDOCDIRS): Add `etc'.
14642 (ETC_SUPPORT_PFX): New variable.
14643 (taz): Include anything from etc starting with a word in
14644 ETC_SUPPORT_PFX.
14645
14646 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14647
14648 * config.sub: Update for recent FSF changes. Remove obsolete
14649 h8300hds entry. Add -windows* and -osx as basic os. Minor
14650 spacing changes.
14651
14652 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14653
14654 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14655
14656 * config.guess: Merge with FSF.
14657 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14658
14659 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14660
14661 * configure: Since the "trap 0" handler will override the exit
14662 status on many systems, only use it for "exit 1", and make it set
14663 a non-zero exit status; reset it before "exit 0". Also, check
14664 exit status of config.sub, and error out if it failed.
14665
14666 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14667
14668 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14669 and install libgloss.
14670
14671 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14672
14673 * Makefile.in (all-binutils): Depend upon all-byacc.
14674
14675 * configure.in: Don't build emacs on Irix 5.
14676
14677 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14678
14679 * configure.in (*-*-netware*): Add libio.
14680
14681 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14682
14683 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14684 (CHECK_TARGET_MODULES): Ditto.
14685 (INSTALL_TARGET_MODULES): Ditto.
14686 (TARGET_LIBS): Ditto.
14687 (all-libstdc++): Note dependencies.
14688
14689 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14690
14691 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14692
14693 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14694
14695 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14696 -fexternal-templates.
14697
14698 * configure.in (target_libs): Add libstdc++.
14699 (noconfigdirs): Add libstdc++ as appropriate.
14700
14701 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14702
14703 * config.guess: Update from FSF.
14704
14705 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14706
14707 * configure: Use ${config_shell} when running ${configsub}.
14708
14709 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14710
14711 * config.sub: No longer recognize h8300h.
14712
14713 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14714
14715 * config.sub: Remove extraneous differences between config.sub and
14716 gcc/config.sub.
14717
14718 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14719
14720 * Makefile.in (DISTSTUFFDIRS): Add gas.
14721
14722 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14723
14724 * COPYING.NEWLIB: New file.
14725
14726 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14727
14728 * config.guess (HP-UX): Patch from Harlan Stenn
14729 <harlan@landmark.com> to also emit release level.
14730
14731 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14732
14733 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14734
14735 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14736
14737 * config.sub: Merge nextstep cleanup from FSF.
14738
14739 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14740
14741 * configure.in (arm-*-*): Don't configure ld for this target.
14742
14743 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14744
14745 * configure.in (*-*-netware): don't configure libg++, libio,
14746 librx, or newlib.
14747
14748 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14749
14750 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14751 configure ld--it works, but it doesn't support shared libraries.
14752
14753 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14754
14755 * config.guess (*-unknown-freebsd*): Get rid of possible
14756 trailing "(Release)" in version string.
14757 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14758
14759 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14760
14761 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14762 Fix type: *-next-neststep -> *-next-nextstep.
14763
14764 * config.guess: Merge from FSF:
14765
14766 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14767
14768 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14769
14770 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14771
14772 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14773 instead of UNIX_SV for UnixWare 1.0).
14774
14775 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14776
14777 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14778 to make gdb/nlm/* build after the compiler and linker.
14779
14780 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14781
14782 * config.guess (netbsd, freebsd, linux): Accept any machine,
14783 not just i[34]86.
14784 (m68k-atari-sysv4): Relocate to match FSF version.
14785
14786 * config.guess: More merges from the FSF:
14787
14788 Add a space before function call or macro invocation.
14789
14790 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14791
14792 * config.guess: Add trap cmd to remove dummy.c and dummy when
14793 interrupted.
14794
14795 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14796
14797 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14798 (dummy): Redirect stderr from compilation of dummy.c.
14799
14800 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14801
14802 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14803
14804 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14805
14806 * configure: Accept and ignore --cache*, for compatibility with
14807 new autoconf.
14808
14809 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14810
14811 * config.guess: Merge from FSF:
14812
14813 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14814
14815 * config.guess (Pyramid*:OSx*:*:*): New case.
14816 (PATH): Add /.attbin at end for finding uname.
14817 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14818
14819 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14820
14821 * config.guess (M88*:DolphinOS:*:*): New case.
14822
14823 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14824
14825 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14826 to select whether to use ELF or COFF.
14827
14828 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14829
14830 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14831
14832 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14833
14834 * config.guess: Guess the OS version for HPUX.
14835
14836 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14837
14838 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14839
14840 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14841
14842 * configure.in: Recognize --with-headers, --with-libs, and
14843 --without-newlib.
14844 * Makefile.in (all-xiberty): Depend upon all-ld.
14845
14846 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14847
14848 * configure.in: Change i[34]86 to i[345]86.
14849
14850 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14851
14852 * configure (version): A few more tweaks to help message.
14853
14854 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14855
14856 * Makefile.in: Remove (for now) librx as a host library,
14857 now that we're building it for target.
14858
14859 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14860
14861 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14862 (Karl Berry).
14863
14864 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14865
14866 * configure.in: Also configure librx.
14867
14868 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14869
14870 * Makefile.in: Update various rules to reflect that librx
14871 is now needed for libg++.
14872
14873 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14874
14875 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14876
14877 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14878
14879 * configure.in: Configure the examples directory.
14880
14881 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14882
14883 * configure: Simplify Jun 2 1994 change.
14884
14885 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14886
14887 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14888 /bin/gcc isn't good enough to build gcc.
14889
14890 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14891
14892 * Makefile.in (GDB_SUPPORT_FILES): Remove
14893 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14894 (gdb.tar.gz): Add new rule to use standard distribution building
14895 mechanism.
14896
14897 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14898
14899 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14900 Bill Cox <bill@cygnus.com>.
14901
14902 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14903
14904 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14905
14906 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14907
14908 * configure: Search current dir first in .gdbinit.
14909
14910 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14911
14912 * config.sub: Recognize freebsd (merged from gcc config.sub).
14913
14914 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14915
14916 * config.sub: Refer to NeXT's operating system as nextstep.
14917
14918 * config.sub (case $basic_machine): Re-order the cases, to match
14919 the order in the FSF version (which is mostly alphabethical).
14920 Merge in some additions and changes from the FSF.
14921
14922 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14923
14924 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14925 * config.sub: Recognize cxux7.
14926 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14927
14928 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14929
14930 * config.sub: Fix typo powerpc -> powerpc-*.
14931
14932 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14933
14934 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14935
14936 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14937 parallel with all-emacs and install-emacs). Top-level command
14938 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14939
14940 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14941
14942 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14943 $(relbindir)/make before doing ``make install'', and use
14944 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14945 installing over running make binary.
14946 ($(host)-stamp-stage3-installed): Likewise.
14947
14948 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14949
14950 * config.guess: Recognize Mach.
14951
14952 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14953
14954 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14955 see whether --exec-prefix was used.
14956
14957 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14958
14959 * README: Explicitly mention libg++/README. (Zoo's idea.)
14960
14961 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14962
14963 * Makefile.in: Add all-librx target similar to all-libproc.
14964
14965 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14966
14967 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14968 with post 1.2 uname bogosity.
14969
14970 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14971
14972 * configure: Remove temporary files on receipt of a signal.
14973
14974 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14975
14976 * configure: If there is a package_makefile_frag, remove
14977 ${subdir}/Makefile.tem after copying it in.
14978
14979 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14980
14981 * build_all.mk: support rs6000 lynx identifies itself as
14982 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14983 since /bin/gcc is too feeble to compile a modern gcc.
14984
14985 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14986
14987 * brought devo/test-build.mk update-to-date with progressive/
14988 test-build.mk. Add lynx targets and hppa flag info.
14989
14990 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14991
14992 * configure.in: Use mh-ncrsvr43. Patch from
14993 Tom McConnell <tmcconne@sedona.intel.com>.
14994
14995 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14996
14997 * config.guess (i386-unknown-bsdi): No longer need to
14998 check #if defined(__bsdi__) && defined(__i386__).
14999
15000 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15001
15002 * configure: Set program_transform_nameoption correctly.
15003
15004 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15005
15006 * brought build-all.mk update-to-date with progressive build-all.mk,
15007 added new targets and hppa info.
15008
15009 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15010
15011 * configure: If config.guess result is a prefix of the user
15012 specified target, assume a native build and use the user specified
15013 target as the host alias. Remove SunOS patch suffix removal hack.
15014 * configure.in: Remove SunOS patch suffix removal hack.
15015
15016 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15017 in NATIVE_CHECK_MODULES.
15018
15019 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15020
15021 * Makefile.in: Rename HOST_ONLY to NATIVE.
15022 * configure: Delete SunOs patch suffix from host_canonical
15023 and build_canonical variables that are prepended to Makefiles.
15024 * configure.in: Add comments for easier maintenance.
15025
15026 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15027
15028 * Makefile.in: Add all-libproc target similar to all-gui.
15029
15030 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15031
15032 * Makefile.in (CHECK_MODULES): split into
15033 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15034
15035 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15036
15037 * config.guess (i386-unknown-bsdi): New system to guess.
15038
15039 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15040
15041 * Makefile.in: Add all-gui target (but not yet build by "all").
15042
15043 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15044
15045 * config.sub: Move deletion of patch suffix from here...
15046 * configure.in: To here, at Ian's suggestion. The top-
15047 level scripts might need to know of a patch level.
15048
15049 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15050
15051 * config.sub: Strip off patch suffix so rtl is recognized
15052 as a sunos4.1.3 machine, even though it's been patched.
15053
15054 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15055
15056 * Makefile.in (INSTALL_LAST): Delete.
15057 (INSTALL_DOSREL): New.
15058
15059 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15060
15061 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15062 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15063 whether we pass down --with-gnu-ld anyhow.
15064
15065 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15066
15067 * Makefile.in (INSTALL_LAST): Change operation so it works
15068 on more flavors of make.
15069 * configure.in (go32): Don't build libg++ or libio.
15070
15071 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15072
15073 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15074 they can be overriden by templates.
15075
15076 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15077
15078 * configure.in (target==go32): Don't build gdb.
15079 * dosrel: New directory.
15080
15081 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15082
15083 * configure.in (host==go32): Configure dosrel too.
15084 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15085 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15086 be set by incoming names or templates.
15087 (INSTALL_LAST): New rule.
15088
15089 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15090
15091 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15092
15093 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15094
15095 * configure.in (appdirs): New variable. Currently empty, but will
15096 be used in gas distribution. If nonempty, lists a set of
15097 directories at least one of which must get configured, or top
15098 level configuration is considered to have failed.
15099 (rs6000-*-lynxos*): Use new file name.
15100
15101 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15102
15103 Eliminate XTRAFLAGS.
15104 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15105 newlib include files using -idirafter, and also use -nostdinc.
15106 (CXX_FOR_TARGET): Likewise.
15107 (XTRAFLAGS): Removed.
15108 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15109 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15110 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15111 ($(DO_X)): Don't pass down XTRAFLAGS.
15112
15113 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15114
15115 * configure.in (mips*-dec-bsd*): New target; do build linker.
15116 (mips*-*-bsd*): New target; don't build linker.
15117
15118 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15119
15120 * configure.in: support rs6000-*-lynxos* configuration.
15121 support sunos4 as a cross target.
15122
15123 * config.sub: look for lynx*, not lynx since the OS version may
15124 legitimately be part of the name.
15125
15126 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15127
15128 * configure.in (i[34]86-*-sco*): Move to be with other i386
15129 targets.
15130 (romp-*-*): New target. Skip various binary utilities.
15131 (vax-*-*): New target. Don't build newlib.
15132 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15133
15134 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15135
15136 * configure.in: Only set host_makefile_frag if config
15137 directory exists.
15138
15139 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15140
15141 * install.sh: If $dstdir exists, don't check whether each
15142 component does.
15143
15144 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15145
15146 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15147
15148 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15149
15150 * configure.in (*-*-lynxos*): Don't configure newlib for either
15151 native or cross Lynx.
15152
15153 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15154
15155 * config.sub (sparc64-elf): Fix os.
15156 (z8k): Remove duplicate.
15157
15158 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15159
15160 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15161 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15162
15163 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15164
15165 * configure: Make file links cleanly even if Lynx fails on
15166 an NFS symlink (at least fail cleanly).
15167
15168 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15169
15170 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15171 -XNh2000.
15172
15173 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15174
15175 * configure: Unknown options are fatal again.
15176
15177 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15178
15179 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15180 compatibility.
15181
15182 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15183
15184 * build-all.mk: Add `clean' target.
15185
15186 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15187
15188 * config.guess: Add SINIX support.
15189 * configure.in: Add mips-*-sysv4* support.
15190
15191 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15192
15193 * build-all.mk: Document all useful targets.
15194 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15195 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15196
15197 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15198
15199 * configure: Support --silent, --quiet.
15200
15201 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15202
15203 * configure: Support --disable-FEATURE.
15204
15205 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15206
15207 * config.guess: Recognize NCR running SVR4.3.
15208
15209 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15210
15211 * config.guess: Make BSDI generate i386-unknown-bsd386.
15212 Patch from Paul Eggert <eggert@twinsun.com>.
15213
15214 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15215
15216 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15217
15218 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15219
15220 * configure: Make unrecognized options give nonfatal warnings
15221 instead of fatal errors, and pass them to any subdirectory
15222 configures in case they recognize them.
15223 Make --x equivalent to --with-x.
15224
15225 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15226
15227 * configure: Add --enable-* options. Clean up usage message and
15228 some comments.
15229
15230 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15231
15232 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15233
15234 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15235
15236 * configure.in (hppa*-*-*): Enable binutils.
15237
15238 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15239
15240 * config.sub: Recognize cisco.
15241
15242 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15243
15244 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15245
15246 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15247
15248 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15249 than one configuration name. Add comment.
15250
15251 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15252
15253 * config.guess: about target *-hitachi-hiuxwe2, fixed
15254 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15255 macro is incorrect.]
15256
15257 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15258
15259 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15260 than the "make ls" stuff which used to be here.
15261
15262 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15263
15264 * config.guess: Recognize i[34]86-unknown-freebsd.
15265 From Shawn M Carey <smcarey@rodan.syr.edu>.
15266
15267 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15268
15269 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15270
15271 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15272
15273 * config.guess: Check for ptx.
15274
15275 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15276
15277 * config.sub: Add os9k checking.
15278
15279 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15280
15281 * config.guess: Handle OSF1 running on HPPA processors
15282
15283 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15284
15285 * configure: If subdir configure fails, print out a message with
15286 subdirectory name, in case subdir's configure code didn't identify
15287 itself.
15288
15289 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15290
15291 * configure.in: Remove embedded newlines from configdirs.
15292 Avoid mismatches of substrings. Fix matching strings at end
15293 of configdirs.
15294
15295 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15296
15297 * config.guess: Add Lynx/rs6000 config support.
15298
15299 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15300
15301 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15302
15303 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15304
15305 * configure.in (hppa*-*-osf*): Treat this just like most other
15306 PA configurations (eg no binutils or ld).
15307 (hppa*-*-*elf*): These configurations have binutils and ld.
15308
15309 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15310
15311 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15312
15313 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15314
15315 * configure.in (rs6000-*-*): Build gas.
15316
15317 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15318
15319 * Makefile.in: Avoid bug in losing hpux sed.
15320
15321 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15322
15323 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15324 for GDB and GDB has been fixed to not need it.
15325
15326 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15327
15328 * config.guess: Recognize vax hosts.
15329
15330 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15331
15332 * configure (while loop): Don't use "break 2" inside case
15333 statement -- the case statement isn't an enclosing loop.
15334
15335 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15336
15337 * config.guess: Clean up NeXT support, to allow nextstep
15338 on Intel machines. Make OS be nextstep.
15339
15340 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15341
15342 * config.guess: Add alternate forms for Convex.
15343
15344 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15345
15346 * configure: Completely rewrite option processing. Take
15347 advantage of pattern-matching to avoid invoking test frequently.
15348 Also clean up host and target defaulting logic.
15349
15350 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15351
15352 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15353 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15354 commands (plus user environment) will fit SCO limits.
15355
15356 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15357
15358 * configure.in: Don't issue warnings about directories which are
15359 not being configured if -norecursion is set. Correct test for
15360 --with-gnu-as and --with-gnu-ld to not get confused by substring
15361 matches.
15362
15363 * configure.in: Don't build gas for alpha-dec-osf1*.
15364
15365 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15366
15367 * configure: Back out Per's change of 12/19/1993. It changes the
15368 behavior of configure in unexpected and confusing ways.
15369
15370 Also, use different delim char when calculating
15371 program_transform_name so that the name can contain slashes.
15372
15373 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15374
15375 * configure.in, config.sub: Add support for VSTa micro-kernel.
15376
15377 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15378
15379 * configure.in: Nuke hacks which were used to get a special
15380 version of GAS for HPPA configurations.
15381
15382 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15383
15384 * configure: If only ${target_alias} is given, use that
15385 as the default for ${host_alias}.
15386 * configure: Add missing back-slashes before nested quotes.
15387
15388 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15389
15390 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15391
15392 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15393
15394 * config.guess: Recognize some Tektronix configurations.
15395 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15396
15397 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15398
15399 * config.sub: Match any flavor of SH.
15400
15401 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15402
15403 * configure.in: Don't try to configure newlib for Alpha.
15404
15405 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15406
15407 * configure.in: Don't build ld for Irix 5. Don't build gas,
15408 libg++ or libio for any Alpha target.
15409
15410 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15411
15412 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15413
15414 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15415 default arguments -- so it tried to compress itself.
15416
15417 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15418
15419 * configure.in (notsupp): ensure that a space is always at the end
15420 of the configdirs list, since the grep checks for an explicit space
15421
15422 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15423
15424 * configure.in (target i386-sysv4.2): don't build ld, since static
15425 versions of many libraries are not available.
15426
15427 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15428
15429 * config.guess: Recognize Apollos (using environment variables).
15430 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15431
15432 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15433
15434 * config.guess: Recognize Sony news mips running newsos.
15435
15436 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15437
15438 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15439 "fi ; else" for bash.
15440
15441 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15442
15443 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15444
15445 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15446
15447 * config.sub: accept unixware as an alias for svr4.2.
15448 Fix some inconsistancies with the gcc version.
15449
15450 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15451
15452 * Makefile.in (DISTDOCDIRS): Add gdb.
15453
15454 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15455
15456 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15457
15458 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15459
15460 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15461 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15462 this now.
15463
15464 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15465
15466 * config.sub: Accept hiux* as an OS name.
15467
15468 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15469 etc/make-stds.texi. The underscore came from gcc, and dje now
15470 agrees that RUNTESTFLAGS is the correct name.
15471
15472 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15473
15474 * install.sh: Remove 'set -e'. It makes any conditionals
15475 in the script useless.
15476
15477 * config.guess: Automatically recognize arm-acorn-riscix
15478 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15479
15480 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15481
15482 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15483
15484 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15485
15486 * Makefile.in (DISTDOCDIRS): New variable.
15487 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15488 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15489
15490 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15491
15492 * configure.in (hppa target): check the source directory for the
15493 pagas sub-directory
15494
15495 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15496
15497 * config.sub: Allow -aout* and -elf*.
15498
15499 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15500
15501 * configure.in: Don't build ld on i386-solaris2, same as for
15502 sparc-solaris2.
15503
15504 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15505
15506 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15507
15508 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15509
15510 * configure.in: Configure gdb for alpha.
15511
15512 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15513
15514 * Makefile.in (CXXFLAGS): Add -O.
15515
15516 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15517
15518 * config.guess: added support for DG Aviion
15519
15520 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15521
15522 * configure.in: Produce warning message for subdirectories not
15523 configurable for this host/target combination. Don't try to
15524 configure gdb for vms.
15525
15526 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15527
15528 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15529 appropriate files before making "diststuff".
15530 (DISTBISONFILES): New var: list of files to be edited.
15531 (DISTSTUFFDIRS): Add binutils.
15532
15533 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15534
15535 * config.sub: also handle mipsel and mips64el (for little endian mips)
15536
15537 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15538
15539 * configure.in: Add * to end of all OS names.
15540
15541 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15542
15543 * configure.in: Build newlib for LynxOS native.
15544
15545 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15546
15547 * config.guess: Add support for delta 88k running SVR3.
15548
15549 * configure.in: Add comment about HP compiler vs. emacs.
15550
15551 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15552
15553 * configure.in: don't build ld on solaris2 (not a viable option
15554 due to bugs in getpwnam & getpwuid)
15555
15556 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15557
15558 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15559 config.guess will produce a full version number.
15560
15561 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15562
15563 * configure.in: Build linker and binutils for alpha-dec-osf1.
15564
15565 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15566
15567 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15568 and gdb/testsuite/Makefile.in.
15569
15570 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15571
15572 * configure.in: recognize mips*- instead of mips-
15573
15574 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15575
15576 * config.sub: Accept linux*coff and linux*elf as operating
15577 systems.
15578
15579 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15580
15581 * config.sub: Recognize mips64, and mips3 as an alias for it.
15582
15583 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15584
15585 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15586 gdb knows how to handle OSF/1 shared libraries.
15587
15588 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15589
15590 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15591 * config.guess: Recognize Hitachi's HIUX.
15592 * config.sub: Recognize h3050r* and hppahitachi.
15593 Remove redundant cases for hp9k[23]*.
15594
15595 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15596
15597 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15598 if gas and ld are in the source tree and are in ${configdirs}.
15599 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15600 --with options (but still pass them down on the command line,
15601 if they were explicitly specified).
15602
15603 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15604
15605 * configure: substitute SHELL value in Makefile.in with
15606 ${CONFIG_SHELL}
15607
15608 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15609
15610 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15611 *-*-solaris2* targets.
15612
15613 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15614
15615 * Makefile.in: define M4, and pass it down to sub-makes;
15616 all-autoconf now depends on all-m4
15617
15618 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15619
15620 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15621 presence of {ar,ranlib} instead of a configured directory
15622
15623 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15624
15625 * config.guess: Accept 34?? as well as 33?? for NCR.
15626
15627 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15628
15629 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15630 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15631
15632 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15633
15634 * configure: grab values for $(CC) and $(CXX) from the
15635 environment, so that someone can do "CC=gcc configure; make" and
15636 have it work right (matching the way that autoconf works now)
15637
15638 * configure.in, Makefile.in: add support for gash, the tcl
15639 interface to Galaxy
15640
15641 * config.guess: add NetBSD variants (hp300, x86)
15642
15643 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15644
15645 * install.sh: Support -d option (in the manner of SunOS 4 install,
15646 as it is more deterministic than that of GNU install)
15647 (chmodcmd): Set file to mode 755 by default (should also do default
15648 chgrp and chown, but I don't feel like dealing with that now)
15649
15650 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15651
15652 * config.sub: Remove h8300hhms alias.
15653
15654 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15655
15656 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15657
15658 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15659
15660 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15661 as stmp-fixinc
15662
15663 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15664
15665 * config.sub: recognize m88110-bug-coff.
15666
15667 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15668
15669 * Makefile.in (all-libio): all dependencies on the toolchain used
15670 to build this (gcc, gas, ld, etc)
15671
15672 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15673
15674 * config.guess: Deal with OSF/1 1.3 on alpha.
15675
15676 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15677
15678 * install.sh: add some 'else true' clauses for portability
15679
15680 * configure.in: don't build libio for h8[35]00-*-* targets
15681
15682 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15683
15684 * Makefile.in: Add support for new libio.
15685
15686 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15687
15688 * install.sh: If one command fails, don't try the rest. Don't try
15689 to remove $dsttmp (via trap) unless we have already created it.
15690 If $src doesn't exist, detect it and exit with an error.
15691
15692 * config.guess: Recognize BSD on hp300.
15693
15694 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15695
15696 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15697 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15698
15699 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15700
15701 * Makefile.in (all-send-pr): depends on all-prms
15702
15703 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15704
15705 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15706
15707 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15708
15709 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15710 Added test for mips-mips-riscos5.
15711
15712 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15713
15714 * configure.in: use mh-hp300 for 68k HP hosts
15715
15716 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15717
15718 * configure: add support for CONFIG_SHELL, so that you can use
15719 some alternate shell for evaluating configure scripts
15720
15721 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15722
15723 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15724 in configure script to bug-gdb@prep.ai.mit.edu when building
15725 distribution archive.
15726 * Makefile.in (COMPRESS): Remove def.
15727 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15728 gdb.tar.Z and make-gdb.tar.Z respectively.
15729 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15730 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15731 to convergence with 'taz' target in Makefile.in.
15732
15733 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15734
15735 * install.sh (dsttmp): use trap to ensure that tmp files go
15736 away on error conditions
15737
15738 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15739
15740 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15741
15742 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15743
15744 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15745 its parent is '/' not ''.
15746
15747 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15748
15749 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15750
15751 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15752 that ${newsrcdir}/configure.in does.
15753
15754 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15755
15756 * test-build.mk: support for CONFIG_SHELL
15757
15758 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15759
15760 * config.sub (netware): Add as a basic system type.
15761
15762 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15763
15764 * Makefile.in (Makefile): depend on configure.in. Also drop the
15765 $(srcdir)/ from the dependency on Makefile.in.
15766
15767 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15768
15769 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15770 (h8300hhms is temporary until multi-libraries are implemented).
15771 * configure.in: Handle h8300h too.
15772
15773 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15774
15775 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15776
15777 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15778
15779 * configure: Remove extraneous output when guessing host type.
15780 * config.guess: Remove extraneous output when guessing using C
15781 compiler rather than uname, or when guessing fails.
15782
15783 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15784
15785 * Makefile.in: remove all.cross and install.cross targets
15786
15787 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15788 definitions
15789
15790 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15791
15792 * configure.in (target sh): Build gprof.
15793
15794 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15795
15796 * config.sub: change -solaris to -solaris2
15797
15798 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15799
15800 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15801
15802 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15803
15804 * configure: Correct error message for missing Makefile.in to
15805 print correct directory.
15806
15807 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15808
15809 * install.sh: kludge around 386BSD shell bug
15810
15811 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15812
15813 * config.guess: Recognize NeXT.
15814 * config.guess: Recognize i486-ncr-sysv4.
15815 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15816
15817 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15818
15819 * Makefile.in (MAKEINFOFLAGS): New variable.
15820 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15821 * build-all.mk, test-build.mk: Pass down --no-split as
15822 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15823
15824 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15825
15826 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15827
15828 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15829
15830 * Makefile.in (libg++.tar.z): New rule.
15831 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15832 * Makefile.in (taz): Only do a single chmod.
15833
15834 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15835
15836 * install.sh: don't use dirname anymore (replaced with sed usage)
15837
15838 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15839
15840 * Makefile.in: Change extension for gzip'd files from '.z' to
15841 '.gz' per new FSF standard usage.
15842
15843 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15844
15845 * configure: put quotes around the final value of program_transform_name
15846
15847 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15848
15849 * Makefile.in: new install.sh support; update install-info rules
15850
15851 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15852
15853 * configure.in: Build diff for crosses, but not for go32 host.
15854
15855 * configure.in: Build gprof only for native, and don't build it
15856 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15857
15858 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15859
15860 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15861
15862 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15863
15864 * configure.in (host_tools): Add prms.
15865
15866 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15867
15868 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15869 with $(FLAGS_TO_PASS) on the command line
15870
15871 * config.sub: Recognize lynx and lynxos
15872
15873 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15874
15875 * config.sub: Accept -ecoff*, not just -ecoff.
15876
15877 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15878
15879 * Makefile.in (taz): Use .gz suffix instead of .z.
15880 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15881 names.
15882
15883 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15884
15885 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15886
15887 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15888
15889 * Makefile.in (install-no-fixedincludes): install gcc last, so
15890 that rebuilds that might happen during 'make install' don't get
15891 bogus gcc include files
15892
15893 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15894
15895 Change from Utah for HPPA support:
15896 * config.guess: Recognize hppa1.x-hp-bsd.
15897
15898 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15899
15900 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15901 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15902
15903 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15904
15905 * config.sub: Add support for rom68k and bug boot monitors.
15906
15907 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15908
15909 * Makefile.in: Make all-opcodes depend on all-bfd.
15910
15911 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15912
15913 * config.guess: Added special check for i[34]86-univel-sysv4*.
15914
15915 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15916
15917 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15918 the processor rather than assuming i486.
15919
15920 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15921
15922 * config.guess: Recognize SunOS6 as Solaris3.
15923
15924 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15925
15926 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15927 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15928
15929 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15930
15931 * build-all.mk (all-cross): New target for Canadian Cross.
15932 Added Q2 go32 targets.
15933 * test-build.mk: Configure go32 cross sparclite-aout and
15934 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15935 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15936
15937 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15938
15939 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15940 GO32 hosted toolchains
15941
15942 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15943
15944 * configure: change so "-exec-prefix" gets passed down rather
15945 than "-exec_prefix" so autoconf generated Makefiles get the
15946 exec_prefix set right.
15947
15948 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15949
15950 * config.guess: get the Solaris2 minor version number
15951
15952 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15953
15954 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15955
15956 * config.guess: Recognize some Sequent platforms.
15957
15958 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15959
15960 * Makefile.in: added the vault-install target
15961
15962 * configure.in: actually use the Sun3 makefile fragment that's in
15963 config, also added the release dir to configdirs
15964
15965 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15966
15967 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15968
15969 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15970
15971 * configure.in: remove some program from Alpha targetted toolchains
15972
15973 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15974
15975 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15976 gprof.
15977 (taz): Run "make diststuff" in those directories instead of "make
15978 proto-dir". Look for "VERSION=" only at start of line in subdir
15979 Makefile. Use "gzip -9" for compression.
15980 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15981 (binutils.tar.z): New target.
15982
15983 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15984
15985 * Makefile.in (taz): Include gpl.texinfo.
15986
15987 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15988
15989 * Makefile.in (setup-dirs): Merged into "taz" target.
15990 (taz): Only do `proto-dir' stuff if a directory is actually needed
15991 for this target.
15992
15993 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15994
15995 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15996 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15997 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15998 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15999 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16000
16001 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16002
16003 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16004 config.sub, and move-if-change to gdb testsuite distribution
16005 archive, so the testsuite can be extracted, configured, and
16006 run separately from the gdb distribution. Blow away the Chill
16007 tests that require a Chill compiled executable, since GNU Chill
16008 is not yet publically available.
16009
16010 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16011
16012 * test-build.mk: set environment variables in a single command,
16013 instead of a list of assignments and exports
16014
16015 * config.guess: recognize Alpha/OSF1 systems
16016
16017 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16018
16019 * configure: Change help message to prefer --options rather than
16020 -options.
16021
16022 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16023
16024 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16025 zippy@ecst.csuchico.edu.
16026 * config.guess: Recognize miniframe.
16027
16028 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16029
16030 * Makefile.in: Use srcroot to find runtest rather than rootme.
16031 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16032
16033 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16034
16035 * test-build.mk: Extensive additions to support building on a
16036 machine other than the host.
16037
16038 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16039
16040 * configure (tooldir): Fix for i386-aix again.
16041
16042 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16043
16044 * configure, Makefile.in: Change definition of $(tooldir)
16045 to match the FSF.
16046
16047 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16048
16049 * config.guess: Recognize i[34]86/SVR4.
16050
16051 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16052
16053 * Makefile.in (all-gdb): gdb depends on sim.
16054
16055 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16056
16057 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16058 at the same time we make the prototype gdb directory.
16059 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16060 files at the same time as the gdb base release distribution.
16061
16062 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16063
16064 * Makefile.in (check): Use individual check targets rather than
16065 DO_X rule.
16066 (check-gcc): Added.
16067
16068 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16069
16070 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16071 for System V release 3.2.
16072
16073 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16074
16075 * config.sub: Recognize hppaosf.
16076 * configure.in: Do configure ld/binutils/gas for it.
16077
16078 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16079
16080 * configure (tooldir): Alter syntax used to set this, for systems
16081 where "\$" isn't handled right, like i386-aix.
16082
16083 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16084
16085 * configure: Pass program-transform-name, not
16086 program_transform_name, to recursive configures.
16087
16088 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16089
16090 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16091 of gas+ld+binutils.
16092
16093 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16094
16095 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16096
16097 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16098
16099 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16100
16101 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16102
16103 * Makefile.in (PRMS): Set back to all-prms.
16104
16105 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16106
16107 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16108 targets, rather than for MIPS hosts.
16109
16110 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16111
16112 * configure.in: add comment for --with-x default values
16113
16114 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16115
16116 * Makefile.in: add check-* targets for each of the directories in
16117 the tree. Add a definition of RUNTEST that will use the one we
16118 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16119
16120 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16121
16122 * configure.in: Removed obsolete references to bfd_target and
16123 target_makefile_frag.
16124
16125 * build-all.mk: Set assorted targets for Q2.
16126 * config.sub: Recognize z8k-sim and h8300-hms.
16127 * test-build.mk: Really don't pass host to configure.
16128 (HOLES): Added uname.
16129
16130 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16131
16132 * configure: Handle an empty program-prefix, program-suffix or
16133 program-transform-name correctly.
16134
16135 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16136
16137 * build-all.mk: -G 8 no longer required for MIPS targets.
16138 * test-build.mk: Don't pass host argument to configure; make it
16139 guess.
16140
16141 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16142
16143 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16144 * Makefile.in (COMPRESS): New macro, like GZIP.
16145
16146 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16147
16148 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16149
16150 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16151 with gas currently defaults to -G 0.
16152
16153 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16154
16155 * Makefile.in (all-flex): flex depends on byacc.
16156
16157 * build-all.mk: If host not specified, use config.guess. Pass TAG
16158 to test-build.mk as RELEASE_TAG.
16159 * test-build.mk (configargs): New variable containing arguments to
16160 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16161 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16162
16163 * config.guess: Use /bin/uname when checking -X argument on SCO,
16164 to avoid invoking GNU uname which doesn't understand -X.
16165
16166 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16167
16168 * configure.in: Build gas for mips-*-*.
16169
16170 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16171
16172 * Makefile.in (all.normal): insert missing backslash.
16173
16174 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16175
16176 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16177
16178 * Makefile.in: Complete overhaul to merge many almost identical
16179 targets.
16180
16181 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16182
16183 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16184 (gdb.tar.Z): Adjusted.
16185
16186 * Makefile.in (setup-dirs, taz): New targets; should be general
16187 enough to adapt for gdb sometime. Build only .z file.
16188 (gas.tar.z): New target.
16189
16190 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16191
16192 * build-all.mk: Use CC=cc -Xs on Solaris.
16193
16194 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16195
16196 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16197 for handling BISON for FSF releases.
16198
16199 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16200
16201 * configure: Actually implement the change zoo just documented.
16202
16203 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16204
16205 * configure: when using config.guess, only set target_alias when
16206 it's not already been set (ie, on the command line)
16207
16208 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16209
16210 * Makefile.in: add installcheck target, set PRMS to install-prms
16211
16212 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16213
16214 * configure: add support for package_makefile_fragment, handle the
16215 case where a directory has a configure.in file but no Makefile.in
16216 more gracefully (with an actual understandable error message, even);
16217 add support for --without (and add this to the usage message); also
16218 explicitly add a --host=${host_alias} to the command line when
16219 config.guess is used
16220
16221 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16222
16223 * configure: Must use both --host and --target in recursive calls.
16224
16225 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16226
16227 * Makefile.in: Change deja-gnu to dejagnu.
16228
16229 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16230
16231 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16232
16233 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16234
16235 * configure.in: canonicalize all instances to *-*-solaris2*,
16236 also strip out a number of tools to not build for go32 host
16237
16238 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16239
16240 * config.guess: add GPL.
16241
16242 * Makefile.in, config.guess, config.sub, configure: bump
16243 copyrights to 93.
16244
16245 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16246
16247 * Makefile.in (do-info): Removed obsolete check for existence of
16248 localenv file.
16249
16250 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16251
16252 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16253
16254 * Makefile.in: a couple of 'else true' for decstation,
16255 support for TclX
16256
16257 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16258
16259 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16260
16261 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16262
16263 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16264
16265 * config.guess: Recognize i386-ibm-aix (PS/2).
16266 * configure.in: Use config/mh-aix386 file for it.
16267
16268 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16269
16270 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16271 CC_FOR_TARGET instead.
16272 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16273
16274 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16275
16276 * Makefile.in: Add sim to list of directories sent with gdb
16277
16278 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16279
16280 * configure.in: Put back mips-dec-bsd* case.
16281
16282 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16283
16284 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16285 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16286 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16287
16288 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16289
16290 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16291
16292 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16293 (install-info): install dir.info only if it exists,
16294 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16295
16296 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16297
16298 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16299 gas for mips-dec-bsd.
16300
16301 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16302
16303 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16304 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16305
16306 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16307
16308 * configure.in: Added "dejagnu" to hosttools list.
16309
16310 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16311
16312 * config.sub, configure.in, config.guess: Add support
16313 for Bosx, an AIX variant from Bull.
16314 Patches from F.Pierresteguy@frcl.bull.fr.
16315
16316 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16317
16318 * devo/dejagnu: Initial creation of devo/dejagnu.
16319 Migrated dejagnu testcases and support files for testing software
16320 tools to reside as subdirectories, currently called "testsuite",
16321 within the directory of the software tool. Migrated all programs,
16322 support libraries, etc. beloging to dejagnu proper from
16323 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16324 with no modifications. The changes to these files which will
16325 allow them to configure, build, and execute properly will be made
16326 in a future update.
16327
16328 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16329
16330 * Makefile.in: Change send_pr to send-pr.
16331 * configure.in: Likewise.
16332 * send_pr: Renamed directory to send-pr.
16333
16334 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16335
16336 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16337
16338 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16339
16340 * README: Update for gdb-4.8 release.
16341 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16342 gdb-xxx.tar.z (gzip'd) file also.
16343
16344 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16345
16346 * Makefile.in: make all-diff depend on all-libiberty
16347
16348 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16349
16350 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16351
16352 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16353
16354 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16355
16356 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16357
16358 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16359 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16360 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16361
16362 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16363
16364 * Makefile.in: makeinfo binary is in a new location
16365
16366 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16367
16368 * config.sub: Accept -ecoff as an OS.
16369
16370 * Makefile.in: Various changes to eliminate a level of make
16371 recursion and reduce the required command line length.
16372 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16373 sub-makes.
16374 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16375 variables holding settings for specific sub-makes.
16376 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16377 in terms of BASE_FLAGS_TO_PASS.
16378 (TARGET_LIBS): New variable listing directories which use
16379 TARGET_FLAGS_TO_PASS.
16380 (subdir_do): Eliminated.
16381 (do-*): New set of targets to replace subdir_do.
16382 (various): All targets which used subdir_do now depend on do-*.
16383 (local-clean): Renamed from do_clean.
16384 (local-distclean): New target, dependency of distclean and
16385 realclean.
16386 (install-info): Don't create directories. Depend on dir.info
16387 rather than calling make recursively.
16388 (install-dir.info): Eliminated.
16389 (install-info-dirs): Create all info directories here.
16390 (dir.info): Depend upon do-install-info.
16391
16392 * test-build.mk (HOLES): Added false.
16393
16394 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16395
16396 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16397
16398 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16399
16400 * Makefile.in (info): remove dependency on all-texinfo. The
16401 problem was really in texinfo/C, not at this level.
16402
16403 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16404
16405 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16406
16407 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16408
16409 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16410 GDB releases.
16411
16412 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16413
16414 * configure: Include srcdir in message about target of link not
16415 being found. Don't convert `-' to `_' in `with' options being
16416 passed to subdirs.
16417
16418 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16419
16420 * configure.in: add uudecode to host_tools
16421
16422 * Makefile.in: added {all,install}-uudecode targets, added them to
16423 the appropriate lists
16424
16425 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16426
16427 * Makefile.in (all-gcc): Added dependency on all-gas.
16428
16429 * configure.in (mips-*-*): Build ld and binutils.
16430
16431 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16432
16433 * configure: check return code from mkdir, print error message and
16434 exit on failure.
16435
16436 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16437
16438 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16439
16440 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16441
16442 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16443
16444 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16445
16446 * config.sub (h8500): Recognize this as a cpu type.
16447
16448 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16449
16450 * configure: source directory missing is no longer a warning
16451
16452 * configure.in: recognize irix[34]* instead of irix[34]
16453
16454 * Makefile.in: define and pass down X11_LIB
16455
16456 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16457
16458 * guess-systype: Renamed to ...
16459 * config.guess: ... by popular request.
16460 * configure.in, Makefile.in: Update accordingly.
16461
16462 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16463
16464 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16465 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16466 + Execute ./dummy instead of assuming . is in PATH.
16467
16468 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16469
16470 * guess-systype: New shell script. Attempts to guess the
16471 canonical host name of the executing host.
16472 Only a few hosts are supported so far.
16473 * configure: Call guess-systype if no host is specified.
16474
16475 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16476
16477 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16478 gcc Makefile.
16479
16480
16481 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16482
16483 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16484 (all-gcc, install-gcc, subdir_do): Use it.
16485
16486 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16487
16488 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16489
16490 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16491
16492 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16493 set exclusively by configure, using configure.in .
16494
16495 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16496
16497 * test-build.mk: set $PATH for all builds
16498
16499 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16500
16501 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16502
16503 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16504 the one used in gcc/Makefile.in, so that a null expansion doesn't
16505 override the one needed to build gcc with a native cc.
16506
16507
16508 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16509
16510 * configure: Accept -with arguments.
16511
16512 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16513
16514 * Makefile.in: added h8300sim
16515
16516 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16517
16518 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16519 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16520 (all-cygnus, native, build-cygnus): Make
16521 $(canonhost)-stamp-3stage-done, not $(host)....
16522 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16523 i386-sco3.2v4. Added else true to if command.
16524
16525 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16526
16527 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16528
16529 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16530
16531 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16532
16533 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16534
16535 * configure.in: don't remove binutils from Solaris builds
16536
16537 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16538
16539 * Makefile.in: get rid of earlier definitions for *clean,
16540 also handle the recursive info rule better
16541
16542 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16543
16544 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16545 do more-or-less the right thing.
16546
16547 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16548
16549 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16550 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16551
16552 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16553
16554 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16555 $(host_canonical).
16556
16557 * configure.in: split the configdirs list into 4 categories (native
16558 v. cross, library v. tool) and handle the cross-only and native-
16559 only in more reasonable (and correct!) way.
16560
16561 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16562
16563 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16564 configdirs anymore.
16565
16566 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16567
16568 * Makefile.in: extensive cleanup:: removed all of the explicit
16569 clean-* targets, collapsed many wrappers around subdir_do into
16570 one, added additional targets to satisfy standards.texi, deleted
16571 some old targets, some changes for consistency
16572
16573 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16574
16575 * configure.in: handle some programs as cross-only, and others as
16576 native only
16577
16578 * test-build.mk: handle partial holes in a more generic manner
16579
16580 * Makefile.in: m4 depends on libiberty
16581
16582 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16583
16584 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16585 time, wdiff, and find to configdirs
16586
16587 * Makefile.in: all, clean, and install rules for the new programs
16588 added to configure.in
16589
16590 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16591
16592 * configure.in: use mh-sun for all *-sun-* hosts
16593
16594 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16595
16596 * Makefile.in: define flags for X11 include files and library file
16597 locations, pass them down to the programs that need this info
16598
16599 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16600
16601 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16602
16603 * configure.in: start building libg++ for HP-UX targets
16604
16605 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16606
16607 * README: Update references to files moved into etc/.
16608
16609 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16610
16611 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16612 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16613
16614 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16615
16616 * configure: accept dash as well as underscore in long option
16617 names for FSF compatibility.
16618
16619 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16620
16621 * config.sub: added -sco3.2v4 support from FSF.
16622
16623 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16624
16625 * configure.in: expand the section that adds or removes
16626 directories from the list of programs to build, to handle native
16627 vs. cross in addition to host v. native
16628
16629 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16630
16631 * Makefile.in: Replace C++ in macro names with CXX.
16632 This is less likely to break ...
16633
16634 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16635
16636 * test-build.mk: add -w to GNU_MAKE
16637
16638 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16639
16640 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16641 add 'sparc' to list of recognized cpus. This needed to make
16642 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16643 Delete some redundant ose68 variants. Recognize -wrs as an os,
16644 then changes that into $CPU-wrs-vxworks.
16645
16646 * configure.in: remove most references to gdbtest, regularize
16647 target based program removal
16648
16649 * test-build.mk: import from p3 tree (many fixes and changes)
16650
16651 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16652
16653 * Makefile.in: added rules to handle tcl, tk, and expect
16654
16655 * configure.in: handle those directories if they exist
16656
16657 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16658
16659 * config.sub: removed bogus hppabsd and hppahpux names, since
16660 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16661
16662 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16663
16664 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16665 depends upon all-xiberty
16666
16667 * Makefile.in: changes from p3, including:
16668
16669 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16670
16671 * Makefile.in (XTRAFLAGS): include newlib directories if
16672 newlib/Makefile exists, rather than if host != target.
16673
16674 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16675
16676 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16677 from the same source tree and not building a cross-compiler. This
16678 matters for the libg++ configuration if reconfiguring a tree that
16679 has already been installed.
16680
16681 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16682
16683 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16684 pick up the machine and system specific header files.
16685
16686 * Makefile.in: added AS_FOR_TARGET, passed down in
16687 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16688 the C compiler to use to create programs which are run in the
16689 build environment, set it to default to $(CC), and passed it down
16690 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16691
16692 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16693
16694 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16695 We need them for unusual native builds, like systems without
16696 ranlib.
16697
16698 * configure: also define $(host_canonical) and
16699 $(target_canonical), which are the full, canonical names for the
16700 given host and target
16701
16702 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16703
16704 * Makefile.in: Added separate definitions for C++.
16705
16706 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16707
16708 * configure.in (configdirs): Add deja-gnu.
16709
16710 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16711
16712 * README: Update for configure.texi and gdb-4.7 release.
16713
16714 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16715
16716 * Makefile.in: Move "all" target to top of file.
16717 Previously, first target was ".PHONY" which caused BSD4.4 make
16718 to build .PHONY when make was run without arguments.
16719
16720 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16721
16722 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16723 Library-copylefted code in libiberty.
16724
16725 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16726
16727 * config.sub: Replace m68kmote with plain old m68k.
16728
16729 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16730
16731 * Makefile.in: Remove space from blank line, avoid Make complaints.
16732
16733 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16734
16735 * config.sub: Complain if no argument is given. Added support for
16736 386bsd as OS and target alias.
16737
16738 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16739
16740 * Makefile.in (XTRAFLAGS): include newlib directories if
16741 newlib/Makefile exists, rather than if host != target.
16742
16743 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16744
16745 * config.sub: recognize sparclite-wrs-vxworks.
16746
16747 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16748 p3.) Added clean-xiberty to clean.
16749
16750 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16751
16752 * configure.in: use *-*-* instead of nested cases for host and target
16753
16754 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16755
16756 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16757 from the same source tree and not building a cross-compiler. This
16758 matters for the libg++ configuration if reconfiguring a tree that
16759 has already been installed.
16760
16761 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16762
16763 * config.sub (i486v/i486v4): Merge in from FSF version.
16764
16765 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16766
16767 * configure: only set PWD if it is already set.
16768
16769 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16770
16771 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16772 doesn't have unset and all success paths (and most error paths)
16773 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16774 to just ${PWD} to avoid confusion.)
16775
16776 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16777
16778 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16779 even for a native compilation.
16780
16781 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16782
16783 Changes to make the gdb.tar.Z rule work better.
16784
16785 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16786 (DEVO_SUPPORT): Add configure.texi.
16787 (bfd-ilrt.tar.Z): Remove ancient rule.
16788
16789 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16790
16791 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16792 pick up the machine and system specific header files.
16793
16794 * configure.in, config.sub: added new target m68010-adobe-scout,
16795 with alias of adobe68k. Changed configure.in to check for
16796 -scout before -sco* to avoid a false match.
16797
16798 * Makefile.in: added AS_FOR_TARGET, passed down in
16799 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16800 the C compiler to use to create programs which are run in the
16801 build environment, set it to default to $(CC), and passed it down
16802 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16803
16804 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16805
16806 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16807 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16808 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16809 FOR_TARGET variants, to newlib and libg++.
16810
16811 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16812
16813 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16814 first.
16815
16816 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16817
16818 * config.sub: Accept `elf' as an environment.
16819
16820 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16821
16822 * Makefile.in (all-opcodes): cd into the right directory
16823
16824 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16825
16826 * configure: added -program_transform_name option, used as
16827 argument to sed when installing programs.
16828 configure.texi: added documentation for -program_prefix,
16829 -program_suffix and -program_transform_name.
16830
16831 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16832
16833 * config.sub: Accept i486 where i386 ok.
16834
16835 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16836
16837 * config.sub: accept we32k
16838
16839 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16840
16841 * config.sub, configure.in: accept OSE68000 and OSE68k.
16842
16843 * Makefile.in: don't create all directories for ``make install'';
16844 let the subdirectories create the ones they need.
16845
16846 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16847
16848 * COPYING: new file, GPL v2
16849
16850 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16851
16852 * Makefile.in: use the new gen-info-dir, which needs a template
16853 argument (which also lives in texinfo)
16854
16855 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16856
16857 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16858
16859 * config.sub (ncr3000): Change i386 to i486.
16860
16861 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16862
16863 * Makefile.in: add install-rcs, install-grep to
16864 install-no-fixedincludes, removed install-bison and install-libgcc
16865
16866 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16867
16868 * configure.in: grab the HPUX makefile fragment if on HPUX
16869
16870 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16871
16872 * Makefile.in: eradicate bison spoor (ditto libgcc).
16873 configure.in: recognise m68{k,000}-ericsson-OSE.
16874 es1800 is alias for m68k-ericsson-OSE
16875
16876 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16877
16878 * configure.in: rearrange the parts that remove programs from
16879 configdirs, based now on HOST==TARGET or by canonical triple.
16880
16881 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16882
16883 * test-build.mk: recurse explicitly with -f test-build.mk when
16884 appropriate. predicate stage3 and comparison on the existence
16885 of gcc. That is, if gcc isn't around, we aren't three-staging.
16886 On very clean, also remove ...stamp-co. Build in-place before
16887 doing other builds.
16888
16889 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16890
16891 * Makefile.in, configure.in: add tgas
16892
16893 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16894
16895 * Makefile.in: a number of changes merged in from progressive.
16896
16897 * configure.in: add libm.
16898
16899 * .cvsignore: ignore some stuff that comes from test-build.mk.
16900
16901 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16902
16903 * config.sub: Add es1800 (m68k-ericsson-es1800).
16904
16905 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16906
16907 * configure: Add program_suffix (parallel to program_prefix)
16908 * Makefile.in: adjust directory-creating script for losing decstation
16909
16910 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16911
16912 * configure: Minor $subdir-related fixes.
16913
16914 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16915
16916 * configure: fix various problems with propogating
16917 makefile_target_frag in subdirs.
16918 * configure.in: config libgcc if its there
16919
16920 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16921
16922 * config.sub: HPPA merge.
16923
16924 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16925
16926 * Makefile.in: Replace all-bison with all-byacc in all
16927 dependency lines for other tools (which now use byacc).
16928
16929 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16930
16931 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16932
16933 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16934
16935 * Makefile.in: make gprof rules similar to byacc rules (instead of
16936 vestigal $(unsubdir) that didn't work...)
16937
16938 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16939
16940 * config.sub: Add support for Linux.
16941 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16942 (at least for libg++).
16943
16944 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16945
16946 * configure.texi: fix doc for the -nfp option to configure
16947
16948 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16949
16950 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16951
16952 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16953
16954 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16955 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16956 * configure.in: added solaris* host_makefile_frag hook.
16957
16958 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16959
16960 * config.sub: changed recognition of m68000 so that various
16961 m68k types can be specified via m680[01234]0
16962
16963 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16964
16965 * config.sub (basic_machine): fix sed so that '-foo' isn't
16966 completely substituted out while .+'-foo' loses the '-foo'
16967
16968 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16969
16970 * config.sub ($os): Add -aout.
16971
16972 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16973
16974 * configure: If host_makefile_frag is absolute, don't
16975 prefix ${invsubdir} (relevant to libg++ auto-configure).
16976
16977 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16978
16979 * Makefile.in (tooldir): Define it.
16980 (all-ld): Depend on all-flex.
16981
16982 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16983
16984 * Makefile.in (check): Fix libg++ special case.
16985
16986 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16987
16988 * configure: do not bury `pwd` into config.status, thus do fewer
16989 pwd's.
16990
16991 * configure: print the "Building in" message only when building in
16992 other than "." AND verbose.
16993
16994 * configure: remove -s, rework -v to better accommodate guested
16995 configures.
16996
16997 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16998
16999 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17000
17001 * Makefile.in: macroize flags passed on recursion. remove
17002 fileutils.
17003
17004 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17005
17006 * configure: get makesrcdir right for subdirs deeper than 1.
17007
17008 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17009 install.
17010
17011 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17012
17013 * Makefile.in: don't print subdir_do or recursion lines.
17014
17015 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17016
17017 * standards.texi: added menu item.
17018
17019 * Makefile.in: build and install standards.info.
17020
17021 * standards.texi: new file.
17022
17023 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17024
17025 * configure: test for and move config.status pieces from
17026 ${subdir}/.
17027
17028 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17029
17030 * configure: Test for existance of files before trying to mv
17031 them, to avoid numerous non-existance messages.
17032
17033 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17034
17035 * configure: correct final line of config.status.
17036
17037 * configure: patch from eggert. Avoids a protection problem if
17038 the original Makefile.in is read only.
17039
17040 * configure: use move-if-change from gcc to create config.status.
17041 Some makefiles depend on config.status to tell if a directory
17042 has been reconfigured for a different host. This change
17043 prevents those directories from remaking everything in the case
17044 where the reconfig was only intended to rebuild a Makefile.
17045
17046 * configure: test for config.sub with "config.sub sun4" rather
17047 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17048 host alias from a missing config.sub.
17049
17050 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17051
17052 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17053 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17054
17055 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17056
17057 * configure: mkdir ${subdir} as needed.
17058
17059 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17060
17061 * Makefile.in,configure.in: added autoconf.
17062
17063 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17064
17065 * Makefile.in: no longer pass against on recursion.
17066
17067 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17068 definitions are not inherited.
17069
17070 * configure: correct makesrcdir when subdir is .
17071
17072 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17073
17074 * configure: Add support for 'subdirs' variable, which is
17075 like 'configdirs', except that configure doesn't re-invoke
17076 itself for subdirs, it just creates a Makefile for each subdir.
17077 * configure.texi: Document subdirs.
17078
17079 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17080
17081 * configure.in: added flex to configdirs
17082
17083 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17084
17085 * Makefile.in: remove clean-stamps from clean.
17086
17087 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17088
17089 * configure.in: Add gdbtest to configdirs.
17090
17091 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17092
17093 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17094 to recursive makes.
17095 * configure.in: Recognize new ncr3000 config.
17096
17097 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17098
17099 * Makefile.in, configure.in: removed references to gdbm.
17100
17101 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17102
17103 * config.sub: Don't canonicalize os value
17104 newsos* to bsd (readline needs to check for newsos).
17105 (This fix was earlier made Jan 31, but got re-broken.)
17106
17107 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17108
17109 * configure.in: sco is an os, not a vendor!
17110
17111 * configure: Quote $( better. Keep various shells happy.
17112
17113 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17114
17115 * Makefile.in: eliminate stamp-files.
17116
17117 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17118
17119 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17120 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17121
17122 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17123
17124 * config.sub: fix iris/iris3.
17125
17126 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17127
17128 * configure: re-add -rm.
17129
17130 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17131
17132 * Maskefile.in: add .stmp-rcs to all.
17133
17134 * configure.in: remove gas from rs6000 build, use aix host fragment.
17135
17136 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17137
17138 * configure: pass down site_option during recursion.
17139
17140 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17141
17142 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17143
17144 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17145
17146 * configure: Change exec_prefix so that it really defaults to prefix.
17147
17148 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17149
17150 * Makefile.in, configure.in: Add support for mmalloc library.
17151
17152 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17153
17154 * Makefile.in: add stmp dependencies for a few more things.
17155
17156 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17157
17158 * configure: adjusted error message on objdir/srcdir configure
17159 collision, per john's suggestion.
17160
17161 * Makefile.in: add libiberty stmp to all and all.cross.
17162
17163 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17164
17165 * Makefile.in: remove force dependencies, add grep to all.
17166
17167 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17168
17169 * Makefile.in: drop flex. make stamp files work.
17170
17171 * configure: added test for conflicting configuration in srcdir,
17172 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17173 gets cranky. use relative paths for configure and srcdir
17174 whenever possible. Send some error messages to stderr that were
17175 going to stdout.
17176
17177 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17178
17179 * Makefile.in: Fix libg++ rule to check for gcc directory
17180 before using gcc/gcc. Also pass XTRAFLAGS.
17181
17182 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17183
17184 * Makefile.in: added stmp-files so that directories aren't polled
17185 when they are already built.
17186
17187 * configure.texi: fixed a node pointer problem.
17188
17189 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17190
17191 * config.sub configure.in gdb/configure.in
17192 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17193 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17194 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17195
17196 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17197
17198 * configure: -recurring becomes -silent. corrected help message
17199 for -site= option.
17200
17201 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17202
17203 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17204
17205 * configure: when building Makefile for crosses, replace
17206 tooldir and program_prefix. default srcdir from location of
17207 config.sub. remove "for host in hosts" and "for target in
17208 targets" loops.
17209
17210 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17211
17212 * Makefile.in: Do not pass bindir or mandir to cvs.
17213
17214 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17215
17216 * Makefile.in, configure.in: removed traces of namesubdir,
17217 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17218 copyrights to '92, changed some from Cygnus to FSF.
17219
17220 * configure.texi: remove most references to multiple hosts,
17221 multiple targets, subdirs, etc.
17222
17223 * configure.man: removed rcsid. reference config.sub not
17224 config.subr.
17225
17226 * Makefile.in: mkdir $(infodir) on install-info.
17227
17228 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17229
17230 * configure.texi: Explain better about .gdbinit and about
17231 the environment that configure.in sections run in.
17232
17233 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17234
17235 * configure.in: Ultrix is only a decstation if it's a MIPS.
17236
17237 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17238
17239 * README: DOC.configure => cfg-paper.texi.
17240
17241 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17242
17243 * config.sub (near case $os): Don't convert newsos* to bsd!
17244
17245 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17246
17247 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17248 the number of copies of COPYING that go into the GDB tar file.
17249
17250 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17251
17252 * bfd/configure.in, gdb/config/mh-i386sco,
17253 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17254 Fix SCO configuration stuff.
17255
17256 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17257
17258 * Makefile.in: For libg++, make sure the -I pointing
17259 to the gcc directory goes *after* all the libg++-local -I flags.
17260 Also, move just-gcc dependency from just-libg++ to all-libg++.
17261
17262 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17263
17264 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17265
17266 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17267
17268 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17269
17270 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17271
17272 * config.sub: Add stratus configuration frags. Also
17273 submitted to FSF.
17274
17275 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17276
17277 * Makefile.in (DEV_SUPPORT): add configure.man.
17278
17279 * config.sub(Decode manufacturer-specific): add -none*.
17280
17281 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17282
17283 * Makefile.in: remove form feeds to make Sun's make happy.
17284 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17285
17286 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17287
17288 * Makefile.in (AR_FLAGS): Make quieter.
17289
17290 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17291
17292 * configure.in: Add libg++.
17293 * configure: When verbose, don't output the command line at each
17294 level; it will be unremarkably the same as the previous version,
17295 which will be the same as what the user typed.
17296
17297 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17298
17299 * configure.in, Makefile.in: fix clean-info, add flex. add
17300 fileutils.
17301
17302 * configure: be less sensitive to spaces in Makefile.in. Do not
17303 look for sources in "..". Doing so breaks subdirectories that
17304 might have their own configure. If a subdir has it's own
17305 configure script, use it.
17306
17307 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17308
17309 * cfg-paper.texi: some changes suggested by rms.
17310
17311 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17312
17313 * config.sub: Merge in some small additions from the FSF version,
17314 taken from the gcc distribution, to bring the Cygnus and FSF
17315 versions into closer sync.
17316
17317 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17318
17319 * configure.in: Changed svr4 references to sysv4.
17320
17321 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17322
17323 * configure: added -V for version number option.
17324
17325 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17326
17327 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17328 renamed from DOC.configure to cfg-paper.texi.
17329
17330 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17331
17332 * configure, config.subr, config.sub: config.subr is now
17333 config.sub again.
17334
17335 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17336
17337 * configure.texi: new file, in progress.
17338
17339 * Makefile.in: build info file and install the man page for
17340 configure.
17341
17342 * configure.man: new file, first cut.
17343
17344 * configure: find config.subr again now that configuration "none"
17345 has gone. removed all traces of the -ansi option. removed all
17346 traces of the -languages option.
17347
17348 * config.subr: resync from rms.
17349
17350 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17351
17352 * configure, config.sub, config.subr: merge config.sub into
17353 config.subr, call the result config.subr, remove config.sub, use
17354 config.subr.
17355
17356 * Makefile.in: revised install for dir.info.
17357
17358 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17359
17360 * configure.in: add decstation host makefile frag.
17361
17362 * Makefile.in: BISON now bison -y again. also install-gcc on
17363 install. clean-gdbm on clean. infodir belongs in datadir.
17364 Make directories for info install. Build dir.info here then
17365 install it.
17366
17367 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17368
17369 * Makefile.in: fix for bad directory tests.
17370
17371 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17372
17373 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17374 regexp. -srcdir relative was being handled incorrectly.
17375
17376 * Makefile.in: unwrapped some for loops so that parallel makes
17377 work again and so one can focus one's attention on a particular
17378 package.
17379
17380 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17381
17382 * configure: added PWD as a stand in for `pwd` (for speed). use
17383 elif wherever possible. make -srcdir work without -objdir.
17384 -objdir= commented out.
17385
17386 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17387
17388 * configure: +options become --options. -subdirs commented out.
17389 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17390 Makefile now at top of generated Makefile. Removed cvs log
17391 entries. added -srcdir. create .gdbinit only if there is one
17392 in ${srcdir}.
17393
17394 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17395 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17396 and mandir now keyed off datadir by default.
17397
17398 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17399
17400 * Freshly created ChangeLog.
17401
17402 \f
17403 Local Variables:
17404 mode: change-log
17405 left-margin: 8
17406 fill-column: 76
17407 version-control: never
17408 End: