MAINTAINERS (Write After Approval): Add myself.
[gcc.git] / ChangeLog
1 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2
3 * MAINTAINERS (Write After Approval): Add myself.
4
5 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6
7 * configure.ac: Don't accept isl 0.10.
8 * configure: Regenerate.
9
10 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
11
12 Fix include path for in-tree cloog.
13 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
14 * configure: Regenerate.
15
16 2014-06-18 Richard Henderson <rth@redhat.com>
17
18 * .gitignore: Import gcc_update output.
19
20 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
21
22 * config-ml.in: Robustify ac_configure_args parsing.
23
24 * configure.ac (--enable-linker-plugin-configure-flags)
25 (--enable-linker-plugin-flags): New flags.
26 (configdirs): Conditionally add libiberty-linker-plugin.
27 * configure: Regenerate.
28 * Makefile.def (host_modules): Add libiberty-linker-plugin.
29 (host_modules) <lto-plugin>: Pay attention to
30 @extra_linker_plugin_flags@ and
31 @extra_linker_plugin_configure_flags@.
32 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
33 * Makefile.in: Regenerate.
34
35 * Makefile.tpl (configure-[+prefix+][+module+])
36 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
37 "module_srcdir" instead of "module" for locating a module's srcdir.
38 * Makefile.in: Regenerate.
39
40 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
41
42 * MAINTAINERS (Write After Approval): Add myself.
43
44 2014-06-06 Sebastian Pop <sebpop@gmail.com>
45
46 * MAINTAINERS: Update my email address.
47
48 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
49
50 * MAINTAINERS (Write After Approval): Add myself.
51
52 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
53
54 * MAINTAINERS (Write After Approval): Add myself.
55
56 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
57
58 PR libstdc++/61011
59 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
60 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
61 * configure: Regenerate.
62
63 2014-05-28 Pedro Alves <palves@redhat.com>
64
65 * MAINTAINERS (Write After Approval): Add myself.
66
67 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
68
69 * MAINTAINERS: Update my affiliation/email.
70
71 2014-05-19 Mike Stump <mikestump@comcast.net>
72
73 * MAINTAINERS: Add wide-int reviewers.
74
75 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
76
77 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
78 * configure: Regenerated.
79
80 2014-05-15 Torvald Riegel <triegel@redhat.com>
81
82 * MAINTAINERS (libitm): Add myself as maintainer.
83
84 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
85
86 * MAINTAINERS (Write After Approval): Add myself.
87
88 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
89
90 * config.sub, config.guess: Import from upstream.
91
92 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
93
94 * MAINTAINERS (Write After Approval): Put myself in correct order.
95
96 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
97
98 * MAINTAINERS (Write After Approval): Add myself.
99
100 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
101
102 * MAINTAINERS: Move myself from Reviewers to Write After Approval
103 section.
104
105 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
106
107 * MAINTAINERS (Write After Approval): Delete myself.
108
109 2014-04-17 Jakub Jelinek <jakub@redhat.com>
110
111 PR sanitizer/56781
112 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
113 and -B* options with -Xcompiler.
114
115 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
116
117 PR bootstrap/60620
118 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
119 * Makefile.in: Regenerate.
120
121 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
122
123 * Makefile.def (dependencies): Make all-ld depend on all-binutils
124 for WINDRES_FOR_TARGET in default-manifest.o rule.
125 * Makefile.in: Regenerate.
126
127 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
128
129 * MAINTAINERS (Write After Approval): Add myself.
130
131 2014-03-26 Jakub Jelinek <jakub@redhat.com>
132
133 PR sanitizer/56781
134 * Makefile.def: Set bootstrap=true; for host fixincludes.
135 * configure.ac: Don't bootstrap host fixincludes unless
136 --with-build-config=bootstrap-{a,ub}san.
137 * Makefile.in: Regenerated.
138 * configure: Regenerated.
139
140 2014-03-21 Jakub Jelinek <jakub@redhat.com>
141
142 * configure.ac: Move BUILD_CONFIG set up earlier. Add
143 --enable-vtable-verify option parsing. Don't add
144 target-libsanitizer to bootstrap_target_libs unless
145 --with-build-config=bootstrap-asan or
146 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
147 to bootstrap_target_libs unless --enable-vtable-verify.
148 * configure: Regenerated.
149
150 2014-03-10 Anatoly Sokolov <aesok@post.ru>
151
152 * MAINTAINERS (Write After Approval): Add myself.
153
154 2014-03-07 Denis Chertykov <chertykov@gmail.com>
155
156 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
157
158 2014-03-07 Jakub Jelinek <jakub@redhat.com>
159
160 PR bootstrap/58572
161 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
162 -I for libstdc++-v3 includes if $(LEAN).
163 * Makefile.in: Regenerated.
164
165 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
166
167 * MAINTAINERS: Update my email address.
168
169 2014-02-24 Walter Lee <walt@tilera.com>
170
171 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
172 (tilegx-*-*): Change to tilegx*-*-*.
173 * configure: Regenerate.
174
175 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
176
177 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
178
179 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
180
181 * MAINTAINERS (Write After Approval): Add myself.
182
183 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
184
185 PR target/59788
186 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
187 *solaris2*.
188
189 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
190
191 * MAINTAINERS: Update my email address.
192
193 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
194
195 * MAINTAINERS: Convert to UTF-8.
196 Properly sort Xinliang David Li's entry.
197
198 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
199 Sandra Loosemore <sandra@codesourcery.com>
200
201 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
202 nios2 port maintainers.
203
204 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
205
206 * MAINTAINERS (Write After Approval): Add myself.
207
208 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
209
210 * configure.ac: Add user-friendly check for native x86_64-linux
211 multilibs.
212 * configure: Regenerate.
213
214 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
215
216 * MAINTAINERS: Add myself as sh maintainer.
217
218 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
219
220 * MAINTAINERS: Add self as SLSR maintainer.
221
222 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
223
224 * MAINTAINERS: Update my email address.
225
226 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
227
228 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
229
230 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
231
232 * Makefile.in: Regenerate.
233
234 * Makefile.tpl: Fix typo.
235 * Makefile.in: Regenerate partially.
236
237 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
238
239 * configure.ac: Added libcilkrts to noconfig list when C++ is not
240 supported.
241 * configure: Regenerated.
242
243 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
244
245 * MAINTAINERS (Write After Approval): Add myself.
246
247 2013-10-30 Jason Merrill <jason@redhat.com>
248
249 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
250 --disable-build-format-warnings.
251
252 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
253
254 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
255 depend on libstdc++ and libgcc.
256 * configure: Regenerate.
257 * configure.ac: Added libcilkrts to target binaries. Also, restrict
258 libcilkrts for POSIX and i*86, and x86_64 architectures.
259 * Makefile.in: Added libcilkrts related fields to support building it.
260
261 2013-10-26 Jeff Law <law@redhat.com>
262
263 * Makefile.def (target_modules): Remove libmudflap
264 (languages): Remove check-target-libmudflap).
265 * Makefile.in: Rebuilt.
266 * Makefile.tpl (check-target-libmudflap-c++): Remove.
267 * configure.ac (target_libraries): Remove target-libmudflap.
268 Remove checks which disabled libmudflap on some systems.
269 * configure: Rebuilt.
270 * libmudflap: Directory removed.
271
272 2013-10-21 Cong Hou <congh@google.com>
273
274 * MAINTAINERS (Write After Approval): Add myself.
275
276 2013-10-16 Mike Stump <mikestump@comcast.net>
277
278 * .dir-locals.el: Add.
279
280 2013-10-15 David Malcolm <dmalcolm@redhat.com>
281
282 * configure.ac: Add --enable-host-shared
283 * configure: Regenerate.
284
285 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
286
287 Import from savannah.gnu.org:
288 * config.guess: Update to 2013-06-10 version.
289 * config.sub: Update to 2013-10-01 version.
290
291 2013-10-01 Simon Cook <simon.cook@embecosm.com>
292
293 Changes to build configuration to allow big endian ARC ELF toolchain
294 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
295 * configure: Regenerate.
296
297 2013-09-20 Alan Modra <amodra@gmail.com>
298
299 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
300 ppc host match. Support little-endian powerpc linux hosts.
301
302 2013-09-19 Dodji Seketeli <dodji@redhat.com>
303
304 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
305 maintainer.
306
307 2013-09-12 DJ Delorie <dj@redhat.com>
308
309 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
310 maintainers.
311
312 2013-09-03 Richard Biener <rguenther@suse.de>
313
314 * configure.ac: Also allow ISL 0.12.
315 * configure: Regenerated.
316
317 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
318
319 * MAINTAINERS (Write After Approval): Add myself.
320
321 2013-08-27 David Malcolm <dmalcolm@redhat.com>
322
323 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
324
325 2013-08-26 Caroline Tice <cmtice@google.com>
326
327 * MAINTAINERS: Correct earliers update: Move myself from libvtv
328 "Various Reviewers" to libvtv "Various Maintainers".
329
330 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
331
332 * MAINTAINERS: Add myself as RTL optimizers reviewer.
333
334 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
335
336 * MAINTAINERS: Update name, email.
337
338 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
339
340 * MAINTAINERS (Write After Approval): Add myself.
341
342 2013-08-12 Caroline Tice <cmtice@google.com>
343
344 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
345 address in the Write After Approval section.
346
347 2013-08-09 Carlos O'Donell <carlos@redhat.com>
348
349 * MAINTAINERS (Write After Approval): Update email.
350
351 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
352
353 * configure.ac: Adjust to check VTV_SUPPORTED.
354 * configure: Regenerated.
355
356 2013-08-02 Caroline Tice <cmtice@google.com>
357
358 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
359 on non-linux systems; add target-libvtv to noconfigdirs; add
360 libsupc++/.libs to C++ library search paths.
361 * configure: Regenerated.
362 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
363 libstdc++ and libgcc.
364 * Makefile.in: Regenerated.
365
366 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
367
368 * MAINTAINERS (Write After Approval): Add myself.
369
370 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
371 Shiva Chen <shiva0217@gmail.com>
372
373 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
374 nds32 port maintainers.
375
376 2013-07-17 Tim Shen <timshen91@gmail.com>
377
378 * MAINTAINERS (Write After Approval): Add myself.
379
380 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
381
382 * configure.ac: Sync from binutils.
383 * configure: Regenerate.
384
385 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
386
387 * MAINTAINERS (Write After Approval): Add myself.
388
389 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
390
391 * MAINTAINERS (Write After Approval): Add myself.
392
393 2013-05-17 David Malcolm <dmalcolm@redhat.com>
394
395 * MAINTAINERS (Write After Approval): Add myself.
396
397 2013-04-30 Brooks Moses <bmoses@google.com>
398
399 * MAINTAINERS: Update my email; move myself from Fortran
400 reviewer to Write After Approval.
401
402 2013-04-16 Andreas Schwab <schwab@suse.de>
403
404 * configure.ac (aarch64-*-*): Don't disable java.
405 * configure: Regenerate.
406
407 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
408
409 * MAINTAINERS (Write After Approval): Add myself.
410
411 2013-03-30 Matthias Klose <doko@ubuntu.com>
412
413 * Makefile.def (target_modules): Don't install libffi.
414 * Makefile.in: Regenerate.
415
416 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
417
418 * MAINTAINERS (Write After Approval): Add myself.
419
420 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
421
422 * MAINTAINERS (Write After Approval): Add myself.
423
424 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
425
426 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
427 * configure: Regenerated.
428
429 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
430
431 * MAINTAINERS: Explicitly add myself as AIX maintainer.
432 Remove Geoff Keating as rs6000 port maintainer, at his request.
433
434 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
435
436 * MAINTAINERS: Update my email.
437
438 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
439
440 * configure: Re-generate.
441
442 2013-01-15 Richard Biener <rguenther@suse.de>
443
444 PR other/55973
445 * configure: Re-generate.
446
447 2013-01-14 Matthias Klose <doko@ubuntu.com>
448
449 * Makefile.def (install-target-libsanitizer): Depend on
450 install-target-libstdc++-v3.
451 * Makefile.in: Regenerate.
452
453 2013-01-14 Richard Biener <rguenther@suse.de>
454
455 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
456 * configure: Re-generate
457
458 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
459
460 * config.sub: Update from config repo.
461
462 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
463
464 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
465 * Makefile.in: Regenerate.
466
467 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
468
469 * MAINTAINERS (arc): Add new port maintainership for myself.
470
471 2013-01-09 Jason Merrill <jason@redhat.com>
472
473 * .gitignore: Import from gdb repository.
474
475 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
476
477 * Makefile.def (configure-gcc): Depend on all-gmp.
478 (all-gcc): Remove dependency on all-gmp.
479 * Makefile.in: Regenerated.
480
481 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
482
483 * config.sub: Merge from config repo.
484 * config.guess: Ditto.
485
486 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
487
488 * Makefile.def: Merge from binutils.
489 * Makefile.in: Ditto.
490
491 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
492
493 * MAINTAINERS: Update my email.
494
495 2012-12-29 Ben Elliston <bje@gnu.org>
496
497 * config.guess: Update to 2012-12-29 version.
498 * config.sub: Likewise.
499
500 2012-12-20 Matthias Klose <doko@ubuntu.com>
501
502 * Makefile.def (install-target-libgfortran): Depend on
503 install-target-libquadmath, install-target-libgcc.
504 (install-target-libsanitizer): Depend on install-target-libgcc.
505 (install-target-libjava): Depend on install-target-libgcc.
506 (install-target-libitm): Depend on install-target-libgcc.
507 (install-target-libobjc): Depend on install-target-libgcc.
508 (install-target-libstdc++-v3): Depend on install-target-libgcc.
509 * Makefile.in: Regenerate.
510
511 2012-12-19 Matthias Klose <doko@ubuntu.com>
512
513 * Makefile.def (install-target-libgo): Depend on
514 install-target-libatomic.
515 * Makefile.in: Regenerate.
516
517 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
518
519 PR go/55201
520 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
521 * Makefile.in: Regenerate.
522
523 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
524
525 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
526 * configure: Regenerate.
527
528 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
529
530 * config.sub: Merge from config repo.
531
532 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
533
534 * Makefile.def (target_modules): Add bootstrap=true and
535 raw_cxx=true to libsanitizer.
536 * configure.ac (bootstrap_target_libs): Add libsanitizer.
537 * Makefile.in: Regenerated.
538 * configure: Likewise.
539
540 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
541
542 * MAINTAINERS: Remove self as RTL optimization maintainer.
543
544 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
545
546 * MAINTAINERS (Write After Approval): Add myself.
547
548 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
549
550 * Makefile.def (target_modules): Remove bootstrap=true and
551 raw_cxx=true from libsanitizer.
552 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
553 * Makefile.in: Regenerated.
554 * configure: Likewise.
555
556 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
557
558 * Makefile.def (target_modules): Add bootstrap=true and
559 raw_cxx=true to libsanitizer.
560 * configure.ac (bootstrap_target_libs): Add libsanitizer.
561 * Makefile.in: Regenerated.
562 * configure: Likewise.
563
564 2012-11-28 Andrew Pinski <apinski@cavium.com>
565
566 PR bootstrap/54279
567 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
568 * configure: Regenerate.
569 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
570 * Makefile.in: Regenerate.
571
572 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
573
574 * configure.ac: Disable libsanitizer if we're not building C++.
575 * configure: Regenerate.
576
577 2012-11-15 Roland McGrath <roland@hack.frob.com>
578
579 * MAINTAINERS (Write After Approval): Add myself.
580
581 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
582
583 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
584 Kostya Serebryany (kcc@google.com) and
585 Jakub Jelinek (jakub@redhat.com).
586 Rename area for Dodji Seketeli (dodji@redhat.com).
587
588 2012-11-15 Dodji Seketeli <dodji@redhat.com>
589
590 * MAINTAINERS: (asan.c, related): Add myself.
591
592 2012-11-14 Roland McGrath <mcgrathr@google.com>
593
594 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
595 * configure: Regenerate.
596
597 2012-11-13 Richard Henderson <rth@redhat.com>
598
599 * configure.ac: Move libsanitizer logic to subdirectory.
600 * configure: Regenerate.
601
602 2012-11-13 Dodji Seketeli <dodji@redhat.com>
603
604 * configure.ac: Enable libsanitizer just on x86 linux for now.
605 * configure: Re-generate.
606
607 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
608
609 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
610 sections.
611 * configure: Regenerate.
612
613 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
614
615 * configure.ac: Add section for configdirs for libsanitizer.
616 Disable for cris-*-* and mmix-*-*.
617 * configure: Regenerate.
618
619 2012-11-12 Wei Mi <wmi@google.com>
620
621 * configure.ac: Add libsanitizer to target_libraries.
622 * Makefile.def: Ditto.
623 * configure: Regenerate.
624 * Makefile.in: Regenerate.
625 * libsanitizer: New directory for asan runtime. Contains an empty
626 tsan directory.
627
628 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
629
630 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
631 against Mingw64 w32api.
632 * configure: Regenerate.
633
634 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
635
636 * configure: Regenerated.
637
638 2012-11-03 Robert Mason <rbmj@verizon.net>
639
640 * configure.ac: add --disable-libstdcxx configure option
641 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
642
643 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
644
645 * MAINTAINERS (Write After Approval): Add myself.
646
647 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
648
649 * MAINTAINERS (Write After Approval): Add myself.
650
651 2012-10-24 Sharad Singhai <singhai@google.com>
652
653 * MAINTAINERS (Write After Approval): Add myself.
654
655 2012-10-24 Eric Christopher <echristo@gmail.com>
656
657 * MAINTAINERS: Update email address.
658
659 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
660
661 PR bootstrap/54820
662 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
663 * configure: Regenerate.
664
665 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
666
667 * MAINTAINERS (aarch64): Add Marcus and myself.
668
669 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
670
671 PR bootstrap/54820
672 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
673 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
674 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
675 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
676 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
677 * Makefile.in: Regenerate.
678 * configure.ac (have_static_libs): New variable and associated check.
679 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
680 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
681 * configure: Regenerate.
682
683 2012-10-10 Richard Biener <rguenther@suse.de>
684
685 * MAINTAINERS: Adjust for changed surname.
686
687 2012-10-04 Lawrence Crowl <crowl@google.com>
688
689 * MAINTAINERS (Write After Approval): Add myself.
690
691 2012-10-01 Cary Coutant <ccoutant@google.com>
692
693 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
694
695 2012-09-28 Ian Lance Taylor <iant@google.com>
696
697 * Makefile.def: Make all-target-libgo depend on
698 all-target-libbacktrace.
699 * Makefile.in: Rebuild.
700
701 2012-09-26 Ian Lance Taylor <iant@google.com>
702
703 * Makefile.def: Make all-gcc depend on all-libbacktrace.
704 * Makefile.in: Rebuild.
705
706 2012-09-20 Walter Lee <walt@tilera.com>
707
708 * configure.ac: Add tilegx to list of targets that support gold.
709 * configure: Regenerate.
710
711 2012-09-20 Marek Polacek <polacek@redhat.com>
712
713 * MAINTAINERS (Write After Approval): Add myself.
714
715 2012-09-19 Steve Ellcey <sellcey@mips.com>
716
717 * configure.ac: Add mips*-mti-elf* target.
718 * configure: Regenerate.
719
720 2012-09-17 Ian Lance Taylor <iant@google.com>
721
722 * MAINTAINERS (Various Maintainers): Add libbacktrace.
723 * configure.ac (host_libs): Add libbacktrace.
724 (target_libraries): Add libbacktrace.
725 * Makefile.def (host_modules): Add libbacktrace.
726 (target_modules): Likewise.
727 * configure, Makefile.in: Rebuild.
728
729 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
730
731 PR target/38607
732 Merge upstream change.
733 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
734
735 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
736 Add libgomp*.o to compare_exclusions for AIX.
737 * configure: Regenerate.
738
739 2012-09-06 Diego Novillo <dnovillo@google.com>
740
741 * configure.ac: Bump minimum GMP version to 4.2.3.
742 * configure: Re-generate.
743
744 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
745
746 PR target/54461
747 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
748 target-libgloss if not configured --with-avrlibc=no.
749 * configure: Regenerate.
750
751 2012-09-04 Jason Merrill <jason@redhat.com>
752
753 * configure.ac: Fix --enable-languages=all.
754
755 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
756
757 * MAINTAINERS (Write After Approval): Add myself.
758
759 2012-09-03 Richard Guenther <rguenther@suse.de>
760
761 PR bootstrap/54138
762 * configure.ac: Re-organize ISL / CLOOG checks to allow
763 disabling with either --without-isl or --without-cloog.
764 * configure: Regenerated.
765
766 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
767
768 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
769 * configure: Regenerate.
770
771 2012-08-27 Ulrich Drepper <drepper@gmail.com>
772
773 * MAINTAINERS: Fix my email address.
774
775 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
776
777 PR binutils/4970
778 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
779 and opcodes.
780 * Makefile.in: Regenerated.
781
782 2012-08-26 Art Haas <ahaas@impactweather.com>
783
784 * configure: Regenerate.
785
786 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
787
788 * INSTALL/README: Also refer to the online installation
789 instructions.
790
791 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
792
793 * MAINTAINERS (Write After Approval): Add myself.
794 (Picochip port): Remove myself.
795
796 2012-08-14 Diego Novillo <dnovillo@google.com>
797
798 Merge from cxx-conversion branch.
799
800 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
801 POSTSTAGE1_CONFIGURE_FLAGS.
802 * Makefile.in: Regenerate.
803 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
804 Force C++ when bootstrapping.
805 * configure: Regenerate.
806
807 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
808
809 * MAINTAINERS (Write After Approval): Add myself.
810
811 2012-07-16 Joseph Myers <joseph@codesourcery.com>
812
813 * README: Document use of ranges of years in copyright notices.
814
815 2012-07-06 Richard Guenther <rguenther@suse.de>
816
817 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
818 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
819 --with-gmp=system.
820 * Makefile.in: Regenerated.
821 * configure: Likewise.
822
823 2012-07-06 Richard Guenther <rguenther@suse.de>
824
825 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
826 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
827 supply V=1 as extra_make_flags.
828 * configure: Regenerated.
829 * Makefile.in: Likewise.
830
831 2012-07-04 Tristan Gingold <gingold@adacore.com>
832
833 * configure: Regenerate.
834
835 2012-07-03 Richard Guenther <rguenther@suse.de>
836
837 * Makfile.def (isl): Remove not necessary extra_exports and
838 extra_make_flags.
839 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
840 * Makefile.in: Regenerated.
841
842 2012-07-03 Richard Guenther <rguenther@suse.de>
843
844 * Makefile.def (cloog): Add V=1 to extra_make_flags.
845 * configure.ac: If either the ISL or the CLooG check failed
846 do not try to build in-tree versions.
847 * Makefile.in: Regenerated.
848 * configure: Regenerated.
849
850 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
851
852 * configure: Regenerate.
853
854 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
855
856 * MAINTAINERS (Various Maintainers): Add myself as testsuite
857 maintainer.
858
859 2012-07-02 Richard Guenther <rguenther@suse.de>
860
861 * configure: Regenerated.
862
863 2012-07-02 Richard Guenther <rguenther@suse.de>
864 Michael Matz <matz@suse.de>
865 Tobias Grosser <tobias@grosser.es>
866 Sebastian Pop <sebpop@gmail.com>
867
868 * Makefile.def: Add ISL host module, remove PPL host module.
869 Adjust ClooG host module to use the proper ISL.
870 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
871 * configure.ac: Include config/isl.m4. Add ISL host library,
872 remove PPL. Remove PPL configury, add ISL configury, adjust
873 ClooG configury.
874 * Makefile.in: Regenerated.
875 * configure: Likewise.
876
877 2012-07-02 Richard Guenther <rguenther@suse.de>
878
879 Merge from graphite branch
880 2011-07-21 Tobias Grosser <tobias@grosser.es>
881
882 * configure: Regenerated.
883 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
884 both cloog.org and legacy versions. The only supported version will
885 be CLooG with the isl backend.
886
887 2011-07-21 Tobias Grosser <tobias@grosser.es>
888
889 * configure: Regenerated.
890 * configure.ac: Require cloog isl 0.17.0
891
892 2011-07-21 Tobias Grosser <tobias@grosser.es>
893
894 * configure: Regenerated.
895 * config/cloog.m4: Do not define CLOOG_ORG
896
897 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
898
899 * configure.ac: Skip C if explicitly selected.
900 * configure: Regenerate.
901
902 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
903
904 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
905 they contain -O2.
906 * configure: Regenerate.
907
908 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
909
910 PR debug/53740
911 * df.h, df-problems.c, dce.c: Revert last patch.
912
913 2012-06-25 Iain Sandoe <iain@codesourcery.com>
914
915 * MAINTAINERS (Write After Approval): Update my email address.
916
917 2012-06-21 Meador Inge <meadori@codesourcery.com>
918
919 * MAINTAINERS (Write After Approval): Add myself.
920
921 2012-06-20 Jason Merrill <jason@redhat.com>
922
923 * Makefile.tpl (check-target-libgomp-c++): New.
924 (check-target-libitm-c++): New.
925 * Makefile.def (c++): Add them.
926 * Makefile.in: Regenerate.
927
928 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
929
930 * MAINTAINERS (Write After Approval): Add myself.
931
932 2012-05-16 Olivier Hainque <hainque@adacore.com>
933
934 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
935 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
936 (install-no-fixedincludes): Adjust accordingly.
937 * Makefile.in: Regenerate.
938
939 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
940
941 Merge upstream change
942 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
943
944 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
945
946 * MAINTAINERS (Write After Approval): Add myself.
947
948 2012-05-09 Nick Clifton <nickc@redhat.com>
949 Paul Smith <psmith@gnu.org>
950
951 PR bootstrap/50461
952 * configure.ac (mpfr-dir): When using in-tree MPFR sources
953 allow for the fact that from release v3.1.0 of MPFR the source
954 files were moved into a src sub-directory.
955 * configure: Regenerate.
956
957 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
958
959 * configure.ac: Bump minimum MPFR version to 2.4.0.
960 * configure: Regenerated.
961
962 2012-05-01 Richard Henderson <rth@redhat.com>
963
964 * Makefile.def (libatomic): New target_module.
965 * configure.ac (target_libraries): Add libatomic.
966 (noconfigdirs): Check if libatomic is supported.
967 * Makefile.in, configure: Rebuild.
968
969 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
970
971 * MAINTAINERS (Write After Approval): Add myself.
972
973 2012-04-25 Joel Brobecker <brobecker@adacore.com>
974
975 * config.sub: Update to 2012-04-18 version from official repo.
976
977 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
978
979 * MAINTAINERS (Write After Approval): Add myself.
980
981 2012-04-11 Steve Ellcey <sellcey@mips.com>
982
983 * MAINTAINERS: Changed email address.
984
985 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
986
987 PR target/52737
988 * contrib/gcc_update (files_and_dependencies):
989 Remove gcc/config/avr/t-multilib from touch data.
990
991 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
992
993 * MAINTAINERS (OS Port Maintainers): Remove irix.
994 * configure.ac (enable_libgomp): Remove *-*-irix6*.
995 (unsupported_languages): Remove mips-sgi-irix6.*.
996 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
997 (with_stabs): Remove.
998 * configure: Regenerate.
999
1000 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1001
1002 * MAINTAINERS (OS Port Maintainers): Remove osf.
1003 * configure.ac (enable_libgomp): Remove *-*-osf*.
1004 (with_stabs): Remove alpha*-*-osf*.
1005 * configure: Regenerate.
1006
1007 2012-03-05 Tristan Gingold <gingold@adacore.com>
1008
1009 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1010 * configure: Regenerate.
1011
1012 2012-02-17 Walter Lee <walt@tilera.com>
1013
1014 * MAINTAINERS: (Write After Approval): Delete myself.
1015
1016 2012-02-14 Walter Lee <walt@tilera.com>
1017
1018 * MAINTAINERS (tilegx port): Add myself.
1019 (tilepro port): Add myself.
1020 (Write After Approval): Add myself.
1021
1022 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1023
1024 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1025 and Joseph Myers as docstring relicensing maintainers.
1026
1027 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1028
1029 * MAINTAINERS (write-after-approval): Add myself.
1030
1031 2012-02-08 Ira Rosen <irar@il.ibm.com>
1032
1033 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1034 maintainer.
1035
1036 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1037
1038 * MAINTAINERS (Write After Approval): Move myself to
1039 maintain alphabetical order.
1040
1041 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1042
1043 * MAINTAINERS (Write After Approval): Add myself.
1044
1045 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1046
1047 * MAINTAINERS (Write After Approval): Add myself.
1048
1049 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1050 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1051
1052 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1053 * configure: Regenerate.
1054
1055 2012-01-23 Harshit Chopra <harshit@google.com>
1056
1057 * MAINTAINERS (Write After Approval): Add myself.
1058
1059 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
1060
1061 * configure.ac: Remove reference to mh-interix.
1062 * configure: Regenerate.
1063
1064 2012-01-05 Richard Henderson <rth@redhat.com>
1065
1066 PR bootstrap/51072
1067 * configure.ac: Disable libitm if c++ is not enabled.
1068 * configure: Rebuild.
1069
1070 * configure.ac: Fix regexp for same.
1071 * configure: Rebuild.
1072
1073 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1074
1075 * MAINTAINERS (Write After Approval): Add myself.
1076
1077 2012-01-02 Richard Guenther <rguenther@suse.de>
1078
1079 PR bootstrap/51686
1080 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1081 * Makefile.in: Regenerate.
1082
1083 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1084
1085 * MAINTAINERS (Write After Approval): Add myself.
1086
1087 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1088
1089 * configure: Regenerate.
1090
1091 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1092
1093 * MAINTAINERS (picochip): Changed email address.
1094
1095 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1096
1097 * MAINTAINERS (write-after-approval): Add self.
1098
1099 2011-11-29 DJ Delorie <dj@redhat.com>
1100
1101 * configure.ac (rl78-*-*) New case.
1102 * configure: Regenerate.
1103 * MAINTAINERS: Add myself as RL78 maintainer.
1104
1105 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1106
1107 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1108
1109 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1110
1111 * libtool.m4: Additional FreeBSD 10 fixes.
1112
1113 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1114
1115 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1116 Maintainers section, as Epiphany maintainer.
1117
1118 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1119
1120 PR target/49992
1121 * configure.ac: Remove ranlib special-casing for Darwin.
1122 * configure: Regenerate.
1123
1124 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1125
1126 * MAINTAINERS (Reviewers): Keep the list sorted.
1127
1128 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1129
1130 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1131
1132 2011-11-09 Roland McGrath <mcgrathr@google.com>
1133
1134 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1135 * configure: Rebuild.
1136 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1137 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1138 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1139 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1140 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1141 Add READELF.
1142 * Makefile.in: Rebuild.
1143
1144 2011-11-09 Jason Merrill <jason@redhat.com>
1145
1146 * Makefile.def (language=c++): Remove check-c++0x.
1147 * Makefile.in (check-gcc-c++): Regenerate.
1148
1149 2011-11-08 Richard Henderson <rth@redhat.com>
1150
1151 * configure.ac: Test for libitm directory present first.
1152
1153 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1154
1155 * configure.ac: Test libitm/configure.tgt to disable libitm.
1156 * configure: Rebuild.
1157
1158 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1159 Richard Henderson <rth@redhat.com>
1160
1161 Merged from transactional-memory.
1162
1163 * Makefile.def (lang_env_dependencies): libitm is c++.
1164 Add libitm target module.
1165 * configure.ac: Likewise.
1166 * config/mmap.m4: New file.
1167 * contrib/gcc_update: Add libitm to touch data.
1168 * Makefile.in, configure: Rebuild.
1169
1170 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1171
1172 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1173 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1174 * Makefile.in: Regenerate.
1175
1176 2011-11-01 DJ Delorie <dj@redhat.com>
1177
1178 * config.sub: Update to version 2011-10-29 (added rl78)
1179
1180 2011-10-27 Nick Clifton <nickc@redhat.com>
1181
1182 * config.sub: Import these changes from the config project:
1183
1184 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1185 Ben Elliston <bje@gnu.org>
1186
1187 * config.sub (epiphany): New.
1188
1189 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1190 Ben Elliston <bje@gnu.org>
1191
1192 * config.sub (hexagon, hexagon-*): New.
1193
1194 2011-08-23 Roland McGrath <mcgrathr@google.com>
1195
1196 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1197 64eb to be64.
1198
1199 2011-08-16 Roland McGrath <mcgrathr@google.com>
1200
1201 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1202 (nacl): Grok as alias for 32el-unknown-nacl.
1203
1204 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1205
1206 * MAINTAINERS (Write After Approval): Add myself.
1207
1208 2011-10-24 Teresa Johnson <tejohnson@google.com>
1209
1210 * MAINTAINERS (Write After Approval): Add myself.
1211
1212 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1213
1214 * MAINTAINERS (sparc port): Remove myself.
1215
1216 2011-09-14 Tom de Vries <tom@codesourcery.com>
1217
1218 * MAINTAINERS (Write After Approval): Add myself.
1219
1220 2011-08-14 Yao Qi <yao@codesourcery.com>
1221
1222 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1223 * configure: Regenerate.
1224
1225 2011-07-26 Ian Lance Taylor <iant@google.com>
1226
1227 * configure.ac: Set have_compiler based on whether gcc directory
1228 exists, rather than on whether gcc is in configdirs.
1229 * configure: Rebuild.
1230
1231 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1232
1233 * MAINTAINERS (Global Reviewers): Add self.
1234
1235 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1236
1237 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1238 link directories.
1239 * Makefile.in: Rebuild.
1240
1241 2011-07-20 Ian Lance Taylor <iant@google.com>
1242
1243 PR bootstrap/49787
1244 * configure.ac: Move --enable-bootstrap handling earlier in file.
1245 If --enable-bootstrap and either --enable-build-with-cxx or
1246 --enable-build-poststage1-with-cxx, enable C++ automatically.
1247 * configure: Rebuild.
1248
1249 2011-07-19 Ian Lance Taylor <iant@google.com>
1250
1251 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1252 make C++ a boot_language. Set and substitute
1253 POSTSTAGE1_CONFIGURE_FLAGS.
1254 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1255 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1256 * configure, Makefile.in: Rebuild.
1257
1258 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1259
1260 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1261 maintainers.
1262
1263 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1264
1265 * MAINTAINERS (Global Reviewers): Add myself.
1266
1267 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1268
1269 * configure: Regenerate.
1270
1271 2011-07-16 Jason Merrill <jason@redhat.com>
1272
1273 * Makefile.def (language=c++): Add check-c++0x and
1274 check-target-libmudflap-c++.
1275 * Makefile.tpl (check-target-libmudflap-c++): New.
1276 * Makefile.in: Regenerate.
1277
1278 2011-07-16 Matthias Klose <doko@ubuntu.com>
1279
1280 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1281 * Makefile.def (target_modules/libjava): Pass
1282 $(EXTRA_CONFIGARGS_LIBJAVA).
1283 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1284 if not configured with --enable-static-libjava.
1285 * Makefile.in: Regenerate.
1286 * configure: Likewise.
1287
1288 2011-07-15 Jason Merrill <jason@redhat.com>
1289
1290 * Makefile.in (check-c++): Move check-gcc-c++0x after
1291 check-target-libstdc++-v3.
1292
1293 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1294
1295 * MAINTAINERS (c6x port): New entry.
1296
1297 2011-07-13 Jason Merrill <jason@redhat.com>
1298
1299 * Makefile.in (check-gcc-c++0x): New.
1300 (check-c++): Depend on it.
1301
1302 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1303
1304 PR target/39150
1305 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1306 x86_64-*-solaris2.1[0-9]*.
1307 * configure: Regenerate.
1308
1309 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1310
1311 * MAINTAINERS (RTL optimizers): Add self.
1312
1313 2011-06-27 Gabriel Charette <gchare@google.com>
1314
1315 * MAINTAINERS (Write After Approval): Add myself.
1316
1317 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1318
1319 PR regression/47836
1320 PR bootstrap/23656
1321 PR other/47733
1322 PR bootstrap/49247
1323 PR c/48825
1324 * configure.ac (target_libraries): Remove target-libiberty.
1325 Remove case-statement setting skipdirs=target-libiberty for
1326 multiple targets. Remove checking target_configdirs and
1327 removing target-libiberty but keeping target-libgcc if
1328 otherwise empty.
1329 * Makefile.def (target_modules): Don't add libiberty.
1330 (dependencies): Remove all traces of target-libiberty.
1331 * configure, Makefile.in: Regenerate.
1332
1333 2011-06-13 Walter Lee <walt@tilera.com>
1334
1335 * configure.ac (tilepro-*-*) New case.
1336 (tilegx-*-*): Likewise.
1337 * configure: Regenerate.
1338
1339 2011-06-06 Jing Yu <jingyu@google.com>
1340
1341 * configure.ac: Skip target-libiberty for
1342 arm*-*-linux-androideabi.
1343 * configure: Regenerated.
1344
1345 2011-06-06 Nick Clifton <nickc@redhat.com>
1346
1347 * config.sub: Sync from upstream.
1348
1349 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1350
1351 * MAINTAINERS (Write After Approval): Add myself.
1352
1353 2011-06-01 Daniel Jacobowitz <drow@false.org>
1354
1355 * MAINTAINERS: Update my email address.
1356
1357 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1358
1359 * MAINTAINERS (Write After Approval): Update my email address.
1360
1361 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1362
1363 * MAINTAINERS (Write After Approval): Add myself.
1364
1365 2011-05-08 Doug Kwan <dougkwan@google.com>
1366
1367 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1368 * configure: Regenerated.
1369 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1370 value from configure.
1371 * Makefile.in: Regenerated.
1372
1373 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1374
1375 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1376 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1377 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1378 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1379 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1380 *-*-vxworks*): Disable newlib and libgloss in separate case
1381 statement.
1382 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1383 to separate case statement.
1384 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1385 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1386 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1387 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1388 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1389 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1390 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1391 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1392 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1393 i[[3456789]]86-*-rdos*, m32r-*-*,
1394 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1395 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1396 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1397 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1398 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1399 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1400 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1401 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1402 and libgloss in main case over targets. Remove most empty cases
1403 in main case over targets.
1404 * configure: Regenerate.
1405
1406 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
1407
1408 * MAINTAINERS (Write After Approval): Add myself.
1409
1410 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1411
1412 * configure.ac: Remove code setting special library locations for
1413 hppa*64*-*-hpux11*. Remove code setting compiler for
1414 sparc-sun-solaris2*.
1415 * configure: Regenerate.
1416
1417 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1418
1419 * configure.ac: Separate libgloss_dir settings from general case
1420 over targets.
1421 * configure: Regenerate.
1422
1423 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1424
1425 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1426 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1427 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1428 cases in libgcj-disabling case statement.
1429 (hppa*64*-*-linux*): Set unsupported_languages instead of
1430 disabling target-zlib.
1431 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1432 to hppa*64*-*-hpux*.
1433 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1434 hppa*-*-hpux*.
1435 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1436 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1437 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1438 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1439 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1440 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1441 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1442 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1443 libgcj-disabling case statement.
1444 * configure: Regenerate.
1445
1446 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1447
1448 * configure.ac: Disable Java for targets not supporting libffi.
1449 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1450 Remove cases in Java-disabling statement.
1451 (*arm-wince-pe): Change to arm-wince-pe.
1452 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1453 cases in Java-disabling statement.
1454 (bfin-*-*): Don't disable Java again.
1455 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1456 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1457 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1458 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1459 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1460 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1461 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1462 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1463 Java-disabling statement.
1464 (mmix-*-*): Don't disable Java again.
1465 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1466 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1467 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1468 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1469 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1470 statement.
1471 * configure: Regenerate.
1472
1473 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1474
1475 * configure.ac: Separate cases disabling Java and Java libraries
1476 from general case over targets.
1477 * configure: Regenerate.
1478
1479 2011-04-21 Jie Zhang <jzhang918@gmail.com>
1480
1481 * MAINTAINERS: Update my email address.
1482
1483 2011-04-20 Easwaran Raman <eraman@google.com>
1484
1485 * MAINTAINERS (Write After Approval): Add myself.
1486
1487 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1488
1489 PR lto/48086
1490 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1491 * configure: Regenerate.
1492
1493 2011-04-16 Jim Meyering <meyering@redhat.com>
1494
1495 * MAINTAINERS (Write After Approval): Add myself.
1496
1497 2011-04-15 Dodji Seketeli <dodji@redhat.com>
1498
1499 * MAINTAINERS: Update my email address.
1500
1501 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
1502
1503 * MAINTAINERS (Write After Approval): Add myself.
1504
1505 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1506
1507 * MAINTAINERS (Write After Approval): Add myself.
1508
1509 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1510
1511 * MAINTAINERS (Write After Approval): Add myself.
1512
1513 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1514
1515 * configure.ac (build_tools): Remove build-byacc.
1516 (host_libs): Remove mmalloc.
1517 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1518 autoconf automake libtool diff rcs fileutils shellutils time
1519 textutils wdiff find uudecode hello tar gzip indent recode release
1520 sed perl gawk findutils gettext zip.
1521 (libgcj): Remove target-qthreads.
1522 (target_tools): Remove target-examples target-gperf.
1523 (YACC): Don't handle building byacc.
1524 * configure: Regenerate.
1525 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1526 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1527 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1528 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1529 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1530 handle building components.
1531 * Makefile.in: Regenerate.
1532
1533 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1534
1535 * MAINTAINERS: Update my email address as Xtensa maintainer.
1536
1537 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1538
1539 * config.sub: Sync from upstream.
1540
1541 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1542
1543 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1544 (microblaze*): Don't disable libssp.
1545 * configure: Regenerate.
1546
1547 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1548
1549 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1550 moveifchange.
1551 * configure: Regenerate.
1552 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1553 * Makefile.in: Regenerate.
1554
1555 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1556
1557 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1558 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1559 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1560 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1561 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1562 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1563 md_exec_prefix cases.
1564 * configure: Regenerate.
1565
1566 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1567
1568 * configure.ac: Separate cases disabling target-libssp,
1569 target-libiberty, target-libstdc++-v3 and Fortran from general
1570 case over targets.
1571 * configure: Regenerate.
1572
1573 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1574
1575 * configure.ac (*-*-chorusos): Don't disable libgcj.
1576 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1577 Remove case.
1578 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1579 (arm-*-coff): Don't disable libgcj.
1580 (arm*-*-linux-gnueabi): Remove useless assignment.
1581 (arm-*-riscix*): Don't disable libgcj.
1582 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1583 configuration.
1584 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1585 (c54x*-*-*): Remove case.
1586 (tic54x-*-*): Don't disable GCC or GCC libraries.
1587 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1588 to *.
1589 (d10v-*-*): Don't disable GCC libraries.
1590 (d30v-*-*): Don't disable libgcj.
1591 (h8500-*-*): Don't disable GCC libraries.
1592 (i960-*-*): Don't disable libgcj.
1593 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1594 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1595 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1596 libgcj.
1597 (m68k-*-coff*): Remove case.
1598 (mmix-*-*): Don't disable libgloss on host.
1599 (mn10200-*-*, mn10300-*-*): Remove cases.
1600 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1601 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1602 Don't disable libgcj.
1603 (romp-*-*): Remove case.
1604 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1605 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1606 case.
1607 (v810-*-*): Don't disable GCC libraries.
1608 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1609 (ip2k-*-*): Don't disable GCC libraries.
1610 * configure: Regenerate.
1611
1612 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1613
1614 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1615 libffi on host.
1616 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1617 on host.
1618 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1619 * configure: Regenerate.
1620
1621 2011-03-26 John Marino <binutils@marino.st>
1622
1623 * configure.ac: Add support for *-*-dragonfly*
1624 * configure: Regenerate.
1625
1626 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1627
1628 * configure.ac (native_only): Remove.
1629 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1630 send-pr uudecode guile gnuserv on host.
1631 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1632 send-pr rcs guile perl texinfo libtool on host.
1633 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1634 automake send-pr rcs guile perl texinfo libtool on host.
1635 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1636 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1637 (alpha*-dec-osf*): Don't disable fileutils on target.
1638 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1639 texinfo send-pr expect dejagnu on target.
1640 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1641 target-qthreads on target.
1642 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1643 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1644 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1645 x86_64-*-mingw*): Don't disable expect on target.
1646 (*-*-cygwin*): Don't disable target-gperf on target.
1647 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1648 gnuserv on target.
1649 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1650 target.
1651 * configure: Regenerate.
1652
1653 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1654
1655 * configure.ac (target_tools): Remove target-groff.
1656 (native_only): Remove target-groff.
1657 (hppa*64*-*-*): Don't disable byacc.
1658 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1659 setting.
1660 (*-*-kaos*): Don't skip target-librx and target-groff.
1661 (*-*-netware*): Don't skip target-libmudflap.
1662 (*-*-tpf*): Don't skip target-libmudflap.
1663 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1664 directories on the host.
1665 (ia64*-*-*vms*): Don't skip tix.
1666 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1667 host.
1668 * configure: Regenerate.
1669
1670 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1671
1672 * configure.ac: Remove references to mt-mep, mt-netware,
1673 mt-wince.
1674 * Makefile.def: Add all-utils soft dependencies.
1675 * Makefile.tpl: Remove GDB_NLM_DEPS.
1676 * configure: Regenerate.
1677 * Makefile.in: Regenerate.
1678
1679 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1680
1681 * configure.ac: Do not include mh-x86omitfp.
1682 * configure: Regenerate.
1683
1684 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1685
1686 * configure.ac: Remove empty cases.
1687 * configure: Regenerate.
1688
1689 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1690
1691 * Makefile.def: Add dependency from termcap to gdb.
1692 * Makefile.in: Regenerate.
1693
1694 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1695
1696 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1697 * configure: Regenerate.
1698 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1699 * Makefile.tpl: Likewise.
1700 * Makefile.in: Regenerate.
1701
1702 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1703
1704 * configure.ac: Remove all mentions of tentative_cc.
1705 * configure: Regenerate.
1706
1707 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1708
1709 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1710 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1711 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1712 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1713 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1714 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1715 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1716 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1717 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1718 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1719 *-*-rhapsody*): Remove host cases.
1720 * configure: Regenerate.
1721
1722 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1723
1724 * configure.ac (ppc*-*-pe): Remove host case.
1725 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1726 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1727 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1728 cases.
1729 * configure: Regenerate.
1730
1731 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1732
1733 * config.sub: Update to version 2011-03-23.
1734
1735 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1736
1737 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1738 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1739 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1740 * configure: Regenerate.
1741
1742 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1743
1744 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1745 to Write After Approval.
1746 * config-ml.in: Don't handle arc-*-elf*.
1747 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1748 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1749 handle GCC libraries.
1750 * configure: Regenerate.
1751
1752 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1753
1754 PR bootstrap/48120:
1755 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1756 Add -lstdc++ -lm to LIBS.
1757 * configure: Regenerate.
1758
1759 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1760
1761 * config.guess: Update to version 2011-02-02
1762 * config.sub: Update to version 2011-02-24
1763
1764 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1765
1766 PR lto/48086
1767 * configure.ac: Re-enable LTO on *-apple-darwin9.
1768 * configure: Regenerate.
1769
1770 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1771
1772 PR lto/48086
1773 * configure.ac: Disable LTO on darwin due to an assembler change in
1774 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1775 under 256.
1776 * configure: Regenerate.
1777
1778 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1779
1780 * MAINTAINERS: Update myself as score backend maintainer,
1781 update my e-mail address.
1782
1783 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1784
1785 * MAINTAINERS: Update my e-mail address.
1786
1787 2011-03-06 Joey Ye <joey.ye@arm.com>
1788
1789 * MAINTAINERS: Update my e-mail address.
1790
1791 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1792
1793 * configure.ac: Adjust test of with_ppl.
1794 * configure: Regenerated.
1795
1796 2011-03-02 Kai Tietz <ktietz@redhat.com>
1797
1798 * MAINTAINERS: Adjust my e-mail address.
1799
1800 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1801
1802 * configure.ac: Add -lpwl to ppllibs.
1803 * configure: Regenerated.
1804
1805 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1806
1807 * config/cloog.m4: Add -lisl to clooglibs.
1808 * configure: Regenerated.
1809
1810 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1811
1812 * MAINTAINERS (CPU Port maintainers): Add self.
1813
1814 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1815
1816 * MAINTAINERS: Add myself as testsuite maintainer.
1817
1818 2011-02-15 Mike Stump <mikestump@comcast.net>
1819
1820 * MAINTAINERS: Add myself as testsuite maintainer.
1821
1822 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1823
1824 Import from Libtool and gnulib:
1825
1826 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1827
1828 Prepare for supporting FreeBSD 10.
1829 * config.rpath: Remove handling of freebsd1* which soon would
1830 match FreeBSD 10.0.
1831
1832 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1833
1834 Remove support for FreeBSD 1.x.
1835 * libtool.m4 (_LT_LINKER_SHLIBS)
1836 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1837 soon would incorrectly match FreeBSD 10.0.
1838
1839 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1840
1841 PR binutils/12283
1842 * move-if-change: Import version from gnulib.
1843
1844 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1845
1846 PR lto/47225
1847 * Makefile.def (lto-plugin): Double dash for enable-shared.
1848 (configure-gcc): Depend on all-lto-plugin.
1849 * Makefile.in: Rebuilt.
1850
1851 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1852
1853 * configure.ac: Remove extra bracket.
1854 * configure: Regenerate.
1855
1856 2011-02-08 Tobias Burnus <burnus@net-b.de>
1857
1858 * MAINTAINERS: Add myself as libquadmath maintainer.
1859
1860 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1861
1862 * MAINTAINERS: Update my email address.
1863
1864 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1865
1866 * MAINTAINERS (option handling): Add self.
1867
1868 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1869
1870 PR lto/47225
1871 * Makefile.def: Add dependency for install-gcc
1872 on install-lto-plugin.
1873 * Makfile.in: Regenerated
1874
1875 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1876
1877 * MAINTAINERS (CPU Port Maintainers): Add myself.
1878
1879 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1880
1881 PR libgcj/44341
1882 * configure.ac: Discard --with-* flags for host when configuring
1883 target libraries for cross build.
1884 * configure: Rebuilt.
1885
1886 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1887
1888 * MAINTAINERS (linear loop transforms): Removed.
1889
1890 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1891
1892 * configure.ac: If with_ppl is no, move setting with_cloog=no
1893 after CLOOG_REQUESTED check.
1894 * configure: Regenerated.
1895
1896 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1897
1898 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1899 CLooG has been requested.
1900 * configure: Regenerated.
1901
1902 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1903
1904 * configure: Regenerated.
1905 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1906
1907 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1908
1909 * configure: Regenerated.
1910 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1911
1912 2011-01-21 Andreas Schwab <schwab@redhat.com>
1913
1914 * configure.ac: Use AS_HELP_STRING throughout.
1915 * configure: Regenerate.
1916
1917 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1918
1919 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1920 * configure: Regenerate.
1921
1922 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1923
1924 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1925
1926 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1927
1928 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1929 for ia64-hpux.
1930 * configure: Regenerate.
1931
1932 2011-01-07 Jan Hubicka <jh@suse.cz>
1933
1934 PR lto/47225
1935 * Makefile.in: Regenerate.
1936 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1937 configure.
1938
1939 2011-01-07 Jan Hubicka <jh@suse.cz>
1940
1941 * Makefile.in: Regenerate.
1942 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1943 and configure dependency on lto-plugin configure.
1944 (lto-plugin module): Remove dependency on GCC; add dependency on
1945 liniberty.
1946
1947 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1948
1949 * MAINTAINERS (Write After Approval): Add myself.
1950
1951 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1952
1953 * configure: Regenerate.
1954
1955 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1956
1957 * configure.ac: (picochip): Disable libiberty.
1958
1959 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1960
1961 * MAINTAINERS (Write After Approval): Add myself.
1962
1963 2010-12-10 Ian Lance Taylor <iant@google.com>
1964
1965 PR bootstrap/46819
1966 * configure.ac: For --disable-libgcj clear libgcj_saved.
1967 * configure: Rebuild.
1968
1969 2010-12-10 Tobias Burnus <burnus@net-b.de>
1970
1971 PR fortran/46540
1972 * configure.ac: Add --disable-libquadmath and
1973 --disable-libquadmath-support.
1974 * configure: Regenerate.
1975
1976 2010-12-03 Ian Lance Taylor <iant@google.com>
1977
1978 * MAINTAINERS: Add myself as libgo maintainer.
1979
1980 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1981
1982 PR libffi/46792
1983 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1984 * configure: Regenerate.
1985
1986 2010-12-02 Ian Lance Taylor <iant@google.com>
1987
1988 * configure.ac: Always set default for poststage1_ldflags to
1989 -static-libstdc++ -static-libgcc.
1990
1991 2010-11-29 Andreas Schwab <schwab@redhat.com>
1992
1993 * configure.ac: Move comment to remove extra space in last argument
1994 of GCC_TARGET_TOOL.
1995
1996 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1997
1998 PR other/46026
1999 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2000 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2001 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2002 (BASE_FLAGS_TO_PASS): Use it.
2003 * configure: Rebuilt.
2004 * Makefile.in: Rebuilt.
2005
2006 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2007
2008 PR binutils/12258
2009 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2010 Properly check default linker.
2011 * configure: Regnerated.
2012
2013 2010-11-23 Matthias Klose <doko@ubuntu.com>
2014
2015 * configure.ac: For --enable-gold, handle value `default' instead of
2016 `both*'. New configure option --{en,dis}able-ld.
2017 * configure: Regenerate.
2018
2019 2010-11-20 Ian Lance Taylor <iant@google.com>
2020
2021 * configure.ac: Only disable a language library if no language needs
2022 it. Don't let --disable-libgcj uncondtionally disable libffi.
2023 * configure: Rebuild.
2024
2025 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2026
2027 * Makefile.in: Regenerate.
2028
2029 PR other/46202
2030 * configure.ac: Fix just-built in-tree STRIP name to be
2031 binutils/strip-new.
2032 * configure: Regenerate.
2033 * Makefile.def (install-strip-gcc, install-strip-binutils)
2034 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2035 (install-strip-sid): Mirror dependencies on non-strip variants
2036 of these targets on the respective -strip prerequisites.
2037 * Makefile.tpl (install-strip, install-strip-host)
2038 (install-strip-target): New targets.
2039 (install-strip-[+module+], install-strip-target-[+module+]):
2040 New targets.
2041 * Makefile.in: Regenerate.
2042
2043 2010-11-19 Ian Lance Taylor <iant@google.com>
2044 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2045
2046 * configure.ac: Add target-libgo to target_libraries. Set
2047 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2048 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2049 (HOST_EXPORTS): Add GOC.
2050 (BASE_TARGET_EXPORTS): Add GOC.
2051 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2052 (GOCFLAGS_FOR_TARGET): New variable.
2053 (EXTRA_HOST_FLAGS): Add GOC.
2054 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2055 * Makefile.def (target_modules): Add libgo.
2056 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2057 (dependencies): Add dependency from configure-target-libgo to
2058 configure-target-libffi and all-target-libstdc++-v3. Add
2059 dependencies from all-target-libgo to all-target-libffi.
2060 (languages): Add go.
2061 * configure: Rebuild.
2062 * Makefile.in: Rebuild.
2063
2064 2010-11-19 Ian Lance Taylor <iant@google.com>
2065
2066 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2067 compiler/flag environment variables.
2068
2069 2010-11-18 Ian Lance Taylor <iant@google.com>
2070
2071 * configure.ac: Check for lang_requires_boot_languages in
2072 config-lang.in files.
2073 * configure: Rebuild.
2074
2075 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2076 Tobias Burnus <burnus@net-b.de>
2077
2078 PR fortran/32049
2079 * Makefile.def: Add libquadmath; build it with language=fortran.
2080 * configure.ac: Add libquadmath.
2081 * Makefile.tpl: Handle multiple libs in check-[+language+].
2082 * Makefile.in: Regenerate.
2083 * configure: Regenerate.
2084
2085 2010-11-16 Tom Tromey <tromey@redhat.com>
2086
2087 * MAINTAINERS: Moved myself to reviewers section.
2088
2089 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
2090
2091 * MAINTAINERS: Moved myself to reviewers section.
2092
2093 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2094
2095 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2096 (Write After Approval): Remove self.
2097
2098 2010-11-15 Andreas Schwab <schwab@redhat.com>
2099
2100 * configure.ac: Fix spelling in option names.
2101 * configure: Regenerated.
2102
2103 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2104
2105 PR bootstrap/39622
2106 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2107 * configure: Regenerated.
2108
2109 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2110
2111 * MAINTAINERS: Update my email address.
2112
2113 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2114
2115 * configure: Regenerate.
2116
2117 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2118
2119 * configure: Regenerate.
2120
2121 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2122
2123 * configure: Regenerate.
2124
2125 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2126
2127 * configure: Regenerate.
2128
2129 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2130
2131 * configure.ac: Support official CLooG.org versions.
2132 * configure: Regenerate.
2133 * config/cloog.m4: New.
2134
2135 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2136
2137 * MAINTAINERS (Write After Approval): Add myself.
2138
2139 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2140
2141 * MAINTAINERS: Update my email address.
2142
2143 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2144
2145 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2146 * configure: Regenerate.
2147
2148 2010-11-03 Ian Lance Taylor <iant@google.com>
2149 Dave Korn <dave.korn.cygwin@gmail.com>
2150
2151 PR lto/46273
2152 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2153 and on other supported platforms whenever LTO is enabled.
2154 * configure: Rebuild.
2155
2156 2010-11-02 Alan Modra <amodra@gmail.com>
2157
2158 PR binutils/12110
2159 * configure.ac: Error when source path contains spaces.
2160 * configure: Regenerate.
2161
2162 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2163
2164 * MAINTAINERS: Update my email address.
2165
2166 2010-10-20 Ian Lance Taylor <iant@google.com>
2167
2168 * Makefile.def (target_modules): Set lib_path to src/.libs for
2169 libstdc++-v3 module.
2170 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2171 * Makefile.in: Rebuild.
2172
2173 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2174
2175 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2176 (Write After Approval): Remove myself.
2177
2178 2010-10-15 Tristan Gingold <gingold@adacore.com>
2179
2180 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2181
2182 2010-10-14 Douglas Rupp <rupp@gnat.com>
2183
2184 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2185
2186 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2187
2188 * configure.ac (build_lto_plugin): New shell variable.
2189 (--enable-lto): Turn on by default for all non-ELF platforms that
2190 have had LTO support added so far. Set build_lto_plugin appropriately
2191 for both ELF and non-ELF.
2192 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2193 * configure: Regenerate.
2194
2195 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2196
2197 Sync from src:
2198 * configure.ac (v850 support): Remove target-libgloss from
2199 noconfigdirs.
2200 * configure: Regenerate.
2201
2202 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2203
2204 PR bootstrap/45326
2205 PR bootstrap/45174
2206 * configure.ac: Honor initial values of $build_configargs,
2207 $host_configargs, $target_configargs. Mark the precious, so
2208 environment settings get recorded.
2209 * configure: Regenerate.
2210
2211 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2212
2213 PR bootstrap/45796
2214 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2215 Depend on all-build-libiberty.
2216 * Makefile.in: Regenerate.
2217
2218 2010-09-30 Michael Eager <eager@eagercon.com>
2219
2220 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2221 * configure: Regenerate.
2222
2223 2010-09-28 Michael Eager <eager@eagercon.com>
2224
2225 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2226
2227 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2228
2229 PR bootstrap/44621
2230 * configure.ac: Fix unportable shell quoting.
2231 * configure: Regenerate.
2232
2233 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2234
2235 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2236 targets and amend comment.
2237 * configure: Regenerate.
2238
2239 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2240
2241 * MAINTAINERS (Write After Approval): Add myself.
2242
2243 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2244
2245 * configure.ac: Enable LTO by default on Darwin.
2246 * configure: Regenerate.
2247
2248 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2249
2250 * MAINTAINERS (Write After Approval): Add myself.
2251
2252 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2253
2254 * MAINTAINERS (Write After Approval): Add myself.
2255
2256 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2257
2258 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2259 ports
2260
2261 2010-07-28 David Yuste <david.yuste@gmail.com>
2262
2263 * MAINTAINERS (Write After Approval): Add myself.
2264
2265 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2266
2267 * configure.ac: Support all v850 targets.
2268 * configure: Regenerate.
2269
2270 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2271
2272 PR bootstrap/44455
2273 * configure.ac (extra_mpfr_configure_flags): Copy from
2274 extra_mpc_gmp_configure_flags.
2275 * configure: Re-generated.
2276
2277 2010-07-22 Andi Kleen <ak@linux.intel.com>
2278
2279 * MAINTAINERS (Write After Approval): Add myself.
2280
2281 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2282
2283 * MAINTAINERS (Write After Approval): Add myself.
2284
2285 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2286
2287 * MAINTAINERS (Write After Approval): Add myself.
2288
2289 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2290
2291 PR target/44862
2292 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2293 Provide -B option to allow for link spec %s substitutions for
2294 libstdc++.a on darwin.
2295 * Makefile.in: Regenerate.
2296
2297 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2298
2299 * MAINTAINERS (Reviewers): Update my e-mail address
2300
2301 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2302
2303 * Makefile.def (configure-gcc): Depend on all-libelf.
2304 * Makefile.in: Rebuild.
2305
2306 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2307
2308 * MAINTAINERS (Write After Approval): Add myself in the right place.
2309
2310 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2311
2312 * MAINTAINERS (Write After Approval): Add myself.
2313
2314 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2315
2316 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2317
2318 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2319
2320 * config.sub: Update to version 2010-05-21.
2321 * config.guess: Update to version 2010-04-03.
2322
2323 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2324
2325 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2326 * configure: Regenerate.
2327
2328 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2329
2330 * MAINTAINERS (Write After Approval): Add myself.
2331
2332 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2333
2334 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2335 a platform that supports LTO.
2336 * configure: Regenerate.
2337
2338 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2339
2340 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2341 * configure: Regenerated.
2342
2343 2010-04-27 Roland McGrath <roland@redhat.com>
2344 H.J. Lu <hongjiu.lu@intel.com>
2345
2346 * configure.ac (--enable-gold): Support both, both/gold and
2347 both/bfd to add gold to configdirs without removing ld.
2348 * configure: Regenerated.
2349
2350 * Makefile.def: Add install-gold dependency to install-ld.
2351 * Makefile.in: Regenerated.
2352
2353 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2354
2355 PR lto/42776
2356 * configure.ac (--enable-lto): Refactor handling so libelf tests
2357 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2358 and allow LTO to be explicitly enabled on non-ELF platforms that
2359 are known to support it inside else-clause.
2360 * configure: Regenerate.
2361
2362 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2363
2364 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2365 * configure: Regenerate.
2366
2367 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2368
2369 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2370 * configure: Regenerate.
2371
2372 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2373
2374 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2375 separately.
2376 * configure: Regenerate.
2377
2378 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
2379
2380 * MAINTAINERS (Write After Approval): Add myself.
2381
2382 2010-04-14 Tristan Gingold <gingold@adacore.com>
2383
2384 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2385 * configure: Regenerate.
2386
2387 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2388
2389 * configure: Regenerate after change to elf.m4.
2390
2391 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2392
2393 * MAINTAINERS (Write After Approval): Add myself.
2394
2395 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2396
2397 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2398 * configure: Regenerated.
2399
2400 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2401
2402 * configure.ac: Print "buggy but acceptable" when CLooG
2403 revision is less than 9.
2404 * configure: Regenerated.
2405
2406 2010-04-01 Diego Novillo <dnovillo@google.com>
2407
2408 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2409
2410 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2411
2412 PR bootstrap/43615
2413 PR bootstrap/43328
2414
2415 Revert:
2416
2417 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2418
2419 * configure.ac: Do not pass --enable-multilib nor
2420 --disable-multilib in baseargs. Accept explicitly passed
2421 --enable_multilib.
2422 * configure: Regenerate.
2423
2424 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2425
2426 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2427
2428 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2429
2430 * MAINTAINERS: Remove myself.
2431
2432 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2433
2434 PR bootstrap/43328
2435 * configure.ac: Do not pass --enable-multilib nor
2436 --disable-multilib in baseargs. Accept explicitly passed
2437 --enable_multilib.
2438 * configure: Regenerate.
2439
2440 2010-03-28 Andrew Pinski <pinskia@gmail.com>
2441
2442 * MAINTAINERS (spu port): Remove me.
2443
2444 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2445
2446 * configure.ac (tic6x-*-*): New case.
2447 * configure: Regenerate.
2448
2449 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2450
2451 * config.sub: Update to version 2010-03-22.
2452 * config.guess: Update to version 2009-12-30.
2453
2454 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2455
2456 PR ada/42554
2457 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2458 * configure: Regenerate.
2459
2460 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2461
2462 * MAINTAINERS: Update my email address.
2463
2464 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2465
2466 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2467 (ghassan.shobaki@amd.com): Removed.
2468
2469 2010-03-17 Alan Modra <amodra@gmail.com>
2470
2471 * MAINTAINERS: Update my email address.
2472
2473 2010-03-16 Diego Novillo <dnovillo@google.com>
2474
2475 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2476 Matthews.
2477
2478 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2479
2480 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2481 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2482
2483 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2484
2485 * MAINTAINERS: Update my email address.
2486
2487 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2488
2489 * MAINTAINERS: Update my email address.
2490
2491 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2492
2493 * MAINTAINERS: Update my email address.
2494
2495 2010-03-09 Jie Zhang <jie@codesourcery.com>
2496
2497 * MAINTAINERS: Update my email address.
2498
2499 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2500
2501 PR libstdc++/32499
2502 * configure.ac (RANLIB): Default to true.
2503 (STRIP): Likewise.
2504 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2505 * configure: Regenerate.
2506
2507 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
2508
2509 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2510 (Write After Approval): Update my email address.
2511
2512 2010-02-17 Nick Clifton <nickc@redhat.com>
2513
2514 PR 11238
2515 * Makefile.tpl (local-distclean): Also remove config.cache files in
2516 sub-directories as there may not be Makefiles present in the
2517 sub-directories.
2518 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2519 the config.cache files found by the find command.
2520
2521 * Makefile.in: Regenerate.
2522 * configure.ac: Revert previous delta.
2523 * configure: Regenerate.
2524
2525 2010-02-15 Nick Clifton <nickc@redhat.com>
2526
2527 PR 11238
2528 * configure.ac: Delete config.cache files in sub-directories when
2529 deleting Makefiles.
2530 * configure: Regenerate.
2531
2532 2010-02-12 Ben Elliston <bje@gnu.org>
2533
2534 * MAINTAINERS: Update my email address.
2535
2536 2010-02-08 Andrew Pinski <pinskia@gmail.com>
2537
2538 * MAINTAINERS (spu port): Update my email address.
2539
2540 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2541
2542 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2543
2544 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2545
2546 * configure.ac: Add "recommended" version checks for GMP/MPC.
2547 Update recommended GMP/MPFR/MPC versions.
2548 * configure: Regenerate.
2549
2550 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2551
2552 * MAINTAINERS: Move my Embecosm email address into the
2553 write-after-approval section.
2554
2555 2010-01-26 Ian Lance Taylor <iant@google.com>
2556
2557 * MAINTAINERS: Add myself as Go frontend maintainer.
2558
2559 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2560
2561 PR libstdc++/36101, PR libstdc++/42813
2562 * configure.ac (bootstrap_target_libs): Make inclusion of
2563 target-libgomp conditional on libgomb being in target_configdirs.
2564 * configure: Regenerate.
2565
2566 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2567
2568 PR libstdc++/36101, PR libstdc++/42813
2569 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2570 * configure: Regenerate.
2571
2572 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2573
2574 PR libstdc++/36101, PR libstdc++/42813
2575 * configure.ac (target_configdirs): Substitute.
2576 * Makefile.def: Bootstrap target module libgomp.
2577 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2578 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2579 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2580 * configure, Makefile.in: Regenerate.
2581
2582 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2583
2584 * MAINTAINERS: Adjust my details.
2585
2586 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2587
2588 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2589
2590 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2591
2592 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2593
2594 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2595
2596 * MAINTAINERS (Write After Approval): Add myself.
2597
2598 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2599
2600 * MAINTAINERS (Write After Approval): Add myself.
2601
2602 2010-01-11 Richard Guenther <rguenther@suse.de>
2603
2604 PR lto/41569
2605 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2606 * Makefile.in: Regenerated.
2607
2608 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2609
2610 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2611 * configure: Regenerate.
2612
2613 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2614 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2615
2616 PR bootstrap/42424
2617 * configure.ac: Include libtool m4 files.
2618 (_LT_CHECK_OBJDIR): Call it.
2619 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2620 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2621
2622 * configure: Regenerate.
2623
2624 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2625
2626 PR bootstrap/41818
2627 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2628 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2629 * Makefile.in: Regenerate.
2630
2631 2010-01-02 Richard Guenther <rguenther@suse.de>
2632
2633 PR lto/41529
2634 * configure.ac: Include config/elf.m4. Disable LTO if not
2635 builting for an elf target.
2636 * configure: Regenerate.
2637
2638 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2639
2640 * MAINTAINERS: Change my email address.
2641
2642 2009-12-18 Ben Elliston <bje@au.ibm.com>
2643
2644 * config.sub, config.guess: Update from upstream sources.
2645
2646 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2647
2648 * MAINTAINERS (Write After Approval): Add myself.
2649
2650 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2651
2652 PR middle-end/30447
2653 PR middle-end/30789
2654 PR other/40302
2655
2656 * configure.ac: Require MPC.
2657 * configure: Regenerate.
2658
2659 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2660
2661 PR target/38384
2662 PR bootstrap/40972
2663 * libtool.m4: Sync from git Libtool.
2664 * ltoptions.m4: Likewise.
2665 * ltversion.m4: Likewise.
2666 * lt~obsolete.m4: Likewise.
2667 * ltmain.sh: Likewise.
2668
2669 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2670
2671 * configure.ac: Update minimum MPC version to 0.8.
2672 * configure: Regenerate.
2673
2674 2009-11-21 Sebastian Pop <sebpop@gmail.com>
2675
2676 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2677 * configure: Regenerated.
2678
2679 2009-11-21 Ian Lance Taylor <iant@google.com>
2680
2681 * configure.ac: Change default of poststage1_ldflags to be empty if
2682 poststage1_libs is set. When poststage1_libs is empty, and
2683 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2684 * configure: Rebuild.
2685
2686 2009-11-21 Adam Nemet <adambnmet@gmail.com>
2687
2688 * MAINTAINERS (Write After Approval): Update my email address.
2689
2690 2009-11-20 Ben Elliston <bje@au.ibm.com>
2691
2692 * config.guess: Update from upstream sources.
2693
2694 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2695
2696 * Makefile.def: Restore host and target settings for gmp.
2697 * Makefile.in: Rebuild.
2698
2699 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2700
2701 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2702 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2703 Fix portability of test of C++ as bootstrap language. Add
2704 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2705 * configure: Rebuild.
2706 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2707 and cloog. Fix in-tree ppl configuration. Introduce libelf
2708 in-tree building.
2709 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2710 (POSTSTAGE1_HOST_EXPORTS): Use it.
2711 (STAGE[+id+]_CXXFLAGS): New.
2712 (BASE_FLAGS_TO_PASS): Pass it down.
2713 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2714 extra_exports.
2715 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2716 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2717 extra_exports.
2718 * Makefile.in: Rebuild.
2719
2720 2009-11-17 Ben Elliston <bje@au.ibm.com>
2721
2722 * config.sub, config.guess: Update from upstream sources.
2723
2724 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2725
2726 * MAINTAINERS (Write After Approval): Add myself.
2727
2728 2009-11-09 Jon Beniston <jon@beniston.com>
2729
2730 * MAINTAINERS (Write After Approval): Add myself.
2731
2732 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2733
2734 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2735 paths for *-w64-mingw* and x86_64-*mingw*.
2736 * configure: Regenerated.
2737
2738 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2739
2740 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2741
2742 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2743
2744 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2745 Phil Edwards to Write-After Approval.
2746
2747 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2748
2749 * configure.ac: Disable target-winsup & co for
2750 x86_64-*-mingw* and *-w64-mingw* targets.
2751 * configure: Regenerated.
2752
2753 2009-10-16 Nick Clifton <nickc@redhat.com>
2754
2755 * MAINTAINERS: Add myself as a maintainer for the RX port.
2756
2757 2009-10-26 Johannes Singler <singler@kit.edu>
2758
2759 * MAINTAINERS (Write After Approval): Update my e-mail address.
2760
2761 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2762
2763 * configure.ac (CLooG test): Use = with test.
2764 * configure: Regenerate.
2765
2766 2009-10-22 Richard Guenther <rguenther@suse.de>
2767
2768 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2769 cloog if the ppl version check failed. Move flags saving
2770 before setting in libelf check.
2771 * configure: Regenerate.
2772
2773 2009-10-21 Richard Guenther <rguenther@suse.de>
2774
2775 * configure.ac: Adjust the ppl and cloog configure to work as
2776 documented. Disable cloog if ppl was disabled. Omit the version
2777 checks if they were disabled.
2778 * configure: Re-generate.
2779
2780 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2781
2782 * configure.ac: Add 'lto' to enable_languages, not
2783 new_enable_languages, and only if not already present.
2784 * configure: Regenerate.
2785
2786 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2787
2788 * README: Refer to the various COPYING* files instead of just
2789 COPYING.
2790 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2791
2792 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2793
2794 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2795
2796 2009-10-07 Richard Guenther <rguenther@suse.de>
2797
2798 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2799 and Richard Guenther as reviewers.
2800 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2801 as reviewers.
2802
2803 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2804
2805 * config.sub: Update from upstream sources.
2806
2807 2009-10-06 Ian Lance Taylor <iant@google.com>
2808
2809 * Makefile.def: check-gold depends upon all-gas.
2810 * Makefile.in: Rebuild.
2811
2812 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2813
2814 * MAINTAINERS (Write After Approval): Add myself.
2815
2816 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2817
2818 * Makefile.def: all-lto-plugin depends on all-libiberty.
2819 set bootstrap=true for lto-plugin.
2820 Add lto-plugin.
2821 * Makefile.in: Regenerate.
2822 * configure.ac (host_libs): Add lto-plugin.
2823 * configure: Regenerate.
2824
2825 2009-10-03 Diego Novillo <dnovillo@google.com>
2826
2827 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2828 (HOST_LIBELFLIBS): Define.
2829 (HOST_LIBELFINC): Define.
2830 * Makefile.in: Regenerate.
2831 * configure.ac: Add --enable-lto.
2832 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2833 If --enable-lto is used, add 'lto' to new_enable_languages.
2834 If --enable-lto is used and gold is enabled, add
2835 lto-plugin to configdirs.
2836 * configure: Regenerate.
2837
2838 2009-10-03 Simon Baldwin <simonb@google.com>
2839
2840 * configure.ac: If --with-system-zlib, suppress local zlib and
2841 pass --with-system-zlib to subdir configure scripts.
2842 * configure: Regenerate.
2843
2844 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2845 Paolo Bonzini <bonzini@gnu.org>
2846
2847 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2848 $(srcdir).
2849 * Makefile.in: Rebuilt.
2850
2851 2009-09-26 Gary Funck <gary@intrepid.com>
2852
2853 * MAINTAINERS (Write After Approval): Add myself.
2854
2855 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2856
2857 * configure.ac: Update minimum MPC version to 0.7.
2858 * configure: Regenerate.
2859
2860 2009-09-25 Nick Clifton <nickc@redhat.com>
2861
2862 * configure.ac: Pass any --cache-file=/dev/null option on to
2863 subconfigures.
2864 * configure: Regenerate.
2865
2866 2009-09-23 Nick Clifton <nickc@redhat.com>
2867
2868 * config.sub, config.guess: Update from upstream sources.
2869
2870 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2871
2872 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2873 * Makefile.in: Rebuilt.
2874
2875 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2876
2877 PR bootstrap/32272
2878 * configure.ac: Error out if $srcdir isn't '.' but contains
2879 host-${host_noncanonical}.
2880 * configure: Regenerate.
2881
2882 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2883
2884 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2885 maintainer.
2886
2887 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2888
2889 * configure.ac: If bootstrapping a combined tree with
2890 --enable-gold, require c++ in stage1_languages.
2891 * configure: Regenerate.
2892
2893 * configure.ac: Also add target_libs of stage1_languages to
2894 bootstrap_target_libs.
2895 * configure: Regenerate.
2896
2897 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2898 with --enable-languages not containing c++.
2899 * configure: Regenerate.
2900
2901 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2902
2903 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2904 * configure: Regenerate.
2905
2906 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2907
2908 * MAINTAINERS (Write After Approval): Update my e-mail address,
2909 and move from from here...
2910 (Waiting for paperwork): To here.
2911
2912 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2913
2914 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2915
2916 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2917
2918 * configure.ac: Do not use $extrasub for replacing @if/@endif
2919 parts in Makefile; instead, use additional arguments to
2920 AC_CONFIG_COMMANDS to do the replacement manually, with several
2921 sed invocations, to avoid HP-UX sed command limits.
2922 * configure: Regenerate.
2923
2924 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2925
2926 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2927 blank before -L.
2928
2929 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2930
2931 * configure.ac (with-build-config): Document. Handle without.
2932 Handle missing argument.
2933 * configure: Rebuilt.
2934
2935 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2936
2937 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2938 Default to bootstrap-debug only if compare-debug works.
2939 * configure: Rebuilt.
2940 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2941 * Makefile.in: Rebuilt.
2942
2943 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2944
2945 * MAINTAINERS (OS Port Maintainers): Update my email address.
2946
2947 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2948
2949 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2950 * Makefile.in: Rebuilt.
2951
2952 2009-09-01 Chris Demetriou <cgd@google.com>
2953
2954 * MAINTAINERS (Write After Approval): Add myself.
2955
2956 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2957
2958 PR debug/30161
2959 * include/dwarf2.h (enum dwarf_tag): Added
2960 DW_TAG_GNU_template_template_param
2961 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2962
2963 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2964
2965 * Makefile.tpl (AWK): Fix typo.
2966 * Makefile.in: Regenerate.
2967
2968 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2969
2970 * configure.ac: Detect awk and sed.
2971 * Makefile.def (flags_to_pass): Add AWK and SED.
2972 * Makefile.tpl (AWK, SED): New.
2973 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2974 * configure: Regenerate.
2975 * Makefile.in: Regenerate.
2976
2977 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2978
2979 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2980 (collapseslashes): Likewise.
2981
2982 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2983
2984 * configure.ac (AC_PREREQ): Bump to 2.64.
2985
2986 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2987
2988 * configure.ac: Remove --with-datarootdir, --with-docdir,
2989 --with-pdfdir, --with-htmldir switches.
2990 * configure: Regenerate.
2991
2992 * configure: Regenerate.
2993
2994 * compile: Sync from Automake 1.11.
2995 * depcomp: Likewise.
2996 * install-sh: Likewise.
2997 * missing: Likewise.
2998 * mkinstalldirs: Likewise.
2999 * ylwrap: Likewise.
3000
3001 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3002
3003 * ltmain.sh (func_normal_abspath): New function.
3004 (func_relative_path): Likewise.
3005 (func_mode_help): Document new -bindir option for link mode.
3006 (func_mode_link): Add new -bindir option, and use it to place
3007 output DLL if specified.
3008
3009 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3010
3011 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3012 (baseargs): Add --disable-option-checking.
3013 * configure: Regenerate.
3014
3015 * Makefile.def (configure-target-libiberty): Depend on
3016 all-binutils and all-ld.
3017 (configure-target-newlib): Likewise.
3018 * Makefile.in: Regenerate.
3019
3020 2009-08-17 Ben Elliston <bje@au.ibm.com>
3021
3022 * config.sub, config.guess: Update from upstream sources.
3023
3024 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3025
3026 Sync from src, merge:
3027
3028 2009-07-02 Tristan Gingold <gingold@adacore.com>
3029
3030 * configure.ac: Do not exclude gas for i386-*-darwin.
3031 Add a case for x86_64-*-darwin.
3032 * configure: Regenerate.
3033
3034 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3035
3036 * MAINTAINERS: Add my name to Write After Approval list.
3037
3038 2009-08-06 Michael Eager <eager@eagercon.com>
3039
3040 * configure.ac: Add Microblaze target.
3041 * configure: Regenerate.
3042
3043 2009-07-31 Christian Bruel <christian.bruel@st.com>
3044
3045 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3046 * configure: Regenerate.
3047
3048 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
3049
3050 * MAINTAINERS (Write After Approval): Update my e-mail address.
3051
3052 2009-07-06 Ian Lance Taylor <iant@google.com>
3053
3054 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3055 * configure: Rebuild.
3056
3057 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3058
3059 * MAINTAINERS: Move myself to the Graphite Reviewers.
3060
3061 2009-06-30 Wei Guozhi <carrot@google.com>
3062
3063 * MAINTAINERS: Add my name to Write After Approval list.
3064
3065 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3066
3067 PR bootstrap/40338
3068 * configure.ac (comparestring): Create new variable.
3069 * Makefile.tpl (comparestring): Use to skip some comparisions.
3070 * configure: Regenerate.
3071 * Makefile.in: Regenerate.
3072
3073 2009-06-26 Doug Evans <dje@sebabeach.org>
3074
3075 * Makefile.def (host_modules): Add cgen.
3076 * Makefile.in: Regenerate.
3077 * configure.ac (host_tools): Add cgen.
3078 * configure: Regenerate.
3079
3080 2009-06-23 DJ Delorie <dj@redhat.com>
3081
3082 * MAINTAINERS: Add myself as mep maintainer.
3083
3084 2009-06-23 Ian Lance Taylor <iant@google.com>
3085
3086 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3087 boot_languages. Only bootstrap target libraries listed in
3088 target_libs for some boot language. Add --with-stage1-ldflags,
3089 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3090 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3091 if not building with C++.
3092 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3093 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3094 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3095 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3096 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3097 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3098 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3099 * configure, Makefile.in: Rebuild.
3100
3101 2009-06-23 Li Feng <nemokingdom@gmail.com>
3102
3103 * MAINTAINERS: Added my name to write-after-approval list.
3104
3105 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3106
3107 * configure.ac: Define is_elf for QNX Neutrino targets.
3108 * configure: Regenerate.
3109
3110 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3111
3112 * MAINTAINERS: Added my name to the write-after-approval list
3113
3114 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3115
3116 * configure.ac: Detect MPC in default directory.
3117 * configure: Regenerate.
3118
3119 2009-06-03 Jerome Guitton <guitton@adacore.com>
3120 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3121
3122 * Makefile.tpl (all): Avoid a trailing backslash.
3123 * Makefile.in: Regenerate.
3124
3125 2009-06-03 Ben Elliston <bje@au.ibm.com>
3126
3127 * config.sub, config.guess: Update from upstream sources.
3128
3129 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3130
3131 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3132 to noconfdirs.
3133 * configure: Regenerate.
3134
3135 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3136
3137 * Makefile.tpl ([+compare-target+]): Compare all stage
3138 directories, rather than just gcc.
3139 * Makefile.in: Rebuilt.
3140
3141 2009-06-01 Doug Kwan <dougkwan@google.com>
3142
3143 * configure.ac: Support gold for target arm*-*-*.
3144 * configure: Regenerate.
3145
3146 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3147
3148 * Makefile.def: Add MPC support and dependencies.
3149 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3150
3151 * Makefile.in, configure: Regenerate.
3152
3153 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3154
3155 * Makefile.tpl (all): Avoid harmless warning in make all when
3156 gcc-bootstrap is enabled but stage_last does not exist.
3157 * Makefile.in: Rebuilt.
3158
3159 2009-05-24 Nicolas Roche <roche@adacore.com>
3160
3161 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3162 * Makefile.in: Regenerate.
3163
3164 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3165
3166 * MAINTAINERS: Update my e-mail address.
3167
3168 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3169
3170 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3171 * configure: Regenerate.
3172
3173 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3174
3175 PR other/40159
3176 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3177 gcc-no-bootstrap are mutually exclusive.
3178 * Makefile.in: Rebuilt.
3179
3180 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3181
3182 PR other/40159
3183 * Makefile.tpl (all): Don't end with unconditional success.
3184 * Makefile.in: Rebuilt.
3185
3186 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3187
3188 PR target/37137
3189 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3190 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3191 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3192 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3193 stage_configureflags, stage_cflags and stage_libcflags into
3194 explicit Makefile macros.
3195 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3196 GFORTRAN.
3197 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3198 CC. Set CC_FOR_BUILD from CC.
3199 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3200 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3201 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3202 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3203 and GFORTRAN.
3204 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3205 (_LIBCFLAGS): Renamed to _TFLAGS.
3206 (do-compare-debug, do-compare3-debug): Drop.
3207 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3208 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3209 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3210 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3211 (XGCC_FLAGS_FOR_TARGET): New.
3212 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3213 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3214 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3215 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3216 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3217 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3218 TFLAGS.
3219 (BUILD_CONFIG): Include if requested.
3220 (all): Set TFLAGS on bootstrap.
3221 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3222 (all-stageid-prefixmodule): Likewise.
3223 (do-clean, distclean-stageid): Set TFLAGS.
3224 (restrap): Fix whitespace.
3225 * Makefile.in: Rebuilt.
3226
3227 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3228
3229 * config.guess: Sync with src.
3230
3231 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3232
3233 * configure.ac ($with_ppl): Default to no if not supplied.
3234 ($with_cloog): Likewise.
3235 configure: Regenerate.
3236
3237 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3238
3239 * MAINTAINERS: Update my e-mail address.
3240
3241 2009-04-27 Nick Clifton <nickc@redhat.com>
3242
3243 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3244
3245 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3246
3247 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3248 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3249 * Makefile.in: Regenerate.
3250
3251 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3252
3253 PR bootstrap/39739
3254 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3255 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3256
3257 * configure, Makefile.in: Regenerate.
3258
3259 2009-04-21 Taras Glek <tglek@mozilla.com>
3260
3261 * include/hashtab.h: Update GTY annotations to new syntax
3262 * include/splay-tree.h: Likewise
3263
3264 2009-04-17 Ben Elliston <bje@au.ibm.com>
3265
3266 * config.sub, config.guess: Update from upstream sources.
3267
3268 2009-04-15 Anthony Green <green@moxielogic.com>
3269
3270 * configure.ac: Add moxie support.
3271 * configure: Rebuilt.
3272
3273 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3274
3275 * configure.ac: Change copyright header to refer to version
3276 3 of the GNU General Public License and to point readers at the
3277 COPYING3 file and the FSF's license web page.
3278 * Makefile.def: Likewise.
3279 * Makefile.tpl: Likewise.
3280 * Makefile.in: Regenerate.
3281
3282 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3283
3284 * configure.ac: Restore match for darwin9 or later. Use double
3285 brackets since regeneration eats one pair.
3286 * configure: Regenerate.
3287
3288 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3289
3290 PR gas/10039
3291 * configure.ac: Require texinfo 4.7.
3292 * configure: Regenerated.
3293
3294 2009-04-09 Nick Clifton <nickc@redhat.com>
3295
3296 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3297 the GCC Runtime Library Exception.
3298
3299 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3300
3301 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3302 * configure: Regenerate.
3303
3304 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3305
3306 * Makefil.def (languages): New entries.
3307 * Makefile.tpl (check-gcc-*): New generic target.
3308 * Makefile.in: Regenerate.
3309
3310 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3311
3312 * MAINTAINERS: Update my email address.
3313
3314 2009-03-18 Tom Tromey <tromey@redhat.com>
3315
3316 * configure: Rebuild.
3317 * configure.ac (host_libs): Add libiconv.
3318 * Makefile.in: Rebuild.
3319 * Makefile.def (host_modules): Add libiconv.
3320 (configure-gdb, all-gdb): Depend on libiconv.
3321
3322 2009-03-16 Tristan Gingold <gingold@adacore.com>
3323
3324 * configure.ac: Treat gdb as supported on x86_64-darwin.
3325 * configure: Regenerate.
3326
3327 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3328
3329 * configure.ac (--with-host-libstdcxx): New option.
3330 * configure: Regenerate.
3331
3332 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3333
3334 * MAINTAINERS: Move myself into the write after approval list.
3335
3336 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3337
3338 * MAINTAINERS: Update e-mail address.
3339
3340 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3341
3342 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3343
3344 2009-03-10 Ira Rosen <irar@il.ibm.com>
3345
3346 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3347
3348 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3349
3350 Backport from git Libtool:
3351
3352 2009-01-19 Robert Millan <rmh@aybabtu.com>
3353 Support GNU/kOpenSolaris.
3354 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3355 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3356 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3357 GNU/kOpenSolaris.
3358
3359 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3360
3361 * MAINTAINERS: Update e-mail address.
3362
3363 2009-02-24 Michael Eager <eager@eagercon.com>
3364
3365 * MAINTAINERS (Write After Approval): Add self.
3366
3367 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
3368
3369 * MAINTAINERS (Write After Approval): Add myself.
3370
3371 2009-02-05 Andreas Schwab <schwab@suse.de>
3372
3373 * Makefile.tpl (stage_last): Define $r and $s before using
3374 $(RECURSE_FLAGS_TO_PASS).
3375 * Makefile.in: Regenerate
3376
3377 2009-01-30 Ian Lance Taylor <iant@google.com>
3378
3379 * MAINTAINERS: Move myself to the Global Reviewers list.
3380
3381 2009-01-29 Robert Millan <rmh@aybabtu.com>
3382
3383 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3384 * configure: Regenerate.
3385
3386 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3387
3388 * MAINTAINERS: Make whitespace consistent.
3389 Remove Robert Millan from Write After Approval.
3390
3391 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3392
3393 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3394 (all-opcodes): Depend on all-libiberty.
3395 * Makefile.in: Regenerate.
3396
3397 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3398
3399 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3400 * configure: Regenerate.
3401
3402 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3403
3404 * MAINTAINERS (Write After Approval): Add myself.
3405
3406 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3407
3408 * MAINTAINERS: Add myself to reviewers (Fortran).
3409
3410 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3411
3412 PR tree-optimization/38515
3413 * configure.ac (cloog-polylib): Removed.
3414 (with_ppl, with_cloog): Test for "no".
3415 * configure: Regenerated.
3416
3417 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3418
3419 * MAINTAINERS: Moved myself to reviewers (Fortran).
3420
3421 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3422
3423 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3424 (Write After Approval): Remove myself.
3425
3426 2009-01-03 Diego Novillo <dnovillo@google.com>
3427
3428 * MAINTAINERS: Remove myself from alias maintainership.
3429
3430 2009-01-02 David Ayers <ayers@fsfe.org>
3431
3432 * MAINTAINERS: Update e-mail address.
3433
3434 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3435
3436 * MAINTAINERS: Make whitespace consistent.
3437
3438 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3439
3440 Backport from upstream Libtool:
3441 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3442 Add cache variables to tests that require the linker to work.
3443 For shlibpath_overrides_runpath, this also changes the semantics
3444 to let the result from the C compiler take precedence.
3445
3446 2008-12-02 Ben Elliston <bje@au.ibm.com>
3447
3448 * config.sub, config.guess: Update from upstream sources.
3449
3450 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3451
3452 * configure.ac (ppllibs): Add by default the lib flags.
3453 * configure: Regenerate.
3454
3455 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
3456
3457 * MAINTAINERS: Add myself to the write after approval list.
3458
3459 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3460
3461 * configure.ac: Add double brackets on darwin[912].
3462 * configure: Regenerate.
3463
3464 2008-12-03 Daniel Kraft <d@domob.eu>
3465
3466 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3467 Approval to Reviewer section (for Fortran front-end).
3468
3469 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3470
3471 * configure.ac: Expand to darwin10 and later.
3472 * configure: Regenerate.
3473
3474 2008-12-02 Andreas Schwab <schwab@suse.de>
3475
3476 * Makefile.def: configure-target-boehm-gc depends on
3477 all-target-libstdc++-v3.
3478 * Makefile.in: Regenerate.
3479
3480 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
3481
3482 * MAINTAINERS: Add myself as mingw maintainer.
3483
3484 2008-12-02 Ben Elliston <bje@au.ibm.com>
3485
3486 * config.sub, config.guess: Update from upstream sources.
3487
3488 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3489
3490 * README.SCO: Remove.
3491
3492 2008-11-29 Fernando Pereira <pronesto@gmail.com>
3493
3494 * MAINTAINERS: Add myself to the write after approval list.
3495
3496 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3497
3498 * MAINTAINERS: Update my email address in WAA section.
3499
3500 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
3501
3502 * MAINTAINERS: Update e-mail address.
3503
3504 2008-11-27 Toon Moene <toon@moene.org>
3505
3506 * MAINTAINERS: Change e-mail address.
3507
3508 2008-11-27 Tristan Gingold <gingold@adacore.com>
3509
3510 * configure.ac: Build gdb for i?86-*-darwin*
3511 * configure: Regenerated.
3512
3513 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
3514
3515 * MAINTAINERS: Added my full name.
3516
3517 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3518
3519 PR bootstrap/38014
3520 PR bootstrap/37923
3521
3522 Revert:
3523
3524 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3525
3526 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3527 * Makefile.in: Regenerated.
3528
3529 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3530
3531 PR gdb/921
3532 PR gdb/1646
3533 PR gdb/2175
3534 PR gdb/2176
3535
3536 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3537 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3538 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3539 (HOST_EXPORTS): Pass CPPFLAGS.
3540 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3541 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3542 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3543 * Makefile.in, configure: Regenerated.
3544 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3545 and CPPFLAGS_FOR_BUILD.
3546
3547 2008-11-06 Jeff Law <law@redhat.com>
3548
3549 * MAINTAINERS: Add myself as middle end maintainer.
3550
3551 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3552
3553 * MAINTAINERS (Write after approval): Add myself.
3554
3555 2008-11-05 Diego Novillo <dnovillo@google.com>
3556
3557 * MAINTAINERS (Global Reviewers): Add myself.
3558 (Non-Algorithmic Maintainers): Remove myself.
3559
3560 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3561
3562 * MAINTAINERS (Write after approval): Add myself.
3563
3564 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3565
3566 * MAINTAINERS (Write after approval): Add myself.
3567
3568 2008-10-31 Ben Elliston <bje@au.ibm.com>
3569
3570 * configure.ac (spu-*-*): Remove special case.
3571 * configure: Regenerate.
3572
3573 2008-10-30 Catherine Moore <clm@codesourcery.com>
3574
3575 * MAINTAINERS (Write after approval): Update my email address.
3576
3577 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3578
3579 * configure.ac [spu-*-*]: Do not set skipdirs.
3580 * configure: Re-generate.
3581
3582 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3583
3584 * MAINTAINERS (Various Maintainers): Add myself to reload.
3585
3586 2008-10-25 Richard Guenther <rguenther@suse.de>
3587
3588 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3589 maintainer. Remove myself as libgcc-math maintainer.
3590 (Non-Algorithmic Maintainers): Remove myself.
3591
3592 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3593
3594 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3595 * Makefile.in: Regenerated.
3596
3597 2008-10-23 Cary Coutant <ccoutant@google.com>
3598
3599 * MAINTAINERS (Write after approval): Add myself.
3600
3601 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3602
3603 PR gdb/921
3604 PR gdb/1646
3605 PR gdb/2175
3606 PR gdb/2176
3607
3608 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3609 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3610 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3611 (HOST_EXPORTS): Pass CPPFLAGS.
3612 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3613 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3614 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3615 * Makefile.in, configure: Regenerated.
3616 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3617 and CPPFLAGS_FOR_BUILD.
3618
3619 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3620
3621 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3622 Sebastian Pop.
3623
3624 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3625
3626 * MAINTAINERS (Write After Approval): Added myself.
3627
3628 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3629
3630 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3631 recommended version to 2.3.2.
3632
3633 * configure: Regenerate.
3634
3635 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3636
3637 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3638
3639 2008-09-29 David Daney <david.daney@caviumnetworks.com>
3640
3641 * MAINTAINERS (Write After Approval): Update e-mail address.
3642
3643 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3644
3645 * libtool.m4: Update to libtool 2.2.6.
3646 * lt~obsolete.m4: Update to libtool 2.2.6.
3647 * ltmain.sh: Update to libtool 2.2.6.
3648 * ltsugar.m4: Update to libtool 2.2.6.
3649 * ltversion.m4: Update to libtool 2.2.6.
3650 * ltoptions.m4: Update to libtool 2.2.6.
3651 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3652
3653 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3654
3655 * MAINTAINERS (Write After Approval): Add myself.
3656
3657 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3658
3659 * MAINTAINERS (Write After Approval): Update my name.
3660
3661 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3662
3663 * MAINTAINERS: Add myself in "Write After Approval".
3664
3665 2008-09-18 Steve Ellcey <sje@cup.hp.com>
3666
3667 * MAINTAINERS: Add myself as ia64 maintainer.
3668
3669 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3670
3671 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3672 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3673 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3674 and Michael Tiemann from Write After Approval since they do not
3675 actually have access.
3676
3677 2008-09-05 Richard Guenther <rguenther@suse.de>
3678
3679 * configure.ac: Initialize clooglibs to -lcloog.
3680 * configure: Re-generate.
3681
3682 2008-09-04 Le-Chun Wu <lcwu@google.com>
3683
3684 * MAINTAINERS (Write After Approval): Add myself.
3685
3686 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3687
3688 * configure.ac (--with-cloog-polylib): New.
3689 (--disable-cloog-version-check): New.
3690 (--disable-ppl-version-check): New.
3691 * configure: Re-generate.
3692
3693 2008-09-03 Richard Guenther <rguenther@suse.de>
3694
3695 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3696 cloog test.
3697 * configure: Re-generate.
3698
3699 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3700
3701 Add picoChip port.
3702 * MAINTAINERS: Add picoChip maintainers.
3703
3704 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3705 Tobias Grosser <grosser@fim.uni-passau.de>
3706 Jan Sjodin <jan.sjodin@amd.com>
3707 Harsha Jagasia <harsha.jagasia@amd.com>
3708 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3709 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3710 Adrien Eliche <aeliche@isty.uvsq.fr>
3711
3712 Merge from graphite branch.
3713 * configure: Regenerate.
3714 * Makefile.in: Regenerate.
3715 * configure.ac (host_libs): Add ppl and cloog.
3716 Add checks for PPL and CLooG.
3717 * Makefile.def (ppl, cloog): Added modules and dependences.
3718 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3719 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3720
3721 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3722
3723 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3724 (GCC_SHLIB_SUBDIR): New.
3725 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3726 * configure: Regenerate.
3727 * Makefile.in: Regenerate.
3728
3729 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3730
3731 * MAINTAINERS: Consistently use tabs to separate columns.
3732
3733 2008-08-29 Tristan Gingold <gingold@adacore.com>
3734
3735 * MAINTAINERS (Write after Approval): Add myself.
3736
3737 2008-08-28 Tristan Gingold <gingold@adacore.com>
3738
3739 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3740 Enable bfd, binutils and opcodes.
3741 * configure: Regenerate.
3742
3743 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3744
3745 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3746
3747 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3748
3749 * MAINTAINERS: Use correct Umlaut for last name.
3750
3751 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3752
3753 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3754
3755 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3756
3757 * MAINTAINERS: Update my email address.
3758
3759 2008-08-16 Nicolas Roche <roche@adacore.com>
3760
3761 * Makefile.tpl: Add BOOT_ADAFLAGS.
3762 * Makefile.in: Regenerate.
3763
3764 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3765
3766 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3767 * configure: Regenerate.
3768
3769 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3770
3771 * configure.ac: Add makefile fragments for hpux.
3772 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3773 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3774 * configure: Regenerate.
3775 * Makefile.in: Regenerate.
3776
3777 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3778
3779 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3780
3781 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3782
3783 * MAINTAINERS (Write after Approval): Add myself.
3784
3785 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3786
3787 * MAINTAINERS (Write After Approval): Add myself.
3788
3789 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3790
3791 * MAINTAINERS (Write After Approval): Add myself.
3792
3793 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3794
3795 * MAINTAINERS: Update my email address.
3796
3797 2008-06-25 Joey Ye <joey.ye@intel.com>
3798
3799 * MAINTAINERS (Write After Approval): Add myself.
3800
3801 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3802
3803 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3804 * Makefile.in: Regenerate.
3805 * configure: Regenerate.
3806
3807 2008-06-17 Daniel Kraft <d@domob.eu>
3808
3809 * MAINTAINERS (Write After Approval): Add myself.
3810
3811 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3812
3813 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3814 "$@" is still intact with both Autoconf 2.59 and 2.62.
3815 * configure: Regenerate.
3816
3817 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3818
3819 * Makefile.tpl: Fix comment errors.
3820 * Makefile.in: Regenerate.
3821
3822 2008-06-12 David S. Miller <davem@davemloft.net>
3823 David Edelsohn <edelsohn@gnu.org>
3824
3825 * configure.ac: Add powerpc*-*-* to gold supported targets.
3826 * configure: Regenerate.
3827
3828 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3829
3830 PR tree-optimization/36218
3831 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3832 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3833 (all prefix="build-"): Pass them to build-system sub-makes.
3834 * Makefile.in: Regenerate.
3835
3836 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3837
3838 * MAINTAINERS (mt port): Remove.
3839 (sco5, unixware, sco udk): Remove.
3840 (Kean Johnston): Add to Write After Approval.
3841
3842 2008-05-30 Julian Brown <julian@codesourcery.com>
3843
3844 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3845 of libobjc for ARM EABI Linux.
3846 * configure: Regenerate.
3847
3848 2008-05-18 Xinliang David Li <davidxl@google.com>
3849
3850 * ChangeLog: Remove wrong ChangeLog entry.
3851
3852 2008-05-17 Xinliang David Li <davidxl@google.com>
3853
3854 * MAINTAINERS (Write After Approval): Add myself.
3855
3856 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3857
3858 * MAINTAINERS (Write After Approval): Add myself.
3859
3860 2008-05-14 Rafael Espíndola <espindola@google.com>
3861
3862 * config-ml.in: don't handle --enable-shared and --enable-static.
3863
3864 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3865
3866 * MAINTAINERS: Update my email address.
3867
3868 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3869
3870 * MAINTAINERS: Update my email address.
3871
3872 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3873
3874 * MAINTAINERS (Write After Approval): Add myself.
3875
3876 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3877
3878 * MAINTAINERS (Write After Approval): Add myself.
3879
3880 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3881
3882 * MAINTAINERS (crx): Add myself.
3883
3884 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3885
3886 Sync with src:
3887 2008-04-14 David S. Miller <davem@davemloft.net>
3888
3889 * configure.ac: Add sparc*-*-* to gold supported targets.
3890 * configure: Regenerate.
3891
3892 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3893
3894 PR bootstrap/35457
3895 * configure.ac: Include override.m4.
3896 * configure: Regenerate.
3897
3898 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3899
3900 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3901 * Makefile.in: Regenerate.
3902
3903 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3904
3905 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3906 as nonconfigurable directories list.
3907 * configure: Regenerate.
3908
3909 2008-04-14 Ben Elliston <bje@au.ibm.com>
3910
3911 * config.sub, config.guess: Update from upstream sources.
3912
3913 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3914
3915 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3916 * Makefile.in: Regenerate.
3917
3918 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3919
3920 * configure.ac: Do not build libssp for the AVR.
3921 * configure: Regenerate.
3922
3923 2008-04-07 Ian Lance Taylor <iant@google.com>
3924
3925 * Makefile.def: check-gold depends upon all-binutils.
3926 * Makefile.in: Regenerate.
3927
3928 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3929
3930 * MAINTAINERS (Write After Approval): Add myself.
3931
3932 2008-04-04 Nick Clifton <nickc@redhat.com>
3933
3934 PR binutils/4334
3935 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3936 builds.
3937 * configure: Regenerate.
3938
3939 2008-04-04 NightStrike <NightStrike@gmail.com>
3940
3941 PR other/35151
3942 * configure.ac: Combine rules for mingw32 and mingw64.
3943 * configure: Regenerate.
3944
3945 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3946
3947 * MAINTAINERS (Write After Approval): Add myself.
3948
3949 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3950
3951 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3952 * Makefile.in (.NOTPARALLEL): Ditto.
3953
3954 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3955
3956 * MAINTAINERS (Write After Approval): Add myself.
3957
3958 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3959
3960 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3961 * Makefile.in (.NOTPARALLEL): Regenerate.
3962
3963 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3964
3965 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3966 * Makefile.in: Regenerate.
3967
3968 2008-03-26 Jakub Staszak <kuba@et.pl>
3969
3970 * MAINTAINERS (Write After Approval): Add myself.
3971
3972 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3973
3974 * MAINTAINERS: Update e-mail address.
3975
3976 2008-03-20 Ian Lance Taylor <iant@google.com>
3977
3978 * configure.ac: Add support for --enable-gold.
3979 * Makefile.def: Add gold as a directory like ld.
3980 * configure, Makefile.in: Regenerate.
3981
3982 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3983
3984 * configure.ac: m4_include config/proginstall.m4.
3985 * configure: Regenerate.
3986
3987 Backport from upstream Libtool:
3988
3989 2007-10-12 Eric Blake <ebb9@byu.net>
3990
3991 Deal with Autoconf 2.62's semantic change in m4_append.
3992 * ltsugar.m4 (lt_append): Replace broken versions of
3993 m4_append.
3994 (lt_if_append_uniq): Don't require separator to be overquoted,
3995 and avoid broken m4_append.
3996 (lt_dict_add): Fix typo.
3997 * libtool.m4 (_LT_DECL): Don't overquote separator.
3998
3999 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4000
4001 * config.rpath: Add AIX 6 support.
4002
4003 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4004
4005 * Makefile.def (stageprofile). Remove -fprofile-generate
4006 from stage_libcflags.
4007 * Makefile.in: Regenerate.
4008
4009 2008-03-13 Ben Elliston <bje@au.ibm.com>
4010
4011 * config.sub, config.guess: Update from upstream sources.
4012
4013 2008-03-06 Tom Tromey <tromey@redhat.com>
4014
4015 * MAINTAINERS: Update for treelang deletion.
4016
4017 2008-03-03 James E. Wilson <wilson@tuliptree.org>
4018
4019 * MAINTAINERS: Update my email address.
4020
4021 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
4022
4023 * MAINTAINERS (darwin port): Add myself as a maintainer.
4024 (objective-c/c++): Add myself as a maintainer.
4025
4026 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4027
4028 * MAINTAINERS (Write After Approval): Update my email address.
4029
4030 2008-02-25 Tomas Bily <tbily@suse.cz>
4031
4032 * MAINTAINERS (Write After Approval): Add myself.
4033
4034 2008-02-23 Jakub Jelinek <jakub@redhat.com>
4035
4036 * MAINTAINERS (OpenMP): Add myself.
4037
4038 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4039
4040 PR bootstrap/32009
4041 PR bootstrap/32161
4042
4043 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4044 * configure: Regenerate.
4045
4046 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4047 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4048 STAGE4_LIBCFLAGS): New.
4049 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4050 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4051 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4052 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4053 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4054 for target modules. Don't export LIBCFLAGS.
4055 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4056 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4057 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4058 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4059 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4060 * Makefile.in: Regenerate.
4061
4062 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4063
4064 PR libgcj/33085
4065 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4066 Do not use -DDLL_EXPORT. Backport from upstream.
4067
4068 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4069
4070 * MAINTAINERS (Write After Approval): Add myself.
4071
4072 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4073
4074 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4075 * configure: Regenerate.
4076
4077 2008-01-31 Marc Gauthier <marc@tensilica.com>
4078
4079 * configure.ac (xtensa*-*-*): Recognize processor variants.
4080 * configure: Regenerate.
4081
4082 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4083
4084 PR bootstrap/34922
4085 * configure.ac (PARSE_ARGS): Push suitable setting of
4086 ac_subdirs_all, for `./configure --help=recursive'.
4087 Handle `+' in generic toplevel directory disabling.
4088 * configure: Regenerate.
4089
4090 2008-01-28 Nick Clifton <nickc@redhat.com>
4091
4092 * MAINTAINERS (xstormy16): Take over maintainership.
4093
4094 2008-01-25 Joseph Myers <joseph@codesourcery.com>
4095
4096 * MAINTAINERS (c4x port): Remove.
4097
4098 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4099
4100 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4101
4102 2008-01-23 Ben Elliston <bje@au.ibm.com>
4103
4104 * config.sub, config.guess: Update from upstream sources.
4105
4106 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4107
4108 * MAINTAINERS (Write After Approval): Add myself.
4109
4110 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
4111
4112 * MAINTAINERS: Update my email address.
4113
4114 2008-01-09 Raksit Ashok <raksit@google.com>
4115
4116 * MAINTAINERS (Write After Approval): Add myself.
4117
4118 2008-01-09 Raksit Ashok <raksit@google.com>
4119
4120 * MAINTAINERS (Write After Approval): Add myself.
4121
4122 2008-01-08 Ben Elliston <bje@au.ibm.com>
4123
4124 * config.sub, config.guess: Update from upstream sources.
4125
4126 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4127
4128 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4129 Change recommended MPFR from 2.2.1 -> 2.3.0.
4130 * configure: Regenerate.
4131
4132 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4133
4134 * MAINTAINERS: Update my email address.
4135
4136 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4137
4138 * MAINTAINERS: Update my email address.
4139
4140 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4141
4142 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4143 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4144 * Makefile.in: Regenerate.
4145
4146 2007-12-10 Mark Heffernan <meheff@google.com>
4147
4148 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4149 misplaced entries.
4150
4151 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4152
4153 * configure.ac: Enable libjava for x86_64-*-darwin9.
4154 * configure: Regenerate.
4155
4156 2007-12-07 Bill Maddox <maddox@google.com>
4157
4158 * MAINTAINERS (Write After Approval): Add myself.
4159
4160 2007-12-05 Ben Elliston <bje@au.ibm.com>
4161
4162 * config.sub, config.guess: Update from upstream sources.
4163
4164 2007-12-02 Matthias Klose <doko@ubuntu.com>
4165
4166 * config-ml.in: Remove 64bit configure tests.
4167
4168 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4169
4170 * config-ml.in: Robustify against white space in absolute file
4171 names.
4172
4173 * config-ml.in (multi-clean): Substitute ${Makefile}.
4174 Remove superfluous ${Makefile} in list.
4175
4176 2007-11-19 Thiemo Seufer <ths@mips.com>
4177
4178 * config-ml.in: Don't hardcode the Makefile name.
4179
4180 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4181
4182 * MAINTAINERS (Write After Approval): Add myself.
4183
4184 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4185
4186 * MAINTAINERS (Write After Approval): Add myself.
4187
4188 2007-11-06 Doug Kwan <dougkwan@google.com>
4189
4190 * MAINTAINERS (Write After Approval): Add myself.
4191
4192 2007-10-25 Ben Elliston <bje@au.ibm.com>
4193
4194 * MAINTAINERS (mercury): Remove entry.
4195 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4196
4197 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4198
4199 * Makefile.def (dependencies): Make configure-gdb depend on
4200 all-intl.
4201 * Makefile.in: Regenerated.
4202
4203 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4204
4205 * MAINTAINERS (Fortran maintainer): Remove myself.
4206
4207 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4208
4209 * Makefile.def: To avoid problems running with parallel makes,
4210 build newlib before libgloss so that target specific header
4211 files are availble.
4212 * Makefile.in: Regenerate
4213
4214 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4215
4216 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4217 * Makefile.in: Regenerate.
4218
4219 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4220
4221 * MAINTAINERS (Register allocation reviewer): Add myself.
4222
4223 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4224
4225 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4226 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4227 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4228 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4229 * configure: Regenerate.
4230
4231 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4232
4233 * MAINTAINERS (Register allocation reviewer): Add myself.
4234
4235 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4236
4237 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4238 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4239 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4240 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4241 * configure.ac: Default them to host tools for $host = $build.
4242 Subst them.
4243
4244 * configure: Regenerate.
4245 * Makefile.in: Regenerate.
4246
4247 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4248
4249 * MAINTAINERS (Register allocation reviewer): Add myself.
4250
4251 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4252
4253 * MAINTAINERS (Register allocation reviewer): Add myself.
4254
4255 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4256
4257 * MAINTAINERS (Write After Approval): Fix typo.
4258
4259 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4260
4261 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4262 * configure: Regenerate.
4263
4264 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4265
4266 PR bootstrap/31906
4267 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4268 they're already prefixed.
4269
4270 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4271
4272 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4273 libstdc++.
4274 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4275 * configure: Regenerate.
4276 * Makefile.in: Regenerate.
4277
4278 2007-09-17 Andreas Schwab <schwab@suse.de>
4279
4280 * configure.ac: Raise minimum makeinfo version to 4.6.
4281 * configure: Regenerate.
4282
4283 2007-09-17 Johannes Singler <singler@ira.uka.de>
4284
4285 * MAINTAINERS (write-after-approval) add myself
4286
4287 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4288
4289 * configure.ac: Correct makeinfo version check.
4290 * configure: Regenerate.
4291
4292 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4293
4294 * MAINTAINERS: Update my email address.
4295
4296 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4297
4298 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4299 to $skipdirs and only disable gprof for newlib. Use the normal
4300 mips*-elf* handling in other respects.
4301 * configure: Regnerate.
4302
4303 2007-09-12 David Daney <ddaney@avtrex.com>
4304
4305 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4306 enabling libgcj.
4307 * configure: Regenerate.
4308
4309 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4310
4311 PR other/32154
4312 * configure.ac: For libgloss targets, point the linker to the linker
4313 script, startup code and simulator library.
4314 * configure: Regenerate.
4315
4316 2007-09-07 Andrew Haley <aph@redhat.com>
4317
4318 * configure.ac (noconfigdirs): Remove target-libffi and
4319 target-libjava.
4320 * configure: Regenerate.
4321
4322 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4323
4324 PR target/33281
4325 * configure.ac: Use config/mh-mingw on mingw.
4326 * configure: Regenerate.
4327
4328 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4329
4330 * MAINTAINERS (Write After Approval): Add myself.
4331
4332 2007-09-05 Richard Guenther <rguenther@suse.de>
4333
4334 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4335 nor --disable-checking is provided also turn on yes and types
4336 checking for stage1.
4337 * configure: Re-generate.
4338
4339 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4340
4341 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4342 (Write After Approval): Remove myself.
4343
4344 2007-08-29 Nick Clifton <nickc@redhat.com>
4345
4346 * config.sub, config.guess: Update from upstream sources.
4347
4348 2007-08-22 Bud Davis <jmdavis@link.com>
4349
4350 * MAINTAINERS (Write After Approval): Added myself.
4351 * MAINTAINERS (Reviewers): Removed myself.
4352
4353 2007-08-18 Paul Brook <paul@codesourcery.com>
4354 Joseph Myers <joseph@codesourcery.com>
4355
4356 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4357 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4358 * Makefile.in: Regenerate.
4359 * configure.ac (--with-debug-prefix-map): New.
4360 * configure: Regenerate.
4361
4362 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4363 Nigel Stephens <nigel@mips.com>
4364
4365 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4366 as target_makefile_frag.
4367 * configure: Regenerate.
4368
4369 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4370
4371 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4372 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4373 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4374 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4375 (do-compare, do-compare3, do-compare-debug): New.
4376 ([+compare-target+]): Use them.
4377
4378 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4379
4380 * MAINTAINERS (Write After Approval): Change my email address.
4381
4382 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4383 Ben Elliston <bje@au.ibm.com>
4384
4385 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4386 --silent if $silent.
4387 * configure: Regenerate.
4388
4389 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
4390
4391 * MAINTAINERS (Various Maintainers): Add myself as
4392 loop infrastructure maintainer. Update my e-mail
4393 address.
4394
4395 2007-07-31 Diego Novillo <dnovillo@google.com>
4396
4397 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4398 Adjust description.
4399
4400 2007-07-26 Richard Guenther <rguenther@suse.de>
4401
4402 * configure.ac: Add types checking to stage1 checking flags.
4403 * configure: Regenerate.
4404
4405 2007-07-17 Nick Clifton <nickc@redhat.com>
4406
4407 * COPYING3: New file. Contains version 3 of the GNU General
4408 Public License.
4409 * COPYING3.LIB: New file. Contains version 3 of the GNU
4410 Lesser General Public License.
4411
4412 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4413
4414 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4415
4416 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4417
4418 * MAINTAINERS (S/390 co-maintainer): Add myself.
4419 (Write After Approval): Remove myself.
4420
4421 2007-07-13 Dan Hipschman <dsh@google.com>
4422
4423 * MAINTAINERS (Write After Approval): Add myself.
4424
4425 2007-07-11 Nick Clifton <nickc@redhat.com>
4426
4427 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4428 WINDRES export.
4429 * Makefile.in: Regenerate.
4430
4431 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4432
4433 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4434 maintainer.
4435
4436 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4437
4438 * lt~obsolete.m4: New. Import from 20070318 libtool.
4439
4440 2007-07-03 Julian Brown <julian@codesourcery.com>
4441
4442 * MAINTAINERS (Write After Approval): Add myself.
4443
4444 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4445
4446 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4447 * configure: Regenerate.
4448
4449 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4450
4451 * configure.ac: Add some missing m4 quotation.
4452 * configure: Regenerate.
4453
4454 2007-07-02 Simon Baldwin <simonb@google.com>
4455
4456 * MAINTAINERS (Write After Approval): Add myself.
4457
4458 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
4459
4460 * configure: Regenerate.
4461
4462 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
4463
4464 * Makefile.def: Add windmc tool to build.
4465 * Makefile.tpl: Likewise.
4466 * configure.ac: Likewise.
4467 * Makefile.in: Regenerate.
4468 * configure: Regenerate.
4469
4470 2007-06-28 DJ Delorie <dj@redhat.com>
4471
4472 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4473 not building newlib.
4474 * configure: Regenerated.
4475
4476 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4477
4478 * MAINTAINERS (Write After Approval): Add myself.
4479
4480 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
4481
4482 * MAINTAINERS (Write After Approval): Add myself.
4483
4484 2007-06-19 Chris Matthews <chrismatthews@google.com>
4485
4486 * MAINTAINERS (Write After Approval): Add myself.
4487
4488 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4489
4490 * MAINTAINERS (Write After Approval): Add myself.
4491
4492 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4493
4494 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4495 * Makefile.in: Regenerated.
4496
4497 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4498
4499 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4500 bfin*-*-uclinux* targets.
4501 * configure: Regenerate.
4502
4503 2007-06-14 Ian Lance Taylor <iant@google.com>
4504
4505 * MAINTAINERS: Add myself as non-algorithmic global write
4506 maintainer.
4507
4508 2007-06-14 Diego Novillo <dnovillo@google.com>
4509
4510 * MAINTAINERS: Add self as middle-end maintainer and
4511 non-algorithmic global write maintainer.
4512
4513 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4514
4515 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4516 Move all Fortran maintainers except Paul Brook into the
4517 Non-Autopoiesis section.
4518
4519 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4520
4521 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4522 (distclean-stage[+id+]): Possibly delete stage_last.
4523 * Makefile.in: Regenerate.
4524
4525 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
4526
4527 * MAINTAINERS (Various Maintainer): Fix typo.
4528
4529 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
4530
4531 * MAINTAINERS (Various Maintainer): Add myself as
4532 dataflow maintainer.
4533
4534 2007-06-07 Ben Elliston <bje@au.ibm.com>
4535
4536 * config.sub, config.guess: Update from upstream sources.
4537
4538 2007-06-07 Ben Elliston <bje@au.ibm.com>
4539
4540 * Makefile.tpl: Fix spelling error.
4541 * Makefile.in: Regenerate.
4542
4543 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4544
4545 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4546 lt_cv_sys_max_cmd_len.
4547
4548 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4549
4550 * MAINTAINERS (Various Maintainers): Add myself as
4551 auto-vectorizer maintainer.
4552
4553 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4554
4555 PR libjava/32098
4556 * libtool.m4: Revert previous change.
4557 * ltgcc.m4: Put it here.
4558
4559 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4560
4561 * MAINTAINERS (Various Maintainers): Add myself as
4562 auto-vectorizer maintainer.
4563
4564 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4565
4566 PR libjava/32098
4567 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4568
4569 2007-05-30 Richard Guenther <rguenther@suse.de>
4570
4571 * MAINTAINERS (Various Maintainers): Add myself as
4572 auto-vectorizer maintainer.
4573
4574 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4575
4576 PR bootstrap/29382
4577 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4578 * configure: Rebuilt.
4579
4580 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4581
4582 * MAINTAINERS (Write After Approval): Removed my name.
4583
4584 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4585
4586 * MAINTAINERS (Write After Approval): Remove myself.
4587
4588 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4589
4590 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4591
4592 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4593
4594 * ltmain.sh: Update from ToT Libtool.
4595 * libtool.m4: Update from ToT Libtool.
4596 * ltsugar.m4: New. Update from ToT Libtool.
4597 * ltversion.m4: New. Update from ToT Libtool.
4598 * ltoptions.m4: New. Update from ToT Libtool.
4599 * ltconfig: Remove.
4600 * ltcf-c.sh: Remove.
4601 * ltcf-cxx.sh: Remove.
4602 * ltcf-gcj.sh: Remove.
4603
4604 2007-05-22 Ollie Wild <aaw@google.com>
4605
4606 * MAINTAINERS (Write After Approval): Add myself.
4607
4608 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4609
4610 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4611 stage_cflags.
4612 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4613 Remove CFLAGS/LIBCFLAGS.
4614 (configure-stage[+id+]-[+prefix+][+module+],
4615 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4616 * Makefile.in: Regenerate.
4617
4618 2007-05-15 Diego Novillo <dnovillo@google.com>
4619
4620 * MAINTAINERS: Update e-mail address.
4621
4622 2007-05-15 Revital Eres <eres@il.ibm.com>
4623
4624 * MAINTAINERS (Write After Approval): Add myself.
4625
4626 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4627
4628 * MAINTAINERS (Write After Approval): Updated my address.
4629
4630 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4631
4632 * MAINTAINERS (Write After Approval): Add myself.
4633
4634 2007-05-11 Silvius Rus <rus@google.com>
4635
4636 * MAINTAINERS (Write After Approval): Add myself.
4637
4638 2007-04-23 Tom Tromey <tromey@redhat.com>
4639
4640 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4641
4642 2007-04-22 Mark Mitchell <mark@codesourcery.com>
4643
4644 * MAINTAINERS (cpplib): Rename to ...
4645 (libcpp): ... this. Add C/C++ front end maintainers.
4646
4647 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4648
4649 * config-ml.in: Pass ${ml_config_env} to configure calls.
4650
4651 2007-04-04 Christian Bruel <christian.bruel@st.com>
4652
4653 * MAINTAINERS (Write After Approval): Add myself.
4654
4655 2007-04-02 Dave Korn <dave.korn@artimi.com>
4656
4657 * MAINTAINERS (Write After Approval): Add myself.
4658
4659 2007-03-31 Tobias Burnus <burnus@net-b.de>
4660
4661 * MAINTAINERS (fortran 95 front end): Add myself.
4662
4663 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4664
4665 * MAINTAINERS (Write After Approval): Add myself.
4666
4667 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
4668
4669 * MAINTAINERS (Modulo Scheduler): Add myself.
4670
4671 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4672
4673 * MAINTAINERS (fortran 95 front end): Add myself.
4674 (c++ front end): whitespace fix.
4675
4676 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4677
4678 * MAINTAINERS (Write After Approval): Add myself.
4679
4680 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4681
4682 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4683 of glob. Quote arguments with single quotes too.
4684 * configure: Regenerate.
4685
4686 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4687
4688 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4689 * Makefile.in: Regenerate
4690
4691 2007-03-07 Andreas Schwab <schwab@suse.de>
4692
4693 * configure: Regenerate.
4694
4695 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4696
4697 * configure.ac: Add "--with-pdfdir" configure option,
4698 which defines pdfdir variable.
4699 * Makefile.def (target=fixincludes): Add install-pdf to
4700 missing targets.
4701 (recursive_targets): Add install-pdf target.
4702 (flags_to_pass): Add pdfdir.
4703 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4704 target.
4705 * configure: Regenerate
4706 * Makefile.in: Regenerate
4707
4708 2007-02-28 Eric Christopher <echristo@apple.com>
4709
4710 Revert:
4711 2006-12-07 Mike Stump <mrs@apple.com>
4712
4713 * Makefile.def (dependencies): Add dependency for
4714 install-target-libssp and install-target-libgomp on
4715 install-gcc.
4716 * Makefile.in: Regenerate.
4717
4718 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4719
4720 * configure: Regenerate.
4721 * configure.ac: Move statements after variable declarations.
4722
4723 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4724
4725 * MAINTAINERS: Add myself as sh maintainer.
4726
4727 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4728
4729 * configure.ac: Adjust for loop syntax.
4730 * configure: Regenerate.
4731
4732 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4733
4734 * configure: Rebuilt.
4735
4736 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4737
4738 * configure.ac: Drop multiple occurrences of --enable-languages,
4739 and fix its quoting.
4740 * configure: Rebuilt.
4741
4742 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4743 Nathan Sidwell <nathan@codesourcery.com>
4744 Vladimir Prus <vladimir@codesourcery.com>
4745 Joseph Myers <joseph@codesourcery.com>
4746
4747 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4748 * configure: Regenerate.
4749
4750 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4751
4752 * ltconfig (freebsd*): Default to elf.
4753
4754 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4755
4756 * configure.ac (target_libraries): Move libgcc before libiberty.
4757 * configure: Regenerated.
4758
4759 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4760 Paolo Bonzini <bonzini@gnu.org>
4761
4762 PR bootstrap/30753
4763 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4764 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4765 * configure: Regenerated.
4766
4767 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4768
4769 * MAINTAINERS (Language Front End Maintainers): Update my mail
4770 address.
4771
4772 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4773
4774 PR bootstrap/30748
4775 * configure.ac: Correct syntax for Solaris ksh.
4776 * configure: Regenerated.
4777
4778 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4779
4780 * configure.ac: Sync with src.
4781 * configure: Regenerate.
4782
4783 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4784
4785 * Makefile.in: Regenerate.
4786
4787 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4788
4789 * config.sub: Sync with src.
4790
4791 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4792
4793 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4794 noncanonical equivalents.
4795 * configure.in: Rename to...
4796 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4797 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4798 target_noncanonical. Use them. Rewrite removal of configure
4799 arguments for autoconf 2.59. Discard variable settings. Force
4800 program_transform_name for native tools.
4801
4802 * Makefile.in: Regenerated.
4803 * configure: Regenerated with autoconf 2.59.
4804
4805 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4806
4807 * MAINTAINERS (Write After Approval): Add myself.
4808
4809 2007-01-31 Andreas Schwab <schwab@suse.de>
4810
4811 * Makefile.tpl (LDFLAGS): Substitute it.
4812 * Makefile.in: Regenerate.
4813
4814 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4815
4816 * MAINTAINERS (Write After Approval): Add myself.
4817
4818 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4819
4820 * MAINTAINERS (spu port): Add myself.
4821
4822 2007-01-23 Richard Guenther <rguenther@suse.de>
4823
4824 PR bootstrap/30541
4825 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4826 * Makefile.tpl (GNATBIND): Substitute it.
4827 (GNATMAKE): Likewise.
4828 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4829 of STAGE_PREFIX.
4830 * Makefile.in: Regenerate.
4831 * configure: Regenerate.
4832
4833 2007-01-18 Mike Stump <mrs@apple.com>
4834
4835 * configure.in: Re-enable -Werror for gcc builds.
4836
4837 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4838
4839 * MAINTAINERS (Write After Approval): Add myself.
4840
4841 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4842
4843 * configure.in: Change == to = in test command.
4844 * configure: Regenerate.
4845
4846 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4847 Nick Clifton <nickc@redhat.com>
4848 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4849
4850 * configure.in (build_configargs, host_configargs, target_configargs):
4851 Remove build/host/target parameters.
4852 (host_libs): Add gmp and mpfr.
4853 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4854 * Makefile.def (gmp, mpfr): New.
4855 (gcc): Remove target.
4856 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4857 target_os, target_vendor): New.
4858 (configure): Add host_alias/target_alias arguments; adjust invocations.
4859 * configure: Regenerate.
4860 * Makefile.in: Regenerate.
4861
4862 2007-01-11 Matt Fago <fago@earthlink.net>
4863
4864 * configure.in: Try to link to functions only in mpfr 2.2.x
4865 to improve robustness of configure tests.
4866 * configure: Regenerate.
4867
4868 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4869
4870 * MAINTAINERS: Add myself as i386 maintainer.
4871
4872 2007-01-08 Jan Hubicka <jh@suse.cz>
4873
4874 * MAINTAINERS: Add myself as i386 maintainer.
4875
4876 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4877
4878 * configure.in: Add support for an x86_64-mingw* target.
4879 * configure: Regenerate.
4880
4881 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4882
4883 * Makefile.tpl (all-target): Correct @if conditional for target
4884 modules.
4885 * configure.in: Omit libiberty if building only target libgcc.
4886 * configure, Makefile.in: Regenerated.
4887
4888 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4889
4890 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4891 * configure: Regenerate.
4892
4893 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4894
4895 * Makefile.def (target_modules): Add libgcc.
4896 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4897 * Makefile.tpl (clean-target-libgcc): Delete.
4898 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4899 on gcc even for bootstrapped modules. Rewrite handling of
4900 lang_env_dependencies to loop over target_modules.
4901 * configure.in (target_libraries): Add target-libgcc.
4902 * Makefile.in, configure: Regenerated.
4903
4904 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4905
4906 * configure.in: Reorganize recognition of languages. Add
4907 --enable-stage1-languages. Show supported languages for the chosen
4908 target rather than all recognized languages.
4909 * configure: Regenerate.
4910
4911 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4912
4913 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4914 * Makefile.in: Regenerate.
4915
4916 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4917
4918 * configure.in: Warn that MPFR 2.2.0 is buggy.
4919 * configure: Regenerate.
4920
4921 2006-12-27 Ian Lance Taylor <iant@google.com>
4922
4923 * configure.in: When removing Makefiles to force a reconfigure, also
4924 remove prev-DIR*/Makefile.
4925 * configure: Regenerate.
4926
4927 2006-12-22 Andreas Schwab <schwab@suse.de>
4928
4929 * configure: Regenerate with correct autoconf version.
4930
4931 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4932
4933 * configure.in: add AC_SUBST for *_FOR_TARGET.
4934 * configure: Regenerate.
4935
4936 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4937
4938 * configure.in: Simplify logic for rejecting languages that cannot
4939 be built. Separate the case when a language is unsupported,
4940 from the case when the user chooses not to build a language.
4941
4942 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4943
4944 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4945 it only affects bootstrap and could be tested on "$host" as well.
4946 * configure: Regenerate.
4947 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4948
4949 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4950
4951 PR bootstrap/29544
4952 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4953 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4954 move here comment from Makefile.tpl.
4955 * Makefile.tpl: Move some definitions higher in the file.
4956 (STAGE1_CHECKING): New.
4957 * configure.in: Add --enable-stage1-checking.
4958 * configure: Regenerate.
4959 * Makefile.in: Regenerate.
4960
4961 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4962
4963 * MAINTAINERS: Add myself as build system maintainer.
4964
4965 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4966
4967 * MAINTAINERS (Write After Approval): Add myself.
4968
4969 2006-12-13 Eric Christopher <echristo@apple.com>
4970
4971 * MAINTAINERS: Add myself as darwin maintainer.
4972
4973 2006-12-11 Ian Lance Taylor <ian@airs.com>
4974
4975 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4976
4977 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4978
4979 MAINTAINERS: Update my entry.
4980
4981 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4982
4983 * configure.in: Handle spu makefile frag.
4984 * Makefile.tpl (MAINT): Define
4985 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4986 * configure: Regenerate.
4987 * Makefile.in: Regenerate.
4988
4989 2006-12-11 Ben Elliston <bje@au.ibm.com>
4990
4991 * config.guess: Import latest version.
4992 * config.sub: Likewise.
4993
4994 2006-12-11 Ben Elliston <bje@au.ibm.com>
4995
4996 * configure.in (spu-*-*): Don't skip target-libiberty.
4997 * configure: Regenerate.
4998
4999 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5000
5001 PR bootstrap/30134
5002 * configure.in: Correct x86 darwin support for libjava to powerpc
5003 and i?86 only.
5004 * configure: Regenerate.
5005
5006 2006-12-08 Sandro Tolaini <tolaini@libero.it>
5007
5008 * configure.in: Add x86 darwin support for libjava.
5009 * configure: Regenerate.
5010
5011 2006-12-07 Mike Stump <mrs@apple.com>
5012
5013 * Makefile.def (dependencies): Add dependency for
5014 install-target-libssp and install-target-libgomp on
5015 install-gcc.
5016 * Makefile.in: Regenerate.
5017
5018 2006-12-04 Richard Guenther <rguenther@suse.de>
5019
5020 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5021 (Non-Algorithmic Maintainers): Move over non-algorithmic
5022 loop optimizer maintainers, add myself as a non-algorithmic
5023 middle-end maintainer.
5024
5025 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
5026
5027 * MAINTAINERS (Write After Approval): Add myself.
5028
5029 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5030
5031 * configure.in: Update error message for missing GMP/MPFR.
5032
5033 * configure: Regenerate.
5034
5035 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5036
5037 * configure.in: Update MPFR version in error message.
5038
5039 * configure: Regenerate.
5040
5041 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5042
5043 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5044 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5045 --with-gmp-lib): New flags.
5046
5047 * configure: Regenerate.
5048
5049 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5050
5051 * MAINTAINERS (Write After Approval): Change my email address.
5052
5053 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5054
5055 * MAINTAINERS (Write After Approval): Add myself.
5056
5057 2006-11-22 Philipp Thomas <pth@suse.de>
5058
5059 * MAINTAINERS (i18n): Update e-mail address.
5060
5061 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5062
5063 * MAINTAINERS (spu port): Add myself as maintainer.
5064 (Write After Approval): Remove myself.
5065
5066 2006-11-22 Ben Elliston <bje@au.ibm.com>
5067
5068 * configure.in (skipdirs): Don't build libssp for SPU.
5069 * configure: Regenerate.
5070
5071 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5072
5073 * MAINTAINERS (spu port): Add myself as maintainer.
5074 (libobjc): Update my email address.
5075
5076 2006-11-21 Andrea Bona <andrea.bona@st.com>
5077
5078 * MAINTAINERS (Write After Approval): Add myself.
5079
5080 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5081
5082 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5083 * configure : Rebuilt.
5084
5085 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5086
5087 * MAINTAINERS (Write After Approval): Add myself.
5088
5089 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5090
5091 * MAINTAINERS (Write After Approval): Add myself.
5092
5093 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5094
5095 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5096 libmpfr.a.
5097 * configure: Regenerate.
5098
5099 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
5100
5101 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5102 (unstage): Test for stage_last presence.
5103
5104 PR bootstrap/29802
5105 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5106 STAGE_PREFIX.
5107 * Makefile.in: Regenerate.
5108
5109 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5110
5111 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5112 maintainers.
5113
5114 2006-11-14 Erven Rohou <erven.rohou@st.com>
5115
5116 * MAINTAINERS (Write After Approval): Add myself.
5117
5118 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
5119
5120 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5121 and stageN-package/Makefile.
5122 * Makefile.in: Regenerated.
5123
5124 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5125
5126 * configure.in: Remove target-libgloss from noconfigdirs for
5127 bfin-*-*.
5128 * configure: Regenerated.
5129
5130 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5131
5132 * configure.in (have_gmp): Only error if the gcc directory exists.
5133
5134 * configure: Regenerate.
5135
5136 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5137
5138 * configure.in: Robustify error message for missing GMP/MPFR.
5139
5140 * configure: Regenerate.
5141
5142 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5143
5144 * MAINTAINERS (Write After Approval): Add myself.
5145
5146 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5147
5148 * MAINTAINERS: Change email address.
5149
5150 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5151
5152 * MAINTAINERS (Write After Approval): Add myself.
5153
5154 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5155
5156 * MAINTAINERS (Write After Approval): Add myself.
5157
5158 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5159
5160 * MAINTAINERS (Write After Approval): Move myself to
5161 Write After Approval section.
5162
5163 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5164
5165 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5166 need_gmp anymore.
5167 * configure: Regenerate.
5168
5169 2006-10-16 Tobias Burnus <burnus@net-b.de>
5170
5171 * MAINTAINERS (Write After Approval): Add myself.
5172
5173 2006-10-16 Ben Elliston <bje@au.ibm.com>
5174
5175 * config.guess: Import latest version.
5176 * config.sub: Likewise.
5177
5178 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5179
5180 * Makefile.def: Added pdf target handling.
5181 * Makefile.tpl: Added pdf target handling.
5182 * Makefile.in: Regenerated.
5183
5184 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5185
5186 * MAINTAINERS: Add self as score port maintainer.
5187
5188 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5189
5190 * MAINTAINERS (Write After Approval): Add myself.
5191
5192 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5193
5194 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5195 or newer.
5196 * configure: Regenerated.
5197
5198 2006-09-27 Dave Brolley <brolley@redhat.com>
5199
5200 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5201 using $s instead of $r.
5202 * configure: Regenerated.
5203
5204 2006-09-26 Thiemo Seufer <ths@mips.com>
5205
5206 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5207 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5208 * configure: Regenerate.
5209
5210 2006-09-24 Graeme Peterson <gridly@gmail.com>
5211
5212 * MAINTAINERS (Write After Approval): Remove myself.
5213
5214 2006-09-22 Chao-ying Fu <fu@mips.com>
5215
5216 * MAINTAINERS (Write After Approval): Add myself.
5217
5218 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5219
5220 * MAINTAINERS: Add self as soft-fp maintainer.
5221
5222 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5223
5224 * MAINTAINERS: Add myself as avr maintainer.
5225 Remove Marek Michalkiewicz as avr maintainer.
5226
5227 2006-09-07 Roberto Costa <roberto.costa@st.com>
5228
5229 * MAINTAINERS (Write After Approval): Add myself.
5230
5231 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5232
5233 * configure.in: Never build newlib for a Mingw host.
5234 Never build newlib as Mingw target library.
5235 Test the existence of winsup/cygwin for building a Cygwin newlib,
5236 rather than just winsup.
5237 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5238 building a Mingw target.
5239 * configure: Regenerate.
5240
5241 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5242
5243 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5244
5245 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5246
5247 * config.guess: Import from src (was more updated).
5248 * config.sub: Likewise.
5249
5250 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5251
5252 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5253 * configure: Regenerated.
5254
5255 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5256
5257 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5258 for stages after the first.
5259
5260 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5261
5262 * Makefile.def: Add dependencies for configure-opcodes
5263 on configure-intl and all-opcodes on all-intl.
5264 * Makefile.in: Regenerated.
5265
5266 2006-07-13 Ben Elliston <bje@au.ibm.com>
5267
5268 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5269
5270 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5271
5272 Port to hosts whose 'sort' and 'tail' implementations
5273 treat operands with leading '+' as file names, as POSIX
5274 has required since 2001. However, make sure the code still
5275 works on pre-POSIX hosts.
5276 * ltmain.sh: Don't assume "sort +2" is equivalent to
5277 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5278
5279 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5280
5281 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5282
5283 2006-07-04 Peter O'Gorman <peter@pogma.com>
5284
5285 * ltconfig: chmod 644 before ranlib during install.
5286
5287 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5288
5289 PR bootstrap/18058
5290 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5291 if the bootstrap compiler is a GCC version that supports it.
5292 * configure: Regenerate.
5293
5294 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5295
5296 * configure.in: Fix thinkos in previous check-in.
5297 * configure: Regenerate.
5298
5299 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5300
5301 PR other/27063
5302 * configure.in: Test subdir_requires and give an appropriate
5303 error message.
5304 * configure: Regenerate.
5305
5306 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5307
5308 * MAINTAINERS (Write After Approval): Add myself.
5309
5310 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5311
5312 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5313
5314 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5315
5316 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5317
5318 2006-06-20 David Ayers <d.ayers@inode.at>
5319
5320 PR bootstrap/28072
5321 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5322 whether target-libjava is being configured instead of whether the
5323 java front end is enabled.
5324 * configure: Regenerate.
5325
5326 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5327
5328 PR target/27540
5329 * configure.in: Only enable libgomp on IRIX 6.
5330 * configure: Regenerate.
5331
5332 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5333
5334 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5335 too.
5336 * Makefile.in: Regenerate.
5337
5338 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5339
5340 * config-ml.in: Alter CCASFLAGS to include special
5341 multilib options the same as is done for CFLAGS.
5342
5343 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5344
5345 * configure.in: Don't enable libgomp on hpux10.
5346 * configure: Rebuilt.
5347
5348 2006-06-12 David Ayers <d.ayers@inode.at>
5349
5350 PR bootstrap/27963
5351 PR target/19970
5352 * configure.in: Remove target-boehm-gc from noconfigdirs where
5353 ${libgcj} is specified.
5354 * configure: Regenerate.
5355
5356 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5357
5358 Sync from src:
5359
5360 * configure.in: Sync.
5361 * configure: Regenerated.
5362
5363 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5364
5365 * Makefile.def: Added dependencies from sim and gdb on intl, and
5366 added configure dependencies to everything with an all dependency
5367 on intl.
5368 * Makefile.in: Regenerated.
5369
5370 2006-06-06 David Ayers <d.ayers@inode.at>
5371
5372 PR libobjc/13946
5373 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5374 * Makefile.in: Regenerate.
5375 * configure.in: Add --enable-objc-gc at toplevel and have it
5376 enable boehm-gc for Objective-C.
5377 Remove target-boehm-gc from libgcj.
5378 Add target-boehm-gc to target_libraries.
5379 Add target-boehm-gc to noconfigdirs where ${libgcj}
5380 is specified.
5381 Assert that boehm-gc is supported when requested for Objective-C.
5382 Only build boehm-gc if needed either for Java or Objective-C.
5383 * configure: Regenerate.
5384
5385 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5386
5387 PR 27674
5388 * Makefile.tpl (configure-[+prefix+][+module+],
5389 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5390 Remove rule to unstage bootstrapped modules.
5391 (stage_current): New.
5392 * Makefile.in: Regenerate.
5393
5394 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5395
5396 * MAINTAINERS (Write After Approval): Update my e-mail address.
5397
5398 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5399
5400 * include/libiberty.h: Declare pex_run_in_environment.
5401
5402 2006-05-31 Asher Langton <langton2@llnl.gov>
5403
5404 * MAINTAINERS (Write After Approval): Add myself.
5405
5406 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5407
5408 * Makefile.def (bfd, opcodes): Fix lib_path.
5409 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5410 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5411 * Makefile.in: Regenerate.
5412
5413 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5414
5415 * Makefile.in: Regenerate.
5416
5417 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5418
5419 * Makefile.def: Add install-html target. Add datarootdir
5420 docdir and htmldir to flags_to_pass.
5421 * Makefile.tpl: Add install-html target.
5422 * Makefile.in: Regenerate.
5423 * configure.in: Add --with-datarootdir, --with-docdir, and
5424 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5425 * configure: Regenerate.
5426
5427 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5428
5429 * configure.in: Enable gprof for cross builds.
5430 * configure: Regenerate.
5431
5432 2006-05-22 Richard Guenther <rguenther@suse.de>
5433
5434 Revert
5435 2006-01-31 Richard Guenther <rguenther@suse.de>
5436 Paolo Bonzini <bonzini@gnu.org>
5437
5438 * Makefile.def (target_modules): Add libgcc-math target module.
5439 * configure.in (target_libraries): Add libgcc-math target library.
5440 (--enable-libgcc-math): New configure switch.
5441 * Makefile.in: Re-generate.
5442 * configure: Re-generate.
5443 * libgcc-math: New toplevel directory.
5444
5445 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5446 Andreas Tobler <a.tobler@schweiz.ch>
5447
5448 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5449 * configure: Rebuilt.
5450
5451 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
5452
5453 * MAINTAINERS (Write After Approval): Add myself.
5454
5455 2006-05-01 DJ Delorie <dj@redhat.com>
5456
5457 * configure.in: Restore CFLAGS if GMP isn't present.
5458 * configure: Regenerate.
5459
5460 2006-05-01 Richard Guenther <rguenther@suse.de>
5461
5462 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5463 maintainer.
5464
5465 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
5466
5467 * MAINTAINERS (Write After Approval): Add myself.
5468
5469 2006-04-28 Jan Beulich <jbeulich@novell.com>
5470
5471 * MAINTAINERS (Write After Approval): Add myself.
5472
5473 2006-04-18 DJ Delorie <dj@redhat.com>
5474
5475 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5476 reference libgloss so that libssp can be built in a combined
5477 tree.
5478 * configure: Regenerate.
5479
5480 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
5481
5482 * MAINTAINERS (Write After Approval): Add myself.
5483
5484 2006-04-05 Ben Elliston <bje@au.ibm.com>
5485
5486 * configure.in: Require makeinfo 4.4 or higher.
5487 * configure: Regenerate.
5488
5489 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5490
5491 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5492 Rearrange the entries of other libraries to have them in one place.
5493
5494 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5495
5496 * MAINTAINERS (Write After Approval): Remove myself.
5497 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5498
5499 2006-03-14 Richard Guenther <rguenther@suse.de>
5500
5501 * configure: Regenerate with autoconf 2.13.
5502
5503 2006-03-13 Jim Blandy <jimb@codesourcery.com>
5504
5505 * MAINTAINERS: Use my work address.
5506
5507 * MAINTAINERS: Update my E-mail address.
5508
5509 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5510
5511 * configure.in: Handle --disable-<component> generically.
5512 * configure: Regenerate.
5513
5514 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5515
5516 PR libgcj/17311
5517 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5518
5519 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5520
5521 * MAINTAINERS (Write After Approval): Remove myself.
5522 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5523
5524 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
5525
5526 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5527 (TARGET_CONFIGDIRS): Remove.
5528 * configure.in: Remove AC_SUBST(target_configdirs).
5529 * Makefile.in, configure: Regenerated.
5530
5531 2006-02-20 Steven G. Kargl <kargls@comcast.net>
5532
5533 * MAINTAINERS (Write After Approval): Remove myself.
5534 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5535
5536 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5537
5538 PR bootstrap/25670
5539
5540 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5541
5542 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5543 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5544 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5545 BUILD_PREFIX, BUILD_PREFIX_1.
5546 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5547
5548 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5549 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5550
5551 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5552 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5553 of `cat stage_current`. Always provide the `r' and `s' variables.
5554 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5555 a single shell execution.
5556 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5557 bootstrapped modules, make the stage1 module if the build was not
5558 started yet, else build the current stage.
5559 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5560 (all-build, all-host, all-target, [+make_target+]-host,
5561 [+make_target+]-target): Do not use \-continued lines.
5562 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5563 (current_stage, restrap, stage_last): New.
5564
5565 * Makefile.in: Regenerate.
5566 * configure: Regenerate.
5567
5568 2006-02-19 Bud Davis <jmdavis@link.com>
5569
5570 * MAINTAINERS (Write After Approval): Remove myself.
5571 (Language Front End Maintainers): Add myself as fortran 95
5572 maintainer and update e-mail address.
5573
5574 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5575
5576 * MAINTAINERS (Write After Approval): Remove myself.
5577 (Language Front End Maintainers): Add myself as fortran 95
5578 maintainer.
5579
5580 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5581
5582 * MAINTAINERS (Write After Approval): Add myself.
5583
5584 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5585
5586 * MAINTAINERS (Write After Approval): Remove myself.
5587 (Language Front End Maintainers): Add myself as
5588 fortran 95 maintainer.
5589
5590 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5591
5592 Sync from src:
5593
5594 2005-12-27 Leif Ekblad <leif@rdos.net>
5595
5596 * configure.in: Add support for RDOS target.
5597 * configure: Regenerate.
5598
5599 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5600 Andreas Schwab <schwab@suse.de>
5601
5602 * configure: Regenerate.
5603
5604 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5605
5606 * configure.in (enable_libgomp): Add AIX.
5607 * configure: Regenerate.
5608
5609 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5610
5611 * MAINTAINERS (Write After Approval): Add myself.
5612
5613 2006-02-03 Lee Millward <lee.millward@gmail.com>
5614
5615 * MAINTAINERS (Write After Approval): Add myself.
5616
5617 2006-01-31 Richard Guenther <rguenther@suse.de>
5618 Paolo Bonzini <bonzini@gnu.org>
5619
5620 * Makefile.def (target_modules): Add libgcc-math target module.
5621 * configure.in (target_libraries): Add libgcc-math target library.
5622 (--enable-libgcc-math): New configure switch.
5623 * Makefile.in: Re-generate.
5624 * configure: Re-generate.
5625 * libgcc-math: New toplevel directory.
5626
5627 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5628
5629 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5630 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5631 the assembler, linker and binutils.
5632 * configure: Regenerate.
5633
5634 2006-01-22 Dirk Mueller <dmueller@suse.de>
5635
5636 * MAINTAINERS (Write After Approval): Add myself.
5637
5638 2006-01-20 Diego Novillo <dnovillo@redhat.com>
5639
5640 * configure: Regenerate.
5641
5642 2006-01-18 Richard Henderson <rth@redhat.com>
5643 Jakub Jelinek <jakub@redhat.com>
5644 Diego Novillo <dnovillo@redhat.com>
5645
5646 * libgomp: New directory.
5647 * Makefile.def: Add target_module libgomp.
5648 * Makefile.in: Regenerate.
5649 * configure.in (target_libraries): Add target-libgomp.
5650 * configure: Regenerate.
5651
5652 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5653
5654 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5655 @ from continuation.
5656 * Makefile.in: Rebuilt.
5657
5658 2006-01-04 Chris Lattner <sabre@gnu.org>
5659
5660 * MAINTAINERS (Write After Approval): Add myself.
5661
5662 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5663
5664 PR bootstrap/24252
5665
5666 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5667 * Makefile.tpl (OBJDUMP): New.
5668 (EXTRA_HOST_FLAGS): Add it.
5669 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5670
5671 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5672 to use symbolic links between directories. Avoid race conditions
5673 or make them harmless.
5674 * configure.in: Do not try to use symbolic links between directories.
5675
5676 * Makefile.def (LEAN): Pass.
5677 * Makefile.tpl (LEAN): Define.
5678 (stage[+id+]-start): Accept that the previous directory does not
5679 exist, if the bootstrap is lean.
5680 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5681 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5682 configure substitution.
5683 ([+compare-target+]): Likewise.
5684 ([+bootstrap-target+]-lean): New.
5685 * configure.in: Remove lean bootstrap support from here.
5686
5687 * Makefile.in: Regenerate.
5688 * configure: Regenerate.
5689
5690 2006-01-04 Ben Elliston <bje@au.ibm.com>
5691
5692 * MAINTAINERS (libdecnumber): Add myself.
5693
5694 2006-01-02 Mark Mitchell <mark@codesourcery.com>
5695
5696 * libtool-ldflags: New script.
5697
5698 2006-01-02 Andreas Schwab <schwab@suse.de>
5699
5700 * configure.in: When reconfiguring remove Makefile in
5701 all stage directories.
5702 * configure: Regenerate.
5703
5704 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5705
5706 * MAINTAINERS: Update my email address.
5707
5708 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5709
5710 Revert Ada-related part of the previous change.
5711
5712 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5713 Do not pass.
5714 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5715 * Makefile.in: Regenerate.
5716 * configure.in: Do not include mt-ppc-aix target fragment.
5717 * configure: Regenerate.
5718
5719 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5720
5721 * configure.in: Select appropriate fragments for PowerPC/AIX.
5722 * configure: Regenerate.
5723
5724 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5725 BOOT_CFLAGS, BOOT_LDFLAGS.
5726 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5727 BOOT_CFLAGS, BOOT_LDFLAGS.
5728 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5729 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5730 (stage): Fail if we cannot complete the work.
5731 * Makefile.in: Regenerate.
5732
5733 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5734
5735 * configure.in: Replace ms1 with mt.
5736 * configure: Rebuilt.
5737
5738 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5739
5740 * MAINTAINERS: Update my email address.
5741
5742 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5743
5744 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5745 install-host-nogcc): Don't invoke $(stage) at the end.
5746 * Makefile.in: Regenerate.
5747
5748 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5749
5750 * configure.in: Flip the top-level bootstrap switch.
5751 * configure: Regenerate.
5752
5753 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5754
5755 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5756 $(stage) and $(unstage).
5757 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5758 (all): Remove stray semicolon.
5759 (local-distclean): Don't handle multilib.tmp and multilib.out.
5760 (install.all): Set $s for consistency.
5761 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5762 check_multilibs setting. Always make the install directory.
5763 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5764 Correct @if/@endif.
5765 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5766 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5767 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5768 (multilib.out): Remove.
5769 * Makefile.in: Regenerated.
5770
5771 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5772
5773 * MAINTAINERS (Write After Approval): Add myself.
5774
5775 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5776
5777 * MAINTAINERS: Add myself as mt maintainer.
5778
5779 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5780
5781 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5782
5783 * MAINTAINERS: Change email address.
5784
5785 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5786
5787 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5788 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5789 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5790 Find in-tree tools if available.
5791 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5792 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5793 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5794 (COMPILER_*_FOR_TARGET): New.
5795 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5796 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5797 (CONFIGURED_*, USUAL_*): Remove.
5798 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5799 STRIP): Use autoconf substitutions.
5800 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5801 COMPILER_NM_FOR_TARGET): New.
5802 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5803
5804 (all): Make all-host and all-target in parallel.
5805 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5806 that $$r and $$s are set before invoking a recursive make.
5807 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5808 ([+bootstrap-target+]): Inline most of the `all' target.
5809
5810 2005-11-29 Ben Elliston <bje@au.ibm.com>
5811
5812 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5813 from the gcc build directory.
5814 * Makefile.in: Regenerate.
5815
5816 2005-11-29 Ben Elliston <bje@au.ibm.com>
5817
5818 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5819 depend on all-libdecnumber.
5820 * configure.in (host_libs): Include libdecnumber.
5821 * Makefile.in: Regenerate.
5822 * configure: Likewise.
5823
5824 2005-11-29 Ben Elliston <bje@au.ibm.com>
5825
5826 * libdecnumber: Import decNumber sources from the dfp-branch.
5827
5828 2005-11-21 Kean Johnston <jkj@sco.com>
5829
5830 * config.sub, config.guess: Sync from upstream sources.
5831
5832 2005-11-21 Ben Elliston <bje@au.ibm.com>
5833
5834 Import from Autoconf sources:
5835
5836 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5837 * config/move-if-change: Don't output "$2 is unchanged";
5838 suggested by Ben Elliston. Handle weird characters correctly.
5839
5840 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5841
5842 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5843 to match upstream libtool for darwin.
5844
5845 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5846
5847 * Makefile.def: Remove gdb dependencies for gdbtk.
5848 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5849 (configure-gdb, install-gdb): New rules.
5850 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5851 * Makefile.in, configure: Regenerated.
5852
5853 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5854
5855 * MAINTAINERS (Write After Approval): Add myself.
5856
5857 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5858
5859 * MAINTAINERS (Write After Approval): Add myself.
5860
5861 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5862
5863 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5864 Diego Novillo.
5865
5866 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5867
5868 PR bootstrap/24297
5869 * Makefile.tpl (do-[+make-target+], do-check, install,
5870 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5871 are set before recursing.
5872 * Makefile.in: Regenerate.
5873
5874 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5875
5876 PR bootstrap/18939
5877 * Makefile.def (gcc) <target>: Fix thinko.
5878 * Makefile.in: Regenerate.
5879
5880 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5881
5882 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5883 * configure: Regenerate.
5884
5885 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5886
5887 * MAINTAINERS (Write After Approval): Add self.
5888
5889 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5890
5891 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5892 target-libffi, target-qthreads, target-libjava, and
5893 targetlibobjc.
5894 * configure: Regenerate.
5895
5896 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5897
5898 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5899 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5900 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5901 (USUAL_OBJDUMP_FOR_TARGET): New.
5902 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5903 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5904 * configure, Makefile.in: Regenerated.
5905
5906 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5907
5908 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5909 before other host packages.
5910
5911 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5912
5913 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5914
5915 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5916
5917 PR bootstrap/22340
5918
5919 * configure.in (default_target): Remove.
5920 * Makefile.tpl (all): Do not use prerequisites as subroutines
5921 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5922 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5923 use prerequisites as subroutines.
5924 (check-host, check-target): New.
5925 (bootstrap configure & all targets): Do not use stage*-start
5926 if the directory layout is already ok.
5927 (non-bootstrap configure & all targets): Prepend a $(unstage).
5928 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5929 (NOTPARALLEL): Remove.
5930 (unstage, stage variables): New variables.
5931 (unstage, stage targets): Simply expand to those variables.
5932
5933 * configure: Regenerate.
5934 * Makefile.in: Regenerate.
5935
5936 2005-10-04 James E Wilson <wilson@specifix.com>
5937
5938 * Makefile.def (lang_env_dependencies): Add libmudflap.
5939 * Makefile.in: Regenerate.
5940
5941 2005-10-03 Andreas Schwab <schwab@suse.de>
5942
5943 Backport from libtool CVS:
5944 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5945
5946 * ltmain.sh: add support for installing into temporary
5947 staging area (e.g. 'make install DESTDIR=...')
5948
5949 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5950
5951 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5952 * configure: Regenerated.
5953
5954 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5955
5956 * configure: Regenerate with the correct
5957 autoconf version.
5958
5959 2005-09-30 Catherine Moore <clm@cm00re.com>
5960
5961 * configure.in (bfin-*-*): New.
5962 * configure: Regenerated.
5963
5964 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5965
5966 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5967 (LIPO_FOR_TARGET): New.
5968 (CONFIGURED_LIPO_FOR_TARGET): New.
5969 (USUAL_LIPO_FOR_TARGET): New.
5970 (STRIP_FOR_TARGET): New.
5971 (CONFIGURED_STRIP_FOR_TARGET): New.
5972 (USUAL_STRIP_FOR_TARGET): New.
5973 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5974 STRIP_FOR_TARGET.
5975 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5976 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5977 * Makefile.in: Regenerate.
5978 * configure: Regenerate.
5979
5980 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5981
5982 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5983 (rs6000-*-aix*): Same.
5984 * configure: Regenerate.
5985
5986 2005-09-16 Tom Tromey <tromey@redhat.com>
5987
5988 * MAINTAINERS: Add self as java maintainer.
5989
5990 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5991
5992 * configure.in: Recognize f95 in the --enable-languages option,
5993 and substitute it for fortran, issuing a warning.
5994 * configure: Regenerate.
5995
5996 2005-08-30 Phil Edwards <phil@codesourcery.com>
5997
5998 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5999 * configure: Regenerated.
6000
6001 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
6002
6003 * MAINTAINERS: Add self as ms1 maintainer.
6004
6005 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6006
6007 * Makefile.def (libssp): Add to lang_env_dependencies.
6008 * Makefile.in: Regenerate.
6009
6010 2005-08-18 Ian Lance Taylor <ian@airs.com>
6011
6012 * MAINTAINERS: Add myself as middle-end maintainer.
6013
6014 2005-08-17 Christian Groessler <chris@groessler.org>
6015
6016 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6017 * Makefile.in: Regenerate.
6018
6019 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6020
6021 * MAINTAINERS (write after approval): Added myself.
6022
6023 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6024
6025 * MAINTAINERS (Write After Approval): Add myself.
6026
6027 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
6028
6029 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6030 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6031 Look for alternate names of the target cc and c++
6032 * configure: Regenerate.
6033
6034 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
6035
6036 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6037 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6038 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6039 tools; remove code to manually set them.
6040 (Target tools): Look in the environment for them.
6041 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6042 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6043 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6044 build directory.
6045 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6046 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6047 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6048 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6049 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6050 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6051 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6052 * configure: Regenerate.
6053 * Makefile.in: Regenerate.
6054
6055 2005-07-28 Ben Elliston <bje@au.ibm.com>
6056
6057 * MAINTAINERS: Update for removed CPU targets.
6058
6059 2005-07-27 Mark Mitchell <mark@codesourcery.com>
6060
6061 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6062 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6063 * Makefile.in: Regenerated.
6064
6065 2005-07-26 Mark Mitchell <mark@codesourcery.com>
6066
6067 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6068 (CFLAGS_FOR_TARGET): Use it.
6069 (CXXFLAGS_FOR_TARGET): Likewise.
6070 * Makefile.in: Regenerated.
6071 * configure.in (--with-build-sysroot): New option.
6072 * configure: Regenerated.
6073
6074 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
6075
6076 * Makefile.tpl: Wrap install between unstage and stage
6077 * Makefile.in: Regenerate.
6078
6079 2005-07-21 Eric Christopher <echristo@apple.com>
6080
6081 * MAINTAINERS: Update affiliation.
6082
6083 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6084
6085 * MAINTAINERS: Add self as crx port maintainer.
6086
6087 2005-07-20 DJ Delorie <dj@redhat.com>
6088
6089 * MAINTAINERS: Add self as m32c maintainer.
6090
6091 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6092
6093 * all files: Update FSF address.
6094
6095 2005-07-15 Eric Christopher <echristo@redhat.com>
6096
6097 * MAINTAINERS: Change affiliation.
6098
6099 2005-07-14 Jim Blandy <jimb@redhat.com>
6100
6101 * configure.in: Add cases for Renesas m32c.
6102 * configure: Regenerated.
6103
6104 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6105
6106 * COPYING.LIB: Update from fsf.org.
6107
6108 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6109
6110 * COPYING, compile, config.guess,
6111 config.sub, install-sh, missing, mkinstalldirs,
6112 symlink-tree, ylwrap: Sync from upstream sources.
6113 * config-ml.in: Update FSF address.
6114
6115 2005-07-13 Eric Christopher <echristo@redhat.com>
6116
6117 * configure.in: Add toplevel noconfigdir support for tpf.
6118 * configure: Regenerate.
6119
6120 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6121
6122 PR ada/22340
6123
6124 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6125 * Makefile.in: Regenerate.
6126
6127 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6128
6129 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6130 Brolley to write-after-approval.
6131
6132 2005-07-07 Andreas Schwab <schwab@suse.de>
6133
6134 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6135 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6136 * Makefile.in: Regenerated.
6137
6138 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6139
6140 * configure.in: Don't build sim or rda when targetting darwin.
6141 * configure: Regenerate.
6142
6143 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6144
6145 * configure.in: Add --enable-libssp and --disable-libssp.
6146 * configure: Regenerate with autoconf-2.13.
6147
6148 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6149
6150 * Makefile.def (target_modules): Add libssp.
6151 * configure.in (target_libraries): Add target-libssp.
6152 * configure: Rebuilt.
6153 * Makefile.in: Rebuilt.
6154
6155 2005-07-01 Zack Weinberg <zackw@panix.com>
6156
6157 * MAINTAINERS: Change email address. Resign from maintainership.
6158
6159 2005-07-01 Richard Guenther <rguenther@suse.de>
6160
6161 * MAINTAINERS: Change my e-mail address and affiliation.
6162
6163 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6164
6165 * Makefile.def (stagefeedback): Come after profile.
6166 Define profiledbootstrap target.
6167 * Makefile.tpl (profiledbootstrap): Remove.
6168 (stageprofile-end): Zap stagefeedback.
6169 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6170 * Makefile.in: Regenerate.
6171
6172 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6173
6174 * MAINTAINERS: Update my email address.
6175
6176 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6177
6178 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6179 In 'cpp' stanza, support '#line' as well as '# '.
6180
6181 2005-06-08 Andreas Schwab <schwab@suse.de>
6182
6183 * MAINTAINERS: Move myself from 'Write After Approval' to
6184 'CPU Port Maintainers' section as m68k maintainer.
6185
6186 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6187
6188 * configure.in (unsupported_languages): New macro.
6189 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6190 non-ported target libraries in noconfigdirs.
6191 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6192 non-linux-gnu. Remove libgcj_ex_libffi.
6193 <lang_frag loop>: Set add_this_lang=no if the language is in
6194 unsupported_languages.
6195 * configure: Regenerate.
6196
6197 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6198
6199 * configure.in: Fix typo in handling of --with-mpfr-dir.
6200 * configure: Regenerate.
6201
6202 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6203
6204 * MAINTAINERS: Update my email address.
6205
6206 2005-06-02 Jim Blandy <jimb@redhat.com>
6207
6208 * config.sub: Add cases for the Renesas m32c. (This patch has been
6209 accepted into the master sources.)
6210
6211 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6212 Michael Snyder <msnyder@redhat.com>
6213 Stan Cox <scox@redhat.com>
6214
6215 * configure.in: Set noconfigdirs for ms1.
6216
6217 * configure: Regenerate.
6218
6219 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6220
6221 * MAINTAINERS (Write After Approval): Add self.
6222
6223 2005-06-01 Josh Conner <jconner@apple.com>
6224
6225 * MAINTAINERS (Write After Approval): Add self.
6226
6227 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6228
6229 * MAINTAINERS: Update my email address.
6230
6231 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6232
6233 * MAINTAINERS (Write After Approval): Add self.
6234
6235 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6236
6237 * MAINTAINERS (Write After Approval): Remove self.
6238
6239 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6240
6241 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6242 (Dependencies): Consider target modules for bootstrap dependencies.
6243 Make target bootstrap modules depend on each stage's gcc.
6244 * Makefile.in: Regenerate.
6245
6246 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6247
6248 * Makefile.def (configure-gcc): Depend on binutils having been built.
6249 (all-gcc): No need to do it here.
6250 * Makefile.in: Regenerate.
6251
6252 2005-05-19 Paul Brook <paul@codesourcery.com>
6253
6254 * configure.in: Rewrite misleading error message when requested
6255 language cannot be built.
6256 * configure: Regenerate.
6257
6258 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6259
6260 * ylwrap: Import from Automake 1.9.5.
6261
6262 2005-05-13 David Ung <davidu@mips.com>
6263
6264 * MAINTAINERS (Write After Approval): Add self.
6265
6266 2005-05-09 Mike Stump <mrs@apple.com>
6267
6268 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6269 lt_cv_sys_max_cmd_len for now.
6270
6271 2005-05-09 Stan Cox <scox@redhat.com>
6272
6273 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6274
6275 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6276
6277 * README.SCO: Update the URL.
6278
6279 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6280
6281 * ltconfig: Define file_list_spec. Pass file_list_spec and
6282 with_gnu_ld to libtool.
6283 * ltcf-c.sh (aix[45]): Define file_list_spec.
6284 * ltcf-cxx.sh (aix[45]): Same.
6285 * ltcf-gcj.sh (aix[45]): Same.
6286 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6287 exists, write list of input files to temporary file.
6288
6289 2005-05-04 Mike Stump <mrs@apple.com>
6290
6291 * configure.in: Always pass --target to target configures as
6292 otherwise rebuilds that do --recheck will fail.
6293 * confiugure: Rebuilt.
6294
6295 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6296
6297 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6298 STAGE_HOST_EXPORTS.
6299 (configure, all): Add bootstrap support.
6300 (Host modules, target modules): Pass post-stage1 flags and exports.
6301 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6302 * Makefile.in: Regenerate.
6303
6304 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6305
6306 * configure: Regenerate.
6307
6308 2005-04-27 Mike Stump <mrs@apple.com>
6309
6310 * MAINTAINERS: Add self as darwin maintainer.
6311
6312 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6313
6314 * config.sub: Update from master copy.
6315
6316 2005-04-21 Mike Stump <mrs@apple.com>
6317
6318 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6319 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6320
6321 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6322
6323 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6324 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6325 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6326 "*-*-elf" and "*-*-linux*".
6327 * configure: Regenerate.
6328
6329 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6330
6331 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6332
6333 2005-04-12 Mike Stump <mrs@apple.com>
6334
6335 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6336
6337 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6338
6339 * MAINTAINERS (Write After Approval): Add myself.
6340
6341 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6342
6343 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6344
6345 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6346
6347 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6348 (TARGET_CONFIGARGS): Include --with-target-subdir.
6349 (configure, all): New macros. Use them throughout.
6350 * Makefile.in: Regenerate.
6351
6352 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6353
6354 * MAINTAINERS (Write After Approval): Add myself.
6355
6356 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6357
6358 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6359
6360 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6361
6362 * MAINTAINERS: Move John Carr to Write After Approval.
6363
6364 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
6365
6366 * config/mh-mingw32: Delete.
6367 * configure.in: Don't use it.
6368 * configure: Regenerate.
6369
6370 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
6371
6372 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6373 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6374 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6375 (HOST_LIB_PATH): Generate from Makefile.def.
6376 (TARGET_LIB_PATH): Likewise.
6377 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6378 * Makefile.in: Regenerate.
6379 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6380 (RPATH_ENVVAR): Include Darwin case.
6381 * configure: Regenerate.
6382
6383 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6384
6385 * MAINTAINERS (Various Maintainers): Remove self.
6386 (Write After Approval): Add self.
6387
6388 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6389
6390 * MAINTAINERS (Various Maintainers): Add self.
6391
6392 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
6393
6394 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6395 * configure: Regenerate.
6396
6397 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6398
6399 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6400 gcc_version, and gcc_version_trigger from set of flags to pass.
6401 * Makefile.tpl: Remove definitions of above variables.
6402 (config.status): Remove dependency on $(gcc_version_trigger).
6403 * Makefile.in: Regenerate.
6404 * configure.in: Do not reference config/gcc-version.m4 nor
6405 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6406 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6407 * configure: Regenerate.
6408
6409 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
6410 Andrew Pinski <pinskia@physics.uc.edu>
6411
6412 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6413 * Makefile.in: Regenerate.
6414
6415 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6416
6417 * MAINTAINERS (Write After Approval): Add myself.
6418
6419 2005-03-03 David Ayers <d.ayers@inode.at>
6420
6421 * MAINTAINERS (Write After Approval): Add myself.
6422
6423 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6424
6425 PR libgcj/20160
6426 * ltmain.sh: Avoid creating archives with components that have
6427 duplicate basenames.
6428
6429 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6430
6431 PR bootstrap/20250
6432 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6433 instead of check.
6434 * Makefile.in: Regenerate.
6435
6436 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6437
6438 * Makefile.in: Regenerate to fix conflict between the previous two
6439 patches.
6440
6441 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6442
6443 PR bootstrap/17383
6444 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6445 * Makefile.tpl (HOST_SUBDIR): New substitution.
6446 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6447 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6448 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6449 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6450 (Host modules, Bootstrapped modules): Use it.
6451 (Build modules, Target modules): Do not create symlink trees,
6452 always configure out-of-srcdir.
6453 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6454 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6455 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6456 $(HOST_SUBDIR). Create a symlink for host_subdir.
6457
6458 * Makefile.in: Regenerate.
6459 * configure: Regenerate.
6460
6461 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6462
6463 Merged from libada-gnattools-branch:
6464 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6465
6466 * gnattools: New directory.
6467 * Makefile.def: Add gnattools as a module, depending on target-libada.
6468 * Makefile.in: Regenerate.
6469 * configure.in: Include gnattools in host_tools; disable it if ada
6470 is disabled.
6471 * configure: Regenerate.
6472
6473 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
6474
6475 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6476 treelang maintainer.
6477 (Write After Approval): Remove myself.
6478
6479 2005-02-23 Paul Schlie <schlie@comcast.net>
6480
6481 * configure.in: Allow darwin targeted ports to build tk, itcl and
6482 libgui.
6483 * configure: Regenerate.
6484
6485 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6486
6487 PR libgcj/10353
6488 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6489 * configure: Regenerate.
6490
6491 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6492
6493 * MAINTAINERS (Write After Approval): Add myself.
6494
6495 2005-02-10 Ian Lance Taylor <ian@airs.com>
6496
6497 * MAINTAINERS: Update my e-mail address.
6498
6499 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6500
6501 * MAINTAINERS (Write After Approval): Add myself.
6502
6503 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6504
6505 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6506 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6507 target-libgloss when not *-*-elf and *-*-aout.
6508 * configure: Regenerate.
6509
6510 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6511
6512 * MAINTAINERS: Remove obsolete entries.
6513
6514 * MAINTAINERS (Write After Approval): Add Michael Matz.
6515
6516 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
6517
6518 * MAINTAINERS: Remove self as cpplib maintainer.
6519
6520 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6521
6522 * install-sh, config.sub: Import from upstream.
6523
6524 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6525
6526 PR bootstrap/18222
6527 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6528 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6529 * Makefile.in: Regenerate.
6530
6531 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6532
6533 * MAINTAINERS: Update my email address.
6534
6535 2005-01-12 David Edelsohn <edelsohn@gnu.org>
6536 Andreas Schwab <schwab@suse.de>
6537
6538 PR bootstrap/18033
6539 * config-ml.in: Eval option if surrounded by single quotes.
6540
6541 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6542
6543 Revert 2004-12-28 Makefile changes, a better fix will be
6544 applied to mainline and src after GCC 4.0 branches.
6545
6546 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6547
6548 PR bootstrap/17383
6549
6550 * Makefile.def (target_modules): Remove stage parameter,
6551 it is always true now.
6552 * Makefile.tpl (configure-build-[+module+],
6553 configure-target-[+module+]): Always build symlink tree
6554 for the directory and for include. BUILD_SUBDIR and
6555 TARGET_SUBDIR cannot be . anymore.
6556 * Makefile.in: Regenerate.
6557
6558 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6559
6560 Revert 2004-12-08 Makefile changes.
6561
6562 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6563
6564 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6565 cygwin, mingw.
6566
6567 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6568
6569 * configure.in (sh64-*-*): Reenable gprof.
6570 * configure: Regenerate.
6571
6572 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6573
6574 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6575 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6576 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6577 * Makefile.in: Regenerate.
6578
6579 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6580
6581 * MAINTAINERS: Update my email address.
6582
6583 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6584
6585 * Makefile.tpl: Generate normal dependencies if the LHS module is
6586 not bootstrapped.
6587 * Makefile.in: Regenerate.
6588
6589 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6590
6591 * configure.in: Include config/gxx-include-dir.m4. Use
6592 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6593 * configure: Regenerate.
6594
6595 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6596
6597 * config.if: Delete.
6598 * configure.in: Set libstdcxx_incdir directly.
6599 * configure: Regenerate.
6600
6601 2004-12-02 Eric Christopher <echristo@redhat.com>
6602
6603 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6604 * Makefile.in: Regenerate.
6605
6606 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6607
6608 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6609 * configure: Regenerate.
6610
6611 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6612
6613 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6614 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6615 * configure: Regenerate.
6616
6617 2004-12-01 Eric Christopher <echristo@redhat.com>
6618
6619 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6620 of things to remove.
6621
6622 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6623
6624 * MAINTAINERS (Write After Approval): Update my e-mail address.
6625
6626 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6627
6628 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6629 from CVS libtool to always pass_all.
6630
6631 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6632
6633 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6634 (hppa*64*-*-*): Delete incorrect comment.
6635 * configure: Rebuilt.
6636
6637 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6638
6639 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6640
6641 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6642
6643 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6644 from CVS libtool to always pass_all.
6645
6646 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6647
6648 * install-sh, compile: Import from automake.
6649
6650 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6651
6652 * config.guess, config.sub: Import from savannnah.
6653
6654 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
6655
6656 * MAINTAINERS (Write After Approval): Add myself
6657
6658 2004-11-12 Mike Stump <mrs@apple.com>
6659
6660 * Makefile.def: Add html support.
6661 * Makefile.tpl: Likewise.
6662 * Makefile.in: Regenerate.
6663
6664 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6665
6666 PR 18423
6667 * configure.in: Remove all instances of build-fixincludes from
6668 noconfigdirs.
6669 (build_configargs): Supply --target to subdirectories.
6670 * configure: Regenerate.
6671
6672 * Makefile.def: Make gcc install depend on fixincludes install.
6673 * Makefile.in: Regenerate.
6674
6675 2004-11-10 Janis Johnson <janis187@us.ibm.com>
6676
6677 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6678
6679 2004-11-11 Paul Brook <paul@codesourcery.com>
6680
6681 * MAINTAINERS: Add self as arm maintainer. Update email address.
6682
6683 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6684
6685 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6686 target-libgfortran.
6687 * configure: Regenerate.
6688
6689 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6690
6691 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6692 like CC.
6693
6694 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6695
6696 * Makefile.def (host fixincludes): Specify missing targets.
6697 * Makefile.in: Regenerate.
6698
6699 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6700
6701 * MAINTAINERS: Add myself
6702
6703 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6704
6705 * MAINTAINERS (Write After Approval): Add myself.
6706
6707 2004-11-04 Geoffrey Keating <geoffk@apple.com>
6708
6709 * Makefile.def: Build fixincludes for the host, too.
6710 * Makefile.in: Regenerate.
6711 * configure.in (host_tools): Add fixincludes.
6712 * configure: Regenerate.
6713
6714 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6715
6716 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6717 * configure: Regenerated.
6718
6719 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6720
6721 PR other/17783
6722 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6723 * configure: Regenerated.
6724
6725 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6726
6727 * README.SCO: Update per FSF instructions.
6728
6729 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6730
6731 PR target/18151
6732 * configure.in (case ${target}): Do not build fixincludes for avr.
6733 * configure: Regenerated.
6734
6735 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6736
6737 * configure.in (case ${target}): Do not build fixincludes
6738 on platforms where it is not used.
6739 * configure: Regenerated.
6740
6741 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6742
6743 * configure.in: Use an absolute path to install-sh.
6744 * configure: Regenerated.
6745
6746 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6747
6748 * MAINTAINERS (Write After Approval): Add myself.
6749
6750 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6751
6752 * MAINTAINERS: Remove from Write After Approval those that are
6753 already maintainers.
6754
6755 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6756
6757 * MAINTAINERS: Update my email address.
6758
6759 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6760
6761 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6762 * configure: Regenerate.
6763
6764 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6765
6766 * MAINTAINERS: Update my email address.
6767
6768 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6769
6770 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6771 entries belonging to this category.
6772
6773 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6774
6775 * MAINTAINERS: Update my e-mail address.
6776
6777 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6778
6779 Fix wrong conflict resolution in:
6780
6781 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6782
6783 * Makefile.in: Regenerate.
6784 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6785 in the recursive `make', instead of hardwiring `all'.
6786 (Autogenerated TARGET-* variables): New.
6787
6788 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6789
6790 * configure.in: Enable target-libgloss for crx-*-*.
6791 * configure: Regenerate.
6792
6793 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6794
6795 * MAINTAINERS (Various Maintainers): Move the "windows,
6796 cygwin, mingw" maintainer to ...
6797 (OS Port Maintainers): ... here.
6798
6799 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6800
6801 * MAINTAINERS (Write After Approval): Remove those that are
6802 maintainers of some subsystem.
6803
6804 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6805
6806 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6807 * ltcf-cxx.sh (tpf*): Likewise.
6808 * ltconfig (tpf*): Add TPF OS configuration support.
6809
6810 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6811
6812 * MAINTAINERS: Change my email address to my new work account.
6813
6814 2004-09-24 Michael Roth <mroth@nessie.de>
6815
6816 * configure.in (--without-headers): Add missing double quotes.
6817 * configure: Regenerate.
6818
6819 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6820
6821 * ylwrap: Revert to previous version.
6822
6823 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6824
6825 PR bootstrap/17369
6826 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6827 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6828 SET_GCC_LIB_PATH_CMD.
6829 (BASE_TARGET_EXPORTS): Likewise.
6830 * Makefile.in: Regenerated.
6831
6832 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6833 * configure: Regenerated.
6834
6835 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6836
6837 * config.guess: New upstream version
6838 * compile, depcomp, install-sh, ylwrap: Likewise.
6839
6840 2004-09-19 Roger Sayle <roger@eyesopen.com>
6841
6842 * config/mh-x86omitfp: New host makefile fragment. Add
6843 -fomit-frame-pointer to the default BOOT_CFLAGS.
6844 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6845 * configure: Regenerate.
6846
6847 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6848
6849 PR target/11572
6850 * configure.in (*-*-darwin*): Renable libobjc.
6851 * configure: Regenerate.
6852
6853 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6854
6855 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6856
6857 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6858
6859 * Makefile.def: Remove libbanshee.
6860 * Makefile.tpl: Ditto.
6861 * configure.in: Ditto.
6862 * Makefile.in: Regen.
6863 * configure: Ditto.
6864
6865 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6866
6867 * ltmain.sh: Use $pic_object as $non_pic_object if
6868 $non_pic_object=none.
6869
6870 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6871
6872 * missing: Import latest version from master repository.
6873
6874 2004-09-06 Nick Clifton <nickc@redhat.com>
6875
6876 * config.sub: Import latest version from master repository.
6877 * config.guess: Likewise.
6878 This includes these changes:
6879
6880 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6881
6882 * config.sub: Handle crisv32, alias etraxfs.
6883 * config.guess (crisv32:Linux:*:*): Handle.
6884
6885 2004-08-13 Brad Smith <brad@comstyle.com>
6886
6887 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6888 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6889
6890 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6891
6892 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6893 assume the processor is a powerpc. This is because coreutils
6894 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6895 in this case, due to a MacOS X bug that causes
6896 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6897 to return a negative number.
6898 Problem reported by Petter Reinholdtsen in:
6899 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6900
6901 2004-07-19 Ben Elliston <bje@gnu.org>
6902
6903 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6904
6905 2004-06-24 Ben Elliston <bje@gnu.org>
6906
6907 * config.guess: Update copyright years.
6908 * config.sub: Likewise.
6909
6910 2004-06-22 Robert Millan <robertmh@gnu.org>
6911
6912 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6913 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6914
6915 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6916
6917 * config.guess (*:*VMS:*:*): New entry. Replaces
6918 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6919 manufacturer.
6920
6921 2004-06-22 Ben Elliston <bje@gnu.org>
6922
6923 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6924 * config.sub: Likewise.
6925
6926 2004-06-22 Ben Elliston <bje@gnu.org>
6927
6928 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6929 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6930
6931 2004-06-11 Ben Elliston <bje@gnu.org>
6932
6933 * config.guess (pegasos:OpenBSD:*:*): Remove.
6934
6935 2004-06-11 Ben Elliston <bje@gnu.org>
6936
6937 From Wouter Verhelst <wouter@grep.be>:
6938 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6939
6940 2004-06-11 Ben Elliston <bje@gnu.org>
6941
6942 * config.guess (luna88k:OpenBSD:*:*): New.
6943
6944 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6945
6946 * config.guess (m32r*:Linux:*:*): New case.
6947 * config.sub: Handle m32rle.
6948
6949 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6950
6951 From Jens Petersen <petersen@redhat.com>:
6952 * config.sub: Handle sparcv8.
6953
6954 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6955
6956 From Tom Smith <smith@cag.lkg.hp.com>:
6957 * config.guess: Version suffixes are equally significant on Tru64
6958 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6959 prefix of "P" (patched kernel).
6960
6961 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6962
6963 * config.sub: Add support for National Semiconductor CRX target.
6964
6965 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6966
6967 * MAINTAINERS (Various Maintainers): Remove myself as web page
6968 maintainer, add myself as maintainer of build status lists.
6969
6970 2004-09-03 Jan Beulich <jbeulich@novell.com>
6971
6972 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6973 *-*-netware, but add target-libmudflap.
6974 Consolidate *-*-netware targets (of which really only i?86 exists)
6975 into a single entry.
6976 * configure: Likewise.
6977
6978 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6979
6980 * Makefile.tpl (sorry): Remove.
6981 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6982 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6983 (do-clean): Clean per-stage directories too.
6984 (do-distclean): Run distclean-stage1 too.
6985 (.NOTPARALLEL): Enable during toplevel bootstrap.
6986 (stage[+id+]-bubble): Enable parallel execution during
6987 the recursive invocation.
6988 * Makefile.in: Regenerate.
6989
6990 Fix previous checkin:
6991
6992 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6993 include.
6994 * configure.in: Fix indentation.
6995 * configure: Regenerate.
6996
6997 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6998
6999 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7000 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7001 * configure: regenerate
7002 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7003 -mdynamic-no-pic
7004
7005 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
7006
7007 * Makefile.def (build_modules): Add fixincludes.
7008 (dependencies): Make gcc depend on fixincludes.
7009 * configure.in (build_tools): Add fixincludes.
7010 (build_configdirs): Always include build_libs.
7011 * Makefile.in: Regenerate.
7012 * configure: Regenerate.
7013
7014 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
7015
7016 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7017 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7018 phony targets; do not generate timestamp files.
7019 (distclean-stageN): Remove references to their timestamp files.
7020 (restageN, touch-stageN): Remove.
7021 (stageN-bubble): Rewritten.
7022 (compare): Support lean bootstraps.
7023 * Makefile.in: Regenerate.
7024
7025 * configure.in: Only warn when bootstrapping but
7026 build != host or build != target. Support lean bootstraps.
7027 * configure: Regenerate.
7028
7029 2004-08-26 Phil Edwards <phil@codesourcery.com>
7030
7031 * configure.in: Give a better error message if GMP/MPFR are missing
7032 and a language needing them has been requested.
7033 * configure: Regenerated.
7034
7035 2004-08-25 Phil Edwards <phil@codesourcery.com>
7036
7037 * configure.in: Print a list of available language front-ends if
7038 a requested one is missing. Tidy stray tab characters.
7039 * configure: Regenerated.
7040
7041 2004-08-19 Michael Koch <konqueror@gmx.de>
7042
7043 * gcc/doc/install.texi: Update entry about automake for libjava.
7044
7045 2004-08-17 Robert Millan <robertmh@gnu.org>
7046
7047 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7048 (instead of FreeBSD).
7049 * configure: Regenerate.
7050
7051 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7052
7053 * Makefile.in: Regenerate.
7054 * configure: Regenerate.
7055
7056 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7057 stage_*_flags.
7058 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7059 for bootstrapped modules if toplevel bootstrap is going.
7060 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7061 modules. Adjust for changes in Makefile.def. Enable several
7062 rules even in non-bootstrap mode, just to avoid peppering the
7063 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7064 (stage-[+prev+]-bubble): Remove.
7065
7066 * Makefile.def (Dependencies): Depend on all-build-bison,
7067 all-build-flex, all-build-byacc, all-build-texinfo, rather
7068 than the host variations.
7069 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7070 with BUILD_SUBDIR.
7071 (BISON): Update for recent Bisons.
7072 (YACC): Fix typo.
7073 (cross): Depend on all-build.
7074 (all): Do not depend on all-build.
7075 (prebootstrap): Remove.
7076 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7077 (Prebootstrap dependencies): Add them to the per-stage targets
7078 and to all-prebootstrap.
7079 * configure.in (build_configdirs): Always enable build_tools.
7080 (BUILD_DIR_PREFIX): Remove.
7081
7082 * Makefile.def (gcc): Add target variable.
7083 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7084 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7085 in the recursive `make', instead of hardwiring `all'.
7086 (Autogenerated TARGET-* variables): New.
7087
7088 2004-08-13 Brian Booth <bbooth@redhat.com>
7089
7090 * MAINTAINERS: Remove myself from write-after-approval.
7091
7092 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7093
7094 * src-release: Stop distributing mmalloc with gdb (which doesn't
7095 use it).
7096 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7097 * Makefile.in: Regenerate.
7098
7099 2004-08-09 Mark Mitchell <mark@codesourcery.com>
7100
7101 * configure.in (arm*-*-eabi*): New target.
7102 * configure: Regenerate.
7103
7104 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
7105
7106 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7107 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7108 (Dependencies): New section.
7109 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7110 (configure-target-[+module+]): Depend on maybe-all-gcc
7111 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7112 (toplevel profiledbootstrap): Fix dependencies.
7113 * Makefile.in: Regenerate.
7114
7115 2004-08-03 Mark Mitchell <mark@codesourcery.com>
7116
7117 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7118 target-libiberty to noconfigdirs.
7119 * configure: Regenerate.
7120
7121 2004-08-03 Paul Brook <paul@codesourcery.com>
7122
7123 * configure.in: Check for MPFR as well as GMP.
7124 * configure: Regenerate.
7125
7126 2004-08-01 Robert Millan <robertmh@gnu.org>
7127
7128 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7129 libmudflap for all GNU-based systems (with Glibc).
7130 * configure: Regenerate.
7131
7132 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7133
7134 * Makefile.def (host-modules): Add gcc.
7135 * Makefile.in: Regenerate.
7136 * Makefile.tpl (sorry): New rule.
7137 (configure-host, all-host, [+make_target+]-host, do-check,
7138 install-host): Do not add gcc as a special case.
7139 (host modules): Add a small special-casing for gcc. Export
7140 extra_make_flags through the environment.
7141 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7142 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7143 other recursive targets for gcc): Remove.
7144
7145 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7146 (stage, unstage): New rules.
7147 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7148 distclean-stage[+id+]): Use stage_current.
7149 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7150 the stage*-start rules.
7151
7152 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7153
7154 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7155 use -all_load flag.
7156
7157 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7158
7159 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7160 * configure: Regenerate.
7161
7162 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7163
7164 * maintainer-scripts/gcc_release: Revert yesterday's change.
7165
7166 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7167
7168 * MAINTAINERS: Add myself to write-after-approval.
7169
7170 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7171
7172 * libf2c: Removed.
7173 * gcc/gccbug.in: Updated because of libf2c removal.
7174 * maintainer-scripts/gcc_release: Ditto.
7175
7176 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7177
7178 * configure.in: Build libmudflap by default on FreeBSD.
7179 * configure: Regenerated.
7180
7181 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7182
7183 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7184 systems.
7185 * configure: Regenerated.
7186
7187 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7188
7189 PR target/16344
7190 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7191 feedback based compiler.
7192 * Makefile.in: Rebuilt.
7193
7194 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7195
7196 * Makefile.def (host_modules): Set bootstrap=true for flex.
7197 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7198 * Makefile.in: Rebuilt.
7199
7200 2004-07-07 Jan Hubicka <jh@suse.cz>
7201
7202 * MAINTAINERS: Add self as a profile feedback maintainer.
7203
7204 2004-07-05 Phil Edwards <phil@codesourcery.com>
7205
7206 * configure.in: Do not prepend $srcdir to /dev/null in
7207 makefile fragments.
7208 * configure: Regenerate.
7209
7210 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7211
7212 * Makefile.def (build_modules): Add bison, byacc, flex,
7213 m4, texinfo.
7214 (flags_to_pass): Add FLEX.
7215 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7216 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7217 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7218 DEFAULT_MAKEINFO): Remove.
7219 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7220 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7221 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7222 objdir or else use configured tool.
7223 (all-build): New.
7224 (all): Depend on it.
7225 (Build module dependencies): Add.
7226 * Makefile.in: Regenerate.
7227 * configure.in: Better support for multiple build modules,
7228 matching what is done for host/target modules. Do not look
7229 for "plausible" locations of build tools if Canadian cross.
7230 Use autoconf's AC_PROG_CC to find a C compiler. Define
7231 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7232 * configure: Regenerate.
7233
7234 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7235
7236 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7237 * Makefile.in: Regenerate.
7238
7239 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7240
7241 * Makefile.tpl (configure-build-[+module+],
7242 configure-[+module+], configure-target-[+module+]): Pass
7243 [+extra_configure_args+].
7244 (all-build-[+module+], all-[+module+], check-[+module+],
7245 install-[+module+], [+make_target+]-[+module+],
7246 all-target-[+module+], check-target-[+module+],
7247 install-target-[+module+], [+make_target+]-target-[+module+]):
7248 Pass [+extra_make_args+].
7249 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7250 (GCC_HOST_EXPORTS): Remove.
7251 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7252 cross, check-gcc, check-gcc-c++, install-gcc,
7253 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7254 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7255 * Makefile.in: Regenerate.
7256
7257 2004-06-21 Matthew Sachs <msachs@apple.com>
7258
7259 * MAINTAINERS: Added self to write-after-approval.
7260
7261 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7262
7263 * configure.in: Check for srcdir/winsup rather than build directory
7264 winsup.
7265 * configure: Regenerate.
7266
7267 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7268
7269 * configure.in: Don't build Cygwin native newlib if winsup
7270 directory is missing. Emit warning instead.
7271 * configure: Regenerate.
7272
7273 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7274
7275 * Makefile.tpl (touch-stage[+id+]): New.
7276 (restage[+prev+]): Depend on touch-stage[+id+].
7277
7278 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7279 Use it throughout.
7280
7281 * Makefile.def: Add profile and feedback bootstrap stages.
7282 Remove next field from bootstrap stages.
7283 * Makefile.tpl (LN, LN_S): Substitute.
7284 (stageN-start, stageN-end): Use double-colon rules, to
7285 provide a hook for additional setup commands.
7286 (distclean-stageN-gcc, restageN): Create dependencies from
7287 [+prev+], not from [+next+].
7288 (stageN-bubble): Add commands for successive stages from
7289 [+prev+], using double-colon rules.
7290 (all-stageN-gcc): Fix typo.
7291 (stagefeedback-start, profiledbootstrap): New.
7292 * Makefile.in: Regenerate.
7293 * configure.in: Call ACX_PROG_LN.
7294 * configure: Regenerate.
7295
7296 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7297
7298 * MAINTAINERS (Write After Approval): Add myself.
7299
7300 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7301
7302 * MAINTAINERS (Write After Approval): Add myself.
7303
7304 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7305
7306 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7307 without gcc.
7308 * configure: Regenerate.
7309
7310 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7311
7312 * Makefile.tpl: Fix typo.
7313 * Makefile.in: Regenerate.
7314
7315 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7316
7317 * configure.in: Remove new- prefix from toplevel
7318 bootstrap targets.
7319 * configure: Regenerate.
7320
7321 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7322
7323 * Makefile.tpl (all.normal): Rename to all.
7324 (all): Replace with a rule to pick the default
7325 target from configure.
7326 (all-gcc, configure-gcc): Use conditionals to
7327 do nothing when toplevel bootstrap is going on.
7328 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7329 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7330 * configure.in: Support --enable-bootstrap.
7331
7332 * Makefile.def: Remove new- prefix from toplevel
7333 bootstrap targets.
7334 * Makefile.tpl: Likewise.
7335
7336 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7337 target.
7338
7339 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7340 $(RECURSE_FLAGS) to recursive invocation of make.
7341
7342 * Makefile.in: Regenerate.
7343 * configure: Regenerate.
7344
7345 2004-05-30 Andreas Jaeger <aj@suse.de>
7346 Jim Wilson <wilson@specifixinc.com>
7347
7348 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7349 like CC.
7350
7351 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7352
7353 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7354 * configure: Regenerate.
7355
7356 2004-05-25 Daniel Jacobowitz <drow@false.org>
7357
7358 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7359 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7360 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7361 targets.
7362 * Makefile.in: Regenerate.
7363
7364 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
7365
7366 * configure.in: Test the ability to symlink directories.
7367 * configure: Regenerate.
7368
7369 * Makefile.def (bootstrap-stage): New definitions.
7370 * Makefile.tpl (configure-stage1-gcc,
7371 configure-stage2-gcc, configure-stage3-gcc,
7372 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7373 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7374 new-restage3, compare): Autogenerate, see Makefile.in
7375 entry for behavioral changes.
7376 (distclean-stage1, new-stage1-start, new-stage1-end,
7377 new-stage1-bubble, distclean-stage2, new-stage2-start,
7378 new-stage2-end, new-stage2-bubble, distclean-stage3,
7379 new-stage3-start, new-stage3-end): New autogenerated targets.
7380 (objext, prebootstrap, BOOT_CFLAGS,
7381 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7382 targets.
7383
7384 * Makefile.in: Regenerate.
7385 (distclean-stage1, new-stage1-start, new-stage1-end,
7386 new-stage1-bubble, distclean-stage2, new-stage2-start,
7387 new-stage2-end, new-stage2-bubble, distclean-stage3,
7388 new-stage3-start, new-stage3-end): New targets.
7389 (all-stage1-gcc): Move prebootstrap dependency from here...
7390 (configure-stage1-gcc): ...to here.
7391 (new-bootstrap): Use bubble targets.
7392 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7393 Use per-stage distclean targets.
7394 (configure-stage1-gcc, configure-stage2-gcc,
7395 configure-stage3-gcc, all-stage1-gcc,
7396 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7397 Use new-stageN-start to prepare the tree.
7398
7399 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
7400
7401 * Makefile.def (host_modules): add libcpp.
7402 * Makefile.tpl: Add dependencies on and for libcpp.
7403 * Makefile.in: Regenerate.
7404 * configure.in: Add libcpp host module.
7405 * configure: Regenerate.
7406
7407 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
7408
7409 * Makefile.tpl: Whenever a recursive target is defined, wrap
7410 it in a special @if/@endif block, and prepare its maybe
7411 dependency in the @if/@endif block
7412 * configure.in: Instead of writing maybe dependencies, remove
7413 the @if/@endif statements, and remove the @if/@endif blocks
7414 that remain.
7415 * configure: Regenerate.
7416 * Makefile.in: Regenerate.
7417
7418 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7419
7420 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7421
7422 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7423
7424 PR bootstrap/15120
7425 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7426 * */configure: Rebuilt.
7427
7428 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7429
7430 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7431 of libf2c.
7432 * configure, Makefile.in: Regenerate.
7433
7434 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7435
7436 * MAINTAINERS (Write After Approval): Add myself.
7437
7438 2004-05-13 Diego Novillo <dnovillo@redhat.com>
7439
7440 Merge from tree-ssa-20020619-branch.
7441
7442 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7443 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7444 (HOST_GMPLIBS): Define.
7445 (HOST_GMPINC): Define.
7446 (TARGET_LIB_PATH): Add libmudflap.
7447 (GFORTRAN_FOR_TARGET): Define.
7448 (configure-build*): Export GFORTRAN.
7449 (configure-gcc): Export GMPLIBS and GMPINC.
7450 (all-gcc): Add maybe-all-libbanshee.
7451 (configure-target-libgfortran): Define.
7452 * Makefile.in: Regenerate.
7453 * configure.in (host_libs): Add libbanshee.
7454 (target_libraries): Add target-libmudflap and target-libgfortran.
7455 Add --with-libbanshee.
7456 Handle --disable-libmudflap.
7457 (*-*-freebsd*): Use with_gmp.
7458 Add $(libgcj) to noconfigdirs.
7459 * configure: Regenerate.
7460 * depcomp: New file.
7461 * MAINTAINERS: Add tree-ssa maintainers.
7462
7463 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7464
7465 * MAINTAINERS (Various Maintainers): Add myself.
7466
7467 2004-04-30 Brian Ford <ford@vss.fsi.com>
7468
7469 * MAINTAINERS (Write After Approval): Add myself.
7470
7471 2004-04-29 Uros Bizjak <uros@kss-loka.si>
7472
7473 * MAINTAINERS (Write After Approval): Add myself.
7474
7475 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
7476
7477 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7478 * configure: Regenerate.
7479
7480 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
7481
7482 Revert:
7483 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7484
7485 * Makefile.def (flags_to_pass): Remove *dir variables that
7486 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7487 as well as prefix and exec_prefix.
7488 * Makefile.in: Regenerate.
7489
7490 2004-04-26 Robert Millan <robertmh@gnu.org>
7491
7492 Add patches from libtool CVS.
7493 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7494 * ltconfig: Likewise.
7495 * ltcf-c.sh: Likewise.
7496 * ltcf-cxx.sh: Likewise.
7497 * ltcf-gcj.sh: Likewise.
7498
7499 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7500
7501 * Makefile.def (host_modules): Mark with the bootstrap
7502 flag packages on which gcc depends.
7503 * Makefile.tpl (all-bootstrap): Use it.
7504 * Makefile.in: Regenerate.
7505
7506 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7507
7508 * Makefile.def (flags_to_pass): Remove *dir variables that
7509 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7510 as well as prefix and exec_prefix.
7511 * Makefile.in: Regenerate.
7512
7513 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7514
7515 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7516 * configure: Regenerate.
7517 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7518 * gcc/Makefile.tpl (compare): Use the result of the test.
7519 * gcc/Makefile.in: Regenerate.
7520
7521 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
7522
7523 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7524 Always relocate gcc and prev-gcc to the original names, even
7525 if the build fails.
7526 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7527 New targets.
7528
7529 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7530
7531 * MAINTAINERS: Update my email address.
7532
7533 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7534
7535 * configure.in (mips*-*-irix5*): Enable ld.
7536 * configure: Regenerate.
7537
7538 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7539
7540 * configure: Regenerate.
7541
7542 2004-04-15 James E Wilson <wilson@specifixinc.com>
7543
7544 * Makefile.tpl (configure-[+module+], configure-gcc,
7545 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7546 Set and export LDFLAGS.
7547 * Makefile.in: Regenerate.
7548
7549 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7550
7551 * MAINTAINERS: Add myself to write-after-approval.
7552
7553 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7554
7555 PR bootstrap/14871
7556 * Makefile.tpl: If we don't have built-in-tree target tools,
7557 use the ones found by configure rather than hacking around with
7558 program_transform_name.
7559 * configure.in: Give Makefile.tpl the information necessary
7560 to do that.
7561 * Makefile.in: Regenerate.
7562 * configure: Regenerate.
7563
7564 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7565
7566 PR bootstrap/14760
7567 * configure.in: When computing baseargs, strip *all* copies of
7568 offending options. Also, don't match/substitute the trailing space,
7569 so that this actually works when two similar options are separated by
7570 only one space.
7571 * configure: Regenerate.
7572
7573 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7574
7575 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7576 (rs6000-*-aix*): Same.
7577 * configure: Regenerate.
7578
7579 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7580
7581 * MAINTAINERS: Add myself to write-after-approval.
7582
7583 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7584
7585 * MAINTAINERS: Add myself to write-after-approval.
7586
7587 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7588
7589 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7590 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7591 * Makefile.in: Regenerate.
7592
7593 * configure.in (top level bootstrap support): Rework --enable-werror
7594 to set @stage2_werror_flag@.
7595 * configure: Regenerate.
7596 * Makefile.tpl (top level bootstrap support): Pass
7597 @stage2_werror_flag@ down to configure in stages 2 and 3.
7598 * Makefile.in: Regenerate.
7599
7600 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7601
7602 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7603 for stages 2 and 3 as well as in make. As a consequence, remove
7604 OUTPUT_OPTION (now detected by configure) from the flags passed down
7605 to make.
7606 * Makefile.in: Regenerate.
7607
7608 * Makefile.tpl (new-bootstrap): Fix typo.
7609 * Makefile.in: Regenerate.
7610
7611 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7612
7613 * Makefile.tpl: Rearrange by moving recursive_targets rules
7614 into their proper sections.
7615 * Makefile.tpl (top level bootstrap support): Move disabling
7616 of coverage flags from 'make' to 'configure'; improve comments.
7617 * Makefile.in: Regenerate.
7618
7619 * Makefile.tpl (experimental top level bootstrap) Move stage1
7620 language setting from all- target to configure- target; disable
7621 intermodule optimization in stage 1; prevent gratuitous rebuilds
7622 of stage 1.
7623 * Makefile.in: Regenerate.
7624 * configure.in: Comma-separate stage 1 language list for top
7625 level bootstrap.
7626 * configure: Regenerate.
7627
7628 * Makefile.tpl: Clean up experimental top level bootstrap support:
7629 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7630 prev-gcc in configure- targets as well as all- targets.
7631 * Makefile.in: Regenerate.
7632
7633 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7634
7635 * compile: New file imported from automake.
7636
7637 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
7638
7639 * configure.in: Remove symbolic link section.
7640 * configure: Regenerate.
7641 * Makefile.tpl (links): Remove.
7642 * Makefile.in: Regenerate.
7643
7644 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
7645 Nathanael Nerode <neroden@gcc.gnu.org>
7646
7647 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7648 Set with AC_CHECK_PROGS.
7649 * configure.in: Fix comment typo from last patch.
7650 * configure: Regenerate.
7651
7652 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7653
7654 * Makefile.tpl: Introduce experimental top level bootstrap support.
7655 * Makefile.in: Regenerate.
7656 * configure.in: Introduce support for top level bootstrap.
7657 * configure: Regenerate.
7658
7659 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
7660 Paolo Bonzini <bonzini@gnu.org>
7661
7662 PR bootstrap/14522
7663 * configure.in: Cope with shells that do not support unquoted ^
7664 * configure: Regenerate.
7665
7666 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
7667 Paolo Bonzini <bonzini@gnu.org>
7668
7669 PR bootstrap/14522
7670 * configure.in: Cope with shells that do not support nesting
7671 quotes inside quoted backquote substitutions.
7672 * configure: Regenerate.
7673
7674 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7675
7676 PR bootstrap/14522
7677 * configure.in: Fix escaping of $.
7678 * configure: Regenerate.
7679
7680 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7681
7682 * configure: Regenerate, since I forgot to while committing Paolo's
7683 changes.
7684
7685 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7686
7687 PR ada/14131
7688 Move language detection to the top level.
7689 * configure.in: Find default values for the tools as
7690 soon as possible. Disable ada if GNAT is not found.
7691 Emit error message about missing languages. Expand
7692 --enable-languages=all for the gcc subdirectory.
7693
7694 2004-03-10 Ben Elliston <bje@gnu.org>
7695
7696 * MAINTAINERS: Update my email address.
7697
7698 2004-03-05 David Edelsohn <edelsohn@gnu.org>
7699
7700 * ltconfig: Disable building static libraries if building shared
7701 libraries on AIX 5L.
7702
7703 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7704
7705 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7706 and disable libgcj.
7707 * configure: Regenerated.
7708
7709 2004-03-01 Brian Booth <bbooth@redhat.com>
7710
7711 * MAINTAINERS: Add myself to write-after-approval.
7712
7713 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
7714
7715 * MAINTAINERS: Add myself to write-after-approval.
7716
7717 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7718
7719 PR bootstrap/7087
7720 * Makefile.tpl: Guard XFOO sed statements better.
7721 * Makefile.tpl: Add dependency for configure-target-libada.
7722 * Makefile.in: Regenerate (incidentally fixes broken
7723 commit when libada-branch was merged).
7724
7725 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7726
7727 * MAINTAINERS: Add myself to write-after-approval.
7728
7729 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7730
7731 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7732 maintainers.
7733
7734 2004-02-20 Andrew Cagney <cagney@redhat.com>
7735
7736 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7737 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7738
7739 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7740
7741 PR bootstrap/11932
7742 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7743
7744 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7745
7746 * MAINTAINERS: Added myself to write-after-approval.
7747
7748 2004-02-14 Michael Koch <konqueror@gmx.de>
7749
7750 * MAINTAINERS: Added myself to write-after-approval.
7751
7752 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7753
7754 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7755 some OS port maintainers to OS port maintainers section.
7756
7757 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7758
7759 * MAINTAINERS: Add self.
7760
7761 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7762
7763 * MAINTAINERS: Alphabetize.
7764
7765 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7766
7767 * MAINTAINERS: Remove myself.
7768
7769 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7770
7771 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7772 (rs6000-*-aix*): Same.
7773 * configure: Regenerate.
7774
7775 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7776
7777 * configure.in (host): Add in missing $noconfigdirs to defines.
7778 * configure: Regenerate.
7779
7780 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7781 Nathanael Nerode <neroden@gcc.gnu.org>
7782
7783 PR ada/6637, PR ada/5911
7784 Merge with libada-branch:
7785 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7786 with appropriate dependencies. Add --enable-libada configure switch.
7787 * configure, Makefile.in: Regenerate.
7788
7789 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7790
7791 * MAINTAINERS: Add myself to write-after-approval.
7792
7793 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7794
7795 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7796 * configure: Regenerate.
7797
7798 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7799
7800 Merge from upstream:
7801
7802 * ltmain.in: When setting IFS to '~', be careful about user
7803 arguments that contain '~'.
7804
7805 2004-02-04 Peter O'Gorman <peter@pogma.com>
7806
7807 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7808 Also test $base_compile against $CC with escaped arguments. Bug
7809 reported by Geoff Keating <geoffk@apple.com>.
7810
7811 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7812
7813 * MAINTAINERS: Remove i960 port.
7814
7815 2004-01-23 DJ Delorie <dj@redhat.com>
7816
7817 * Makefile.def (target_modules) [libiberty]: Don't stage.
7818 * Makefile.in: Rebuilt.
7819
7820 2004-01-20 Caroline Tice <ctice@apple.com>
7821
7822 * MAINTAINERS: Add myself to write-after-approval.
7823
7824 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7825
7826 * MAINTAINERS: Update my email address.
7827
7828 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7829
7830 * MAINTAINERS: Add myself to write-after-approval.
7831
7832 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7833
7834 * MAINTAINERS: Remove entries without email address.
7835
7836 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7837
7838 * MAINTAINERS: Add myself to write-after-approval.
7839
7840 2004-01-15 Steven Bosscher <stevenb@suse.de>
7841
7842 * MAINTAINERS: Update my email address.
7843
7844 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7845
7846 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7847 * Makefile.tpl (configure-target-[+module+]): Support stage.
7848 * Makefile.in: Rebuilt.
7849
7850 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7851
7852 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7853
7854 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7855
7856 * MAINTAINERS: Add myself as a MIPS maintainer.
7857
7858 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7859
7860 * configure.in: Use ./config.cache, not config.cache.
7861 * configure: Regenerate.
7862 * Makefile.tpl: Special-casing not needed for GCC any more.
7863 * Makefile.in: Regenerate.
7864
7865 * configure.in: Don't share a cache file for host dirs.
7866 * configure: Regenerate.
7867
7868 * config-ml.in: Don't mess with the cache file.
7869
7870 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7871
7872 * MAINTAINERS: Move myself from 'Write After Approval' to
7873 'CPU Port Maintainers' section as SPARC maintainer.
7874
7875 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7876
7877 * Makefile.tpl: Make GCC use a separate config.cache.
7878 * Makefile.in: Regenerate.
7879
7880 PR bootstrap/11932, PR bootstrap/11933
7881 (I don't know if it will fix either of them, but it relates
7882 to them.)
7883 * configure.in: Don't use shared config.cache for target
7884 directories.
7885 * configure: Regenerate.
7886
7887 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7888
7889 * MAINTAINERS: Add myself to 'Write After Approval' section.
7890
7891 2003-12-31 Roger Sayle <roger@eyesopen.com>
7892
7893 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7894 * configure: Regenerated.
7895
7896 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7897
7898 * MAINTAINERS: Remove the mn10200 maintainer.
7899
7900 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7901
7902 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7903 * configure: Regenerated.
7904
7905 2003-12-16 Jan Hubicka <jh@suse.cz>
7906
7907 * MAINTAINERS: Add myself as callgraph maintainer.
7908
7909 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7910
7911 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7912 * configure: Regenerate.
7913
7914 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7915
7916 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7917 'Write After Approval' section. Update email.
7918
7919 2003-12-01 James Lemke <jim@wasabisystems.com>
7920
7921 * MAINTAINERS (Write After Approval): Add myself.
7922
7923 2003-11-20 Matt Thomas <matt@3am-software.com>
7924
7925 * MAINTAINERS: Add myself as a vax port maintainer.
7926
7927 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7928
7929 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7930 (configure-build-[+module+], configure-[+module+]): Likewise.
7931 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7932 * Makefile.in: Regenerate.
7933
7934 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7935
7936 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7937 shared/dylibed libraries.
7938 * ltmain.sh: Likewise.
7939 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7940 * ltcf-cxx.sh: Likewise.
7941 * ltcf-gcj.sh: Likewise.
7942 * ltconfig: Likewise.
7943
7944 2003-11-17 Stan Cox <scox@redhat.com>
7945
7946 * MAINTAINERS: Add myself as iq2000 port maintainer.
7947
7948 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7949
7950 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7951 * Makefile.in: Regenerate.
7952
7953 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7954
7955 * config.sub: Update to 2003-11-03 version.
7956
7957 2003-10-20 Phil Edwards <phil@codesourcery.com>
7958
7959 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7960 * configure: Regenerate.
7961
7962 2003-10-20 Nicolas Pitre <nico@cam.org>
7963
7964 * MAINTAINERS: Add myself to 'Write After Approval' section.
7965
7966 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7967
7968 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7969
7970 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7971
7972 * MAINTAINERS: Update my email address.
7973
7974 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7975
7976 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7977
7978 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7979
7980 * MAINTAINERS: Add myself to 'Write After Approval' section.
7981
7982 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7983
7984 * config.guess: Update to 2003-10-16 version.
7985 * config.sub: Update to 2003-10-16 version.
7986
7987 2003-10-15 David Daney <ddaney@avtrex.com>
7988
7989 * MAINTAINERS: Added myself to 'Write After Approval' section.
7990
7991 2003-10-15 Falk Hueffner <falk@debian.org>
7992
7993 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7994 'Write After Approval' section. Update email.
7995
7996 2003-10-14 Roger Sayle <roger@eyesopen.com>
7997
7998 * MAINTAINERS: Move myself from 'Write After Approval' to
7999 'Various Maintainers' section as middle-end maintainer.
8000
8001 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8002
8003 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8004 HOST_FLAGS_TO_PASS.
8005 * Makefile.in: Regenerate.
8006
8007 2003-10-11 Bernardo Innocenti <bernie@develer.com>
8008
8009 * config.guess: Update to 2003-10-07 version.
8010 * config.sub: Update to 2003-10-07 version.
8011
8012 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8013
8014 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8015 * ltconfig (irix5*, irix6*): Don't override version_type.
8016
8017 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8018
8019 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8020 * configure: Rebuilt
8021 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8022 * Makefile.in: Rebuilt
8023
8024 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8025
8026 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8027
8028 2003-09-30 Carlo Wood <carlo@alinoe.com>
8029
8030 * MAINTAINERS (Write After Approval): Add myself.
8031
8032 2003-09-29 Paul Koning <ni1d@arrl.net>
8033
8034 * MAINTAINERS: Move myself from "Write After Approval"
8035 to CPU platform maintainers for pdp11 platform.
8036
8037 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8038
8039 * MAINTAINERS: Move myself from 'Write After Approval' to
8040 'Various Maintainers' section as libffi testsuite maintainer.
8041
8042 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
8043
8044 * configure.in: Pass a computed --program-transform-name
8045 to subconfigures.
8046 * configure: Regenerated.
8047
8048 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8049
8050 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8051 * Makefile.in: Regenerate.
8052
8053 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8054 * Makefile.in: Regenerate.
8055
8056 2003-09-19 Ziemowit Laski <zlaski@apple.com>
8057
8058 * MAINTAINERS: Move myself from 'Write After Approval'
8059 to 'Various Maintainers' (objective-c) section.
8060
8061 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
8062
8063 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8064 quoting.
8065 * configure: Regenerated.
8066
8067 2003-09-16 Joel Brobecker <brobecker@gnat.com>
8068
8069 * MAINTAINERS (Write After Approval): Add myself to write after
8070 approval list.
8071
8072 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8073
8074 * MAINTAINERS (Write After Approval): Add myself.
8075
8076 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8077
8078 * MAINTAINERS: Update my e-mail address.
8079
8080 2003-09-09 Alan Modra <amodra@bigpond.net.au>
8081
8082 * libtool.m4 (LD): Correct powerpc64 host match.
8083
8084 2003-09-06 James E Wilson <wilson@tuliptree.org>
8085
8086 * MAINTAINTERS: Update my affiliation and email address.
8087
8088 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8089
8090 * MAINTAINERS (Write After Approval): Add myself.
8091
8092 2003-09-04 DJ Delorie <dj@redhat.com>
8093
8094 * configure: Regenerate.
8095
8096 2003-09-04 Robert Millan <robertmh@gnu.org>
8097
8098 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8099
8100 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8101
8102 * configure.in: Ensure arguments to sed are properly spaced.
8103 * configure: Regenerate.
8104
8105 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8106
8107 * MAINTAINERS: Update my e-mail address.
8108
8109 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8110
8111 * MAINTAINERS (Write After Approval): Add myself.
8112
8113 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
8114
8115 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8116 * configure: Regenerated.
8117
8118 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8119
8120 * MAINTAINERS: Update my email address.
8121
8122 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8123
8124 * configure.in: Use newline instead of semicolon when assuming
8125 shell arguments in a for loop.
8126 * configure: Regenerated.
8127
8128 2003-08-22 Jason Eckhardt <jle@rice.edu>
8129
8130 * MAINTAINERS: Resurrect the i860 maintainer.
8131
8132 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8133
8134 PR 8180
8135 * configure.in: When testing with_libs and with_headers, treat
8136 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8137 * configure: Regenerate.
8138
8139 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8140 make, shell, etc.
8141 (baseargs): Likewise.
8142 * configure: Regenerate.
8143
8144 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8145
8146 * MAINTAINERS (Write After Approval): Add myself.
8147
8148 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8149
8150 * configure.in: Disable libgcj for darwin not on powerpc.
8151 * configure: Rebuild.
8152
8153 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8154
8155 * config-ml.in, symlink-tree: Add license.
8156
8157 2003-08-03 Richard Stallman <rms@gnu.org>
8158 Eben Moglen <moglen@columbia.edu>
8159
8160 * README.SCO: New file.
8161
8162 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8163
8164 * Makefile.tpl (check, check-c++): Express dependencies using
8165 dependencies rather than commands.
8166 * Makefile.in: Regenerate.
8167
8168 2003-08-01 Andrew Cagney <cagney@redhat.com>
8169
8170 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8171 * configure: Ditto.
8172
8173 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8174
8175 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8176 * Makefile.in: Update.
8177
8178 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8179
8180 * configure.in: Enable libgcj for darwin.
8181 * configure: Rebuild.
8182
8183 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8184
8185 * config-ml.in: Use ac_configure_args directly instead of
8186 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8187 actually seen.
8188
8189 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8190
8191 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8192 creating target and build subdirs to build all parent dirs as needed.
8193 * Makefile.in: Rebuild.
8194 * configure.in: Don't build dirs explicitly here.
8195 * configure: Rebuild.
8196
8197 2003-07-26 Paul Brook <paul@nowt.org>
8198
8199 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8200
8201 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8202
8203 * Makefile.tpl (all-make): Depend on intl.
8204 * Makefile.in: Rebuilt.
8205
8206 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8207
8208 * install-sh: Update to newer upstream versions (associated with
8209 aclocal 1.7).
8210 * mkinstalldirs: Likewise.
8211 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8212
8213 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8214
8215 * MAINTAINERS: Move self from Bug database only accounts
8216 to write-after-approval.
8217
8218 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8219
8220 * config.if: Remove unused libc_interface determination.
8221
8222 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8223
8224 * MAINTAINERS: Move self from write-after-approval to
8225 build machinery (*.in).
8226
8227 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8228
8229 PR bootstrap/11273
8230 PR bootstrap/11408
8231 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8232 unused INSTALL_PROGRAM_ARGS.
8233 * configure.in: Use AC_PROG_INSTALL.
8234 * Makefile.in: Regenerate.
8235 * configure: Regenerate.
8236
8237 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8238
8239 * MAINTAINERS: Alphabetize.
8240
8241 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8242
8243 * configure: Rebuilt.
8244 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8245 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8246 newlib nor libgloss.
8247 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8248 * configure.in (am33_2.0-*-linux*): Added.
8249
8250 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8251
8252 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8253 * configure: Regenerate.
8254
8255 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8256
8257 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8258 * Makefile.in: Regenerate.
8259
8260 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8261
8262 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8263 * Makefile.in: Regenerate.
8264
8265 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8266
8267 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8268 * Makefile.in: Regenerated.
8269
8270 * config-ml.in: Replace PWD with PWD_COMMAND.
8271
8272 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8273
8274 * intl: New directory; see intl/ChangeLog for details.
8275 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8276 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8277 * Makefile.in: Regenerate.
8278
8279 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8280
8281 * configure.in: Clean up config-lang.in handling. Delete
8282 useless assignment to "subdirs".
8283 * configure: Regenerate.
8284
8285 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8286
8287 * configure.in: Rename 'target_libs' to 'target_libraries'.
8288 Remove useless reference to 'target_libs'.
8289 * configure: Regenerate.
8290
8291 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8292
8293 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8294 * Makefile.in: Regenerate.
8295
8296 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8297
8298 * Makefile.def: Introduce flags_to_pass.
8299 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8300 * Makefile.in: Regenerate.
8301
8302 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8303
8304 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8305 and target-libgloss.
8306 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8307 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8308 * configure: Regenerate.
8309
8310 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8311
8312 * configure.in: Update testsuite_flags to new location.
8313 * configure. Regenerate.
8314
8315 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8316
8317 * Makefile.tpl: Remove BUILD_CC stuff.
8318 * Makefile.in: Regenerate.
8319
8320 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8321
8322 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8323
8324 2003-06-16 Graeme Peterson <gp@qnx.com>
8325
8326 * MAINTAINERS (Write After Approval): Add myself.
8327
8328 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8329
8330 * config.guess: Update to 2003-06-12 version.
8331 * config.sub: Update to 2003-06-13 version.
8332
8333 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8334
8335 * config.guess: Update to 2003-06-06 version.
8336 * config.sub: Update to 2003-06-06 version.
8337
8338 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8339
8340 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8341 * configure. Regenerate.
8342
8343 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8344
8345 * configure.in: Disable serial configure by default.
8346 * configure: Regenerate.
8347 * Makefile.tpl: Abolish .NOTPARALLEL.
8348 * Makefile.in: Regenerate.
8349
8350 * Makefile.tpl: Replace {build,host,target}_canonical by
8351 {build,host,target}.
8352 * Makefile.in: Regenerate.
8353
8354 * Makefile.tpl: Fix stupid pasto.
8355 * Makefile.in: Regenerate.
8356
8357 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8358
8359 * Makefile.tpl: Remove bogus conditional.
8360 * Makefile.in: Regenerate.
8361
8362 2003-06-05 Jan Hubicka <jh@suse.cz>
8363
8364 * Makefile.tpl (profiledbootstrap): New target.
8365 * Makefile.in (profiledbootstrap): New target.
8366
8367 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
8368
8369 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8370 Pinski. Remove user names from other bugzilla-only maintainers.
8371
8372 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8373
8374 * Makefile.tpl: Make 'recursive targets' using autogen rather
8375 than shell loop. Remove duplicate 'clean' targets and false
8376 comments.
8377 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8378 Add systematic method of specifying missing targets in subdirs.
8379 Add copyright boilerplate.
8380 * Makefile.in: Regenerate.
8381 * configure.in: Add 'recursive targets' to maybe list.
8382 * configure: Regenerate.
8383
8384 * MAINTAINERS: "GNATS only" -> "Bug database only".
8385
8386 * Makefile.tpl: Rename [+target+] to [+make_target+].
8387 * Makefile.def: Rename 'target' to 'make_target'.
8388
8389 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
8390
8391 * MAINTAINERS: Add self as options handling maintainer.
8392
8393 2003-05-28 Michael Meissner <gnu@the-meissners.org>
8394
8395 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8396 been too long since I touched those ports.
8397
8398 2003-05-28 DJ Delorie <dj@redhat.com>
8399
8400 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8401 * Makefile.in: Regenerate.
8402
8403 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8404
8405 * configure.in: Use curly braces in the definition of tooldir.
8406 * configure: Regenerate.
8407
8408 2003-05-21 DJ Delorie <dj@redhat.com>
8409
8410 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8411 newlib or libgloss.
8412 * Makefile.in: Regenerate.
8413
8414 2003-05-21 DJ Delorie <dj@redhat.com>
8415
8416 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8417 * Makefile.in: Regenerate.
8418
8419 2003-05-20 Ian Lance Taylor <ian@airs.com>
8420
8421 * MAINTAINERS: Update my e-mail address.
8422
8423 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8424
8425 * configure.in: Switch more things to use maybe dependencies.
8426 * Makefile.tpl: Switch more things to use maybe dependencies.
8427 Factor out common code from autogen IF statements.
8428 * configure: Regenerate.
8429 * Makefile.in: Regenerate.
8430
8431 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8432
8433 * configure.in: Accept i[3456789]86 for machine type.
8434 * configure: Regenerate.
8435
8436 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8437
8438 * configure.in: Switch more things to use maybe dependencies.
8439 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8440 * configure: Regenerate.
8441 * Makefile.tpl: Switch more things to use maybe dependencies.
8442 * Makefile.in: Regenerate.
8443
8444 2003-05-16 Andreas Schwab <schwab@suse.de>
8445
8446 * Makefile.tpl (install-opcodes): Define.
8447 * Makefile.in: Rebuild.
8448
8449 2003-05-13 Andreas Jaeger <aj@suse.de>
8450
8451 * config.guess: Update to 2003-05-09 version.
8452 * config.sub: Update to 2003-05-09 version.
8453
8454 2003-05-13 Michael Eager <eager@mvista.com>
8455
8456 * configure.in: Correct sed script so that options in quotes are not
8457 deleted.
8458 * configure: Rebuild.
8459
8460 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
8461
8462 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8463 and $$s/newlib/libc/sys/cygwin32 include paths.
8464 * configure: Ditto.
8465
8466 2003-05-12 Michael Meissner <gnu@the-meissners.org>
8467
8468 * MAINTAINERS: Update my email addresses.
8469
8470 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8471
8472 * config-ml.in: Propagate INSTALL variables.
8473
8474 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8475
8476 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8477
8478 2003-05-02 Chris Demetriou <cgd@broadcom.com>
8479
8480 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8481 * Makefile.in: Regenerate.
8482
8483 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8484
8485 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8486
8487 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8488
8489 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8490
8491 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
8492
8493 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8494 * Makefile.in: Regenerated.
8495
8496 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8497
8498 * MAINTAINERS (Write After Approval): Upgrade myself from
8499 GNATS only to write-after-approval. Update my mail address.
8500
8501 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
8502
8503 (OS Port Maintainers: freebsd): Add myself.
8504
8505 2003-04-22 Mark Mitchell <mark@codesourcery.com>
8506
8507 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8508
8509 2003-04-22 Kean Johnston <jkj@sco.com>
8510
8511 * MAINTAINERS (SCO ports): Added myself.
8512
8513 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8514
8515 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8516
8517 2003-04-19 Kean Johnston <jkj@sco.com>
8518
8519 * MAINTAINERS (Write After Approval): Add myself.
8520
8521 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8522
8523 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8524 * Makefile.in: Regenerate.
8525
8526 2003-04-18 Jakub Jelinek <jakub@redhat.com>
8527
8528 * configure.in (powerpc64*-*-linux*): Remove.
8529 * configure: Rebuilt.
8530
8531 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
8532
8533 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8534 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8535 and restrap.
8536 * Makefile.in: Regenerate.
8537
8538 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8539
8540 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8541 * configure: Regenerated.
8542
8543 2003-04-15 DJ Delorie <dj@redhat.com>
8544
8545 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8546
8547 2003-04-13 Nick Clifton <nickc@redhat.com>
8548
8549 * config-ml.in: Remove support for --disable-aix removing
8550 call-aix multilibs.
8551
8552 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8553
8554 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8555 * */configure: Rebuilt.
8556
8557 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8558
8559 * MAINTAINERS: Add my email address.
8560
8561 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8562
8563 * MAINTAINERS (Write After Approval): Add myself.
8564
8565 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8566
8567 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8568 * Makefile.in: Regenerate.
8569
8570 2003-03-14 Michael Chastain <mec@shout.net>
8571
8572 * Makefile.in: Regenerate with correct Makefile.def.
8573
8574 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8575
8576 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8577 Make macro.
8578 * Makefile.in: Regenerate.
8579 * configure.in: Clean up gxx_include_dir logic.
8580 * configure: Regenerate.
8581
8582 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8583
8584 * MAINTAINERS (Write After Approval): Add myself.
8585
8586 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8587
8588 * MAINTAINERS: Update my mail address.
8589
8590 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8591
8592 * configure.in (gxx_include_dir): Fix typo.
8593 * configure: Regenerated.
8594
8595 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8596
8597 * Makefile.tpl: Reindent.
8598 * Makefile.in: Regenerate.
8599 * configure.in: Reindent. Don't set unused variables.
8600 * configure: Regenerate.
8601
8602 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8603
8604 * configure.in: Include $(build_tooldir)/sys-include in
8605 FLAGS_FOR_TARGET.
8606 * configure: Regenerated.
8607
8608 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8609
8610 * Makefile.tpl: Always pass down RANLIB.
8611 * Makefile.in: Regenerate.
8612
8613 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8614 * Makefile.in: Regenerate.
8615 * configure.in: Remove unused logic relating to --enable-shared
8616 and --enable-threads. Remove bogus comments. Remove redundant
8617 noconfigdirs.
8618 * configure: Regenerate.
8619
8620 * configure.in: Replace ${libstdcxx_version} by its value.
8621 Remove reference to mh-dgux.
8622 * configure: Regenerate.
8623
8624 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8625
8626 * MAINTAINERS (Write After Approval): Add myself.
8627
8628 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8629
8630 * Makefile.tpl: Rearrange.
8631 * Makefile.in: Regenerate.
8632
8633 2003-02-25 Uwe Stieber <uwe@wwws.de>
8634
8635 * configure.in: Add support for kaOS as cross build target system.
8636 * configure: Regenerated.
8637
8638 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8639
8640 * MAINTAINERS (Write after approval): Add myself.
8641
8642 2003-02-21 James E Wilson <wilson@tuliptree.org>
8643
8644 * MAINTAINERS: Update my email address.
8645
8646 2003-02-21 Zack Weinberg <zack@codesourcery.com>
8647
8648 * MAINTAINERS: Add self to blanket write privs. section.
8649
8650 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
8651
8652 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8653 configure-target-* as some target builds may require additional
8654 flags for preprocessor tests.
8655 * Makefile.in: Regenerated.
8656
8657 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
8658
8659 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8660 * ltconfig: Handle it.
8661 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8662 auto-detecting it.
8663
8664 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8665 it is used as argument to $CC.
8666 * ltcf-gcj.sh: Likewise.
8667
8668 * configure.in: Introduce --enable-maintainer-mode.
8669 * configure: Rebuilt.
8670 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8671 for maintainer mode.
8672 * Makefile.in: Rebuilt.
8673
8674 2003-02-18 Jason Merrill <jason@redhat.com>
8675
8676 * Makefile.tpl (check-c++): Allow parallelism.
8677
8678 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8679
8680 * MAINTAINERS: Remove John Carr (who never actually had access to
8681 gcc.gnu.org).
8682
8683 2003-02-15 Geoffrey Keating <geoffk@apple.com>
8684
8685 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8686 don't configure target-libobjc.
8687 * configure: Regenerate.
8688
8689 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8690
8691 * Makefile.tpl (RANLIB): Define.
8692 * Makefile.in: Regenerate.
8693
8694 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8695
8696 * MAINTAINERS: Update my email.
8697
8698 2003-02-06 Keith R Seitz <keiths@redhat.com>
8699
8700 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8701 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8702 * Makefile.in: Regenerated.
8703 * configure.in: Remove all traces of snavigator, db, and grep.
8704 * configure: Regenerated.
8705
8706 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8707
8708 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8709 After Approval.
8710
8711 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8712
8713 * MAINTAINERS (Write after approval): Add myself.
8714
8715 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
8716
8717 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8718 * Makefile.in: Regenerated.
8719
8720 2003-01-30 Roger Sayle <roger@eyesopen.com>
8721
8722 * config.guess: Updated to 2003-01-30's version.
8723 * config.sub: Updated to 2003-01-28's version.
8724
8725 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8726
8727 * config.if: If gcc_version is already set, just use it. Don't set
8728 gcc_version_trigger if it's already set, otherwise set it to
8729 gcc/version.c, but only if the file exists. If it is not set and
8730 gcc/version.c does not exist, try to extract the version number from
8731 $CC.
8732
8733 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8734
8735 * MAINTAINERS: Add myself to write-after-approval list.
8736
8737 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8738
8739 * configure.in: Revert 24Jan change.
8740 * configure: Regenerate.
8741
8742 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8743
8744 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8745 entry of HJ Lu.
8746
8747 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8748
8749 * configure.in: Revert previous change.
8750 * configure: Regenerate.
8751
8752 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8753
8754 * configure.in: Make rda native-only.
8755 * configure: Regenerate.
8756
8757 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8758
8759 * MAINTAINERS: Move myself from GNATS-only-accounts to
8760 write-after-approval.
8761
8762 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8763
8764 * configure.in: Add missing \.
8765 * configure: Rebuilt.
8766
8767 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8768
8769 * configure.in (baseargs): Avoid using \| in sed regular
8770 expressions.
8771 * configure: Rebuilt.
8772
8773 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8774
8775 * configure.in (baseargs): Remove all supported forms of
8776 --cache-file, --srcdir, --host, --build and --target options
8777 from argument lists.
8778 * configure: Rebuilt.
8779
8780 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8781
8782 * MAINTAINERS: Add myself to write-after-approval list.
8783
8784 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8785
8786 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8787 * configure: Rebuilt.
8788
8789 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8790
8791 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8792 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8793 * Makefile.in: Regenerate.
8794 * configure: Regenerate.
8795
8796 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8797
8798 * configure.in: Remove Makefile in build, host and target modules
8799 unless configure was run with --no-recursion.
8800 * configure: Rebuilt.
8801
8802 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8803
8804 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8805 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8806 * Makefile.in: Regenerate.
8807
8808 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8809
8810 * config.guess: Update to 2003-01-03 version.
8811 * config.sub: Update to 2003-01-03 version.
8812
8813 2003-01-07 Christopher Faylor <cgf@redhat.com>
8814
8815 * configure: Regenerate with proper autoconf 2.13.
8816
8817 2003-01-07 Christopher Faylor <cgf@redhat.com>
8818
8819 * configure.in: Add AC_PREREQ for consistency.
8820 * configure: Regenerate.
8821
8822 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8823
8824 * configure.in (GDB_TK): Add tcl directories conditional on
8825 gdb/gdbtk directory being present.
8826 * configure: Regenerate.
8827
8828 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8829
8830 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8831 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8832 * configure: Rebuilt.
8833
8834 2002-12-31 Tom Tromey <tromey@redhat.com>
8835
8836 * Makefile.in: Rebuilt.
8837 * Makefile.def (target_modules) [libffi]: Allow installation.
8838
8839 2002-12-31 Andreas Schwab <schwab@suse.de>
8840
8841 * configure.in: Fix use of $program_transform_name.
8842 * configure: Regenerated.
8843
8844 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8845
8846 * configure.in (baseargs): Don't remove first configure argument.
8847 * configure: Regenerated.
8848
8849 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8850
8851 * Makefile.tpl (local-distclean): Don't remove...
8852 (multilib.ts): ... this. Moved into...
8853 (multilib.out): ... this. Don't use sub-make.
8854 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8855 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8856 (configure-build-[+module+], configure-[+module+],
8857 configure-target-[+module+], configure-gcc): ... these. Test
8858 for Makefile existence. Drop config.status from dependencies.
8859 * Makefile.in: Rebuilt.
8860 * configure.in: Move gcc-version-trigger to the end of
8861 ac_configure_args. Add comments to maybedep.tmp and
8862 serdep.tmp. Introduce --disable-serial-configure. Remove
8863 nonopt from baseargs, matching and removing corresponding
8864 whitespace while at it.
8865 * configure: Rebuilt.
8866
8867 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8868
8869 * configure.in (host_configargs): Replace reference to
8870 no-longer-defined buildopts with --build=${build_alias}.
8871 * configure: Rebuilt.
8872
8873 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8874 program_transform_name to standard idiom.
8875 (AUTOGEN, AUTOCONF): Define.
8876 (Makefile.in): Use $(AUTOGEN).
8877 (Makefile): Depend on config.status, and use autoconf-style rule to
8878 build it. Move original commands to...
8879 (config.status): ... this new target.
8880 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8881 $(AUTOCONF).
8882 * Makefile.in: Rebuilt.
8883
8884 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8885
8886 * Makefile.tpl: Fix dramatic bustage due to change in
8887 program_transform_name.
8888 * Makefile.in: Regenerate.
8889
8890 * configure.in: Remove unnecessary PATH setting.
8891 * configure: Regnerate.
8892
8893 * configure.in: Don't default to unprefixed tools unless
8894 the native tools will work.
8895 * configure: Regenerate.
8896
8897 * configure.in: Convert to autoconf script. Blow away lots
8898 of now-redundant Makefile fragments.
8899 * configure: Generate using Autoconf.
8900 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8901 * Makefile.in: Regenerate.
8902
8903 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8904
8905 * configure: Fix stupid bug where RANLIB was mistakenly included.
8906
8907 * configure.in: Rename (buildargs, hostargs, targargs) to
8908 (build_configargs, host_configargs, target_configargs).
8909
8910 * configure.in: Move logic out of sed statement.
8911
8912 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8913 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8914
8915 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8916
8917 * config.sub: Import from master repository
8918 * config.guess: Ditto
8919
8920 2002-12-24 Andreas Schwab <schwab@suse.de>
8921
8922 * Makefile.tpl (multilib.out): Fix missing space.
8923 * Makefile.in: Regenerate.
8924
8925 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8926
8927 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8928 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8929 * Makefile.in: Regenerate.
8930 * configure.in: Remove unnecessary leftovers.
8931
8932 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8933
8934 * configure.in (extra_ranlibflags_for_target): New variable.
8935 (*-*-darwin): Add -c to ranlib commands.
8936 * configure (tooldir): Handle extra_ranlibflags_for_target.
8937
8938 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8939
8940 * Makefile.tpl: Revert HJL's change.
8941 * Makefile.in: Regenerated.
8942 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8943 always.
8944
8945 2002-12-19 Andreas Schwab <schwab@suse.de>
8946
8947 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8948 * Makefile.in: Regenerate.
8949
8950 2002-12-18 H.J. Lu <hjl@gnu.org>
8951
8952 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8953 * Makefile.in: Regenerated.
8954
8955 * configure.in (build_prefix): New. Substitute.
8956
8957 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8958
8959 * Makefile.tpl: Don't let real targets depend on phony targets.
8960 * Makefile.in: Regenerate.
8961
8962 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8963 * Makefile.in: Regenerate.
8964
8965 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8966
8967 * config.sub: Import from master repository
8968 * config.guess: Ditto
8969
8970 2002-12-16 Jason Merrill <jason@redhat.com>
8971
8972 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8973 previous 'make bootstrap'.
8974 * Makefile.in: Regenerate.
8975
8976 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8977
8978 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8979
8980 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8981
8982 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8983 * Makefile.in: Regenerate.
8984
8985 2002-12-13 Jason Merrill <jason@redhat.com>
8986
8987 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8988 library tests.
8989 (check-c++): Just depend on it and check-target-libstdc++-v3.
8990 * Makefile.in: Regenerate.
8991
8992 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8993
8994 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8995 * Makefile.in: Rebuilt.
8996
8997 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8998
8999 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9000
9001 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9002
9003 * configure: Fix bug put in by gremlins.
9004
9005 * Makefile.tpl: Substitute more autoconfily.
9006 * configure: Substitute more autoconfily.
9007 * Makefile.in: Regenerate.
9008
9009 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9010
9011 * config.sub: Import from master repository
9012 * config.guess: Ditto
9013 * MAINTAINERS: Added Svein Seldal under write after approval
9014
9015 2002-12-08 Andrew Cagney <ac131313@redhat.com>
9016
9017 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9018 * Makefile.in (all-sim): Ditto.
9019
9020 2002-12-06 DJ Delorie <dj@redhat.com>
9021
9022 * Makefile.tpl: Change configure dependencies to not have real
9023 targets depend on phony targets.
9024
9025 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9026
9027 * configure.in: Revert unintentional change.
9028
9029 * Makefile.tpl: Change dependency for */multilib.out so that
9030 it works when gcc isn't in the tree.
9031
9032 * configure.in: Substitute more.
9033 * configure: Run subconfigures from the Makefile.
9034 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9035 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9036
9037 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9038
9039 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9040
9041 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9042
9043 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9044 and corresponding dependencies.
9045 * Makefile.in: Regenerate.
9046
9047 * configure.in (host_tools): Order binutils, gas and ld for
9048 convenience in running the testsuites.
9049
9050 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9051 * Makefile.in: Regenerate.
9052 * configure.in: Introduce rules to serialize subconfigure runs.
9053
9054 * configure.in: Introduce BASE_CC_FOR_TARGET.
9055 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9056 Realize configure-build-* targets. Realize configure-target-* targets.
9057 * Makefile.in: Regenerate.
9058
9059 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9060
9061 * configure: Move gcc_version_trigger stuff from here...
9062 * configure.in: ...to here.
9063
9064 * configure.in: Separate subconfigure options added by this file from
9065 options given by the user. Add machinery to put args for host
9066 subconfigures into the Makefile.
9067
9068 * Makefile.tpl: Remove 'vault' targets.
9069 * Makefile.tpl: Reorder and comment dependencies.
9070 * Makefile.in: Regenerate.
9071
9072 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9073 * configure.in: Fix my broken commit of previous patch. (sigh)
9074
9075 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9076
9077 * configure.in: Move host-specific darwin noconfigdirs into
9078 the host-specific section.
9079
9080 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9081
9082 * configure.in: Move host-specific darwin noconfigdirs into
9083 the host-specific section.
9084
9085 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9086
9087 * configure: Remove skip-this-dir support.
9088 * Makefile.tpl: Remove skip-this-dir support.
9089
9090 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9091 subdirectories.
9092 * Makefile.in: Regenerate.
9093
9094 * Makefile.tpl: Strip out useless setting of 'dir'.
9095 * Makefile.in: Regenerate.
9096
9097 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9098
9099 * configure.in: Fix deeply stupid bug.
9100
9101 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9102 shell code in CXX_FOR_TARGET
9103 * Makefile.def: Introduce raw_cxx.
9104 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9105 RAW_CXX_FOR_TARGET.
9106 * Makefile.in: Regenerate.
9107
9108 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9109
9110 * Makefile.tpl: Remove unnecessary ifs.
9111 * Makefile.in: Regenerate.
9112
9113 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9114 dependencies. Maybe-ize build-libiberty. Create dummy install
9115 targets for 'no_install' modules.
9116 * configure: Move GDB_TK substitution to configure.in. Move
9117 build_modules stuff to configure.in.
9118 * configure.in: Implement soft dependency machinery. Maybe-ize
9119 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9120 * Makefile.in: Regenerate.
9121
9122 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9123
9124 * Makefile.tpl: Make all-target, install-target behave similarly
9125 to all, install (only hitting configured targets). Eliminate
9126 unused macro defintions.
9127
9128 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9129 build != host.
9130
9131 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9132
9133 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9134
9135 * configure.in: Produce lists of subdir targets we're actually
9136 configuring. Remove references to "dosrel".
9137 * Makefile.tpl: Let configure set which subdir targets are hit.
9138 Remove install-cross; clean up install; remove ALL. Remove
9139 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9140 Autogenerate host module targets. Remove empty dependency lines
9141 and redundant dependency; rearrange slightly.
9142 * Makefile.def: Add host-side libtermcap, utils.
9143
9144 * Makefile.in: Regenerate.
9145
9146 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9147
9148 * ltconfig (osf[345]): Append $major to soname_spec.
9149 Reflect this in library_names_spec.
9150 * ltmain.sh (osf): Prefix $major with . for use as extension.
9151
9152 2002-11-19 Andreas Jaeger <aj@suse.de>
9153
9154 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9155 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9156 and sparc64 GNU/Linux systems.
9157
9158 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9159
9160 * MAINTAINERS: Update email.
9161
9162 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9163
9164 * MAINTAINERS: Complete James Dennett's entry.
9165
9166 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9167
9168 * MAINTAINERS (Write After Approval): Add myself.
9169
9170 2002-11-13 Bruce Korb <bkorb@gnu.org>
9171
9172 * Makefile.tpl: syntactic cleanup
9173
9174 2002-11-13 Stuart Hastings <stuart@apple.com>
9175
9176 * MAINTAINERS: Add myself to write-after-approval list.
9177
9178 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9179
9180 * Makefile.def: Add list of recursive targets to autogenerate.
9181 Add build_modules.
9182 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9183 targets. Autogenerate *-build-* targets.
9184 * Makefile.in: Regenerate.
9185
9186 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9187
9188 * configure: More autoconf-style substitutions.
9189 * Makefile.tpl: More autoconf-style substitutions.
9190 * Makefile.in: Regenerate.
9191
9192 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9193
9194 * configure: Substitute more variables in a more autoconf-friendly
9195 way. Simplify slightly.
9196 * Makefile.tpl: Make more variables substitutable in an
9197 autoconf-friendly way.
9198 * Makefile.in: Regenerate.
9199
9200 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9201
9202 * MAINTAINERS (Write After Approval): Add myself.
9203
9204 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9205
9206 * configure.in (v810*): Remove special setting of tools.
9207
9208 * configure: Add support for extra required flags for ar or nm.
9209 * configure.in (aix4.3+): Use above support for target-specific
9210 issues, rather than using config/mt-aix43.
9211
9212 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9213
9214 * configure: Remove 'removing', which doesn't work. Replace $subdir
9215 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9216 with $srcdir. Reformat indentation. Substitute some variables
9217 formerly hard-coded in the Makefile for build=host.
9218 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9219 * Makefile.def: Autogenerate more.
9220 * Makefile.in: Regenerate.
9221
9222 2002-11-04 Adam Nemet <anemet@lnxw.com>
9223
9224 * MAINTAINERS (Write After Approval): Add myself.
9225
9226 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9227
9228 * Makefile.def (host_modules): Add rda.
9229 * Makefile.in: Regenerate.
9230 * configure.in (target_tool): Add target-rda to list.
9231
9232 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9233
9234 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9235
9236 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9237
9238 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9239 and restrap targets to this rule.
9240 * Makefile.in: Regenerate.
9241
9242 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9243
9244 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9245 GNATS only accounts.
9246
9247 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9248
9249 * configure.in (i[3456]86-*-linux*): Add check to disable
9250 ${libgcj} for glibc1.
9251
9252 2002-10-24 Denis Chertykov <denisc@overta.ru>
9253
9254 * MAINTAINERS: Add myself as ip2k port maintainer.
9255
9256 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9257
9258 * configure.in: Add tic4x target.
9259
9260 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9261
9262 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9263 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9264 * Makefile.in: Regenerate.
9265
9266 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9267 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9268 * Makefile.in: Regenerate.
9269
9270 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9271
9272 * MAINTAINERS: Add myself as web pages co-maintainer.
9273
9274 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9275
9276 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9277 * Makefile.in: Regenerate.
9278
9279 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9280
9281 * MAINTAINERS: Add myself and Nathan Sidwell
9282 <nathan@codesourcery.com> as VxWorks maintainers.
9283
9284 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9285
9286 * Makefile.def: Remove order dependency comments.
9287 * Makefile.tpl: Add explicit install-install dependencies.
9288 * Makefile.in: Regenerate.
9289
9290 * Makefile.tpl: Remove material now in src-release. (Finally!)
9291 * Makefile.in: Regenerate.
9292
9293 * Makefile.tpl: Add configure-target (for src-release in src)
9294 * Makefile.in: Regenerate.
9295
9296 2002-09-30 Nick Clifton <nickc@redhat.com>
9297
9298 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9299
9300 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9301
9302 * configure.in (s390*-*-linux*): Enable libgcj.
9303
9304 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9305
9306 * configure: Revert accidentally applied changes.
9307
9308 * Makefile.tpl: Make more autoconf-friendly.
9309 * Makefile.in: Regenerate.
9310 * configure: Make substitution more autoconf-like.
9311
9312 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9313
9314 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9315 single entry to handle all these.
9316 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9317 libjava on arm-*-elf.
9318
9319 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9320
9321 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9322 things that depend on them.
9323
9324 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9325
9326 * Makefile.tpl: Make subsituted variables more autoconfy.
9327 * Makefile.in: Regenerate.
9328 * configure: Make seds more autoconfy.
9329
9330 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9331
9332 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9333 * Makefile.in: Regenerate.
9334 * configure.in: Rewrite sed statements to look autoconfy.
9335
9336 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9337 all-target-foo on configure-target-foo.
9338 * Makefile.def: Ditto.
9339 * Makefile.in: Rebuild.
9340
9341 2002-09-25 Andrew Haley <aph@redhat.com>
9342
9343 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9344
9345 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9346
9347 * Makefile.def: New file.
9348 * Makefile.tpl: New file.
9349 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9350 * contrib/gcc_update: Note that Makefile.in is a generated file.
9351
9352 * configure.in: Minor rearrangement. Simplify tests.
9353
9354 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9355
9356 * configure.in (with_headers): Skip copy if value is "yes".
9357 (with_libs): Likewise.
9358
9359 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9360
9361 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9362 * configure.in (sh*-*-pe*): Ditto.
9363 * configure.in (mips*-*-pe*): Ditto.
9364 * configure.in (*arm-wince-pe): Ditto.
9365
9366 * configure.in: Rearrange.
9367
9368 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9369
9370 * MAINTAINERS: Update my email address.
9371
9372 2002-08-30 Paul Koning <pkoning@equallogic.com>
9373
9374 * MAINTAINERS: (Write After Approval): Add myself.
9375
9376 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
9377
9378 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9379
9380 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
9381
9382 * MAINTAINERS: Change my mailing address.
9383
9384 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
9385
9386 * MAINTAINERS (Write After Approval): Remove myself.
9387 (Various Maintainers: c++ runtime libs): Add myself.
9388
9389 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
9390
9391 * MAINTAINERS (Write After Approval): Remove myself.
9392 (Various Maintainers: c++ runtime libs): Add myself.
9393
9394 2002-08-15 Eric Christopher <echristo@redhat.com>
9395
9396 * config.sub: Import from master repository.
9397 * config.guess: Ditto.
9398
9399 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
9400
9401 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9402 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9403 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9404
9405 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
9406
9407 * MAINTAINERS: Add self to rs6000 vector extensions.
9408
9409 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
9410
9411 * libiberty/configure: Reverted unintended yesterday's check in.
9412
9413 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9414
9415 * boehm-gc/configure, libf2c/configure: Rebuilt.
9416 * libffi/configure, libiberty/configure: Ditto.
9417 * libjava/configure, libobjc/configure: Ditto.
9418 * libstdc++-v3/configure, zlib/configure: Ditto.
9419 Merged from binutils:
9420 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9421 From Steve Ellcey <sje@cup.hp.com>:
9422 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9423 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9424 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9425 IA64.
9426 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9427 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9428 soname_spec, sys_lib_search_path_spec): Ditto.
9429
9430 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9431
9432 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9433
9434 2002-08-04 H.J. Lu (hjl@gnu.org)
9435
9436 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9437
9438 2002-08-02 Krister Walfridsson <cato@df.lth.se>
9439
9440 * MAINTAINERS (Write After Approval): Add myself.
9441
9442 2002-07-31 Alan Modra <amodra@bigpond.net.au>
9443
9444 * configure.in: Move generic linux case to end. Copy generic
9445 linux noconfigdirs to mips*-*-linux* entry and new
9446 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9447
9448 2002-07-19 Michael Matz <matz@suse.de>
9449
9450 * MAINTAINERS: Add myself as ra* maintainer.
9451
9452 2002-07-16 Chris Demetriou <cgd@broadcom.com>
9453
9454 * config.guess: Update to 2002-07-09 version.
9455 * config.sub: Update to 2002-07-03 version.
9456
9457 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9458
9459 * MAINTAINERS: Fix typo in a maintainer email address.
9460
9461 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9462
9463 * configure.in: Remove two redundant tests.
9464
9465 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9466
9467 * configure.in (mips*-*-irix6*o32): Enable stabs.
9468
9469 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9470
9471 * configure.in: Don't build grez.
9472 * Makefile.in: Ditto.
9473
9474 * Makefile.in: Remove references to bsp, cygmon, libstub.
9475 * configure.in: Ditto.
9476
9477 * configure.in: Remove leftover reference to gdbtest.
9478
9479 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
9480
9481 * configure.in (gxx_include_dir): Change to match versioned
9482 C++ headers if --enable-version-specific-runtime-libs is used.
9483
9484 2002-07-04 Steve Ellcey <sje@cup.hp.com>
9485
9486 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9487
9488 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9489
9490 * configure.in: Make --without-x work.
9491
9492 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9493
9494 * configure.in: Rearrange target Makefile fragment collection.
9495
9496 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9497 cvs[src].
9498 * configure.in: Ditto.
9499
9500 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9501
9502 * MAINTAINERS (Write After Approval): Update my e-mail address.
9503
9504 2002-06-24 Ben Elliston <bje@redhat.com>
9505
9506 * configure.in (host_tools): Remove cgen.
9507
9508 * Makefile.in (all-cgen): Remove; runs from its source directory.
9509 (check-cgen, install-cgen, clean-cgen): Likewise.
9510 (all-opcodes): Do not depend on all-cgen.
9511 (all-sim): Likewise.
9512
9513 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
9514
9515 * Makefile.in: Eliminate 'apache' targets.
9516 * configure.in: Eliminate 'apache' targets.
9517
9518 * configure.in: Eliminate redundant tests. Reorganize.
9519
9520 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9521
9522 * config-ml.in: Eliminate references to Cygnus configure.
9523
9524 * Makefile.in: Eliminate references to building emacs.
9525
9526 2002-06-28 Graham Stott <graham.stott@btinternet.com>
9527
9528 * MAINTAINERS: Update my email address.
9529
9530 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9531
9532 * config.if (libstdcxx_incdir): Version C++ headers.
9533 (cxx_incdir): Remove.
9534
9535 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9536
9537 * MAINTAINERS (Write After Approval): Add self.
9538
9539 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9540
9541 * configure.in: Add support for ip2k.
9542
9543 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9544
9545 * configure.in: Fix AIX configury bug.
9546
9547 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9548
9549 * MAINTAINERS (Write After Approval): Add self.
9550
9551 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9552
9553 * configure.in: replace ${topsrcdir} with ${srcdir}
9554
9555 * configure.in: Move definition of libstdcxx_flags
9556 right above usage, rather than waaay earlier.
9557
9558 * configure.in: Pull definition of is_cross_compiler earlier.
9559
9560 * configure.in: Rearrange a little.
9561
9562 * configure.in: Remove references to librx.
9563 * Makefile.in: Remove references to librx.
9564
9565 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9566
9567 * config.sub: Add support for avr target.
9568 Import from master sources, rev 1.255
9569
9570 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9571
9572 * configure, .cvsignore: Revert previous change...
9573 * Makefile: ...delete.
9574
9575 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9576
9577 * configure.in: Eliminate ${gasdir} variable.
9578
9579 2002-06-18 Dave Brolley <brolley@redhat.com>
9580
9581 * configure.in: Add support for frv.
9582 * config.sub: Add support for frv.
9583
9584 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9585
9586 * configure: Remove garbage from previous commit.
9587
9588 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9589
9590 * configure: For in-source builds, make a subdir and re-exec there.
9591 * Makefile: New file. Pass targets through to build directory.
9592 * .cvsignore: No longer ignore "Makefile".
9593
9594 2002-06-16 Douglas Rupp <rupp@gnat.com>
9595
9596 * MAINTAINERS (Write After Approval): Add self.
9597
9598 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9599
9600 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9601
9602 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9603
9604 * configure.in (vax-*-netbsd*): Re-enable gas.
9605
9606 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9607
9608 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9609 BUILD_PREFIX_1, to correct nomenclature.
9610 * configure: Likewise.
9611
9612 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9613 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9614
9615 2002-05-31 Olaf Hering <olh@suse.de>
9616
9617 * config-ml.in: Propogate DESTDIR also.
9618
9619 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9620
9621 * configure.in (vax-*-netbsd*): Don't build gas for this
9622 platform.
9623
9624 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9625
9626 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9627 and libgcj for AVR.
9628
9629 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9630
9631 * MAINTAINERS (Write After Approval): Add myself.
9632
9633 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9634
9635 * config.guess: Update to 2002-05-22 version.
9636 * config.sub: Likewise.
9637
9638 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9639
9640 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9641 * config-ml.in: Likewise.
9642 * configure: Likewise.
9643 * configure.in: Likewise.
9644
9645 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9646
9647 * MAINTAINERS: Update my email address.
9648
9649 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9650
9651 * configure.in: Simplify makefile fragment collection.
9652
9653 * configure.in: Remove code to build emacs.
9654
9655 * configure.in : Remove --srcdir argument from targargs and buildargs
9656 (it's always overridden in the Makefile anyway). Rearrange a bit.
9657
9658 * configure: Move some logic to configure.in.
9659 * configure.in: Move some logic from configure.
9660
9661 2002-05-11 Tom Tromey <tromey@redhat.com>
9662
9663 * MAINTAINERS: Reflect libgcj reality.
9664
9665 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9666
9667 * Makefile.in: Honour DESTDIR.
9668
9669 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9670
9671 * config.guess: Import 2002-03-20 version.
9672 * config.sub: Import 2002-04-26 version.
9673
9674 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9675
9676 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9677
9678 2002-05-07 Tim Josling <tej@melbpc.org.au>
9679
9680 * MAINTAINERS: Add self.
9681
9682 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
9683
9684 * ltmain.sh: Detect and handle object name conflicts
9685 while piecewise linking a static library.
9686
9687 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9688
9689 * configure.in (noconfigdirs): Don't disable libgcj on
9690 sparc64-*-solaris* and sparcv9-*-solaris*.
9691
9692 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
9693
9694 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9695
9696 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9697
9698 * configure.in (FLAGS_FOR_TARGET): Do not add
9699 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9700 on i[3456]86-*-linux*.
9701
9702 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9703
9704 * configure.in (noconfigdirs): Replace [ ] with test.
9705
9706 * configure.in (noconfigdirs): Do not add target-newlib if
9707 target == i[3456]86-*-linux*, and host == target.
9708
9709 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9710
9711 * configure.in: delete reference to absent file
9712
9713 * configure.in: replace '[' with 'test'
9714
9715 * configure.in: Eliminate references to gash.
9716 * Makefile.in: Eliminate references to gash.
9717
9718 * configure.in: remove useless references to 'pic' makefile fragments.
9719
9720 * configure.in: (*-*-windows*) Finish removing.
9721
9722 * configure.in: Eliminate redundant test for libgui.
9723
9724 2002-04-29 Roger Sayle <roger@eyesopen.com>
9725
9726 * MAINTAINERS: Add self and realphabetize. Update entries
9727 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9728 entry for a29k port maintainer.
9729
9730 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9731
9732 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9733 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9734
9735 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9736
9737 * configure.in: remove references to dead files
9738
9739 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9740
9741 * MAINTAINERS: Add information about purpose of this file.
9742
9743 2002-04-18 Tom Tromey <tromey@redhat.com>
9744
9745 * configure.in: Disallow configuring libgcj when it is already
9746 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9747 Solaris 2.8 by default. For PR libgcj/6158.
9748
9749 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9750
9751 * configure.in: Move default CC setting out of config/mh-* fragments
9752 directly into here.
9753
9754 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9755
9756 * configure.in: don't even try to configure or make a subdirectory
9757 if there's no configure script for it.
9758
9759 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9760
9761 * MAINTAINERS: Remove chill maintainers.
9762 * Makefile.in (CHILLFLAGS): Remove.
9763 (CHILL_LIB): Remove.
9764 (TARGET_CONFIGDIRS): Remove libchill.
9765 (CHILL_FOR_TARGET): Remove.
9766 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9767 CHILL_LIB.
9768 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9769 (CHECK_TARGET_MODULES): Likewise.
9770 (INSTALL_TARGET_MODULES): Likewise.
9771 (CLEAN_TARGET_MODULES): Likewise.
9772 (configure-target-libchill): Remove.
9773 (all-target-libchill): Remove.
9774 * configure.in (target_libs): Remove target-libchill.
9775 Do not compute CHILL_FOR_TARGET.
9776 * libchill: Remove directory.
9777
9778 2002-04-11 DJ Delorie <dj@redhat.com>
9779
9780 * Makefile.in, configure.in: Sync with binutils, entries
9781 follow...
9782
9783 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9784
9785 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9786 (do-tar, do-bz2): New rules.
9787 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9788 (gdb-tar): New rule.
9789 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9790 (insight_dejagnu.tar): New rule.
9791 (insight.tar): New rule.
9792 (gdb+dejagnu.tar): New rule.
9793 (gdb.tar): New rule.
9794
9795 2002-02-01 Mo DeJong <supermo@bayarea.net>
9796
9797 * Makefile.in: Add all-tix to deps for all-snavigator
9798 so that tix is built when building snavigator.
9799
9800 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9801
9802 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9803 ld and gdb are not supported.
9804
9805 2002-01-07 Mark Salter <msalter@redhat.com>
9806
9807 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9808 Allow target-libgloss to be built for arm, strongarm, and xscale.
9809
9810 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9811
9812 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9813 options for i[3456]86-pc-linux* native builds.
9814
9815 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9816
9817 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9818 files from .po files for a distribution.
9819
9820 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9821
9822 * configure.in: Enable libstdc++-v3 for h8300 targets.
9823
9824 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9825
9826 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9827 version from bfd/.
9828
9829 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9830
9831 * Makefile.in (VER): When present, extract the version number from
9832 the file version.in.
9833
9834 2001-05-24 Tom Rix <trix@redhat.com>
9835
9836 * configure.in : enable ld for aix
9837
9838 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9839
9840 * config.guess: Add linux target for S/390.
9841
9842 2000-11-07 Philip Blundell <pb@futuretv.com>
9843
9844 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9845
9846 2000-11-03 Philip Blundell <pb@futuretv.com>
9847
9848 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9849 files.
9850
9851 2001-01-15 Ben Elliston <bje@redhat.com>
9852
9853 * configure.in (host_tools): Add sid.
9854 Always configure cgen.
9855
9856 2000-11-24 Nick Clifton <nickc@redhat.com>
9857
9858 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9859
9860
9861 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9862
9863 * Makefile.in (ALL_MODULES): Add all-cgen.
9864 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9865 (all-cgen): New target.
9866 (all-opcodes,all-sim): Depend on all-cgen.
9867 * configure.in (host_tools): Add cgen.
9868 Only configure cgen if --enable-cgen-maint.
9869
9870 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9871
9872 * configure.in: Add *-*-freebsd* configurations.
9873
9874 2002-04-08 Tom Tromey <tromey@redhat.com>
9875
9876 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9877 Fixes PR libgcj/6068.
9878
9879 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9880
9881 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9882
9883 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9884
9885 * configure.in (alpha*-dec-osf*): Enable libgcj.
9886
9887 2003-03-27 Matthew Gingell <gingell@gnat.com>
9888
9889 * MAINTAINERS (Write After Approval): Add myself.
9890
9891 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9892
9893 Fix for: PR bootstrap/3591, target/5676
9894 * configure.in (mcore-pe): Disable the configuration of
9895 libstdc++-v3 since exceptions are not supported.
9896
9897 2002-03-20 Anthony Green <green@redhat.com>
9898
9899 * configure.in: Enable libgcj for xscale-elf target.
9900
9901 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9902
9903 * MAINTAINERS: Update my email address.
9904
9905 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9906
9907 * ltmain.sh (relink_command): Fix typo in previous change.
9908
9909 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9910
9911 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9912 (relink_command): Added --tag flags.
9913 (mode=install): If relinking fails; error out.
9914
9915 2002-03-12 Richard Henderson <rth@redhat.com>
9916
9917 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9918 .NOTPARALLEL tag.
9919 (do-check): Rename from check.
9920 (check): Allow parallel check.
9921
9922 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9923
9924 * MAINTAINERS: Add myself as maintainer for xtensa port.
9925 Fix alphabetical order in CPU port maintainer list.
9926 Remove myself from Write After Approval list.
9927
9928 2002-03-11 Richard Henderson <rth@redhat.com>
9929
9930 * Makefile.in (.NOTPARALLEL): Add fake tag.
9931
9932 2002-03-07 H.J. Lu (hjl@gnu.org)
9933
9934 * configure.in: Enable gprof for mips*-*-linux*.
9935
9936 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9937
9938 * MAINTAINERS (Write After Approval): Add myself.
9939
9940 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9941
9942 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9943 libjava.
9944 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9945
9946 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9947
9948 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9949 because its Makefile is there; test for the executable instead.
9950
9951 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9952
9953 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9954 libstdc++-v3 and libjava.
9955
9956 2002-02-11 Adam Megacz <adam@xwt.org>
9957
9958 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9959 boehm-gc
9960
9961 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9962
9963 * config.guess: Updated to 2002-01-30's version.
9964 * config.sub: Updated to 2002-02-01's version.
9965 Contribute sh64-elf.
9966 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9967 * configure.in: Added sh64-*-*.
9968
9969 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9970
9971 * MAINTAINERS: Belatedly add myself to write after approval list.
9972
9973 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9974
9975 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9976 Remove self as Write After Approval.
9977
9978 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9979
9980 * MAINTAINERS: Put self in as maintainer for contrib/regression
9981 directory.
9982
9983 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9984
9985 * MAINTAINERS: Update my email address.
9986
9987 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9988
9989 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9990 target-libiberty, and target-libgloss. Skip Java-related
9991 libraries if not supported for NetBSD on target CPU.
9992
9993 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9994
9995 * install-sh: Use _inst.$$_ for temp file name.
9996
9997 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9998
9999 * MAINTAINERS (Write After Approval): Move my contact info
10000 from here...
10001 (OS Port Maintainers): ...to here (netbsd).
10002
10003 2002-01-22 Bob Wilson <bob.wilson@acm.org>
10004
10005 * MAINTAINERS (Write After Approval): Add myself.
10006
10007 2002-01-17 H.J. Lu <hjl@gnu.org>
10008
10009 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10010 (all-target-fastjar): Also depend on all-target-libiberty.
10011
10012 2002-01-16 H.J. Lu (hjl@gnu.org)
10013
10014 * config.guess: Import from master sources, rev 1.225.
10015 * config.sub: Import from master sources, rev 1.238.
10016
10017 2002-01-16 Kazu Hirata <kazu@hxi.com>
10018
10019 * MAINTAINERS (Write After Approval): Remove myself.
10020
10021 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
10022
10023 * MAINTAINERS (Write After Approval): Add myself.
10024
10025 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10026
10027 * MAINTAINERS: Add self as docs co-maintainer.
10028
10029 2001-12-11 Matthias Klose <doko@debian.org>
10030
10031 * MAINTAINERS (Write After Approval): Add myself.
10032
10033 2001-12-09 Zack Weinberg <zack@codesourcery.com>
10034
10035 * MAINTAINERS: Update my email address.
10036
10037 2001-12-07 Turly O'Connor <turly@apple.com>
10038 * MAINTAINERS (Write After Approval): Add myself.
10039 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10040 (rs6000_initialize_trampoline): Call __trampoline_setup for
10041 ABI_DARWIN too.
10042 * darwin-tramp.asm: New file, implements __trampoline_setup.
10043 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10044
10045 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
10046
10047 * MAINTAINERS (Write After Approval): Add myself.
10048
10049 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10050
10051 * configure, configure.in: Use temp file for long sed commands.
10052
10053 2001-12-03 Laurent Guerby <guerby@acm.org>
10054
10055 * config.sub: Update to version 1.232 on subversion.
10056
10057 2001-12-03 Ben Elliston <bje@redhat.com>
10058
10059 * MAINTAINERS: Update mail address for config.* patches.
10060
10061 2001-11-27 DJ Delorie <dj@redhat.com>
10062 Zack Weinberg <zack@codesourcery.com>
10063
10064 When build != host, create libiberty for the build machine.
10065
10066 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10067 CONFIG_ARGUMENTS.
10068 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10069 New variables.
10070 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10071 and rules.
10072 (all.normal): Depend on ALL_BUILD_MODULES.
10073 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10074 (all-build-libiberty): Depend on configure-build-libiberty.
10075
10076 * configure: Calculate and substitute proper value for
10077 ALL_BUILD_MODULES.
10078 * configure.in: Create the build subdirectory.
10079 Calculate and substitute TARGET_CONFIGARGS (formerly
10080 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10081
10082 2001-11-26 Ziemowit Laski <zlaski@apple.com>
10083
10084 * MAINTAINERS (write-after-approval): Add self.
10085
10086 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10087
10088 * MAINTAINERS (GNATS only accounts): Remove self.
10089
10090 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10091
10092 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10093 libf2c.
10094
10095 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10096
10097 * MAINTAINERS (Write After Approval): Add self.
10098
10099 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10100
10101 * MAINTAINERS: mips and s390 are also CPU ports.
10102
10103 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10104
10105 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10106
10107 2001-11-11 David O'Brien <obrien@FreeBSD.org>
10108
10109 * MAINTAINERS: Alphabetize.
10110
10111 2001-11-09 Kazu Hirata <kazu@hxi.com>
10112
10113 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10114
10115 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10116
10117 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10118
10119 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10120
10121 * configure.in (--enable-languages): Be more permissive about
10122 syntax. Check for empty lists better. Warn about $LANGUAGES.
10123
10124 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10125
10126 * config.sub: Import from master sources, rev. 1.230.
10127 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10128
10129 2001-11-07 Laurent Guerby <guerby@acm.org>
10130
10131 * MAINTAINERS (Write After Approval): Add self.
10132
10133 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10134
10135 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10136
10137 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10138
10139 * config.sub: Import from master sources, rev 1.226.
10140 * config.guess: Import from master sources, rev 1.216.
10141
10142 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10143
10144 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10145 * MAINTAINERS: Add self as maintainer of MMIX port.
10146 Remove old after-approval entry.
10147
10148 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10149
10150 * ChangeLog, configure: Fix spelling errors.
10151
10152 2001-10-20 Brendan Kehoe <brendan@zen.org>
10153
10154 * MAINTAINERS: Tweak my address.
10155
10156 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10157
10158 * MAINTAINERS: Update my email address.
10159
10160 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10161
10162 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10163 * MAINTAINERS: Add self as maintainer of CRIS port.
10164
10165 2001-10-10 Geert Bosch <bosch@gnat.com>
10166
10167 * MAINTAINERS (Various maintainers: Ada front end):
10168 Added Robert Dewar.
10169
10170 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10171
10172 * MAINTAINERS (Write After Approval): Added self
10173
10174 2001-10-02 Geert Bosch <bosch@gnat.com>
10175
10176 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10177
10178 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10179
10180 * configure: Handle temporary files securely using mkdir.
10181
10182 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10183
10184 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10185
10186 2001-09-26 Will Cohen <wcohen@redhat.com>
10187
10188 * configure.in (*-*-linux*): Disable configuration of target-newlib
10189 and target-libgloss.
10190
10191 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10192
10193 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10194 RANLIB.
10195
10196 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10197
10198 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10199 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10200 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10201 avoid quotes nesting problems.
10202 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10203 (DO_X): Export only variables that are set.
10204
10205 2001-09-19 Ben Elliston <bje@redhat.com>
10206
10207 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10208 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10209 semantics. Use the shell built-in "type" command instead.
10210
10211 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10212
10213 Merged from gcc-3_0-branch:
10214 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10215 * ltcf-c.sh: Use $objext, not $ac_objext.
10216 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10217 * ltcf-cxx.sh: Add support for GNU.
10218 2001-07-22 Timothy Wall <twall@redhat.com>
10219 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10220 default settings if using GNU tools with that configuration.
10221 * ltcf-cxx.sh: Ditto.
10222 * ltcf-gcj.sh: Ditto.
10223 2001-07-21 Michael Chastain <chastain@redhat.com>
10224 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10225 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10226 * ltmain.sh: Mark as gcc-local.
10227
10228 2001-08-30 Eric Christopher <echristo@redhat.com>
10229 Jason Eckhardt <jle@redhat.com>
10230
10231 * config.guess: Merge from master sources.
10232 * config.sub: Merge from master sources, add support for mipsisa32.
10233
10234 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10235 * config.sub: Merge from master sources, rev 1.219.
10236 * MAINTAINERS: Add self as contact for stormy16 port.
10237
10238 2001-08-14 Zack Weinberg <zackw@panix.com>
10239
10240 * config.sub: Merge from master sources, rev 1.218.
10241 * config.guess: Merge from master sources, rev 1.209.
10242
10243 2001-08-11 Graham Stott <grahams@redhat.com>
10244
10245 * Makefile.in (check-c++): Add missing semicolon.
10246
10247 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10248
10249 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10250
10251 2001-07-30 Eric Christopher <echristo@redhat.com>
10252
10253 * MAINTAINERS (Various maintainers: mips port): Added myself.
10254
10255 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10256
10257 * configure.in (sh-*-linux*): New.
10258
10259 2001-07-27 Richard Henderson <rth@redhat.com>
10260
10261 * .cvsignore: Add LAST_UPDATED.
10262
10263 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10264
10265 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10266
10267 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10268
10269 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10270
10271 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10272
10273 * MAINTAINERS (Write After Approval): Added myself.
10274
10275 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10276
10277 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10278 and libgcj on m68hc11/m68hc12.
10279
10280 2001-06-27 H.J. Lu (hjl@gnu.org)
10281
10282 * Makefile (CFLAGS_FOR_BUILD): New.
10283 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10284
10285 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10286
10287 * README: Remove version number.
10288
10289 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10290
10291 * INSTALL/README: Update wrt. to the installation instructions now
10292 residing in gcc/doc/install.texi.
10293
10294 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10295
10296 * README: Replace with a cut-down and updated version of gcc/README.
10297
10298 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10299
10300 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10301 multilibs to be disabled.
10302
10303 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10304
10305 * MAINTAINERS (Write After Approval): Add myself.
10306
10307 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10308
10309 * config.guess: Import CVS version 1.195.
10310 * config.sub: Import CVS version 1.212.
10311
10312 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10313
10314 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10315 gcc/xgcc is built, use -print-prog-name to find out the program
10316 name to use.
10317
10318 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10319
10320 * config.guess: Import CVS version 1.194. All gcc-local changes
10321 appear to also be in the master copy.
10322 * config.sub: Import CVS version 1.211.
10323
10324 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10325
10326 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10327 with_gcc]: Use `gcc -shared' to build a shared library.
10328
10329 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10330
10331 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10332 archives.
10333
10334 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10335
10336 * MAINTAINERS (Write After Approval): Add myself.
10337
10338 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10339
10340 * configure.in (libstdcxx_flags): Do not try to execute
10341 libstdc++-v3/testsuite_flags until it exists.
10342
10343 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10344
10345 * MAINTAINERS: Update my email address.
10346
10347 2001-05-31 Graham Stott <grahams@redhat.com>
10348
10349 * MAINTAINERS (Write After Approval): Add myself.
10350
10351 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10352
10353 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10354 libraries when using g++ with native linker.
10355
10356 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10357
10358 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10359
10360 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10361
10362 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10363 [aix4*|aix5*]: Prepend blank.
10364
10365 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
10366
10367 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10368 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10369 of subdir/configure scripts to use the new libtool.m4.
10370
10371 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10372
10373 * MAINTAINERS (Write After Approval): Add myself.
10374
10375 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10376
10377 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10378
10379 2001-05-11 Ben Elliston <bje@redhat.com>
10380
10381 * Makefile.in (all-sid): New target.
10382 (check-sid, clean-sid, install-sid): Likewise.
10383
10384 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10385
10386 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10387
10388 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10389
10390 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10391 libgcj.
10392
10393 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10394
10395 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10396 gcc/xgcc is built, use -print-prog-name to find out the program
10397 name to use.
10398
10399 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
10400
10401 * configure.in (noconfigdirs): Don't reset it from scratch in the
10402 target case; only append to it.
10403
10404 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10405 sparc-*-solaris2.8]: Disable ${libgcj}.
10406
10407 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
10408
10409 * configure.in (libgcj_saved): Copy from $libgcj.
10410 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10411 --disable-libgcj.
10412
10413 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10414
10415 * MAINTAINERS: Remove self as MIPS maintainer and
10416 C front end maintainer.
10417
10418 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10419
10420 * configure.in: Move *-chorusos target case to the proper switch.
10421 Disable libgcj.
10422
10423 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10424
10425 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10426 1.641.2.228.
10427
10428 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10429
10430 * Makefile.in (STAGE1_CFLAGS): Pass down.
10431
10432 2001-04-13 Alan Modra <amodra@one.net.au>
10433
10434 * config.guess: Add hppa64-linux support. Note for next import that
10435 this is already in the master file.
10436 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10437
10438 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10439
10440 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10441 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10442
10443 2001-04-11 Stan Shebs <shebs@apple.com>
10444
10445 * MAINTAINERS: Add self as Darwin port maintainer.
10446
10447 2001-04-11 Alan Modra <amodra@one.net.au>
10448
10449 * MAINTAINERS: Update my email address.
10450
10451 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
10452
10453 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10454 recent versions of FreeBSD (release 3 or later).
10455 * ltconfig: On FreeBSD, -lc must not be provided when building
10456 a shared library or else the standard -pthread gcc option is
10457 rendered worthless to later users of the built library.
10458
10459 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10460
10461 * MAINTAINERS: Add self and RTH as C front end maintainers.
10462
10463 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
10464
10465 * config.sub: Make sure to match an already-canonicalized
10466 machine name (eg. mn10300-unknown-elf).
10467
10468 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
10469
10470 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10471 New macros.
10472 (bootstrap, cross): Use RECURSE_FLAGS.
10473 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10474
10475 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
10476
10477 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10478
10479 2001-03-22 Colin Howell <chowell@redhat.com>
10480
10481 * Makefile.in (DO_X): Do not backslash single-quotes in
10482 backquotes (two places).
10483
10484 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10485
10486 Re-installed:
10487 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10488 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10489 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10490 * ltcf-cxx.sh: Likewise.
10491 * ltcf-gcj.sh: Likewise.
10492
10493 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10494
10495 * MAINTAINERS: Add myself as "documentation co-maintainer".
10496
10497 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10498
10499 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10500 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10501
10502 2001-03-19 Tom Tromey <tromey@redhat.com>
10503
10504 * config-ml.in: Handle GCJ and GCJFLAGS.
10505
10506 2001-03-21 Michael Chastain <chastain@redhat.com>
10507
10508 * Makefile.in: all-m4 depends on all-texinfo.
10509
10510 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
10511
10512 * MAINTAINERS: Add myself to write after approval list.
10513
10514 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
10515
10516 * Makefile.in (DO_X): Quote nested quotes.
10517
10518 2001-03-18 Alan Modra <alan@linuxcare.com.au>
10519
10520 * MAINTAINERS: Add myself to write after approval list.
10521
10522 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
10523
10524 * Makefile.in (DO_X): Use double quotes for quoting
10525 "RANLIB=$${RANLIB}".
10526
10527 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10528
10529 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10530
10531 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
10532
10533 * configure.in: Only use `lang_requires' for languages athat are
10534 actually enabled.
10535
10536 2001-03-08 Phil Edwards <pme@sources.redhat.com>
10537
10538 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10539
10540 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10541
10542 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10543
10544 2001-03-07 Tom Tromey <tromey@redhat.com>
10545
10546 * configure.in: Allow config-lang.in to set `lang_requires' to list
10547 of other required languages.
10548
10549 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10550
10551 * Makefile.in: Remove RANLIB definition. Use RANLIB
10552 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10553 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10554
10555 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10556 Alexandre Oliva <aoliva@redhat.com>
10557
10558 * Makefile.in (check-c++): Use tabs, not spaces.
10559
10560 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10561
10562 * MAINTAINERS: add myself to Write After Approval list.
10563
10564 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10565
10566 * Makefile.in (check-c++): New rule.
10567
10568 * configure.in (target_libs): Remove libg++.
10569 (noconfigdirs): Remove libg++.
10570 (noconfigdirs): Same.
10571 (noconfigdirs): Same.
10572 (noconfigdirs): Same.
10573
10574 * config-ml.in: Remove libg++ references.
10575
10576 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10577 (ALL_TARGET_MODULES): Same.
10578 (configure-target-libg++): Remove.
10579 (all-target-libg++): Remove.
10580 (configure-target-libio): Remove.
10581 (all-target-libio): Remove.
10582 (check-target-libio): Remove.
10583 (.PHONY): Remove.
10584 (libg++.tar.bz2): Remove.
10585 (all-target-cygmon): Remove libio.
10586 (all-target-libstdc++): Remove.
10587 (configure-target-libstdc++): Remove.
10588 (TARGET_LIB_PATH): Remove libstdc++.
10589 (ALL_GCC_CXX): Remove libstdc++.
10590 (all-target-gperf): Correct.
10591
10592 2001-02-16 Nick Clifton <nickc@redhat.com>
10593
10594 * configure.in (noconfigdirs): Allow configuration of texinfo
10595 for Cygwin hosts.
10596
10597 2001-02-15 Anthony Green <green@redhat.com>
10598
10599 * configure: Introduce GCJ_FOR_TARGET.
10600 * configure.in: Ditto.
10601 * Makefile.in: Ditto.
10602
10603 2001-02-13 Andreas Schwab <schwab@suse.de>
10604
10605 * MAINTAINERS: Update mail address.
10606
10607 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10608
10609 * config.guess: Add linux target for S/390.
10610 * config.sub: Likewise.
10611
10612 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10613
10614 * configure.in: for *-chorusos, don't config target-newlib and
10615 target-libgloss.
10616
10617 2001-02-06 Ben Elliston <bje@redhat.com>
10618
10619 * configure: Output host type to stdout, not stderr.
10620
10621 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10622
10623 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10624 * ltcf-cxx.sh: Likewise.
10625
10626 * config.if: Assume enable_libstdcxx_v3 is defined.
10627
10628 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10629
10630 Remove V2 C++ library.
10631 * configure.in: Remove --enable-libstdcxx_v3 support.
10632
10633 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10634
10635 * include/demangle.h: Add prototype for java_demangle_v3.
10636
10637 2001-01-29 Phil Edwards <pme@sources.redhat.com>
10638
10639 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10640
10641 2001-01-27 Richard Henderson <rth@redhat.com>
10642
10643 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10644
10645 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10646
10647 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10648 Don't unset, it's non-portable and no longer necessary, set to empty
10649 instead.
10650
10651 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10652
10653 * ltconfig: Shell portability fix for the tagname validity check.
10654
10655 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
10656
10657 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10658 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10659
10660 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10661
10662 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10663
10664 2001-01-26 Tom Tromey <tromey@redhat.com>
10665
10666 * configure.in: Allow libgcj to be built on Sparc Solaris.
10667
10668 2001-01-25 David Edelsohn <edelsohn@gnu.org>
10669
10670 * ltcf-c.sh: Add aix5 case.
10671 * ltcf-cxx.sh: Likewise.
10672 * ltconfig: Likewise.
10673
10674 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
10675
10676 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10677 keep at least one of build_libtool_libs or build_old_libs set to
10678 yes.
10679
10680 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10681 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10682
10683 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10684
10685 * configure.in: Enable libgcj on several additional platforms.
10686
10687 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10688
10689 * configure.in: Enable libgcj for linux targets.
10690
10691 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10692
10693 * MAINTAINERS (Write After Approval): Add myself.
10694
10695 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10696
10697 * MAINTAINERS: Add myself as vax port maintainer.
10698
10699 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10700
10701 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10702
10703 2001-01-09 Mike Stump <mrs@wrs.com>
10704
10705 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10706 failures of subdirectories.
10707
10708 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10709
10710 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10711 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10712 * ltcf-cxx.sh: Likewise.
10713 * ltcf-gcj.sh: Likewise.
10714 * ltconfig.sh: Fix typo.
10715
10716 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10717
10718 * configure: handle DOS-style absolute paths.
10719
10720 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10721
10722 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10723
10724 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10725
10726 * MAINTAINERS: Add myself as avr port co-maintainer.
10727
10728 2000-12-28 Ben Elliston <bje@redhat.com>
10729
10730 * MAINTAINERS: Add myself under ``Write After Approval''.
10731
10732 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10733
10734 * texinfo: Remove directory from GCC.
10735
10736 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10737
10738 * COPYING: Update to current
10739 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10740 to 19yy as example year in copyright notice).
10741
10742 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10743
10744 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10745 (libstdcxx_incdir): Pass down.
10746 * config.if: Remove expired bits for cxx_interface, add stub.
10747 (libstdcxx_incdir): Add variable for g++ include directory.
10748 * configure.in (gxx_include_dir): Use it.
10749
10750 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10751
10752 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10753 with old-email address from ``Write After Approval''.
10754
10755 2000-12-15 Andreas Jaeger <aj@suse.de>
10756
10757 * configure.in: Handle lang_dirs.
10758
10759 2000-12-14 Tom Tromey <tromey@redhat.com>
10760
10761 * MAINTAINERS: Removed brads.
10762
10763 * MAINTAINERS: Added gcj developers.
10764
10765 2000-12-13 Anthony Green <green@redhat.com>
10766
10767 * configure.in: Disable libgcj for any target not specifically
10768 listed. Disable libgcj for x86 and Alpha Linux until compatible
10769 with g++ abi.
10770
10771 2000-12-13 Mike Stump <mrs@wrs.com>
10772
10773 * Makefile.in (local-distclean): Also remove fastjar.
10774
10775 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10776
10777 * contrib/gcc_update: Add fastjar --touch entries.
10778
10779 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10780
10781 * configure.in: Disable language-specific target libraries for
10782 languages that aren't enabled.
10783
10784 2000-12-10 Anthony Green <green@redhat.com>
10785
10786 * configure.in: Define libgcj. Disable libgcj target libraries for
10787 most targets.
10788
10789 2000-12-10 Neil Booth <neilb@earthling.net>
10790
10791 * MAINTAINERS: Update mail address, remove from WAA list.
10792
10793 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10794
10795 * libjava: Imported from /cvs/java.
10796 * libffi: Likewise.
10797 * Boehm-gc: Likewise.
10798
10799 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10800
10801 * configure.in (target_libs): Revert 2000-12-08 patch.
10802 (noconfigdirs): Added target-libjava.
10803
10804 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10805
10806 * djunpack.bat: removed.
10807
10808 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10809
10810 * Makefile.in: handle DOS-style absolute paths.
10811 * config-ml.in: likewise.
10812 * symlink-tree: likewise.
10813
10814 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10815
10816 * fastjar: Imported.
10817
10818 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10819
10820 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10821 libjava.
10822 * configure.in (target_libs): Removed `target-libjava'.
10823
10824 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10825
10826 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10827 (ALL_MODULES): Added fastjar.
10828 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10829 (all-target-libjava): all-fastjar replaces all-zip.
10830 (all-fastjar): Added.
10831 (configure-target-fastjar, all-target-fastjar): Likewise.
10832 * configure.in (host_tools): Added fastjar.
10833
10834 2000-12-07 Mike Stump <mrs@wrs.com>
10835
10836 * Makefile.in (local-distclean): Remove leftover built files.
10837
10838 2000-11-24 Nick Clifton <nickc@redhat.com>
10839
10840 * configure.in (xscale-elf): Add target.
10841 (xscale-coff): Add target.
10842
10843 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10844
10845 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10846 recent versions of FreeBSD (release 3 or later).
10847 * ltconfig: On FreeBSD, -lc must not be provided when building
10848 a shared library or else the standard -pthread gcc option is
10849 rendered worthless to later users of the built library.
10850
10851 2000-11-16 Fred Fish <fnf@be.com>
10852
10853 * configure.in (enable_libstdcxx_v3): Fix typo,
10854 libstd++ -> libstdc++.
10855
10856 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10857
10858 * MAINTAINERS: Add self to Write After Approval list.
10859
10860 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10861
10862 * MAINTAINERS: Update my email address. Add myself to global write
10863 privs list.
10864
10865 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10866
10867 * Makefile.in: Merge with src and libgcj.
10868 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10869 configure-target-<library> when their configure scripts need the C
10870 or C++ library to have already been built to work properly.
10871 (do_proto_toplev): Set them to an empty string.
10872
10873 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10874 (REALLY_SET_LIB_PATH): Use them.
10875
10876 2000-11-17 Stan Shebs <shebs@apple.com>
10877
10878 * MAINTAINERS: Add self to Write After Approval list.
10879
10880 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10881
10882 * configure: Provide the original toplevel configure arguments
10883 (including $0) to subprocesses in the environment rather than
10884 through gcc/configargs.h.
10885
10886 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10887
10888 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10889 C99. Alphabetise "Write After Approval" list.
10890
10891 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10892
10893 * configure: Turn on libstdc++ V3 by default.
10894
10895 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10896 if we've got GCC.
10897
10898 2000-11-11 Philip Blundell <philb@gnu.org>
10899
10900 * MAINTAINERS: Add self to Write After Approval list.
10901
10902 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10903
10904 * ltcf-c.sh (aix4): Improve shared library configuration; require
10905 exporting symbols.
10906 * ltcf-cxx.sh (aix4): Define.
10907 * ltconfig (aix4): Define library and soname specs appropriate for
10908 AIX. Define command to create export symbols list.
10909
10910 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10911
10912 * config.sub: Add support for Sun Chorus
10913
10914 2000-10-31 Nick Clifton <nickc@redhat.com>
10915
10916 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10917 <name>@redhat.com. Also installed new email address for Clint
10918 Popetz.
10919
10920 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10921
10922 * etc: Remove directory from GCC.
10923
10924 2000-10-16 Michael Meissner <meissner@redhat.com>
10925
10926 * configure (gcc/configargs.h): Only create if there is a build GCC
10927 directory created.
10928
10929 2000-10-16 Matthias Klose <doko@debian.org>
10930
10931 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10932 when configured for libstdc++-v3.
10933
10934 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10935
10936 * configure: Save configure arguments to gcc/configargs.h.
10937
10938 2000-10-04 Philipp Thomas <pthomas@suse.de>
10939
10940 * config.guess: Import CVS version 1.157.
10941 * config.sub: Import CVS version 1.181.
10942
10943 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10944
10945 * Makefile.in (bootstrap): avoid recursion if subdir missing
10946 (cross): ditto
10947 (do-proto-toplev): ditto
10948
10949 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10950
10951 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10952 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10953
10954 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10955 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10956 all affected `configure' scripts.
10957
10958 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10959
10960 * MAINTAINERS: Add self as cpplib co-maintainer.
10961
10962 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10963
10964 * MAINTAINERS: Add self to Write After Approval list.
10965
10966 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10967
10968 * INSTALL/README: egcs -> GCC update.
10969
10970 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10971
10972 * MAINTAINERS: Add myself to Write After Approval list.
10973
10974 2000-09-15 Kazu Hirata <kazu@hxi.com>
10975
10976 * MAINTAINERS: Add myself to Write After Approval list.
10977
10978 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10979
10980 * configure.in: Do not build byacc for hppa64. Provide paths to the
10981 X11 libraries for hppa64.
10982
10983 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10984
10985 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10986
10987 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10988
10989 * Makefile.in (all-zlib): Added dummy target.
10990
10991 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10992 ltcf-gcj.sh: Updated from libtool multi-language branch.
10993
10994 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10995
10996 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10997 (bootstrap*): Depend on all-bootstrap.
10998
10999 2000-09-05 Philipp Thomas <pthomas@suse.de>
11000
11001 * config.guess: Import CVS version 1.156.
11002 * config.sub: Import CVS version 1.179.
11003
11004 2000-09-02 Anthony Green <green@cygnus.com>
11005
11006 * Makefile.in (all-gcc): Depend on all-zlib.
11007 (CLEAN_MODULES): Add clean-zlib.
11008 (ALL_MODULES): Add all-zlib.
11009 * configure.in (host_libs): Add zlib.
11010
11011 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
11012
11013 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11014 crosses, but add gcc/include to the header search path for them.
11015
11016 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11017
11018 * MAINTAINERS: Add self to Write After Approval list.
11019
11020 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11021
11022 * config.guess: Import CVS version 1.152.
11023 * config.sub: Import CVS version 1.177.
11024
11025 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
11026
11027 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11028 $targargs to tell whether newlib is going to be built.
11029
11030 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11031 $$r/TARGET_SUBDIR/libio for _G_config.h.
11032
11033 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
11034
11035 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11036
11037 2000-08-22 DJ Delorie <dj@redhat.com>
11038
11039 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11040
11041 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
11042
11043 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11044 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11045 sub-configures.
11046
11047 2000-08-21 DJ Delorie <dj@redhat.com>
11048
11049 * MAINTAINERS: Add self as a libiberty maintainer
11050
11051 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
11052
11053 * configure.in (libstdcxx_flags): Use
11054 libstdc++-v3/src/libstdc++.INC.
11055
11056 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
11057
11058 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11059
11060 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11061
11062 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11063
11064 * configure: Make enable_threads and enable_shared defaults
11065 explicit. Substitute enable_threads into generated Makefiles.
11066 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11067 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11068
11069 2000-08-13 Geoff Keating <geoffk@cygnus.com>
11070
11071 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11072
11073 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
11074
11075 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11076 previous delta.
11077
11078 2000-08-11 Jason Merrill <jason@redhat.com>
11079
11080 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11081 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11082 (FLAGS_FOR_TARGET): Not here.
11083 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11084
11085 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
11086
11087 * config-ml.in (CC, CXX): Don't introduce a leading space.
11088
11089 2000-08-07 DJ Delorie <dj@delorie.com>
11090
11091 * MAINTAINERS: Add self as a DJGPP maintainer
11092
11093 2000-08-07 DJ Delorie <dj@redhat.com>
11094
11095 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11096 "if we're also building gcc, and it's a gcc that will run on the
11097 build machine, we want to use its includes instead of the system's
11098 default includes".
11099
11100 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11101
11102 * MAINTAINERS: Add self to Write After Approval list.
11103
11104 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
11105
11106 * configure.in (libstdcxx_flags): Don't use `"'.
11107
11108 * config-ml.in: Adjust multilib search paths to the
11109 appropriate multilib tree.
11110
11111 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
11112
11113 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11114 commas in $LANGUAGES.
11115
11116 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
11117
11118 * configure.in: Re-enable all references to libg++ and librx.
11119
11120 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11121
11122 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11123 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11124 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11125 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11126
11127 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11128
11129 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11130
11131 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11132 CXX_FOR_TARGET for sed.
11133
11134 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11135
11136 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11137 Do not override if already set in the environment or in configure.
11138 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11139 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11140
11141 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11142
11143 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11144 the libtool CVS tree multi-language branch.
11145 * ltconfig, ltmain.sh: Updated.
11146
11147 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11148
11149 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11150 (clean-target): Depend on it.
11151
11152 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11153 (GCC_FOR_TARGET): Use it.
11154 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11155 * configure.in: ... here.
11156 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11157 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11158
11159 2000-07-24 Eric Christopher <echristo@cygnus.com>
11160
11161 * MAINTAINERS: Add self to Write After Approval list.
11162
11163 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11164
11165 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11166 (configure-target-libchill, configure-target-libobjc): Likewise.
11167
11168 * configure.in: Use the same cache file for all target libs.
11169 * config-ml.in: But different cache files per multilib variant.
11170
11171 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11172
11173 * configure (topsrcdir): Don't use dirname.
11174
11175 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11176
11177 * MAINTAINERS: Add self to Write After Approval list.
11178
11179 2000-07-20 Jason Merrill <jason@redhat.com>
11180
11181 * configure.in: Remove all references to libg++ and librx.
11182
11183 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11184
11185 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11186
11187 * config.sub: Update to subversions version 2000-07-06.
11188
11189 2000-07-12 Andrew Haley <aph@cygnus.com>
11190
11191 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11192 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11193
11194 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11195
11196 * symlink-tree: Check number of arguments.
11197
11198 2000-07-05 Jim Wilson <wilson@cygnus.com>
11199
11200 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11201 search path for a g++ extracted from the build tree. This
11202 will allow link tests run by configure scripts in
11203 subdirectories to succeed.
11204
11205 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11206
11207 * ltconfig: Add support for mips-dde-sysv4.2MP
11208
11209 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11210
11211 * MAINTAINERS: Add myself as loop discovery maintainer.
11212
11213 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11214
11215 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11216 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11217
11218 2000-06-19 Timothy Wall <twall@cygnus.com>
11219
11220 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11221 * config.sub: Add tic54x target.
11222
11223 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11224
11225 * MAINTAINERS: Add self as Fortran maintainer,
11226 remove Craig Burley.
11227
11228 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11229
11230 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11231 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11232
11233 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11234
11235 * MAINTAINERS: Add self as i18n maintainer
11236
11237 20000-05-21 H.J. Lu (hjl@gnu.org)
11238
11239 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11240 directory are used if they exist. Make sure
11241 $(build_tooldir)/include is searched for header files,
11242 $(build_tooldir)/lib/ for library files.
11243 (GCC_FOR_TARGET): Likewise.
11244 (CXX_FOR_TARGET): Likewise.
11245
11246 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11247
11248 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11249
11250 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11251
11252 * Makefile.in (configure-target-libiberty): Depend on
11253 configure-target-newlib.
11254
11255 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11256
11257 * configure.in, Makefile.in: Merge all libffi-related
11258 configury stuff from the libgcj tree.
11259
11260 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11261
11262 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11263 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11264
11265 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11266
11267 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11268 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11269 current version information. Add to proto-toplev directory.
11270 (gdb-taz): Build do-djunpack.
11271
11272 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11273
11274 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11275
11276 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11277
11278 * MAINTAINERS: Add self to Write After Approval list.
11279
11280 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11281
11282 * ltmain.sh: Preserve in relink_command any environment
11283 variables that may affect the linker behavior.
11284
11285 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11286
11287 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11288
11289 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11290
11291 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11292
11293 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11294
11295 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11296 with the version name.
11297
11298 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11299
11300 * MAINTAINERS: Add self as bb-reorder maintainer.
11301
11302 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11303
11304 * config.if: Tweak.
11305
11306 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11307
11308 * djunpack.bat: New file.
11309
11310 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11311
11312 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11313 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11314 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11315 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11316
11317 2000-04-16 Dave Pitts <dpitts@cozx.com>
11318
11319 * config.sub (case $basic_machine): Change default for "ibm-*"
11320 to "openedition".
11321
11322 2000-04-13 Andreas Jaeger <aj@suse.de>
11323
11324 * MAINTAINERS: Added myself.
11325
11326 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11327
11328 * Makefile.in (gdb-taz): New target. GDB specific archive.
11329 (do-md5sum): New target.
11330 (MD5PROG): Define.
11331 (PACKAGE): Default to TOOL.
11332 (VER): Default to a shell script.
11333 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11334 md5 checksum generation.
11335 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11336 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11337 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11338 insight.tar.bz2): Use gdb-taz to create archive.
11339
11340 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11341
11342 * configure (warn_cflags): Delete.
11343
11344 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11345
11346 * MAINTAINERS: Added myself.
11347
11348 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11349 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11350
11351 * configure.in (enable_libstdcxx_v3): Add.
11352 (target_libs): Add bits here to switch between libstdc++-v2 and
11353 libstdc++-v3.
11354 * config.if: And this file too.
11355 * Makefile.in: Add libstdc++-v3 targets.
11356
11357 2000-04-05 Michael Meissner <meissner@redhat.com>
11358
11359 * config.sub (d30v): Add d30v as a basic machine type.
11360
11361 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
11362
11363 * configure.in: -linux-gnu*, not -linux-gnu.
11364
11365 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11366
11367 * MAINTAINERS: Add self in write-after-approval section.
11368
11369 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11370
11371 * MAINTAINERS: Add self as ia64 port maintainer.
11372
11373 2000-03-08 Neil Booth <NeilB@earthling.net>
11374
11375 * MAINTAINERS: Add self in write-after-approval section.
11376
11377 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
11378
11379 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11380 (do-tar-bz2): Replace TOOL with PACKAGE.
11381 (gdb.tar.bz2): Remove GDBTK from GDB package.
11382 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11383 dejagnu.tar.bz2): New packages.
11384
11385 2000-02-27 Andreas Jaeger <aj@suse.de>
11386
11387 * configure.in: Add entry for mips*-*-linux*, move catch all
11388 *-*-*linux* entry below this one.
11389
11390 2000-02-27 Ian Lance Taylor <ian@zembu.com>
11391
11392 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11393
11394 2000-02-24 Nick Clifton <nickc@cygnus.com>
11395
11396 * config.sub: Support an OS of "wince".
11397
11398 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11399
11400 * config.guess, config.sub: Updated to match config's 2000-02-15
11401 version.
11402
11403 2000-02-23 Linas Vepstas <linas@linas.org>
11404
11405 * config.sub: Add support for Linux/IBM 370.
11406 * configure.in: Likewise.
11407
11408 2000-02-22 Nick Clifton <nickc@cygnus.com>
11409
11410 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11411
11412 2000-02-20 Christopher Faylor <cgf@cygnus.com>
11413
11414 * config.guess: Guess "cygwin" rather than "cygwin32".
11415
11416 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11417
11418 * configure (gcc_version): When setting, narrow search to
11419 lines containing `version_string'.
11420
11421 2000-02-15 Denis Chertykov <denisc@overta.ru>
11422
11423 * config.sub: Add support for avr target.
11424
11425 2000-02-14 Nick Clifton <nickc@cygnus.com>
11426
11427 * MAINTAINERS: Add maintainers for MCore port.
11428
11429 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11430
11431 * config.sub: Add mmix-knuth-mmixware.
11432
11433 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11434
11435 * MAINTAINERS: Pair cccp with cpplib maintainership.
11436
11437 2000-01-27 Christopher Faylor <cgf@redhat.com>
11438
11439 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11440 structure stuff to -L library search.
11441 (CXX_FOR_TARGET): Ditto.
11442 (CROSS_CHECK_MODULES): Fix spelling mistake.
11443
11444 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11445
11446 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11447 the C++ compiler.
11448
11449 2000-01-12 Richard Henderson <rth@cygnus.com>
11450
11451 * configure.in: Don't build some bits for beos.
11452
11453 2000-01-12 Joel Sherrill (joel@OARcorp.com)
11454
11455 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11456 as include files.
11457
11458 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11459
11460 * Add self as cpplib maintainer, as requested by Jason
11461 Merrill. Correct my e-mail address.
11462
11463 2000-01-06 Geoff Keating <geoffk@cygnus.com>
11464
11465 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11466 not mh-aix43.
11467
11468 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11469
11470 * MAINTAINERS: Add myself to "write after approval" list.
11471
11472 1999-12-14 Richard Henderson <rth@cygnus.com>
11473
11474 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11475 * config.sub: Accept alphaev[78], alphaev8.
11476
11477 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11478
11479 * config.guess, config.sub: Update from autoconf.
11480
11481 1999-11-29 Bruce Korb <autogen@linuxbox.com>
11482
11483 * MAINTAINERS: update my playtime e-address.
11484
11485 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11486
11487 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11488 necessary libraries are missing.
11489
11490 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11491
11492 * MAINTAINERS: Add new 'write after approval' maintainer.
11493
11494 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11495
11496 * MAINTAINERS: Add new Java maintainer.
11497
11498 1999-10-25 Andreas Schwab <schwab@suse.de>
11499
11500 * configure: Fix quoting inside arguments of eval.
11501
11502 1999-10-21 Nick Clifton <nickc@cygnus.com>
11503
11504 * config-ml.in: Allow suppression of some ARM multilibs.
11505
11506 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11507
11508 * config.guess: Add OS/390 match pattern.
11509 * config.sub: Add mvs, openedition targets.
11510 * configure.in (i370-ibm-opened*): New.
11511
11512 1999-09-04 Steve Chamberlain <sac@pobox.com>
11513
11514 * config.sub: Add support for configuring for pj.
11515
11516 1999-08-31 Nick Clifton <nickc@cygnus.com>
11517
11518 * config.sub (maybe_os): Add support for configuring for fr30.
11519
11520 1999-08-25 Nick Clifton <nickc@cygnus.com>
11521
11522 * configure.in: Do not configure or build ld for AIX
11523 platforms. ld is known to be broken on these platforms.
11524
11525 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11526
11527 * config-ml.in: Pass compiler flag corresponding to multidirs to
11528 subdir configures.
11529
11530 1999-08-09 Ian Lance Taylor <ian@zembu.com>
11531
11532 * Makefile.in (LDFLAGS): Define.
11533
11534 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11535
11536 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11537 noconfigdirs.
11538 (*-*-cygwin*): Likewise.
11539
11540 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11541
11542 * mkdep: New file.
11543 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11544 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11545
11546 From Eli Zaretskii <eliz@is.elta.co.il>:
11547 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11548 long file name when using DJGPP on MS-DOS.
11549
11550 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11551
11552 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11553
11554 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11555
11556 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11557 dependency as this causes "make check" to globally "make all"
11558
11559 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11560
11561 * configure.in (target_libs): Added target-zlib.
11562 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11563 (CONFIGURE_TARGET_MODULES): Likewise.
11564 (CHECK_TARGET_MODULES): Likewise.
11565 (INSTALL_TARGET_MODULES): Likewise.
11566 (CLEAN_TARGET_MODULES): Likewise.
11567 (configure-target-zlib): New target.
11568 (all-target-zlib): Likewise.
11569 (all-target-libjava): Depend on all-target-zlib.
11570 (configure-target-libjava): Depend on configure-target-zlib.
11571
11572 * Makefile.in (configure-target-libjava): Depend on
11573 configure-target-newlib.
11574 (configure-target-boehm-gc): New target.
11575 (configure-target-qthreads): New target.
11576
11577 * configure.in (target_libs): Added target-qthreads.
11578 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11579 (CONFIGURE_TARGET_MODULES): Likewise.
11580 (CHECK_TARGET_MODULES): Likewise.
11581 (INSTALL_TARGET_MODULES): Likewise.
11582 (CLEAN_TARGET_MODULES): Likewise.
11583 (all-target-qthreads): New target.
11584 (configure-target-libjava): Depend on configure-target-qthreads.
11585 (all-target-libjava): Depend on all-target-qthreads.
11586
11587 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11588 (CONFIGURE_TARGET_MODULES): Likewise.
11589 (CHECK_TARGET_MODULES): Likewise.
11590 (INSTALL_TARGET_MODULES): Likewise.
11591 (CLEAN_TARGET_MODULES): Likewise.
11592 (all-target-libjava): New target.
11593 (all-target-boehm-gc): Likewise.
11594 * configure.in (target_libs): Added libjava, boehm-gc.
11595
11596 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11597
11598 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11599 configure.bat in SUPPORT_FILES.
11600 (gas+binutils.tar.bz2): Likewise.
11601
11602 * makeall.bat: Remove; obsolete.
11603
11604 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11605
11606 From Mark Elbrecht:
11607 * configure.bat: Remove; obsolete.
11608
11609 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11610
11611 * configure: Add -W -Wall to the default CFLAGS when compiling with
11612 gcc.
11613
11614 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11615
11616 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11617
11618 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11619
11620 * configure.in: Build ld on IRIX6.
11621
11622 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11623
11624 * Makefile.in: Change distribution targets to use bzip2 instead of
11625 gzip.
11626 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11627 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11628
11629 1999-06-04 Nick Clifton <nickc@cygnus.com>
11630
11631 * config.sub: Add mcore target.
11632
11633 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11634
11635 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11636
11637 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11638
11639 * config.guess (dummy): Changed to $dummy.
11640
11641 1999-05-24 Nick Clifton <nickc@cygnus.com>
11642
11643 * config.sub: Tidied up case statements.
11644
11645 1999-05-22 Ben Elliston <bje@cygnus.com>
11646
11647 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11648 <jiro@din.or.jp>.
11649
11650 * config.guess: Merge with FSF version. Future changes will be
11651 more accurately recorded in this ChangeLog.
11652 * config.sub: Likewise.
11653
11654 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11655
11656 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11657
11658 1999-04-30 Tom Tromey <tromey@cygnus.com>
11659
11660 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11661
11662 1999-04-23 Tom Tromey <tromey@cygnus.com>
11663
11664 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11665
11666 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
11667
11668 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11669 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11670 Bad merge removed these two changes.
11671
11672 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
11673 Martin Heller (Ing.-Buero_Heller@t-online.de)
11674
11675 * config.guess (interix Alpha): Add.
11676
11677 1999-04-11 Richard Henderson <rth@cygnus.com>
11678
11679 * configure.in (i?86-*-beos*): Do config gperf; don't config
11680 gdb, newlib, or libgloss.
11681
11682 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
11683
11684 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11685 link a trivial program with -mabi=64. If it fails, remove mabi=64
11686 from multidirs.
11687
11688 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11689
11690 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11691
11692 1999-04-08 Nick Clifton <nickc@cygnus.com>
11693
11694 * config.sub: Add support for mcore targets.
11695
11696 1999-04-07 Michael Meissner <meissner@cygnus.com>
11697
11698 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11699 not mt-ospace, in order to shut up assembler warning about using
11700 symbols that are named the same as registers.
11701
11702 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
11703
11704 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11705 dependency list for all-target-cygmon.
11706
11707 1999-04-05 Doug Evans <devans@casey.cygnus.com>
11708
11709 * config-ml.in: Check $host, not $target, for selective multilibs.
11710 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11711 thumb interworking, and underscore prefix multilibs.
11712
11713 1999-04-04 Ian Lance Taylor <ian@zembu.com>
11714
11715 * missing: Update to version from current automake.
11716
11717 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11718
11719 * configure (gxx_include_dir): Removed.
11720
11721 * configure.in (gxx_include_dir): Handle it.
11722 * Makefile.in: Likewise.
11723
11724 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11725
11726 * config.sub (mips64vr4111,mips64vr4111el) Add.
11727
11728 1999-03-21 Ben Elliston <bje@cygnus.com>
11729
11730 * config.guess: Correct typo for detecting ELF on FreeBSD.
11731
11732 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11733
11734 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11735 config/mh-djgpp.
11736
11737 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11738
11739 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11740 all-target-newlib to dependency list for all-target-bsp.
11741
11742 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11743
11744 * config.sub: Add i386-uwin support.
11745 * config.guess: Likewise.
11746
11747 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11748
11749 * configure.in: cleanup, add mh-*pic handling for arm, special
11750 case powerpc*-*-aix*
11751
11752 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11753
11754 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11755 can be built.
11756
11757 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11758
11759 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11760 targets.
11761
11762 1999-03-02 Nick Clifton <nickc@cygnus.com>
11763
11764 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11765
11766 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11767
11768 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11769
11770 1999-02-24 Nick Clifton <nickc@cygnus.com>
11771
11772 * config.sub: Fix typo in arm recognition.
11773
11774 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11775
11776 * configure.in (noconfigdirs): Changed target_configdirs to
11777 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11778 rather than m68k-*-* since it is not known to work on
11779 m68k-aout. Ditto for arm-*-*oabi.
11780
11781 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11782
11783 * configure.in (*-*-windows*): Remove, no longer used.
11784
11785 1999-02-19 Ben Elliston <bje@cygnus.com>
11786
11787 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11788 Smart and improved by Andrew Cagney.
11789
11790 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11791
11792 * config.guess: Recognize openbsd-*-hppa.
11793
11794 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11795
11796 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11797 only if it is not empty.
11798
11799 1999-02-17 Nick Clifton <nickc@cygnus.com>
11800
11801 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11802
11803 * config.guess: Modified to recognize uname's armv* syntax.
11804
11805 * config.sub: Modified to recognize uname's armv* syntax.
11806
11807 1999-02-17 Mark Salter <msalter@cygnus.com>
11808
11809 * configure.in: Added target-bsp for sparclite.
11810
11811 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11812
11813 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11814
11815 1999-02-08 Nick Clifton <nickc@cygnus.com>
11816
11817 * configure.in: Add support for strongarm port.
11818 * config.sub: Add support for strongarm target.
11819
11820 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11821
11822 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11823 the old name config/mh-cygwin32.
11824 Enable texinfo.
11825
11826 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11827
11828 * configure.in: Do build ld for ix86 Solaris.
11829
11830 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11831
11832 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11833 $AR_FOR_TARGET. Likewise for RANLIB.
11834
11835 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11836
11837 * config.sub (oabi): Recognize.
11838 * configure.in (arm-*-oabi): Handle.
11839
11840 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11841
11842 * config.guess: Improve detection of i686 on UnixWare 7.
11843
11844 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11845
11846 * config.guess: Add support for i386-pc-interix.
11847 * config.sub: Likewise.
11848 * configure.in: Likewise.
11849
11850 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11851
11852 * Makefile.in: Remove unneeded all-target-libio from
11853 from all-target-winsup target since it is now unneeded.
11854 Add all-target-libtermcap in its place since it is now
11855 needed.
11856
11857 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11858
11859 * configure.in: makefile stub for cygwin target is probably
11860 unnecessary. Remove it for now.
11861
11862 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11863
11864 * configure.in: libtermcap.a should be built when cygwin is the
11865 target as well as the host.
11866 * config.guess: Allow mixed case in cygwin uname output.
11867 * Makefile.in: Add libtermcap target.
11868
11869 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11870
11871 * config.sub: Clean up handling of hppa2.0.
11872
11873 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11874
11875 * config.guess: Use C code to identify more HP machines.
11876
11877 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11878
11879 * config.sub: Handle hppa2.0.
11880
11881 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11882
11883 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11884 cygmon for all sparclite targets, regardless of object format.
11885
11886 1998-12-15 Mark Salter <msalter@cygnus.com>
11887
11888 * configure.in: Added target-bsp for several target architectures.
11889
11890 * Makefile.in: Added rules for bsp.
11891
11892 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11893
11894 * config.guess: Improve detection of hppa2.0 processors.
11895
11896 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11897
11898 * config.guess: Recognize FreeBSD using ELF automatically.
11899
11900 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11901
11902 * configure (skip-this-dir): Add handling for new shell script, which
11903 might be created by a sub-directory's configure to indicate, this particular
11904 directory is "unwanted".
11905 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11906
11907 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11908
11909 * ltconfig: import from libtool, after changing libtool to
11910 account for the cygwin name change.
11911
11912 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11913
11914 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11915 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11916
11917 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11918
11919 * configure.in: Add libtermcap to list of cygwin dependencies.
11920
11921 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11922
11923 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11924 they include winsup/include when it's a cygwin target.
11925
11926 1998-11-12 Tom Tromey <tromey@cygnus.com>
11927
11928 * configure.in (host_tools): Added zip.
11929 * Makefile.in (all-target-libjava): Depend on all-zip.
11930 (all-zip): New target.
11931 (ALL_MODULES): Added all-zip.
11932 (NATIVE_CHECK_MODULES): Added check-zip.
11933 (INSTALL_MODULES): Added install-zip.
11934 (CLEAN_MODULES): Added clean-zip.
11935
11936 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11937
11938 * Makefile.in: lose "32" from comment about cygwin.
11939
11940 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11941
11942 * configure.in: Use -Os to build target libraries for the fr30.
11943
11944 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11945
11946 * config.sub: Add fr30.
11947
11948 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11949
11950 * configure.in: drop "32" from config/mh-cygwin32. Check
11951 cygwin* instead of cygwin32*.
11952 * config.sub: Check cygwin* instead of cygwin32*.
11953
11954 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11955
11956 * config.guess: Match any version of Unixware7.
11957
11958 1998-10-20 Syd Polk <spolk@cygnus.com>
11959
11960 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11961 if desired.
11962
11963 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11964
11965 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11966 these if the appropriate directories and files to not exist.
11967
11968 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11969
11970 * Makefile.in (DEVO_SUPPORT): Add config.if.
11971
11972 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11973
11974 * configure: Add pattern to replace "build_tooldir"'s
11975 definition in the generated Makefile with "tooldir"'s
11976 actual value.
11977
11978 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11979
11980 * config.sub: Bring back lost sparcv9.
11981
11982 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11983
11984 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11985
11986 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11987 CC_FOR_TARGET and friends.
11988
11989 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11990
11991 * Makefile.in (build_tooldir): New variable, same as tooldir.
11992 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11993 -B$(build_tooldir)/bin/.
11994 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11995
11996 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11997
11998 * README: Remove installation instructions and refer to the
11999 INSTALL directory instead.
12000
12001 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
12002
12003 * config.sub: Add support for i[34567]86-pc-udk.
12004 * configure.in: Likewise.
12005
12006 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12007
12008 * Makefile.in: add bzip2 package building bits for user
12009 tools module
12010 * configure.in: ditto
12011
12012 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12013
12014 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12015 (ALL_TARGET_MODULES): Add all-target-libobjc.
12016 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12017 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12018 (all-target-libchill): Add dependencies.
12019 * configure.in (target_libs): Add libchill.
12020
12021 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12022
12023 * configure.in (target_subdir): Remove duplicate line.
12024
12025 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12026
12027 * Makefile.in (all-automake): fix dependencies.
12028
12029 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12030
12031 * configure.in: Minor cleanups for building in the $(target_alias)
12032 subdir.
12033
12034 1998-09-22 Jim Wilson <wilson@cygnus.com>
12035
12036 * Makefile.in (bootstrap): Set r and s before make all. Use
12037 BASE_FLAGS_TO_PASS in make all.
12038 (cross): Likewise.
12039
12040 1998-09-20 Mark Mitchell <mark@markmitchell.com>
12041
12042 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12043
12044 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12045
12046 * config.sub: Fix typo in last change.
12047
12048 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12049
12050 * config.sub: Add support for C4x target.
12051 * configure.in: Likewise.
12052
12053 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12054
12055 * config.sub: Recognize sparcv9 just like sparc64.
12056
12057 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12058
12059 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12060
12061 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12062
12063 * config.guess: Correctly identify Pentium II sco boxes.
12064
12065 * config.guess: Fix "tr" code. From Weiwen Liu.
12066
12067 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12068
12069 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12070 stabs.
12071
12072 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12073
12074 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12075 (ALL_TARGET_MODULES): Add all-target-libchill.
12076 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12077 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12078 (all-target-libchill): Add dependencies.
12079 * configure.in (target_libs): Add libchill.
12080
12081 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12082
12083 * config.guess: Avoid assumptions about "tr" behaves when
12084 LANG is set to something other than English.
12085
12086 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12087
12088 * configure (gxx_include_dir): Changed to
12089 '${prefix}/include/g++'-${libstdcxx_interface}.
12090
12091 * config.if: New to determine the interfaces.
12092
12093 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12094
12095 * config.guess: Detect and handle MPE/IX.
12096 * config.sub: Deal with MPE/IX.
12097
12098 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12099
12100 * configure.in: Use mh-aix43.
12101
12102 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12103
12104 * configure: Fix --without/--disable cases for gxx-include-dir.
12105
12106 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12107
12108 * mdata-sh: Imported. Needed for automake support.
12109
12110 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12111
12112 * Makefile.in (taz): Try "chmod -R og=u ." before
12113 "chmod og=u `find . -print`".
12114
12115 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12116
12117 * configure.in: Add arm-elf and thumb-elf support.
12118
12119 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12120
12121 * Makefile.in: Undo previous patch.
12122
12123 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12124
12125 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12126 to here ...
12127 (install-no-fixedincludes): and here
12128 (INSTALL_MODULES): ... from here.
12129
12130 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12131
12132 * config.sub: Merge with FSF.
12133
12134 * config.guess: Merge with FSF.
12135
12136 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12137
12138 * configure (extraconfigdirs): New variable.
12139 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12140 * Makefile.in (all): Move higher in file.
12141 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12142 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12143 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12144 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12145 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12146
12147 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12148
12149 * Makefile.in (all-target-libjava): Depend on all-gcc and
12150 all-target-newlib.
12151 (configure-target-libjava): Depend on $(ALL_GCC).
12152
12153 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12154
12155 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12156 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12157
12158 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12159
12160 * INSTALL/README: Fix typo.
12161
12162 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12163
12164 * ylwrap: Change absolute path checks to check for DOS style path
12165 names.
12166
12167 * ylwrap: Don't use a full path name if the source file is in the
12168 same directory. From hjl@lucon.org (H.J. Lu).
12169
12170 * config-ml.in: Default to being verbose, to match Feb 18 change to
12171 configure.
12172
12173 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12174
12175 Brought over from egcs:
12176
12177 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12178
12179 * configure.in (target_subdir): Set to ${target_alias} instead
12180 of "libraries".
12181
12182 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12183
12184 * configure.in (target_subdir): Set to libraries if enable_multilib.
12185
12186 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12187
12188 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12189 multilibs, force reconfiguration the first time we create
12190 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12191
12192 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12193
12194 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12195 avoid confusion with --no-recursion.
12196
12197 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12198
12199 * configure.in: Win32 hosts shouldn't use install -x
12200 * install-sh: remove -x option, and special .exe-handling
12201 hack.
12202
12203 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12204
12205 * config.guess: Recognize i586-pc-beos.
12206 * configure.in: Don't build some bits for beos.
12207
12208 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12209
12210 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12211 CFLAGS default to -O2.
12212
12213 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12214 when using GNU ld.
12215
12216 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12217
12218 * ltmain.sh: Correct install when using a different shell.
12219
12220 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12221
12222 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12223
12224 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12225
12226 * makefile.vms: Update to build binutils/makefile.vms. Add install
12227 target.
12228
12229 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12230
12231 * ltconfig: Update to correct AIX handling.
12232
12233 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12234
12235 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12236
12237 * configure.in (target_subdir): Set to ${target_alias} instead
12238 of "libraries".
12239
12240 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12241
12242 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12243 (Makefile): Depend on $(gcc_version_trigger).
12244
12245 * configure (gcc_version): Change default initializer to empty
12246 string.
12247 (gcc_version_trigger): New variable; pass this variable down
12248 to subdir configures to enable them checking gcc's version
12249 themselves. Emit make macros for both gcc_version vars.
12250 (topsrcdir): Initialize reliably.
12251 (recursion line): Remove --with-gcc-version=${gcc_version}.
12252
12253 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12254
12255 * configure (enable_version_specific_runtime_libs): Implement new flag
12256 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12257 in $(libsubdir); emit definition in each generated Makefile.
12258 (gxx_include_dir): Initialize depending on
12259 $enable_version_specific_runtime_libs.
12260
12261 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12262
12263 * configure (gcc_version): Initialize properly depending on
12264 how and where configure is started.
12265 (recursion line): Pass a --with-gcc-version=${gcc_version}
12266 to configures in subdirs.
12267
12268 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12269
12270 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12271 cygmon
12272
12273 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12274
12275 * configure.in: Add cygmon and libstub support for mn10200.
12276
12277 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12278
12279 * configure (gcc_version): Add new variable describing the
12280 particular gcc version we're building.
12281 * Makefile.in (libsubdir): Add new macro for the directory
12282 in which the compiler finds executables, libraries, etc.
12283 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12284 and libsubdir.
12285
12286 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12287
12288 * Makefile.in (local-clean): Remove *.log.
12289 (warning.log): Built with warn_summary from build.log.
12290 (mail-report.log): Run test_summary.
12291 (mail-report-with-warnings.log): Run test_summary including
12292 warning.log in the report.
12293
12294 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12295
12296 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12297
12298 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12299
12300 * Makefile.in (grep): Grep no longer depends on libiberty.
12301
12302 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12303
12304 * Makefile.in: all-snavigator needs all-libgui.
12305
12306 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12307
12308 * configure.in: Add cygmon and libstub support for mn10300.
12309
12310 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * missing: Update to version from automake 1.3.
12313
12314 * ltmain.sh: On installation, don't get confused if the same name
12315 appears more than once in the list of library names.
12316
12317 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12318
12319 * config.sub: Accept m68060 and m5200 as CPU names.
12320
12321 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12322
12323 * configure: Use && rather than using -a in test, because odd
12324 strings can confuse test.
12325 * configure.in: Likewise.
12326
12327 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12328
12329 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12330
12331 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12332
12333 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12334 bootstrap4-lean): New targets.
12335
12336 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12337
12338 * mpw-* Delete. Not used.
12339
12340 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12341
12342 * COPYING.LIB: Update FSF address.
12343
12344 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12345
12346 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12347
12348 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12349 GAS_SUPPORT_DIRS.
12350
12351 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12352
12353 * ltconfig, ltmain.sh: Avoid producing a version number if
12354 -version-info was not used.
12355
12356 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12357
12358 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12359 building with newlib.
12360
12361 1998-04-30 Paul Eggert <eggert@twinsun.com>
12362
12363 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12364 Solaris `make' causes it to continue to next definition.
12365
12366 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12367
12368 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12369 the right GUI libraries and files are installed along with GDB.
12370
12371 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12372
12373 * configure.in: Change alpha to alpha* in several places.
12374
12375 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12376
12377 * config.sub: Recognize sparc86x.
12378
12379 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12380
12381 * configure.in (--enable-target-optspace): Remove debug echo.
12382
12383 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12384
12385 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12386
12387 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12388
12389 * ltconfig: Update cygwin32 support.
12390
12391 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12392 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12393 (GDB_SUPPORT_DIRS): Likewise.
12394
12395 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12396
12397 * configure.in (target_makefile_frag): If --enable-target-optspace,
12398 use -Os to compile target libraries rather than -O2. Default to
12399 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12400 not used.
12401 * configure.in (target_cflags): Ditto for d30v.
12402
12403 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12404
12405 * Makefile.in (all-bfd): Depend on all-intl.
12406 (all-binutils): Likewise.
12407 (all-gas): Likewise.
12408 (all-gprof): Likewise.
12409 (all-ld): Likewise.
12410
12411 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
12412
12413 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12414
12415 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12416
12417 * Makefile.in (all-bfd): Depend upon all-libiberty.
12418
12419 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12420
12421 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12422
12423 * Makefile.in: Add libstub.
12424
12425 * configure.in: Ditto. Build libstub for targets that have cygmon
12426 support.
12427
12428 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12429
12430 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12431
12432 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12433
12434 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12435 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12436
12437 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12438
12439 * configure: Define DEFAULT_M4 by searching PATH.
12440 * Makfile.in: Use DEFAULT_M4.
12441
12442 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12443
12444 * ltconfig: Add cygwin32 support.
12445
12446 * Makefile.in, configure.in: Add libtool as a native only directory
12447 to configure and build.
12448
12449 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12450
12451 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12452
12453 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
12454
12455 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12456
12457 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12458
12459 * Makefile.in: add ash make rules
12460 * configure.in: add ash to native_only and host_tools lists
12461
12462 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12463
12464 * Makefile.in (all-gettext, all-intl): New targets.
12465 (ALL_MODULES): Added all-gettext, all-intl.
12466 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12467 (INSTALL_MODULES): Added install-gettext, install-intl.
12468 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12469
12470 * configure.in (host_tools): Added gettext.
12471 (native_only): Likewise.
12472 (noconfigdirs) [various cases]: Likewise.
12473 (host_libs): Added intl.
12474
12475 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12476
12477 * configure: Do not disable building gdbtk for cygwin32 hosts.
12478
12479 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12480
12481 * configure.in: Add thumb-coff target.
12482 * config.sub: Add thumb-coff target.
12483
12484 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12485
12486 * Makefile.in: Revert yesterday's change.
12487 (all-target-winsup): all-target-librx stays out of here.
12488
12489 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12490
12491 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12492 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12493 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12494 Remove references to librx and libg++.
12495
12496 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12497
12498 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12499 recursive makes
12500
12501 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12502
12503 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12504 for newlib directory.
12505 (CXX_FOR_TARGET): Likewise.
12506
12507 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12508
12509 * ltconfig: Update after libtool/ltconfig.in change for
12510 hpux11.
12511
12512 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12513
12514 * ltconfig, ltmain.sh: Update to libtool 1.2.
12515
12516 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12517
12518 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12519 (install-gcc-cross): Instead, override LANGUAGES here.
12520
12521 1998-03-18 Dave Love <d.love@dl.ac.uk>
12522
12523 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12524 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12525
12526 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12527
12528 * configure.in: Add Thumb-pe target.
12529
12530 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
12531
12532 * Makefile.in - changed sn targets to snavigator
12533 * configure.in - changed sn targets to snavigator
12534
12535 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12536
12537 * config-ml.in: After building symlink tree call make distclean
12538 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12539 to be the case for libiberty.
12540
12541 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12542
12543 * configure: When making link, also check the current
12544 directory. The configure scripts may create one.
12545
12546 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12547
12548 * config.sub: Accept alphapca56 and alphaev6 properly.
12549
12550 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12551
12552 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12553
12554 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12555
12556 * config.sub (sco5): Fix typo.
12557
12558 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12559
12560 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12561 install-itcl.
12562 (install-itcl): Remove dependency on install-tcl.
12563
12564 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12565
12566 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12567
12568 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12569
12570 * configure.in: Don't build libgui for a cygwin32 target when not on
12571 a cygwin32 host.
12572
12573 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12574
12575 * configure (redirect): Set to null, so default behavior of
12576 configure is now --verbose.
12577
12578 1998-02-16 Dave Love <d.love@dl.ac.uk>
12579
12580 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12581 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12582
12583 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12584
12585 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12586 this change to sync Makefile.in with its ChangeLog entries.
12587
12588 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12589
12590 * ltmain.sh (mkdir): Check that the directory doesn't exist
12591 before we exit with error, so that we don't get races during
12592 parallel builds.
12593
12594 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12595
12596 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12597
12598 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12599
12600 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12601 PICFLAG_FOR_TARGET.
12602 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12603
12604 * configure: Emit a definition for the new macro enable_shared
12605 into each Makefile.
12606
12607 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12608
12609 * configure.in (host_tools, native_only): Add libtool.
12610
12611 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12612
12613 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12614 Fix typo in ming config comment.
12615
12616 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12617
12618 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12619
12620 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12621
12622 * config.sub: Add tic30 cases, and map c30 to tic30.
12623
12624 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12625
12626 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12627 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12628 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12629 (CLEAN_TARGET_MODULES): Similarly
12630 (all-target-libf2c): Add dependences.
12631 * configure.in (target_libs): Add libf2c.
12632
12633 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12634
12635 * configure.in: Remove expect from noconfigdirs when target
12636 is cygwin32. OK to build expect and dejagnu with Canadian
12637 Cross.
12638
12639 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12640
12641 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12642 host.
12643
12644 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12645 and mingw32.
12646
12647 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12648
12649 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12650 here as it is not defined in the toplevel Makefile.
12651
12652 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12653
12654 * configure (package_makefile_rules_frag): New variable, which names
12655 a file with generic rules, ...
12656 Change comment to mention we now have FIVE parts.
12657 * configure: Undo last change.
12658
12659 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12660
12661 * config.guess: More accurate determination of HP processor types.
12662 * config.sub: More accurate determination of HP processor types.
12663
12664 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12665
12666 * configure (package_makefile_frag): Move inserting the
12667 ${package_makefile_frag} to where it should be according
12668 to the comment.
12669
12670 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12671
12672 * config.guess: Add support for Linux/ARM.
12673
12674 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12675
12676 * .cvsignore: Remove *-info and *-install since they match
12677 release-info and mpw-install, which we don't want to just ignore.
12678
12679 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12680
12681 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12682
12683 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12684
12685 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12686 local_prefix to sub-make invocations.
12687
12688 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12689
12690 * configure.in: Check makefile fragments in the source
12691 directory.
12692
12693 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12694
12695 * configure.in: Check whether host and target makefile
12696 fragments exist before adding them to *_makefile_frag.
12697
12698 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12699
12700 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12701
12702 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12703
12704 * configure.in: Make sure we only replace RPATH_ENVVAR on
12705 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12706 regexp to sed.
12707
12708 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12709 to sub-makes.
12710
12711 1998-01-13 Lee Iverson (leei@ai.sri.com)
12712
12713 * config-ml.in (multi-do): LDFLAGS must include multilib
12714 designator.
12715
12716 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
12717
12718 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12719
12720 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12721
12722 * config.sub: Add mingw32 support.
12723 * configure.in: Likewise.
12724
12725 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12726
12727 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12728
12729 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12730
12731 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12732 * configure (gxx_include_dir): Provide a definition for subdirs
12733 which do not use autoconf.
12734
12735 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12736
12737 * config.guess: Sync with egcs. Picks up new alpha support,
12738 BeOS & some additional linux support.
12739
12740 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12741
12742 * config.guess: HP 9000/803 is a PA1.1 machine.
12743
12744 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12745
12746 * configure.in: It's alpha*-...
12747
12748 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12749
12750 * configure.in (host_makefile_frag, target_makefile_frag):
12751 Handle multiple config files.
12752 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12753 alpha-*-*.
12754
12755 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12756
12757 * mkdep: New file.
12758
12759 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12760
12761 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12762
12763 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12764
12765 * Makefile.in: Add libgui directory.
12766 (GDB_TK): Add all-libgui.
12767 * configure.in: Add libgui directory.
12768 * configure: Add all-libgui to GDB_TK.
12769
12770 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12771
12772 * config-ml.in (multidirs): Add m32r to multilib list.
12773
12774 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12775
12776 * Makefile.in (all-target-gperf): Change dependency to
12777 all-target-libstdc++.
12778
12779 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12780
12781 * config.guess: Add BeOS support.
12782
12783 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12784
12785 Source directory cvs renamed to cvssrc:
12786 * configure.in (host_tools): Change cvs to cvssrc.
12787 (native_only): Likewise.
12788 (noconfigdirs) [various cases]: Likewise.
12789 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12790 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12791 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12792 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12793 (all-cvssrc): Rename target from all-cvs.
12794
12795 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12796
12797 * configure (gxx_include_dir): Fix thinko.
12798
12799 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12800
12801 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12802 (install-cross, install-gcc-cross): New targets.
12803
12804 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12805
12806 * configure.in (noconfigdirs): Add support for Thumb target.
12807
12808 * config.sub (maybe_os): Add support for Thumb target.
12809
12810 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12811
12812 * Makefile.in: Add rules for cygmon.
12813
12814 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12815
12816 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12817
12818 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12819 * configure (gxx_include_dir): Provide a definition for subdirs
12820 which do not use autoconf.
12821
12822 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12823
12824 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12825 11/18/97 build
12826
12827 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12828
12829 * From Franz Sirl.
12830 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12831 found on RedHat Linux systems.
12832
12833 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12834
12835 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12836 guesses.
12837
12838 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12839
12840 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12841
12842 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12843
12844 * ltmain.sh: If mkdir fails, check whether the directory was created
12845 anyhow by some other process.
12846
12847 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12848
12849 * configure.in (d30v-*-*): Configure all directories.
12850
12851 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12852
12853 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12854 for the D30V.
12855
12856 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12857
12858 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12859
12860 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12861
12862 * include/libiberty.h: Add extern "C" { so it can be used with C++
12863 progrms.
12864 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12865 programs.
12866
12867 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12868
12869 * configure.in (d30v-*-*): Configure GCC now.
12870
12871 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12872
12873 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12874 is no longer needed.
12875
12876 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12877
12878 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12879
12880 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12881
12882 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12883 targets using "$@" to provide support for similar but not identical
12884 targets without having to duplicate code.
12885
12886 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12887
12888 * makefile.vms: Fix to work with DEC C.
12889
12890 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12891
12892 * config.sub: Add mips-tx39-elf to marketing names.
12893
12894 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12895
12896 * ltmain.sh: Handle symlinks in generated script.
12897
12898 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12899
12900 * configure: Handle autoconf style directory options: --bindir,
12901 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12902 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12903 --sysconfdir.
12904 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12905 (sharedstatedir, localstatedir, oldincludedir): New variables.
12906 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12907 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12908 sbindir, sharedstatedir, and sysconfdir.
12909
12910 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12911
12912 * Makefile.in (bootstrap-lean): New target.
12913
12914 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12915
12916 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12917 sn, and gnuserv from noconfigdirs.
12918
12919 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12920
12921 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12922
12923 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12924
12925 * Makefile.in (cross): New target.
12926
12927 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12928 Jeff Law <law@cygnus.com>
12929
12930 * Makefile.in (bootstrap2, bootstrap3): New targets.
12931 (all-bootstrap): Remove outdated and confusing target.
12932 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12933
12934 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12935
12936 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12937 windows. Consistent with gdb/configure.
12938
12939 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12940
12941 * configure.in: Name Linux target fragment.
12942
12943 * configure: Rewrite so that project Makefile fragment is inserted
12944 first and appears last in the resulting Makefile.
12945
12946 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12947
12948 * Makefile.in (install-itcl): Install tcl first.
12949
12950 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12951
12952 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12953
12954 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12955
12956 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12957
12958 * configure.in (skipdirs): Add target-librx for Linux.
12959 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12960
12961 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12962
12963 * Makefile.in (bootstrap): New target.
12964
12965 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12966
12967 * config.sub: Accept 'amigados' for backward compatibility.
12968
12969 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12970
12971 * config.guess: Merge with FSF.
12972
12973 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12974
12975 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12976
12977 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12978
12979 * config.sub: Add "marketing-names" patch.
12980
12981 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12982
12983 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12984
12985 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12986
12987 * config.sub: Handle v850-elf.
12988
12989 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12990
12991 * .cvsignore (*-install): Remove.
12992
12993 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12994
12995 * ltconfig: Set CONFIG_SHELL in libtool.
12996 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12997
12998 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12999
13000 * configure.in (target_subdir): Set to libraries if enable_multilib.
13001
13002 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13003
13004 * config.guess: Update from gcc directory.
13005
13006 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13007
13008 * Makefile.in (all-sim): Depends on all-readline.
13009
13010 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13011
13012 * Makefile.in (BISON, YACC): Use $$s.
13013 (all-bison): Depend on all-texinfo.
13014
13015 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13016
13017 * Makefile.in (BISON): Add -L flag.
13018 (YACC): Likewise.
13019
13020 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13021
13022 * configure.in (noconfigdirs): Add support for v850e target.
13023
13024 * config.sub (maybe_os): Add support for v850e target.
13025
13026 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13027
13028 * configure.in (noconfigdirs): Add support for v850ea target.
13029
13030 * config.sub (maybe_os): Add support for v850ea target.
13031
13032 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13033
13034 * config.sub: Add mipstx39. Delete r3900.
13035
13036 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13037
13038 * Makefile.in (all-autoconf): Depends on all-texinfo.
13039
13040 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13041
13042 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13043 eabi targets.
13044
13045 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13046
13047 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13048
13049 * configure: When handling a Canadian Cross, handle YACC as well as
13050 BISON. Just set BISON to bison. When setting YACC, prefer bison.
13051 * Makefile.in (all-bison): Depend upon all-texinfo.
13052
13053 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13054
13055 * Makefile.in (BISON): bison, not byacc or bison -y.
13056 (YACC): bison -y or byacc or yacc.
13057 (various): Add *-bison as appropriate.
13058 (taz): No need to mess with BISON anymore.
13059
13060 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13061
13062 * configure: If OSTYPE matches *win32*, try to find a good value for
13063 CONFIG_SHELL.
13064
13065 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13066
13067 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13068 configure.in if it is present.
13069
13070 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13071
13072 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13073
13074 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13075
13076 * config.sub: Recognize `arc' cpu.
13077 * configure.in: Likewise.
13078 * config-ml.in: Likewise.
13079
13080 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13081
13082 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13083
13084 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13085
13086 * configure: Changed sed delimiter from ':' to '|' when
13087 attempting to substitute ${config_shell} for SHELL. On
13088 NT ${config_shell} may contain a ':' in it.
13089
13090 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13091
13092 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13093
13094 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13095
13096 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13097
13098 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13099
13100 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13101
13102 * ylwrap: If the program is a relative path, force it to be
13103 absolute.
13104
13105 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13106
13107 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13108
13109 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13110
13111 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13112 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13113 for libraries.
13114
13115 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13116
13117 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13118 separated by spaces.
13119
13120 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13121
13122 * ylwrap: New file.
13123 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13124
13125 * ltmain.sh: Handle /bin/sh at start of install program.
13126
13127 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13128
13129 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13130 * missing: New file, from automake 1.2.
13131
13132 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13133
13134 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13135 check-tk to CHECK_X11_MODULES.
13136
13137 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13138
13139 * config.sub: Merge with FSF.
13140
13141 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13142
13143 * config.guess: Merge with FSF.
13144
13145 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13146
13147 * configure: Treat msdosdjgpp like go32.
13148 * configure.in: Likewise. Don't remove gprof for go32.
13149
13150 * configure: Change Makefile.tem2 to Makefile.tm2.
13151
13152 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13153
13154 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13155
13156 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13157
13158 * install-sh (chmodcmd): Set to null if the DST directory already
13159 exists. Same as Nov 11th change.
13160
13161 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13162
13163 * configure (GDB_TK): Needs itcl and tix.
13164
13165 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13166
13167 * config.guess: Update from FSF.
13168
13169 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13170
13171 * Makefile.in (GDB_TK): Depend on itcl and tix.
13172
13173 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13174
13175 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13176 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13177 (INSTALL_SCRIPT): New variable.
13178 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13179 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13180 to -x.
13181 * install-sh: Add support for -x option.
13182
13183 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13184
13185 * configure.in, Makefile.in: Treat tix like itcl.
13186
13187 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13188
13189 * Makefile.in (WINDRES): New variable.
13190 (WINDRES_FOR_TARGET): New variable.
13191 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13192 (EXTRA_HOST_FLAGS): Add WINDRES.
13193 (EXTRA_TARGET_FLAGS): Add WINDRES.
13194 (EXTRA_GCC_FLAGS): Add WINDRES.
13195 ($(DO_X)): Pass down WINDRES.
13196 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13197 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13198 DLLTOOL_FOR_TARGET.
13199
13200 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13201
13202 * configure.in: configure sim before gdb for win32-x-ppc
13203
13204 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13205
13206 Move gperf into the toplevel, from libg++.
13207 * configure.in (target_tools): Add target-gperf.
13208 (native_only): Add target-gperf.
13209 * Makefile.in (all-target-gperf): New target, depend on
13210 all-target-libg++.
13211 (configure-target-gperf): Empty rule.
13212 (ALL_TARGET_MODULES): Add all-target-gperf.
13213 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13214 (CHECK_TARGET_MODULES): Add check-target-gperf.
13215 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13216 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13217
13218 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13219
13220 * config.sub (mn10200): Recognize new basic machine.
13221
13222 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13223
13224 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13225 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13226
13227 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13228
13229 * configure.in: If we're building mips-sgi-irix6* native, turn on
13230 ENABLE_MULTILIB and set TARGET_SUBDIR.
13231
13232 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13233
13234 * Makefile.in (all-sn): Depend on all-grep.
13235
13236 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13237
13238 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13239
13240 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13241 Makefile. From Jeff Makey <jeff@cts.com>.
13242 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13243
13244 * Makefile.in (DISTBISONFILES): Remove.
13245 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13246 $(DEFAULT_YACC).
13247
13248 * configure.in: Build itl, db, sn, etc., when building for native
13249 cygwin32.
13250
13251 * Makefile.in (LD): New variable.
13252 (EXTRA_HOST_FLAGS): Pass down LD.
13253 ($(DO_X)): Likewise.
13254
13255 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13256
13257 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13258
13259 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13260
13261 * configure.in (targargs): Strip out any supplied --build argument
13262 before adding our own. Always add --build.
13263
13264 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13265
13266 * configure.in (targargs): Pass --build if we're doing
13267 a cross-compile.
13268
13269 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13270
13271 * configure: Use '|' instead of ":" as the separator in
13272 sed. Otherwise sed chokes on NT path names with drive
13273 designators. Also look for "?:*" as the leading characters in an
13274 absolute pathname.
13275
13276 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13277
13278 * config.sub: Support for r3900.
13279
13280 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13281
13282 * configure.in: Use install-sh, not install.sh.
13283
13284 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13285
13286 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13287 apply it twice.
13288
13289 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13290
13291 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13292 install-binutils.
13293
13294 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13295
13296 * Makefile.in: Add automake targets.
13297 * configure.in (host_tools): Add automake.
13298
13299 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13300
13301 * configure: Default CXX to c++, not gcc.
13302 * Makefile.in (CXX): Set to c++, not gcc.
13303 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13304
13305 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13306
13307 * install-sh: try appending a .exe if source file doesn't
13308 exist
13309
13310 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13311
13312 * configure.in: Turn on multilib by default.
13313 (cross_only): Remove target-libiberty.
13314
13315 * Makefile.in (all-gcc): Don't depend on libiberty.
13316
13317 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13318
13319 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13320
13321 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13322
13323 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13324 (DISTBISONFILES): Add ld/Makefile.in
13325
13326 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13327
13328 * configure.in: if target is cygwin32 but host isn't cygwin32,
13329 don't configure gdb tcl tk expect, not just gdb.
13330
13331 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13332
13333 * configure.in: Added gnuserv everywhere sn appears.
13334
13335 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13336 (CROSS_CHECK_MODULES): Added check-gnuserv.
13337 (INSTALL_MODULES): Added install-gnuserv.
13338 (CLEAN_MODULES): Added clean-gnuserv.
13339 (all-gnuserv): New target.
13340
13341 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13342
13343 * config.guess: Fixes for MIPS OpenBSD systems.
13344
13345 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13346
13347 * Makefile.in (INSTALL_XFORM): Remove.
13348 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13349
13350 * mkinstalldirs: New file, copied from automake.
13351 * Makefile.in (installdirs): Rename from install-dirs. Use
13352 mkinstalldirs. Change all users.
13353 (DEVO_SUPPORT): Add mkinstalldirs.
13354
13355 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13356
13357 * install-sh: Rename from install.sh.
13358 * Makefile.in (INSTALL): Change install.sh to install-sh.
13359 (DEVO_SUPPORT): Likewise.
13360
13361 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13362 Graichen <graichen@rzpd.de>.
13363
13364 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13365
13366 * config.guess: Recognize OpenBSD systems correctly.
13367
13368 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13369
13370 * README, Makefile.in (ETC_SUPPORT): Remove references to
13371 cfg-paper*, configure.{texi,man,info*}._
13372
13373 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13374
13375 * Makefile.in (all.normal): Ensure that gcc is built after all
13376 the x11 - ie gdb - targets.
13377
13378 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13379
13380 * makefile.vms: Don't run conf-a-gas.
13381
13382 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13383
13384 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13385
13386 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13387
13388 * configure.in: Remove noconfigdirs case since gdb also
13389 configures and builds for tic80-coff.
13390
13391 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13392
13393 * configure: Set cache_file to config.cache.
13394 * Makefile.in (local-distclean): Remove config.cache.
13395
13396 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13397
13398 * COPYING: Update FSF address.
13399
13400 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13401
13402 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13403 noconfigdirs.
13404
13405 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13406
13407 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13408 MAKEDIRS, is empty.
13409
13410 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13411
13412 * config.sub: Tweak mn10300 entry.
13413
13414 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13415
13416 * configure.in (host_tools): Put sim before gdb, so gdb's
13417 configure.tgt can determine if the simulator was configured.
13418
13419 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13420
13421 * config.sub: Move BeOS $os case to be with other Cygnus
13422 local cases.
13423
13424 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13425
13426 * config.sub: Remove misplaced comment that broke Linux.
13427
13428 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13429
13430 * config.sub: Add BeOS support.
13431
13432 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13433
13434 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13435
13436 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13437
13438 * configure.in (noconfigdirs): Remove tcl and tk from
13439 noconfigdirs for cygwin32 builds.
13440
13441 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13442
13443 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13444
13445 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13446
13447 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13448 make-all.com, use makefile.vms instead.
13449
13450 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13451
13452 * config.sub: Accept -lnews*.
13453
13454 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13455
13456 * configure.in (noconfigdirs): Disable target-newlib,
13457 target-examples and target-libiberty for d30v.
13458
13459 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13460
13461 * configure.in (noconfigdirs): Enable ld for d30v.
13462
13463 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13464
13465 * configure.in (tic80-*-*): Build compiler.
13466
13467 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13468
13469 * configure.in (d30v-*): Remove sim directory from list of
13470 unsupported d30v directories
13471
13472 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13473
13474 * config.sub, configure.in: Add d30v target cpu.
13475
13476 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13477
13478 * makefile.vms: New file.
13479 * make-all.com: Remove.
13480
13481 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13482
13483 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13484
13485 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13486
13487 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13488
13489 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13490
13491 * Makefile.in (ALL_MODULES): Added all-db.
13492 (CROSS_CHECK_MODULES): Addec check-db.
13493 (INSTALL_MODULES): Added install-db.
13494 (CLEAN_MODULES): Added clean-db.
13495
13496 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13497
13498 * config.guess: Merge with latest FSF sources.
13499
13500 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13501
13502 * Makefile.in (ALL_MODULES): Added all-itcl.
13503 (CROSS_CHECK_MODULES): Added check-itcl.
13504 (INSTALL_MODULES): Added install-itcl.
13505 (CLEAN_MODULES): Added clean-itcl.
13506
13507 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13508
13509 * configure.in: build gdb for mn10200
13510
13511 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13512
13513 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13514
13515 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13516
13517 * configure.in (tic80-*-*): Turn off most targets right now.
13518
13519 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13520
13521 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13522 rather than the makeinfo program.
13523 (do-info): Depend upon all-texinfo.
13524
13525 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13526
13527 * configure.in: Remove uses of config/mh-linux.
13528
13529 * config.sub, config.guess: Merge with latest FSF sources.
13530
13531 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13532
13533 * config.sub (case $basic_machine): Add tic80 entries.
13534
13535 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13536
13537 * config.sub, config.guess: Merge with latest FSF sources.
13538
13539 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13540
13541 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13542 * mpw-config.in: Test for NewFolderRecursive.
13543 * mpw-install: Use symbolic name for startup filename.
13544 * mpw-README: Add various additional details.
13545
13546 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13547
13548 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13549
13550 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13551
13552 * configure.in: Do build gcc and the target libraries for
13553 the mn10200.
13554
13555 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13556
13557 * configure.in: don't avoid building gdb for mn10300 any more
13558 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13559 instead of single-quoting it.
13560
13561 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13562
13563 * configure.in: Don't use --with-stabs on IRIX 6.
13564
13565 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13566
13567 * configure.in (m32r): Build gdb, libg++ now.
13568
13569 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13570
13571 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13572 directories from noconfigdirs.
13573
13574 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13575
13576 * config.sub (basic_machine): added mips16 configuration
13577
13578 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13579
13580 * config.sub: Handle d10v-unknown.
13581
13582 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13583
13584 * config.sub: Handle v850-unknown.
13585
13586 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13587
13588 * Makefile.in: add findutils
13589 * configure.in: add findutils to list of host_tools
13590
13591 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13592
13593 * config.sub: Handle mn10200 and mn10300.
13594
13595 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13596
13597 * configure.in (d10v-*): Do not build librx.
13598
13599 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13600
13601 * configure.in (mn10300): Build everything except gdb & libgloss.
13602
13603 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13604
13605 * config.guess: Patch for Dansk Data Elektronik servers,
13606 from Niels Skou Olsen <nso@dde.dk>.
13607
13608 For ncr, use /bin/uname rather than uname, since GNU uname does not
13609 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13610
13611 Patch for MIPS R4000 running System V,
13612 from Eric S. Raymond <esr@snark.thyrsus.com>.
13613
13614 Fix thinko for nextstep.
13615
13616 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13617
13618 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13619 * config.guess: Guess mips-dec-mach_bsd4.3.
13620
13621 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13622 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13623 release numbers.
13624 * config.guess (mips-mips-riscos*): Emit just enough of the
13625 release number.
13626
13627 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13628 * config.guess (sparc-auspex-sunos*): Added.
13629 (f300-fujitsu-*): Added.
13630
13631 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13632 * config.guess: Recognize a Tadpole as a sparc.
13633
13634 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13635
13636 * config.guess: Don't assume that NextStep version is either 2 or
13637 3. NextStep 4 (aka OpenStep 4) has come out now.
13638
13639 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13640
13641 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13642 From Rik Faith <faith@cs.unc.edu>.
13643
13644 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13645
13646 * config.sub: Contributions from bug-gnu-utils to:
13647 Support plain "hppa" (no version given) architecture, reported by
13648 OpenStep.
13649 OpenBSD like NetBSD.
13650 LynxOs is not a hardware supplier.
13651
13652 * config.guess: Contributions from bug-gnu-utils to add support for:
13653 OpenBSD like NetBSD.
13654 Stratus systems.
13655 More Pyramid systems.
13656 i[n>4]86 Intel chips.
13657 M680[n>4]0 Motorola chips.
13658 Use unknown instead of lynx for hardware manufacturer.
13659
13660 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13661
13662 * install.sh (chmodcmd): Set to null if the DST directory already
13663 exists.
13664
13665 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13666
13667 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13668 not use mt-ppc target Makefile fragment any more.
13669
13670 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13671
13672 * configure.in (*-*-windows): Exclude everything but those dirs
13673 needed to build windows.
13674
13675 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13676
13677 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13678
13679 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13680
13681 * configure.in: Exclude mmalloc from i386-windows.
13682
13683 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13684
13685 * Undo my previous change.
13686
13687 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13688
13689 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13690 unconditionally.
13691 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13692
13693 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13694
13695 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13696 host to add it's own flags.
13697
13698 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13699
13700 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13701
13702 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13703
13704 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13705 (CXX_FOR_TARGET): Likewise.
13706 (GCC_FOR_TARGET): Define.
13707 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13708 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13709 CC_FOR_TARGET was specified on the command line.
13710 (MAKEOVERRIDES): Don't define.
13711
13712 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13713
13714 * configure.in (m32r): Fix spelling of libg++ libs.
13715
13716 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13717
13718 * config.sub (-apple*): Remove, now redundant.
13719
13720 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13721
13722 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13723
13724 * configure: Rework yesterday's sed script patch.
13725
13726 * config.sub: Merge with FSF.
13727
13728 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13729
13730 * config.guess: Merge from FSF.
13731
13732 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13733 * config.guess: Use pc instead of unknown, for pc clone systems.
13734 Change linux to linux-gnu.
13735
13736 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13737 * config.guess: Avoid non-portable tr syntax.
13738
13739 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13740
13741 * test-build.mk (HOLES): Add "xargs" for gdb.
13742
13743 * configure: Avoid hpux10.20 sed bug.
13744
13745 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13746
13747 * configure.in: Add support for windows host
13748 (that is a build done under the Microsoft build environment).
13749
13750 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13751
13752 * Makefile.in: Replace all uses of srcroot with s, to shrink
13753 command line lengths.
13754
13755 Patches from Geoffrey Noer <noer@cygnus.com>:
13756 * configure.in: If configuring for newlib, pass --with-newlib to
13757 subdirectories.
13758 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13759 -Bnewlib/ and -Lwinsup to gcc.
13760 (CXX_FOR_TARGET): Likewise.
13761
13762 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13763
13764 * Makefile.in (ETC_SUPPORT): Add configure.
13765
13766 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13767
13768 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13769 host configuration file.
13770
13771 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13772
13773 * configure.in: Break mn10x00 support into separate
13774 mn10200 and mn10300 configurations.
13775 * config.sub: Likewise.
13776
13777 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13778
13779 * configure.in: Add lots of stuff to noconfigdirs for
13780 the mn10x00 targets.
13781
13782 * config.sub, configure.in: Add mn10x00 support.
13783
13784 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13785
13786 * make-all.com: Call conf-a-gas, not config-a-gas.
13787
13788 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13789
13790 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13791 targets.
13792
13793 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13794
13795 * mpw-README: Add much more detail for native PowerMac.
13796 * mpw-install: New file.
13797 * mpw-configure: Add --norecursion and --help options.
13798 * mpw-config.in: Translate readme and install files when
13799 copying to objdir.
13800 * mpw-build.in: Don't always depend on byacc and flex.
13801 (install-only-top): New action.
13802
13803 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13804
13805 * configure.in: You can now configure GDB for the v850.
13806
13807 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13808
13809 * configure.in (noconfigdirs): Don't configure any C++ dirs
13810 if targeting D10V.
13811
13812 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13813
13814 * config.sub: Recognize mips64vr5000.
13815
13816 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13817
13818 * configure.in: Use a single line for host_tools and native_only.
13819
13820 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13821
13822 * config.sub, configure.in: Add entries for m32r.
13823
13824 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13825
13826 * Makefile.in (inet-install): Don't run install-gzip.
13827
13828 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13829
13830 * configure.in: Don't config lots of things for *-*-windows*.
13831
13832 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13833
13834 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13835 (host_libs, host_tools): Copy from configure.in.
13836 * mpw-configure: Don't complain about directories not found.
13837
13838 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13839
13840 * configure.in (i[345]86): Recognize i686 for pentium pro.
13841 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13842 file.
13843
13844 * config.guess (i[345]86): Ditto.
13845
13846 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13847
13848 * configure.in (noconfigdirs): Removed gdb for D10V.
13849
13850 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13851
13852 * configure.in: Remove ld, target-libio, target-libg++, and
13853 target-libstdc++ from noconfigdirs.
13854
13855 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13856
13857 * configure: Fix three locations where shell scripts were
13858 being run directly rather than with config_shell.
13859
13860 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13861
13862 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13863 * config.sub (basic_machine): Recognize v850.
13864
13865 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13866
13867 * mpw-configure: Handle multiple enable/disable options and
13868 pass them down recursively, handle -c and -s flags appropriately
13869 depending on choice of compiler, add escape mechanism for
13870 quoted arguments to gC.
13871
13872 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13873
13874 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13875 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13876 so that -mrelocatable-lib and -mno-eabi are used.
13877
13878 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13879 not support --print-multi-lib, don't abort.
13880
13881 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13882
13883 * make-all.com: Run config-a-gas.
13884 * setup.com: Don't copy subdirectory files around.
13885
13886 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13887
13888 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13889 target, it now compiles correctly.
13890
13891 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13892
13893 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13894
13895 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13896
13897 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13898
13899 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13900
13901 * configure.in (native_only): Add prms.
13902
13903 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13904
13905 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13906 (BINUTILS_SUPPORT_DIRS): Likewise.
13907
13908 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13909
13910 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13911 d10v support is added.
13912
13913 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13914
13915 * configure.in (d10v-*-*): New target.
13916
13917 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13918
13919 * config.guess (HP 9000/811): Recognize this as a PA1.1
13920 machine.
13921
13922 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13923
13924 * Makefile.in (do-tar-gz): New target, split out from tail end of
13925 taz target. Run each command separately, don't use pipes.
13926 (taz): Use it.
13927
13928 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13929
13930 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13931 * mpw-build.in: No builds should depend on building byacc or flex,
13932 they are assumed to be installed already.
13933
13934 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13935
13936 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13937 variable that CC_FOR_TARGET needs.
13938
13939 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13940
13941 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13942 options have changed since the last time the subdirectory was
13943 configured, and if it has, reconfigure.
13944 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13945 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13946
13947 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13948
13949 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13950 CLEAN_MODULES): Add bash.
13951 (all-bash): New target.
13952
13953 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13954
13955 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13956
13957 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13958
13959 * config.sub (basic_machine): Recognize d10v as a valid processor.
13960
13961 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13962
13963 * mpw-configure: Add support for --bindir.
13964 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13965
13966 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13967
13968 * configure.in: add bash, time, gawk to list of hosttools and things
13969 to only build for native toolchains
13970
13971 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13972
13973 * Makefile.in (docdir): Remove.
13974
13975 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13976
13977 * Makefile.in (datadir): Set to $(prefix)/share.
13978
13979 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13980
13981 * configure.in: build diff and patch for cygwin32-hosted
13982 toolchains.
13983
13984 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13985
13986 * config.sub: Accept -rtems*.
13987
13988 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13989
13990 * configure.in: enable dosrel for cygwin32-hosted builds,
13991 remove diff from the list of things not buildable
13992 via Canadian Cross
13993
13994 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13995
13996 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13997 don't get ". ".
13998
13999 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14000
14001 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14002
14003 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14004
14005 * Makefile.in (taz): Handle case where tex3patch didn't even get
14006 checked out. Also, if it was found, put the symlink in a new util
14007 subdirectory.
14008
14009 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14010
14011 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14012
14013 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14014
14015 * config.sub: Recognize -openvms.
14016 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14017 * make-all.com, setup.com: New files.
14018
14019 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14020
14021 * Makefile.in (taz): tex3patch moved to texinfo/util.
14022
14023 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14024
14025 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14026 * configure.in: remove make from disable-if-Can-Cross list
14027 enable gdb if ${host} and ${target} are cygwin32
14028
14029 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14030
14031 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14032 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14033
14034 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14035
14036 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14037 distinguish sysv/svr4/bsd variants.
14038 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14039
14040 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14041
14042 * configure.in: Added copyright notice.
14043 * move-if-change: Added copyright notice.
14044
14045 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14046
14047 * configure.in (powerpcle-*-solaris*): Until we get shared
14048 libraries working, don't build gdb, sim, make, tcl, tk, or
14049 expect.
14050
14051 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14052
14053 * config.guess: Merge with FSF:
14054
14055 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14056 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14057
14058 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14059 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14060
14061 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14062 * config.guess: Combine two OSF1 rules.
14063 Also recognize field test versions. From mjr@zk3.dec.com.
14064 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14065 because GNU uname does not support -p. From pmr@pajato.com.
14066
14067 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14068
14069 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14070
14071 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14072
14073 * mpw-README: Document GCCIncludes.
14074
14075 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14076
14077 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14078
14079 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14080
14081 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14082
14083 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14084
14085 * configure.in (*-*-cygwin32): Configure make.
14086
14087 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14088
14089 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14090
14091 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14092
14093 * Makefile.in (all-inet): Depend on all-perl.
14094
14095 * Makefile.in (inet-install): New target.
14096
14097 * Makefile.in (all-inet): Depend on all-tcl.
14098 (all-inet): Depend on all-send-pr.
14099
14100 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14101
14102 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14103 temporarily.
14104
14105 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14106
14107 * configure.in: Don't configure --with-gnu-ld on AIX.
14108
14109 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14110
14111 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14112
14113 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14114
14115 * Makefile.in (ALL_MODULES): Added all-inet.
14116 (CROSS_CHECK_MODULES): Added check-inet.
14117 (INSTALL_MODULES): Added install-inet.
14118 (CLEAN_MODULES): Added clean-inet.
14119 (all-indent): New target.
14120
14121 * configure.in (host_tools): Added inet.
14122 (native_only): Added inet.
14123 (noconfigdirs): Added inet.
14124
14125 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14126
14127 * configure.in: Don't configure libgloss if we are not configuring
14128 newlib.
14129
14130 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14131
14132 * configure.in: Don't configure libgloss for unsupported
14133 architectures.
14134
14135 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14136
14137 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14138
14139 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14140
14141 * Makefile.in (ALL_MODULES): Include all-apache.
14142 (CROSS_CHECK_MODULES): Include check-apache.
14143 (INSTALL_MODULES): Include install-apache.
14144 (all-apache): New target.
14145
14146 * configure.in: Added apache everywhere perl is seen.
14147
14148 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14149
14150 * Makefile.in: Add support for clean-{module} and
14151 clean-target-{module} rules.
14152
14153 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14154
14155 * configure.in (*-*-ose) do not build libgloss.
14156
14157 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14158
14159 * config.guess (prep*:SunOS:5.*:*): Turn into
14160 powerpele-unknown-solaris2.
14161
14162 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14163
14164 * configure.in: Permit --enable-shared to specify a list of
14165 directories.
14166
14167 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14168
14169 * configure.in (host==solaris): Pass only the first word of $CC
14170 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14171
14172 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14173
14174 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14175
14176 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14177
14178 * Makefile.in (ALL_MODULES): Include all-perl.
14179 (CROSS_CHECK_MODULES): Include check-perl.
14180 (INSTALL_MODULES): Include install-perl.
14181 (ALL_X11_MODULES): Include all-guile.
14182 (CHECK_X11_MODULES): Include check-guile.
14183 (INSTALL_X11_MODULES): Include install-guile.
14184 (all-perl): New target.
14185 (all-guile): New target.
14186
14187 * configure.in (host_tools): Include perl and guile.
14188 (native_only): Include perl and guile.
14189 (noconfigdirs): Don't build guile and perl; no ports have been
14190 done.
14191
14192 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14193
14194 * configure (--enable-*): Handle quoted option lists such as
14195 --enable-sim-cflags='-g0 -O' better.
14196
14197 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14198
14199 * Makefile.in ({,inst}all-target): New rule so we can make and
14200 install all of the target directories easily.
14201
14202 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14203
14204 * configure.in: Add missing global flag in sed substitution when
14205 deleting `target-' from ${configdirs}.
14206
14207 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14208
14209 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14210 option.
14211
14212 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14213 config/mh-necv4.
14214
14215 * install.sh: Correct misspelling of transformbasename.
14216
14217 * config.guess: Recognize mips-*-sysv*.
14218
14219 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14220
14221 * config.sub: Recognize mon960.
14222
14223 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14224
14225 * configure: Restore Canadian Cross handling of BISON and LEX,
14226 removed in Feb 20 change.
14227
14228 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14229
14230 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14231 Mention make install. Remove the old copyright date as well the
14232 clumsy and rather pointless copyright on the README file.
14233
14234 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14235
14236 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14237 Makefile after running symlink-tree, then run `make distclean' to
14238 avoid clobbering any generated files in srcdir.
14239
14240 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14241
14242 * configure.in (m68k-*-netbsd*): Build everything now.
14243
14244 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14245
14246 * Makefile.in (taz): Fix quoting.
14247
14248 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14249
14250 * configure.in (sparclet-*-*): Build everything now.
14251
14252 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14253
14254 * configure.in (m68k-*-linux*): New host.
14255
14256 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14257
14258 * configure: Check for bison before byacc.
14259
14260 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14261
14262 * Makefile.in configure: Change the way LEX and BISON/YACC are
14263 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14264 searching PATH. These are used as fallbacks by Makefile.in if
14265 flex/bison/byacc aren't in objdir.
14266
14267 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14268
14269 * Makefile.in: Make everything which depends upon all-bfd also
14270 depend upon all-opcodes, in case --with-commonbfdlib is used.
14271
14272 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14273
14274 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14275 building NT native compilers on Unix.
14276
14277 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14278
14279 * configure.in: Don't get CC from the host Makefile fragment if we
14280 can find gcc in PATH, or if this is a Canadian Cross. Move the
14281 Solaris test for /usr/ucb/cc to the post target script, just after
14282 the compiler sanity test.
14283
14284 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14285
14286 * config.sub: Merge with FSF.
14287
14288 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14289
14290 * Makefile.in (RPATH_ENVVAR): New variable.
14291 (REALLY_SET_LIB_PATH): Use it.
14292 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14293
14294 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14295
14296 * config.sub, configure.in: Recognize sparclet cpu.
14297
14298 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14299
14300 * config.guess: Support m68k-cbm-sysv4.
14301
14302 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14303
14304 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14305 m68k-unknown-linuxaout from linker help string. Put quotes around
14306 $ld_help_string.
14307
14308 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14309
14310 * config.guess (powerpc-harris-powerunix): Add guess for port
14311 to new target.
14312
14313 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14314
14315 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14316
14317 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14318
14319 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14320 $(REALLY_SET_LIB_PATH) in Makefile.
14321 * Makefile.in (SET_LIB_PATH): New variable.
14322 (REALLY_SET_LIB_PATH): New variable.
14323 ($(DO_X)): Use $(SET_LIB_PATH).
14324 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14325 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14326 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14327 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14328 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14329 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14330 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14331 (install-dosrel): Likewise.
14332 (all-opcodes): Depend upon all-libiberty.
14333
14334 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14335
14336 * config.guess (*:CYGWIN*): New
14337
14338 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14339
14340 * Makefile.in (all-target-winsup): All all-target-libiberty.
14341
14342 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14343
14344 * configure.in (noconfigdirs): Add missing # in front of comment.
14345
14346 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14347
14348 * configure.in: add second pass to things added to noconfigdirs
14349 so *-gm-magic can exclude libgloss properly.
14350
14351 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14352
14353 * mpw-configure (extralibs_name, rez_name): Set correctly
14354 for MWC68K compiler.
14355
14356 * mpw-README: Add more info on the necessary build tools.
14357
14358 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14359
14360 * configure.in, config.sub: Recognize cygwin32.
14361
14362 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14363
14364 * config.guess, config.sub: Recognize A/UX.
14365
14366 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14367
14368 * config.sub: Merge with gcc/config.sub.
14369
14370 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14371
14372 * mpw-build.in (do-binutils): Add build of stamps.
14373
14374 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14375
14376 * config.sub: Add recognition for mips64vr4100*-* targets.
14377
14378 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14379
14380 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14381 Add creation of gconfigargs with `--enable-shared' turned on.
14382 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14383 ($(host)-stamp-stage3-configured): Likewise.
14384 (HOLES): Add chatr and ldd.
14385 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14386
14387 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14388
14389 * configure: Pass --nfp to recursive configures.
14390
14391 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14392
14393 * Makefile.in (DLLTOOL): New.
14394 (DLLTOOL_FOR_TARGET): New.
14395 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14396 (EXTRA_TARGET_FLAGS): Ditto.
14397 (EXTRA_GCC_FLAGS): Ditto.
14398 (CONFIGURE_TARGET_MODULES): Ditto.
14399 (DO_X): Ditto.
14400 * configure: Add DLLTOOL.
14401
14402 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14403
14404 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14405 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14406 mh-sco, since old workarounds no longer needed, and don't
14407 build ld, since libraries have weak symbols in COFF.
14408
14409 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14410
14411 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14412
14413 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14414
14415 * configure.in: Make sure that ${CC} can be used to compile an
14416 executable.
14417
14418 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14419
14420 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14421 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14422 nothing depending on whether gdbtk is being built.
14423
14424 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14425
14426 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14427
14428 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14429
14430 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14431 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14432
14433 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14434
14435 * config-ml.in: Add support for
14436 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14437 Simplify setting of multidirs from --disable-foo.
14438
14439 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14440
14441 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14442 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14443 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14444 non-empty, pass them on to the GCC make.
14445 (all-bootstrap): New rule that is like all-gcc, except it executes
14446 the GCC bootstrap rule instead of the GCC all rule.
14447
14448 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14449
14450 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14451
14452 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14453
14454 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14455 DG/UX support.
14456
14457 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14458
14459 * config.sub (i*86*) Change [345] to [3456]
14460
14461 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14462
14463 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14464 --with-gnu-ld=no.
14465
14466 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14467
14468 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14469 AIX multilibs get built.
14470
14471 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14472
14473 * configure.in (i386-win32): Don't build expect if we're not
14474 building the tcl subdir.
14475
14476 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14477
14478 * Makefile.in: (configure-target-examples, all-target-examples):
14479 New targets, configure and build example programs.
14480
14481 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14482
14483 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14484 use it as input to sedit the generated MPW makefile.
14485 * mpw-README: Add a suggestion about Gestalt.h.
14486
14487 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14488
14489 * config.sub: Accept *-*-ieee*.
14490
14491 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14492
14493 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14494 Ronald F. Guilmette <rfg@monkeys.com>.
14495
14496 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14497
14498 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14499 for powerpc-pe native.
14500 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14501 (target==powerpc-pe): duplicate i386-win32 entry.
14502
14503 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14504
14505 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14506 of vxworks, not just vxworks5.1.
14507
14508 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14509
14510 * mpw-configure: Add support for exec-prefix.
14511
14512 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14513
14514 * config.guess: Recognize HP model 816 machines as having
14515 a PA1.1 processor.
14516
14517 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14518
14519 * configure: Ignore new autoconf configure options.
14520
14521 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14522
14523 * config.guess: Recognize Pentium under SCO.
14524 From Robert Lipe <robertl@arnet.com>.
14525
14526 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14527
14528 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14529
14530 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14531
14532 * configure.in: Don't configure gas for alpha-dec-osf*.
14533
14534 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14535
14536 * configure.in: Default to --with-stabs for some targets for which
14537 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14538 i[345]86*-*-unixware*.
14539
14540 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14541
14542 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14543 rather than basing it on the target. Simplify handling of options
14544 controlling which directories to configure. Remove extraneous
14545 slash in multi-clean target.
14546
14547 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14548
14549 * config-ml.in: Prefix more variables with ml_ so they don't collide
14550 with configure's.
14551
14552 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14553
14554 * configure: Don't turn -v into --v.
14555
14556 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14557
14558 * configure.in (targargs): Fix typo.
14559
14560 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14561
14562 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14563
14564 * configure.in: Strip --host and --target options from
14565 CONFIG_ARGUMENTS, and always configure for --host only. Add
14566 --with-cross-host option when building with a cross-compiler.
14567 * configure: Canonicalize the arguments put into config.status by
14568 always using `=' for an option with an argument. Pass a presumed
14569 --host or --target explicitly.
14570
14571 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14572
14573 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14574 into general OS recognition case.
14575
14576 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14577
14578 * configure.in (target_configdirs): add target-winsup only
14579 for win32 target systems.
14580
14581 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14582
14583 * Makefile.in (all-target-libgloss): Depend upon
14584 configure-target-newlib, since when libgloss is built it looks to
14585 see if the newlib directory exists.
14586
14587 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14588
14589 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14590 cfg-ml-*.in.
14591
14592 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14593
14594 * configure: Handle LD and LD_FOR_TARGET when configuring a
14595 Canadian Cross.
14596
14597 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14598
14599 * configure.in (target_libs): add target-winsup.
14600 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14601 (target==ppcle-pe): remove ld from $noconfigdirs.
14602
14603 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14604
14605 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14606 Preserve relative path names in $srcdir. Build symlink tree if
14607 configuring cross target dir and srcdir=. (= no VPATH support).
14608 (configure-target-libg++): Depend on configure-target-librx.
14609 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14610 * config-ml.in: New file.
14611 * symlink-tree: New file.
14612 * configure: Ensure srcdir="." if that's what it is.
14613
14614 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14615
14616 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14617 includes and FLEX_SKELETON setting.
14618 * mpw-configure (--with-gnu-ld): New option, controls whether
14619 to use PPCLink or ld with PowerMac GCC.
14620 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14621 * mpw-config.in: Configure grez if targeting Mac.
14622
14623 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14624 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14625 just macos.
14626 * configure.in: Configure grez resource compiler if targeting Mac.
14627 * Makefile.in (all-grez, install-grez): New targets.
14628
14629 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14630
14631 * configure: CXX defaults to gcc, not g++. If we find
14632 gcc in the path, set CC to gcc -O2.
14633
14634 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14635
14636 * configure: Default ${build} correctly. Avoid picking up extra
14637 spaces when reading CC and CXX from Makefile. When doing a
14638 Canadian Cross, use plausible default values for numerous
14639 variables.
14640 * configure.in: When doing a Canadian Cross, don't try to
14641 configure tools whose configure script can't handle it.
14642
14643 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14644
14645 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14646
14647 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14648
14649 * configure: Remove dubious bug reporting address.
14650
14651 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14652
14653 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14654 configure script, run that instead of this directory's configure.
14655 In either case, print a message that we're configuring the sub-dir.
14656
14657 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14658
14659 * configure.in: Before checking for the existence of various files,
14660 use sed to filter out "target-".
14661
14662 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14663
14664 * Makefile.in (DO_X): Split rule to decrease command line length
14665 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14666 (Philippe De Muyter).
14667
14668 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14669
14670 * Makefile.in (all-patch): depend on all-libiberty.
14671
14672 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14673
14674 * configure.in: If the only directory in target_configdirs which
14675 actually exists is libiberty, then set target_configdirs to empty,
14676 to avoid trying to build a target libiberty in a gas or gdb
14677 distribution.
14678
14679 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14680
14681 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14682 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14683 systems.
14684
14685 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14686
14687 * configure.in (copy_dirs): Use sys-include instead of include
14688 for --with-headers option.
14689
14690 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14691
14692 * Makefile.in, configure.in: Make winsup builds work with
14693 new scheme.
14694
14695 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14696
14697 * configure.in: Build the linker on AIX.
14698
14699 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14700
14701 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14702 where needed.
14703
14704 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14705
14706 * Makefile.in (all-gcc): Fix typo.
14707
14708 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14709
14710 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14711
14712 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14713
14714 * configure.in: Rename libFOO to target-libFOO, and xiberty
14715 to target-xiberty, to provide more flexibility.
14716 (target_subdir): Define. Create if cross.
14717 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14718 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14719 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14720 check-libFOO -> check-target-libFOO, etc.
14721 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14722 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14723 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14724 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14725 allow ALL_GCC="" to only configure.
14726 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14727 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14728 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14729
14730 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14731
14732 * Makefile.in (taz): Build "info" in etc explicitly.
14733
14734 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14735
14736 * configure.in: Make sure that CC is undefined (as opposed to
14737 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14738 problem with autoconf trying to configure on a host without GCC.
14739
14740 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14741
14742 * mpw-configure: Set host alias from choice of host compiler,
14743 only use generic MPW Makefile sed if present, edit a file
14744 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14745 * mpw-README: Add problem notes about CW6 and CW7.
14746
14747 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14748
14749 * Makefile.in (taz): Use ";" instead of ";;".
14750
14751 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14752
14753 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14754 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14755 DISTDOCDIRS.
14756 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14757 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14758
14759 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14760
14761 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14762 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14763 Move bfd to DISTSTUFFDIRS.
14764
14765 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14766
14767 * Makefile.in (X11_LIB): Removed.
14768 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14769
14770 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14771
14772 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14773
14774 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14775 names.
14776
14777 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14778
14779 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14780
14781 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14782
14783 * configure.in (i[345]86-*-win32): Always build newlib.
14784 Don't configure cvs, autoconf or texinfo.
14785 * Makefile.in (LD_FOR_TARGET): New.
14786 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14787 Pass down LD_FOR_TARGET.
14788
14789 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14790
14791 * winsup: New directory.
14792 * Makefile.in: Build winsup.
14793 * configure.in: Winsup is configured when target is win32.
14794 Can only build win32 target GDB when native.
14795
14796 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14797
14798 * config.guess: Recognize HP model 819 machines as having
14799 a PA 1.1 processor.
14800
14801 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14802
14803 * configure: Fix sed loop which substitutes for CC and CXX to
14804 avoid bug found in various sed implementations.
14805
14806 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14807
14808 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14809 simulator. Use standard powerpc-*-eabi*.
14810
14811 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14812
14813 * configure.in: Stop putting gas and binutils in noconfigdirs for
14814 powerpc-*-aix* and rs6000-*-*.
14815
14816 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14817
14818 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14819 -mcall-aixdesc libraries.
14820
14821 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14822
14823 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14824
14825 * config.sub (arm | armel | armeb): Fix shell syntax.
14826
14827 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14828
14829 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14830 -msoft-float and -mcpu=common support.
14831 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14832 libraries.
14833
14834 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14835
14836 * configure.in: Allow configuration and build of emacs19 for the alpha.
14837
14838 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14839
14840 * configure.in (CC): Get ^CC, not just any old CC, from
14841 ${host_makefile_frag}.
14842
14843 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14844
14845 * configure.in (CC): Try to get CC from
14846 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14847
14848 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14849
14850 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14851 only if it exists in $(srcdir).
14852
14853 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14854
14855 * configure: If CC and CXX are not set in the environment, set
14856 them, based on either an existing Makefile or on searching for gcc
14857 in PATH. Substitute for CC and CXX in Makefile.
14858 * configure.in: Remove libm from target_libs. Separate
14859 target_configdirs from configdirs. If CC is not set in
14860 environment, try to get it from a host Makefile fragment. Rewrite
14861 changes of configdirs to use skipdirs instead. A few minor
14862 tweaks. Take directories out of target_configdirs as they are
14863 taken out of configdirs. Remove existing Makefile files from
14864 subdirectories. Substitute for TARGET_CONFIGDIRS and
14865 CONFIG_ARGUMENTS in Makefile.
14866 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14867 by configure.in.
14868 (CONFIG_ARGUMENTS): Likewise.
14869 (CONFIGURE_TARGET_MODULES): New variable.
14870 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14871 ($(CONFIGURE_TARGET_MODULES)): New target.
14872 (configure-libg++, configure-libio): New targets.
14873 (all-libg++): Depend upon configure-libg++.
14874 (all-libio): Depend upon configure-libio.
14875 (configure-libgloss, all-libgloss): New targets.
14876 (configure-libstdc++): New target.
14877 (all-libstdc++): Depend upon configure-libstdc++.
14878 (configure-librx, all-librx): New targets.
14879 (configure-newlib): New target.
14880 (all-newlib): Depend upon configure-newlib
14881 (configure-xiberty): New target.
14882 (all-xiberty): Depend upon configure-xiberty.
14883
14884 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14885
14886 * configure.in (host i[345]86-*-win32): Expand the
14887 noconfigdirs again.
14888
14889 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14890
14891 * mpw-configure: Fix sed command file name.
14892
14893 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14894
14895 * configure.in (host i[345]86-*-win32): Reduce the
14896 noconfigdirs again.
14897
14898 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14899
14900 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14901 or powerpc*-*-pe*, since they are not yet supported.
14902
14903 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14904
14905 Add PowerMac support and many other enhancements.
14906 * mpw-configure: New option --cc to select compiler to use,
14907 paste options set according to --cc into the generated
14908 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14909 if mpw-make.sed is present.
14910 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14911 add forward includes for PowerPC include files.
14912 * mpw-build.in: Build using Makefile.PPC if present.
14913 (do-byacc, etc): Remove separate version resource builds.
14914 (do-gas): Build "stamps" before "all".
14915 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14916 * mpw-README: Update to reflect --cc option, PowerMac support,
14917 and recently-reported compatibility problems.
14918
14919 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14920
14921 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14922 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14923 (--with-multilib-top): Pass to recursive invocations.
14924
14925 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14926
14927 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14928 v810-*-*.
14929
14930 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14931
14932 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14933 gdb, ld and opcodes on v810-*-*.
14934
14935 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14936
14937 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14938 (local-maintainer-clean): New target.
14939 (maintainer-clean): New target.
14940 (realclean): Just depend upon maintainer-clean.
14941
14942 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14943
14944 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14945
14946 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14947
14948 * configure.in: Build ld in mips*-*-bsd* case.
14949
14950 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14951
14952 * config.sub: Accept -lites* OS. From Ian Dall.
14953
14954 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14955
14956 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14957 targets.
14958
14959 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14960
14961 * configure.in: treat i386-win32 canadian cross the same as
14962 i386-go32 canadian cross.
14963
14964 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14965
14966 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14967 running under the simulator to build a reduced set of libraries.
14968 (powerpc-*-eabiaix): Add fine grained multilib support added to
14969 other powerpc targets yesterday.
14970
14971 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14972
14973 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14974 -disable-softfloat, -disable-relocatable, -disable-aix, and
14975 -disable-sysv to control which multilib libraries get built.
14976
14977 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14978
14979 * configure: Add Makefile.tem to list of files to remove in trap
14980 handler.
14981
14982 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14983
14984 * config.guess (*Linux*): Add missing "exit"s.
14985 Also, need specific check for alpha-unknown-linux (uses COFF).
14986
14987 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14988
14989 * config.guess: Merge with FSF:
14990
14991 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14992 * config.guess (AIX4): More robust release numbering discovery.
14993
14994 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14995 * config.guess (i386-sequent-ptx): Properly get version number.
14996
14997 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14998 * config.guess (mips:*:4*:UMIPS): New case.
14999
15000 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15001
15002 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15003 (i386-win32 host): Likewise. Don't build readline.
15004
15005 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15006
15007 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15008 SUPPORT_FILES to submakes.
15009
15010 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15011
15012 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15013 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15014 mpw-configure.
15015
15016 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15017
15018 * configure.in (appdirs): Use =, not ==, in test expression when
15019 trying to build the text to print in the warning message for
15020 Solaris users.
15021
15022 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15023
15024 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15025
15026 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15027
15028 * config.guess: Recognize lynx-2.3.
15029
15030 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15031
15032 * config.sub (z8ksim): Deleted
15033 (z8k-*-coff): New, this is the one true name of the target.
15034
15035 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15036
15037 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15038
15039 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15040
15041 * config.guess (*:Linux:*:*): First try asking the linker what the
15042 default object file format is (elf, aout, or coff). Then if this
15043 fails, try previous methods.
15044
15045 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15046
15047 * configure.in: Don't build newlib for *-*-vxworks5.1.
15048
15049 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15050
15051 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15052 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15053
15054 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15055
15056 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15057
15058 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15059
15060 * cfg-ml-com.in: New file.
15061 * cfg-ml-pos.in: New file.
15062
15063 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15064
15065 * COPYING.NEWLIB: Add HP free copyright to list.
15066
15067 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15068
15069 * config.sub: Recognize -eabi* for the system, not just -eabi.
15070
15071 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15072
15073 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15074 * config.sub, configure.in (win32): New target and host.
15075
15076 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15077
15078 * configure.in: Add i386-pe configuration.
15079
15080 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15081
15082 * mpw-build.in (install): Install GDB after LD.
15083
15084 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15085
15086 * mpw-config.in (elf/mips.h): Always forward-include, needed
15087 for GDB to build.
15088
15089 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15090
15091 * testsuite: New directory for customer acceptance and whole tool
15092 chain tests.
15093
15094 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15095
15096 * configure: If per-host line isn't found, but AC_OUTPUT is found
15097 and a configure script exists, run it instead.
15098
15099 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15100
15101 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15102
15103 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15104
15105 * configure: Set build_{cpu,vendor,os,alias} to host values when
15106 --build isn't specified.
15107
15108 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15109
15110 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15111 (FLAGS_TO_PASS): Pass them.
15112 (EXTRA_TARGET_FLAGS): Ditto.
15113
15114 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15115
15116 * Makefile.in (all-libg++): Depend on all-libstdc++.
15117
15118 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15119
15120 * configure.in (noconfigdirs): Enable all packages for
15121 i386-unknown-netbsd.
15122
15123 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15124
15125 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15126 hosted builds (DOS builds)
15127
15128 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15129
15130 Changes for ARM based on patches from Richard Earnshaw:
15131 * config.sub: Handle armeb and armel.
15132 * configure.in: Omit arm linker only for riscix.
15133
15134 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15135
15136 * config.guess: Update from FSF.
15137
15138 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15139
15140 * config.sub: Recognize powerpcle as the little endian variant of
15141 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15142 powerpcle variant. Convert pentium into i586, not i486. Add p5
15143 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15144 temporarily.
15145
15146 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15147
15148 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15149
15150 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15151
15152 * config.sub: Accept -lites* as a basic system type.
15153
15154 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15155
15156 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15157 installed, and if so return linuxoldld as the system name.
15158
15159 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15160
15161 * config.guess: Add hppa1.1-hp-lites support.
15162
15163 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15164
15165 * configure.in: Don't build newlib for m68k-vxworks5.1.
15166
15167 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15168
15169 * configure.in (mips-sgi-irix6): Use mh-irix5.
15170
15171 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15172
15173 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15174
15175 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15176
15177 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15178 OSF/1. Fix compiler flags.
15179 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15180
15181 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15182
15183 * configure.in: Recognize --with-newlib.
15184 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15185
15186 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15187
15188 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15189 to *_X11_MODULES due to gdbtk needing X include files et al.
15190
15191 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15192
15193 Merge in support for Mac MPW as a host.
15194 (Old change descriptions retained for informational value.)
15195
15196 * mpw-config.in: Add generic include forwards for cpu-specific
15197 include files in aout and elf directories.
15198
15199 * mpw-configure: Added copyright.
15200 * mpw-config.in: Check for presence of required build tools.
15201 (target_libs): Add newlib.
15202 (target_tools): Add examples.
15203 (Read Me): Generate as "Read Me for MPW" instead.
15204 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15205 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15206 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15207
15208 * mpw-configure: Remove subdir-specific makefile hackery,
15209 delete mk.tmp after using it.
15210
15211 * mpw-build.in (all): Display start and end times.
15212
15213 * mpw-configure (host_canonical): Set.
15214 (target_cpu): Always add to makefiles.
15215 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15216 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15217 (mpw-mh-mpw): Look for in srcdir and srcroot.
15218 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15219
15220 * mpw-build.in: (install-only): New target.
15221
15222 * mpw-configure (host_alias, target_alias): Rename from hostalias
15223 and targetalias, add into generated Makefile.
15224 (mk.tmp): If present, add into generated Makefile.
15225 * mpw-build.in (all-gas): Build config.h first before gas proper.
15226
15227 * mpw-configure (config.status): Write only if changed.
15228 * mpw-config.in (readline): Configure it (not built, just used for
15229 definitions).
15230
15231 * mpw-config.in (elf/mips.h): Add a forward include.
15232
15233 * mpw-config.in: Forward-include most .h files in include into
15234 extra-include.
15235 (readline): Don't build.
15236 mpw-build.in (install): Install GDB.
15237
15238 * mpw-configure (prefix, mpw_prefix): Handle it.
15239 * mpw-config.in (mmalloc, readline): Don't configure.
15240 * mpw-build.in (thisscript): Rename to ThisScript.
15241 Use mpw-build instead of BuildProgram everywhere.
15242 (mmalloc, readline): Don't build.
15243 * mpw-README: New file, basic documentation about the MPW port.
15244
15245 * mpw-config.in: Use forward-include to create include files.
15246
15247 * mpw-configure: Add more things to the top of each configured
15248 Makefile, including contents of config/mpw-mh-mpw.
15249 * mpw-config.in (extra-include): Create this directory and fill it
15250 with Posix-like include files when configuring.
15251
15252 * config.sub (apple, mac, mpw): Add various aliases.
15253
15254 * mpw-build.in: New file, top-level build script fragment for MPW.
15255 * mpw-configure: New file, configure script for MPW.
15256 * mpw-config.in: New file, config fragment for MPW.
15257
15258 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15259
15260 * configure.in (host_libs): Remove glob, since it is gone from the
15261 sources.
15262
15263 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15264
15265 * Makefile.in: define empty GDB_NLM_DEPS var.
15266
15267 * configure.in(target_makefile_frag): use config/mt-netware
15268 for netware targets.
15269
15270 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15271
15272 * config.sub: Merge in recent FSF changes. Remove linux special
15273 cases.
15274
15275 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15276
15277 Revert this change:
15278
15279 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15280
15281 * build-all.mk: Use CC=cc -Xs on Solaris.
15282
15283 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15284
15285 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15286 stop using it.
15287 * Makefile.in: Nuke all references to glob subdirectory.
15288
15289 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15290
15291 * configure.in: Fix --enable-shared logic in per-host.
15292
15293 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15294
15295 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15296
15297 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15298
15299 * configure.in (noconfigdirs): Don't build gas on AIX, for
15300 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15301
15302 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15303
15304 * configure: Fix --cache-file to work if the file argument is a
15305 relative path.
15306
15307 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15308
15309 * configure: If the --cache-file is used, pass it down to
15310 configure in subdirectories.
15311
15312 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15313
15314 * config.sub: add vxworks29k configuration.
15315
15316 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15317
15318 * Makefile.in (taz): Do "diststuff" part quietly.
15319
15320 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15321
15322 * config.sub: Mini-merge with gcc/config.sub.
15323
15324 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15325
15326 * config.guess (IRIX): Sed - to _.
15327
15328 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15329
15330 * Makefile.in (source-vault, binary-vault): New targets.
15331
15332 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15333
15334 * config.sub: Recognize -eabi as a basic system type.
15335
15336 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15337
15338 * configure.in (enable_shared stuff): Fix typo.
15339
15340 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15341
15342 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15343
15344 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15345
15346 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15347
15348 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15349
15350 * configure.in (rs6000-*-*): Don't build gas.
15351
15352 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15353
15354 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15355 reduce command line length.
15356 (AS_FOR_TARGET): Check for as.new, not Makefile.
15357 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15358
15359 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15360
15361 * config.guess: Merge from FSF.
15362
15363 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15364
15365 * configure: Don't use $ when handling program_suffix.
15366
15367 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15368
15369 * configure.in: Configure tk for hppa/hpux.
15370
15371 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15372
15373 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15374
15375 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15376
15377 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15378 to LIBCXXFLAGS. Tests are better run without it.
15379
15380 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15381
15382 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15383
15384 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15385
15386 * configure.in (*-*-netware*): Don't configure xiberty.
15387
15388 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15389
15390 * configure.in: Remove tk from native_only list.
15391
15392 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15393
15394 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15395 for special NCD build.
15396
15397 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15398
15399 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15400 makeall.bat, they're only useful for binutils snapshots.
15401 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15402 makeall.bat to specified SUPPORT_FILES.
15403
15404 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15405
15406 * build-all.mk: Add Ericsson targets to sun4 and solaris
15407 hosts. Add BNR's sun4 target to solaris host, so their
15408 build-from-source will be tested in-house first.
15409
15410 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15411
15412 * Makefile.in (LIBCFLAGS): New variable.
15413 (CFLAGS_FOR_TARGET): Ditto.
15414 (LIBCFLAGS_FOR_TARGET): Ditto.
15415 (LIBCXXFLAGS): Ditto.
15416 (CXXFLAGS_FOR_TARGET): Ditto.
15417 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15418 (BASE_FLAGS_TO_PASS): Pass them.
15419 (EXTRA_TARGET_FLAGS): Ditto.
15420
15421 * configure.in: Support --enable-shared.
15422
15423 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15424
15425 * configure.in (target_libs): Include libstdc++ again.
15426 * config.guess: Update from FSF (for FreeBSD).
15427
15428 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15429
15430 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15431 makeall.bat.
15432 (DISTDOCDIRS): Add `etc'.
15433 (ETC_SUPPORT_PFX): New variable.
15434 (taz): Include anything from etc starting with a word in
15435 ETC_SUPPORT_PFX.
15436
15437 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15438
15439 * config.sub: Update for recent FSF changes. Remove obsolete
15440 h8300hds entry. Add -windows* and -osx as basic os. Minor
15441 spacing changes.
15442
15443 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15444
15445 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15446
15447 * config.guess: Merge with FSF.
15448 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15449
15450 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15451
15452 * configure: Since the "trap 0" handler will override the exit
15453 status on many systems, only use it for "exit 1", and make it set
15454 a non-zero exit status; reset it before "exit 0". Also, check
15455 exit status of config.sub, and error out if it failed.
15456
15457 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15458
15459 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15460 and install libgloss.
15461
15462 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15463
15464 * Makefile.in (all-binutils): Depend upon all-byacc.
15465
15466 * configure.in: Don't build emacs on Irix 5.
15467
15468 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15469
15470 * configure.in (*-*-netware*): Add libio.
15471
15472 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15473
15474 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15475 (CHECK_TARGET_MODULES): Ditto.
15476 (INSTALL_TARGET_MODULES): Ditto.
15477 (TARGET_LIBS): Ditto.
15478 (all-libstdc++): Note dependencies.
15479
15480 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15481
15482 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15483
15484 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15485
15486 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15487 -fexternal-templates.
15488
15489 * configure.in (target_libs): Add libstdc++.
15490 (noconfigdirs): Add libstdc++ as appropriate.
15491
15492 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15493
15494 * config.guess: Update from FSF.
15495
15496 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15497
15498 * configure: Use ${config_shell} when running ${configsub}.
15499
15500 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15501
15502 * config.sub: No longer recognize h8300h.
15503
15504 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15505
15506 * config.sub: Remove extraneous differences between config.sub and
15507 gcc/config.sub.
15508
15509 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15510
15511 * Makefile.in (DISTSTUFFDIRS): Add gas.
15512
15513 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15514
15515 * COPYING.NEWLIB: New file.
15516
15517 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15518
15519 * config.guess (HP-UX): Patch from Harlan Stenn
15520 <harlan@landmark.com> to also emit release level.
15521
15522 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15523
15524 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15525
15526 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15527
15528 * config.sub: Merge nextstep cleanup from FSF.
15529
15530 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15531
15532 * configure.in (arm-*-*): Don't configure ld for this target.
15533
15534 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15535
15536 * configure.in (*-*-netware): don't configure libg++, libio,
15537 librx, or newlib.
15538
15539 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15540
15541 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15542 configure ld--it works, but it doesn't support shared libraries.
15543
15544 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15545
15546 * config.guess (*-unknown-freebsd*): Get rid of possible
15547 trailing "(Release)" in version string.
15548 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15549
15550 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15551
15552 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15553 Fix type: *-next-neststep -> *-next-nextstep.
15554
15555 * config.guess: Merge from FSF:
15556
15557 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15558
15559 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15560
15561 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15562
15563 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15564 instead of UNIX_SV for UnixWare 1.0).
15565
15566 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15567
15568 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15569 to make gdb/nlm/* build after the compiler and linker.
15570
15571 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15572
15573 * config.guess (netbsd, freebsd, linux): Accept any machine,
15574 not just i[34]86.
15575 (m68k-atari-sysv4): Relocate to match FSF version.
15576
15577 * config.guess: More merges from the FSF:
15578
15579 Add a space before function call or macro invocation.
15580
15581 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15582
15583 * config.guess: Add trap cmd to remove dummy.c and dummy when
15584 interrupted.
15585
15586 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15587
15588 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15589 (dummy): Redirect stderr from compilation of dummy.c.
15590
15591 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15592
15593 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15594
15595 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15596
15597 * configure: Accept and ignore --cache*, for compatibility with
15598 new autoconf.
15599
15600 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15601
15602 * config.guess: Merge from FSF:
15603
15604 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15605
15606 * config.guess (Pyramid*:OSx*:*:*): New case.
15607 (PATH): Add /.attbin at end for finding uname.
15608 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15609
15610 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15611
15612 * config.guess (M88*:DolphinOS:*:*): New case.
15613
15614 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15615
15616 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15617 to select whether to use ELF or COFF.
15618
15619 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15620
15621 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15622
15623 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15624
15625 * config.guess: Guess the OS version for HPUX.
15626
15627 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15628
15629 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15630
15631 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15632
15633 * configure.in: Recognize --with-headers, --with-libs, and
15634 --without-newlib.
15635 * Makefile.in (all-xiberty): Depend upon all-ld.
15636
15637 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15638
15639 * configure.in: Change i[34]86 to i[345]86.
15640
15641 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15642
15643 * configure (version): A few more tweaks to help message.
15644
15645 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15646
15647 * Makefile.in: Remove (for now) librx as a host library,
15648 now that we're building it for target.
15649
15650 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15651
15652 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15653 (Karl Berry).
15654
15655 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15656
15657 * configure.in: Also configure librx.
15658
15659 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15660
15661 * Makefile.in: Update various rules to reflect that librx
15662 is now needed for libg++.
15663
15664 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15665
15666 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15667
15668 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15669
15670 * configure.in: Configure the examples directory.
15671
15672 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15673
15674 * configure: Simplify Jun 2 1994 change.
15675
15676 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15677
15678 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15679 /bin/gcc isn't good enough to build gcc.
15680
15681 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15682
15683 * Makefile.in (GDB_SUPPORT_FILES): Remove
15684 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15685 (gdb.tar.gz): Add new rule to use standard distribution building
15686 mechanism.
15687
15688 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15689
15690 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15691 Bill Cox <bill@cygnus.com>.
15692
15693 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15694
15695 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15696
15697 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15698
15699 * configure: Search current dir first in .gdbinit.
15700
15701 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15702
15703 * config.sub: Recognize freebsd (merged from gcc config.sub).
15704
15705 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15706
15707 * config.sub: Refer to NeXT's operating system as nextstep.
15708
15709 * config.sub (case $basic_machine): Re-order the cases, to match
15710 the order in the FSF version (which is mostly alphabethical).
15711 Merge in some additions and changes from the FSF.
15712
15713 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15714
15715 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15716 * config.sub: Recognize cxux7.
15717 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15718
15719 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15720
15721 * config.sub: Fix typo powerpc -> powerpc-*.
15722
15723 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15724
15725 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15726
15727 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15728 parallel with all-emacs and install-emacs). Top-level command
15729 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15730
15731 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15732
15733 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15734 $(relbindir)/make before doing ``make install'', and use
15735 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15736 installing over running make binary.
15737 ($(host)-stamp-stage3-installed): Likewise.
15738
15739 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15740
15741 * config.guess: Recognize Mach.
15742
15743 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15744
15745 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15746 see whether --exec-prefix was used.
15747
15748 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15749
15750 * README: Explicitly mention libg++/README. (Zoo's idea.)
15751
15752 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15753
15754 * Makefile.in: Add all-librx target similar to all-libproc.
15755
15756 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15757
15758 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15759 with post 1.2 uname bogosity.
15760
15761 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15762
15763 * configure: Remove temporary files on receipt of a signal.
15764
15765 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15766
15767 * configure: If there is a package_makefile_frag, remove
15768 ${subdir}/Makefile.tem after copying it in.
15769
15770 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15771
15772 * build_all.mk: support rs6000 lynx identifies itself as
15773 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15774 since /bin/gcc is too feeble to compile a modern gcc.
15775
15776 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15777
15778 * brought devo/test-build.mk update-to-date with progressive/
15779 test-build.mk. Add lynx targets and hppa flag info.
15780
15781 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15782
15783 * configure.in: Use mh-ncrsvr43. Patch from
15784 Tom McConnell <tmcconne@sedona.intel.com>.
15785
15786 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15787
15788 * config.guess (i386-unknown-bsdi): No longer need to
15789 check #if defined(__bsdi__) && defined(__i386__).
15790
15791 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15792
15793 * configure: Set program_transform_nameoption correctly.
15794
15795 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15796
15797 * brought build-all.mk update-to-date with progressive build-all.mk,
15798 added new targets and hppa info.
15799
15800 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15801
15802 * configure: If config.guess result is a prefix of the user
15803 specified target, assume a native build and use the user specified
15804 target as the host alias. Remove SunOS patch suffix removal hack.
15805 * configure.in: Remove SunOS patch suffix removal hack.
15806
15807 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15808 in NATIVE_CHECK_MODULES.
15809
15810 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15811
15812 * Makefile.in: Rename HOST_ONLY to NATIVE.
15813 * configure: Delete SunOs patch suffix from host_canonical
15814 and build_canonical variables that are prepended to Makefiles.
15815 * configure.in: Add comments for easier maintenance.
15816
15817 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15818
15819 * Makefile.in: Add all-libproc target similar to all-gui.
15820
15821 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15822
15823 * Makefile.in (CHECK_MODULES): split into
15824 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15825
15826 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15827
15828 * config.guess (i386-unknown-bsdi): New system to guess.
15829
15830 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15831
15832 * Makefile.in: Add all-gui target (but not yet build by "all").
15833
15834 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15835
15836 * config.sub: Move deletion of patch suffix from here...
15837 * configure.in: To here, at Ian's suggestion. The top-
15838 level scripts might need to know of a patch level.
15839
15840 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15841
15842 * config.sub: Strip off patch suffix so rtl is recognized
15843 as a sunos4.1.3 machine, even though it's been patched.
15844
15845 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15846
15847 * Makefile.in (INSTALL_LAST): Delete.
15848 (INSTALL_DOSREL): New.
15849
15850 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15851
15852 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15853 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15854 whether we pass down --with-gnu-ld anyhow.
15855
15856 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15857
15858 * Makefile.in (INSTALL_LAST): Change operation so it works
15859 on more flavors of make.
15860 * configure.in (go32): Don't build libg++ or libio.
15861
15862 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15863
15864 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15865 they can be overriden by templates.
15866
15867 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15868
15869 * configure.in (target==go32): Don't build gdb.
15870 * dosrel: New directory.
15871
15872 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15873
15874 * configure.in (host==go32): Configure dosrel too.
15875 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15876 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15877 be set by incoming names or templates.
15878 (INSTALL_LAST): New rule.
15879
15880 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15881
15882 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15883
15884 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15885
15886 * configure.in (appdirs): New variable. Currently empty, but will
15887 be used in gas distribution. If nonempty, lists a set of
15888 directories at least one of which must get configured, or top
15889 level configuration is considered to have failed.
15890 (rs6000-*-lynxos*): Use new file name.
15891
15892 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15893
15894 Eliminate XTRAFLAGS.
15895 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15896 newlib include files using -idirafter, and also use -nostdinc.
15897 (CXX_FOR_TARGET): Likewise.
15898 (XTRAFLAGS): Removed.
15899 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15900 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15901 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15902 ($(DO_X)): Don't pass down XTRAFLAGS.
15903
15904 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15905
15906 * configure.in (mips*-dec-bsd*): New target; do build linker.
15907 (mips*-*-bsd*): New target; don't build linker.
15908
15909 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15910
15911 * configure.in: support rs6000-*-lynxos* configuration.
15912 support sunos4 as a cross target.
15913
15914 * config.sub: look for lynx*, not lynx since the OS version may
15915 legitimately be part of the name.
15916
15917 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15918
15919 * configure.in (i[34]86-*-sco*): Move to be with other i386
15920 targets.
15921 (romp-*-*): New target. Skip various binary utilities.
15922 (vax-*-*): New target. Don't build newlib.
15923 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15924
15925 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15926
15927 * configure.in: Only set host_makefile_frag if config
15928 directory exists.
15929
15930 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15931
15932 * install.sh: If $dstdir exists, don't check whether each
15933 component does.
15934
15935 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15936
15937 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15938
15939 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15940
15941 * configure.in (*-*-lynxos*): Don't configure newlib for either
15942 native or cross Lynx.
15943
15944 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15945
15946 * config.sub (sparc64-elf): Fix os.
15947 (z8k): Remove duplicate.
15948
15949 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15950
15951 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15952 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15953
15954 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15955
15956 * configure: Make file links cleanly even if Lynx fails on
15957 an NFS symlink (at least fail cleanly).
15958
15959 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15960
15961 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15962 -XNh2000.
15963
15964 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15965
15966 * configure: Unknown options are fatal again.
15967
15968 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15969
15970 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15971 compatibility.
15972
15973 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15974
15975 * build-all.mk: Add `clean' target.
15976
15977 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15978
15979 * config.guess: Add SINIX support.
15980 * configure.in: Add mips-*-sysv4* support.
15981
15982 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15983
15984 * build-all.mk: Document all useful targets.
15985 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15986 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15987
15988 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15989
15990 * configure: Support --silent, --quiet.
15991
15992 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15993
15994 * configure: Support --disable-FEATURE.
15995
15996 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15997
15998 * config.guess: Recognize NCR running SVR4.3.
15999
16000 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16001
16002 * config.guess: Make BSDI generate i386-unknown-bsd386.
16003 Patch from Paul Eggert <eggert@twinsun.com>.
16004
16005 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16006
16007 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16008
16009 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16010
16011 * configure: Make unrecognized options give nonfatal warnings
16012 instead of fatal errors, and pass them to any subdirectory
16013 configures in case they recognize them.
16014 Make --x equivalent to --with-x.
16015
16016 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16017
16018 * configure: Add --enable-* options. Clean up usage message and
16019 some comments.
16020
16021 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16022
16023 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16024
16025 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16026
16027 * configure.in (hppa*-*-*): Enable binutils.
16028
16029 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16030
16031 * config.sub: Recognize cisco.
16032
16033 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16034
16035 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16036
16037 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16038
16039 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16040 than one configuration name. Add comment.
16041
16042 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16043
16044 * config.guess: about target *-hitachi-hiuxwe2, fixed
16045 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16046 macro is incorrect.]
16047
16048 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16049
16050 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16051 than the "make ls" stuff which used to be here.
16052
16053 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16054
16055 * config.guess: Recognize i[34]86-unknown-freebsd.
16056 From Shawn M Carey <smcarey@rodan.syr.edu>.
16057
16058 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16059
16060 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16061
16062 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16063
16064 * config.guess: Check for ptx.
16065
16066 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16067
16068 * config.sub: Add os9k checking.
16069
16070 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16071
16072 * config.guess: Handle OSF1 running on HPPA processors
16073
16074 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16075
16076 * configure: If subdir configure fails, print out a message with
16077 subdirectory name, in case subdir's configure code didn't identify
16078 itself.
16079
16080 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16081
16082 * configure.in: Remove embedded newlines from configdirs.
16083 Avoid mismatches of substrings. Fix matching strings at end
16084 of configdirs.
16085
16086 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16087
16088 * config.guess: Add Lynx/rs6000 config support.
16089
16090 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16091
16092 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16093
16094 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16095
16096 * configure.in (hppa*-*-osf*): Treat this just like most other
16097 PA configurations (eg no binutils or ld).
16098 (hppa*-*-*elf*): These configurations have binutils and ld.
16099
16100 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16101
16102 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16103
16104 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16105
16106 * configure.in (rs6000-*-*): Build gas.
16107
16108 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16109
16110 * Makefile.in: Avoid bug in losing hpux sed.
16111
16112 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16113
16114 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16115 for GDB and GDB has been fixed to not need it.
16116
16117 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16118
16119 * config.guess: Recognize vax hosts.
16120
16121 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16122
16123 * configure (while loop): Don't use "break 2" inside case
16124 statement -- the case statement isn't an enclosing loop.
16125
16126 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16127
16128 * config.guess: Clean up NeXT support, to allow nextstep
16129 on Intel machines. Make OS be nextstep.
16130
16131 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16132
16133 * config.guess: Add alternate forms for Convex.
16134
16135 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16136
16137 * configure: Completely rewrite option processing. Take
16138 advantage of pattern-matching to avoid invoking test frequently.
16139 Also clean up host and target defaulting logic.
16140
16141 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16142
16143 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16144 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16145 commands (plus user environment) will fit SCO limits.
16146
16147 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16148
16149 * configure.in: Don't issue warnings about directories which are
16150 not being configured if -norecursion is set. Correct test for
16151 --with-gnu-as and --with-gnu-ld to not get confused by substring
16152 matches.
16153
16154 * configure.in: Don't build gas for alpha-dec-osf1*.
16155
16156 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16157
16158 * configure: Back out Per's change of 12/19/1993. It changes the
16159 behavior of configure in unexpected and confusing ways.
16160
16161 Also, use different delim char when calculating
16162 program_transform_name so that the name can contain slashes.
16163
16164 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16165
16166 * configure.in, config.sub: Add support for VSTa micro-kernel.
16167
16168 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16169
16170 * configure.in: Nuke hacks which were used to get a special
16171 version of GAS for HPPA configurations.
16172
16173 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16174
16175 * configure: If only ${target_alias} is given, use that
16176 as the default for ${host_alias}.
16177 * configure: Add missing back-slashes before nested quotes.
16178
16179 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16180
16181 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16182
16183 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16184
16185 * config.guess: Recognize some Tektronix configurations.
16186 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16187
16188 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16189
16190 * config.sub: Match any flavor of SH.
16191
16192 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16193
16194 * configure.in: Don't try to configure newlib for Alpha.
16195
16196 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16197
16198 * configure.in: Don't build ld for Irix 5. Don't build gas,
16199 libg++ or libio for any Alpha target.
16200
16201 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16202
16203 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16204
16205 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16206 default arguments -- so it tried to compress itself.
16207
16208 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16209
16210 * configure.in (notsupp): ensure that a space is always at the end
16211 of the configdirs list, since the grep checks for an explicit space
16212
16213 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16214
16215 * configure.in (target i386-sysv4.2): don't build ld, since static
16216 versions of many libraries are not available.
16217
16218 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16219
16220 * config.guess: Recognize Apollos (using environment variables).
16221 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16222
16223 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16224
16225 * config.guess: Recognize Sony news mips running newsos.
16226
16227 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16228
16229 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16230 "fi ; else" for bash.
16231
16232 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16233
16234 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16235
16236 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16237
16238 * config.sub: accept unixware as an alias for svr4.2.
16239 Fix some inconsistancies with the gcc version.
16240
16241 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16242
16243 * Makefile.in (DISTDOCDIRS): Add gdb.
16244
16245 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16246
16247 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16248
16249 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16250
16251 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16252 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16253 this now.
16254
16255 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16256
16257 * config.sub: Accept hiux* as an OS name.
16258
16259 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16260 etc/make-stds.texi. The underscore came from gcc, and dje now
16261 agrees that RUNTESTFLAGS is the correct name.
16262
16263 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16264
16265 * install.sh: Remove 'set -e'. It makes any conditionals
16266 in the script useless.
16267
16268 * config.guess: Automatically recognize arm-acorn-riscix
16269 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16270
16271 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16272
16273 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16274
16275 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16276
16277 * Makefile.in (DISTDOCDIRS): New variable.
16278 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16279 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16280
16281 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16282
16283 * configure.in (hppa target): check the source directory for the
16284 pagas sub-directory
16285
16286 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16287
16288 * config.sub: Allow -aout* and -elf*.
16289
16290 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16291
16292 * configure.in: Don't build ld on i386-solaris2, same as for
16293 sparc-solaris2.
16294
16295 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16296
16297 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16298
16299 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16300
16301 * configure.in: Configure gdb for alpha.
16302
16303 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16304
16305 * Makefile.in (CXXFLAGS): Add -O.
16306
16307 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16308
16309 * config.guess: added support for DG Aviion
16310
16311 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16312
16313 * configure.in: Produce warning message for subdirectories not
16314 configurable for this host/target combination. Don't try to
16315 configure gdb for vms.
16316
16317 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16318
16319 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16320 appropriate files before making "diststuff".
16321 (DISTBISONFILES): New var: list of files to be edited.
16322 (DISTSTUFFDIRS): Add binutils.
16323
16324 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16325
16326 * config.sub: also handle mipsel and mips64el (for little endian mips)
16327
16328 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16329
16330 * configure.in: Add * to end of all OS names.
16331
16332 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16333
16334 * configure.in: Build newlib for LynxOS native.
16335
16336 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16337
16338 * config.guess: Add support for delta 88k running SVR3.
16339
16340 * configure.in: Add comment about HP compiler vs. emacs.
16341
16342 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16343
16344 * configure.in: don't build ld on solaris2 (not a viable option
16345 due to bugs in getpwnam & getpwuid)
16346
16347 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16348
16349 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16350 config.guess will produce a full version number.
16351
16352 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16353
16354 * configure.in: Build linker and binutils for alpha-dec-osf1.
16355
16356 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16357
16358 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16359 and gdb/testsuite/Makefile.in.
16360
16361 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16362
16363 * configure.in: recognize mips*- instead of mips-
16364
16365 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16366
16367 * config.sub: Accept linux*coff and linux*elf as operating
16368 systems.
16369
16370 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16371
16372 * config.sub: Recognize mips64, and mips3 as an alias for it.
16373
16374 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16375
16376 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16377 gdb knows how to handle OSF/1 shared libraries.
16378
16379 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16380
16381 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16382 * config.guess: Recognize Hitachi's HIUX.
16383 * config.sub: Recognize h3050r* and hppahitachi.
16384 Remove redundant cases for hp9k[23]*.
16385
16386 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16387
16388 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16389 if gas and ld are in the source tree and are in ${configdirs}.
16390 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16391 --with options (but still pass them down on the command line,
16392 if they were explicitly specified).
16393
16394 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16395
16396 * configure: substitute SHELL value in Makefile.in with
16397 ${CONFIG_SHELL}
16398
16399 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16400
16401 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16402 *-*-solaris2* targets.
16403
16404 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16405
16406 * Makefile.in: define M4, and pass it down to sub-makes;
16407 all-autoconf now depends on all-m4
16408
16409 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16410
16411 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16412 presence of {ar,ranlib} instead of a configured directory
16413
16414 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16415
16416 * config.guess: Accept 34?? as well as 33?? for NCR.
16417
16418 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16419
16420 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16421 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16422
16423 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16424
16425 * configure: grab values for $(CC) and $(CXX) from the
16426 environment, so that someone can do "CC=gcc configure; make" and
16427 have it work right (matching the way that autoconf works now)
16428
16429 * configure.in, Makefile.in: add support for gash, the tcl
16430 interface to Galaxy
16431
16432 * config.guess: add NetBSD variants (hp300, x86)
16433
16434 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16435
16436 * install.sh: Support -d option (in the manner of SunOS 4 install,
16437 as it is more deterministic than that of GNU install)
16438 (chmodcmd): Set file to mode 755 by default (should also do default
16439 chgrp and chown, but I don't feel like dealing with that now)
16440
16441 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16442
16443 * config.sub: Remove h8300hhms alias.
16444
16445 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16446
16447 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16448
16449 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16450
16451 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16452 as stmp-fixinc
16453
16454 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16455
16456 * config.sub: recognize m88110-bug-coff.
16457
16458 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16459
16460 * Makefile.in (all-libio): all dependencies on the toolchain used
16461 to build this (gcc, gas, ld, etc)
16462
16463 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16464
16465 * config.guess: Deal with OSF/1 1.3 on alpha.
16466
16467 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16468
16469 * install.sh: add some 'else true' clauses for portability
16470
16471 * configure.in: don't build libio for h8[35]00-*-* targets
16472
16473 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16474
16475 * Makefile.in: Add support for new libio.
16476
16477 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16478
16479 * install.sh: If one command fails, don't try the rest. Don't try
16480 to remove $dsttmp (via trap) unless we have already created it.
16481 If $src doesn't exist, detect it and exit with an error.
16482
16483 * config.guess: Recognize BSD on hp300.
16484
16485 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16486
16487 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16488 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16489
16490 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16491
16492 * Makefile.in (all-send-pr): depends on all-prms
16493
16494 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16495
16496 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16497
16498 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16499
16500 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16501 Added test for mips-mips-riscos5.
16502
16503 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16504
16505 * configure.in: use mh-hp300 for 68k HP hosts
16506
16507 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16508
16509 * configure: add support for CONFIG_SHELL, so that you can use
16510 some alternate shell for evaluating configure scripts
16511
16512 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16513
16514 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16515 in configure script to bug-gdb@prep.ai.mit.edu when building
16516 distribution archive.
16517 * Makefile.in (COMPRESS): Remove def.
16518 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16519 gdb.tar.Z and make-gdb.tar.Z respectively.
16520 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16521 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16522 to convergence with 'taz' target in Makefile.in.
16523
16524 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16525
16526 * install.sh (dsttmp): use trap to ensure that tmp files go
16527 away on error conditions
16528
16529 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16530
16531 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16532
16533 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16534
16535 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16536 its parent is '/' not ''.
16537
16538 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16539
16540 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16541
16542 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16543 that ${newsrcdir}/configure.in does.
16544
16545 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16546
16547 * test-build.mk: support for CONFIG_SHELL
16548
16549 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16550
16551 * config.sub (netware): Add as a basic system type.
16552
16553 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16554
16555 * Makefile.in (Makefile): depend on configure.in. Also drop the
16556 $(srcdir)/ from the dependency on Makefile.in.
16557
16558 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16559
16560 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16561 (h8300hhms is temporary until multi-libraries are implemented).
16562 * configure.in: Handle h8300h too.
16563
16564 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16565
16566 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16567
16568 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16569
16570 * configure: Remove extraneous output when guessing host type.
16571 * config.guess: Remove extraneous output when guessing using C
16572 compiler rather than uname, or when guessing fails.
16573
16574 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16575
16576 * Makefile.in: remove all.cross and install.cross targets
16577
16578 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16579 definitions
16580
16581 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16582
16583 * configure.in (target sh): Build gprof.
16584
16585 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16586
16587 * config.sub: change -solaris to -solaris2
16588
16589 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16590
16591 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16592
16593 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16594
16595 * configure: Correct error message for missing Makefile.in to
16596 print correct directory.
16597
16598 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16599
16600 * install.sh: kludge around 386BSD shell bug
16601
16602 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16603
16604 * config.guess: Recognize NeXT.
16605 * config.guess: Recognize i486-ncr-sysv4.
16606 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16607
16608 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16609
16610 * Makefile.in (MAKEINFOFLAGS): New variable.
16611 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16612 * build-all.mk, test-build.mk: Pass down --no-split as
16613 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16614
16615 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16616
16617 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16618
16619 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16620
16621 * Makefile.in (libg++.tar.z): New rule.
16622 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16623 * Makefile.in (taz): Only do a single chmod.
16624
16625 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16626
16627 * install.sh: don't use dirname anymore (replaced with sed usage)
16628
16629 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16630
16631 * Makefile.in: Change extension for gzip'd files from '.z' to
16632 '.gz' per new FSF standard usage.
16633
16634 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16635
16636 * configure: put quotes around the final value of program_transform_name
16637
16638 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16639
16640 * Makefile.in: new install.sh support; update install-info rules
16641
16642 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16643
16644 * configure.in: Build diff for crosses, but not for go32 host.
16645
16646 * configure.in: Build gprof only for native, and don't build it
16647 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16648
16649 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16650
16651 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16652
16653 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16654
16655 * configure.in (host_tools): Add prms.
16656
16657 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16658
16659 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16660 with $(FLAGS_TO_PASS) on the command line
16661
16662 * config.sub: Recognize lynx and lynxos
16663
16664 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16665
16666 * config.sub: Accept -ecoff*, not just -ecoff.
16667
16668 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16669
16670 * Makefile.in (taz): Use .gz suffix instead of .z.
16671 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16672 names.
16673
16674 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16675
16676 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16677
16678 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16679
16680 * Makefile.in (install-no-fixedincludes): install gcc last, so
16681 that rebuilds that might happen during 'make install' don't get
16682 bogus gcc include files
16683
16684 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16685
16686 Change from Utah for HPPA support:
16687 * config.guess: Recognize hppa1.x-hp-bsd.
16688
16689 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16690
16691 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16692 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16693
16694 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16695
16696 * config.sub: Add support for rom68k and bug boot monitors.
16697
16698 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16699
16700 * Makefile.in: Make all-opcodes depend on all-bfd.
16701
16702 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16703
16704 * config.guess: Added special check for i[34]86-univel-sysv4*.
16705
16706 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16707
16708 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16709 the processor rather than assuming i486.
16710
16711 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16712
16713 * config.guess: Recognize SunOS6 as Solaris3.
16714
16715 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16716
16717 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16718 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16719
16720 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16721
16722 * build-all.mk (all-cross): New target for Canadian Cross.
16723 Added Q2 go32 targets.
16724 * test-build.mk: Configure go32 cross sparclite-aout and
16725 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16726 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16727
16728 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16729
16730 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16731 GO32 hosted toolchains
16732
16733 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16734
16735 * configure: change so "-exec-prefix" gets passed down rather
16736 than "-exec_prefix" so autoconf generated Makefiles get the
16737 exec_prefix set right.
16738
16739 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16740
16741 * config.guess: get the Solaris2 minor version number
16742
16743 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16744
16745 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16746
16747 * config.guess: Recognize some Sequent platforms.
16748
16749 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16750
16751 * Makefile.in: added the vault-install target
16752
16753 * configure.in: actually use the Sun3 makefile fragment that's in
16754 config, also added the release dir to configdirs
16755
16756 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16757
16758 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16759
16760 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16761
16762 * configure.in: remove some program from Alpha targetted toolchains
16763
16764 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16765
16766 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16767 gprof.
16768 (taz): Run "make diststuff" in those directories instead of "make
16769 proto-dir". Look for "VERSION=" only at start of line in subdir
16770 Makefile. Use "gzip -9" for compression.
16771 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16772 (binutils.tar.z): New target.
16773
16774 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16775
16776 * Makefile.in (taz): Include gpl.texinfo.
16777
16778 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16779
16780 * Makefile.in (setup-dirs): Merged into "taz" target.
16781 (taz): Only do `proto-dir' stuff if a directory is actually needed
16782 for this target.
16783
16784 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16785
16786 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16787 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16788 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16789 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16790 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16791
16792 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16793
16794 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16795 config.sub, and move-if-change to gdb testsuite distribution
16796 archive, so the testsuite can be extracted, configured, and
16797 run separately from the gdb distribution. Blow away the Chill
16798 tests that require a Chill compiled executable, since GNU Chill
16799 is not yet publically available.
16800
16801 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16802
16803 * test-build.mk: set environment variables in a single command,
16804 instead of a list of assignments and exports
16805
16806 * config.guess: recognize Alpha/OSF1 systems
16807
16808 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16809
16810 * configure: Change help message to prefer --options rather than
16811 -options.
16812
16813 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16814
16815 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16816 zippy@ecst.csuchico.edu.
16817 * config.guess: Recognize miniframe.
16818
16819 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16820
16821 * Makefile.in: Use srcroot to find runtest rather than rootme.
16822 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16823
16824 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16825
16826 * test-build.mk: Extensive additions to support building on a
16827 machine other than the host.
16828
16829 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16830
16831 * configure (tooldir): Fix for i386-aix again.
16832
16833 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16834
16835 * configure, Makefile.in: Change definition of $(tooldir)
16836 to match the FSF.
16837
16838 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16839
16840 * config.guess: Recognize i[34]86/SVR4.
16841
16842 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16843
16844 * Makefile.in (all-gdb): gdb depends on sim.
16845
16846 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16847
16848 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16849 at the same time we make the prototype gdb directory.
16850 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16851 files at the same time as the gdb base release distribution.
16852
16853 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16854
16855 * Makefile.in (check): Use individual check targets rather than
16856 DO_X rule.
16857 (check-gcc): Added.
16858
16859 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16860
16861 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16862 for System V release 3.2.
16863
16864 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16865
16866 * config.sub: Recognize hppaosf.
16867 * configure.in: Do configure ld/binutils/gas for it.
16868
16869 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16870
16871 * configure (tooldir): Alter syntax used to set this, for systems
16872 where "\$" isn't handled right, like i386-aix.
16873
16874 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16875
16876 * configure: Pass program-transform-name, not
16877 program_transform_name, to recursive configures.
16878
16879 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16880
16881 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16882 of gas+ld+binutils.
16883
16884 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16885
16886 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16887
16888 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16889
16890 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16891
16892 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16893
16894 * Makefile.in (PRMS): Set back to all-prms.
16895
16896 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16897
16898 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16899 targets, rather than for MIPS hosts.
16900
16901 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16902
16903 * configure.in: add comment for --with-x default values
16904
16905 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16906
16907 * Makefile.in: add check-* targets for each of the directories in
16908 the tree. Add a definition of RUNTEST that will use the one we
16909 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16910
16911 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16912
16913 * configure.in: Removed obsolete references to bfd_target and
16914 target_makefile_frag.
16915
16916 * build-all.mk: Set assorted targets for Q2.
16917 * config.sub: Recognize z8k-sim and h8300-hms.
16918 * test-build.mk: Really don't pass host to configure.
16919 (HOLES): Added uname.
16920
16921 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16922
16923 * configure: Handle an empty program-prefix, program-suffix or
16924 program-transform-name correctly.
16925
16926 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16927
16928 * build-all.mk: -G 8 no longer required for MIPS targets.
16929 * test-build.mk: Don't pass host argument to configure; make it
16930 guess.
16931
16932 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16933
16934 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16935 * Makefile.in (COMPRESS): New macro, like GZIP.
16936
16937 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16938
16939 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16940
16941 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16942 with gas currently defaults to -G 0.
16943
16944 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16945
16946 * Makefile.in (all-flex): flex depends on byacc.
16947
16948 * build-all.mk: If host not specified, use config.guess. Pass TAG
16949 to test-build.mk as RELEASE_TAG.
16950 * test-build.mk (configargs): New variable containing arguments to
16951 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16952 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16953
16954 * config.guess: Use /bin/uname when checking -X argument on SCO,
16955 to avoid invoking GNU uname which doesn't understand -X.
16956
16957 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16958
16959 * configure.in: Build gas for mips-*-*.
16960
16961 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16962
16963 * Makefile.in (all.normal): insert missing backslash.
16964
16965 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16966
16967 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16968
16969 * Makefile.in: Complete overhaul to merge many almost identical
16970 targets.
16971
16972 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16973
16974 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16975 (gdb.tar.Z): Adjusted.
16976
16977 * Makefile.in (setup-dirs, taz): New targets; should be general
16978 enough to adapt for gdb sometime. Build only .z file.
16979 (gas.tar.z): New target.
16980
16981 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16982
16983 * build-all.mk: Use CC=cc -Xs on Solaris.
16984
16985 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16986
16987 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16988 for handling BISON for FSF releases.
16989
16990 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16991
16992 * configure: Actually implement the change zoo just documented.
16993
16994 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16995
16996 * configure: when using config.guess, only set target_alias when
16997 it's not already been set (ie, on the command line)
16998
16999 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17000
17001 * Makefile.in: add installcheck target, set PRMS to install-prms
17002
17003 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17004
17005 * configure: add support for package_makefile_fragment, handle the
17006 case where a directory has a configure.in file but no Makefile.in
17007 more gracefully (with an actual understandable error message, even);
17008 add support for --without (and add this to the usage message); also
17009 explicitly add a --host=${host_alias} to the command line when
17010 config.guess is used
17011
17012 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17013
17014 * configure: Must use both --host and --target in recursive calls.
17015
17016 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17017
17018 * Makefile.in: Change deja-gnu to dejagnu.
17019
17020 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17021
17022 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17023
17024 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17025
17026 * configure.in: canonicalize all instances to *-*-solaris2*,
17027 also strip out a number of tools to not build for go32 host
17028
17029 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17030
17031 * config.guess: add GPL.
17032
17033 * Makefile.in, config.guess, config.sub, configure: bump
17034 copyrights to 93.
17035
17036 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17037
17038 * Makefile.in (do-info): Removed obsolete check for existence of
17039 localenv file.
17040
17041 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17042
17043 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17044
17045 * Makefile.in: a couple of 'else true' for decstation,
17046 support for TclX
17047
17048 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17049
17050 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17051
17052 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17053
17054 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17055
17056 * config.guess: Recognize i386-ibm-aix (PS/2).
17057 * configure.in: Use config/mh-aix386 file for it.
17058
17059 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17060
17061 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17062 CC_FOR_TARGET instead.
17063 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17064
17065 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17066
17067 * Makefile.in: Add sim to list of directories sent with gdb
17068
17069 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17070
17071 * configure.in: Put back mips-dec-bsd* case.
17072
17073 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17074
17075 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17076 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17077 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17078
17079 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17080
17081 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17082
17083 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17084 (install-info): install dir.info only if it exists,
17085 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17086
17087 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17088
17089 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17090 gas for mips-dec-bsd.
17091
17092 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17093
17094 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17095 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17096
17097 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17098
17099 * configure.in: Added "dejagnu" to hosttools list.
17100
17101 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17102
17103 * config.sub, configure.in, config.guess: Add support
17104 for Bosx, an AIX variant from Bull.
17105 Patches from F.Pierresteguy@frcl.bull.fr.
17106
17107 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17108
17109 * devo/dejagnu: Initial creation of devo/dejagnu.
17110 Migrated dejagnu testcases and support files for testing software
17111 tools to reside as subdirectories, currently called "testsuite",
17112 within the directory of the software tool. Migrated all programs,
17113 support libraries, etc. beloging to dejagnu proper from
17114 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17115 with no modifications. The changes to these files which will
17116 allow them to configure, build, and execute properly will be made
17117 in a future update.
17118
17119 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17120
17121 * Makefile.in: Change send_pr to send-pr.
17122 * configure.in: Likewise.
17123 * send_pr: Renamed directory to send-pr.
17124
17125 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17126
17127 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17128
17129 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17130
17131 * README: Update for gdb-4.8 release.
17132 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17133 gdb-xxx.tar.z (gzip'd) file also.
17134
17135 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17136
17137 * Makefile.in: make all-diff depend on all-libiberty
17138
17139 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17140
17141 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17142
17143 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17144
17145 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17146
17147 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17148
17149 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17150 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17151 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17152
17153 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17154
17155 * Makefile.in: makeinfo binary is in a new location
17156
17157 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17158
17159 * config.sub: Accept -ecoff as an OS.
17160
17161 * Makefile.in: Various changes to eliminate a level of make
17162 recursion and reduce the required command line length.
17163 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17164 sub-makes.
17165 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17166 variables holding settings for specific sub-makes.
17167 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17168 in terms of BASE_FLAGS_TO_PASS.
17169 (TARGET_LIBS): New variable listing directories which use
17170 TARGET_FLAGS_TO_PASS.
17171 (subdir_do): Eliminated.
17172 (do-*): New set of targets to replace subdir_do.
17173 (various): All targets which used subdir_do now depend on do-*.
17174 (local-clean): Renamed from do_clean.
17175 (local-distclean): New target, dependency of distclean and
17176 realclean.
17177 (install-info): Don't create directories. Depend on dir.info
17178 rather than calling make recursively.
17179 (install-dir.info): Eliminated.
17180 (install-info-dirs): Create all info directories here.
17181 (dir.info): Depend upon do-install-info.
17182
17183 * test-build.mk (HOLES): Added false.
17184
17185 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17186
17187 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17188
17189 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17190
17191 * Makefile.in (info): remove dependency on all-texinfo. The
17192 problem was really in texinfo/C, not at this level.
17193
17194 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17195
17196 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17197
17198 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17199
17200 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17201 GDB releases.
17202
17203 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17204
17205 * configure: Include srcdir in message about target of link not
17206 being found. Don't convert `-' to `_' in `with' options being
17207 passed to subdirs.
17208
17209 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17210
17211 * configure.in: add uudecode to host_tools
17212
17213 * Makefile.in: added {all,install}-uudecode targets, added them to
17214 the appropriate lists
17215
17216 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17217
17218 * Makefile.in (all-gcc): Added dependency on all-gas.
17219
17220 * configure.in (mips-*-*): Build ld and binutils.
17221
17222 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17223
17224 * configure: check return code from mkdir, print error message and
17225 exit on failure.
17226
17227 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17228
17229 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17230
17231 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17232
17233 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17234
17235 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17236
17237 * config.sub (h8500): Recognize this as a cpu type.
17238
17239 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17240
17241 * configure: source directory missing is no longer a warning
17242
17243 * configure.in: recognize irix[34]* instead of irix[34]
17244
17245 * Makefile.in: define and pass down X11_LIB
17246
17247 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17248
17249 * guess-systype: Renamed to ...
17250 * config.guess: ... by popular request.
17251 * configure.in, Makefile.in: Update accordingly.
17252
17253 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17254
17255 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17256 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17257 + Execute ./dummy instead of assuming . is in PATH.
17258
17259 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17260
17261 * guess-systype: New shell script. Attempts to guess the
17262 canonical host name of the executing host.
17263 Only a few hosts are supported so far.
17264 * configure: Call guess-systype if no host is specified.
17265
17266 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17267
17268 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17269 gcc Makefile.
17270
17271
17272 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17273
17274 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17275 (all-gcc, install-gcc, subdir_do): Use it.
17276
17277 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17278
17279 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17280
17281 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17282
17283 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17284 set exclusively by configure, using configure.in .
17285
17286 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17287
17288 * test-build.mk: set $PATH for all builds
17289
17290 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17291
17292 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17293
17294 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17295 the one used in gcc/Makefile.in, so that a null expansion doesn't
17296 override the one needed to build gcc with a native cc.
17297
17298
17299 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17300
17301 * configure: Accept -with arguments.
17302
17303 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17304
17305 * Makefile.in: added h8300sim
17306
17307 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17308
17309 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17310 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17311 (all-cygnus, native, build-cygnus): Make
17312 $(canonhost)-stamp-3stage-done, not $(host)....
17313 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17314 i386-sco3.2v4. Added else true to if command.
17315
17316 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17317
17318 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17319
17320 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17321
17322 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17323
17324 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17325
17326 * configure.in: don't remove binutils from Solaris builds
17327
17328 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17329
17330 * Makefile.in: get rid of earlier definitions for *clean,
17331 also handle the recursive info rule better
17332
17333 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17334
17335 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17336 do more-or-less the right thing.
17337
17338 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17339
17340 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17341 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17342
17343 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17344
17345 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17346 $(host_canonical).
17347
17348 * configure.in: split the configdirs list into 4 categories (native
17349 v. cross, library v. tool) and handle the cross-only and native-
17350 only in more reasonable (and correct!) way.
17351
17352 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17353
17354 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17355 configdirs anymore.
17356
17357 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17358
17359 * Makefile.in: extensive cleanup:: removed all of the explicit
17360 clean-* targets, collapsed many wrappers around subdir_do into
17361 one, added additional targets to satisfy standards.texi, deleted
17362 some old targets, some changes for consistency
17363
17364 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17365
17366 * configure.in: handle some programs as cross-only, and others as
17367 native only
17368
17369 * test-build.mk: handle partial holes in a more generic manner
17370
17371 * Makefile.in: m4 depends on libiberty
17372
17373 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17374
17375 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17376 time, wdiff, and find to configdirs
17377
17378 * Makefile.in: all, clean, and install rules for the new programs
17379 added to configure.in
17380
17381 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17382
17383 * configure.in: use mh-sun for all *-sun-* hosts
17384
17385 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17386
17387 * Makefile.in: define flags for X11 include files and library file
17388 locations, pass them down to the programs that need this info
17389
17390 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17391
17392 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17393
17394 * configure.in: start building libg++ for HP-UX targets
17395
17396 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17397
17398 * README: Update references to files moved into etc/.
17399
17400 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17401
17402 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17403 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17404
17405 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17406
17407 * configure: accept dash as well as underscore in long option
17408 names for FSF compatibility.
17409
17410 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17411
17412 * config.sub: added -sco3.2v4 support from FSF.
17413
17414 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17415
17416 * configure.in: expand the section that adds or removes
17417 directories from the list of programs to build, to handle native
17418 vs. cross in addition to host v. native
17419
17420 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17421
17422 * Makefile.in: Replace C++ in macro names with CXX.
17423 This is less likely to break ...
17424
17425 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17426
17427 * test-build.mk: add -w to GNU_MAKE
17428
17429 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17430
17431 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17432 add 'sparc' to list of recognized cpus. This needed to make
17433 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17434 Delete some redundant ose68 variants. Recognize -wrs as an os,
17435 then changes that into $CPU-wrs-vxworks.
17436
17437 * configure.in: remove most references to gdbtest, regularize
17438 target based program removal
17439
17440 * test-build.mk: import from p3 tree (many fixes and changes)
17441
17442 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17443
17444 * Makefile.in: added rules to handle tcl, tk, and expect
17445
17446 * configure.in: handle those directories if they exist
17447
17448 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17449
17450 * config.sub: removed bogus hppabsd and hppahpux names, since
17451 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17452
17453 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17454
17455 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17456 depends upon all-xiberty
17457
17458 * Makefile.in: changes from p3, including:
17459
17460 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17461
17462 * Makefile.in (XTRAFLAGS): include newlib directories if
17463 newlib/Makefile exists, rather than if host != target.
17464
17465 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17466
17467 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17468 from the same source tree and not building a cross-compiler. This
17469 matters for the libg++ configuration if reconfiguring a tree that
17470 has already been installed.
17471
17472 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17473
17474 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17475 pick up the machine and system specific header files.
17476
17477 * Makefile.in: added AS_FOR_TARGET, passed down in
17478 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17479 the C compiler to use to create programs which are run in the
17480 build environment, set it to default to $(CC), and passed it down
17481 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17482
17483 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17484
17485 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17486 We need them for unusual native builds, like systems without
17487 ranlib.
17488
17489 * configure: also define $(host_canonical) and
17490 $(target_canonical), which are the full, canonical names for the
17491 given host and target
17492
17493 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17494
17495 * Makefile.in: Added separate definitions for C++.
17496
17497 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17498
17499 * configure.in (configdirs): Add deja-gnu.
17500
17501 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17502
17503 * README: Update for configure.texi and gdb-4.7 release.
17504
17505 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17506
17507 * Makefile.in: Move "all" target to top of file.
17508 Previously, first target was ".PHONY" which caused BSD4.4 make
17509 to build .PHONY when make was run without arguments.
17510
17511 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17512
17513 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17514 Library-copylefted code in libiberty.
17515
17516 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17517
17518 * config.sub: Replace m68kmote with plain old m68k.
17519
17520 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17521
17522 * Makefile.in: Remove space from blank line, avoid Make complaints.
17523
17524 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17525
17526 * config.sub: Complain if no argument is given. Added support for
17527 386bsd as OS and target alias.
17528
17529 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17530
17531 * Makefile.in (XTRAFLAGS): include newlib directories if
17532 newlib/Makefile exists, rather than if host != target.
17533
17534 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17535
17536 * config.sub: recognize sparclite-wrs-vxworks.
17537
17538 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17539 p3.) Added clean-xiberty to clean.
17540
17541 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17542
17543 * configure.in: use *-*-* instead of nested cases for host and target
17544
17545 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17546
17547 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17548 from the same source tree and not building a cross-compiler. This
17549 matters for the libg++ configuration if reconfiguring a tree that
17550 has already been installed.
17551
17552 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17553
17554 * config.sub (i486v/i486v4): Merge in from FSF version.
17555
17556 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17557
17558 * configure: only set PWD if it is already set.
17559
17560 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17561
17562 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17563 doesn't have unset and all success paths (and most error paths)
17564 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17565 to just ${PWD} to avoid confusion.)
17566
17567 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17568
17569 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17570 even for a native compilation.
17571
17572 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17573
17574 Changes to make the gdb.tar.Z rule work better.
17575
17576 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17577 (DEVO_SUPPORT): Add configure.texi.
17578 (bfd-ilrt.tar.Z): Remove ancient rule.
17579
17580 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17581
17582 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17583 pick up the machine and system specific header files.
17584
17585 * configure.in, config.sub: added new target m68010-adobe-scout,
17586 with alias of adobe68k. Changed configure.in to check for
17587 -scout before -sco* to avoid a false match.
17588
17589 * Makefile.in: added AS_FOR_TARGET, passed down in
17590 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17591 the C compiler to use to create programs which are run in the
17592 build environment, set it to default to $(CC), and passed it down
17593 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17594
17595 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17596
17597 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17598 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17599 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17600 FOR_TARGET variants, to newlib and libg++.
17601
17602 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17603
17604 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17605 first.
17606
17607 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17608
17609 * config.sub: Accept `elf' as an environment.
17610
17611 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17612
17613 * Makefile.in (all-opcodes): cd into the right directory
17614
17615 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17616
17617 * configure: added -program_transform_name option, used as
17618 argument to sed when installing programs.
17619 configure.texi: added documentation for -program_prefix,
17620 -program_suffix and -program_transform_name.
17621
17622 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17623
17624 * config.sub: Accept i486 where i386 ok.
17625
17626 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17627
17628 * config.sub: accept we32k
17629
17630 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17631
17632 * config.sub, configure.in: accept OSE68000 and OSE68k.
17633
17634 * Makefile.in: don't create all directories for ``make install'';
17635 let the subdirectories create the ones they need.
17636
17637 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17638
17639 * COPYING: new file, GPL v2
17640
17641 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17642
17643 * Makefile.in: use the new gen-info-dir, which needs a template
17644 argument (which also lives in texinfo)
17645
17646 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17647
17648 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17649
17650 * config.sub (ncr3000): Change i386 to i486.
17651
17652 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17653
17654 * Makefile.in: add install-rcs, install-grep to
17655 install-no-fixedincludes, removed install-bison and install-libgcc
17656
17657 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17658
17659 * configure.in: grab the HPUX makefile fragment if on HPUX
17660
17661 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17662
17663 * Makefile.in: eradicate bison spoor (ditto libgcc).
17664 configure.in: recognise m68{k,000}-ericsson-OSE.
17665 es1800 is alias for m68k-ericsson-OSE
17666
17667 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17668
17669 * configure.in: rearrange the parts that remove programs from
17670 configdirs, based now on HOST==TARGET or by canonical triple.
17671
17672 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17673
17674 * test-build.mk: recurse explicitly with -f test-build.mk when
17675 appropriate. predicate stage3 and comparison on the existence
17676 of gcc. That is, if gcc isn't around, we aren't three-staging.
17677 On very clean, also remove ...stamp-co. Build in-place before
17678 doing other builds.
17679
17680 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17681
17682 * Makefile.in, configure.in: add tgas
17683
17684 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17685
17686 * Makefile.in: a number of changes merged in from progressive.
17687
17688 * configure.in: add libm.
17689
17690 * .cvsignore: ignore some stuff that comes from test-build.mk.
17691
17692 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17693
17694 * config.sub: Add es1800 (m68k-ericsson-es1800).
17695
17696 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17697
17698 * configure: Add program_suffix (parallel to program_prefix)
17699 * Makefile.in: adjust directory-creating script for losing decstation
17700
17701 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17702
17703 * configure: Minor $subdir-related fixes.
17704
17705 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17706
17707 * configure: fix various problems with propogating
17708 makefile_target_frag in subdirs.
17709 * configure.in: config libgcc if its there
17710
17711 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17712
17713 * config.sub: HPPA merge.
17714
17715 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17716
17717 * Makefile.in: Replace all-bison with all-byacc in all
17718 dependency lines for other tools (which now use byacc).
17719
17720 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17721
17722 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17723
17724 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17725
17726 * Makefile.in: make gprof rules similar to byacc rules (instead of
17727 vestigal $(unsubdir) that didn't work...)
17728
17729 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17730
17731 * config.sub: Add support for Linux.
17732 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17733 (at least for libg++).
17734
17735 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17736
17737 * configure.texi: fix doc for the -nfp option to configure
17738
17739 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17740
17741 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17742
17743 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17744
17745 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17746 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17747 * configure.in: added solaris* host_makefile_frag hook.
17748
17749 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17750
17751 * config.sub: changed recognition of m68000 so that various
17752 m68k types can be specified via m680[01234]0
17753
17754 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17755
17756 * config.sub (basic_machine): fix sed so that '-foo' isn't
17757 completely substituted out while .+'-foo' loses the '-foo'
17758
17759 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17760
17761 * config.sub ($os): Add -aout.
17762
17763 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17764
17765 * configure: If host_makefile_frag is absolute, don't
17766 prefix ${invsubdir} (relevant to libg++ auto-configure).
17767
17768 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17769
17770 * Makefile.in (tooldir): Define it.
17771 (all-ld): Depend on all-flex.
17772
17773 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17774
17775 * Makefile.in (check): Fix libg++ special case.
17776
17777 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17778
17779 * configure: do not bury `pwd` into config.status, thus do fewer
17780 pwd's.
17781
17782 * configure: print the "Building in" message only when building in
17783 other than "." AND verbose.
17784
17785 * configure: remove -s, rework -v to better accommodate guested
17786 configures.
17787
17788 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17789
17790 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17791
17792 * Makefile.in: macroize flags passed on recursion. remove
17793 fileutils.
17794
17795 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17796
17797 * configure: get makesrcdir right for subdirs deeper than 1.
17798
17799 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17800 install.
17801
17802 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17803
17804 * Makefile.in: don't print subdir_do or recursion lines.
17805
17806 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17807
17808 * standards.texi: added menu item.
17809
17810 * Makefile.in: build and install standards.info.
17811
17812 * standards.texi: new file.
17813
17814 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17815
17816 * configure: test for and move config.status pieces from
17817 ${subdir}/.
17818
17819 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17820
17821 * configure: Test for existance of files before trying to mv
17822 them, to avoid numerous non-existance messages.
17823
17824 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17825
17826 * configure: correct final line of config.status.
17827
17828 * configure: patch from eggert. Avoids a protection problem if
17829 the original Makefile.in is read only.
17830
17831 * configure: use move-if-change from gcc to create config.status.
17832 Some makefiles depend on config.status to tell if a directory
17833 has been reconfigured for a different host. This change
17834 prevents those directories from remaking everything in the case
17835 where the reconfig was only intended to rebuild a Makefile.
17836
17837 * configure: test for config.sub with "config.sub sun4" rather
17838 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17839 host alias from a missing config.sub.
17840
17841 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17842
17843 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17844 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17845
17846 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17847
17848 * configure: mkdir ${subdir} as needed.
17849
17850 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17851
17852 * Makefile.in,configure.in: added autoconf.
17853
17854 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17855
17856 * Makefile.in: no longer pass against on recursion.
17857
17858 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17859 definitions are not inherited.
17860
17861 * configure: correct makesrcdir when subdir is .
17862
17863 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17864
17865 * configure: Add support for 'subdirs' variable, which is
17866 like 'configdirs', except that configure doesn't re-invoke
17867 itself for subdirs, it just creates a Makefile for each subdir.
17868 * configure.texi: Document subdirs.
17869
17870 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17871
17872 * configure.in: added flex to configdirs
17873
17874 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17875
17876 * Makefile.in: remove clean-stamps from clean.
17877
17878 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17879
17880 * configure.in: Add gdbtest to configdirs.
17881
17882 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17883
17884 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17885 to recursive makes.
17886 * configure.in: Recognize new ncr3000 config.
17887
17888 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17889
17890 * Makefile.in, configure.in: removed references to gdbm.
17891
17892 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17893
17894 * config.sub: Don't canonicalize os value
17895 newsos* to bsd (readline needs to check for newsos).
17896 (This fix was earlier made Jan 31, but got re-broken.)
17897
17898 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17899
17900 * configure.in: sco is an os, not a vendor!
17901
17902 * configure: Quote $( better. Keep various shells happy.
17903
17904 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17905
17906 * Makefile.in: eliminate stamp-files.
17907
17908 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17909
17910 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17911 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17912
17913 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17914
17915 * config.sub: fix iris/iris3.
17916
17917 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17918
17919 * configure: re-add -rm.
17920
17921 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17922
17923 * Maskefile.in: add .stmp-rcs to all.
17924
17925 * configure.in: remove gas from rs6000 build, use aix host fragment.
17926
17927 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17928
17929 * configure: pass down site_option during recursion.
17930
17931 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17932
17933 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17934
17935 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17936
17937 * configure: Change exec_prefix so that it really defaults to prefix.
17938
17939 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17940
17941 * Makefile.in, configure.in: Add support for mmalloc library.
17942
17943 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17944
17945 * Makefile.in: add stmp dependencies for a few more things.
17946
17947 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17948
17949 * configure: adjusted error message on objdir/srcdir configure
17950 collision, per john's suggestion.
17951
17952 * Makefile.in: add libiberty stmp to all and all.cross.
17953
17954 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17955
17956 * Makefile.in: remove force dependencies, add grep to all.
17957
17958 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17959
17960 * Makefile.in: drop flex. make stamp files work.
17961
17962 * configure: added test for conflicting configuration in srcdir,
17963 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17964 gets cranky. use relative paths for configure and srcdir
17965 whenever possible. Send some error messages to stderr that were
17966 going to stdout.
17967
17968 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17969
17970 * Makefile.in: Fix libg++ rule to check for gcc directory
17971 before using gcc/gcc. Also pass XTRAFLAGS.
17972
17973 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17974
17975 * Makefile.in: added stmp-files so that directories aren't polled
17976 when they are already built.
17977
17978 * configure.texi: fixed a node pointer problem.
17979
17980 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17981
17982 * config.sub configure.in gdb/configure.in
17983 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17984 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17985 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17986
17987 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17988
17989 * configure: -recurring becomes -silent. corrected help message
17990 for -site= option.
17991
17992 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17993
17994 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17995
17996 * configure: when building Makefile for crosses, replace
17997 tooldir and program_prefix. default srcdir from location of
17998 config.sub. remove "for host in hosts" and "for target in
17999 targets" loops.
18000
18001 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18002
18003 * Makefile.in: Do not pass bindir or mandir to cvs.
18004
18005 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18006
18007 * Makefile.in, configure.in: removed traces of namesubdir,
18008 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18009 copyrights to '92, changed some from Cygnus to FSF.
18010
18011 * configure.texi: remove most references to multiple hosts,
18012 multiple targets, subdirs, etc.
18013
18014 * configure.man: removed rcsid. reference config.sub not
18015 config.subr.
18016
18017 * Makefile.in: mkdir $(infodir) on install-info.
18018
18019 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18020
18021 * configure.texi: Explain better about .gdbinit and about
18022 the environment that configure.in sections run in.
18023
18024 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18025
18026 * configure.in: Ultrix is only a decstation if it's a MIPS.
18027
18028 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18029
18030 * README: DOC.configure => cfg-paper.texi.
18031
18032 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18033
18034 * config.sub (near case $os): Don't convert newsos* to bsd!
18035
18036 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18037
18038 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18039 the number of copies of COPYING that go into the GDB tar file.
18040
18041 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18042
18043 * bfd/configure.in, gdb/config/mh-i386sco,
18044 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18045 Fix SCO configuration stuff.
18046
18047 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18048
18049 * Makefile.in: For libg++, make sure the -I pointing
18050 to the gcc directory goes *after* all the libg++-local -I flags.
18051 Also, move just-gcc dependency from just-libg++ to all-libg++.
18052
18053 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18054
18055 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18056
18057 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18058
18059 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18060
18061 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18062
18063 * config.sub: Add stratus configuration frags. Also
18064 submitted to FSF.
18065
18066 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18067
18068 * Makefile.in (DEV_SUPPORT): add configure.man.
18069
18070 * config.sub(Decode manufacturer-specific): add -none*.
18071
18072 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18073
18074 * Makefile.in: remove form feeds to make Sun's make happy.
18075 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18076
18077 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18078
18079 * Makefile.in (AR_FLAGS): Make quieter.
18080
18081 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18082
18083 * configure.in: Add libg++.
18084 * configure: When verbose, don't output the command line at each
18085 level; it will be unremarkably the same as the previous version,
18086 which will be the same as what the user typed.
18087
18088 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18089
18090 * configure.in, Makefile.in: fix clean-info, add flex. add
18091 fileutils.
18092
18093 * configure: be less sensitive to spaces in Makefile.in. Do not
18094 look for sources in "..". Doing so breaks subdirectories that
18095 might have their own configure. If a subdir has it's own
18096 configure script, use it.
18097
18098 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18099
18100 * cfg-paper.texi: some changes suggested by rms.
18101
18102 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18103
18104 * config.sub: Merge in some small additions from the FSF version,
18105 taken from the gcc distribution, to bring the Cygnus and FSF
18106 versions into closer sync.
18107
18108 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18109
18110 * configure.in: Changed svr4 references to sysv4.
18111
18112 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18113
18114 * configure: added -V for version number option.
18115
18116 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18117
18118 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18119 renamed from DOC.configure to cfg-paper.texi.
18120
18121 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18122
18123 * configure, config.subr, config.sub: config.subr is now
18124 config.sub again.
18125
18126 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18127
18128 * configure.texi: new file, in progress.
18129
18130 * Makefile.in: build info file and install the man page for
18131 configure.
18132
18133 * configure.man: new file, first cut.
18134
18135 * configure: find config.subr again now that configuration "none"
18136 has gone. removed all traces of the -ansi option. removed all
18137 traces of the -languages option.
18138
18139 * config.subr: resync from rms.
18140
18141 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18142
18143 * configure, config.sub, config.subr: merge config.sub into
18144 config.subr, call the result config.subr, remove config.sub, use
18145 config.subr.
18146
18147 * Makefile.in: revised install for dir.info.
18148
18149 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18150
18151 * configure.in: add decstation host makefile frag.
18152
18153 * Makefile.in: BISON now bison -y again. also install-gcc on
18154 install. clean-gdbm on clean. infodir belongs in datadir.
18155 Make directories for info install. Build dir.info here then
18156 install it.
18157
18158 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18159
18160 * Makefile.in: fix for bad directory tests.
18161
18162 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18163
18164 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18165 regexp. -srcdir relative was being handled incorrectly.
18166
18167 * Makefile.in: unwrapped some for loops so that parallel makes
18168 work again and so one can focus one's attention on a particular
18169 package.
18170
18171 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18172
18173 * configure: added PWD as a stand in for `pwd` (for speed). use
18174 elif wherever possible. make -srcdir work without -objdir.
18175 -objdir= commented out.
18176
18177 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18178
18179 * configure: +options become --options. -subdirs commented out.
18180 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18181 Makefile now at top of generated Makefile. Removed cvs log
18182 entries. added -srcdir. create .gdbinit only if there is one
18183 in ${srcdir}.
18184
18185 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18186 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18187 and mandir now keyed off datadir by default.
18188
18189 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18190
18191 * Freshly created ChangeLog.
18192
18193 \f
18194 Local Variables:
18195 mode: change-log
18196 left-margin: 8
18197 fill-column: 76
18198 version-control: never
18199 End: