re PR target/60693 (ICE on funny memcpy)
[gcc.git] / ChangeLog
1 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2
3 * Makefile.def (dependencies): Make all-ld depend on all-binutils
4 for WINDRES_FOR_TARGET in default-manifest.o rule.
5 * Makefile.in: Regenerate.
6
7 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
8
9 * MAINTAINERS (Write After Approval): Add myself.
10
11 2014-03-26 Jakub Jelinek <jakub@redhat.com>
12
13 PR sanitizer/56781
14 * Makefile.def: Set bootstrap=true; for host fixincludes.
15 * configure.ac: Don't bootstrap host fixincludes unless
16 --with-build-config=bootstrap-{a,ub}san.
17 * Makefile.in: Regenerated.
18 * configure: Regenerated.
19
20 2014-03-21 Jakub Jelinek <jakub@redhat.com>
21
22 * configure.ac: Move BUILD_CONFIG set up earlier. Add
23 --enable-vtable-verify option parsing. Don't add
24 target-libsanitizer to bootstrap_target_libs unless
25 --with-build-config=bootstrap-asan or
26 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
27 to bootstrap_target_libs unless --enable-vtable-verify.
28 * configure: Regenerated.
29
30 2014-03-10 Anatoly Sokolov <aesok@post.ru>
31
32 * MAINTAINERS (Write After Approval): Add myself.
33
34 2014-03-07 Denis Chertykov <chertykov@gmail.com>
35
36 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
37
38 2014-03-07 Jakub Jelinek <jakub@redhat.com>
39
40 PR bootstrap/58572
41 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
42 -I for libstdc++-v3 includes if $(LEAN).
43 * Makefile.in: Regenerated.
44
45 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
46
47 * MAINTAINERS: Update my email address.
48
49 2014-02-24 Walter Lee <walt@tilera.com>
50
51 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
52 (tilegx-*-*): Change to tilegx*-*-*.
53 * configure: Regenerate.
54
55 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
56
57 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
58
59 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
60
61 * MAINTAINERS (Write After Approval): Add myself.
62
63 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
64
65 PR target/59788
66 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
67 *solaris2*.
68
69 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
70
71 * MAINTAINERS: Update my email address.
72
73 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
74
75 * MAINTAINERS: Convert to UTF-8.
76 Properly sort Xinliang David Li's entry.
77
78 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
79 Sandra Loosemore <sandra@codesourcery.com>
80
81 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
82 nios2 port maintainers.
83
84 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
85
86 * MAINTAINERS (Write After Approval): Add myself.
87
88 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
89
90 * configure.ac: Add user-friendly check for native x86_64-linux
91 multilibs.
92 * configure: Regenerate.
93
94 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
95
96 * MAINTAINERS: Add myself as sh maintainer.
97
98 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
99
100 * MAINTAINERS: Add self as SLSR maintainer.
101
102 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
103
104 * MAINTAINERS: Update my email address.
105
106 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
107
108 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
109
110 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
111
112 * Makefile.in: Regenerate.
113
114 * Makefile.tpl: Fix typo.
115 * Makefile.in: Regenerate partially.
116
117 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
118
119 * configure.ac: Added libcilkrts to noconfig list when C++ is not
120 supported.
121 * configure: Regenerated.
122
123 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
124
125 * MAINTAINERS (Write After Approval): Add myself.
126
127 2013-10-30 Jason Merrill <jason@redhat.com>
128
129 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
130 --disable-build-format-warnings.
131
132 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
133
134 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
135 depend on libstdc++ and libgcc.
136 * configure: Regenerate.
137 * configure.ac: Added libcilkrts to target binaries. Also, restrict
138 libcilkrts for POSIX and i*86, and x86_64 architectures.
139 * Makefile.in: Added libcilkrts related fields to support building it.
140
141 2013-10-26 Jeff Law <law@redhat.com>
142
143 * Makefile.def (target_modules): Remove libmudflap
144 (languages): Remove check-target-libmudflap).
145 * Makefile.in: Rebuilt.
146 * Makefile.tpl (check-target-libmudflap-c++): Remove.
147 * configure.ac (target_libraries): Remove target-libmudflap.
148 Remove checks which disabled libmudflap on some systems.
149 * configure: Rebuilt.
150 * libmudflap: Directory removed.
151
152 2013-10-21 Cong Hou <congh@google.com>
153
154 * MAINTAINERS (Write After Approval): Add myself.
155
156 2013-10-16 Mike Stump <mikestump@comcast.net>
157
158 * .dir-locals.el: Add.
159
160 2013-10-15 David Malcolm <dmalcolm@redhat.com>
161
162 * configure.ac: Add --enable-host-shared
163 * configure: Regenerate.
164
165 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
166
167 Import from savannah.gnu.org:
168 * config.guess: Update to 2013-06-10 version.
169 * config.sub: Update to 2013-10-01 version.
170
171 2013-10-01 Simon Cook <simon.cook@embecosm.com>
172
173 Changes to build configuration to allow big endian ARC ELF toolchain
174 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
175 * configure: Regenerate.
176
177 2013-09-20 Alan Modra <amodra@gmail.com>
178
179 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
180 ppc host match. Support little-endian powerpc linux hosts.
181
182 2013-09-19 Dodji Seketeli <dodji@redhat.com>
183
184 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
185 maintainer.
186
187 2013-09-12 DJ Delorie <dj@redhat.com>
188
189 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
190 maintainers.
191
192 2013-09-03 Richard Biener <rguenther@suse.de>
193
194 * configure.ac: Also allow ISL 0.12.
195 * configure: Regenerated.
196
197 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
198
199 * MAINTAINERS (Write After Approval): Add myself.
200
201 2013-08-27 David Malcolm <dmalcolm@redhat.com>
202
203 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
204
205 2013-08-26 Caroline Tice <cmtice@google.com>
206
207 * MAINTAINERS: Correct earliers update: Move myself from libvtv
208 "Various Reviewers" to libvtv "Various Maintainers".
209
210 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
211
212 * MAINTAINERS: Add myself as RTL optimizers reviewer.
213
214 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
215
216 * MAINTAINERS: Update name, email.
217
218 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
219
220 * MAINTAINERS (Write After Approval): Add myself.
221
222 2013-08-12 Caroline Tice <cmtice@google.com>
223
224 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
225 address in the Write After Approval section.
226
227 2013-08-09 Carlos O'Donell <carlos@redhat.com>
228
229 * MAINTAINERS (Write After Approval): Update email.
230
231 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
232
233 * configure.ac: Adjust to check VTV_SUPPORTED.
234 * configure: Regenerated.
235
236 2013-08-02 Caroline Tice <cmtice@google.com>
237
238 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
239 on non-linux systems; add target-libvtv to noconfigdirs; add
240 libsupc++/.libs to C++ library search paths.
241 * configure: Regenerated.
242 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
243 libstdc++ and libgcc.
244 * Makefile.in: Regenerated.
245
246 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
247
248 * MAINTAINERS (Write After Approval): Add myself.
249
250 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
251 Shiva Chen <shiva0217@gmail.com>
252
253 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
254 nds32 port maintainers.
255
256 2013-07-17 Tim Shen <timshen91@gmail.com>
257
258 * MAINTAINERS (Write After Approval): Add myself.
259
260 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
261
262 * configure.ac: Sync from binutils.
263 * configure: Regenerate.
264
265 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
266
267 * MAINTAINERS (Write After Approval): Add myself.
268
269 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
270
271 * MAINTAINERS (Write After Approval): Add myself.
272
273 2013-05-17 David Malcolm <dmalcolm@redhat.com>
274
275 * MAINTAINERS (Write After Approval): Add myself.
276
277 2013-04-30 Brooks Moses <bmoses@google.com>
278
279 * MAINTAINERS: Update my email; move myself from Fortran
280 reviewer to Write After Approval.
281
282 2013-04-16 Andreas Schwab <schwab@suse.de>
283
284 * configure.ac (aarch64-*-*): Don't disable java.
285 * configure: Regenerate.
286
287 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
288
289 * MAINTAINERS (Write After Approval): Add myself.
290
291 2013-03-30 Matthias Klose <doko@ubuntu.com>
292
293 * Makefile.def (target_modules): Don't install libffi.
294 * Makefile.in: Regenerate.
295
296 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
297
298 * MAINTAINERS (Write After Approval): Add myself.
299
300 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
301
302 * MAINTAINERS (Write After Approval): Add myself.
303
304 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
305
306 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
307 * configure: Regenerated.
308
309 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
310
311 * MAINTAINERS: Explicitly add myself as AIX maintainer.
312 Remove Geoff Keating as rs6000 port maintainer, at his request.
313
314 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
315
316 * MAINTAINERS: Update my email.
317
318 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
319
320 * configure: Re-generate.
321
322 2013-01-15 Richard Biener <rguenther@suse.de>
323
324 PR other/55973
325 * configure: Re-generate.
326
327 2013-01-14 Matthias Klose <doko@ubuntu.com>
328
329 * Makefile.def (install-target-libsanitizer): Depend on
330 install-target-libstdc++-v3.
331 * Makefile.in: Regenerate.
332
333 2013-01-14 Richard Biener <rguenther@suse.de>
334
335 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
336 * configure: Re-generate
337
338 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
339
340 * config.sub: Update from config repo.
341
342 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
343
344 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
345 * Makefile.in: Regenerate.
346
347 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
348
349 * MAINTAINERS (arc): Add new port maintainership for myself.
350
351 2013-01-09 Jason Merrill <jason@redhat.com>
352
353 * .gitignore: Import from gdb repository.
354
355 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
356
357 * Makefile.def (configure-gcc): Depend on all-gmp.
358 (all-gcc): Remove dependency on all-gmp.
359 * Makefile.in: Regenerated.
360
361 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
362
363 * config.sub: Merge from config repo.
364 * config.guess: Ditto.
365
366 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
367
368 * Makefile.def: Merge from binutils.
369 * Makefile.in: Ditto.
370
371 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
372
373 * MAINTAINERS: Update my email.
374
375 2012-12-29 Ben Elliston <bje@gnu.org>
376
377 * config.guess: Update to 2012-12-29 version.
378 * config.sub: Likewise.
379
380 2012-12-20 Matthias Klose <doko@ubuntu.com>
381
382 * Makefile.def (install-target-libgfortran): Depend on
383 install-target-libquadmath, install-target-libgcc.
384 (install-target-libsanitizer): Depend on install-target-libgcc.
385 (install-target-libjava): Depend on install-target-libgcc.
386 (install-target-libitm): Depend on install-target-libgcc.
387 (install-target-libobjc): Depend on install-target-libgcc.
388 (install-target-libstdc++-v3): Depend on install-target-libgcc.
389 * Makefile.in: Regenerate.
390
391 2012-12-19 Matthias Klose <doko@ubuntu.com>
392
393 * Makefile.def (install-target-libgo): Depend on
394 install-target-libatomic.
395 * Makefile.in: Regenerate.
396
397 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
398
399 PR go/55201
400 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
401 * Makefile.in: Regenerate.
402
403 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
404
405 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
406 * configure: Regenerate.
407
408 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
409
410 * config.sub: Merge from config repo.
411
412 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
413
414 * Makefile.def (target_modules): Add bootstrap=true and
415 raw_cxx=true to libsanitizer.
416 * configure.ac (bootstrap_target_libs): Add libsanitizer.
417 * Makefile.in: Regenerated.
418 * configure: Likewise.
419
420 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
421
422 * MAINTAINERS: Remove self as RTL optimization maintainer.
423
424 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
425
426 * MAINTAINERS (Write After Approval): Add myself.
427
428 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
429
430 * Makefile.def (target_modules): Remove bootstrap=true and
431 raw_cxx=true from libsanitizer.
432 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
433 * Makefile.in: Regenerated.
434 * configure: Likewise.
435
436 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
437
438 * Makefile.def (target_modules): Add bootstrap=true and
439 raw_cxx=true to libsanitizer.
440 * configure.ac (bootstrap_target_libs): Add libsanitizer.
441 * Makefile.in: Regenerated.
442 * configure: Likewise.
443
444 2012-11-28 Andrew Pinski <apinski@cavium.com>
445
446 PR bootstrap/54279
447 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
448 * configure: Regenerate.
449 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
450 * Makefile.in: Regenerate.
451
452 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
453
454 * configure.ac: Disable libsanitizer if we're not building C++.
455 * configure: Regenerate.
456
457 2012-11-15 Roland McGrath <roland@hack.frob.com>
458
459 * MAINTAINERS (Write After Approval): Add myself.
460
461 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
462
463 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
464 Kostya Serebryany (kcc@google.com) and
465 Jakub Jelinek (jakub@redhat.com).
466 Rename area for Dodji Seketeli (dodji@redhat.com).
467
468 2012-11-15 Dodji Seketeli <dodji@redhat.com>
469
470 * MAINTAINERS: (asan.c, related): Add myself.
471
472 2012-11-14 Roland McGrath <mcgrathr@google.com>
473
474 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
475 * configure: Regenerate.
476
477 2012-11-13 Richard Henderson <rth@redhat.com>
478
479 * configure.ac: Move libsanitizer logic to subdirectory.
480 * configure: Regenerate.
481
482 2012-11-13 Dodji Seketeli <dodji@redhat.com>
483
484 * configure.ac: Enable libsanitizer just on x86 linux for now.
485 * configure: Re-generate.
486
487 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
488
489 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
490 sections.
491 * configure: Regenerate.
492
493 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
494
495 * configure.ac: Add section for configdirs for libsanitizer.
496 Disable for cris-*-* and mmix-*-*.
497 * configure: Regenerate.
498
499 2012-11-12 Wei Mi <wmi@google.com>
500
501 * configure.ac: Add libsanitizer to target_libraries.
502 * Makefile.def: Ditto.
503 * configure: Regenerate.
504 * Makefile.in: Regenerate.
505 * libsanitizer: New directory for asan runtime. Contains an empty
506 tsan directory.
507
508 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
509
510 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
511 against Mingw64 w32api.
512 * configure: Regenerate.
513
514 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
515
516 * configure: Regenerated.
517
518 2012-11-03 Robert Mason <rbmj@verizon.net>
519
520 * configure.ac: add --disable-libstdcxx configure option
521 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
522
523 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
524
525 * MAINTAINERS (Write After Approval): Add myself.
526
527 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
528
529 * MAINTAINERS (Write After Approval): Add myself.
530
531 2012-10-24 Sharad Singhai <singhai@google.com>
532
533 * MAINTAINERS (Write After Approval): Add myself.
534
535 2012-10-24 Eric Christopher <echristo@gmail.com>
536
537 * MAINTAINERS: Update email address.
538
539 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
540
541 PR bootstrap/54820
542 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
543 * configure: Regenerate.
544
545 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
546
547 * MAINTAINERS (aarch64): Add Marcus and myself.
548
549 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
550
551 PR bootstrap/54820
552 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
553 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
554 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
555 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
556 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
557 * Makefile.in: Regenerate.
558 * configure.ac (have_static_libs): New variable and associated check.
559 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
560 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
561 * configure: Regenerate.
562
563 2012-10-10 Richard Biener <rguenther@suse.de>
564
565 * MAINTAINERS: Adjust for changed surname.
566
567 2012-10-04 Lawrence Crowl <crowl@google.com>
568
569 * MAINTAINERS (Write After Approval): Add myself.
570
571 2012-10-01 Cary Coutant <ccoutant@google.com>
572
573 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
574
575 2012-09-28 Ian Lance Taylor <iant@google.com>
576
577 * Makefile.def: Make all-target-libgo depend on
578 all-target-libbacktrace.
579 * Makefile.in: Rebuild.
580
581 2012-09-26 Ian Lance Taylor <iant@google.com>
582
583 * Makefile.def: Make all-gcc depend on all-libbacktrace.
584 * Makefile.in: Rebuild.
585
586 2012-09-20 Walter Lee <walt@tilera.com>
587
588 * configure.ac: Add tilegx to list of targets that support gold.
589 * configure: Regenerate.
590
591 2012-09-20 Marek Polacek <polacek@redhat.com>
592
593 * MAINTAINERS (Write After Approval): Add myself.
594
595 2012-09-19 Steve Ellcey <sellcey@mips.com>
596
597 * configure.ac: Add mips*-mti-elf* target.
598 * configure: Regenerate.
599
600 2012-09-17 Ian Lance Taylor <iant@google.com>
601
602 * MAINTAINERS (Various Maintainers): Add libbacktrace.
603 * configure.ac (host_libs): Add libbacktrace.
604 (target_libraries): Add libbacktrace.
605 * Makefile.def (host_modules): Add libbacktrace.
606 (target_modules): Likewise.
607 * configure, Makefile.in: Rebuild.
608
609 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
610
611 PR target/38607
612 Merge upstream change.
613 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
614
615 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
616 Add libgomp*.o to compare_exclusions for AIX.
617 * configure: Regenerate.
618
619 2012-09-06 Diego Novillo <dnovillo@google.com>
620
621 * configure.ac: Bump minimum GMP version to 4.2.3.
622 * configure: Re-generate.
623
624 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
625
626 PR target/54461
627 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
628 target-libgloss if not configured --with-avrlibc=no.
629 * configure: Regenerate.
630
631 2012-09-04 Jason Merrill <jason@redhat.com>
632
633 * configure.ac: Fix --enable-languages=all.
634
635 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
636
637 * MAINTAINERS (Write After Approval): Add myself.
638
639 2012-09-03 Richard Guenther <rguenther@suse.de>
640
641 PR bootstrap/54138
642 * configure.ac: Re-organize ISL / CLOOG checks to allow
643 disabling with either --without-isl or --without-cloog.
644 * configure: Regenerated.
645
646 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
647
648 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
649 * configure: Regenerate.
650
651 2012-08-27 Ulrich Drepper <drepper@gmail.com>
652
653 * MAINTAINERS: Fix my email address.
654
655 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
656
657 PR binutils/4970
658 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
659 and opcodes.
660 * Makefile.in: Regenerated.
661
662 2012-08-26 Art Haas <ahaas@impactweather.com>
663
664 * configure: Regenerate.
665
666 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
667
668 * INSTALL/README: Also refer to the online installation
669 instructions.
670
671 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
672
673 * MAINTAINERS (Write After Approval): Add myself.
674 (Picochip port): Remove myself.
675
676 2012-08-14 Diego Novillo <dnovillo@google.com>
677
678 Merge from cxx-conversion branch.
679
680 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
681 POSTSTAGE1_CONFIGURE_FLAGS.
682 * Makefile.in: Regenerate.
683 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
684 Force C++ when bootstrapping.
685 * configure: Regenerate.
686
687 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
688
689 * MAINTAINERS (Write After Approval): Add myself.
690
691 2012-07-16 Joseph Myers <joseph@codesourcery.com>
692
693 * README: Document use of ranges of years in copyright notices.
694
695 2012-07-06 Richard Guenther <rguenther@suse.de>
696
697 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
698 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
699 --with-gmp=system.
700 * Makefile.in: Regenerated.
701 * configure: Likewise.
702
703 2012-07-06 Richard Guenther <rguenther@suse.de>
704
705 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
706 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
707 supply V=1 as extra_make_flags.
708 * configure: Regenerated.
709 * Makefile.in: Likewise.
710
711 2012-07-04 Tristan Gingold <gingold@adacore.com>
712
713 * configure: Regenerate.
714
715 2012-07-03 Richard Guenther <rguenther@suse.de>
716
717 * Makfile.def (isl): Remove not necessary extra_exports and
718 extra_make_flags.
719 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
720 * Makefile.in: Regenerated.
721
722 2012-07-03 Richard Guenther <rguenther@suse.de>
723
724 * Makefile.def (cloog): Add V=1 to extra_make_flags.
725 * configure.ac: If either the ISL or the CLooG check failed
726 do not try to build in-tree versions.
727 * Makefile.in: Regenerated.
728 * configure: Regenerated.
729
730 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
731
732 * configure: Regenerate.
733
734 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
735
736 * MAINTAINERS (Various Maintainers): Add myself as testsuite
737 maintainer.
738
739 2012-07-02 Richard Guenther <rguenther@suse.de>
740
741 * configure: Regenerated.
742
743 2012-07-02 Richard Guenther <rguenther@suse.de>
744 Michael Matz <matz@suse.de>
745 Tobias Grosser <tobias@grosser.es>
746 Sebastian Pop <sebpop@gmail.com>
747
748 * Makefile.def: Add ISL host module, remove PPL host module.
749 Adjust ClooG host module to use the proper ISL.
750 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
751 * configure.ac: Include config/isl.m4. Add ISL host library,
752 remove PPL. Remove PPL configury, add ISL configury, adjust
753 ClooG configury.
754 * Makefile.in: Regenerated.
755 * configure: Likewise.
756
757 2012-07-02 Richard Guenther <rguenther@suse.de>
758
759 Merge from graphite branch
760 2011-07-21 Tobias Grosser <tobias@grosser.es>
761
762 * configure: Regenerated.
763 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
764 both cloog.org and legacy versions. The only supported version will
765 be CLooG with the isl backend.
766
767 2011-07-21 Tobias Grosser <tobias@grosser.es>
768
769 * configure: Regenerated.
770 * configure.ac: Require cloog isl 0.17.0
771
772 2011-07-21 Tobias Grosser <tobias@grosser.es>
773
774 * configure: Regenerated.
775 * config/cloog.m4: Do not define CLOOG_ORG
776
777 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
778
779 * configure.ac: Skip C if explicitly selected.
780 * configure: Regenerate.
781
782 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
783
784 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
785 they contain -O2.
786 * configure: Regenerate.
787
788 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
789
790 PR debug/53740
791 * df.h, df-problems.c, dce.c: Revert last patch.
792
793 2012-06-25 Iain Sandoe <iain@codesourcery.com>
794
795 * MAINTAINERS (Write After Approval): Update my email address.
796
797 2012-06-21 Meador Inge <meadori@codesourcery.com>
798
799 * MAINTAINERS (Write After Approval): Add myself.
800
801 2012-06-20 Jason Merrill <jason@redhat.com>
802
803 * Makefile.tpl (check-target-libgomp-c++): New.
804 (check-target-libitm-c++): New.
805 * Makefile.def (c++): Add them.
806 * Makefile.in: Regenerate.
807
808 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
809
810 * MAINTAINERS (Write After Approval): Add myself.
811
812 2012-05-16 Olivier Hainque <hainque@adacore.com>
813
814 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
815 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
816 (install-no-fixedincludes): Adjust accordingly.
817 * Makefile.in: Regenerate.
818
819 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
820
821 Merge upstream change
822 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
823
824 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
825
826 * MAINTAINERS (Write After Approval): Add myself.
827
828 2012-05-09 Nick Clifton <nickc@redhat.com>
829 Paul Smith <psmith@gnu.org>
830
831 PR bootstrap/50461
832 * configure.ac (mpfr-dir): When using in-tree MPFR sources
833 allow for the fact that from release v3.1.0 of MPFR the source
834 files were moved into a src sub-directory.
835 * configure: Regenerate.
836
837 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
838
839 * configure.ac: Bump minimum MPFR version to 2.4.0.
840 * configure: Regenerated.
841
842 2012-05-01 Richard Henderson <rth@redhat.com>
843
844 * Makefile.def (libatomic): New target_module.
845 * configure.ac (target_libraries): Add libatomic.
846 (noconfigdirs): Check if libatomic is supported.
847 * Makefile.in, configure: Rebuild.
848
849 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
850
851 * MAINTAINERS (Write After Approval): Add myself.
852
853 2012-04-25 Joel Brobecker <brobecker@adacore.com>
854
855 * config.sub: Update to 2012-04-18 version from official repo.
856
857 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
858
859 * MAINTAINERS (Write After Approval): Add myself.
860
861 2012-04-11 Steve Ellcey <sellcey@mips.com>
862
863 * MAINTAINERS: Changed email address.
864
865 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
866
867 PR target/52737
868 * contrib/gcc_update (files_and_dependencies):
869 Remove gcc/config/avr/t-multilib from touch data.
870
871 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
872
873 * MAINTAINERS (OS Port Maintainers): Remove irix.
874 * configure.ac (enable_libgomp): Remove *-*-irix6*.
875 (unsupported_languages): Remove mips-sgi-irix6.*.
876 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
877 (with_stabs): Remove.
878 * configure: Regenerate.
879
880 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
881
882 * MAINTAINERS (OS Port Maintainers): Remove osf.
883 * configure.ac (enable_libgomp): Remove *-*-osf*.
884 (with_stabs): Remove alpha*-*-osf*.
885 * configure: Regenerate.
886
887 2012-03-05 Tristan Gingold <gingold@adacore.com>
888
889 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
890 * configure: Regenerate.
891
892 2012-02-17 Walter Lee <walt@tilera.com>
893
894 * MAINTAINERS: (Write After Approval): Delete myself.
895
896 2012-02-14 Walter Lee <walt@tilera.com>
897
898 * MAINTAINERS (tilegx port): Add myself.
899 (tilepro port): Add myself.
900 (Write After Approval): Add myself.
901
902 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
903
904 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
905 and Joseph Myers as docstring relicensing maintainers.
906
907 2012-02-09 Bin Cheng <bin.cheng@arm.com>
908
909 * MAINTAINERS (write-after-approval): Add myself.
910
911 2012-02-08 Ira Rosen <irar@il.ibm.com>
912
913 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
914 maintainer.
915
916 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
917
918 * MAINTAINERS (Write After Approval): Move myself to
919 maintain alphabetical order.
920
921 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
922
923 * MAINTAINERS (Write After Approval): Add myself.
924
925 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
926
927 * MAINTAINERS (Write After Approval): Add myself.
928
929 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
930 Jayant R Sonar <jayant.sonar@kpitcummins.com>
931
932 * configure.ac (cr16-*-*): Remove nonconfigdirs.
933 * configure: Regenerate.
934
935 2012-01-23 Harshit Chopra <harshit@google.com>
936
937 * MAINTAINERS (Write After Approval): Add myself.
938
939 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
940
941 * configure.ac: Remove reference to mh-interix.
942 * configure: Regenerate.
943
944 2012-01-05 Richard Henderson <rth@redhat.com>
945
946 PR bootstrap/51072
947 * configure.ac: Disable libitm if c++ is not enabled.
948 * configure: Rebuild.
949
950 * configure.ac: Fix regexp for same.
951 * configure: Rebuild.
952
953 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
954
955 * MAINTAINERS (Write After Approval): Add myself.
956
957 2012-01-02 Richard Guenther <rguenther@suse.de>
958
959 PR bootstrap/51686
960 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
961 * Makefile.in: Regenerate.
962
963 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
964
965 * MAINTAINERS (Write After Approval): Add myself.
966
967 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
968
969 * configure: Regenerate.
970
971 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
972
973 * MAINTAINERS (picochip): Changed email address.
974
975 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
976
977 * MAINTAINERS (write-after-approval): Add self.
978
979 2011-11-29 DJ Delorie <dj@redhat.com>
980
981 * configure.ac (rl78-*-*) New case.
982 * configure: Regenerate.
983 * MAINTAINERS: Add myself as RL78 maintainer.
984
985 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
986
987 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
988
989 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
990
991 * libtool.m4: Additional FreeBSD 10 fixes.
992
993 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
994
995 * MAINTAINERS: Move myself from Write After Approval to CPU Port
996 Maintainers section, as Epiphany maintainer.
997
998 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
999
1000 PR target/49992
1001 * configure.ac: Remove ranlib special-casing for Darwin.
1002 * configure: Regenerate.
1003
1004 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1005
1006 * MAINTAINERS (Reviewers): Keep the list sorted.
1007
1008 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1009
1010 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1011
1012 2011-11-09 Roland McGrath <mcgrathr@google.com>
1013
1014 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1015 * configure: Rebuild.
1016 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1017 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1018 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1019 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1020 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1021 Add READELF.
1022 * Makefile.in: Rebuild.
1023
1024 2011-11-09 Jason Merrill <jason@redhat.com>
1025
1026 * Makefile.def (language=c++): Remove check-c++0x.
1027 * Makefile.in (check-gcc-c++): Regenerate.
1028
1029 2011-11-08 Richard Henderson <rth@redhat.com>
1030
1031 * configure.ac: Test for libitm directory present first.
1032
1033 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1034
1035 * configure.ac: Test libitm/configure.tgt to disable libitm.
1036 * configure: Rebuild.
1037
1038 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1039 Richard Henderson <rth@redhat.com>
1040
1041 Merged from transactional-memory.
1042
1043 * Makefile.def (lang_env_dependencies): libitm is c++.
1044 Add libitm target module.
1045 * configure.ac: Likewise.
1046 * config/mmap.m4: New file.
1047 * contrib/gcc_update: Add libitm to touch data.
1048 * Makefile.in, configure: Rebuild.
1049
1050 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1051
1052 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1053 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1054 * Makefile.in: Regenerate.
1055
1056 2011-11-01 DJ Delorie <dj@redhat.com>
1057
1058 * config.sub: Update to version 2011-10-29 (added rl78)
1059
1060 2011-10-27 Nick Clifton <nickc@redhat.com>
1061
1062 * config.sub: Import these changes from the config project:
1063
1064 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1065 Ben Elliston <bje@gnu.org>
1066
1067 * config.sub (epiphany): New.
1068
1069 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1070 Ben Elliston <bje@gnu.org>
1071
1072 * config.sub (hexagon, hexagon-*): New.
1073
1074 2011-08-23 Roland McGrath <mcgrathr@google.com>
1075
1076 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1077 64eb to be64.
1078
1079 2011-08-16 Roland McGrath <mcgrathr@google.com>
1080
1081 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1082 (nacl): Grok as alias for 32el-unknown-nacl.
1083
1084 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1085
1086 * MAINTAINERS (Write After Approval): Add myself.
1087
1088 2011-10-24 Teresa Johnson <tejohnson@google.com>
1089
1090 * MAINTAINERS (Write After Approval): Add myself.
1091
1092 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1093
1094 * MAINTAINERS (sparc port): Remove myself.
1095
1096 2011-09-14 Tom de Vries <tom@codesourcery.com>
1097
1098 * MAINTAINERS (Write After Approval): Add myself.
1099
1100 2011-08-14 Yao Qi <yao@codesourcery.com>
1101
1102 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1103 * configure: Regenerate.
1104
1105 2011-07-26 Ian Lance Taylor <iant@google.com>
1106
1107 * configure.ac: Set have_compiler based on whether gcc directory
1108 exists, rather than on whether gcc is in configdirs.
1109 * configure: Rebuild.
1110
1111 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1112
1113 * MAINTAINERS (Global Reviewers): Add self.
1114
1115 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1116
1117 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1118 link directories.
1119 * Makefile.in: Rebuild.
1120
1121 2011-07-20 Ian Lance Taylor <iant@google.com>
1122
1123 PR bootstrap/49787
1124 * configure.ac: Move --enable-bootstrap handling earlier in file.
1125 If --enable-bootstrap and either --enable-build-with-cxx or
1126 --enable-build-poststage1-with-cxx, enable C++ automatically.
1127 * configure: Rebuild.
1128
1129 2011-07-19 Ian Lance Taylor <iant@google.com>
1130
1131 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1132 make C++ a boot_language. Set and substitute
1133 POSTSTAGE1_CONFIGURE_FLAGS.
1134 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1135 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1136 * configure, Makefile.in: Rebuild.
1137
1138 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1139
1140 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1141 maintainers.
1142
1143 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1144
1145 * MAINTAINERS (Global Reviewers): Add myself.
1146
1147 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1148
1149 * configure: Regenerate.
1150
1151 2011-07-16 Jason Merrill <jason@redhat.com>
1152
1153 * Makefile.def (language=c++): Add check-c++0x and
1154 check-target-libmudflap-c++.
1155 * Makefile.tpl (check-target-libmudflap-c++): New.
1156 * Makefile.in: Regenerate.
1157
1158 2011-07-16 Matthias Klose <doko@ubuntu.com>
1159
1160 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1161 * Makefile.def (target_modules/libjava): Pass
1162 $(EXTRA_CONFIGARGS_LIBJAVA).
1163 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1164 if not configured with --enable-static-libjava.
1165 * Makefile.in: Regenerate.
1166 * configure: Likewise.
1167
1168 2011-07-15 Jason Merrill <jason@redhat.com>
1169
1170 * Makefile.in (check-c++): Move check-gcc-c++0x after
1171 check-target-libstdc++-v3.
1172
1173 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1174
1175 * MAINTAINERS (c6x port): New entry.
1176
1177 2011-07-13 Jason Merrill <jason@redhat.com>
1178
1179 * Makefile.in (check-gcc-c++0x): New.
1180 (check-c++): Depend on it.
1181
1182 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1183
1184 PR target/39150
1185 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1186 x86_64-*-solaris2.1[0-9]*.
1187 * configure: Regenerate.
1188
1189 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1190
1191 * MAINTAINERS (RTL optimizers): Add self.
1192
1193 2011-06-27 Gabriel Charette <gchare@google.com>
1194
1195 * MAINTAINERS (Write After Approval): Add myself.
1196
1197 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1198
1199 PR regression/47836
1200 PR bootstrap/23656
1201 PR other/47733
1202 PR bootstrap/49247
1203 PR c/48825
1204 * configure.ac (target_libraries): Remove target-libiberty.
1205 Remove case-statement setting skipdirs=target-libiberty for
1206 multiple targets. Remove checking target_configdirs and
1207 removing target-libiberty but keeping target-libgcc if
1208 otherwise empty.
1209 * Makefile.def (target_modules): Don't add libiberty.
1210 (dependencies): Remove all traces of target-libiberty.
1211 * configure, Makefile.in: Regenerate.
1212
1213 2011-06-13 Walter Lee <walt@tilera.com>
1214
1215 * configure.ac (tilepro-*-*) New case.
1216 (tilegx-*-*): Likewise.
1217 * configure: Regenerate.
1218
1219 2011-06-06 Jing Yu <jingyu@google.com>
1220
1221 * configure.ac: Skip target-libiberty for
1222 arm*-*-linux-androideabi.
1223 * configure: Regenerated.
1224
1225 2011-06-06 Nick Clifton <nickc@redhat.com>
1226
1227 * config.sub: Sync from upstream.
1228
1229 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1230
1231 * MAINTAINERS (Write After Approval): Add myself.
1232
1233 2011-06-01 Daniel Jacobowitz <drow@false.org>
1234
1235 * MAINTAINERS: Update my email address.
1236
1237 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1238
1239 * MAINTAINERS (Write After Approval): Update my email address.
1240
1241 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1242
1243 * MAINTAINERS (Write After Approval): Add myself.
1244
1245 2011-05-08 Doug Kwan <dougkwan@google.com>
1246
1247 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1248 * configure: Regenerated.
1249 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1250 value from configure.
1251 * Makefile.in: Regenerated.
1252
1253 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1254
1255 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1256 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1257 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1258 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1259 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1260 *-*-vxworks*): Disable newlib and libgloss in separate case
1261 statement.
1262 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1263 to separate case statement.
1264 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1265 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1266 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1267 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1268 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1269 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1270 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1271 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1272 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1273 i[[3456789]]86-*-rdos*, m32r-*-*,
1274 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1275 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1276 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1277 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1278 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1279 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1280 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1281 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1282 and libgloss in main case over targets. Remove most empty cases
1283 in main case over targets.
1284 * configure: Regenerate.
1285
1286 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
1287
1288 * MAINTAINERS (Write After Approval): Add myself.
1289
1290 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1291
1292 * configure.ac: Remove code setting special library locations for
1293 hppa*64*-*-hpux11*. Remove code setting compiler for
1294 sparc-sun-solaris2*.
1295 * configure: Regenerate.
1296
1297 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1298
1299 * configure.ac: Separate libgloss_dir settings from general case
1300 over targets.
1301 * configure: Regenerate.
1302
1303 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1304
1305 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1306 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1307 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1308 cases in libgcj-disabling case statement.
1309 (hppa*64*-*-linux*): Set unsupported_languages instead of
1310 disabling target-zlib.
1311 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1312 to hppa*64*-*-hpux*.
1313 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1314 hppa*-*-hpux*.
1315 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1316 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1317 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1318 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1319 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1320 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1321 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1322 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1323 libgcj-disabling case statement.
1324 * configure: Regenerate.
1325
1326 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1327
1328 * configure.ac: Disable Java for targets not supporting libffi.
1329 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1330 Remove cases in Java-disabling statement.
1331 (*arm-wince-pe): Change to arm-wince-pe.
1332 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1333 cases in Java-disabling statement.
1334 (bfin-*-*): Don't disable Java again.
1335 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1336 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1337 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1338 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1339 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1340 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1341 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1342 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1343 Java-disabling statement.
1344 (mmix-*-*): Don't disable Java again.
1345 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1346 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1347 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1348 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1349 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1350 statement.
1351 * configure: Regenerate.
1352
1353 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1354
1355 * configure.ac: Separate cases disabling Java and Java libraries
1356 from general case over targets.
1357 * configure: Regenerate.
1358
1359 2011-04-21 Jie Zhang <jzhang918@gmail.com>
1360
1361 * MAINTAINERS: Update my email address.
1362
1363 2011-04-20 Easwaran Raman <eraman@google.com>
1364
1365 * MAINTAINERS (Write After Approval): Add myself.
1366
1367 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1368
1369 PR lto/48086
1370 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1371 * configure: Regenerate.
1372
1373 2011-04-16 Jim Meyering <meyering@redhat.com>
1374
1375 * MAINTAINERS (Write After Approval): Add myself.
1376
1377 2011-04-15 Dodji Seketeli <dodji@redhat.com>
1378
1379 * MAINTAINERS: Update my email address.
1380
1381 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
1382
1383 * MAINTAINERS (Write After Approval): Add myself.
1384
1385 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1386
1387 * MAINTAINERS (Write After Approval): Add myself.
1388
1389 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1390
1391 * MAINTAINERS (Write After Approval): Add myself.
1392
1393 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1394
1395 * configure.ac (build_tools): Remove build-byacc.
1396 (host_libs): Remove mmalloc.
1397 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1398 autoconf automake libtool diff rcs fileutils shellutils time
1399 textutils wdiff find uudecode hello tar gzip indent recode release
1400 sed perl gawk findutils gettext zip.
1401 (libgcj): Remove target-qthreads.
1402 (target_tools): Remove target-examples target-gperf.
1403 (YACC): Don't handle building byacc.
1404 * configure: Regenerate.
1405 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1406 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1407 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1408 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1409 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1410 handle building components.
1411 * Makefile.in: Regenerate.
1412
1413 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1414
1415 * MAINTAINERS: Update my email address as Xtensa maintainer.
1416
1417 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1418
1419 * config.sub: Sync from upstream.
1420
1421 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1422
1423 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1424 (microblaze*): Don't disable libssp.
1425 * configure: Regenerate.
1426
1427 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1428
1429 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1430 moveifchange.
1431 * configure: Regenerate.
1432 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1433 * Makefile.in: Regenerate.
1434
1435 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1436
1437 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1438 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1439 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1440 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1441 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1442 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1443 md_exec_prefix cases.
1444 * configure: Regenerate.
1445
1446 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1447
1448 * configure.ac: Separate cases disabling target-libssp,
1449 target-libiberty, target-libstdc++-v3 and Fortran from general
1450 case over targets.
1451 * configure: Regenerate.
1452
1453 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1454
1455 * configure.ac (*-*-chorusos): Don't disable libgcj.
1456 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1457 Remove case.
1458 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1459 (arm-*-coff): Don't disable libgcj.
1460 (arm*-*-linux-gnueabi): Remove useless assignment.
1461 (arm-*-riscix*): Don't disable libgcj.
1462 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1463 configuration.
1464 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1465 (c54x*-*-*): Remove case.
1466 (tic54x-*-*): Don't disable GCC or GCC libraries.
1467 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1468 to *.
1469 (d10v-*-*): Don't disable GCC libraries.
1470 (d30v-*-*): Don't disable libgcj.
1471 (h8500-*-*): Don't disable GCC libraries.
1472 (i960-*-*): Don't disable libgcj.
1473 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1474 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1475 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1476 libgcj.
1477 (m68k-*-coff*): Remove case.
1478 (mmix-*-*): Don't disable libgloss on host.
1479 (mn10200-*-*, mn10300-*-*): Remove cases.
1480 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1481 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1482 Don't disable libgcj.
1483 (romp-*-*): Remove case.
1484 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1485 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1486 case.
1487 (v810-*-*): Don't disable GCC libraries.
1488 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1489 (ip2k-*-*): Don't disable GCC libraries.
1490 * configure: Regenerate.
1491
1492 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1493
1494 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1495 libffi on host.
1496 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1497 on host.
1498 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1499 * configure: Regenerate.
1500
1501 2011-03-26 John Marino <binutils@marino.st>
1502
1503 * configure.ac: Add support for *-*-dragonfly*
1504 * configure: Regenerate.
1505
1506 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1507
1508 * configure.ac (native_only): Remove.
1509 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1510 send-pr uudecode guile gnuserv on host.
1511 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1512 send-pr rcs guile perl texinfo libtool on host.
1513 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1514 automake send-pr rcs guile perl texinfo libtool on host.
1515 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1516 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1517 (alpha*-dec-osf*): Don't disable fileutils on target.
1518 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1519 texinfo send-pr expect dejagnu on target.
1520 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1521 target-qthreads on target.
1522 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1523 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1524 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1525 x86_64-*-mingw*): Don't disable expect on target.
1526 (*-*-cygwin*): Don't disable target-gperf on target.
1527 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1528 gnuserv on target.
1529 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1530 target.
1531 * configure: Regenerate.
1532
1533 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1534
1535 * configure.ac (target_tools): Remove target-groff.
1536 (native_only): Remove target-groff.
1537 (hppa*64*-*-*): Don't disable byacc.
1538 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1539 setting.
1540 (*-*-kaos*): Don't skip target-librx and target-groff.
1541 (*-*-netware*): Don't skip target-libmudflap.
1542 (*-*-tpf*): Don't skip target-libmudflap.
1543 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1544 directories on the host.
1545 (ia64*-*-*vms*): Don't skip tix.
1546 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1547 host.
1548 * configure: Regenerate.
1549
1550 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1551
1552 * configure.ac: Remove references to mt-mep, mt-netware,
1553 mt-wince.
1554 * Makefile.def: Add all-utils soft dependencies.
1555 * Makefile.tpl: Remove GDB_NLM_DEPS.
1556 * configure: Regenerate.
1557 * Makefile.in: Regenerate.
1558
1559 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1560
1561 * configure.ac: Do not include mh-x86omitfp.
1562 * configure: Regenerate.
1563
1564 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1565
1566 * configure.ac: Remove empty cases.
1567 * configure: Regenerate.
1568
1569 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1570
1571 * Makefile.def: Add dependency from termcap to gdb.
1572 * Makefile.in: Regenerate.
1573
1574 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1575
1576 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1577 * configure: Regenerate.
1578 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1579 * Makefile.tpl: Likewise.
1580 * Makefile.in: Regenerate.
1581
1582 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1583
1584 * configure.ac: Remove all mentions of tentative_cc.
1585 * configure: Regenerate.
1586
1587 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1588
1589 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1590 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1591 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1592 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1593 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1594 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1595 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1596 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1597 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1598 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1599 *-*-rhapsody*): Remove host cases.
1600 * configure: Regenerate.
1601
1602 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1603
1604 * configure.ac (ppc*-*-pe): Remove host case.
1605 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1606 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1607 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1608 cases.
1609 * configure: Regenerate.
1610
1611 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1612
1613 * config.sub: Update to version 2011-03-23.
1614
1615 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1616
1617 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1618 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1619 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1620 * configure: Regenerate.
1621
1622 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1623
1624 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1625 to Write After Approval.
1626 * config-ml.in: Don't handle arc-*-elf*.
1627 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1628 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1629 handle GCC libraries.
1630 * configure: Regenerate.
1631
1632 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1633
1634 PR bootstrap/48120:
1635 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1636 Add -lstdc++ -lm to LIBS.
1637 * configure: Regenerate.
1638
1639 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1640
1641 * config.guess: Update to version 2011-02-02
1642 * config.sub: Update to version 2011-02-24
1643
1644 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1645
1646 PR lto/48086
1647 * configure.ac: Re-enable LTO on *-apple-darwin9.
1648 * configure: Regenerate.
1649
1650 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1651
1652 PR lto/48086
1653 * configure.ac: Disable LTO on darwin due to an assembler change in
1654 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1655 under 256.
1656 * configure: Regenerate.
1657
1658 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1659
1660 * MAINTAINERS: Update myself as score backend maintainer,
1661 update my e-mail address.
1662
1663 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1664
1665 * MAINTAINERS: Update my e-mail address.
1666
1667 2011-03-06 Joey Ye <joey.ye@arm.com>
1668
1669 * MAINTAINERS: Update my e-mail address.
1670
1671 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1672
1673 * configure.ac: Adjust test of with_ppl.
1674 * configure: Regenerated.
1675
1676 2011-03-02 Kai Tietz <ktietz@redhat.com>
1677
1678 * MAINTAINERS: Adjust my e-mail address.
1679
1680 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1681
1682 * configure.ac: Add -lpwl to ppllibs.
1683 * configure: Regenerated.
1684
1685 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1686
1687 * config/cloog.m4: Add -lisl to clooglibs.
1688 * configure: Regenerated.
1689
1690 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1691
1692 * MAINTAINERS (CPU Port maintainers): Add self.
1693
1694 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1695
1696 * MAINTAINERS: Add myself as testsuite maintainer.
1697
1698 2011-02-15 Mike Stump <mikestump@comcast.net>
1699
1700 * MAINTAINERS: Add myself as testsuite maintainer.
1701
1702 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1703
1704 Import from Libtool and gnulib:
1705
1706 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1707
1708 Prepare for supporting FreeBSD 10.
1709 * config.rpath: Remove handling of freebsd1* which soon would
1710 match FreeBSD 10.0.
1711
1712 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1713
1714 Remove support for FreeBSD 1.x.
1715 * libtool.m4 (_LT_LINKER_SHLIBS)
1716 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1717 soon would incorrectly match FreeBSD 10.0.
1718
1719 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1720
1721 PR binutils/12283
1722 * move-if-change: Import version from gnulib.
1723
1724 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1725
1726 PR lto/47225
1727 * Makefile.def (lto-plugin): Double dash for enable-shared.
1728 (configure-gcc): Depend on all-lto-plugin.
1729 * Makefile.in: Rebuilt.
1730
1731 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1732
1733 * configure.ac: Remove extra bracket.
1734 * configure: Regenerate.
1735
1736 2011-02-08 Tobias Burnus <burnus@net-b.de>
1737
1738 * MAINTAINERS: Add myself as libquadmath maintainer.
1739
1740 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1741
1742 * MAINTAINERS: Update my email address.
1743
1744 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1745
1746 * MAINTAINERS (option handling): Add self.
1747
1748 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1749
1750 PR lto/47225
1751 * Makefile.def: Add dependency for install-gcc
1752 on install-lto-plugin.
1753 * Makfile.in: Regenerated
1754
1755 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1756
1757 * MAINTAINERS (CPU Port Maintainers): Add myself.
1758
1759 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1760
1761 PR libgcj/44341
1762 * configure.ac: Discard --with-* flags for host when configuring
1763 target libraries for cross build.
1764 * configure: Rebuilt.
1765
1766 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1767
1768 * MAINTAINERS (linear loop transforms): Removed.
1769
1770 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1771
1772 * configure.ac: If with_ppl is no, move setting with_cloog=no
1773 after CLOOG_REQUESTED check.
1774 * configure: Regenerated.
1775
1776 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1777
1778 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1779 CLooG has been requested.
1780 * configure: Regenerated.
1781
1782 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1783
1784 * configure: Regenerated.
1785 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1786
1787 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1788
1789 * configure: Regenerated.
1790 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1791
1792 2011-01-21 Andreas Schwab <schwab@redhat.com>
1793
1794 * configure.ac: Use AS_HELP_STRING throughout.
1795 * configure: Regenerate.
1796
1797 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1798
1799 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1800 * configure: Regenerate.
1801
1802 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1803
1804 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1805
1806 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1807
1808 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1809 for ia64-hpux.
1810 * configure: Regenerate.
1811
1812 2011-01-07 Jan Hubicka <jh@suse.cz>
1813
1814 PR lto/47225
1815 * Makefile.in: Regenerate.
1816 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1817 configure.
1818
1819 2011-01-07 Jan Hubicka <jh@suse.cz>
1820
1821 * Makefile.in: Regenerate.
1822 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1823 and configure dependency on lto-plugin configure.
1824 (lto-plugin module): Remove dependency on GCC; add dependency on
1825 liniberty.
1826
1827 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1828
1829 * MAINTAINERS (Write After Approval): Add myself.
1830
1831 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1832
1833 * configure: Regenerate.
1834
1835 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1836
1837 * configure.ac: (picochip): Disable libiberty.
1838
1839 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1840
1841 * MAINTAINERS (Write After Approval): Add myself.
1842
1843 2010-12-10 Ian Lance Taylor <iant@google.com>
1844
1845 PR bootstrap/46819
1846 * configure.ac: For --disable-libgcj clear libgcj_saved.
1847 * configure: Rebuild.
1848
1849 2010-12-10 Tobias Burnus <burnus@net-b.de>
1850
1851 PR fortran/46540
1852 * configure.ac: Add --disable-libquadmath and
1853 --disable-libquadmath-support.
1854 * configure: Regenerate.
1855
1856 2010-12-03 Ian Lance Taylor <iant@google.com>
1857
1858 * MAINTAINERS: Add myself as libgo maintainer.
1859
1860 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1861
1862 PR libffi/46792
1863 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1864 * configure: Regenerate.
1865
1866 2010-12-02 Ian Lance Taylor <iant@google.com>
1867
1868 * configure.ac: Always set default for poststage1_ldflags to
1869 -static-libstdc++ -static-libgcc.
1870
1871 2010-11-29 Andreas Schwab <schwab@redhat.com>
1872
1873 * configure.ac: Move comment to remove extra space in last argument
1874 of GCC_TARGET_TOOL.
1875
1876 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1877
1878 PR other/46026
1879 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1880 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1881 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1882 (BASE_FLAGS_TO_PASS): Use it.
1883 * configure: Rebuilt.
1884 * Makefile.in: Rebuilt.
1885
1886 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1887
1888 PR binutils/12258
1889 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1890 Properly check default linker.
1891 * configure: Regnerated.
1892
1893 2010-11-23 Matthias Klose <doko@ubuntu.com>
1894
1895 * configure.ac: For --enable-gold, handle value `default' instead of
1896 `both*'. New configure option --{en,dis}able-ld.
1897 * configure: Regenerate.
1898
1899 2010-11-20 Ian Lance Taylor <iant@google.com>
1900
1901 * configure.ac: Only disable a language library if no language needs
1902 it. Don't let --disable-libgcj uncondtionally disable libffi.
1903 * configure: Rebuild.
1904
1905 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1906
1907 * Makefile.in: Regenerate.
1908
1909 PR other/46202
1910 * configure.ac: Fix just-built in-tree STRIP name to be
1911 binutils/strip-new.
1912 * configure: Regenerate.
1913 * Makefile.def (install-strip-gcc, install-strip-binutils)
1914 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1915 (install-strip-sid): Mirror dependencies on non-strip variants
1916 of these targets on the respective -strip prerequisites.
1917 * Makefile.tpl (install-strip, install-strip-host)
1918 (install-strip-target): New targets.
1919 (install-strip-[+module+], install-strip-target-[+module+]):
1920 New targets.
1921 * Makefile.in: Regenerate.
1922
1923 2010-11-19 Ian Lance Taylor <iant@google.com>
1924 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1925
1926 * configure.ac: Add target-libgo to target_libraries. Set
1927 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1928 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1929 (HOST_EXPORTS): Add GOC.
1930 (BASE_TARGET_EXPORTS): Add GOC.
1931 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1932 (GOCFLAGS_FOR_TARGET): New variable.
1933 (EXTRA_HOST_FLAGS): Add GOC.
1934 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1935 * Makefile.def (target_modules): Add libgo.
1936 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1937 (dependencies): Add dependency from configure-target-libgo to
1938 configure-target-libffi and all-target-libstdc++-v3. Add
1939 dependencies from all-target-libgo to all-target-libffi.
1940 (languages): Add go.
1941 * configure: Rebuild.
1942 * Makefile.in: Rebuild.
1943
1944 2010-11-19 Ian Lance Taylor <iant@google.com>
1945
1946 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1947 compiler/flag environment variables.
1948
1949 2010-11-18 Ian Lance Taylor <iant@google.com>
1950
1951 * configure.ac: Check for lang_requires_boot_languages in
1952 config-lang.in files.
1953 * configure: Rebuild.
1954
1955 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1956 Tobias Burnus <burnus@net-b.de>
1957
1958 PR fortran/32049
1959 * Makefile.def: Add libquadmath; build it with language=fortran.
1960 * configure.ac: Add libquadmath.
1961 * Makefile.tpl: Handle multiple libs in check-[+language+].
1962 * Makefile.in: Regenerate.
1963 * configure: Regenerate.
1964
1965 2010-11-16 Tom Tromey <tromey@redhat.com>
1966
1967 * MAINTAINERS: Moved myself to reviewers section.
1968
1969 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1970
1971 * MAINTAINERS: Moved myself to reviewers section.
1972
1973 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1974
1975 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1976 (Write After Approval): Remove self.
1977
1978 2010-11-15 Andreas Schwab <schwab@redhat.com>
1979
1980 * configure.ac: Fix spelling in option names.
1981 * configure: Regenerated.
1982
1983 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1984
1985 PR bootstrap/39622
1986 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1987 * configure: Regenerated.
1988
1989 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1990
1991 * MAINTAINERS: Update my email address.
1992
1993 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1994
1995 * configure: Regenerate.
1996
1997 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1998
1999 * configure: Regenerate.
2000
2001 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2002
2003 * configure: Regenerate.
2004
2005 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2006
2007 * configure: Regenerate.
2008
2009 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2010
2011 * configure.ac: Support official CLooG.org versions.
2012 * configure: Regenerate.
2013 * config/cloog.m4: New.
2014
2015 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2016
2017 * MAINTAINERS (Write After Approval): Add myself.
2018
2019 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2020
2021 * MAINTAINERS: Update my email address.
2022
2023 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2024
2025 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2026 * configure: Regenerate.
2027
2028 2010-11-03 Ian Lance Taylor <iant@google.com>
2029 Dave Korn <dave.korn.cygwin@gmail.com>
2030
2031 PR lto/46273
2032 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2033 and on other supported platforms whenever LTO is enabled.
2034 * configure: Rebuild.
2035
2036 2010-11-02 Alan Modra <amodra@gmail.com>
2037
2038 PR binutils/12110
2039 * configure.ac: Error when source path contains spaces.
2040 * configure: Regenerate.
2041
2042 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2043
2044 * MAINTAINERS: Update my email address.
2045
2046 2010-10-20 Ian Lance Taylor <iant@google.com>
2047
2048 * Makefile.def (target_modules): Set lib_path to src/.libs for
2049 libstdc++-v3 module.
2050 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2051 * Makefile.in: Rebuild.
2052
2053 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2054
2055 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2056 (Write After Approval): Remove myself.
2057
2058 2010-10-15 Tristan Gingold <gingold@adacore.com>
2059
2060 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2061
2062 2010-10-14 Douglas Rupp <rupp@gnat.com>
2063
2064 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2065
2066 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2067
2068 * configure.ac (build_lto_plugin): New shell variable.
2069 (--enable-lto): Turn on by default for all non-ELF platforms that
2070 have had LTO support added so far. Set build_lto_plugin appropriately
2071 for both ELF and non-ELF.
2072 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2073 * configure: Regenerate.
2074
2075 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2076
2077 Sync from src:
2078 * configure.ac (v850 support): Remove target-libgloss from
2079 noconfigdirs.
2080 * configure: Regenerate.
2081
2082 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2083
2084 PR bootstrap/45326
2085 PR bootstrap/45174
2086 * configure.ac: Honor initial values of $build_configargs,
2087 $host_configargs, $target_configargs. Mark the precious, so
2088 environment settings get recorded.
2089 * configure: Regenerate.
2090
2091 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2092
2093 PR bootstrap/45796
2094 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2095 Depend on all-build-libiberty.
2096 * Makefile.in: Regenerate.
2097
2098 2010-09-30 Michael Eager <eager@eagercon.com>
2099
2100 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2101 * configure: Regenerate.
2102
2103 2010-09-28 Michael Eager <eager@eagercon.com>
2104
2105 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2106
2107 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2108
2109 PR bootstrap/44621
2110 * configure.ac: Fix unportable shell quoting.
2111 * configure: Regenerate.
2112
2113 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2114
2115 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2116 targets and amend comment.
2117 * configure: Regenerate.
2118
2119 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2120
2121 * MAINTAINERS (Write After Approval): Add myself.
2122
2123 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2124
2125 * configure.ac: Enable LTO by default on Darwin.
2126 * configure: Regenerate.
2127
2128 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2129
2130 * MAINTAINERS (Write After Approval): Add myself.
2131
2132 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2133
2134 * MAINTAINERS (Write After Approval): Add myself.
2135
2136 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2137
2138 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2139 ports
2140
2141 2010-07-28 David Yuste <david.yuste@gmail.com>
2142
2143 * MAINTAINERS (Write After Approval): Add myself.
2144
2145 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2146
2147 * configure.ac: Support all v850 targets.
2148 * configure: Regenerate.
2149
2150 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2151
2152 PR bootstrap/44455
2153 * configure.ac (extra_mpfr_configure_flags): Copy from
2154 extra_mpc_gmp_configure_flags.
2155 * configure: Re-generated.
2156
2157 2010-07-22 Andi Kleen <ak@linux.intel.com>
2158
2159 * MAINTAINERS (Write After Approval): Add myself.
2160
2161 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2162
2163 * MAINTAINERS (Write After Approval): Add myself.
2164
2165 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2166
2167 * MAINTAINERS (Write After Approval): Add myself.
2168
2169 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2170
2171 PR target/44862
2172 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2173 Provide -B option to allow for link spec %s substitutions for
2174 libstdc++.a on darwin.
2175 * Makefile.in: Regenerate.
2176
2177 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2178
2179 * MAINTAINERS (Reviewers): Update my e-mail address
2180
2181 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2182
2183 * Makefile.def (configure-gcc): Depend on all-libelf.
2184 * Makefile.in: Rebuild.
2185
2186 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2187
2188 * MAINTAINERS (Write After Approval): Add myself in the right place.
2189
2190 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2191
2192 * MAINTAINERS (Write After Approval): Add myself.
2193
2194 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2195
2196 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2197
2198 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2199
2200 * config.sub: Update to version 2010-05-21.
2201 * config.guess: Update to version 2010-04-03.
2202
2203 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2204
2205 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2206 * configure: Regenerate.
2207
2208 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2209
2210 * MAINTAINERS (Write After Approval): Add myself.
2211
2212 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2213
2214 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2215 a platform that supports LTO.
2216 * configure: Regenerate.
2217
2218 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2219
2220 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2221 * configure: Regenerated.
2222
2223 2010-04-27 Roland McGrath <roland@redhat.com>
2224 H.J. Lu <hongjiu.lu@intel.com>
2225
2226 * configure.ac (--enable-gold): Support both, both/gold and
2227 both/bfd to add gold to configdirs without removing ld.
2228 * configure: Regenerated.
2229
2230 * Makefile.def: Add install-gold dependency to install-ld.
2231 * Makefile.in: Regenerated.
2232
2233 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2234
2235 PR lto/42776
2236 * configure.ac (--enable-lto): Refactor handling so libelf tests
2237 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2238 and allow LTO to be explicitly enabled on non-ELF platforms that
2239 are known to support it inside else-clause.
2240 * configure: Regenerate.
2241
2242 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2243
2244 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2245 * configure: Regenerate.
2246
2247 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2248
2249 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2250 * configure: Regenerate.
2251
2252 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2253
2254 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2255 separately.
2256 * configure: Regenerate.
2257
2258 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
2259
2260 * MAINTAINERS (Write After Approval): Add myself.
2261
2262 2010-04-14 Tristan Gingold <gingold@adacore.com>
2263
2264 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2265 * configure: Regenerate.
2266
2267 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2268
2269 * configure: Regenerate after change to elf.m4.
2270
2271 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2272
2273 * MAINTAINERS (Write After Approval): Add myself.
2274
2275 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2276
2277 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2278 * configure: Regenerated.
2279
2280 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2281
2282 * configure.ac: Print "buggy but acceptable" when CLooG
2283 revision is less than 9.
2284 * configure: Regenerated.
2285
2286 2010-04-01 Diego Novillo <dnovillo@google.com>
2287
2288 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2289
2290 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2291
2292 PR bootstrap/43615
2293 PR bootstrap/43328
2294
2295 Revert:
2296
2297 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2298
2299 * configure.ac: Do not pass --enable-multilib nor
2300 --disable-multilib in baseargs. Accept explicitly passed
2301 --enable_multilib.
2302 * configure: Regenerate.
2303
2304 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2305
2306 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2307
2308 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2309
2310 * MAINTAINERS: Remove myself.
2311
2312 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2313
2314 PR bootstrap/43328
2315 * configure.ac: Do not pass --enable-multilib nor
2316 --disable-multilib in baseargs. Accept explicitly passed
2317 --enable_multilib.
2318 * configure: Regenerate.
2319
2320 2010-03-28 Andrew Pinski <pinskia@gmail.com>
2321
2322 * MAINTAINERS (spu port): Remove me.
2323
2324 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2325
2326 * configure.ac (tic6x-*-*): New case.
2327 * configure: Regenerate.
2328
2329 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2330
2331 * config.sub: Update to version 2010-03-22.
2332 * config.guess: Update to version 2009-12-30.
2333
2334 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2335
2336 PR ada/42554
2337 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2338 * configure: Regenerate.
2339
2340 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2341
2342 * MAINTAINERS: Update my email address.
2343
2344 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2345
2346 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2347 (ghassan.shobaki@amd.com): Removed.
2348
2349 2010-03-17 Alan Modra <amodra@gmail.com>
2350
2351 * MAINTAINERS: Update my email address.
2352
2353 2010-03-16 Diego Novillo <dnovillo@google.com>
2354
2355 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2356 Matthews.
2357
2358 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2359
2360 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2361 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2362
2363 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2364
2365 * MAINTAINERS: Update my email address.
2366
2367 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2368
2369 * MAINTAINERS: Update my email address.
2370
2371 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2372
2373 * MAINTAINERS: Update my email address.
2374
2375 2010-03-09 Jie Zhang <jie@codesourcery.com>
2376
2377 * MAINTAINERS: Update my email address.
2378
2379 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2380
2381 PR libstdc++/32499
2382 * configure.ac (RANLIB): Default to true.
2383 (STRIP): Likewise.
2384 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2385 * configure: Regenerate.
2386
2387 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
2388
2389 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2390 (Write After Approval): Update my email address.
2391
2392 2010-02-17 Nick Clifton <nickc@redhat.com>
2393
2394 PR 11238
2395 * Makefile.tpl (local-distclean): Also remove config.cache files in
2396 sub-directories as there may not be Makefiles present in the
2397 sub-directories.
2398 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2399 the config.cache files found by the find command.
2400
2401 * Makefile.in: Regenerate.
2402 * configure.ac: Revert previous delta.
2403 * configure: Regenerate.
2404
2405 2010-02-15 Nick Clifton <nickc@redhat.com>
2406
2407 PR 11238
2408 * configure.ac: Delete config.cache files in sub-directories when
2409 deleting Makefiles.
2410 * configure: Regenerate.
2411
2412 2010-02-12 Ben Elliston <bje@gnu.org>
2413
2414 * MAINTAINERS: Update my email address.
2415
2416 2010-02-08 Andrew Pinski <pinskia@gmail.com>
2417
2418 * MAINTAINERS (spu port): Update my email address.
2419
2420 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2421
2422 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2423
2424 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2425
2426 * configure.ac: Add "recommended" version checks for GMP/MPC.
2427 Update recommended GMP/MPFR/MPC versions.
2428 * configure: Regenerate.
2429
2430 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2431
2432 * MAINTAINERS: Move my Embecosm email address into the
2433 write-after-approval section.
2434
2435 2010-01-26 Ian Lance Taylor <iant@google.com>
2436
2437 * MAINTAINERS: Add myself as Go frontend maintainer.
2438
2439 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2440
2441 PR libstdc++/36101, PR libstdc++/42813
2442 * configure.ac (bootstrap_target_libs): Make inclusion of
2443 target-libgomp conditional on libgomb being in target_configdirs.
2444 * configure: Regenerate.
2445
2446 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2447
2448 PR libstdc++/36101, PR libstdc++/42813
2449 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2450 * configure: Regenerate.
2451
2452 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2453
2454 PR libstdc++/36101, PR libstdc++/42813
2455 * configure.ac (target_configdirs): Substitute.
2456 * Makefile.def: Bootstrap target module libgomp.
2457 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2458 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2459 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2460 * configure, Makefile.in: Regenerate.
2461
2462 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2463
2464 * MAINTAINERS: Adjust my details.
2465
2466 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2467
2468 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2469
2470 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2471
2472 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2473
2474 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2475
2476 * MAINTAINERS (Write After Approval): Add myself.
2477
2478 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2479
2480 * MAINTAINERS (Write After Approval): Add myself.
2481
2482 2010-01-11 Richard Guenther <rguenther@suse.de>
2483
2484 PR lto/41569
2485 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2486 * Makefile.in: Regenerated.
2487
2488 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2489
2490 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2491 * configure: Regenerate.
2492
2493 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2494 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2495
2496 PR bootstrap/42424
2497 * configure.ac: Include libtool m4 files.
2498 (_LT_CHECK_OBJDIR): Call it.
2499 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2500 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2501
2502 * configure: Regenerate.
2503
2504 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2505
2506 PR bootstrap/41818
2507 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2508 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2509 * Makefile.in: Regenerate.
2510
2511 2010-01-02 Richard Guenther <rguenther@suse.de>
2512
2513 PR lto/41529
2514 * configure.ac: Include config/elf.m4. Disable LTO if not
2515 builting for an elf target.
2516 * configure: Regenerate.
2517
2518 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2519
2520 * MAINTAINERS: Change my email address.
2521
2522 2009-12-18 Ben Elliston <bje@au.ibm.com>
2523
2524 * config.sub, config.guess: Update from upstream sources.
2525
2526 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2527
2528 * MAINTAINERS (Write After Approval): Add myself.
2529
2530 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2531
2532 PR middle-end/30447
2533 PR middle-end/30789
2534 PR other/40302
2535
2536 * configure.ac: Require MPC.
2537 * configure: Regenerate.
2538
2539 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2540
2541 PR target/38384
2542 PR bootstrap/40972
2543 * libtool.m4: Sync from git Libtool.
2544 * ltoptions.m4: Likewise.
2545 * ltversion.m4: Likewise.
2546 * lt~obsolete.m4: Likewise.
2547 * ltmain.sh: Likewise.
2548
2549 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2550
2551 * configure.ac: Update minimum MPC version to 0.8.
2552 * configure: Regenerate.
2553
2554 2009-11-21 Sebastian Pop <sebpop@gmail.com>
2555
2556 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2557 * configure: Regenerated.
2558
2559 2009-11-21 Ian Lance Taylor <iant@google.com>
2560
2561 * configure.ac: Change default of poststage1_ldflags to be empty if
2562 poststage1_libs is set. When poststage1_libs is empty, and
2563 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2564 * configure: Rebuild.
2565
2566 2009-11-21 Adam Nemet <adambnmet@gmail.com>
2567
2568 * MAINTAINERS (Write After Approval): Update my email address.
2569
2570 2009-11-20 Ben Elliston <bje@au.ibm.com>
2571
2572 * config.guess: Update from upstream sources.
2573
2574 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2575
2576 * Makefile.def: Restore host and target settings for gmp.
2577 * Makefile.in: Rebuild.
2578
2579 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2580
2581 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2582 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2583 Fix portability of test of C++ as bootstrap language. Add
2584 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2585 * configure: Rebuild.
2586 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2587 and cloog. Fix in-tree ppl configuration. Introduce libelf
2588 in-tree building.
2589 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2590 (POSTSTAGE1_HOST_EXPORTS): Use it.
2591 (STAGE[+id+]_CXXFLAGS): New.
2592 (BASE_FLAGS_TO_PASS): Pass it down.
2593 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2594 extra_exports.
2595 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2596 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2597 extra_exports.
2598 * Makefile.in: Rebuild.
2599
2600 2009-11-17 Ben Elliston <bje@au.ibm.com>
2601
2602 * config.sub, config.guess: Update from upstream sources.
2603
2604 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2605
2606 * MAINTAINERS (Write After Approval): Add myself.
2607
2608 2009-11-09 Jon Beniston <jon@beniston.com>
2609
2610 * MAINTAINERS (Write After Approval): Add myself.
2611
2612 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2613
2614 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2615 paths for *-w64-mingw* and x86_64-*mingw*.
2616 * configure: Regenerated.
2617
2618 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2619
2620 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2621
2622 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2623
2624 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2625 Phil Edwards to Write-After Approval.
2626
2627 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2628
2629 * configure.ac: Disable target-winsup & co for
2630 x86_64-*-mingw* and *-w64-mingw* targets.
2631 * configure: Regenerated.
2632
2633 2009-10-16 Nick Clifton <nickc@redhat.com>
2634
2635 * MAINTAINERS: Add myself as a maintainer for the RX port.
2636
2637 2009-10-26 Johannes Singler <singler@kit.edu>
2638
2639 * MAINTAINERS (Write After Approval): Update my e-mail address.
2640
2641 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2642
2643 * configure.ac (CLooG test): Use = with test.
2644 * configure: Regenerate.
2645
2646 2009-10-22 Richard Guenther <rguenther@suse.de>
2647
2648 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2649 cloog if the ppl version check failed. Move flags saving
2650 before setting in libelf check.
2651 * configure: Regenerate.
2652
2653 2009-10-21 Richard Guenther <rguenther@suse.de>
2654
2655 * configure.ac: Adjust the ppl and cloog configure to work as
2656 documented. Disable cloog if ppl was disabled. Omit the version
2657 checks if they were disabled.
2658 * configure: Re-generate.
2659
2660 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2661
2662 * configure.ac: Add 'lto' to enable_languages, not
2663 new_enable_languages, and only if not already present.
2664 * configure: Regenerate.
2665
2666 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2667
2668 * README: Refer to the various COPYING* files instead of just
2669 COPYING.
2670 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2671
2672 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2673
2674 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2675
2676 2009-10-07 Richard Guenther <rguenther@suse.de>
2677
2678 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2679 and Richard Guenther as reviewers.
2680 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2681 as reviewers.
2682
2683 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2684
2685 * config.sub: Update from upstream sources.
2686
2687 2009-10-06 Ian Lance Taylor <iant@google.com>
2688
2689 * Makefile.def: check-gold depends upon all-gas.
2690 * Makefile.in: Rebuild.
2691
2692 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2693
2694 * MAINTAINERS (Write After Approval): Add myself.
2695
2696 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2697
2698 * Makefile.def: all-lto-plugin depends on all-libiberty.
2699 set bootstrap=true for lto-plugin.
2700 Add lto-plugin.
2701 * Makefile.in: Regenerate.
2702 * configure.ac (host_libs): Add lto-plugin.
2703 * configure: Regenerate.
2704
2705 2009-10-03 Diego Novillo <dnovillo@google.com>
2706
2707 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2708 (HOST_LIBELFLIBS): Define.
2709 (HOST_LIBELFINC): Define.
2710 * Makefile.in: Regenerate.
2711 * configure.ac: Add --enable-lto.
2712 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2713 If --enable-lto is used, add 'lto' to new_enable_languages.
2714 If --enable-lto is used and gold is enabled, add
2715 lto-plugin to configdirs.
2716 * configure: Regenerate.
2717
2718 2009-10-03 Simon Baldwin <simonb@google.com>
2719
2720 * configure.ac: If --with-system-zlib, suppress local zlib and
2721 pass --with-system-zlib to subdir configure scripts.
2722 * configure: Regenerate.
2723
2724 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2725 Paolo Bonzini <bonzini@gnu.org>
2726
2727 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2728 $(srcdir).
2729 * Makefile.in: Rebuilt.
2730
2731 2009-09-26 Gary Funck <gary@intrepid.com>
2732
2733 * MAINTAINERS (Write After Approval): Add myself.
2734
2735 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2736
2737 * configure.ac: Update minimum MPC version to 0.7.
2738 * configure: Regenerate.
2739
2740 2009-09-25 Nick Clifton <nickc@redhat.com>
2741
2742 * configure.ac: Pass any --cache-file=/dev/null option on to
2743 subconfigures.
2744 * configure: Regenerate.
2745
2746 2009-09-23 Nick Clifton <nickc@redhat.com>
2747
2748 * config.sub, config.guess: Update from upstream sources.
2749
2750 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2751
2752 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2753 * Makefile.in: Rebuilt.
2754
2755 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2756
2757 PR bootstrap/32272
2758 * configure.ac: Error out if $srcdir isn't '.' but contains
2759 host-${host_noncanonical}.
2760 * configure: Regenerate.
2761
2762 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2763
2764 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2765 maintainer.
2766
2767 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2768
2769 * configure.ac: If bootstrapping a combined tree with
2770 --enable-gold, require c++ in stage1_languages.
2771 * configure: Regenerate.
2772
2773 * configure.ac: Also add target_libs of stage1_languages to
2774 bootstrap_target_libs.
2775 * configure: Regenerate.
2776
2777 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2778 with --enable-languages not containing c++.
2779 * configure: Regenerate.
2780
2781 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2782
2783 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2784 * configure: Regenerate.
2785
2786 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2787
2788 * MAINTAINERS (Write After Approval): Update my e-mail address,
2789 and move from from here...
2790 (Waiting for paperwork): To here.
2791
2792 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2793
2794 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2795
2796 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2797
2798 * configure.ac: Do not use $extrasub for replacing @if/@endif
2799 parts in Makefile; instead, use additional arguments to
2800 AC_CONFIG_COMMANDS to do the replacement manually, with several
2801 sed invocations, to avoid HP-UX sed command limits.
2802 * configure: Regenerate.
2803
2804 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2805
2806 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2807 blank before -L.
2808
2809 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2810
2811 * configure.ac (with-build-config): Document. Handle without.
2812 Handle missing argument.
2813 * configure: Rebuilt.
2814
2815 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2816
2817 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2818 Default to bootstrap-debug only if compare-debug works.
2819 * configure: Rebuilt.
2820 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2821 * Makefile.in: Rebuilt.
2822
2823 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2824
2825 * MAINTAINERS (OS Port Maintainers): Update my email address.
2826
2827 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2828
2829 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2830 * Makefile.in: Rebuilt.
2831
2832 2009-09-01 Chris Demetriou <cgd@google.com>
2833
2834 * MAINTAINERS (Write After Approval): Add myself.
2835
2836 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2837
2838 PR debug/30161
2839 * include/dwarf2.h (enum dwarf_tag): Added
2840 DW_TAG_GNU_template_template_param
2841 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2842
2843 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2844
2845 * Makefile.tpl (AWK): Fix typo.
2846 * Makefile.in: Regenerate.
2847
2848 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2849
2850 * configure.ac: Detect awk and sed.
2851 * Makefile.def (flags_to_pass): Add AWK and SED.
2852 * Makefile.tpl (AWK, SED): New.
2853 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2854 * configure: Regenerate.
2855 * Makefile.in: Regenerate.
2856
2857 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2858
2859 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2860 (collapseslashes): Likewise.
2861
2862 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2863
2864 * configure.ac (AC_PREREQ): Bump to 2.64.
2865
2866 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2867
2868 * configure.ac: Remove --with-datarootdir, --with-docdir,
2869 --with-pdfdir, --with-htmldir switches.
2870 * configure: Regenerate.
2871
2872 * configure: Regenerate.
2873
2874 * compile: Sync from Automake 1.11.
2875 * depcomp: Likewise.
2876 * install-sh: Likewise.
2877 * missing: Likewise.
2878 * mkinstalldirs: Likewise.
2879 * ylwrap: Likewise.
2880
2881 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2882
2883 * ltmain.sh (func_normal_abspath): New function.
2884 (func_relative_path): Likewise.
2885 (func_mode_help): Document new -bindir option for link mode.
2886 (func_mode_link): Add new -bindir option, and use it to place
2887 output DLL if specified.
2888
2889 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2890
2891 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2892 (baseargs): Add --disable-option-checking.
2893 * configure: Regenerate.
2894
2895 * Makefile.def (configure-target-libiberty): Depend on
2896 all-binutils and all-ld.
2897 (configure-target-newlib): Likewise.
2898 * Makefile.in: Regenerate.
2899
2900 2009-08-17 Ben Elliston <bje@au.ibm.com>
2901
2902 * config.sub, config.guess: Update from upstream sources.
2903
2904 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2905
2906 Sync from src, merge:
2907
2908 2009-07-02 Tristan Gingold <gingold@adacore.com>
2909
2910 * configure.ac: Do not exclude gas for i386-*-darwin.
2911 Add a case for x86_64-*-darwin.
2912 * configure: Regenerate.
2913
2914 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2915
2916 * MAINTAINERS: Add my name to Write After Approval list.
2917
2918 2009-08-06 Michael Eager <eager@eagercon.com>
2919
2920 * configure.ac: Add Microblaze target.
2921 * configure: Regenerate.
2922
2923 2009-07-31 Christian Bruel <christian.bruel@st.com>
2924
2925 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2926 * configure: Regenerate.
2927
2928 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2929
2930 * MAINTAINERS (Write After Approval): Update my e-mail address.
2931
2932 2009-07-06 Ian Lance Taylor <iant@google.com>
2933
2934 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2935 * configure: Rebuild.
2936
2937 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2938
2939 * MAINTAINERS: Move myself to the Graphite Reviewers.
2940
2941 2009-06-30 Wei Guozhi <carrot@google.com>
2942
2943 * MAINTAINERS: Add my name to Write After Approval list.
2944
2945 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2946
2947 PR bootstrap/40338
2948 * configure.ac (comparestring): Create new variable.
2949 * Makefile.tpl (comparestring): Use to skip some comparisions.
2950 * configure: Regenerate.
2951 * Makefile.in: Regenerate.
2952
2953 2009-06-26 Doug Evans <dje@sebabeach.org>
2954
2955 * Makefile.def (host_modules): Add cgen.
2956 * Makefile.in: Regenerate.
2957 * configure.ac (host_tools): Add cgen.
2958 * configure: Regenerate.
2959
2960 2009-06-23 DJ Delorie <dj@redhat.com>
2961
2962 * MAINTAINERS: Add myself as mep maintainer.
2963
2964 2009-06-23 Ian Lance Taylor <iant@google.com>
2965
2966 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2967 boot_languages. Only bootstrap target libraries listed in
2968 target_libs for some boot language. Add --with-stage1-ldflags,
2969 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2970 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2971 if not building with C++.
2972 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2973 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2974 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2975 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2976 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2977 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2978 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2979 * configure, Makefile.in: Rebuild.
2980
2981 2009-06-23 Li Feng <nemokingdom@gmail.com>
2982
2983 * MAINTAINERS: Added my name to write-after-approval list.
2984
2985 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2986
2987 * configure.ac: Define is_elf for QNX Neutrino targets.
2988 * configure: Regenerate.
2989
2990 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2991
2992 * MAINTAINERS: Added my name to the write-after-approval list
2993
2994 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2995
2996 * configure.ac: Detect MPC in default directory.
2997 * configure: Regenerate.
2998
2999 2009-06-03 Jerome Guitton <guitton@adacore.com>
3000 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3001
3002 * Makefile.tpl (all): Avoid a trailing backslash.
3003 * Makefile.in: Regenerate.
3004
3005 2009-06-03 Ben Elliston <bje@au.ibm.com>
3006
3007 * config.sub, config.guess: Update from upstream sources.
3008
3009 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3010
3011 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3012 to noconfdirs.
3013 * configure: Regenerate.
3014
3015 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3016
3017 * Makefile.tpl ([+compare-target+]): Compare all stage
3018 directories, rather than just gcc.
3019 * Makefile.in: Rebuilt.
3020
3021 2009-06-01 Doug Kwan <dougkwan@google.com>
3022
3023 * configure.ac: Support gold for target arm*-*-*.
3024 * configure: Regenerate.
3025
3026 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3027
3028 * Makefile.def: Add MPC support and dependencies.
3029 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3030
3031 * Makefile.in, configure: Regenerate.
3032
3033 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3034
3035 * Makefile.tpl (all): Avoid harmless warning in make all when
3036 gcc-bootstrap is enabled but stage_last does not exist.
3037 * Makefile.in: Rebuilt.
3038
3039 2009-05-24 Nicolas Roche <roche@adacore.com>
3040
3041 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3042 * Makefile.in: Regenerate.
3043
3044 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3045
3046 * MAINTAINERS: Update my e-mail address.
3047
3048 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3049
3050 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3051 * configure: Regenerate.
3052
3053 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3054
3055 PR other/40159
3056 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3057 gcc-no-bootstrap are mutually exclusive.
3058 * Makefile.in: Rebuilt.
3059
3060 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3061
3062 PR other/40159
3063 * Makefile.tpl (all): Don't end with unconditional success.
3064 * Makefile.in: Rebuilt.
3065
3066 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3067
3068 PR target/37137
3069 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3070 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3071 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3072 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3073 stage_configureflags, stage_cflags and stage_libcflags into
3074 explicit Makefile macros.
3075 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3076 GFORTRAN.
3077 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3078 CC. Set CC_FOR_BUILD from CC.
3079 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3080 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3081 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3082 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3083 and GFORTRAN.
3084 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3085 (_LIBCFLAGS): Renamed to _TFLAGS.
3086 (do-compare-debug, do-compare3-debug): Drop.
3087 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3088 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3089 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3090 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3091 (XGCC_FLAGS_FOR_TARGET): New.
3092 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3093 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3094 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3095 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3096 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3097 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3098 TFLAGS.
3099 (BUILD_CONFIG): Include if requested.
3100 (all): Set TFLAGS on bootstrap.
3101 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3102 (all-stageid-prefixmodule): Likewise.
3103 (do-clean, distclean-stageid): Set TFLAGS.
3104 (restrap): Fix whitespace.
3105 * Makefile.in: Rebuilt.
3106
3107 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3108
3109 * config.guess: Sync with src.
3110
3111 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3112
3113 * configure.ac ($with_ppl): Default to no if not supplied.
3114 ($with_cloog): Likewise.
3115 configure: Regenerate.
3116
3117 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3118
3119 * MAINTAINERS: Update my e-mail address.
3120
3121 2009-04-27 Nick Clifton <nickc@redhat.com>
3122
3123 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3124
3125 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3126
3127 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3128 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3129 * Makefile.in: Regenerate.
3130
3131 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3132
3133 PR bootstrap/39739
3134 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3135 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3136
3137 * configure, Makefile.in: Regenerate.
3138
3139 2009-04-21 Taras Glek <tglek@mozilla.com>
3140
3141 * include/hashtab.h: Update GTY annotations to new syntax
3142 * include/splay-tree.h: Likewise
3143
3144 2009-04-17 Ben Elliston <bje@au.ibm.com>
3145
3146 * config.sub, config.guess: Update from upstream sources.
3147
3148 2009-04-15 Anthony Green <green@moxielogic.com>
3149
3150 * configure.ac: Add moxie support.
3151 * configure: Rebuilt.
3152
3153 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3154
3155 * configure.ac: Change copyright header to refer to version
3156 3 of the GNU General Public License and to point readers at the
3157 COPYING3 file and the FSF's license web page.
3158 * Makefile.def: Likewise.
3159 * Makefile.tpl: Likewise.
3160 * Makefile.in: Regenerate.
3161
3162 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3163
3164 * configure.ac: Restore match for darwin9 or later. Use double
3165 brackets since regeneration eats one pair.
3166 * configure: Regenerate.
3167
3168 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3169
3170 PR gas/10039
3171 * configure.ac: Require texinfo 4.7.
3172 * configure: Regenerated.
3173
3174 2009-04-09 Nick Clifton <nickc@redhat.com>
3175
3176 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3177 the GCC Runtime Library Exception.
3178
3179 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3180
3181 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3182 * configure: Regenerate.
3183
3184 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3185
3186 * Makefil.def (languages): New entries.
3187 * Makefile.tpl (check-gcc-*): New generic target.
3188 * Makefile.in: Regenerate.
3189
3190 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3191
3192 * MAINTAINERS: Update my email address.
3193
3194 2009-03-18 Tom Tromey <tromey@redhat.com>
3195
3196 * configure: Rebuild.
3197 * configure.ac (host_libs): Add libiconv.
3198 * Makefile.in: Rebuild.
3199 * Makefile.def (host_modules): Add libiconv.
3200 (configure-gdb, all-gdb): Depend on libiconv.
3201
3202 2009-03-16 Tristan Gingold <gingold@adacore.com>
3203
3204 * configure.ac: Treat gdb as supported on x86_64-darwin.
3205 * configure: Regenerate.
3206
3207 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3208
3209 * configure.ac (--with-host-libstdcxx): New option.
3210 * configure: Regenerate.
3211
3212 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3213
3214 * MAINTAINERS: Move myself into the write after approval list.
3215
3216 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3217
3218 * MAINTAINERS: Update e-mail address.
3219
3220 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3221
3222 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3223
3224 2009-03-10 Ira Rosen <irar@il.ibm.com>
3225
3226 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3227
3228 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3229
3230 Backport from git Libtool:
3231
3232 2009-01-19 Robert Millan <rmh@aybabtu.com>
3233 Support GNU/kOpenSolaris.
3234 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3235 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3236 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3237 GNU/kOpenSolaris.
3238
3239 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3240
3241 * MAINTAINERS: Update e-mail address.
3242
3243 2009-02-24 Michael Eager <eager@eagercon.com>
3244
3245 * MAINTAINERS (Write After Approval): Add self.
3246
3247 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
3248
3249 * MAINTAINERS (Write After Approval): Add myself.
3250
3251 2009-02-05 Andreas Schwab <schwab@suse.de>
3252
3253 * Makefile.tpl (stage_last): Define $r and $s before using
3254 $(RECURSE_FLAGS_TO_PASS).
3255 * Makefile.in: Regenerate
3256
3257 2009-01-30 Ian Lance Taylor <iant@google.com>
3258
3259 * MAINTAINERS: Move myself to the Global Reviewers list.
3260
3261 2009-01-29 Robert Millan <rmh@aybabtu.com>
3262
3263 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3264 * configure: Regenerate.
3265
3266 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3267
3268 * MAINTAINERS: Make whitespace consistent.
3269 Remove Robert Millan from Write After Approval.
3270
3271 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3272
3273 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3274 (all-opcodes): Depend on all-libiberty.
3275 * Makefile.in: Regenerate.
3276
3277 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3278
3279 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3280 * configure: Regenerate.
3281
3282 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3283
3284 * MAINTAINERS (Write After Approval): Add myself.
3285
3286 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3287
3288 * MAINTAINERS: Add myself to reviewers (Fortran).
3289
3290 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3291
3292 PR tree-optimization/38515
3293 * configure.ac (cloog-polylib): Removed.
3294 (with_ppl, with_cloog): Test for "no".
3295 * configure: Regenerated.
3296
3297 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3298
3299 * MAINTAINERS: Moved myself to reviewers (Fortran).
3300
3301 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3302
3303 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3304 (Write After Approval): Remove myself.
3305
3306 2009-01-03 Diego Novillo <dnovillo@google.com>
3307
3308 * MAINTAINERS: Remove myself from alias maintainership.
3309
3310 2009-01-02 David Ayers <ayers@fsfe.org>
3311
3312 * MAINTAINERS: Update e-mail address.
3313
3314 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3315
3316 * MAINTAINERS: Make whitespace consistent.
3317
3318 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3319
3320 Backport from upstream Libtool:
3321 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3322 Add cache variables to tests that require the linker to work.
3323 For shlibpath_overrides_runpath, this also changes the semantics
3324 to let the result from the C compiler take precedence.
3325
3326 2008-12-02 Ben Elliston <bje@au.ibm.com>
3327
3328 * config.sub, config.guess: Update from upstream sources.
3329
3330 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3331
3332 * configure.ac (ppllibs): Add by default the lib flags.
3333 * configure: Regenerate.
3334
3335 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
3336
3337 * MAINTAINERS: Add myself to the write after approval list.
3338
3339 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3340
3341 * configure.ac: Add double brackets on darwin[912].
3342 * configure: Regenerate.
3343
3344 2008-12-03 Daniel Kraft <d@domob.eu>
3345
3346 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3347 Approval to Reviewer section (for Fortran front-end).
3348
3349 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3350
3351 * configure.ac: Expand to darwin10 and later.
3352 * configure: Regenerate.
3353
3354 2008-12-02 Andreas Schwab <schwab@suse.de>
3355
3356 * Makefile.def: configure-target-boehm-gc depends on
3357 all-target-libstdc++-v3.
3358 * Makefile.in: Regenerate.
3359
3360 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
3361
3362 * MAINTAINERS: Add myself as mingw maintainer.
3363
3364 2008-12-02 Ben Elliston <bje@au.ibm.com>
3365
3366 * config.sub, config.guess: Update from upstream sources.
3367
3368 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3369
3370 * README.SCO: Remove.
3371
3372 2008-11-29 Fernando Pereira <pronesto@gmail.com>
3373
3374 * MAINTAINERS: Add myself to the write after approval list.
3375
3376 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3377
3378 * MAINTAINERS: Update my email address in WAA section.
3379
3380 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
3381
3382 * MAINTAINERS: Update e-mail address.
3383
3384 2008-11-27 Toon Moene <toon@moene.org>
3385
3386 * MAINTAINERS: Change e-mail address.
3387
3388 2008-11-27 Tristan Gingold <gingold@adacore.com>
3389
3390 * configure.ac: Build gdb for i?86-*-darwin*
3391 * configure: Regenerated.
3392
3393 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
3394
3395 * MAINTAINERS: Added my full name.
3396
3397 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3398
3399 PR bootstrap/38014
3400 PR bootstrap/37923
3401
3402 Revert:
3403
3404 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3405
3406 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3407 * Makefile.in: Regenerated.
3408
3409 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3410
3411 PR gdb/921
3412 PR gdb/1646
3413 PR gdb/2175
3414 PR gdb/2176
3415
3416 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3417 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3418 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3419 (HOST_EXPORTS): Pass CPPFLAGS.
3420 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3421 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3422 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3423 * Makefile.in, configure: Regenerated.
3424 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3425 and CPPFLAGS_FOR_BUILD.
3426
3427 2008-11-06 Jeff Law <law@redhat.com>
3428
3429 * MAINTAINERS: Add myself as middle end maintainer.
3430
3431 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3432
3433 * MAINTAINERS (Write after approval): Add myself.
3434
3435 2008-11-05 Diego Novillo <dnovillo@google.com>
3436
3437 * MAINTAINERS (Global Reviewers): Add myself.
3438 (Non-Algorithmic Maintainers): Remove myself.
3439
3440 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3441
3442 * MAINTAINERS (Write after approval): Add myself.
3443
3444 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3445
3446 * MAINTAINERS (Write after approval): Add myself.
3447
3448 2008-10-31 Ben Elliston <bje@au.ibm.com>
3449
3450 * configure.ac (spu-*-*): Remove special case.
3451 * configure: Regenerate.
3452
3453 2008-10-30 Catherine Moore <clm@codesourcery.com>
3454
3455 * MAINTAINERS (Write after approval): Update my email address.
3456
3457 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3458
3459 * configure.ac [spu-*-*]: Do not set skipdirs.
3460 * configure: Re-generate.
3461
3462 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3463
3464 * MAINTAINERS (Various Maintainers): Add myself to reload.
3465
3466 2008-10-25 Richard Guenther <rguenther@suse.de>
3467
3468 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3469 maintainer. Remove myself as libgcc-math maintainer.
3470 (Non-Algorithmic Maintainers): Remove myself.
3471
3472 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3473
3474 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3475 * Makefile.in: Regenerated.
3476
3477 2008-10-23 Cary Coutant <ccoutant@google.com>
3478
3479 * MAINTAINERS (Write after approval): Add myself.
3480
3481 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3482
3483 PR gdb/921
3484 PR gdb/1646
3485 PR gdb/2175
3486 PR gdb/2176
3487
3488 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3489 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3490 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3491 (HOST_EXPORTS): Pass CPPFLAGS.
3492 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3493 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3494 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3495 * Makefile.in, configure: Regenerated.
3496 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3497 and CPPFLAGS_FOR_BUILD.
3498
3499 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3500
3501 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3502 Sebastian Pop.
3503
3504 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3505
3506 * MAINTAINERS (Write After Approval): Added myself.
3507
3508 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3509
3510 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3511 recommended version to 2.3.2.
3512
3513 * configure: Regenerate.
3514
3515 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3516
3517 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3518
3519 2008-09-29 David Daney <david.daney@caviumnetworks.com>
3520
3521 * MAINTAINERS (Write After Approval): Update e-mail address.
3522
3523 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3524
3525 * libtool.m4: Update to libtool 2.2.6.
3526 * lt~obsolete.m4: Update to libtool 2.2.6.
3527 * ltmain.sh: Update to libtool 2.2.6.
3528 * ltsugar.m4: Update to libtool 2.2.6.
3529 * ltversion.m4: Update to libtool 2.2.6.
3530 * ltoptions.m4: Update to libtool 2.2.6.
3531 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3532
3533 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3534
3535 * MAINTAINERS (Write After Approval): Add myself.
3536
3537 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3538
3539 * MAINTAINERS (Write After Approval): Update my name.
3540
3541 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3542
3543 * MAINTAINERS: Add myself in "Write After Approval".
3544
3545 2008-09-18 Steve Ellcey <sje@cup.hp.com>
3546
3547 * MAINTAINERS: Add myself as ia64 maintainer.
3548
3549 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3550
3551 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3552 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3553 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3554 and Michael Tiemann from Write After Approval since they do not
3555 actually have access.
3556
3557 2008-09-05 Richard Guenther <rguenther@suse.de>
3558
3559 * configure.ac: Initialize clooglibs to -lcloog.
3560 * configure: Re-generate.
3561
3562 2008-09-04 Le-Chun Wu <lcwu@google.com>
3563
3564 * MAINTAINERS (Write After Approval): Add myself.
3565
3566 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3567
3568 * configure.ac (--with-cloog-polylib): New.
3569 (--disable-cloog-version-check): New.
3570 (--disable-ppl-version-check): New.
3571 * configure: Re-generate.
3572
3573 2008-09-03 Richard Guenther <rguenther@suse.de>
3574
3575 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3576 cloog test.
3577 * configure: Re-generate.
3578
3579 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3580
3581 Add picoChip port.
3582 * MAINTAINERS: Add picoChip maintainers.
3583
3584 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3585 Tobias Grosser <grosser@fim.uni-passau.de>
3586 Jan Sjodin <jan.sjodin@amd.com>
3587 Harsha Jagasia <harsha.jagasia@amd.com>
3588 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3589 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3590 Adrien Eliche <aeliche@isty.uvsq.fr>
3591
3592 Merge from graphite branch.
3593 * configure: Regenerate.
3594 * Makefile.in: Regenerate.
3595 * configure.ac (host_libs): Add ppl and cloog.
3596 Add checks for PPL and CLooG.
3597 * Makefile.def (ppl, cloog): Added modules and dependences.
3598 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3599 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3600
3601 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3602
3603 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3604 (GCC_SHLIB_SUBDIR): New.
3605 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3606 * configure: Regenerate.
3607 * Makefile.in: Regenerate.
3608
3609 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3610
3611 * MAINTAINERS: Consistently use tabs to separate columns.
3612
3613 2008-08-29 Tristan Gingold <gingold@adacore.com>
3614
3615 * MAINTAINERS (Write after Approval): Add myself.
3616
3617 2008-08-28 Tristan Gingold <gingold@adacore.com>
3618
3619 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3620 Enable bfd, binutils and opcodes.
3621 * configure: Regenerate.
3622
3623 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3624
3625 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3626
3627 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3628
3629 * MAINTAINERS: Use correct Umlaut for last name.
3630
3631 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3632
3633 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3634
3635 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3636
3637 * MAINTAINERS: Update my email address.
3638
3639 2008-08-16 Nicolas Roche <roche@adacore.com>
3640
3641 * Makefile.tpl: Add BOOT_ADAFLAGS.
3642 * Makefile.in: Regenerate.
3643
3644 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3645
3646 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3647 * configure: Regenerate.
3648
3649 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3650
3651 * configure.ac: Add makefile fragments for hpux.
3652 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3653 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3654 * configure: Regenerate.
3655 * Makefile.in: Regenerate.
3656
3657 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3658
3659 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3660
3661 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3662
3663 * MAINTAINERS (Write after Approval): Add myself.
3664
3665 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3666
3667 * MAINTAINERS (Write After Approval): Add myself.
3668
3669 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3670
3671 * MAINTAINERS (Write After Approval): Add myself.
3672
3673 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3674
3675 * MAINTAINERS: Update my email address.
3676
3677 2008-06-25 Joey Ye <joey.ye@intel.com>
3678
3679 * MAINTAINERS (Write After Approval): Add myself.
3680
3681 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3682
3683 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3684 * Makefile.in: Regenerate.
3685 * configure: Regenerate.
3686
3687 2008-06-17 Daniel Kraft <d@domob.eu>
3688
3689 * MAINTAINERS (Write After Approval): Add myself.
3690
3691 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3692
3693 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3694 "$@" is still intact with both Autoconf 2.59 and 2.62.
3695 * configure: Regenerate.
3696
3697 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3698
3699 * Makefile.tpl: Fix comment errors.
3700 * Makefile.in: Regenerate.
3701
3702 2008-06-12 David S. Miller <davem@davemloft.net>
3703 David Edelsohn <edelsohn@gnu.org>
3704
3705 * configure.ac: Add powerpc*-*-* to gold supported targets.
3706 * configure: Regenerate.
3707
3708 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3709
3710 PR tree-optimization/36218
3711 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3712 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3713 (all prefix="build-"): Pass them to build-system sub-makes.
3714 * Makefile.in: Regenerate.
3715
3716 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3717
3718 * MAINTAINERS (mt port): Remove.
3719 (sco5, unixware, sco udk): Remove.
3720 (Kean Johnston): Add to Write After Approval.
3721
3722 2008-05-30 Julian Brown <julian@codesourcery.com>
3723
3724 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3725 of libobjc for ARM EABI Linux.
3726 * configure: Regenerate.
3727
3728 2008-05-18 Xinliang David Li <davidxl@google.com>
3729
3730 * ChangeLog: Remove wrong ChangeLog entry.
3731
3732 2008-05-17 Xinliang David Li <davidxl@google.com>
3733
3734 * MAINTAINERS (Write After Approval): Add myself.
3735
3736 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3737
3738 * MAINTAINERS (Write After Approval): Add myself.
3739
3740 2008-05-14 Rafael Espíndola <espindola@google.com>
3741
3742 * config-ml.in: don't handle --enable-shared and --enable-static.
3743
3744 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3745
3746 * MAINTAINERS: Update my email address.
3747
3748 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3749
3750 * MAINTAINERS: Update my email address.
3751
3752 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3753
3754 * MAINTAINERS (Write After Approval): Add myself.
3755
3756 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3757
3758 * MAINTAINERS (Write After Approval): Add myself.
3759
3760 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3761
3762 * MAINTAINERS (crx): Add myself.
3763
3764 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3765
3766 Sync with src:
3767 2008-04-14 David S. Miller <davem@davemloft.net>
3768
3769 * configure.ac: Add sparc*-*-* to gold supported targets.
3770 * configure: Regenerate.
3771
3772 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3773
3774 PR bootstrap/35457
3775 * configure.ac: Include override.m4.
3776 * configure: Regenerate.
3777
3778 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3779
3780 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3781 * Makefile.in: Regenerate.
3782
3783 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3784
3785 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3786 as nonconfigurable directories list.
3787 * configure: Regenerate.
3788
3789 2008-04-14 Ben Elliston <bje@au.ibm.com>
3790
3791 * config.sub, config.guess: Update from upstream sources.
3792
3793 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3794
3795 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3796 * Makefile.in: Regenerate.
3797
3798 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3799
3800 * configure.ac: Do not build libssp for the AVR.
3801 * configure: Regenerate.
3802
3803 2008-04-07 Ian Lance Taylor <iant@google.com>
3804
3805 * Makefile.def: check-gold depends upon all-binutils.
3806 * Makefile.in: Regenerate.
3807
3808 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3809
3810 * MAINTAINERS (Write After Approval): Add myself.
3811
3812 2008-04-04 Nick Clifton <nickc@redhat.com>
3813
3814 PR binutils/4334
3815 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3816 builds.
3817 * configure: Regenerate.
3818
3819 2008-04-04 NightStrike <NightStrike@gmail.com>
3820
3821 PR other/35151
3822 * configure.ac: Combine rules for mingw32 and mingw64.
3823 * configure: Regenerate.
3824
3825 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3826
3827 * MAINTAINERS (Write After Approval): Add myself.
3828
3829 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3830
3831 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3832 * Makefile.in (.NOTPARALLEL): Ditto.
3833
3834 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3835
3836 * MAINTAINERS (Write After Approval): Add myself.
3837
3838 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3839
3840 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3841 * Makefile.in (.NOTPARALLEL): Regenerate.
3842
3843 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3844
3845 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3846 * Makefile.in: Regenerate.
3847
3848 2008-03-26 Jakub Staszak <kuba@et.pl>
3849
3850 * MAINTAINERS (Write After Approval): Add myself.
3851
3852 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3853
3854 * MAINTAINERS: Update e-mail address.
3855
3856 2008-03-20 Ian Lance Taylor <iant@google.com>
3857
3858 * configure.ac: Add support for --enable-gold.
3859 * Makefile.def: Add gold as a directory like ld.
3860 * configure, Makefile.in: Regenerate.
3861
3862 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3863
3864 * configure.ac: m4_include config/proginstall.m4.
3865 * configure: Regenerate.
3866
3867 Backport from upstream Libtool:
3868
3869 2007-10-12 Eric Blake <ebb9@byu.net>
3870
3871 Deal with Autoconf 2.62's semantic change in m4_append.
3872 * ltsugar.m4 (lt_append): Replace broken versions of
3873 m4_append.
3874 (lt_if_append_uniq): Don't require separator to be overquoted,
3875 and avoid broken m4_append.
3876 (lt_dict_add): Fix typo.
3877 * libtool.m4 (_LT_DECL): Don't overquote separator.
3878
3879 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3880
3881 * config.rpath: Add AIX 6 support.
3882
3883 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3884
3885 * Makefile.def (stageprofile). Remove -fprofile-generate
3886 from stage_libcflags.
3887 * Makefile.in: Regenerate.
3888
3889 2008-03-13 Ben Elliston <bje@au.ibm.com>
3890
3891 * config.sub, config.guess: Update from upstream sources.
3892
3893 2008-03-06 Tom Tromey <tromey@redhat.com>
3894
3895 * MAINTAINERS: Update for treelang deletion.
3896
3897 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3898
3899 * MAINTAINERS: Update my email address.
3900
3901 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3902
3903 * MAINTAINERS (darwin port): Add myself as a maintainer.
3904 (objective-c/c++): Add myself as a maintainer.
3905
3906 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3907
3908 * MAINTAINERS (Write After Approval): Update my email address.
3909
3910 2008-02-25 Tomas Bily <tbily@suse.cz>
3911
3912 * MAINTAINERS (Write After Approval): Add myself.
3913
3914 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3915
3916 * MAINTAINERS (OpenMP): Add myself.
3917
3918 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3919
3920 PR bootstrap/32009
3921 PR bootstrap/32161
3922
3923 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3924 * configure: Regenerate.
3925
3926 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3927 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3928 STAGE4_LIBCFLAGS): New.
3929 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3930 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3931 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3932 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3933 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3934 for target modules. Don't export LIBCFLAGS.
3935 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3936 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3937 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3938 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3939 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3940 * Makefile.in: Regenerate.
3941
3942 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3943
3944 PR libgcj/33085
3945 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3946 Do not use -DDLL_EXPORT. Backport from upstream.
3947
3948 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3949
3950 * MAINTAINERS (Write After Approval): Add myself.
3951
3952 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3953
3954 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3955 * configure: Regenerate.
3956
3957 2008-01-31 Marc Gauthier <marc@tensilica.com>
3958
3959 * configure.ac (xtensa*-*-*): Recognize processor variants.
3960 * configure: Regenerate.
3961
3962 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3963
3964 PR bootstrap/34922
3965 * configure.ac (PARSE_ARGS): Push suitable setting of
3966 ac_subdirs_all, for `./configure --help=recursive'.
3967 Handle `+' in generic toplevel directory disabling.
3968 * configure: Regenerate.
3969
3970 2008-01-28 Nick Clifton <nickc@redhat.com>
3971
3972 * MAINTAINERS (xstormy16): Take over maintainership.
3973
3974 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3975
3976 * MAINTAINERS (c4x port): Remove.
3977
3978 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3979
3980 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3981
3982 2008-01-23 Ben Elliston <bje@au.ibm.com>
3983
3984 * config.sub, config.guess: Update from upstream sources.
3985
3986 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3987
3988 * MAINTAINERS (Write After Approval): Add myself.
3989
3990 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3991
3992 * MAINTAINERS: Update my email address.
3993
3994 2008-01-09 Raksit Ashok <raksit@google.com>
3995
3996 * MAINTAINERS (Write After Approval): Add myself.
3997
3998 2008-01-09 Raksit Ashok <raksit@google.com>
3999
4000 * MAINTAINERS (Write After Approval): Add myself.
4001
4002 2008-01-08 Ben Elliston <bje@au.ibm.com>
4003
4004 * config.sub, config.guess: Update from upstream sources.
4005
4006 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4007
4008 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4009 Change recommended MPFR from 2.2.1 -> 2.3.0.
4010 * configure: Regenerate.
4011
4012 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4013
4014 * MAINTAINERS: Update my email address.
4015
4016 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4017
4018 * MAINTAINERS: Update my email address.
4019
4020 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4021
4022 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4023 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4024 * Makefile.in: Regenerate.
4025
4026 2007-12-10 Mark Heffernan <meheff@google.com>
4027
4028 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4029 misplaced entries.
4030
4031 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4032
4033 * configure.ac: Enable libjava for x86_64-*-darwin9.
4034 * configure: Regenerate.
4035
4036 2007-12-07 Bill Maddox <maddox@google.com>
4037
4038 * MAINTAINERS (Write After Approval): Add myself.
4039
4040 2007-12-05 Ben Elliston <bje@au.ibm.com>
4041
4042 * config.sub, config.guess: Update from upstream sources.
4043
4044 2007-12-02 Matthias Klose <doko@ubuntu.com>
4045
4046 * config-ml.in: Remove 64bit configure tests.
4047
4048 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4049
4050 * config-ml.in: Robustify against white space in absolute file
4051 names.
4052
4053 * config-ml.in (multi-clean): Substitute ${Makefile}.
4054 Remove superfluous ${Makefile} in list.
4055
4056 2007-11-19 Thiemo Seufer <ths@mips.com>
4057
4058 * config-ml.in: Don't hardcode the Makefile name.
4059
4060 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4061
4062 * MAINTAINERS (Write After Approval): Add myself.
4063
4064 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4065
4066 * MAINTAINERS (Write After Approval): Add myself.
4067
4068 2007-11-06 Doug Kwan <dougkwan@google.com>
4069
4070 * MAINTAINERS (Write After Approval): Add myself.
4071
4072 2007-10-25 Ben Elliston <bje@au.ibm.com>
4073
4074 * MAINTAINERS (mercury): Remove entry.
4075 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4076
4077 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4078
4079 * Makefile.def (dependencies): Make configure-gdb depend on
4080 all-intl.
4081 * Makefile.in: Regenerated.
4082
4083 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4084
4085 * MAINTAINERS (Fortran maintainer): Remove myself.
4086
4087 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4088
4089 * Makefile.def: To avoid problems running with parallel makes,
4090 build newlib before libgloss so that target specific header
4091 files are availble.
4092 * Makefile.in: Regenerate
4093
4094 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4095
4096 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4097 * Makefile.in: Regenerate.
4098
4099 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4100
4101 * MAINTAINERS (Register allocation reviewer): Add myself.
4102
4103 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4104
4105 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4106 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4107 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4108 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4109 * configure: Regenerate.
4110
4111 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4112
4113 * MAINTAINERS (Register allocation reviewer): Add myself.
4114
4115 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4116
4117 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4118 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4119 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4120 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4121 * configure.ac: Default them to host tools for $host = $build.
4122 Subst them.
4123
4124 * configure: Regenerate.
4125 * Makefile.in: Regenerate.
4126
4127 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4128
4129 * MAINTAINERS (Register allocation reviewer): Add myself.
4130
4131 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4132
4133 * MAINTAINERS (Register allocation reviewer): Add myself.
4134
4135 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4136
4137 * MAINTAINERS (Write After Approval): Fix typo.
4138
4139 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4140
4141 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4142 * configure: Regenerate.
4143
4144 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4145
4146 PR bootstrap/31906
4147 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4148 they're already prefixed.
4149
4150 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4151
4152 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4153 libstdc++.
4154 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4155 * configure: Regenerate.
4156 * Makefile.in: Regenerate.
4157
4158 2007-09-17 Andreas Schwab <schwab@suse.de>
4159
4160 * configure.ac: Raise minimum makeinfo version to 4.6.
4161 * configure: Regenerate.
4162
4163 2007-09-17 Johannes Singler <singler@ira.uka.de>
4164
4165 * MAINTAINERS (write-after-approval) add myself
4166
4167 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4168
4169 * configure.ac: Correct makeinfo version check.
4170 * configure: Regenerate.
4171
4172 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4173
4174 * MAINTAINERS: Update my email address.
4175
4176 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4177
4178 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4179 to $skipdirs and only disable gprof for newlib. Use the normal
4180 mips*-elf* handling in other respects.
4181 * configure: Regnerate.
4182
4183 2007-09-12 David Daney <ddaney@avtrex.com>
4184
4185 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4186 enabling libgcj.
4187 * configure: Regenerate.
4188
4189 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4190
4191 PR other/32154
4192 * configure.ac: For libgloss targets, point the linker to the linker
4193 script, startup code and simulator library.
4194 * configure: Regenerate.
4195
4196 2007-09-07 Andrew Haley <aph@redhat.com>
4197
4198 * configure.ac (noconfigdirs): Remove target-libffi and
4199 target-libjava.
4200 * configure: Regenerate.
4201
4202 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4203
4204 PR target/33281
4205 * configure.ac: Use config/mh-mingw on mingw.
4206 * configure: Regenerate.
4207
4208 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4209
4210 * MAINTAINERS (Write After Approval): Add myself.
4211
4212 2007-09-05 Richard Guenther <rguenther@suse.de>
4213
4214 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4215 nor --disable-checking is provided also turn on yes and types
4216 checking for stage1.
4217 * configure: Re-generate.
4218
4219 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4220
4221 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4222 (Write After Approval): Remove myself.
4223
4224 2007-08-29 Nick Clifton <nickc@redhat.com>
4225
4226 * config.sub, config.guess: Update from upstream sources.
4227
4228 2007-08-22 Bud Davis <jmdavis@link.com>
4229
4230 * MAINTAINERS (Write After Approval): Added myself.
4231 * MAINTAINERS (Reviewers): Removed myself.
4232
4233 2007-08-18 Paul Brook <paul@codesourcery.com>
4234 Joseph Myers <joseph@codesourcery.com>
4235
4236 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4237 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4238 * Makefile.in: Regenerate.
4239 * configure.ac (--with-debug-prefix-map): New.
4240 * configure: Regenerate.
4241
4242 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4243 Nigel Stephens <nigel@mips.com>
4244
4245 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4246 as target_makefile_frag.
4247 * configure: Regenerate.
4248
4249 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4250
4251 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4252 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4253 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4254 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4255 (do-compare, do-compare3, do-compare-debug): New.
4256 ([+compare-target+]): Use them.
4257
4258 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4259
4260 * MAINTAINERS (Write After Approval): Change my email address.
4261
4262 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4263 Ben Elliston <bje@au.ibm.com>
4264
4265 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4266 --silent if $silent.
4267 * configure: Regenerate.
4268
4269 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
4270
4271 * MAINTAINERS (Various Maintainers): Add myself as
4272 loop infrastructure maintainer. Update my e-mail
4273 address.
4274
4275 2007-07-31 Diego Novillo <dnovillo@google.com>
4276
4277 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4278 Adjust description.
4279
4280 2007-07-26 Richard Guenther <rguenther@suse.de>
4281
4282 * configure.ac: Add types checking to stage1 checking flags.
4283 * configure: Regenerate.
4284
4285 2007-07-17 Nick Clifton <nickc@redhat.com>
4286
4287 * COPYING3: New file. Contains version 3 of the GNU General
4288 Public License.
4289 * COPYING3.LIB: New file. Contains version 3 of the GNU
4290 Lesser General Public License.
4291
4292 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4293
4294 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4295
4296 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4297
4298 * MAINTAINERS (S/390 co-maintainer): Add myself.
4299 (Write After Approval): Remove myself.
4300
4301 2007-07-13 Dan Hipschman <dsh@google.com>
4302
4303 * MAINTAINERS (Write After Approval): Add myself.
4304
4305 2007-07-11 Nick Clifton <nickc@redhat.com>
4306
4307 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4308 WINDRES export.
4309 * Makefile.in: Regenerate.
4310
4311 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4312
4313 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4314 maintainer.
4315
4316 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4317
4318 * lt~obsolete.m4: New. Import from 20070318 libtool.
4319
4320 2007-07-03 Julian Brown <julian@codesourcery.com>
4321
4322 * MAINTAINERS (Write After Approval): Add myself.
4323
4324 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4325
4326 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4327 * configure: Regenerate.
4328
4329 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4330
4331 * configure.ac: Add some missing m4 quotation.
4332 * configure: Regenerate.
4333
4334 2007-07-02 Simon Baldwin <simonb@google.com>
4335
4336 * MAINTAINERS (Write After Approval): Add myself.
4337
4338 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
4339
4340 * configure: Regenerate.
4341
4342 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
4343
4344 * Makefile.def: Add windmc tool to build.
4345 * Makefile.tpl: Likewise.
4346 * configure.ac: Likewise.
4347 * Makefile.in: Regenerate.
4348 * configure: Regenerate.
4349
4350 2007-06-28 DJ Delorie <dj@redhat.com>
4351
4352 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4353 not building newlib.
4354 * configure: Regenerated.
4355
4356 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4357
4358 * MAINTAINERS (Write After Approval): Add myself.
4359
4360 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
4361
4362 * MAINTAINERS (Write After Approval): Add myself.
4363
4364 2007-06-19 Chris Matthews <chrismatthews@google.com>
4365
4366 * MAINTAINERS (Write After Approval): Add myself.
4367
4368 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4369
4370 * MAINTAINERS (Write After Approval): Add myself.
4371
4372 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4373
4374 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4375 * Makefile.in: Regenerated.
4376
4377 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4378
4379 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4380 bfin*-*-uclinux* targets.
4381 * configure: Regenerate.
4382
4383 2007-06-14 Ian Lance Taylor <iant@google.com>
4384
4385 * MAINTAINERS: Add myself as non-algorithmic global write
4386 maintainer.
4387
4388 2007-06-14 Diego Novillo <dnovillo@google.com>
4389
4390 * MAINTAINERS: Add self as middle-end maintainer and
4391 non-algorithmic global write maintainer.
4392
4393 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4394
4395 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4396 Move all Fortran maintainers except Paul Brook into the
4397 Non-Autopoiesis section.
4398
4399 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4400
4401 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4402 (distclean-stage[+id+]): Possibly delete stage_last.
4403 * Makefile.in: Regenerate.
4404
4405 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
4406
4407 * MAINTAINERS (Various Maintainer): Fix typo.
4408
4409 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
4410
4411 * MAINTAINERS (Various Maintainer): Add myself as
4412 dataflow maintainer.
4413
4414 2007-06-07 Ben Elliston <bje@au.ibm.com>
4415
4416 * config.sub, config.guess: Update from upstream sources.
4417
4418 2007-06-07 Ben Elliston <bje@au.ibm.com>
4419
4420 * Makefile.tpl: Fix spelling error.
4421 * Makefile.in: Regenerate.
4422
4423 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4424
4425 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4426 lt_cv_sys_max_cmd_len.
4427
4428 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4429
4430 * MAINTAINERS (Various Maintainers): Add myself as
4431 auto-vectorizer maintainer.
4432
4433 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4434
4435 PR libjava/32098
4436 * libtool.m4: Revert previous change.
4437 * ltgcc.m4: Put it here.
4438
4439 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4440
4441 * MAINTAINERS (Various Maintainers): Add myself as
4442 auto-vectorizer maintainer.
4443
4444 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4445
4446 PR libjava/32098
4447 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4448
4449 2007-05-30 Richard Guenther <rguenther@suse.de>
4450
4451 * MAINTAINERS (Various Maintainers): Add myself as
4452 auto-vectorizer maintainer.
4453
4454 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4455
4456 PR bootstrap/29382
4457 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4458 * configure: Rebuilt.
4459
4460 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4461
4462 * MAINTAINERS (Write After Approval): Removed my name.
4463
4464 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4465
4466 * MAINTAINERS (Write After Approval): Remove myself.
4467
4468 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4469
4470 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4471
4472 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4473
4474 * ltmain.sh: Update from ToT Libtool.
4475 * libtool.m4: Update from ToT Libtool.
4476 * ltsugar.m4: New. Update from ToT Libtool.
4477 * ltversion.m4: New. Update from ToT Libtool.
4478 * ltoptions.m4: New. Update from ToT Libtool.
4479 * ltconfig: Remove.
4480 * ltcf-c.sh: Remove.
4481 * ltcf-cxx.sh: Remove.
4482 * ltcf-gcj.sh: Remove.
4483
4484 2007-05-22 Ollie Wild <aaw@google.com>
4485
4486 * MAINTAINERS (Write After Approval): Add myself.
4487
4488 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4489
4490 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4491 stage_cflags.
4492 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4493 Remove CFLAGS/LIBCFLAGS.
4494 (configure-stage[+id+]-[+prefix+][+module+],
4495 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4496 * Makefile.in: Regenerate.
4497
4498 2007-05-15 Diego Novillo <dnovillo@google.com>
4499
4500 * MAINTAINERS: Update e-mail address.
4501
4502 2007-05-15 Revital Eres <eres@il.ibm.com>
4503
4504 * MAINTAINERS (Write After Approval): Add myself.
4505
4506 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4507
4508 * MAINTAINERS (Write After Approval): Updated my address.
4509
4510 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4511
4512 * MAINTAINERS (Write After Approval): Add myself.
4513
4514 2007-05-11 Silvius Rus <rus@google.com>
4515
4516 * MAINTAINERS (Write After Approval): Add myself.
4517
4518 2007-04-23 Tom Tromey <tromey@redhat.com>
4519
4520 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4521
4522 2007-04-22 Mark Mitchell <mark@codesourcery.com>
4523
4524 * MAINTAINERS (cpplib): Rename to ...
4525 (libcpp): ... this. Add C/C++ front end maintainers.
4526
4527 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4528
4529 * config-ml.in: Pass ${ml_config_env} to configure calls.
4530
4531 2007-04-04 Christian Bruel <christian.bruel@st.com>
4532
4533 * MAINTAINERS (Write After Approval): Add myself.
4534
4535 2007-04-02 Dave Korn <dave.korn@artimi.com>
4536
4537 * MAINTAINERS (Write After Approval): Add myself.
4538
4539 2007-03-31 Tobias Burnus <burnus@net-b.de>
4540
4541 * MAINTAINERS (fortran 95 front end): Add myself.
4542
4543 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4544
4545 * MAINTAINERS (Write After Approval): Add myself.
4546
4547 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
4548
4549 * MAINTAINERS (Modulo Scheduler): Add myself.
4550
4551 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4552
4553 * MAINTAINERS (fortran 95 front end): Add myself.
4554 (c++ front end): whitespace fix.
4555
4556 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4557
4558 * MAINTAINERS (Write After Approval): Add myself.
4559
4560 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4561
4562 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4563 of glob. Quote arguments with single quotes too.
4564 * configure: Regenerate.
4565
4566 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4567
4568 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4569 * Makefile.in: Regenerate
4570
4571 2007-03-07 Andreas Schwab <schwab@suse.de>
4572
4573 * configure: Regenerate.
4574
4575 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4576
4577 * configure.ac: Add "--with-pdfdir" configure option,
4578 which defines pdfdir variable.
4579 * Makefile.def (target=fixincludes): Add install-pdf to
4580 missing targets.
4581 (recursive_targets): Add install-pdf target.
4582 (flags_to_pass): Add pdfdir.
4583 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4584 target.
4585 * configure: Regenerate
4586 * Makefile.in: Regenerate
4587
4588 2007-02-28 Eric Christopher <echristo@apple.com>
4589
4590 Revert:
4591 2006-12-07 Mike Stump <mrs@apple.com>
4592
4593 * Makefile.def (dependencies): Add dependency for
4594 install-target-libssp and install-target-libgomp on
4595 install-gcc.
4596 * Makefile.in: Regenerate.
4597
4598 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4599
4600 * configure: Regenerate.
4601 * configure.ac: Move statements after variable declarations.
4602
4603 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4604
4605 * MAINTAINERS: Add myself as sh maintainer.
4606
4607 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4608
4609 * configure.ac: Adjust for loop syntax.
4610 * configure: Regenerate.
4611
4612 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4613
4614 * configure: Rebuilt.
4615
4616 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4617
4618 * configure.ac: Drop multiple occurrences of --enable-languages,
4619 and fix its quoting.
4620 * configure: Rebuilt.
4621
4622 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4623 Nathan Sidwell <nathan@codesourcery.com>
4624 Vladimir Prus <vladimir@codesourcery.com>
4625 Joseph Myers <joseph@codesourcery.com>
4626
4627 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4628 * configure: Regenerate.
4629
4630 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4631
4632 * ltconfig (freebsd*): Default to elf.
4633
4634 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4635
4636 * configure.ac (target_libraries): Move libgcc before libiberty.
4637 * configure: Regenerated.
4638
4639 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4640 Paolo Bonzini <bonzini@gnu.org>
4641
4642 PR bootstrap/30753
4643 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4644 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4645 * configure: Regenerated.
4646
4647 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4648
4649 * MAINTAINERS (Language Front End Maintainers): Update my mail
4650 address.
4651
4652 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4653
4654 PR bootstrap/30748
4655 * configure.ac: Correct syntax for Solaris ksh.
4656 * configure: Regenerated.
4657
4658 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4659
4660 * configure.ac: Sync with src.
4661 * configure: Regenerate.
4662
4663 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4664
4665 * Makefile.in: Regenerate.
4666
4667 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4668
4669 * config.sub: Sync with src.
4670
4671 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4672
4673 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4674 noncanonical equivalents.
4675 * configure.in: Rename to...
4676 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4677 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4678 target_noncanonical. Use them. Rewrite removal of configure
4679 arguments for autoconf 2.59. Discard variable settings. Force
4680 program_transform_name for native tools.
4681
4682 * Makefile.in: Regenerated.
4683 * configure: Regenerated with autoconf 2.59.
4684
4685 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4686
4687 * MAINTAINERS (Write After Approval): Add myself.
4688
4689 2007-01-31 Andreas Schwab <schwab@suse.de>
4690
4691 * Makefile.tpl (LDFLAGS): Substitute it.
4692 * Makefile.in: Regenerate.
4693
4694 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4695
4696 * MAINTAINERS (Write After Approval): Add myself.
4697
4698 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4699
4700 * MAINTAINERS (spu port): Add myself.
4701
4702 2007-01-23 Richard Guenther <rguenther@suse.de>
4703
4704 PR bootstrap/30541
4705 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4706 * Makefile.tpl (GNATBIND): Substitute it.
4707 (GNATMAKE): Likewise.
4708 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4709 of STAGE_PREFIX.
4710 * Makefile.in: Regenerate.
4711 * configure: Regenerate.
4712
4713 2007-01-18 Mike Stump <mrs@apple.com>
4714
4715 * configure.in: Re-enable -Werror for gcc builds.
4716
4717 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4718
4719 * MAINTAINERS (Write After Approval): Add myself.
4720
4721 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4722
4723 * configure.in: Change == to = in test command.
4724 * configure: Regenerate.
4725
4726 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4727 Nick Clifton <nickc@redhat.com>
4728 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4729
4730 * configure.in (build_configargs, host_configargs, target_configargs):
4731 Remove build/host/target parameters.
4732 (host_libs): Add gmp and mpfr.
4733 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4734 * Makefile.def (gmp, mpfr): New.
4735 (gcc): Remove target.
4736 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4737 target_os, target_vendor): New.
4738 (configure): Add host_alias/target_alias arguments; adjust invocations.
4739 * configure: Regenerate.
4740 * Makefile.in: Regenerate.
4741
4742 2007-01-11 Matt Fago <fago@earthlink.net>
4743
4744 * configure.in: Try to link to functions only in mpfr 2.2.x
4745 to improve robustness of configure tests.
4746 * configure: Regenerate.
4747
4748 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4749
4750 * MAINTAINERS: Add myself as i386 maintainer.
4751
4752 2007-01-08 Jan Hubicka <jh@suse.cz>
4753
4754 * MAINTAINERS: Add myself as i386 maintainer.
4755
4756 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4757
4758 * configure.in: Add support for an x86_64-mingw* target.
4759 * configure: Regenerate.
4760
4761 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4762
4763 * Makefile.tpl (all-target): Correct @if conditional for target
4764 modules.
4765 * configure.in: Omit libiberty if building only target libgcc.
4766 * configure, Makefile.in: Regenerated.
4767
4768 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4769
4770 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4771 * configure: Regenerate.
4772
4773 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4774
4775 * Makefile.def (target_modules): Add libgcc.
4776 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4777 * Makefile.tpl (clean-target-libgcc): Delete.
4778 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4779 on gcc even for bootstrapped modules. Rewrite handling of
4780 lang_env_dependencies to loop over target_modules.
4781 * configure.in (target_libraries): Add target-libgcc.
4782 * Makefile.in, configure: Regenerated.
4783
4784 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4785
4786 * configure.in: Reorganize recognition of languages. Add
4787 --enable-stage1-languages. Show supported languages for the chosen
4788 target rather than all recognized languages.
4789 * configure: Regenerate.
4790
4791 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4792
4793 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4794 * Makefile.in: Regenerate.
4795
4796 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4797
4798 * configure.in: Warn that MPFR 2.2.0 is buggy.
4799 * configure: Regenerate.
4800
4801 2006-12-27 Ian Lance Taylor <iant@google.com>
4802
4803 * configure.in: When removing Makefiles to force a reconfigure, also
4804 remove prev-DIR*/Makefile.
4805 * configure: Regenerate.
4806
4807 2006-12-22 Andreas Schwab <schwab@suse.de>
4808
4809 * configure: Regenerate with correct autoconf version.
4810
4811 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4812
4813 * configure.in: add AC_SUBST for *_FOR_TARGET.
4814 * configure: Regenerate.
4815
4816 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4817
4818 * configure.in: Simplify logic for rejecting languages that cannot
4819 be built. Separate the case when a language is unsupported,
4820 from the case when the user chooses not to build a language.
4821
4822 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4823
4824 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4825 it only affects bootstrap and could be tested on "$host" as well.
4826 * configure: Regenerate.
4827 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4828
4829 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4830
4831 PR bootstrap/29544
4832 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4833 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4834 move here comment from Makefile.tpl.
4835 * Makefile.tpl: Move some definitions higher in the file.
4836 (STAGE1_CHECKING): New.
4837 * configure.in: Add --enable-stage1-checking.
4838 * configure: Regenerate.
4839 * Makefile.in: Regenerate.
4840
4841 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4842
4843 * MAINTAINERS: Add myself as build system maintainer.
4844
4845 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4846
4847 * MAINTAINERS (Write After Approval): Add myself.
4848
4849 2006-12-13 Eric Christopher <echristo@apple.com>
4850
4851 * MAINTAINERS: Add myself as darwin maintainer.
4852
4853 2006-12-11 Ian Lance Taylor <ian@airs.com>
4854
4855 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4856
4857 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4858
4859 MAINTAINERS: Update my entry.
4860
4861 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4862
4863 * configure.in: Handle spu makefile frag.
4864 * Makefile.tpl (MAINT): Define
4865 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4866 * configure: Regenerate.
4867 * Makefile.in: Regenerate.
4868
4869 2006-12-11 Ben Elliston <bje@au.ibm.com>
4870
4871 * config.guess: Import latest version.
4872 * config.sub: Likewise.
4873
4874 2006-12-11 Ben Elliston <bje@au.ibm.com>
4875
4876 * configure.in (spu-*-*): Don't skip target-libiberty.
4877 * configure: Regenerate.
4878
4879 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4880
4881 PR bootstrap/30134
4882 * configure.in: Correct x86 darwin support for libjava to powerpc
4883 and i?86 only.
4884 * configure: Regenerate.
4885
4886 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4887
4888 * configure.in: Add x86 darwin support for libjava.
4889 * configure: Regenerate.
4890
4891 2006-12-07 Mike Stump <mrs@apple.com>
4892
4893 * Makefile.def (dependencies): Add dependency for
4894 install-target-libssp and install-target-libgomp on
4895 install-gcc.
4896 * Makefile.in: Regenerate.
4897
4898 2006-12-04 Richard Guenther <rguenther@suse.de>
4899
4900 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4901 (Non-Algorithmic Maintainers): Move over non-algorithmic
4902 loop optimizer maintainers, add myself as a non-algorithmic
4903 middle-end maintainer.
4904
4905 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4906
4907 * MAINTAINERS (Write After Approval): Add myself.
4908
4909 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4910
4911 * configure.in: Update error message for missing GMP/MPFR.
4912
4913 * configure: Regenerate.
4914
4915 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4916
4917 * configure.in: Update MPFR version in error message.
4918
4919 * configure: Regenerate.
4920
4921 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4922
4923 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4924 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4925 --with-gmp-lib): New flags.
4926
4927 * configure: Regenerate.
4928
4929 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4930
4931 * MAINTAINERS (Write After Approval): Change my email address.
4932
4933 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4934
4935 * MAINTAINERS (Write After Approval): Add myself.
4936
4937 2006-11-22 Philipp Thomas <pth@suse.de>
4938
4939 * MAINTAINERS (i18n): Update e-mail address.
4940
4941 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4942
4943 * MAINTAINERS (spu port): Add myself as maintainer.
4944 (Write After Approval): Remove myself.
4945
4946 2006-11-22 Ben Elliston <bje@au.ibm.com>
4947
4948 * configure.in (skipdirs): Don't build libssp for SPU.
4949 * configure: Regenerate.
4950
4951 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4952
4953 * MAINTAINERS (spu port): Add myself as maintainer.
4954 (libobjc): Update my email address.
4955
4956 2006-11-21 Andrea Bona <andrea.bona@st.com>
4957
4958 * MAINTAINERS (Write After Approval): Add myself.
4959
4960 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4961
4962 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4963 * configure : Rebuilt.
4964
4965 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4966
4967 * MAINTAINERS (Write After Approval): Add myself.
4968
4969 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4970
4971 * MAINTAINERS (Write After Approval): Add myself.
4972
4973 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4974
4975 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4976 libmpfr.a.
4977 * configure: Regenerate.
4978
4979 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4980
4981 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4982 (unstage): Test for stage_last presence.
4983
4984 PR bootstrap/29802
4985 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4986 STAGE_PREFIX.
4987 * Makefile.in: Regenerate.
4988
4989 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4990
4991 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4992 maintainers.
4993
4994 2006-11-14 Erven Rohou <erven.rohou@st.com>
4995
4996 * MAINTAINERS (Write After Approval): Add myself.
4997
4998 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4999
5000 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5001 and stageN-package/Makefile.
5002 * Makefile.in: Regenerated.
5003
5004 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5005
5006 * configure.in: Remove target-libgloss from noconfigdirs for
5007 bfin-*-*.
5008 * configure: Regenerated.
5009
5010 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5011
5012 * configure.in (have_gmp): Only error if the gcc directory exists.
5013
5014 * configure: Regenerate.
5015
5016 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5017
5018 * configure.in: Robustify error message for missing GMP/MPFR.
5019
5020 * configure: Regenerate.
5021
5022 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5023
5024 * MAINTAINERS (Write After Approval): Add myself.
5025
5026 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5027
5028 * MAINTAINERS: Change email address.
5029
5030 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5031
5032 * MAINTAINERS (Write After Approval): Add myself.
5033
5034 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5035
5036 * MAINTAINERS (Write After Approval): Add myself.
5037
5038 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5039
5040 * MAINTAINERS (Write After Approval): Move myself to
5041 Write After Approval section.
5042
5043 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5044
5045 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5046 need_gmp anymore.
5047 * configure: Regenerate.
5048
5049 2006-10-16 Tobias Burnus <burnus@net-b.de>
5050
5051 * MAINTAINERS (Write After Approval): Add myself.
5052
5053 2006-10-16 Ben Elliston <bje@au.ibm.com>
5054
5055 * config.guess: Import latest version.
5056 * config.sub: Likewise.
5057
5058 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5059
5060 * Makefile.def: Added pdf target handling.
5061 * Makefile.tpl: Added pdf target handling.
5062 * Makefile.in: Regenerated.
5063
5064 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5065
5066 * MAINTAINERS: Add self as score port maintainer.
5067
5068 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5069
5070 * MAINTAINERS (Write After Approval): Add myself.
5071
5072 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5073
5074 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5075 or newer.
5076 * configure: Regenerated.
5077
5078 2006-09-27 Dave Brolley <brolley@redhat.com>
5079
5080 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5081 using $s instead of $r.
5082 * configure: Regenerated.
5083
5084 2006-09-26 Thiemo Seufer <ths@mips.com>
5085
5086 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5087 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5088 * configure: Regenerate.
5089
5090 2006-09-24 Graeme Peterson <gridly@gmail.com>
5091
5092 * MAINTAINERS (Write After Approval): Remove myself.
5093
5094 2006-09-22 Chao-ying Fu <fu@mips.com>
5095
5096 * MAINTAINERS (Write After Approval): Add myself.
5097
5098 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5099
5100 * MAINTAINERS: Add self as soft-fp maintainer.
5101
5102 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5103
5104 * MAINTAINERS: Add myself as avr maintainer.
5105 Remove Marek Michalkiewicz as avr maintainer.
5106
5107 2006-09-07 Roberto Costa <roberto.costa@st.com>
5108
5109 * MAINTAINERS (Write After Approval): Add myself.
5110
5111 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5112
5113 * configure.in: Never build newlib for a Mingw host.
5114 Never build newlib as Mingw target library.
5115 Test the existence of winsup/cygwin for building a Cygwin newlib,
5116 rather than just winsup.
5117 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5118 building a Mingw target.
5119 * configure: Regenerate.
5120
5121 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5122
5123 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5124
5125 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5126
5127 * config.guess: Import from src (was more updated).
5128 * config.sub: Likewise.
5129
5130 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5131
5132 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5133 * configure: Regenerated.
5134
5135 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5136
5137 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5138 for stages after the first.
5139
5140 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5141
5142 * Makefile.def: Add dependencies for configure-opcodes
5143 on configure-intl and all-opcodes on all-intl.
5144 * Makefile.in: Regenerated.
5145
5146 2006-07-13 Ben Elliston <bje@au.ibm.com>
5147
5148 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5149
5150 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5151
5152 Port to hosts whose 'sort' and 'tail' implementations
5153 treat operands with leading '+' as file names, as POSIX
5154 has required since 2001. However, make sure the code still
5155 works on pre-POSIX hosts.
5156 * ltmain.sh: Don't assume "sort +2" is equivalent to
5157 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5158
5159 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5160
5161 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5162
5163 2006-07-04 Peter O'Gorman <peter@pogma.com>
5164
5165 * ltconfig: chmod 644 before ranlib during install.
5166
5167 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5168
5169 PR bootstrap/18058
5170 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5171 if the bootstrap compiler is a GCC version that supports it.
5172 * configure: Regenerate.
5173
5174 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5175
5176 * configure.in: Fix thinkos in previous check-in.
5177 * configure: Regenerate.
5178
5179 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5180
5181 PR other/27063
5182 * configure.in: Test subdir_requires and give an appropriate
5183 error message.
5184 * configure: Regenerate.
5185
5186 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5187
5188 * MAINTAINERS (Write After Approval): Add myself.
5189
5190 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5191
5192 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5193
5194 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5195
5196 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5197
5198 2006-06-20 David Ayers <d.ayers@inode.at>
5199
5200 PR bootstrap/28072
5201 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5202 whether target-libjava is being configured instead of whether the
5203 java front end is enabled.
5204 * configure: Regenerate.
5205
5206 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5207
5208 PR target/27540
5209 * configure.in: Only enable libgomp on IRIX 6.
5210 * configure: Regenerate.
5211
5212 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5213
5214 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5215 too.
5216 * Makefile.in: Regenerate.
5217
5218 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5219
5220 * config-ml.in: Alter CCASFLAGS to include special
5221 multilib options the same as is done for CFLAGS.
5222
5223 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5224
5225 * configure.in: Don't enable libgomp on hpux10.
5226 * configure: Rebuilt.
5227
5228 2006-06-12 David Ayers <d.ayers@inode.at>
5229
5230 PR bootstrap/27963
5231 PR target/19970
5232 * configure.in: Remove target-boehm-gc from noconfigdirs where
5233 ${libgcj} is specified.
5234 * configure: Regenerate.
5235
5236 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5237
5238 Sync from src:
5239
5240 * configure.in: Sync.
5241 * configure: Regenerated.
5242
5243 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5244
5245 * Makefile.def: Added dependencies from sim and gdb on intl, and
5246 added configure dependencies to everything with an all dependency
5247 on intl.
5248 * Makefile.in: Regenerated.
5249
5250 2006-06-06 David Ayers <d.ayers@inode.at>
5251
5252 PR libobjc/13946
5253 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5254 * Makefile.in: Regenerate.
5255 * configure.in: Add --enable-objc-gc at toplevel and have it
5256 enable boehm-gc for Objective-C.
5257 Remove target-boehm-gc from libgcj.
5258 Add target-boehm-gc to target_libraries.
5259 Add target-boehm-gc to noconfigdirs where ${libgcj}
5260 is specified.
5261 Assert that boehm-gc is supported when requested for Objective-C.
5262 Only build boehm-gc if needed either for Java or Objective-C.
5263 * configure: Regenerate.
5264
5265 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5266
5267 PR 27674
5268 * Makefile.tpl (configure-[+prefix+][+module+],
5269 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5270 Remove rule to unstage bootstrapped modules.
5271 (stage_current): New.
5272 * Makefile.in: Regenerate.
5273
5274 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5275
5276 * MAINTAINERS (Write After Approval): Update my e-mail address.
5277
5278 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5279
5280 * include/libiberty.h: Declare pex_run_in_environment.
5281
5282 2006-05-31 Asher Langton <langton2@llnl.gov>
5283
5284 * MAINTAINERS (Write After Approval): Add myself.
5285
5286 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5287
5288 * Makefile.def (bfd, opcodes): Fix lib_path.
5289 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5290 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5291 * Makefile.in: Regenerate.
5292
5293 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5294
5295 * Makefile.in: Regenerate.
5296
5297 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5298
5299 * Makefile.def: Add install-html target. Add datarootdir
5300 docdir and htmldir to flags_to_pass.
5301 * Makefile.tpl: Add install-html target.
5302 * Makefile.in: Regenerate.
5303 * configure.in: Add --with-datarootdir, --with-docdir, and
5304 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5305 * configure: Regenerate.
5306
5307 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5308
5309 * configure.in: Enable gprof for cross builds.
5310 * configure: Regenerate.
5311
5312 2006-05-22 Richard Guenther <rguenther@suse.de>
5313
5314 Revert
5315 2006-01-31 Richard Guenther <rguenther@suse.de>
5316 Paolo Bonzini <bonzini@gnu.org>
5317
5318 * Makefile.def (target_modules): Add libgcc-math target module.
5319 * configure.in (target_libraries): Add libgcc-math target library.
5320 (--enable-libgcc-math): New configure switch.
5321 * Makefile.in: Re-generate.
5322 * configure: Re-generate.
5323 * libgcc-math: New toplevel directory.
5324
5325 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5326 Andreas Tobler <a.tobler@schweiz.ch>
5327
5328 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5329 * configure: Rebuilt.
5330
5331 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
5332
5333 * MAINTAINERS (Write After Approval): Add myself.
5334
5335 2006-05-01 DJ Delorie <dj@redhat.com>
5336
5337 * configure.in: Restore CFLAGS if GMP isn't present.
5338 * configure: Regenerate.
5339
5340 2006-05-01 Richard Guenther <rguenther@suse.de>
5341
5342 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5343 maintainer.
5344
5345 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
5346
5347 * MAINTAINERS (Write After Approval): Add myself.
5348
5349 2006-04-28 Jan Beulich <jbeulich@novell.com>
5350
5351 * MAINTAINERS (Write After Approval): Add myself.
5352
5353 2006-04-18 DJ Delorie <dj@redhat.com>
5354
5355 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5356 reference libgloss so that libssp can be built in a combined
5357 tree.
5358 * configure: Regenerate.
5359
5360 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
5361
5362 * MAINTAINERS (Write After Approval): Add myself.
5363
5364 2006-04-05 Ben Elliston <bje@au.ibm.com>
5365
5366 * configure.in: Require makeinfo 4.4 or higher.
5367 * configure: Regenerate.
5368
5369 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5370
5371 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5372 Rearrange the entries of other libraries to have them in one place.
5373
5374 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5375
5376 * MAINTAINERS (Write After Approval): Remove myself.
5377 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5378
5379 2006-03-14 Richard Guenther <rguenther@suse.de>
5380
5381 * configure: Regenerate with autoconf 2.13.
5382
5383 2006-03-13 Jim Blandy <jimb@codesourcery.com>
5384
5385 * MAINTAINERS: Use my work address.
5386
5387 * MAINTAINERS: Update my E-mail address.
5388
5389 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5390
5391 * configure.in: Handle --disable-<component> generically.
5392 * configure: Regenerate.
5393
5394 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5395
5396 PR libgcj/17311
5397 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5398
5399 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5400
5401 * MAINTAINERS (Write After Approval): Remove myself.
5402 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5403
5404 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
5405
5406 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5407 (TARGET_CONFIGDIRS): Remove.
5408 * configure.in: Remove AC_SUBST(target_configdirs).
5409 * Makefile.in, configure: Regenerated.
5410
5411 2006-02-20 Steven G. Kargl <kargls@comcast.net>
5412
5413 * MAINTAINERS (Write After Approval): Remove myself.
5414 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5415
5416 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5417
5418 PR bootstrap/25670
5419
5420 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5421
5422 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5423 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5424 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5425 BUILD_PREFIX, BUILD_PREFIX_1.
5426 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5427
5428 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5429 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5430
5431 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5432 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5433 of `cat stage_current`. Always provide the `r' and `s' variables.
5434 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5435 a single shell execution.
5436 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5437 bootstrapped modules, make the stage1 module if the build was not
5438 started yet, else build the current stage.
5439 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5440 (all-build, all-host, all-target, [+make_target+]-host,
5441 [+make_target+]-target): Do not use \-continued lines.
5442 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5443 (current_stage, restrap, stage_last): New.
5444
5445 * Makefile.in: Regenerate.
5446 * configure: Regenerate.
5447
5448 2006-02-19 Bud Davis <jmdavis@link.com>
5449
5450 * MAINTAINERS (Write After Approval): Remove myself.
5451 (Language Front End Maintainers): Add myself as fortran 95
5452 maintainer and update e-mail address.
5453
5454 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5455
5456 * MAINTAINERS (Write After Approval): Remove myself.
5457 (Language Front End Maintainers): Add myself as fortran 95
5458 maintainer.
5459
5460 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5461
5462 * MAINTAINERS (Write After Approval): Add myself.
5463
5464 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5465
5466 * MAINTAINERS (Write After Approval): Remove myself.
5467 (Language Front End Maintainers): Add myself as
5468 fortran 95 maintainer.
5469
5470 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5471
5472 Sync from src:
5473
5474 2005-12-27 Leif Ekblad <leif@rdos.net>
5475
5476 * configure.in: Add support for RDOS target.
5477 * configure: Regenerate.
5478
5479 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5480 Andreas Schwab <schwab@suse.de>
5481
5482 * configure: Regenerate.
5483
5484 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5485
5486 * configure.in (enable_libgomp): Add AIX.
5487 * configure: Regenerate.
5488
5489 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5490
5491 * MAINTAINERS (Write After Approval): Add myself.
5492
5493 2006-02-03 Lee Millward <lee.millward@gmail.com>
5494
5495 * MAINTAINERS (Write After Approval): Add myself.
5496
5497 2006-01-31 Richard Guenther <rguenther@suse.de>
5498 Paolo Bonzini <bonzini@gnu.org>
5499
5500 * Makefile.def (target_modules): Add libgcc-math target module.
5501 * configure.in (target_libraries): Add libgcc-math target library.
5502 (--enable-libgcc-math): New configure switch.
5503 * Makefile.in: Re-generate.
5504 * configure: Re-generate.
5505 * libgcc-math: New toplevel directory.
5506
5507 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5508
5509 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5510 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5511 the assembler, linker and binutils.
5512 * configure: Regenerate.
5513
5514 2006-01-22 Dirk Mueller <dmueller@suse.de>
5515
5516 * MAINTAINERS (Write After Approval): Add myself.
5517
5518 2006-01-20 Diego Novillo <dnovillo@redhat.com>
5519
5520 * configure: Regenerate.
5521
5522 2006-01-18 Richard Henderson <rth@redhat.com>
5523 Jakub Jelinek <jakub@redhat.com>
5524 Diego Novillo <dnovillo@redhat.com>
5525
5526 * libgomp: New directory.
5527 * Makefile.def: Add target_module libgomp.
5528 * Makefile.in: Regenerate.
5529 * configure.in (target_libraries): Add target-libgomp.
5530 * configure: Regenerate.
5531
5532 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5533
5534 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5535 @ from continuation.
5536 * Makefile.in: Rebuilt.
5537
5538 2006-01-04 Chris Lattner <sabre@gnu.org>
5539
5540 * MAINTAINERS (Write After Approval): Add myself.
5541
5542 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5543
5544 PR bootstrap/24252
5545
5546 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5547 * Makefile.tpl (OBJDUMP): New.
5548 (EXTRA_HOST_FLAGS): Add it.
5549 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5550
5551 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5552 to use symbolic links between directories. Avoid race conditions
5553 or make them harmless.
5554 * configure.in: Do not try to use symbolic links between directories.
5555
5556 * Makefile.def (LEAN): Pass.
5557 * Makefile.tpl (LEAN): Define.
5558 (stage[+id+]-start): Accept that the previous directory does not
5559 exist, if the bootstrap is lean.
5560 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5561 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5562 configure substitution.
5563 ([+compare-target+]): Likewise.
5564 ([+bootstrap-target+]-lean): New.
5565 * configure.in: Remove lean bootstrap support from here.
5566
5567 * Makefile.in: Regenerate.
5568 * configure: Regenerate.
5569
5570 2006-01-04 Ben Elliston <bje@au.ibm.com>
5571
5572 * MAINTAINERS (libdecnumber): Add myself.
5573
5574 2006-01-02 Mark Mitchell <mark@codesourcery.com>
5575
5576 * libtool-ldflags: New script.
5577
5578 2006-01-02 Andreas Schwab <schwab@suse.de>
5579
5580 * configure.in: When reconfiguring remove Makefile in
5581 all stage directories.
5582 * configure: Regenerate.
5583
5584 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5585
5586 * MAINTAINERS: Update my email address.
5587
5588 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5589
5590 Revert Ada-related part of the previous change.
5591
5592 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5593 Do not pass.
5594 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5595 * Makefile.in: Regenerate.
5596 * configure.in: Do not include mt-ppc-aix target fragment.
5597 * configure: Regenerate.
5598
5599 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5600
5601 * configure.in: Select appropriate fragments for PowerPC/AIX.
5602 * configure: Regenerate.
5603
5604 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5605 BOOT_CFLAGS, BOOT_LDFLAGS.
5606 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5607 BOOT_CFLAGS, BOOT_LDFLAGS.
5608 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5609 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5610 (stage): Fail if we cannot complete the work.
5611 * Makefile.in: Regenerate.
5612
5613 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5614
5615 * configure.in: Replace ms1 with mt.
5616 * configure: Rebuilt.
5617
5618 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5619
5620 * MAINTAINERS: Update my email address.
5621
5622 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5623
5624 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5625 install-host-nogcc): Don't invoke $(stage) at the end.
5626 * Makefile.in: Regenerate.
5627
5628 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5629
5630 * configure.in: Flip the top-level bootstrap switch.
5631 * configure: Regenerate.
5632
5633 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5634
5635 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5636 $(stage) and $(unstage).
5637 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5638 (all): Remove stray semicolon.
5639 (local-distclean): Don't handle multilib.tmp and multilib.out.
5640 (install.all): Set $s for consistency.
5641 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5642 check_multilibs setting. Always make the install directory.
5643 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5644 Correct @if/@endif.
5645 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5646 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5647 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5648 (multilib.out): Remove.
5649 * Makefile.in: Regenerated.
5650
5651 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5652
5653 * MAINTAINERS (Write After Approval): Add myself.
5654
5655 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5656
5657 * MAINTAINERS: Add myself as mt maintainer.
5658
5659 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5660
5661 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5662
5663 * MAINTAINERS: Change email address.
5664
5665 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5666
5667 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5668 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5669 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5670 Find in-tree tools if available.
5671 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5672 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5673 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5674 (COMPILER_*_FOR_TARGET): New.
5675 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5676 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5677 (CONFIGURED_*, USUAL_*): Remove.
5678 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5679 STRIP): Use autoconf substitutions.
5680 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5681 COMPILER_NM_FOR_TARGET): New.
5682 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5683
5684 (all): Make all-host and all-target in parallel.
5685 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5686 that $$r and $$s are set before invoking a recursive make.
5687 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5688 ([+bootstrap-target+]): Inline most of the `all' target.
5689
5690 2005-11-29 Ben Elliston <bje@au.ibm.com>
5691
5692 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5693 from the gcc build directory.
5694 * Makefile.in: Regenerate.
5695
5696 2005-11-29 Ben Elliston <bje@au.ibm.com>
5697
5698 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5699 depend on all-libdecnumber.
5700 * configure.in (host_libs): Include libdecnumber.
5701 * Makefile.in: Regenerate.
5702 * configure: Likewise.
5703
5704 2005-11-29 Ben Elliston <bje@au.ibm.com>
5705
5706 * libdecnumber: Import decNumber sources from the dfp-branch.
5707
5708 2005-11-21 Kean Johnston <jkj@sco.com>
5709
5710 * config.sub, config.guess: Sync from upstream sources.
5711
5712 2005-11-21 Ben Elliston <bje@au.ibm.com>
5713
5714 Import from Autoconf sources:
5715
5716 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5717 * config/move-if-change: Don't output "$2 is unchanged";
5718 suggested by Ben Elliston. Handle weird characters correctly.
5719
5720 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5721
5722 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5723 to match upstream libtool for darwin.
5724
5725 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5726
5727 * Makefile.def: Remove gdb dependencies for gdbtk.
5728 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5729 (configure-gdb, install-gdb): New rules.
5730 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5731 * Makefile.in, configure: Regenerated.
5732
5733 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5734
5735 * MAINTAINERS (Write After Approval): Add myself.
5736
5737 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5738
5739 * MAINTAINERS (Write After Approval): Add myself.
5740
5741 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5742
5743 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5744 Diego Novillo.
5745
5746 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5747
5748 PR bootstrap/24297
5749 * Makefile.tpl (do-[+make-target+], do-check, install,
5750 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5751 are set before recursing.
5752 * Makefile.in: Regenerate.
5753
5754 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5755
5756 PR bootstrap/18939
5757 * Makefile.def (gcc) <target>: Fix thinko.
5758 * Makefile.in: Regenerate.
5759
5760 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5761
5762 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5763 * configure: Regenerate.
5764
5765 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5766
5767 * MAINTAINERS (Write After Approval): Add self.
5768
5769 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5770
5771 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5772 target-libffi, target-qthreads, target-libjava, and
5773 targetlibobjc.
5774 * configure: Regenerate.
5775
5776 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5777
5778 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5779 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5780 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5781 (USUAL_OBJDUMP_FOR_TARGET): New.
5782 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5783 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5784 * configure, Makefile.in: Regenerated.
5785
5786 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5787
5788 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5789 before other host packages.
5790
5791 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5792
5793 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5794
5795 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5796
5797 PR bootstrap/22340
5798
5799 * configure.in (default_target): Remove.
5800 * Makefile.tpl (all): Do not use prerequisites as subroutines
5801 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5802 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5803 use prerequisites as subroutines.
5804 (check-host, check-target): New.
5805 (bootstrap configure & all targets): Do not use stage*-start
5806 if the directory layout is already ok.
5807 (non-bootstrap configure & all targets): Prepend a $(unstage).
5808 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5809 (NOTPARALLEL): Remove.
5810 (unstage, stage variables): New variables.
5811 (unstage, stage targets): Simply expand to those variables.
5812
5813 * configure: Regenerate.
5814 * Makefile.in: Regenerate.
5815
5816 2005-10-04 James E Wilson <wilson@specifix.com>
5817
5818 * Makefile.def (lang_env_dependencies): Add libmudflap.
5819 * Makefile.in: Regenerate.
5820
5821 2005-10-03 Andreas Schwab <schwab@suse.de>
5822
5823 Backport from libtool CVS:
5824 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5825
5826 * ltmain.sh: add support for installing into temporary
5827 staging area (e.g. 'make install DESTDIR=...')
5828
5829 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5830
5831 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5832 * configure: Regenerated.
5833
5834 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5835
5836 * configure: Regenerate with the correct
5837 autoconf version.
5838
5839 2005-09-30 Catherine Moore <clm@cm00re.com>
5840
5841 * configure.in (bfin-*-*): New.
5842 * configure: Regenerated.
5843
5844 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5845
5846 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5847 (LIPO_FOR_TARGET): New.
5848 (CONFIGURED_LIPO_FOR_TARGET): New.
5849 (USUAL_LIPO_FOR_TARGET): New.
5850 (STRIP_FOR_TARGET): New.
5851 (CONFIGURED_STRIP_FOR_TARGET): New.
5852 (USUAL_STRIP_FOR_TARGET): New.
5853 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5854 STRIP_FOR_TARGET.
5855 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5856 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5857 * Makefile.in: Regenerate.
5858 * configure: Regenerate.
5859
5860 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5861
5862 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5863 (rs6000-*-aix*): Same.
5864 * configure: Regenerate.
5865
5866 2005-09-16 Tom Tromey <tromey@redhat.com>
5867
5868 * MAINTAINERS: Add self as java maintainer.
5869
5870 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5871
5872 * configure.in: Recognize f95 in the --enable-languages option,
5873 and substitute it for fortran, issuing a warning.
5874 * configure: Regenerate.
5875
5876 2005-08-30 Phil Edwards <phil@codesourcery.com>
5877
5878 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5879 * configure: Regenerated.
5880
5881 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5882
5883 * MAINTAINERS: Add self as ms1 maintainer.
5884
5885 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5886
5887 * Makefile.def (libssp): Add to lang_env_dependencies.
5888 * Makefile.in: Regenerate.
5889
5890 2005-08-18 Ian Lance Taylor <ian@airs.com>
5891
5892 * MAINTAINERS: Add myself as middle-end maintainer.
5893
5894 2005-08-17 Christian Groessler <chris@groessler.org>
5895
5896 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5897 * Makefile.in: Regenerate.
5898
5899 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5900
5901 * MAINTAINERS (write after approval): Added myself.
5902
5903 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5904
5905 * MAINTAINERS (Write After Approval): Add myself.
5906
5907 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5908
5909 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5910 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5911 Look for alternate names of the target cc and c++
5912 * configure: Regenerate.
5913
5914 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5915
5916 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5917 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5918 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5919 tools; remove code to manually set them.
5920 (Target tools): Look in the environment for them.
5921 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5922 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5923 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5924 build directory.
5925 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5926 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5927 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5928 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5929 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5930 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5931 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5932 * configure: Regenerate.
5933 * Makefile.in: Regenerate.
5934
5935 2005-07-28 Ben Elliston <bje@au.ibm.com>
5936
5937 * MAINTAINERS: Update for removed CPU targets.
5938
5939 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5940
5941 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5942 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5943 * Makefile.in: Regenerated.
5944
5945 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5946
5947 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5948 (CFLAGS_FOR_TARGET): Use it.
5949 (CXXFLAGS_FOR_TARGET): Likewise.
5950 * Makefile.in: Regenerated.
5951 * configure.in (--with-build-sysroot): New option.
5952 * configure: Regenerated.
5953
5954 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5955
5956 * Makefile.tpl: Wrap install between unstage and stage
5957 * Makefile.in: Regenerate.
5958
5959 2005-07-21 Eric Christopher <echristo@apple.com>
5960
5961 * MAINTAINERS: Update affiliation.
5962
5963 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5964
5965 * MAINTAINERS: Add self as crx port maintainer.
5966
5967 2005-07-20 DJ Delorie <dj@redhat.com>
5968
5969 * MAINTAINERS: Add self as m32c maintainer.
5970
5971 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5972
5973 * all files: Update FSF address.
5974
5975 2005-07-15 Eric Christopher <echristo@redhat.com>
5976
5977 * MAINTAINERS: Change affiliation.
5978
5979 2005-07-14 Jim Blandy <jimb@redhat.com>
5980
5981 * configure.in: Add cases for Renesas m32c.
5982 * configure: Regenerated.
5983
5984 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5985
5986 * COPYING.LIB: Update from fsf.org.
5987
5988 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5989
5990 * COPYING, compile, config.guess,
5991 config.sub, install-sh, missing, mkinstalldirs,
5992 symlink-tree, ylwrap: Sync from upstream sources.
5993 * config-ml.in: Update FSF address.
5994
5995 2005-07-13 Eric Christopher <echristo@redhat.com>
5996
5997 * configure.in: Add toplevel noconfigdir support for tpf.
5998 * configure: Regenerate.
5999
6000 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6001
6002 PR ada/22340
6003
6004 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6005 * Makefile.in: Regenerate.
6006
6007 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6008
6009 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6010 Brolley to write-after-approval.
6011
6012 2005-07-07 Andreas Schwab <schwab@suse.de>
6013
6014 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6015 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6016 * Makefile.in: Regenerated.
6017
6018 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6019
6020 * configure.in: Don't build sim or rda when targetting darwin.
6021 * configure: Regenerate.
6022
6023 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6024
6025 * configure.in: Add --enable-libssp and --disable-libssp.
6026 * configure: Regenerate with autoconf-2.13.
6027
6028 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6029
6030 * Makefile.def (target_modules): Add libssp.
6031 * configure.in (target_libraries): Add target-libssp.
6032 * configure: Rebuilt.
6033 * Makefile.in: Rebuilt.
6034
6035 2005-07-01 Zack Weinberg <zackw@panix.com>
6036
6037 * MAINTAINERS: Change email address. Resign from maintainership.
6038
6039 2005-07-01 Richard Guenther <rguenther@suse.de>
6040
6041 * MAINTAINERS: Change my e-mail address and affiliation.
6042
6043 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6044
6045 * Makefile.def (stagefeedback): Come after profile.
6046 Define profiledbootstrap target.
6047 * Makefile.tpl (profiledbootstrap): Remove.
6048 (stageprofile-end): Zap stagefeedback.
6049 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6050 * Makefile.in: Regenerate.
6051
6052 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6053
6054 * MAINTAINERS: Update my email address.
6055
6056 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6057
6058 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6059 In 'cpp' stanza, support '#line' as well as '# '.
6060
6061 2005-06-08 Andreas Schwab <schwab@suse.de>
6062
6063 * MAINTAINERS: Move myself from 'Write After Approval' to
6064 'CPU Port Maintainers' section as m68k maintainer.
6065
6066 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6067
6068 * configure.in (unsupported_languages): New macro.
6069 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6070 non-ported target libraries in noconfigdirs.
6071 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6072 non-linux-gnu. Remove libgcj_ex_libffi.
6073 <lang_frag loop>: Set add_this_lang=no if the language is in
6074 unsupported_languages.
6075 * configure: Regenerate.
6076
6077 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6078
6079 * configure.in: Fix typo in handling of --with-mpfr-dir.
6080 * configure: Regenerate.
6081
6082 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6083
6084 * MAINTAINERS: Update my email address.
6085
6086 2005-06-02 Jim Blandy <jimb@redhat.com>
6087
6088 * config.sub: Add cases for the Renesas m32c. (This patch has been
6089 accepted into the master sources.)
6090
6091 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6092 Michael Snyder <msnyder@redhat.com>
6093 Stan Cox <scox@redhat.com>
6094
6095 * configure.in: Set noconfigdirs for ms1.
6096
6097 * configure: Regenerate.
6098
6099 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6100
6101 * MAINTAINERS (Write After Approval): Add self.
6102
6103 2005-06-01 Josh Conner <jconner@apple.com>
6104
6105 * MAINTAINERS (Write After Approval): Add self.
6106
6107 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6108
6109 * MAINTAINERS: Update my email address.
6110
6111 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6112
6113 * MAINTAINERS (Write After Approval): Add self.
6114
6115 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6116
6117 * MAINTAINERS (Write After Approval): Remove self.
6118
6119 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6120
6121 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6122 (Dependencies): Consider target modules for bootstrap dependencies.
6123 Make target bootstrap modules depend on each stage's gcc.
6124 * Makefile.in: Regenerate.
6125
6126 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6127
6128 * Makefile.def (configure-gcc): Depend on binutils having been built.
6129 (all-gcc): No need to do it here.
6130 * Makefile.in: Regenerate.
6131
6132 2005-05-19 Paul Brook <paul@codesourcery.com>
6133
6134 * configure.in: Rewrite misleading error message when requested
6135 language cannot be built.
6136 * configure: Regenerate.
6137
6138 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6139
6140 * ylwrap: Import from Automake 1.9.5.
6141
6142 2005-05-13 David Ung <davidu@mips.com>
6143
6144 * MAINTAINERS (Write After Approval): Add self.
6145
6146 2005-05-09 Mike Stump <mrs@apple.com>
6147
6148 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6149 lt_cv_sys_max_cmd_len for now.
6150
6151 2005-05-09 Stan Cox <scox@redhat.com>
6152
6153 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6154
6155 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6156
6157 * README.SCO: Update the URL.
6158
6159 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6160
6161 * ltconfig: Define file_list_spec. Pass file_list_spec and
6162 with_gnu_ld to libtool.
6163 * ltcf-c.sh (aix[45]): Define file_list_spec.
6164 * ltcf-cxx.sh (aix[45]): Same.
6165 * ltcf-gcj.sh (aix[45]): Same.
6166 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6167 exists, write list of input files to temporary file.
6168
6169 2005-05-04 Mike Stump <mrs@apple.com>
6170
6171 * configure.in: Always pass --target to target configures as
6172 otherwise rebuilds that do --recheck will fail.
6173 * confiugure: Rebuilt.
6174
6175 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6176
6177 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6178 STAGE_HOST_EXPORTS.
6179 (configure, all): Add bootstrap support.
6180 (Host modules, target modules): Pass post-stage1 flags and exports.
6181 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6182 * Makefile.in: Regenerate.
6183
6184 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6185
6186 * configure: Regenerate.
6187
6188 2005-04-27 Mike Stump <mrs@apple.com>
6189
6190 * MAINTAINERS: Add self as darwin maintainer.
6191
6192 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6193
6194 * config.sub: Update from master copy.
6195
6196 2005-04-21 Mike Stump <mrs@apple.com>
6197
6198 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6199 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6200
6201 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6202
6203 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6204 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6205 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6206 "*-*-elf" and "*-*-linux*".
6207 * configure: Regenerate.
6208
6209 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6210
6211 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6212
6213 2005-04-12 Mike Stump <mrs@apple.com>
6214
6215 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6216
6217 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6218
6219 * MAINTAINERS (Write After Approval): Add myself.
6220
6221 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6222
6223 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6224
6225 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6226
6227 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6228 (TARGET_CONFIGARGS): Include --with-target-subdir.
6229 (configure, all): New macros. Use them throughout.
6230 * Makefile.in: Regenerate.
6231
6232 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6233
6234 * MAINTAINERS (Write After Approval): Add myself.
6235
6236 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6237
6238 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6239
6240 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6241
6242 * MAINTAINERS: Move John Carr to Write After Approval.
6243
6244 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
6245
6246 * config/mh-mingw32: Delete.
6247 * configure.in: Don't use it.
6248 * configure: Regenerate.
6249
6250 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
6251
6252 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6253 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6254 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6255 (HOST_LIB_PATH): Generate from Makefile.def.
6256 (TARGET_LIB_PATH): Likewise.
6257 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6258 * Makefile.in: Regenerate.
6259 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6260 (RPATH_ENVVAR): Include Darwin case.
6261 * configure: Regenerate.
6262
6263 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6264
6265 * MAINTAINERS (Various Maintainers): Remove self.
6266 (Write After Approval): Add self.
6267
6268 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6269
6270 * MAINTAINERS (Various Maintainers): Add self.
6271
6272 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
6273
6274 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6275 * configure: Regenerate.
6276
6277 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6278
6279 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6280 gcc_version, and gcc_version_trigger from set of flags to pass.
6281 * Makefile.tpl: Remove definitions of above variables.
6282 (config.status): Remove dependency on $(gcc_version_trigger).
6283 * Makefile.in: Regenerate.
6284 * configure.in: Do not reference config/gcc-version.m4 nor
6285 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6286 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6287 * configure: Regenerate.
6288
6289 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
6290 Andrew Pinski <pinskia@physics.uc.edu>
6291
6292 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6293 * Makefile.in: Regenerate.
6294
6295 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6296
6297 * MAINTAINERS (Write After Approval): Add myself.
6298
6299 2005-03-03 David Ayers <d.ayers@inode.at>
6300
6301 * MAINTAINERS (Write After Approval): Add myself.
6302
6303 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6304
6305 PR libgcj/20160
6306 * ltmain.sh: Avoid creating archives with components that have
6307 duplicate basenames.
6308
6309 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6310
6311 PR bootstrap/20250
6312 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6313 instead of check.
6314 * Makefile.in: Regenerate.
6315
6316 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6317
6318 * Makefile.in: Regenerate to fix conflict between the previous two
6319 patches.
6320
6321 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6322
6323 PR bootstrap/17383
6324 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6325 * Makefile.tpl (HOST_SUBDIR): New substitution.
6326 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6327 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6328 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6329 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6330 (Host modules, Bootstrapped modules): Use it.
6331 (Build modules, Target modules): Do not create symlink trees,
6332 always configure out-of-srcdir.
6333 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6334 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6335 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6336 $(HOST_SUBDIR). Create a symlink for host_subdir.
6337
6338 * Makefile.in: Regenerate.
6339 * configure: Regenerate.
6340
6341 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6342
6343 Merged from libada-gnattools-branch:
6344 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6345
6346 * gnattools: New directory.
6347 * Makefile.def: Add gnattools as a module, depending on target-libada.
6348 * Makefile.in: Regenerate.
6349 * configure.in: Include gnattools in host_tools; disable it if ada
6350 is disabled.
6351 * configure: Regenerate.
6352
6353 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
6354
6355 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6356 treelang maintainer.
6357 (Write After Approval): Remove myself.
6358
6359 2005-02-23 Paul Schlie <schlie@comcast.net>
6360
6361 * configure.in: Allow darwin targeted ports to build tk, itcl and
6362 libgui.
6363 * configure: Regenerate.
6364
6365 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6366
6367 PR libgcj/10353
6368 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6369 * configure: Regenerate.
6370
6371 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6372
6373 * MAINTAINERS (Write After Approval): Add myself.
6374
6375 2005-02-10 Ian Lance Taylor <ian@airs.com>
6376
6377 * MAINTAINERS: Update my e-mail address.
6378
6379 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6380
6381 * MAINTAINERS (Write After Approval): Add myself.
6382
6383 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6384
6385 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6386 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6387 target-libgloss when not *-*-elf and *-*-aout.
6388 * configure: Regenerate.
6389
6390 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6391
6392 * MAINTAINERS: Remove obsolete entries.
6393
6394 * MAINTAINERS (Write After Approval): Add Michael Matz.
6395
6396 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
6397
6398 * MAINTAINERS: Remove self as cpplib maintainer.
6399
6400 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6401
6402 * install-sh, config.sub: Import from upstream.
6403
6404 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6405
6406 PR bootstrap/18222
6407 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6408 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6409 * Makefile.in: Regenerate.
6410
6411 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6412
6413 * MAINTAINERS: Update my email address.
6414
6415 2005-01-12 David Edelsohn <edelsohn@gnu.org>
6416 Andreas Schwab <schwab@suse.de>
6417
6418 PR bootstrap/18033
6419 * config-ml.in: Eval option if surrounded by single quotes.
6420
6421 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6422
6423 Revert 2004-12-28 Makefile changes, a better fix will be
6424 applied to mainline and src after GCC 4.0 branches.
6425
6426 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6427
6428 PR bootstrap/17383
6429
6430 * Makefile.def (target_modules): Remove stage parameter,
6431 it is always true now.
6432 * Makefile.tpl (configure-build-[+module+],
6433 configure-target-[+module+]): Always build symlink tree
6434 for the directory and for include. BUILD_SUBDIR and
6435 TARGET_SUBDIR cannot be . anymore.
6436 * Makefile.in: Regenerate.
6437
6438 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6439
6440 Revert 2004-12-08 Makefile changes.
6441
6442 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6443
6444 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6445 cygwin, mingw.
6446
6447 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6448
6449 * configure.in (sh64-*-*): Reenable gprof.
6450 * configure: Regenerate.
6451
6452 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6453
6454 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6455 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6456 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6457 * Makefile.in: Regenerate.
6458
6459 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6460
6461 * MAINTAINERS: Update my email address.
6462
6463 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6464
6465 * Makefile.tpl: Generate normal dependencies if the LHS module is
6466 not bootstrapped.
6467 * Makefile.in: Regenerate.
6468
6469 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6470
6471 * configure.in: Include config/gxx-include-dir.m4. Use
6472 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6473 * configure: Regenerate.
6474
6475 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6476
6477 * config.if: Delete.
6478 * configure.in: Set libstdcxx_incdir directly.
6479 * configure: Regenerate.
6480
6481 2004-12-02 Eric Christopher <echristo@redhat.com>
6482
6483 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6484 * Makefile.in: Regenerate.
6485
6486 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6487
6488 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6489 * configure: Regenerate.
6490
6491 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6492
6493 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6494 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6495 * configure: Regenerate.
6496
6497 2004-12-01 Eric Christopher <echristo@redhat.com>
6498
6499 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6500 of things to remove.
6501
6502 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6503
6504 * MAINTAINERS (Write After Approval): Update my e-mail address.
6505
6506 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6507
6508 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6509 from CVS libtool to always pass_all.
6510
6511 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6512
6513 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6514 (hppa*64*-*-*): Delete incorrect comment.
6515 * configure: Rebuilt.
6516
6517 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6518
6519 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6520
6521 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6522
6523 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6524 from CVS libtool to always pass_all.
6525
6526 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6527
6528 * install-sh, compile: Import from automake.
6529
6530 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6531
6532 * config.guess, config.sub: Import from savannnah.
6533
6534 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
6535
6536 * MAINTAINERS (Write After Approval): Add myself
6537
6538 2004-11-12 Mike Stump <mrs@apple.com>
6539
6540 * Makefile.def: Add html support.
6541 * Makefile.tpl: Likewise.
6542 * Makefile.in: Regenerate.
6543
6544 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6545
6546 PR 18423
6547 * configure.in: Remove all instances of build-fixincludes from
6548 noconfigdirs.
6549 (build_configargs): Supply --target to subdirectories.
6550 * configure: Regenerate.
6551
6552 * Makefile.def: Make gcc install depend on fixincludes install.
6553 * Makefile.in: Regenerate.
6554
6555 2004-11-10 Janis Johnson <janis187@us.ibm.com>
6556
6557 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6558
6559 2004-11-11 Paul Brook <paul@codesourcery.com>
6560
6561 * MAINTAINERS: Add self as arm maintainer. Update email address.
6562
6563 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6564
6565 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6566 target-libgfortran.
6567 * configure: Regenerate.
6568
6569 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6570
6571 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6572 like CC.
6573
6574 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6575
6576 * Makefile.def (host fixincludes): Specify missing targets.
6577 * Makefile.in: Regenerate.
6578
6579 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6580
6581 * MAINTAINERS: Add myself
6582
6583 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6584
6585 * MAINTAINERS (Write After Approval): Add myself.
6586
6587 2004-11-04 Geoffrey Keating <geoffk@apple.com>
6588
6589 * Makefile.def: Build fixincludes for the host, too.
6590 * Makefile.in: Regenerate.
6591 * configure.in (host_tools): Add fixincludes.
6592 * configure: Regenerate.
6593
6594 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6595
6596 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6597 * configure: Regenerated.
6598
6599 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6600
6601 PR other/17783
6602 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6603 * configure: Regenerated.
6604
6605 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6606
6607 * README.SCO: Update per FSF instructions.
6608
6609 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6610
6611 PR target/18151
6612 * configure.in (case ${target}): Do not build fixincludes for avr.
6613 * configure: Regenerated.
6614
6615 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6616
6617 * configure.in (case ${target}): Do not build fixincludes
6618 on platforms where it is not used.
6619 * configure: Regenerated.
6620
6621 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6622
6623 * configure.in: Use an absolute path to install-sh.
6624 * configure: Regenerated.
6625
6626 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6627
6628 * MAINTAINERS (Write After Approval): Add myself.
6629
6630 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6631
6632 * MAINTAINERS: Remove from Write After Approval those that are
6633 already maintainers.
6634
6635 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6636
6637 * MAINTAINERS: Update my email address.
6638
6639 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6640
6641 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6642 * configure: Regenerate.
6643
6644 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6645
6646 * MAINTAINERS: Update my email address.
6647
6648 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6649
6650 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6651 entries belonging to this category.
6652
6653 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6654
6655 * MAINTAINERS: Update my e-mail address.
6656
6657 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6658
6659 Fix wrong conflict resolution in:
6660
6661 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6662
6663 * Makefile.in: Regenerate.
6664 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6665 in the recursive `make', instead of hardwiring `all'.
6666 (Autogenerated TARGET-* variables): New.
6667
6668 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6669
6670 * configure.in: Enable target-libgloss for crx-*-*.
6671 * configure: Regenerate.
6672
6673 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6674
6675 * MAINTAINERS (Various Maintainers): Move the "windows,
6676 cygwin, mingw" maintainer to ...
6677 (OS Port Maintainers): ... here.
6678
6679 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6680
6681 * MAINTAINERS (Write After Approval): Remove those that are
6682 maintainers of some subsystem.
6683
6684 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6685
6686 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6687 * ltcf-cxx.sh (tpf*): Likewise.
6688 * ltconfig (tpf*): Add TPF OS configuration support.
6689
6690 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6691
6692 * MAINTAINERS: Change my email address to my new work account.
6693
6694 2004-09-24 Michael Roth <mroth@nessie.de>
6695
6696 * configure.in (--without-headers): Add missing double quotes.
6697 * configure: Regenerate.
6698
6699 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6700
6701 * ylwrap: Revert to previous version.
6702
6703 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6704
6705 PR bootstrap/17369
6706 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6707 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6708 SET_GCC_LIB_PATH_CMD.
6709 (BASE_TARGET_EXPORTS): Likewise.
6710 * Makefile.in: Regenerated.
6711
6712 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6713 * configure: Regenerated.
6714
6715 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6716
6717 * config.guess: New upstream version
6718 * compile, depcomp, install-sh, ylwrap: Likewise.
6719
6720 2004-09-19 Roger Sayle <roger@eyesopen.com>
6721
6722 * config/mh-x86omitfp: New host makefile fragment. Add
6723 -fomit-frame-pointer to the default BOOT_CFLAGS.
6724 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6725 * configure: Regenerate.
6726
6727 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6728
6729 PR target/11572
6730 * configure.in (*-*-darwin*): Renable libobjc.
6731 * configure: Regenerate.
6732
6733 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6734
6735 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6736
6737 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6738
6739 * Makefile.def: Remove libbanshee.
6740 * Makefile.tpl: Ditto.
6741 * configure.in: Ditto.
6742 * Makefile.in: Regen.
6743 * configure: Ditto.
6744
6745 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6746
6747 * ltmain.sh: Use $pic_object as $non_pic_object if
6748 $non_pic_object=none.
6749
6750 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6751
6752 * missing: Import latest version from master repository.
6753
6754 2004-09-06 Nick Clifton <nickc@redhat.com>
6755
6756 * config.sub: Import latest version from master repository.
6757 * config.guess: Likewise.
6758 This includes these changes:
6759
6760 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6761
6762 * config.sub: Handle crisv32, alias etraxfs.
6763 * config.guess (crisv32:Linux:*:*): Handle.
6764
6765 2004-08-13 Brad Smith <brad@comstyle.com>
6766
6767 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6768 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6769
6770 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6771
6772 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6773 assume the processor is a powerpc. This is because coreutils
6774 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6775 in this case, due to a MacOS X bug that causes
6776 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6777 to return a negative number.
6778 Problem reported by Petter Reinholdtsen in:
6779 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6780
6781 2004-07-19 Ben Elliston <bje@gnu.org>
6782
6783 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6784
6785 2004-06-24 Ben Elliston <bje@gnu.org>
6786
6787 * config.guess: Update copyright years.
6788 * config.sub: Likewise.
6789
6790 2004-06-22 Robert Millan <robertmh@gnu.org>
6791
6792 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6793 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6794
6795 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6796
6797 * config.guess (*:*VMS:*:*): New entry. Replaces
6798 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6799 manufacturer.
6800
6801 2004-06-22 Ben Elliston <bje@gnu.org>
6802
6803 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6804 * config.sub: Likewise.
6805
6806 2004-06-22 Ben Elliston <bje@gnu.org>
6807
6808 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6809 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6810
6811 2004-06-11 Ben Elliston <bje@gnu.org>
6812
6813 * config.guess (pegasos:OpenBSD:*:*): Remove.
6814
6815 2004-06-11 Ben Elliston <bje@gnu.org>
6816
6817 From Wouter Verhelst <wouter@grep.be>:
6818 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6819
6820 2004-06-11 Ben Elliston <bje@gnu.org>
6821
6822 * config.guess (luna88k:OpenBSD:*:*): New.
6823
6824 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6825
6826 * config.guess (m32r*:Linux:*:*): New case.
6827 * config.sub: Handle m32rle.
6828
6829 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6830
6831 From Jens Petersen <petersen@redhat.com>:
6832 * config.sub: Handle sparcv8.
6833
6834 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6835
6836 From Tom Smith <smith@cag.lkg.hp.com>:
6837 * config.guess: Version suffixes are equally significant on Tru64
6838 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6839 prefix of "P" (patched kernel).
6840
6841 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6842
6843 * config.sub: Add support for National Semiconductor CRX target.
6844
6845 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6846
6847 * MAINTAINERS (Various Maintainers): Remove myself as web page
6848 maintainer, add myself as maintainer of build status lists.
6849
6850 2004-09-03 Jan Beulich <jbeulich@novell.com>
6851
6852 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6853 *-*-netware, but add target-libmudflap.
6854 Consolidate *-*-netware targets (of which really only i?86 exists)
6855 into a single entry.
6856 * configure: Likewise.
6857
6858 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6859
6860 * Makefile.tpl (sorry): Remove.
6861 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6862 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6863 (do-clean): Clean per-stage directories too.
6864 (do-distclean): Run distclean-stage1 too.
6865 (.NOTPARALLEL): Enable during toplevel bootstrap.
6866 (stage[+id+]-bubble): Enable parallel execution during
6867 the recursive invocation.
6868 * Makefile.in: Regenerate.
6869
6870 Fix previous checkin:
6871
6872 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6873 include.
6874 * configure.in: Fix indentation.
6875 * configure: Regenerate.
6876
6877 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6878
6879 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6880 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6881 * configure: regenerate
6882 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6883 -mdynamic-no-pic
6884
6885 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6886
6887 * Makefile.def (build_modules): Add fixincludes.
6888 (dependencies): Make gcc depend on fixincludes.
6889 * configure.in (build_tools): Add fixincludes.
6890 (build_configdirs): Always include build_libs.
6891 * Makefile.in: Regenerate.
6892 * configure: Regenerate.
6893
6894 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6895
6896 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6897 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6898 phony targets; do not generate timestamp files.
6899 (distclean-stageN): Remove references to their timestamp files.
6900 (restageN, touch-stageN): Remove.
6901 (stageN-bubble): Rewritten.
6902 (compare): Support lean bootstraps.
6903 * Makefile.in: Regenerate.
6904
6905 * configure.in: Only warn when bootstrapping but
6906 build != host or build != target. Support lean bootstraps.
6907 * configure: Regenerate.
6908
6909 2004-08-26 Phil Edwards <phil@codesourcery.com>
6910
6911 * configure.in: Give a better error message if GMP/MPFR are missing
6912 and a language needing them has been requested.
6913 * configure: Regenerated.
6914
6915 2004-08-25 Phil Edwards <phil@codesourcery.com>
6916
6917 * configure.in: Print a list of available language front-ends if
6918 a requested one is missing. Tidy stray tab characters.
6919 * configure: Regenerated.
6920
6921 2004-08-19 Michael Koch <konqueror@gmx.de>
6922
6923 * gcc/doc/install.texi: Update entry about automake for libjava.
6924
6925 2004-08-17 Robert Millan <robertmh@gnu.org>
6926
6927 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6928 (instead of FreeBSD).
6929 * configure: Regenerate.
6930
6931 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6932
6933 * Makefile.in: Regenerate.
6934 * configure: Regenerate.
6935
6936 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6937 stage_*_flags.
6938 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6939 for bootstrapped modules if toplevel bootstrap is going.
6940 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6941 modules. Adjust for changes in Makefile.def. Enable several
6942 rules even in non-bootstrap mode, just to avoid peppering the
6943 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6944 (stage-[+prev+]-bubble): Remove.
6945
6946 * Makefile.def (Dependencies): Depend on all-build-bison,
6947 all-build-flex, all-build-byacc, all-build-texinfo, rather
6948 than the host variations.
6949 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6950 with BUILD_SUBDIR.
6951 (BISON): Update for recent Bisons.
6952 (YACC): Fix typo.
6953 (cross): Depend on all-build.
6954 (all): Do not depend on all-build.
6955 (prebootstrap): Remove.
6956 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6957 (Prebootstrap dependencies): Add them to the per-stage targets
6958 and to all-prebootstrap.
6959 * configure.in (build_configdirs): Always enable build_tools.
6960 (BUILD_DIR_PREFIX): Remove.
6961
6962 * Makefile.def (gcc): Add target variable.
6963 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6964 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6965 in the recursive `make', instead of hardwiring `all'.
6966 (Autogenerated TARGET-* variables): New.
6967
6968 2004-08-13 Brian Booth <bbooth@redhat.com>
6969
6970 * MAINTAINERS: Remove myself from write-after-approval.
6971
6972 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6973
6974 * src-release: Stop distributing mmalloc with gdb (which doesn't
6975 use it).
6976 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6977 * Makefile.in: Regenerate.
6978
6979 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6980
6981 * configure.in (arm*-*-eabi*): New target.
6982 * configure: Regenerate.
6983
6984 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6985
6986 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6987 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6988 (Dependencies): New section.
6989 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6990 (configure-target-[+module+]): Depend on maybe-all-gcc
6991 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6992 (toplevel profiledbootstrap): Fix dependencies.
6993 * Makefile.in: Regenerate.
6994
6995 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6996
6997 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6998 target-libiberty to noconfigdirs.
6999 * configure: Regenerate.
7000
7001 2004-08-03 Paul Brook <paul@codesourcery.com>
7002
7003 * configure.in: Check for MPFR as well as GMP.
7004 * configure: Regenerate.
7005
7006 2004-08-01 Robert Millan <robertmh@gnu.org>
7007
7008 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7009 libmudflap for all GNU-based systems (with Glibc).
7010 * configure: Regenerate.
7011
7012 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7013
7014 * Makefile.def (host-modules): Add gcc.
7015 * Makefile.in: Regenerate.
7016 * Makefile.tpl (sorry): New rule.
7017 (configure-host, all-host, [+make_target+]-host, do-check,
7018 install-host): Do not add gcc as a special case.
7019 (host modules): Add a small special-casing for gcc. Export
7020 extra_make_flags through the environment.
7021 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7022 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7023 other recursive targets for gcc): Remove.
7024
7025 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7026 (stage, unstage): New rules.
7027 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7028 distclean-stage[+id+]): Use stage_current.
7029 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7030 the stage*-start rules.
7031
7032 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7033
7034 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7035 use -all_load flag.
7036
7037 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7038
7039 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7040 * configure: Regenerate.
7041
7042 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7043
7044 * maintainer-scripts/gcc_release: Revert yesterday's change.
7045
7046 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7047
7048 * MAINTAINERS: Add myself to write-after-approval.
7049
7050 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7051
7052 * libf2c: Removed.
7053 * gcc/gccbug.in: Updated because of libf2c removal.
7054 * maintainer-scripts/gcc_release: Ditto.
7055
7056 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7057
7058 * configure.in: Build libmudflap by default on FreeBSD.
7059 * configure: Regenerated.
7060
7061 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7062
7063 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7064 systems.
7065 * configure: Regenerated.
7066
7067 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7068
7069 PR target/16344
7070 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7071 feedback based compiler.
7072 * Makefile.in: Rebuilt.
7073
7074 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7075
7076 * Makefile.def (host_modules): Set bootstrap=true for flex.
7077 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7078 * Makefile.in: Rebuilt.
7079
7080 2004-07-07 Jan Hubicka <jh@suse.cz>
7081
7082 * MAINTAINERS: Add self as a profile feedback maintainer.
7083
7084 2004-07-05 Phil Edwards <phil@codesourcery.com>
7085
7086 * configure.in: Do not prepend $srcdir to /dev/null in
7087 makefile fragments.
7088 * configure: Regenerate.
7089
7090 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7091
7092 * Makefile.def (build_modules): Add bison, byacc, flex,
7093 m4, texinfo.
7094 (flags_to_pass): Add FLEX.
7095 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7096 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7097 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7098 DEFAULT_MAKEINFO): Remove.
7099 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7100 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7101 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7102 objdir or else use configured tool.
7103 (all-build): New.
7104 (all): Depend on it.
7105 (Build module dependencies): Add.
7106 * Makefile.in: Regenerate.
7107 * configure.in: Better support for multiple build modules,
7108 matching what is done for host/target modules. Do not look
7109 for "plausible" locations of build tools if Canadian cross.
7110 Use autoconf's AC_PROG_CC to find a C compiler. Define
7111 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7112 * configure: Regenerate.
7113
7114 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7115
7116 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7117 * Makefile.in: Regenerate.
7118
7119 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7120
7121 * Makefile.tpl (configure-build-[+module+],
7122 configure-[+module+], configure-target-[+module+]): Pass
7123 [+extra_configure_args+].
7124 (all-build-[+module+], all-[+module+], check-[+module+],
7125 install-[+module+], [+make_target+]-[+module+],
7126 all-target-[+module+], check-target-[+module+],
7127 install-target-[+module+], [+make_target+]-target-[+module+]):
7128 Pass [+extra_make_args+].
7129 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7130 (GCC_HOST_EXPORTS): Remove.
7131 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7132 cross, check-gcc, check-gcc-c++, install-gcc,
7133 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7134 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7135 * Makefile.in: Regenerate.
7136
7137 2004-06-21 Matthew Sachs <msachs@apple.com>
7138
7139 * MAINTAINERS: Added self to write-after-approval.
7140
7141 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7142
7143 * configure.in: Check for srcdir/winsup rather than build directory
7144 winsup.
7145 * configure: Regenerate.
7146
7147 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7148
7149 * configure.in: Don't build Cygwin native newlib if winsup
7150 directory is missing. Emit warning instead.
7151 * configure: Regenerate.
7152
7153 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7154
7155 * Makefile.tpl (touch-stage[+id+]): New.
7156 (restage[+prev+]): Depend on touch-stage[+id+].
7157
7158 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7159 Use it throughout.
7160
7161 * Makefile.def: Add profile and feedback bootstrap stages.
7162 Remove next field from bootstrap stages.
7163 * Makefile.tpl (LN, LN_S): Substitute.
7164 (stageN-start, stageN-end): Use double-colon rules, to
7165 provide a hook for additional setup commands.
7166 (distclean-stageN-gcc, restageN): Create dependencies from
7167 [+prev+], not from [+next+].
7168 (stageN-bubble): Add commands for successive stages from
7169 [+prev+], using double-colon rules.
7170 (all-stageN-gcc): Fix typo.
7171 (stagefeedback-start, profiledbootstrap): New.
7172 * Makefile.in: Regenerate.
7173 * configure.in: Call ACX_PROG_LN.
7174 * configure: Regenerate.
7175
7176 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7177
7178 * MAINTAINERS (Write After Approval): Add myself.
7179
7180 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7181
7182 * MAINTAINERS (Write After Approval): Add myself.
7183
7184 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7185
7186 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7187 without gcc.
7188 * configure: Regenerate.
7189
7190 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7191
7192 * Makefile.tpl: Fix typo.
7193 * Makefile.in: Regenerate.
7194
7195 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7196
7197 * configure.in: Remove new- prefix from toplevel
7198 bootstrap targets.
7199 * configure: Regenerate.
7200
7201 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7202
7203 * Makefile.tpl (all.normal): Rename to all.
7204 (all): Replace with a rule to pick the default
7205 target from configure.
7206 (all-gcc, configure-gcc): Use conditionals to
7207 do nothing when toplevel bootstrap is going on.
7208 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7209 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7210 * configure.in: Support --enable-bootstrap.
7211
7212 * Makefile.def: Remove new- prefix from toplevel
7213 bootstrap targets.
7214 * Makefile.tpl: Likewise.
7215
7216 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7217 target.
7218
7219 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7220 $(RECURSE_FLAGS) to recursive invocation of make.
7221
7222 * Makefile.in: Regenerate.
7223 * configure: Regenerate.
7224
7225 2004-05-30 Andreas Jaeger <aj@suse.de>
7226 Jim Wilson <wilson@specifixinc.com>
7227
7228 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7229 like CC.
7230
7231 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7232
7233 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7234 * configure: Regenerate.
7235
7236 2004-05-25 Daniel Jacobowitz <drow@false.org>
7237
7238 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7239 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7240 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7241 targets.
7242 * Makefile.in: Regenerate.
7243
7244 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
7245
7246 * configure.in: Test the ability to symlink directories.
7247 * configure: Regenerate.
7248
7249 * Makefile.def (bootstrap-stage): New definitions.
7250 * Makefile.tpl (configure-stage1-gcc,
7251 configure-stage2-gcc, configure-stage3-gcc,
7252 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7253 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7254 new-restage3, compare): Autogenerate, see Makefile.in
7255 entry for behavioral changes.
7256 (distclean-stage1, new-stage1-start, new-stage1-end,
7257 new-stage1-bubble, distclean-stage2, new-stage2-start,
7258 new-stage2-end, new-stage2-bubble, distclean-stage3,
7259 new-stage3-start, new-stage3-end): New autogenerated targets.
7260 (objext, prebootstrap, BOOT_CFLAGS,
7261 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7262 targets.
7263
7264 * Makefile.in: Regenerate.
7265 (distclean-stage1, new-stage1-start, new-stage1-end,
7266 new-stage1-bubble, distclean-stage2, new-stage2-start,
7267 new-stage2-end, new-stage2-bubble, distclean-stage3,
7268 new-stage3-start, new-stage3-end): New targets.
7269 (all-stage1-gcc): Move prebootstrap dependency from here...
7270 (configure-stage1-gcc): ...to here.
7271 (new-bootstrap): Use bubble targets.
7272 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7273 Use per-stage distclean targets.
7274 (configure-stage1-gcc, configure-stage2-gcc,
7275 configure-stage3-gcc, all-stage1-gcc,
7276 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7277 Use new-stageN-start to prepare the tree.
7278
7279 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
7280
7281 * Makefile.def (host_modules): add libcpp.
7282 * Makefile.tpl: Add dependencies on and for libcpp.
7283 * Makefile.in: Regenerate.
7284 * configure.in: Add libcpp host module.
7285 * configure: Regenerate.
7286
7287 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
7288
7289 * Makefile.tpl: Whenever a recursive target is defined, wrap
7290 it in a special @if/@endif block, and prepare its maybe
7291 dependency in the @if/@endif block
7292 * configure.in: Instead of writing maybe dependencies, remove
7293 the @if/@endif statements, and remove the @if/@endif blocks
7294 that remain.
7295 * configure: Regenerate.
7296 * Makefile.in: Regenerate.
7297
7298 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7299
7300 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7301
7302 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7303
7304 PR bootstrap/15120
7305 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7306 * */configure: Rebuilt.
7307
7308 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7309
7310 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7311 of libf2c.
7312 * configure, Makefile.in: Regenerate.
7313
7314 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7315
7316 * MAINTAINERS (Write After Approval): Add myself.
7317
7318 2004-05-13 Diego Novillo <dnovillo@redhat.com>
7319
7320 Merge from tree-ssa-20020619-branch.
7321
7322 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7323 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7324 (HOST_GMPLIBS): Define.
7325 (HOST_GMPINC): Define.
7326 (TARGET_LIB_PATH): Add libmudflap.
7327 (GFORTRAN_FOR_TARGET): Define.
7328 (configure-build*): Export GFORTRAN.
7329 (configure-gcc): Export GMPLIBS and GMPINC.
7330 (all-gcc): Add maybe-all-libbanshee.
7331 (configure-target-libgfortran): Define.
7332 * Makefile.in: Regenerate.
7333 * configure.in (host_libs): Add libbanshee.
7334 (target_libraries): Add target-libmudflap and target-libgfortran.
7335 Add --with-libbanshee.
7336 Handle --disable-libmudflap.
7337 (*-*-freebsd*): Use with_gmp.
7338 Add $(libgcj) to noconfigdirs.
7339 * configure: Regenerate.
7340 * depcomp: New file.
7341 * MAINTAINERS: Add tree-ssa maintainers.
7342
7343 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7344
7345 * MAINTAINERS (Various Maintainers): Add myself.
7346
7347 2004-04-30 Brian Ford <ford@vss.fsi.com>
7348
7349 * MAINTAINERS (Write After Approval): Add myself.
7350
7351 2004-04-29 Uros Bizjak <uros@kss-loka.si>
7352
7353 * MAINTAINERS (Write After Approval): Add myself.
7354
7355 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
7356
7357 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7358 * configure: Regenerate.
7359
7360 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
7361
7362 Revert:
7363 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7364
7365 * Makefile.def (flags_to_pass): Remove *dir variables that
7366 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7367 as well as prefix and exec_prefix.
7368 * Makefile.in: Regenerate.
7369
7370 2004-04-26 Robert Millan <robertmh@gnu.org>
7371
7372 Add patches from libtool CVS.
7373 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7374 * ltconfig: Likewise.
7375 * ltcf-c.sh: Likewise.
7376 * ltcf-cxx.sh: Likewise.
7377 * ltcf-gcj.sh: Likewise.
7378
7379 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7380
7381 * Makefile.def (host_modules): Mark with the bootstrap
7382 flag packages on which gcc depends.
7383 * Makefile.tpl (all-bootstrap): Use it.
7384 * Makefile.in: Regenerate.
7385
7386 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7387
7388 * Makefile.def (flags_to_pass): Remove *dir variables that
7389 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7390 as well as prefix and exec_prefix.
7391 * Makefile.in: Regenerate.
7392
7393 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7394
7395 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7396 * configure: Regenerate.
7397 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7398 * gcc/Makefile.tpl (compare): Use the result of the test.
7399 * gcc/Makefile.in: Regenerate.
7400
7401 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
7402
7403 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7404 Always relocate gcc and prev-gcc to the original names, even
7405 if the build fails.
7406 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7407 New targets.
7408
7409 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7410
7411 * MAINTAINERS: Update my email address.
7412
7413 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7414
7415 * configure.in (mips*-*-irix5*): Enable ld.
7416 * configure: Regenerate.
7417
7418 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7419
7420 * configure: Regenerate.
7421
7422 2004-04-15 James E Wilson <wilson@specifixinc.com>
7423
7424 * Makefile.tpl (configure-[+module+], configure-gcc,
7425 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7426 Set and export LDFLAGS.
7427 * Makefile.in: Regenerate.
7428
7429 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7430
7431 * MAINTAINERS: Add myself to write-after-approval.
7432
7433 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7434
7435 PR bootstrap/14871
7436 * Makefile.tpl: If we don't have built-in-tree target tools,
7437 use the ones found by configure rather than hacking around with
7438 program_transform_name.
7439 * configure.in: Give Makefile.tpl the information necessary
7440 to do that.
7441 * Makefile.in: Regenerate.
7442 * configure: Regenerate.
7443
7444 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7445
7446 PR bootstrap/14760
7447 * configure.in: When computing baseargs, strip *all* copies of
7448 offending options. Also, don't match/substitute the trailing space,
7449 so that this actually works when two similar options are separated by
7450 only one space.
7451 * configure: Regenerate.
7452
7453 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7454
7455 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7456 (rs6000-*-aix*): Same.
7457 * configure: Regenerate.
7458
7459 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7460
7461 * MAINTAINERS: Add myself to write-after-approval.
7462
7463 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7464
7465 * MAINTAINERS: Add myself to write-after-approval.
7466
7467 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7468
7469 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7470 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7471 * Makefile.in: Regenerate.
7472
7473 * configure.in (top level bootstrap support): Rework --enable-werror
7474 to set @stage2_werror_flag@.
7475 * configure: Regenerate.
7476 * Makefile.tpl (top level bootstrap support): Pass
7477 @stage2_werror_flag@ down to configure in stages 2 and 3.
7478 * Makefile.in: Regenerate.
7479
7480 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7481
7482 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7483 for stages 2 and 3 as well as in make. As a consequence, remove
7484 OUTPUT_OPTION (now detected by configure) from the flags passed down
7485 to make.
7486 * Makefile.in: Regenerate.
7487
7488 * Makefile.tpl (new-bootstrap): Fix typo.
7489 * Makefile.in: Regenerate.
7490
7491 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7492
7493 * Makefile.tpl: Rearrange by moving recursive_targets rules
7494 into their proper sections.
7495 * Makefile.tpl (top level bootstrap support): Move disabling
7496 of coverage flags from 'make' to 'configure'; improve comments.
7497 * Makefile.in: Regenerate.
7498
7499 * Makefile.tpl (experimental top level bootstrap) Move stage1
7500 language setting from all- target to configure- target; disable
7501 intermodule optimization in stage 1; prevent gratuitous rebuilds
7502 of stage 1.
7503 * Makefile.in: Regenerate.
7504 * configure.in: Comma-separate stage 1 language list for top
7505 level bootstrap.
7506 * configure: Regenerate.
7507
7508 * Makefile.tpl: Clean up experimental top level bootstrap support:
7509 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7510 prev-gcc in configure- targets as well as all- targets.
7511 * Makefile.in: Regenerate.
7512
7513 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7514
7515 * compile: New file imported from automake.
7516
7517 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
7518
7519 * configure.in: Remove symbolic link section.
7520 * configure: Regenerate.
7521 * Makefile.tpl (links): Remove.
7522 * Makefile.in: Regenerate.
7523
7524 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
7525 Nathanael Nerode <neroden@gcc.gnu.org>
7526
7527 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7528 Set with AC_CHECK_PROGS.
7529 * configure.in: Fix comment typo from last patch.
7530 * configure: Regenerate.
7531
7532 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7533
7534 * Makefile.tpl: Introduce experimental top level bootstrap support.
7535 * Makefile.in: Regenerate.
7536 * configure.in: Introduce support for top level bootstrap.
7537 * configure: Regenerate.
7538
7539 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
7540 Paolo Bonzini <bonzini@gnu.org>
7541
7542 PR bootstrap/14522
7543 * configure.in: Cope with shells that do not support unquoted ^
7544 * configure: Regenerate.
7545
7546 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
7547 Paolo Bonzini <bonzini@gnu.org>
7548
7549 PR bootstrap/14522
7550 * configure.in: Cope with shells that do not support nesting
7551 quotes inside quoted backquote substitutions.
7552 * configure: Regenerate.
7553
7554 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7555
7556 PR bootstrap/14522
7557 * configure.in: Fix escaping of $.
7558 * configure: Regenerate.
7559
7560 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7561
7562 * configure: Regenerate, since I forgot to while committing Paolo's
7563 changes.
7564
7565 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7566
7567 PR ada/14131
7568 Move language detection to the top level.
7569 * configure.in: Find default values for the tools as
7570 soon as possible. Disable ada if GNAT is not found.
7571 Emit error message about missing languages. Expand
7572 --enable-languages=all for the gcc subdirectory.
7573
7574 2004-03-10 Ben Elliston <bje@gnu.org>
7575
7576 * MAINTAINERS: Update my email address.
7577
7578 2004-03-05 David Edelsohn <edelsohn@gnu.org>
7579
7580 * ltconfig: Disable building static libraries if building shared
7581 libraries on AIX 5L.
7582
7583 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7584
7585 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7586 and disable libgcj.
7587 * configure: Regenerated.
7588
7589 2004-03-01 Brian Booth <bbooth@redhat.com>
7590
7591 * MAINTAINERS: Add myself to write-after-approval.
7592
7593 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
7594
7595 * MAINTAINERS: Add myself to write-after-approval.
7596
7597 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7598
7599 PR bootstrap/7087
7600 * Makefile.tpl: Guard XFOO sed statements better.
7601 * Makefile.tpl: Add dependency for configure-target-libada.
7602 * Makefile.in: Regenerate (incidentally fixes broken
7603 commit when libada-branch was merged).
7604
7605 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7606
7607 * MAINTAINERS: Add myself to write-after-approval.
7608
7609 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7610
7611 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7612 maintainers.
7613
7614 2004-02-20 Andrew Cagney <cagney@redhat.com>
7615
7616 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7617 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7618
7619 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7620
7621 PR bootstrap/11932
7622 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7623
7624 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7625
7626 * MAINTAINERS: Added myself to write-after-approval.
7627
7628 2004-02-14 Michael Koch <konqueror@gmx.de>
7629
7630 * MAINTAINERS: Added myself to write-after-approval.
7631
7632 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7633
7634 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7635 some OS port maintainers to OS port maintainers section.
7636
7637 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7638
7639 * MAINTAINERS: Add self.
7640
7641 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7642
7643 * MAINTAINERS: Alphabetize.
7644
7645 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7646
7647 * MAINTAINERS: Remove myself.
7648
7649 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7650
7651 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7652 (rs6000-*-aix*): Same.
7653 * configure: Regenerate.
7654
7655 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7656
7657 * configure.in (host): Add in missing $noconfigdirs to defines.
7658 * configure: Regenerate.
7659
7660 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7661 Nathanael Nerode <neroden@gcc.gnu.org>
7662
7663 PR ada/6637, PR ada/5911
7664 Merge with libada-branch:
7665 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7666 with appropriate dependencies. Add --enable-libada configure switch.
7667 * configure, Makefile.in: Regenerate.
7668
7669 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7670
7671 * MAINTAINERS: Add myself to write-after-approval.
7672
7673 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7674
7675 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7676 * configure: Regenerate.
7677
7678 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7679
7680 Merge from upstream:
7681
7682 * ltmain.in: When setting IFS to '~', be careful about user
7683 arguments that contain '~'.
7684
7685 2004-02-04 Peter O'Gorman <peter@pogma.com>
7686
7687 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7688 Also test $base_compile against $CC with escaped arguments. Bug
7689 reported by Geoff Keating <geoffk@apple.com>.
7690
7691 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7692
7693 * MAINTAINERS: Remove i960 port.
7694
7695 2004-01-23 DJ Delorie <dj@redhat.com>
7696
7697 * Makefile.def (target_modules) [libiberty]: Don't stage.
7698 * Makefile.in: Rebuilt.
7699
7700 2004-01-20 Caroline Tice <ctice@apple.com>
7701
7702 * MAINTAINERS: Add myself to write-after-approval.
7703
7704 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7705
7706 * MAINTAINERS: Update my email address.
7707
7708 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7709
7710 * MAINTAINERS: Add myself to write-after-approval.
7711
7712 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7713
7714 * MAINTAINERS: Remove entries without email address.
7715
7716 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7717
7718 * MAINTAINERS: Add myself to write-after-approval.
7719
7720 2004-01-15 Steven Bosscher <stevenb@suse.de>
7721
7722 * MAINTAINERS: Update my email address.
7723
7724 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7725
7726 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7727 * Makefile.tpl (configure-target-[+module+]): Support stage.
7728 * Makefile.in: Rebuilt.
7729
7730 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7731
7732 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7733
7734 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7735
7736 * MAINTAINERS: Add myself as a MIPS maintainer.
7737
7738 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7739
7740 * configure.in: Use ./config.cache, not config.cache.
7741 * configure: Regenerate.
7742 * Makefile.tpl: Special-casing not needed for GCC any more.
7743 * Makefile.in: Regenerate.
7744
7745 * configure.in: Don't share a cache file for host dirs.
7746 * configure: Regenerate.
7747
7748 * config-ml.in: Don't mess with the cache file.
7749
7750 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7751
7752 * MAINTAINERS: Move myself from 'Write After Approval' to
7753 'CPU Port Maintainers' section as SPARC maintainer.
7754
7755 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7756
7757 * Makefile.tpl: Make GCC use a separate config.cache.
7758 * Makefile.in: Regenerate.
7759
7760 PR bootstrap/11932, PR bootstrap/11933
7761 (I don't know if it will fix either of them, but it relates
7762 to them.)
7763 * configure.in: Don't use shared config.cache for target
7764 directories.
7765 * configure: Regenerate.
7766
7767 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7768
7769 * MAINTAINERS: Add myself to 'Write After Approval' section.
7770
7771 2003-12-31 Roger Sayle <roger@eyesopen.com>
7772
7773 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7774 * configure: Regenerated.
7775
7776 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7777
7778 * MAINTAINERS: Remove the mn10200 maintainer.
7779
7780 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7781
7782 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7783 * configure: Regenerated.
7784
7785 2003-12-16 Jan Hubicka <jh@suse.cz>
7786
7787 * MAINTAINERS: Add myself as callgraph maintainer.
7788
7789 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7790
7791 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7792 * configure: Regenerate.
7793
7794 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7795
7796 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7797 'Write After Approval' section. Update email.
7798
7799 2003-12-01 James Lemke <jim@wasabisystems.com>
7800
7801 * MAINTAINERS (Write After Approval): Add myself.
7802
7803 2003-11-20 Matt Thomas <matt@3am-software.com>
7804
7805 * MAINTAINERS: Add myself as a vax port maintainer.
7806
7807 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7808
7809 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7810 (configure-build-[+module+], configure-[+module+]): Likewise.
7811 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7812 * Makefile.in: Regenerate.
7813
7814 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7815
7816 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7817 shared/dylibed libraries.
7818 * ltmain.sh: Likewise.
7819 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7820 * ltcf-cxx.sh: Likewise.
7821 * ltcf-gcj.sh: Likewise.
7822 * ltconfig: Likewise.
7823
7824 2003-11-17 Stan Cox <scox@redhat.com>
7825
7826 * MAINTAINERS: Add myself as iq2000 port maintainer.
7827
7828 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7829
7830 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7831 * Makefile.in: Regenerate.
7832
7833 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7834
7835 * config.sub: Update to 2003-11-03 version.
7836
7837 2003-10-20 Phil Edwards <phil@codesourcery.com>
7838
7839 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7840 * configure: Regenerate.
7841
7842 2003-10-20 Nicolas Pitre <nico@cam.org>
7843
7844 * MAINTAINERS: Add myself to 'Write After Approval' section.
7845
7846 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7847
7848 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7849
7850 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7851
7852 * MAINTAINERS: Update my email address.
7853
7854 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7855
7856 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7857
7858 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7859
7860 * MAINTAINERS: Add myself to 'Write After Approval' section.
7861
7862 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7863
7864 * config.guess: Update to 2003-10-16 version.
7865 * config.sub: Update to 2003-10-16 version.
7866
7867 2003-10-15 David Daney <ddaney@avtrex.com>
7868
7869 * MAINTAINERS: Added myself to 'Write After Approval' section.
7870
7871 2003-10-15 Falk Hueffner <falk@debian.org>
7872
7873 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7874 'Write After Approval' section. Update email.
7875
7876 2003-10-14 Roger Sayle <roger@eyesopen.com>
7877
7878 * MAINTAINERS: Move myself from 'Write After Approval' to
7879 'Various Maintainers' section as middle-end maintainer.
7880
7881 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7882
7883 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7884 HOST_FLAGS_TO_PASS.
7885 * Makefile.in: Regenerate.
7886
7887 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7888
7889 * config.guess: Update to 2003-10-07 version.
7890 * config.sub: Update to 2003-10-07 version.
7891
7892 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7893
7894 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7895 * ltconfig (irix5*, irix6*): Don't override version_type.
7896
7897 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7898
7899 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7900 * configure: Rebuilt
7901 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7902 * Makefile.in: Rebuilt
7903
7904 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7905
7906 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7907
7908 2003-09-30 Carlo Wood <carlo@alinoe.com>
7909
7910 * MAINTAINERS (Write After Approval): Add myself.
7911
7912 2003-09-29 Paul Koning <ni1d@arrl.net>
7913
7914 * MAINTAINERS: Move myself from "Write After Approval"
7915 to CPU platform maintainers for pdp11 platform.
7916
7917 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7918
7919 * MAINTAINERS: Move myself from 'Write After Approval' to
7920 'Various Maintainers' section as libffi testsuite maintainer.
7921
7922 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7923
7924 * configure.in: Pass a computed --program-transform-name
7925 to subconfigures.
7926 * configure: Regenerated.
7927
7928 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7929
7930 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7931 * Makefile.in: Regenerate.
7932
7933 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7934 * Makefile.in: Regenerate.
7935
7936 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7937
7938 * MAINTAINERS: Move myself from 'Write After Approval'
7939 to 'Various Maintainers' (objective-c) section.
7940
7941 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7942
7943 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7944 quoting.
7945 * configure: Regenerated.
7946
7947 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7948
7949 * MAINTAINERS (Write After Approval): Add myself to write after
7950 approval list.
7951
7952 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7953
7954 * MAINTAINERS (Write After Approval): Add myself.
7955
7956 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7957
7958 * MAINTAINERS: Update my e-mail address.
7959
7960 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7961
7962 * libtool.m4 (LD): Correct powerpc64 host match.
7963
7964 2003-09-06 James E Wilson <wilson@tuliptree.org>
7965
7966 * MAINTAINTERS: Update my affiliation and email address.
7967
7968 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7969
7970 * MAINTAINERS (Write After Approval): Add myself.
7971
7972 2003-09-04 DJ Delorie <dj@redhat.com>
7973
7974 * configure: Regenerate.
7975
7976 2003-09-04 Robert Millan <robertmh@gnu.org>
7977
7978 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7979
7980 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7981
7982 * configure.in: Ensure arguments to sed are properly spaced.
7983 * configure: Regenerate.
7984
7985 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7986
7987 * MAINTAINERS: Update my e-mail address.
7988
7989 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7990
7991 * MAINTAINERS (Write After Approval): Add myself.
7992
7993 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7994
7995 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7996 * configure: Regenerated.
7997
7998 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7999
8000 * MAINTAINERS: Update my email address.
8001
8002 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8003
8004 * configure.in: Use newline instead of semicolon when assuming
8005 shell arguments in a for loop.
8006 * configure: Regenerated.
8007
8008 2003-08-22 Jason Eckhardt <jle@rice.edu>
8009
8010 * MAINTAINERS: Resurrect the i860 maintainer.
8011
8012 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8013
8014 PR 8180
8015 * configure.in: When testing with_libs and with_headers, treat
8016 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8017 * configure: Regenerate.
8018
8019 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8020 make, shell, etc.
8021 (baseargs): Likewise.
8022 * configure: Regenerate.
8023
8024 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8025
8026 * MAINTAINERS (Write After Approval): Add myself.
8027
8028 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8029
8030 * configure.in: Disable libgcj for darwin not on powerpc.
8031 * configure: Rebuild.
8032
8033 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8034
8035 * config-ml.in, symlink-tree: Add license.
8036
8037 2003-08-03 Richard Stallman <rms@gnu.org>
8038 Eben Moglen <moglen@columbia.edu>
8039
8040 * README.SCO: New file.
8041
8042 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8043
8044 * Makefile.tpl (check, check-c++): Express dependencies using
8045 dependencies rather than commands.
8046 * Makefile.in: Regenerate.
8047
8048 2003-08-01 Andrew Cagney <cagney@redhat.com>
8049
8050 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8051 * configure: Ditto.
8052
8053 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8054
8055 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8056 * Makefile.in: Update.
8057
8058 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8059
8060 * configure.in: Enable libgcj for darwin.
8061 * configure: Rebuild.
8062
8063 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8064
8065 * config-ml.in: Use ac_configure_args directly instead of
8066 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8067 actually seen.
8068
8069 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8070
8071 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8072 creating target and build subdirs to build all parent dirs as needed.
8073 * Makefile.in: Rebuild.
8074 * configure.in: Don't build dirs explicitly here.
8075 * configure: Rebuild.
8076
8077 2003-07-26 Paul Brook <paul@nowt.org>
8078
8079 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8080
8081 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8082
8083 * Makefile.tpl (all-make): Depend on intl.
8084 * Makefile.in: Rebuilt.
8085
8086 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8087
8088 * install-sh: Update to newer upstream versions (associated with
8089 aclocal 1.7).
8090 * mkinstalldirs: Likewise.
8091 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8092
8093 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8094
8095 * MAINTAINERS: Move self from Bug database only accounts
8096 to write-after-approval.
8097
8098 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8099
8100 * config.if: Remove unused libc_interface determination.
8101
8102 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8103
8104 * MAINTAINERS: Move self from write-after-approval to
8105 build machinery (*.in).
8106
8107 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8108
8109 PR bootstrap/11273
8110 PR bootstrap/11408
8111 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8112 unused INSTALL_PROGRAM_ARGS.
8113 * configure.in: Use AC_PROG_INSTALL.
8114 * Makefile.in: Regenerate.
8115 * configure: Regenerate.
8116
8117 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8118
8119 * MAINTAINERS: Alphabetize.
8120
8121 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8122
8123 * configure: Rebuilt.
8124 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8125 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8126 newlib nor libgloss.
8127 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8128 * configure.in (am33_2.0-*-linux*): Added.
8129
8130 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8131
8132 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8133 * configure: Regenerate.
8134
8135 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8136
8137 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8138 * Makefile.in: Regenerate.
8139
8140 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8141
8142 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8143 * Makefile.in: Regenerate.
8144
8145 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8146
8147 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8148 * Makefile.in: Regenerated.
8149
8150 * config-ml.in: Replace PWD with PWD_COMMAND.
8151
8152 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8153
8154 * intl: New directory; see intl/ChangeLog for details.
8155 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8156 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8157 * Makefile.in: Regenerate.
8158
8159 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8160
8161 * configure.in: Clean up config-lang.in handling. Delete
8162 useless assignment to "subdirs".
8163 * configure: Regenerate.
8164
8165 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8166
8167 * configure.in: Rename 'target_libs' to 'target_libraries'.
8168 Remove useless reference to 'target_libs'.
8169 * configure: Regenerate.
8170
8171 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8172
8173 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8174 * Makefile.in: Regenerate.
8175
8176 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8177
8178 * Makefile.def: Introduce flags_to_pass.
8179 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8180 * Makefile.in: Regenerate.
8181
8182 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8183
8184 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8185 and target-libgloss.
8186 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8187 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8188 * configure: Regenerate.
8189
8190 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8191
8192 * configure.in: Update testsuite_flags to new location.
8193 * configure. Regenerate.
8194
8195 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8196
8197 * Makefile.tpl: Remove BUILD_CC stuff.
8198 * Makefile.in: Regenerate.
8199
8200 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8201
8202 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8203
8204 2003-06-16 Graeme Peterson <gp@qnx.com>
8205
8206 * MAINTAINERS (Write After Approval): Add myself.
8207
8208 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8209
8210 * config.guess: Update to 2003-06-12 version.
8211 * config.sub: Update to 2003-06-13 version.
8212
8213 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8214
8215 * config.guess: Update to 2003-06-06 version.
8216 * config.sub: Update to 2003-06-06 version.
8217
8218 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8219
8220 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8221 * configure. Regenerate.
8222
8223 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8224
8225 * configure.in: Disable serial configure by default.
8226 * configure: Regenerate.
8227 * Makefile.tpl: Abolish .NOTPARALLEL.
8228 * Makefile.in: Regenerate.
8229
8230 * Makefile.tpl: Replace {build,host,target}_canonical by
8231 {build,host,target}.
8232 * Makefile.in: Regenerate.
8233
8234 * Makefile.tpl: Fix stupid pasto.
8235 * Makefile.in: Regenerate.
8236
8237 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8238
8239 * Makefile.tpl: Remove bogus conditional.
8240 * Makefile.in: Regenerate.
8241
8242 2003-06-05 Jan Hubicka <jh@suse.cz>
8243
8244 * Makefile.tpl (profiledbootstrap): New target.
8245 * Makefile.in (profiledbootstrap): New target.
8246
8247 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
8248
8249 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8250 Pinski. Remove user names from other bugzilla-only maintainers.
8251
8252 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8253
8254 * Makefile.tpl: Make 'recursive targets' using autogen rather
8255 than shell loop. Remove duplicate 'clean' targets and false
8256 comments.
8257 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8258 Add systematic method of specifying missing targets in subdirs.
8259 Add copyright boilerplate.
8260 * Makefile.in: Regenerate.
8261 * configure.in: Add 'recursive targets' to maybe list.
8262 * configure: Regenerate.
8263
8264 * MAINTAINERS: "GNATS only" -> "Bug database only".
8265
8266 * Makefile.tpl: Rename [+target+] to [+make_target+].
8267 * Makefile.def: Rename 'target' to 'make_target'.
8268
8269 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
8270
8271 * MAINTAINERS: Add self as options handling maintainer.
8272
8273 2003-05-28 Michael Meissner <gnu@the-meissners.org>
8274
8275 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8276 been too long since I touched those ports.
8277
8278 2003-05-28 DJ Delorie <dj@redhat.com>
8279
8280 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8281 * Makefile.in: Regenerate.
8282
8283 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8284
8285 * configure.in: Use curly braces in the definition of tooldir.
8286 * configure: Regenerate.
8287
8288 2003-05-21 DJ Delorie <dj@redhat.com>
8289
8290 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8291 newlib or libgloss.
8292 * Makefile.in: Regenerate.
8293
8294 2003-05-21 DJ Delorie <dj@redhat.com>
8295
8296 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8297 * Makefile.in: Regenerate.
8298
8299 2003-05-20 Ian Lance Taylor <ian@airs.com>
8300
8301 * MAINTAINERS: Update my e-mail address.
8302
8303 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8304
8305 * configure.in: Switch more things to use maybe dependencies.
8306 * Makefile.tpl: Switch more things to use maybe dependencies.
8307 Factor out common code from autogen IF statements.
8308 * configure: Regenerate.
8309 * Makefile.in: Regenerate.
8310
8311 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8312
8313 * configure.in: Accept i[3456789]86 for machine type.
8314 * configure: Regenerate.
8315
8316 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8317
8318 * configure.in: Switch more things to use maybe dependencies.
8319 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8320 * configure: Regenerate.
8321 * Makefile.tpl: Switch more things to use maybe dependencies.
8322 * Makefile.in: Regenerate.
8323
8324 2003-05-16 Andreas Schwab <schwab@suse.de>
8325
8326 * Makefile.tpl (install-opcodes): Define.
8327 * Makefile.in: Rebuild.
8328
8329 2003-05-13 Andreas Jaeger <aj@suse.de>
8330
8331 * config.guess: Update to 2003-05-09 version.
8332 * config.sub: Update to 2003-05-09 version.
8333
8334 2003-05-13 Michael Eager <eager@mvista.com>
8335
8336 * configure.in: Correct sed script so that options in quotes are not
8337 deleted.
8338 * configure: Rebuild.
8339
8340 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
8341
8342 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8343 and $$s/newlib/libc/sys/cygwin32 include paths.
8344 * configure: Ditto.
8345
8346 2003-05-12 Michael Meissner <gnu@the-meissners.org>
8347
8348 * MAINTAINERS: Update my email addresses.
8349
8350 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8351
8352 * config-ml.in: Propagate INSTALL variables.
8353
8354 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8355
8356 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8357
8358 2003-05-02 Chris Demetriou <cgd@broadcom.com>
8359
8360 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8361 * Makefile.in: Regenerate.
8362
8363 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8364
8365 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8366
8367 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8368
8369 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8370
8371 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
8372
8373 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8374 * Makefile.in: Regenerated.
8375
8376 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8377
8378 * MAINTAINERS (Write After Approval): Upgrade myself from
8379 GNATS only to write-after-approval. Update my mail address.
8380
8381 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
8382
8383 (OS Port Maintainers: freebsd): Add myself.
8384
8385 2003-04-22 Mark Mitchell <mark@codesourcery.com>
8386
8387 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8388
8389 2003-04-22 Kean Johnston <jkj@sco.com>
8390
8391 * MAINTAINERS (SCO ports): Added myself.
8392
8393 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8394
8395 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8396
8397 2003-04-19 Kean Johnston <jkj@sco.com>
8398
8399 * MAINTAINERS (Write After Approval): Add myself.
8400
8401 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8402
8403 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8404 * Makefile.in: Regenerate.
8405
8406 2003-04-18 Jakub Jelinek <jakub@redhat.com>
8407
8408 * configure.in (powerpc64*-*-linux*): Remove.
8409 * configure: Rebuilt.
8410
8411 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
8412
8413 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8414 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8415 and restrap.
8416 * Makefile.in: Regenerate.
8417
8418 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8419
8420 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8421 * configure: Regenerated.
8422
8423 2003-04-15 DJ Delorie <dj@redhat.com>
8424
8425 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8426
8427 2003-04-13 Nick Clifton <nickc@redhat.com>
8428
8429 * config-ml.in: Remove support for --disable-aix removing
8430 call-aix multilibs.
8431
8432 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8433
8434 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8435 * */configure: Rebuilt.
8436
8437 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8438
8439 * MAINTAINERS: Add my email address.
8440
8441 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8442
8443 * MAINTAINERS (Write After Approval): Add myself.
8444
8445 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8446
8447 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8448 * Makefile.in: Regenerate.
8449
8450 2003-03-14 Michael Chastain <mec@shout.net>
8451
8452 * Makefile.in: Regenerate with correct Makefile.def.
8453
8454 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8455
8456 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8457 Make macro.
8458 * Makefile.in: Regenerate.
8459 * configure.in: Clean up gxx_include_dir logic.
8460 * configure: Regenerate.
8461
8462 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8463
8464 * MAINTAINERS (Write After Approval): Add myself.
8465
8466 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8467
8468 * MAINTAINERS: Update my mail address.
8469
8470 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8471
8472 * configure.in (gxx_include_dir): Fix typo.
8473 * configure: Regenerated.
8474
8475 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8476
8477 * Makefile.tpl: Reindent.
8478 * Makefile.in: Regenerate.
8479 * configure.in: Reindent. Don't set unused variables.
8480 * configure: Regenerate.
8481
8482 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8483
8484 * configure.in: Include $(build_tooldir)/sys-include in
8485 FLAGS_FOR_TARGET.
8486 * configure: Regenerated.
8487
8488 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8489
8490 * Makefile.tpl: Always pass down RANLIB.
8491 * Makefile.in: Regenerate.
8492
8493 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8494 * Makefile.in: Regenerate.
8495 * configure.in: Remove unused logic relating to --enable-shared
8496 and --enable-threads. Remove bogus comments. Remove redundant
8497 noconfigdirs.
8498 * configure: Regenerate.
8499
8500 * configure.in: Replace ${libstdcxx_version} by its value.
8501 Remove reference to mh-dgux.
8502 * configure: Regenerate.
8503
8504 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8505
8506 * MAINTAINERS (Write After Approval): Add myself.
8507
8508 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8509
8510 * Makefile.tpl: Rearrange.
8511 * Makefile.in: Regenerate.
8512
8513 2003-02-25 Uwe Stieber <uwe@wwws.de>
8514
8515 * configure.in: Add support for kaOS as cross build target system.
8516 * configure: Regenerated.
8517
8518 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8519
8520 * MAINTAINERS (Write after approval): Add myself.
8521
8522 2003-02-21 James E Wilson <wilson@tuliptree.org>
8523
8524 * MAINTAINERS: Update my email address.
8525
8526 2003-02-21 Zack Weinberg <zack@codesourcery.com>
8527
8528 * MAINTAINERS: Add self to blanket write privs. section.
8529
8530 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
8531
8532 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8533 configure-target-* as some target builds may require additional
8534 flags for preprocessor tests.
8535 * Makefile.in: Regenerated.
8536
8537 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
8538
8539 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8540 * ltconfig: Handle it.
8541 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8542 auto-detecting it.
8543
8544 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8545 it is used as argument to $CC.
8546 * ltcf-gcj.sh: Likewise.
8547
8548 * configure.in: Introduce --enable-maintainer-mode.
8549 * configure: Rebuilt.
8550 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8551 for maintainer mode.
8552 * Makefile.in: Rebuilt.
8553
8554 2003-02-18 Jason Merrill <jason@redhat.com>
8555
8556 * Makefile.tpl (check-c++): Allow parallelism.
8557
8558 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8559
8560 * MAINTAINERS: Remove John Carr (who never actually had access to
8561 gcc.gnu.org).
8562
8563 2003-02-15 Geoffrey Keating <geoffk@apple.com>
8564
8565 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8566 don't configure target-libobjc.
8567 * configure: Regenerate.
8568
8569 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8570
8571 * Makefile.tpl (RANLIB): Define.
8572 * Makefile.in: Regenerate.
8573
8574 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8575
8576 * MAINTAINERS: Update my email.
8577
8578 2003-02-06 Keith R Seitz <keiths@redhat.com>
8579
8580 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8581 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8582 * Makefile.in: Regenerated.
8583 * configure.in: Remove all traces of snavigator, db, and grep.
8584 * configure: Regenerated.
8585
8586 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8587
8588 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8589 After Approval.
8590
8591 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8592
8593 * MAINTAINERS (Write after approval): Add myself.
8594
8595 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
8596
8597 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8598 * Makefile.in: Regenerated.
8599
8600 2003-01-30 Roger Sayle <roger@eyesopen.com>
8601
8602 * config.guess: Updated to 2003-01-30's version.
8603 * config.sub: Updated to 2003-01-28's version.
8604
8605 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8606
8607 * config.if: If gcc_version is already set, just use it. Don't set
8608 gcc_version_trigger if it's already set, otherwise set it to
8609 gcc/version.c, but only if the file exists. If it is not set and
8610 gcc/version.c does not exist, try to extract the version number from
8611 $CC.
8612
8613 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8614
8615 * MAINTAINERS: Add myself to write-after-approval list.
8616
8617 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8618
8619 * configure.in: Revert 24Jan change.
8620 * configure: Regenerate.
8621
8622 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8623
8624 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8625 entry of HJ Lu.
8626
8627 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8628
8629 * configure.in: Revert previous change.
8630 * configure: Regenerate.
8631
8632 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8633
8634 * configure.in: Make rda native-only.
8635 * configure: Regenerate.
8636
8637 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8638
8639 * MAINTAINERS: Move myself from GNATS-only-accounts to
8640 write-after-approval.
8641
8642 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8643
8644 * configure.in: Add missing \.
8645 * configure: Rebuilt.
8646
8647 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8648
8649 * configure.in (baseargs): Avoid using \| in sed regular
8650 expressions.
8651 * configure: Rebuilt.
8652
8653 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8654
8655 * configure.in (baseargs): Remove all supported forms of
8656 --cache-file, --srcdir, --host, --build and --target options
8657 from argument lists.
8658 * configure: Rebuilt.
8659
8660 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8661
8662 * MAINTAINERS: Add myself to write-after-approval list.
8663
8664 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8665
8666 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8667 * configure: Rebuilt.
8668
8669 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8670
8671 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8672 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8673 * Makefile.in: Regenerate.
8674 * configure: Regenerate.
8675
8676 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8677
8678 * configure.in: Remove Makefile in build, host and target modules
8679 unless configure was run with --no-recursion.
8680 * configure: Rebuilt.
8681
8682 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8683
8684 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8685 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8686 * Makefile.in: Regenerate.
8687
8688 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8689
8690 * config.guess: Update to 2003-01-03 version.
8691 * config.sub: Update to 2003-01-03 version.
8692
8693 2003-01-07 Christopher Faylor <cgf@redhat.com>
8694
8695 * configure: Regenerate with proper autoconf 2.13.
8696
8697 2003-01-07 Christopher Faylor <cgf@redhat.com>
8698
8699 * configure.in: Add AC_PREREQ for consistency.
8700 * configure: Regenerate.
8701
8702 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8703
8704 * configure.in (GDB_TK): Add tcl directories conditional on
8705 gdb/gdbtk directory being present.
8706 * configure: Regenerate.
8707
8708 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8709
8710 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8711 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8712 * configure: Rebuilt.
8713
8714 2002-12-31 Tom Tromey <tromey@redhat.com>
8715
8716 * Makefile.in: Rebuilt.
8717 * Makefile.def (target_modules) [libffi]: Allow installation.
8718
8719 2002-12-31 Andreas Schwab <schwab@suse.de>
8720
8721 * configure.in: Fix use of $program_transform_name.
8722 * configure: Regenerated.
8723
8724 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8725
8726 * configure.in (baseargs): Don't remove first configure argument.
8727 * configure: Regenerated.
8728
8729 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8730
8731 * Makefile.tpl (local-distclean): Don't remove...
8732 (multilib.ts): ... this. Moved into...
8733 (multilib.out): ... this. Don't use sub-make.
8734 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8735 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8736 (configure-build-[+module+], configure-[+module+],
8737 configure-target-[+module+], configure-gcc): ... these. Test
8738 for Makefile existence. Drop config.status from dependencies.
8739 * Makefile.in: Rebuilt.
8740 * configure.in: Move gcc-version-trigger to the end of
8741 ac_configure_args. Add comments to maybedep.tmp and
8742 serdep.tmp. Introduce --disable-serial-configure. Remove
8743 nonopt from baseargs, matching and removing corresponding
8744 whitespace while at it.
8745 * configure: Rebuilt.
8746
8747 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8748
8749 * configure.in (host_configargs): Replace reference to
8750 no-longer-defined buildopts with --build=${build_alias}.
8751 * configure: Rebuilt.
8752
8753 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8754 program_transform_name to standard idiom.
8755 (AUTOGEN, AUTOCONF): Define.
8756 (Makefile.in): Use $(AUTOGEN).
8757 (Makefile): Depend on config.status, and use autoconf-style rule to
8758 build it. Move original commands to...
8759 (config.status): ... this new target.
8760 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8761 $(AUTOCONF).
8762 * Makefile.in: Rebuilt.
8763
8764 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8765
8766 * Makefile.tpl: Fix dramatic bustage due to change in
8767 program_transform_name.
8768 * Makefile.in: Regenerate.
8769
8770 * configure.in: Remove unnecessary PATH setting.
8771 * configure: Regnerate.
8772
8773 * configure.in: Don't default to unprefixed tools unless
8774 the native tools will work.
8775 * configure: Regenerate.
8776
8777 * configure.in: Convert to autoconf script. Blow away lots
8778 of now-redundant Makefile fragments.
8779 * configure: Generate using Autoconf.
8780 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8781 * Makefile.in: Regenerate.
8782
8783 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8784
8785 * configure: Fix stupid bug where RANLIB was mistakenly included.
8786
8787 * configure.in: Rename (buildargs, hostargs, targargs) to
8788 (build_configargs, host_configargs, target_configargs).
8789
8790 * configure.in: Move logic out of sed statement.
8791
8792 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8793 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8794
8795 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8796
8797 * config.sub: Import from master repository
8798 * config.guess: Ditto
8799
8800 2002-12-24 Andreas Schwab <schwab@suse.de>
8801
8802 * Makefile.tpl (multilib.out): Fix missing space.
8803 * Makefile.in: Regenerate.
8804
8805 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8806
8807 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8808 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8809 * Makefile.in: Regenerate.
8810 * configure.in: Remove unnecessary leftovers.
8811
8812 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8813
8814 * configure.in (extra_ranlibflags_for_target): New variable.
8815 (*-*-darwin): Add -c to ranlib commands.
8816 * configure (tooldir): Handle extra_ranlibflags_for_target.
8817
8818 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8819
8820 * Makefile.tpl: Revert HJL's change.
8821 * Makefile.in: Regenerated.
8822 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8823 always.
8824
8825 2002-12-19 Andreas Schwab <schwab@suse.de>
8826
8827 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8828 * Makefile.in: Regenerate.
8829
8830 2002-12-18 H.J. Lu <hjl@gnu.org>
8831
8832 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8833 * Makefile.in: Regenerated.
8834
8835 * configure.in (build_prefix): New. Substitute.
8836
8837 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8838
8839 * Makefile.tpl: Don't let real targets depend on phony targets.
8840 * Makefile.in: Regenerate.
8841
8842 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8843 * Makefile.in: Regenerate.
8844
8845 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8846
8847 * config.sub: Import from master repository
8848 * config.guess: Ditto
8849
8850 2002-12-16 Jason Merrill <jason@redhat.com>
8851
8852 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8853 previous 'make bootstrap'.
8854 * Makefile.in: Regenerate.
8855
8856 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8857
8858 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8859
8860 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8861
8862 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8863 * Makefile.in: Regenerate.
8864
8865 2002-12-13 Jason Merrill <jason@redhat.com>
8866
8867 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8868 library tests.
8869 (check-c++): Just depend on it and check-target-libstdc++-v3.
8870 * Makefile.in: Regenerate.
8871
8872 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8873
8874 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8875 * Makefile.in: Rebuilt.
8876
8877 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8878
8879 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8880
8881 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8882
8883 * configure: Fix bug put in by gremlins.
8884
8885 * Makefile.tpl: Substitute more autoconfily.
8886 * configure: Substitute more autoconfily.
8887 * Makefile.in: Regenerate.
8888
8889 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8890
8891 * config.sub: Import from master repository
8892 * config.guess: Ditto
8893 * MAINTAINERS: Added Svein Seldal under write after approval
8894
8895 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8896
8897 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8898 * Makefile.in (all-sim): Ditto.
8899
8900 2002-12-06 DJ Delorie <dj@redhat.com>
8901
8902 * Makefile.tpl: Change configure dependencies to not have real
8903 targets depend on phony targets.
8904
8905 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8906
8907 * configure.in: Revert unintentional change.
8908
8909 * Makefile.tpl: Change dependency for */multilib.out so that
8910 it works when gcc isn't in the tree.
8911
8912 * configure.in: Substitute more.
8913 * configure: Run subconfigures from the Makefile.
8914 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8915 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8916
8917 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8918
8919 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8920
8921 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8922
8923 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8924 and corresponding dependencies.
8925 * Makefile.in: Regenerate.
8926
8927 * configure.in (host_tools): Order binutils, gas and ld for
8928 convenience in running the testsuites.
8929
8930 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8931 * Makefile.in: Regenerate.
8932 * configure.in: Introduce rules to serialize subconfigure runs.
8933
8934 * configure.in: Introduce BASE_CC_FOR_TARGET.
8935 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8936 Realize configure-build-* targets. Realize configure-target-* targets.
8937 * Makefile.in: Regenerate.
8938
8939 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8940
8941 * configure: Move gcc_version_trigger stuff from here...
8942 * configure.in: ...to here.
8943
8944 * configure.in: Separate subconfigure options added by this file from
8945 options given by the user. Add machinery to put args for host
8946 subconfigures into the Makefile.
8947
8948 * Makefile.tpl: Remove 'vault' targets.
8949 * Makefile.tpl: Reorder and comment dependencies.
8950 * Makefile.in: Regenerate.
8951
8952 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8953 * configure.in: Fix my broken commit of previous patch. (sigh)
8954
8955 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8956
8957 * configure.in: Move host-specific darwin noconfigdirs into
8958 the host-specific section.
8959
8960 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8961
8962 * configure.in: Move host-specific darwin noconfigdirs into
8963 the host-specific section.
8964
8965 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8966
8967 * configure: Remove skip-this-dir support.
8968 * Makefile.tpl: Remove skip-this-dir support.
8969
8970 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8971 subdirectories.
8972 * Makefile.in: Regenerate.
8973
8974 * Makefile.tpl: Strip out useless setting of 'dir'.
8975 * Makefile.in: Regenerate.
8976
8977 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8978
8979 * configure.in: Fix deeply stupid bug.
8980
8981 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8982 shell code in CXX_FOR_TARGET
8983 * Makefile.def: Introduce raw_cxx.
8984 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8985 RAW_CXX_FOR_TARGET.
8986 * Makefile.in: Regenerate.
8987
8988 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8989
8990 * Makefile.tpl: Remove unnecessary ifs.
8991 * Makefile.in: Regenerate.
8992
8993 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8994 dependencies. Maybe-ize build-libiberty. Create dummy install
8995 targets for 'no_install' modules.
8996 * configure: Move GDB_TK substitution to configure.in. Move
8997 build_modules stuff to configure.in.
8998 * configure.in: Implement soft dependency machinery. Maybe-ize
8999 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9000 * Makefile.in: Regenerate.
9001
9002 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9003
9004 * Makefile.tpl: Make all-target, install-target behave similarly
9005 to all, install (only hitting configured targets). Eliminate
9006 unused macro defintions.
9007
9008 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9009 build != host.
9010
9011 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9012
9013 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9014
9015 * configure.in: Produce lists of subdir targets we're actually
9016 configuring. Remove references to "dosrel".
9017 * Makefile.tpl: Let configure set which subdir targets are hit.
9018 Remove install-cross; clean up install; remove ALL. Remove
9019 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9020 Autogenerate host module targets. Remove empty dependency lines
9021 and redundant dependency; rearrange slightly.
9022 * Makefile.def: Add host-side libtermcap, utils.
9023
9024 * Makefile.in: Regenerate.
9025
9026 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9027
9028 * ltconfig (osf[345]): Append $major to soname_spec.
9029 Reflect this in library_names_spec.
9030 * ltmain.sh (osf): Prefix $major with . for use as extension.
9031
9032 2002-11-19 Andreas Jaeger <aj@suse.de>
9033
9034 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9035 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9036 and sparc64 GNU/Linux systems.
9037
9038 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9039
9040 * MAINTAINERS: Update email.
9041
9042 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9043
9044 * MAINTAINERS: Complete James Dennett's entry.
9045
9046 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9047
9048 * MAINTAINERS (Write After Approval): Add myself.
9049
9050 2002-11-13 Bruce Korb <bkorb@gnu.org>
9051
9052 * Makefile.tpl: syntactic cleanup
9053
9054 2002-11-13 Stuart Hastings <stuart@apple.com>
9055
9056 * MAINTAINERS: Add myself to write-after-approval list.
9057
9058 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9059
9060 * Makefile.def: Add list of recursive targets to autogenerate.
9061 Add build_modules.
9062 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9063 targets. Autogenerate *-build-* targets.
9064 * Makefile.in: Regenerate.
9065
9066 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9067
9068 * configure: More autoconf-style substitutions.
9069 * Makefile.tpl: More autoconf-style substitutions.
9070 * Makefile.in: Regenerate.
9071
9072 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9073
9074 * configure: Substitute more variables in a more autoconf-friendly
9075 way. Simplify slightly.
9076 * Makefile.tpl: Make more variables substitutable in an
9077 autoconf-friendly way.
9078 * Makefile.in: Regenerate.
9079
9080 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9081
9082 * MAINTAINERS (Write After Approval): Add myself.
9083
9084 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9085
9086 * configure.in (v810*): Remove special setting of tools.
9087
9088 * configure: Add support for extra required flags for ar or nm.
9089 * configure.in (aix4.3+): Use above support for target-specific
9090 issues, rather than using config/mt-aix43.
9091
9092 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9093
9094 * configure: Remove 'removing', which doesn't work. Replace $subdir
9095 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9096 with $srcdir. Reformat indentation. Substitute some variables
9097 formerly hard-coded in the Makefile for build=host.
9098 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9099 * Makefile.def: Autogenerate more.
9100 * Makefile.in: Regenerate.
9101
9102 2002-11-04 Adam Nemet <anemet@lnxw.com>
9103
9104 * MAINTAINERS (Write After Approval): Add myself.
9105
9106 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9107
9108 * Makefile.def (host_modules): Add rda.
9109 * Makefile.in: Regenerate.
9110 * configure.in (target_tool): Add target-rda to list.
9111
9112 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9113
9114 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9115
9116 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9117
9118 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9119 and restrap targets to this rule.
9120 * Makefile.in: Regenerate.
9121
9122 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9123
9124 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9125 GNATS only accounts.
9126
9127 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9128
9129 * configure.in (i[3456]86-*-linux*): Add check to disable
9130 ${libgcj} for glibc1.
9131
9132 2002-10-24 Denis Chertykov <denisc@overta.ru>
9133
9134 * MAINTAINERS: Add myself as ip2k port maintainer.
9135
9136 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9137
9138 * configure.in: Add tic4x target.
9139
9140 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9141
9142 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9143 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9144 * Makefile.in: Regenerate.
9145
9146 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9147 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9148 * Makefile.in: Regenerate.
9149
9150 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9151
9152 * MAINTAINERS: Add myself as web pages co-maintainer.
9153
9154 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9155
9156 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9157 * Makefile.in: Regenerate.
9158
9159 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9160
9161 * MAINTAINERS: Add myself and Nathan Sidwell
9162 <nathan@codesourcery.com> as VxWorks maintainers.
9163
9164 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9165
9166 * Makefile.def: Remove order dependency comments.
9167 * Makefile.tpl: Add explicit install-install dependencies.
9168 * Makefile.in: Regenerate.
9169
9170 * Makefile.tpl: Remove material now in src-release. (Finally!)
9171 * Makefile.in: Regenerate.
9172
9173 * Makefile.tpl: Add configure-target (for src-release in src)
9174 * Makefile.in: Regenerate.
9175
9176 2002-09-30 Nick Clifton <nickc@redhat.com>
9177
9178 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9179
9180 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9181
9182 * configure.in (s390*-*-linux*): Enable libgcj.
9183
9184 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9185
9186 * configure: Revert accidentally applied changes.
9187
9188 * Makefile.tpl: Make more autoconf-friendly.
9189 * Makefile.in: Regenerate.
9190 * configure: Make substitution more autoconf-like.
9191
9192 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9193
9194 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9195 single entry to handle all these.
9196 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9197 libjava on arm-*-elf.
9198
9199 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9200
9201 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9202 things that depend on them.
9203
9204 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9205
9206 * Makefile.tpl: Make subsituted variables more autoconfy.
9207 * Makefile.in: Regenerate.
9208 * configure: Make seds more autoconfy.
9209
9210 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9211
9212 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9213 * Makefile.in: Regenerate.
9214 * configure.in: Rewrite sed statements to look autoconfy.
9215
9216 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9217 all-target-foo on configure-target-foo.
9218 * Makefile.def: Ditto.
9219 * Makefile.in: Rebuild.
9220
9221 2002-09-25 Andrew Haley <aph@redhat.com>
9222
9223 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9224
9225 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9226
9227 * Makefile.def: New file.
9228 * Makefile.tpl: New file.
9229 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9230 * contrib/gcc_update: Note that Makefile.in is a generated file.
9231
9232 * configure.in: Minor rearrangement. Simplify tests.
9233
9234 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9235
9236 * configure.in (with_headers): Skip copy if value is "yes".
9237 (with_libs): Likewise.
9238
9239 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9240
9241 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9242 * configure.in (sh*-*-pe*): Ditto.
9243 * configure.in (mips*-*-pe*): Ditto.
9244 * configure.in (*arm-wince-pe): Ditto.
9245
9246 * configure.in: Rearrange.
9247
9248 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9249
9250 * MAINTAINERS: Update my email address.
9251
9252 2002-08-30 Paul Koning <pkoning@equallogic.com>
9253
9254 * MAINTAINERS: (Write After Approval): Add myself.
9255
9256 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
9257
9258 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9259
9260 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
9261
9262 * MAINTAINERS: Change my mailing address.
9263
9264 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
9265
9266 * MAINTAINERS (Write After Approval): Remove myself.
9267 (Various Maintainers: c++ runtime libs): Add myself.
9268
9269 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
9270
9271 * MAINTAINERS (Write After Approval): Remove myself.
9272 (Various Maintainers: c++ runtime libs): Add myself.
9273
9274 2002-08-15 Eric Christopher <echristo@redhat.com>
9275
9276 * config.sub: Import from master repository.
9277 * config.guess: Ditto.
9278
9279 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
9280
9281 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9282 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9283 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9284
9285 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
9286
9287 * MAINTAINERS: Add self to rs6000 vector extensions.
9288
9289 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
9290
9291 * libiberty/configure: Reverted unintended yesterday's check in.
9292
9293 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9294
9295 * boehm-gc/configure, libf2c/configure: Rebuilt.
9296 * libffi/configure, libiberty/configure: Ditto.
9297 * libjava/configure, libobjc/configure: Ditto.
9298 * libstdc++-v3/configure, zlib/configure: Ditto.
9299 Merged from binutils:
9300 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9301 From Steve Ellcey <sje@cup.hp.com>:
9302 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9303 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9304 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9305 IA64.
9306 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9307 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9308 soname_spec, sys_lib_search_path_spec): Ditto.
9309
9310 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9311
9312 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9313
9314 2002-08-04 H.J. Lu (hjl@gnu.org)
9315
9316 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9317
9318 2002-08-02 Krister Walfridsson <cato@df.lth.se>
9319
9320 * MAINTAINERS (Write After Approval): Add myself.
9321
9322 2002-07-31 Alan Modra <amodra@bigpond.net.au>
9323
9324 * configure.in: Move generic linux case to end. Copy generic
9325 linux noconfigdirs to mips*-*-linux* entry and new
9326 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9327
9328 2002-07-19 Michael Matz <matz@suse.de>
9329
9330 * MAINTAINERS: Add myself as ra* maintainer.
9331
9332 2002-07-16 Chris Demetriou <cgd@broadcom.com>
9333
9334 * config.guess: Update to 2002-07-09 version.
9335 * config.sub: Update to 2002-07-03 version.
9336
9337 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9338
9339 * MAINTAINERS: Fix typo in a maintainer email address.
9340
9341 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9342
9343 * configure.in: Remove two redundant tests.
9344
9345 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9346
9347 * configure.in (mips*-*-irix6*o32): Enable stabs.
9348
9349 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9350
9351 * configure.in: Don't build grez.
9352 * Makefile.in: Ditto.
9353
9354 * Makefile.in: Remove references to bsp, cygmon, libstub.
9355 * configure.in: Ditto.
9356
9357 * configure.in: Remove leftover reference to gdbtest.
9358
9359 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
9360
9361 * configure.in (gxx_include_dir): Change to match versioned
9362 C++ headers if --enable-version-specific-runtime-libs is used.
9363
9364 2002-07-04 Steve Ellcey <sje@cup.hp.com>
9365
9366 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9367
9368 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9369
9370 * configure.in: Make --without-x work.
9371
9372 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9373
9374 * configure.in: Rearrange target Makefile fragment collection.
9375
9376 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9377 cvs[src].
9378 * configure.in: Ditto.
9379
9380 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9381
9382 * MAINTAINERS (Write After Approval): Update my e-mail address.
9383
9384 2002-06-24 Ben Elliston <bje@redhat.com>
9385
9386 * configure.in (host_tools): Remove cgen.
9387
9388 * Makefile.in (all-cgen): Remove; runs from its source directory.
9389 (check-cgen, install-cgen, clean-cgen): Likewise.
9390 (all-opcodes): Do not depend on all-cgen.
9391 (all-sim): Likewise.
9392
9393 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
9394
9395 * Makefile.in: Eliminate 'apache' targets.
9396 * configure.in: Eliminate 'apache' targets.
9397
9398 * configure.in: Eliminate redundant tests. Reorganize.
9399
9400 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9401
9402 * config-ml.in: Eliminate references to Cygnus configure.
9403
9404 * Makefile.in: Eliminate references to building emacs.
9405
9406 2002-06-28 Graham Stott <graham.stott@btinternet.com>
9407
9408 * MAINTAINERS: Update my email address.
9409
9410 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9411
9412 * config.if (libstdcxx_incdir): Version C++ headers.
9413 (cxx_incdir): Remove.
9414
9415 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9416
9417 * MAINTAINERS (Write After Approval): Add self.
9418
9419 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9420
9421 * configure.in: Add support for ip2k.
9422
9423 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9424
9425 * configure.in: Fix AIX configury bug.
9426
9427 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9428
9429 * MAINTAINERS (Write After Approval): Add self.
9430
9431 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9432
9433 * configure.in: replace ${topsrcdir} with ${srcdir}
9434
9435 * configure.in: Move definition of libstdcxx_flags
9436 right above usage, rather than waaay earlier.
9437
9438 * configure.in: Pull definition of is_cross_compiler earlier.
9439
9440 * configure.in: Rearrange a little.
9441
9442 * configure.in: Remove references to librx.
9443 * Makefile.in: Remove references to librx.
9444
9445 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9446
9447 * config.sub: Add support for avr target.
9448 Import from master sources, rev 1.255
9449
9450 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9451
9452 * configure, .cvsignore: Revert previous change...
9453 * Makefile: ...delete.
9454
9455 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9456
9457 * configure.in: Eliminate ${gasdir} variable.
9458
9459 2002-06-18 Dave Brolley <brolley@redhat.com>
9460
9461 * configure.in: Add support for frv.
9462 * config.sub: Add support for frv.
9463
9464 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9465
9466 * configure: Remove garbage from previous commit.
9467
9468 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9469
9470 * configure: For in-source builds, make a subdir and re-exec there.
9471 * Makefile: New file. Pass targets through to build directory.
9472 * .cvsignore: No longer ignore "Makefile".
9473
9474 2002-06-16 Douglas Rupp <rupp@gnat.com>
9475
9476 * MAINTAINERS (Write After Approval): Add self.
9477
9478 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9479
9480 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9481
9482 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9483
9484 * configure.in (vax-*-netbsd*): Re-enable gas.
9485
9486 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9487
9488 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9489 BUILD_PREFIX_1, to correct nomenclature.
9490 * configure: Likewise.
9491
9492 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9493 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9494
9495 2002-05-31 Olaf Hering <olh@suse.de>
9496
9497 * config-ml.in: Propogate DESTDIR also.
9498
9499 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9500
9501 * configure.in (vax-*-netbsd*): Don't build gas for this
9502 platform.
9503
9504 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9505
9506 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9507 and libgcj for AVR.
9508
9509 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9510
9511 * MAINTAINERS (Write After Approval): Add myself.
9512
9513 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9514
9515 * config.guess: Update to 2002-05-22 version.
9516 * config.sub: Likewise.
9517
9518 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9519
9520 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9521 * config-ml.in: Likewise.
9522 * configure: Likewise.
9523 * configure.in: Likewise.
9524
9525 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9526
9527 * MAINTAINERS: Update my email address.
9528
9529 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9530
9531 * configure.in: Simplify makefile fragment collection.
9532
9533 * configure.in: Remove code to build emacs.
9534
9535 * configure.in : Remove --srcdir argument from targargs and buildargs
9536 (it's always overridden in the Makefile anyway). Rearrange a bit.
9537
9538 * configure: Move some logic to configure.in.
9539 * configure.in: Move some logic from configure.
9540
9541 2002-05-11 Tom Tromey <tromey@redhat.com>
9542
9543 * MAINTAINERS: Reflect libgcj reality.
9544
9545 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9546
9547 * Makefile.in: Honour DESTDIR.
9548
9549 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9550
9551 * config.guess: Import 2002-03-20 version.
9552 * config.sub: Import 2002-04-26 version.
9553
9554 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9555
9556 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9557
9558 2002-05-07 Tim Josling <tej@melbpc.org.au>
9559
9560 * MAINTAINERS: Add self.
9561
9562 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
9563
9564 * ltmain.sh: Detect and handle object name conflicts
9565 while piecewise linking a static library.
9566
9567 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9568
9569 * configure.in (noconfigdirs): Don't disable libgcj on
9570 sparc64-*-solaris* and sparcv9-*-solaris*.
9571
9572 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
9573
9574 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9575
9576 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9577
9578 * configure.in (FLAGS_FOR_TARGET): Do not add
9579 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9580 on i[3456]86-*-linux*.
9581
9582 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9583
9584 * configure.in (noconfigdirs): Replace [ ] with test.
9585
9586 * configure.in (noconfigdirs): Do not add target-newlib if
9587 target == i[3456]86-*-linux*, and host == target.
9588
9589 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9590
9591 * configure.in: delete reference to absent file
9592
9593 * configure.in: replace '[' with 'test'
9594
9595 * configure.in: Eliminate references to gash.
9596 * Makefile.in: Eliminate references to gash.
9597
9598 * configure.in: remove useless references to 'pic' makefile fragments.
9599
9600 * configure.in: (*-*-windows*) Finish removing.
9601
9602 * configure.in: Eliminate redundant test for libgui.
9603
9604 2002-04-29 Roger Sayle <roger@eyesopen.com>
9605
9606 * MAINTAINERS: Add self and realphabetize. Update entries
9607 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9608 entry for a29k port maintainer.
9609
9610 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9611
9612 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9613 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9614
9615 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9616
9617 * configure.in: remove references to dead files
9618
9619 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9620
9621 * MAINTAINERS: Add information about purpose of this file.
9622
9623 2002-04-18 Tom Tromey <tromey@redhat.com>
9624
9625 * configure.in: Disallow configuring libgcj when it is already
9626 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9627 Solaris 2.8 by default. For PR libgcj/6158.
9628
9629 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9630
9631 * configure.in: Move default CC setting out of config/mh-* fragments
9632 directly into here.
9633
9634 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9635
9636 * configure.in: don't even try to configure or make a subdirectory
9637 if there's no configure script for it.
9638
9639 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9640
9641 * MAINTAINERS: Remove chill maintainers.
9642 * Makefile.in (CHILLFLAGS): Remove.
9643 (CHILL_LIB): Remove.
9644 (TARGET_CONFIGDIRS): Remove libchill.
9645 (CHILL_FOR_TARGET): Remove.
9646 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9647 CHILL_LIB.
9648 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9649 (CHECK_TARGET_MODULES): Likewise.
9650 (INSTALL_TARGET_MODULES): Likewise.
9651 (CLEAN_TARGET_MODULES): Likewise.
9652 (configure-target-libchill): Remove.
9653 (all-target-libchill): Remove.
9654 * configure.in (target_libs): Remove target-libchill.
9655 Do not compute CHILL_FOR_TARGET.
9656 * libchill: Remove directory.
9657
9658 2002-04-11 DJ Delorie <dj@redhat.com>
9659
9660 * Makefile.in, configure.in: Sync with binutils, entries
9661 follow...
9662
9663 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9664
9665 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9666 (do-tar, do-bz2): New rules.
9667 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9668 (gdb-tar): New rule.
9669 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9670 (insight_dejagnu.tar): New rule.
9671 (insight.tar): New rule.
9672 (gdb+dejagnu.tar): New rule.
9673 (gdb.tar): New rule.
9674
9675 2002-02-01 Mo DeJong <supermo@bayarea.net>
9676
9677 * Makefile.in: Add all-tix to deps for all-snavigator
9678 so that tix is built when building snavigator.
9679
9680 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9681
9682 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9683 ld and gdb are not supported.
9684
9685 2002-01-07 Mark Salter <msalter@redhat.com>
9686
9687 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9688 Allow target-libgloss to be built for arm, strongarm, and xscale.
9689
9690 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9691
9692 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9693 options for i[3456]86-pc-linux* native builds.
9694
9695 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9696
9697 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9698 files from .po files for a distribution.
9699
9700 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9701
9702 * configure.in: Enable libstdc++-v3 for h8300 targets.
9703
9704 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9705
9706 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9707 version from bfd/.
9708
9709 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9710
9711 * Makefile.in (VER): When present, extract the version number from
9712 the file version.in.
9713
9714 2001-05-24 Tom Rix <trix@redhat.com>
9715
9716 * configure.in : enable ld for aix
9717
9718 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9719
9720 * config.guess: Add linux target for S/390.
9721
9722 2000-11-07 Philip Blundell <pb@futuretv.com>
9723
9724 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9725
9726 2000-11-03 Philip Blundell <pb@futuretv.com>
9727
9728 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9729 files.
9730
9731 2001-01-15 Ben Elliston <bje@redhat.com>
9732
9733 * configure.in (host_tools): Add sid.
9734 Always configure cgen.
9735
9736 2000-11-24 Nick Clifton <nickc@redhat.com>
9737
9738 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9739
9740
9741 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9742
9743 * Makefile.in (ALL_MODULES): Add all-cgen.
9744 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9745 (all-cgen): New target.
9746 (all-opcodes,all-sim): Depend on all-cgen.
9747 * configure.in (host_tools): Add cgen.
9748 Only configure cgen if --enable-cgen-maint.
9749
9750 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9751
9752 * configure.in: Add *-*-freebsd* configurations.
9753
9754 2002-04-08 Tom Tromey <tromey@redhat.com>
9755
9756 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9757 Fixes PR libgcj/6068.
9758
9759 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9760
9761 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9762
9763 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9764
9765 * configure.in (alpha*-dec-osf*): Enable libgcj.
9766
9767 2003-03-27 Matthew Gingell <gingell@gnat.com>
9768
9769 * MAINTAINERS (Write After Approval): Add myself.
9770
9771 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9772
9773 Fix for: PR bootstrap/3591, target/5676
9774 * configure.in (mcore-pe): Disable the configuration of
9775 libstdc++-v3 since exceptions are not supported.
9776
9777 2002-03-20 Anthony Green <green@redhat.com>
9778
9779 * configure.in: Enable libgcj for xscale-elf target.
9780
9781 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9782
9783 * MAINTAINERS: Update my email address.
9784
9785 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9786
9787 * ltmain.sh (relink_command): Fix typo in previous change.
9788
9789 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9790
9791 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9792 (relink_command): Added --tag flags.
9793 (mode=install): If relinking fails; error out.
9794
9795 2002-03-12 Richard Henderson <rth@redhat.com>
9796
9797 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9798 .NOTPARALLEL tag.
9799 (do-check): Rename from check.
9800 (check): Allow parallel check.
9801
9802 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9803
9804 * MAINTAINERS: Add myself as maintainer for xtensa port.
9805 Fix alphabetical order in CPU port maintainer list.
9806 Remove myself from Write After Approval list.
9807
9808 2002-03-11 Richard Henderson <rth@redhat.com>
9809
9810 * Makefile.in (.NOTPARALLEL): Add fake tag.
9811
9812 2002-03-07 H.J. Lu (hjl@gnu.org)
9813
9814 * configure.in: Enable gprof for mips*-*-linux*.
9815
9816 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9817
9818 * MAINTAINERS (Write After Approval): Add myself.
9819
9820 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9821
9822 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9823 libjava.
9824 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9825
9826 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9827
9828 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9829 because its Makefile is there; test for the executable instead.
9830
9831 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9832
9833 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9834 libstdc++-v3 and libjava.
9835
9836 2002-02-11 Adam Megacz <adam@xwt.org>
9837
9838 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9839 boehm-gc
9840
9841 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9842
9843 * config.guess: Updated to 2002-01-30's version.
9844 * config.sub: Updated to 2002-02-01's version.
9845 Contribute sh64-elf.
9846 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9847 * configure.in: Added sh64-*-*.
9848
9849 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9850
9851 * MAINTAINERS: Belatedly add myself to write after approval list.
9852
9853 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9854
9855 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9856 Remove self as Write After Approval.
9857
9858 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9859
9860 * MAINTAINERS: Put self in as maintainer for contrib/regression
9861 directory.
9862
9863 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9864
9865 * MAINTAINERS: Update my email address.
9866
9867 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9868
9869 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9870 target-libiberty, and target-libgloss. Skip Java-related
9871 libraries if not supported for NetBSD on target CPU.
9872
9873 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9874
9875 * install-sh: Use _inst.$$_ for temp file name.
9876
9877 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9878
9879 * MAINTAINERS (Write After Approval): Move my contact info
9880 from here...
9881 (OS Port Maintainers): ...to here (netbsd).
9882
9883 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9884
9885 * MAINTAINERS (Write After Approval): Add myself.
9886
9887 2002-01-17 H.J. Lu <hjl@gnu.org>
9888
9889 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9890 (all-target-fastjar): Also depend on all-target-libiberty.
9891
9892 2002-01-16 H.J. Lu (hjl@gnu.org)
9893
9894 * config.guess: Import from master sources, rev 1.225.
9895 * config.sub: Import from master sources, rev 1.238.
9896
9897 2002-01-16 Kazu Hirata <kazu@hxi.com>
9898
9899 * MAINTAINERS (Write After Approval): Remove myself.
9900
9901 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9902
9903 * MAINTAINERS (Write After Approval): Add myself.
9904
9905 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9906
9907 * MAINTAINERS: Add self as docs co-maintainer.
9908
9909 2001-12-11 Matthias Klose <doko@debian.org>
9910
9911 * MAINTAINERS (Write After Approval): Add myself.
9912
9913 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9914
9915 * MAINTAINERS: Update my email address.
9916
9917 2001-12-07 Turly O'Connor <turly@apple.com>
9918 * MAINTAINERS (Write After Approval): Add myself.
9919 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9920 (rs6000_initialize_trampoline): Call __trampoline_setup for
9921 ABI_DARWIN too.
9922 * darwin-tramp.asm: New file, implements __trampoline_setup.
9923 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9924
9925 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9926
9927 * MAINTAINERS (Write After Approval): Add myself.
9928
9929 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9930
9931 * configure, configure.in: Use temp file for long sed commands.
9932
9933 2001-12-03 Laurent Guerby <guerby@acm.org>
9934
9935 * config.sub: Update to version 1.232 on subversion.
9936
9937 2001-12-03 Ben Elliston <bje@redhat.com>
9938
9939 * MAINTAINERS: Update mail address for config.* patches.
9940
9941 2001-11-27 DJ Delorie <dj@redhat.com>
9942 Zack Weinberg <zack@codesourcery.com>
9943
9944 When build != host, create libiberty for the build machine.
9945
9946 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9947 CONFIG_ARGUMENTS.
9948 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9949 New variables.
9950 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9951 and rules.
9952 (all.normal): Depend on ALL_BUILD_MODULES.
9953 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9954 (all-build-libiberty): Depend on configure-build-libiberty.
9955
9956 * configure: Calculate and substitute proper value for
9957 ALL_BUILD_MODULES.
9958 * configure.in: Create the build subdirectory.
9959 Calculate and substitute TARGET_CONFIGARGS (formerly
9960 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9961
9962 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9963
9964 * MAINTAINERS (write-after-approval): Add self.
9965
9966 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9967
9968 * MAINTAINERS (GNATS only accounts): Remove self.
9969
9970 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9971
9972 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9973 libf2c.
9974
9975 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9976
9977 * MAINTAINERS (Write After Approval): Add self.
9978
9979 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9980
9981 * MAINTAINERS: mips and s390 are also CPU ports.
9982
9983 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9984
9985 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9986
9987 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9988
9989 * MAINTAINERS: Alphabetize.
9990
9991 2001-11-09 Kazu Hirata <kazu@hxi.com>
9992
9993 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9994
9995 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9996
9997 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9998
9999 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10000
10001 * configure.in (--enable-languages): Be more permissive about
10002 syntax. Check for empty lists better. Warn about $LANGUAGES.
10003
10004 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10005
10006 * config.sub: Import from master sources, rev. 1.230.
10007 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10008
10009 2001-11-07 Laurent Guerby <guerby@acm.org>
10010
10011 * MAINTAINERS (Write After Approval): Add self.
10012
10013 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10014
10015 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10016
10017 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10018
10019 * config.sub: Import from master sources, rev 1.226.
10020 * config.guess: Import from master sources, rev 1.216.
10021
10022 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10023
10024 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10025 * MAINTAINERS: Add self as maintainer of MMIX port.
10026 Remove old after-approval entry.
10027
10028 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10029
10030 * ChangeLog, configure: Fix spelling errors.
10031
10032 2001-10-20 Brendan Kehoe <brendan@zen.org>
10033
10034 * MAINTAINERS: Tweak my address.
10035
10036 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10037
10038 * MAINTAINERS: Update my email address.
10039
10040 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10041
10042 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10043 * MAINTAINERS: Add self as maintainer of CRIS port.
10044
10045 2001-10-10 Geert Bosch <bosch@gnat.com>
10046
10047 * MAINTAINERS (Various maintainers: Ada front end):
10048 Added Robert Dewar.
10049
10050 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10051
10052 * MAINTAINERS (Write After Approval): Added self
10053
10054 2001-10-02 Geert Bosch <bosch@gnat.com>
10055
10056 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10057
10058 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10059
10060 * configure: Handle temporary files securely using mkdir.
10061
10062 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10063
10064 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10065
10066 2001-09-26 Will Cohen <wcohen@redhat.com>
10067
10068 * configure.in (*-*-linux*): Disable configuration of target-newlib
10069 and target-libgloss.
10070
10071 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10072
10073 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10074 RANLIB.
10075
10076 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10077
10078 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10079 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10080 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10081 avoid quotes nesting problems.
10082 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10083 (DO_X): Export only variables that are set.
10084
10085 2001-09-19 Ben Elliston <bje@redhat.com>
10086
10087 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10088 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10089 semantics. Use the shell built-in "type" command instead.
10090
10091 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10092
10093 Merged from gcc-3_0-branch:
10094 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10095 * ltcf-c.sh: Use $objext, not $ac_objext.
10096 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10097 * ltcf-cxx.sh: Add support for GNU.
10098 2001-07-22 Timothy Wall <twall@redhat.com>
10099 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10100 default settings if using GNU tools with that configuration.
10101 * ltcf-cxx.sh: Ditto.
10102 * ltcf-gcj.sh: Ditto.
10103 2001-07-21 Michael Chastain <chastain@redhat.com>
10104 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10105 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10106 * ltmain.sh: Mark as gcc-local.
10107
10108 2001-08-30 Eric Christopher <echristo@redhat.com>
10109 Jason Eckhardt <jle@redhat.com>
10110
10111 * config.guess: Merge from master sources.
10112 * config.sub: Merge from master sources, add support for mipsisa32.
10113
10114 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10115 * config.sub: Merge from master sources, rev 1.219.
10116 * MAINTAINERS: Add self as contact for stormy16 port.
10117
10118 2001-08-14 Zack Weinberg <zackw@panix.com>
10119
10120 * config.sub: Merge from master sources, rev 1.218.
10121 * config.guess: Merge from master sources, rev 1.209.
10122
10123 2001-08-11 Graham Stott <grahams@redhat.com>
10124
10125 * Makefile.in (check-c++): Add missing semicolon.
10126
10127 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10128
10129 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10130
10131 2001-07-30 Eric Christopher <echristo@redhat.com>
10132
10133 * MAINTAINERS (Various maintainers: mips port): Added myself.
10134
10135 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10136
10137 * configure.in (sh-*-linux*): New.
10138
10139 2001-07-27 Richard Henderson <rth@redhat.com>
10140
10141 * .cvsignore: Add LAST_UPDATED.
10142
10143 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10144
10145 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10146
10147 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10148
10149 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10150
10151 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10152
10153 * MAINTAINERS (Write After Approval): Added myself.
10154
10155 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10156
10157 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10158 and libgcj on m68hc11/m68hc12.
10159
10160 2001-06-27 H.J. Lu (hjl@gnu.org)
10161
10162 * Makefile (CFLAGS_FOR_BUILD): New.
10163 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10164
10165 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10166
10167 * README: Remove version number.
10168
10169 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10170
10171 * INSTALL/README: Update wrt. to the installation instructions now
10172 residing in gcc/doc/install.texi.
10173
10174 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10175
10176 * README: Replace with a cut-down and updated version of gcc/README.
10177
10178 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10179
10180 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10181 multilibs to be disabled.
10182
10183 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10184
10185 * MAINTAINERS (Write After Approval): Add myself.
10186
10187 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10188
10189 * config.guess: Import CVS version 1.195.
10190 * config.sub: Import CVS version 1.212.
10191
10192 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10193
10194 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10195 gcc/xgcc is built, use -print-prog-name to find out the program
10196 name to use.
10197
10198 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10199
10200 * config.guess: Import CVS version 1.194. All gcc-local changes
10201 appear to also be in the master copy.
10202 * config.sub: Import CVS version 1.211.
10203
10204 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10205
10206 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10207 with_gcc]: Use `gcc -shared' to build a shared library.
10208
10209 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10210
10211 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10212 archives.
10213
10214 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10215
10216 * MAINTAINERS (Write After Approval): Add myself.
10217
10218 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10219
10220 * configure.in (libstdcxx_flags): Do not try to execute
10221 libstdc++-v3/testsuite_flags until it exists.
10222
10223 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10224
10225 * MAINTAINERS: Update my email address.
10226
10227 2001-05-31 Graham Stott <grahams@redhat.com>
10228
10229 * MAINTAINERS (Write After Approval): Add myself.
10230
10231 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10232
10233 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10234 libraries when using g++ with native linker.
10235
10236 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10237
10238 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10239
10240 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10241
10242 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10243 [aix4*|aix5*]: Prepend blank.
10244
10245 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
10246
10247 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10248 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10249 of subdir/configure scripts to use the new libtool.m4.
10250
10251 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10252
10253 * MAINTAINERS (Write After Approval): Add myself.
10254
10255 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10256
10257 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10258
10259 2001-05-11 Ben Elliston <bje@redhat.com>
10260
10261 * Makefile.in (all-sid): New target.
10262 (check-sid, clean-sid, install-sid): Likewise.
10263
10264 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10265
10266 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10267
10268 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10269
10270 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10271 libgcj.
10272
10273 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10274
10275 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10276 gcc/xgcc is built, use -print-prog-name to find out the program
10277 name to use.
10278
10279 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
10280
10281 * configure.in (noconfigdirs): Don't reset it from scratch in the
10282 target case; only append to it.
10283
10284 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10285 sparc-*-solaris2.8]: Disable ${libgcj}.
10286
10287 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
10288
10289 * configure.in (libgcj_saved): Copy from $libgcj.
10290 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10291 --disable-libgcj.
10292
10293 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10294
10295 * MAINTAINERS: Remove self as MIPS maintainer and
10296 C front end maintainer.
10297
10298 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10299
10300 * configure.in: Move *-chorusos target case to the proper switch.
10301 Disable libgcj.
10302
10303 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10304
10305 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10306 1.641.2.228.
10307
10308 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10309
10310 * Makefile.in (STAGE1_CFLAGS): Pass down.
10311
10312 2001-04-13 Alan Modra <amodra@one.net.au>
10313
10314 * config.guess: Add hppa64-linux support. Note for next import that
10315 this is already in the master file.
10316 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10317
10318 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10319
10320 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10321 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10322
10323 2001-04-11 Stan Shebs <shebs@apple.com>
10324
10325 * MAINTAINERS: Add self as Darwin port maintainer.
10326
10327 2001-04-11 Alan Modra <amodra@one.net.au>
10328
10329 * MAINTAINERS: Update my email address.
10330
10331 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
10332
10333 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10334 recent versions of FreeBSD (release 3 or later).
10335 * ltconfig: On FreeBSD, -lc must not be provided when building
10336 a shared library or else the standard -pthread gcc option is
10337 rendered worthless to later users of the built library.
10338
10339 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10340
10341 * MAINTAINERS: Add self and RTH as C front end maintainers.
10342
10343 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
10344
10345 * config.sub: Make sure to match an already-canonicalized
10346 machine name (eg. mn10300-unknown-elf).
10347
10348 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
10349
10350 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10351 New macros.
10352 (bootstrap, cross): Use RECURSE_FLAGS.
10353 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10354
10355 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
10356
10357 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10358
10359 2001-03-22 Colin Howell <chowell@redhat.com>
10360
10361 * Makefile.in (DO_X): Do not backslash single-quotes in
10362 backquotes (two places).
10363
10364 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10365
10366 Re-installed:
10367 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10368 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10369 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10370 * ltcf-cxx.sh: Likewise.
10371 * ltcf-gcj.sh: Likewise.
10372
10373 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10374
10375 * MAINTAINERS: Add myself as "documentation co-maintainer".
10376
10377 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10378
10379 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10380 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10381
10382 2001-03-19 Tom Tromey <tromey@redhat.com>
10383
10384 * config-ml.in: Handle GCJ and GCJFLAGS.
10385
10386 2001-03-21 Michael Chastain <chastain@redhat.com>
10387
10388 * Makefile.in: all-m4 depends on all-texinfo.
10389
10390 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
10391
10392 * MAINTAINERS: Add myself to write after approval list.
10393
10394 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
10395
10396 * Makefile.in (DO_X): Quote nested quotes.
10397
10398 2001-03-18 Alan Modra <alan@linuxcare.com.au>
10399
10400 * MAINTAINERS: Add myself to write after approval list.
10401
10402 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
10403
10404 * Makefile.in (DO_X): Use double quotes for quoting
10405 "RANLIB=$${RANLIB}".
10406
10407 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10408
10409 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10410
10411 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
10412
10413 * configure.in: Only use `lang_requires' for languages athat are
10414 actually enabled.
10415
10416 2001-03-08 Phil Edwards <pme@sources.redhat.com>
10417
10418 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10419
10420 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10421
10422 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10423
10424 2001-03-07 Tom Tromey <tromey@redhat.com>
10425
10426 * configure.in: Allow config-lang.in to set `lang_requires' to list
10427 of other required languages.
10428
10429 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10430
10431 * Makefile.in: Remove RANLIB definition. Use RANLIB
10432 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10433 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10434
10435 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10436 Alexandre Oliva <aoliva@redhat.com>
10437
10438 * Makefile.in (check-c++): Use tabs, not spaces.
10439
10440 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10441
10442 * MAINTAINERS: add myself to Write After Approval list.
10443
10444 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10445
10446 * Makefile.in (check-c++): New rule.
10447
10448 * configure.in (target_libs): Remove libg++.
10449 (noconfigdirs): Remove libg++.
10450 (noconfigdirs): Same.
10451 (noconfigdirs): Same.
10452 (noconfigdirs): Same.
10453
10454 * config-ml.in: Remove libg++ references.
10455
10456 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10457 (ALL_TARGET_MODULES): Same.
10458 (configure-target-libg++): Remove.
10459 (all-target-libg++): Remove.
10460 (configure-target-libio): Remove.
10461 (all-target-libio): Remove.
10462 (check-target-libio): Remove.
10463 (.PHONY): Remove.
10464 (libg++.tar.bz2): Remove.
10465 (all-target-cygmon): Remove libio.
10466 (all-target-libstdc++): Remove.
10467 (configure-target-libstdc++): Remove.
10468 (TARGET_LIB_PATH): Remove libstdc++.
10469 (ALL_GCC_CXX): Remove libstdc++.
10470 (all-target-gperf): Correct.
10471
10472 2001-02-16 Nick Clifton <nickc@redhat.com>
10473
10474 * configure.in (noconfigdirs): Allow configuration of texinfo
10475 for Cygwin hosts.
10476
10477 2001-02-15 Anthony Green <green@redhat.com>
10478
10479 * configure: Introduce GCJ_FOR_TARGET.
10480 * configure.in: Ditto.
10481 * Makefile.in: Ditto.
10482
10483 2001-02-13 Andreas Schwab <schwab@suse.de>
10484
10485 * MAINTAINERS: Update mail address.
10486
10487 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10488
10489 * config.guess: Add linux target for S/390.
10490 * config.sub: Likewise.
10491
10492 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10493
10494 * configure.in: for *-chorusos, don't config target-newlib and
10495 target-libgloss.
10496
10497 2001-02-06 Ben Elliston <bje@redhat.com>
10498
10499 * configure: Output host type to stdout, not stderr.
10500
10501 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10502
10503 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10504 * ltcf-cxx.sh: Likewise.
10505
10506 * config.if: Assume enable_libstdcxx_v3 is defined.
10507
10508 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10509
10510 Remove V2 C++ library.
10511 * configure.in: Remove --enable-libstdcxx_v3 support.
10512
10513 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10514
10515 * include/demangle.h: Add prototype for java_demangle_v3.
10516
10517 2001-01-29 Phil Edwards <pme@sources.redhat.com>
10518
10519 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10520
10521 2001-01-27 Richard Henderson <rth@redhat.com>
10522
10523 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10524
10525 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10526
10527 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10528 Don't unset, it's non-portable and no longer necessary, set to empty
10529 instead.
10530
10531 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10532
10533 * ltconfig: Shell portability fix for the tagname validity check.
10534
10535 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
10536
10537 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10538 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10539
10540 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10541
10542 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10543
10544 2001-01-26 Tom Tromey <tromey@redhat.com>
10545
10546 * configure.in: Allow libgcj to be built on Sparc Solaris.
10547
10548 2001-01-25 David Edelsohn <edelsohn@gnu.org>
10549
10550 * ltcf-c.sh: Add aix5 case.
10551 * ltcf-cxx.sh: Likewise.
10552 * ltconfig: Likewise.
10553
10554 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
10555
10556 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10557 keep at least one of build_libtool_libs or build_old_libs set to
10558 yes.
10559
10560 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10561 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10562
10563 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10564
10565 * configure.in: Enable libgcj on several additional platforms.
10566
10567 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10568
10569 * configure.in: Enable libgcj for linux targets.
10570
10571 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10572
10573 * MAINTAINERS (Write After Approval): Add myself.
10574
10575 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10576
10577 * MAINTAINERS: Add myself as vax port maintainer.
10578
10579 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10580
10581 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10582
10583 2001-01-09 Mike Stump <mrs@wrs.com>
10584
10585 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10586 failures of subdirectories.
10587
10588 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10589
10590 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10591 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10592 * ltcf-cxx.sh: Likewise.
10593 * ltcf-gcj.sh: Likewise.
10594 * ltconfig.sh: Fix typo.
10595
10596 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10597
10598 * configure: handle DOS-style absolute paths.
10599
10600 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10601
10602 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10603
10604 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10605
10606 * MAINTAINERS: Add myself as avr port co-maintainer.
10607
10608 2000-12-28 Ben Elliston <bje@redhat.com>
10609
10610 * MAINTAINERS: Add myself under ``Write After Approval''.
10611
10612 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10613
10614 * texinfo: Remove directory from GCC.
10615
10616 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10617
10618 * COPYING: Update to current
10619 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10620 to 19yy as example year in copyright notice).
10621
10622 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10623
10624 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10625 (libstdcxx_incdir): Pass down.
10626 * config.if: Remove expired bits for cxx_interface, add stub.
10627 (libstdcxx_incdir): Add variable for g++ include directory.
10628 * configure.in (gxx_include_dir): Use it.
10629
10630 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10631
10632 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10633 with old-email address from ``Write After Approval''.
10634
10635 2000-12-15 Andreas Jaeger <aj@suse.de>
10636
10637 * configure.in: Handle lang_dirs.
10638
10639 2000-12-14 Tom Tromey <tromey@redhat.com>
10640
10641 * MAINTAINERS: Removed brads.
10642
10643 * MAINTAINERS: Added gcj developers.
10644
10645 2000-12-13 Anthony Green <green@redhat.com>
10646
10647 * configure.in: Disable libgcj for any target not specifically
10648 listed. Disable libgcj for x86 and Alpha Linux until compatible
10649 with g++ abi.
10650
10651 2000-12-13 Mike Stump <mrs@wrs.com>
10652
10653 * Makefile.in (local-distclean): Also remove fastjar.
10654
10655 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10656
10657 * contrib/gcc_update: Add fastjar --touch entries.
10658
10659 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10660
10661 * configure.in: Disable language-specific target libraries for
10662 languages that aren't enabled.
10663
10664 2000-12-10 Anthony Green <green@redhat.com>
10665
10666 * configure.in: Define libgcj. Disable libgcj target libraries for
10667 most targets.
10668
10669 2000-12-10 Neil Booth <neilb@earthling.net>
10670
10671 * MAINTAINERS: Update mail address, remove from WAA list.
10672
10673 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10674
10675 * libjava: Imported from /cvs/java.
10676 * libffi: Likewise.
10677 * Boehm-gc: Likewise.
10678
10679 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10680
10681 * configure.in (target_libs): Revert 2000-12-08 patch.
10682 (noconfigdirs): Added target-libjava.
10683
10684 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10685
10686 * djunpack.bat: removed.
10687
10688 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10689
10690 * Makefile.in: handle DOS-style absolute paths.
10691 * config-ml.in: likewise.
10692 * symlink-tree: likewise.
10693
10694 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10695
10696 * fastjar: Imported.
10697
10698 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10699
10700 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10701 libjava.
10702 * configure.in (target_libs): Removed `target-libjava'.
10703
10704 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10705
10706 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10707 (ALL_MODULES): Added fastjar.
10708 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10709 (all-target-libjava): all-fastjar replaces all-zip.
10710 (all-fastjar): Added.
10711 (configure-target-fastjar, all-target-fastjar): Likewise.
10712 * configure.in (host_tools): Added fastjar.
10713
10714 2000-12-07 Mike Stump <mrs@wrs.com>
10715
10716 * Makefile.in (local-distclean): Remove leftover built files.
10717
10718 2000-11-24 Nick Clifton <nickc@redhat.com>
10719
10720 * configure.in (xscale-elf): Add target.
10721 (xscale-coff): Add target.
10722
10723 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10724
10725 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10726 recent versions of FreeBSD (release 3 or later).
10727 * ltconfig: On FreeBSD, -lc must not be provided when building
10728 a shared library or else the standard -pthread gcc option is
10729 rendered worthless to later users of the built library.
10730
10731 2000-11-16 Fred Fish <fnf@be.com>
10732
10733 * configure.in (enable_libstdcxx_v3): Fix typo,
10734 libstd++ -> libstdc++.
10735
10736 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10737
10738 * MAINTAINERS: Add self to Write After Approval list.
10739
10740 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10741
10742 * MAINTAINERS: Update my email address. Add myself to global write
10743 privs list.
10744
10745 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10746
10747 * Makefile.in: Merge with src and libgcj.
10748 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10749 configure-target-<library> when their configure scripts need the C
10750 or C++ library to have already been built to work properly.
10751 (do_proto_toplev): Set them to an empty string.
10752
10753 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10754 (REALLY_SET_LIB_PATH): Use them.
10755
10756 2000-11-17 Stan Shebs <shebs@apple.com>
10757
10758 * MAINTAINERS: Add self to Write After Approval list.
10759
10760 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10761
10762 * configure: Provide the original toplevel configure arguments
10763 (including $0) to subprocesses in the environment rather than
10764 through gcc/configargs.h.
10765
10766 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10767
10768 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10769 C99. Alphabetise "Write After Approval" list.
10770
10771 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10772
10773 * configure: Turn on libstdc++ V3 by default.
10774
10775 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10776 if we've got GCC.
10777
10778 2000-11-11 Philip Blundell <philb@gnu.org>
10779
10780 * MAINTAINERS: Add self to Write After Approval list.
10781
10782 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10783
10784 * ltcf-c.sh (aix4): Improve shared library configuration; require
10785 exporting symbols.
10786 * ltcf-cxx.sh (aix4): Define.
10787 * ltconfig (aix4): Define library and soname specs appropriate for
10788 AIX. Define command to create export symbols list.
10789
10790 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10791
10792 * config.sub: Add support for Sun Chorus
10793
10794 2000-10-31 Nick Clifton <nickc@redhat.com>
10795
10796 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10797 <name>@redhat.com. Also installed new email address for Clint
10798 Popetz.
10799
10800 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10801
10802 * etc: Remove directory from GCC.
10803
10804 2000-10-16 Michael Meissner <meissner@redhat.com>
10805
10806 * configure (gcc/configargs.h): Only create if there is a build GCC
10807 directory created.
10808
10809 2000-10-16 Matthias Klose <doko@debian.org>
10810
10811 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10812 when configured for libstdc++-v3.
10813
10814 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10815
10816 * configure: Save configure arguments to gcc/configargs.h.
10817
10818 2000-10-04 Philipp Thomas <pthomas@suse.de>
10819
10820 * config.guess: Import CVS version 1.157.
10821 * config.sub: Import CVS version 1.181.
10822
10823 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10824
10825 * Makefile.in (bootstrap): avoid recursion if subdir missing
10826 (cross): ditto
10827 (do-proto-toplev): ditto
10828
10829 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10830
10831 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10832 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10833
10834 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10835 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10836 all affected `configure' scripts.
10837
10838 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10839
10840 * MAINTAINERS: Add self as cpplib co-maintainer.
10841
10842 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10843
10844 * MAINTAINERS: Add self to Write After Approval list.
10845
10846 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10847
10848 * INSTALL/README: egcs -> GCC update.
10849
10850 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10851
10852 * MAINTAINERS: Add myself to Write After Approval list.
10853
10854 2000-09-15 Kazu Hirata <kazu@hxi.com>
10855
10856 * MAINTAINERS: Add myself to Write After Approval list.
10857
10858 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10859
10860 * configure.in: Do not build byacc for hppa64. Provide paths to the
10861 X11 libraries for hppa64.
10862
10863 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10864
10865 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10866
10867 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10868
10869 * Makefile.in (all-zlib): Added dummy target.
10870
10871 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10872 ltcf-gcj.sh: Updated from libtool multi-language branch.
10873
10874 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10875
10876 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10877 (bootstrap*): Depend on all-bootstrap.
10878
10879 2000-09-05 Philipp Thomas <pthomas@suse.de>
10880
10881 * config.guess: Import CVS version 1.156.
10882 * config.sub: Import CVS version 1.179.
10883
10884 2000-09-02 Anthony Green <green@cygnus.com>
10885
10886 * Makefile.in (all-gcc): Depend on all-zlib.
10887 (CLEAN_MODULES): Add clean-zlib.
10888 (ALL_MODULES): Add all-zlib.
10889 * configure.in (host_libs): Add zlib.
10890
10891 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10892
10893 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10894 crosses, but add gcc/include to the header search path for them.
10895
10896 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10897
10898 * MAINTAINERS: Add self to Write After Approval list.
10899
10900 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10901
10902 * config.guess: Import CVS version 1.152.
10903 * config.sub: Import CVS version 1.177.
10904
10905 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10906
10907 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10908 $targargs to tell whether newlib is going to be built.
10909
10910 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10911 $$r/TARGET_SUBDIR/libio for _G_config.h.
10912
10913 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10914
10915 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10916
10917 2000-08-22 DJ Delorie <dj@redhat.com>
10918
10919 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10920
10921 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10922
10923 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10924 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10925 sub-configures.
10926
10927 2000-08-21 DJ Delorie <dj@redhat.com>
10928
10929 * MAINTAINERS: Add self as a libiberty maintainer
10930
10931 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10932
10933 * configure.in (libstdcxx_flags): Use
10934 libstdc++-v3/src/libstdc++.INC.
10935
10936 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10937
10938 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10939
10940 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10941
10942 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10943
10944 * configure: Make enable_threads and enable_shared defaults
10945 explicit. Substitute enable_threads into generated Makefiles.
10946 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10947 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10948
10949 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10950
10951 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10952
10953 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10954
10955 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10956 previous delta.
10957
10958 2000-08-11 Jason Merrill <jason@redhat.com>
10959
10960 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10961 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10962 (FLAGS_FOR_TARGET): Not here.
10963 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10964
10965 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10966
10967 * config-ml.in (CC, CXX): Don't introduce a leading space.
10968
10969 2000-08-07 DJ Delorie <dj@delorie.com>
10970
10971 * MAINTAINERS: Add self as a DJGPP maintainer
10972
10973 2000-08-07 DJ Delorie <dj@redhat.com>
10974
10975 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10976 "if we're also building gcc, and it's a gcc that will run on the
10977 build machine, we want to use its includes instead of the system's
10978 default includes".
10979
10980 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10981
10982 * MAINTAINERS: Add self to Write After Approval list.
10983
10984 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10985
10986 * configure.in (libstdcxx_flags): Don't use `"'.
10987
10988 * config-ml.in: Adjust multilib search paths to the
10989 appropriate multilib tree.
10990
10991 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10992
10993 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10994 commas in $LANGUAGES.
10995
10996 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10997
10998 * configure.in: Re-enable all references to libg++ and librx.
10999
11000 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11001
11002 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11003 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11004 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11005 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11006
11007 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11008
11009 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11010
11011 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11012 CXX_FOR_TARGET for sed.
11013
11014 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11015
11016 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11017 Do not override if already set in the environment or in configure.
11018 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11019 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11020
11021 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11022
11023 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11024 the libtool CVS tree multi-language branch.
11025 * ltconfig, ltmain.sh: Updated.
11026
11027 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11028
11029 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11030 (clean-target): Depend on it.
11031
11032 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11033 (GCC_FOR_TARGET): Use it.
11034 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11035 * configure.in: ... here.
11036 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11037 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11038
11039 2000-07-24 Eric Christopher <echristo@cygnus.com>
11040
11041 * MAINTAINERS: Add self to Write After Approval list.
11042
11043 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11044
11045 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11046 (configure-target-libchill, configure-target-libobjc): Likewise.
11047
11048 * configure.in: Use the same cache file for all target libs.
11049 * config-ml.in: But different cache files per multilib variant.
11050
11051 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11052
11053 * configure (topsrcdir): Don't use dirname.
11054
11055 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11056
11057 * MAINTAINERS: Add self to Write After Approval list.
11058
11059 2000-07-20 Jason Merrill <jason@redhat.com>
11060
11061 * configure.in: Remove all references to libg++ and librx.
11062
11063 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11064
11065 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11066
11067 * config.sub: Update to subversions version 2000-07-06.
11068
11069 2000-07-12 Andrew Haley <aph@cygnus.com>
11070
11071 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11072 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11073
11074 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11075
11076 * symlink-tree: Check number of arguments.
11077
11078 2000-07-05 Jim Wilson <wilson@cygnus.com>
11079
11080 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11081 search path for a g++ extracted from the build tree. This
11082 will allow link tests run by configure scripts in
11083 subdirectories to succeed.
11084
11085 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11086
11087 * ltconfig: Add support for mips-dde-sysv4.2MP
11088
11089 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11090
11091 * MAINTAINERS: Add myself as loop discovery maintainer.
11092
11093 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11094
11095 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11096 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11097
11098 2000-06-19 Timothy Wall <twall@cygnus.com>
11099
11100 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11101 * config.sub: Add tic54x target.
11102
11103 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11104
11105 * MAINTAINERS: Add self as Fortran maintainer,
11106 remove Craig Burley.
11107
11108 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11109
11110 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11111 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11112
11113 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11114
11115 * MAINTAINERS: Add self as i18n maintainer
11116
11117 20000-05-21 H.J. Lu (hjl@gnu.org)
11118
11119 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11120 directory are used if they exist. Make sure
11121 $(build_tooldir)/include is searched for header files,
11122 $(build_tooldir)/lib/ for library files.
11123 (GCC_FOR_TARGET): Likewise.
11124 (CXX_FOR_TARGET): Likewise.
11125
11126 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11127
11128 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11129
11130 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11131
11132 * Makefile.in (configure-target-libiberty): Depend on
11133 configure-target-newlib.
11134
11135 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11136
11137 * configure.in, Makefile.in: Merge all libffi-related
11138 configury stuff from the libgcj tree.
11139
11140 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11141
11142 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11143 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11144
11145 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11146
11147 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11148 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11149 current version information. Add to proto-toplev directory.
11150 (gdb-taz): Build do-djunpack.
11151
11152 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11153
11154 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11155
11156 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11157
11158 * MAINTAINERS: Add self to Write After Approval list.
11159
11160 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11161
11162 * ltmain.sh: Preserve in relink_command any environment
11163 variables that may affect the linker behavior.
11164
11165 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11166
11167 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11168
11169 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11170
11171 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11172
11173 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11174
11175 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11176 with the version name.
11177
11178 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11179
11180 * MAINTAINERS: Add self as bb-reorder maintainer.
11181
11182 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11183
11184 * config.if: Tweak.
11185
11186 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11187
11188 * djunpack.bat: New file.
11189
11190 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11191
11192 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11193 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11194 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11195 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11196
11197 2000-04-16 Dave Pitts <dpitts@cozx.com>
11198
11199 * config.sub (case $basic_machine): Change default for "ibm-*"
11200 to "openedition".
11201
11202 2000-04-13 Andreas Jaeger <aj@suse.de>
11203
11204 * MAINTAINERS: Added myself.
11205
11206 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11207
11208 * Makefile.in (gdb-taz): New target. GDB specific archive.
11209 (do-md5sum): New target.
11210 (MD5PROG): Define.
11211 (PACKAGE): Default to TOOL.
11212 (VER): Default to a shell script.
11213 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11214 md5 checksum generation.
11215 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11216 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11217 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11218 insight.tar.bz2): Use gdb-taz to create archive.
11219
11220 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11221
11222 * configure (warn_cflags): Delete.
11223
11224 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11225
11226 * MAINTAINERS: Added myself.
11227
11228 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11229 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11230
11231 * configure.in (enable_libstdcxx_v3): Add.
11232 (target_libs): Add bits here to switch between libstdc++-v2 and
11233 libstdc++-v3.
11234 * config.if: And this file too.
11235 * Makefile.in: Add libstdc++-v3 targets.
11236
11237 2000-04-05 Michael Meissner <meissner@redhat.com>
11238
11239 * config.sub (d30v): Add d30v as a basic machine type.
11240
11241 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
11242
11243 * configure.in: -linux-gnu*, not -linux-gnu.
11244
11245 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11246
11247 * MAINTAINERS: Add self in write-after-approval section.
11248
11249 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11250
11251 * MAINTAINERS: Add self as ia64 port maintainer.
11252
11253 2000-03-08 Neil Booth <NeilB@earthling.net>
11254
11255 * MAINTAINERS: Add self in write-after-approval section.
11256
11257 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
11258
11259 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11260 (do-tar-bz2): Replace TOOL with PACKAGE.
11261 (gdb.tar.bz2): Remove GDBTK from GDB package.
11262 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11263 dejagnu.tar.bz2): New packages.
11264
11265 2000-02-27 Andreas Jaeger <aj@suse.de>
11266
11267 * configure.in: Add entry for mips*-*-linux*, move catch all
11268 *-*-*linux* entry below this one.
11269
11270 2000-02-27 Ian Lance Taylor <ian@zembu.com>
11271
11272 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11273
11274 2000-02-24 Nick Clifton <nickc@cygnus.com>
11275
11276 * config.sub: Support an OS of "wince".
11277
11278 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11279
11280 * config.guess, config.sub: Updated to match config's 2000-02-15
11281 version.
11282
11283 2000-02-23 Linas Vepstas <linas@linas.org>
11284
11285 * config.sub: Add support for Linux/IBM 370.
11286 * configure.in: Likewise.
11287
11288 2000-02-22 Nick Clifton <nickc@cygnus.com>
11289
11290 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11291
11292 2000-02-20 Christopher Faylor <cgf@cygnus.com>
11293
11294 * config.guess: Guess "cygwin" rather than "cygwin32".
11295
11296 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11297
11298 * configure (gcc_version): When setting, narrow search to
11299 lines containing `version_string'.
11300
11301 2000-02-15 Denis Chertykov <denisc@overta.ru>
11302
11303 * config.sub: Add support for avr target.
11304
11305 2000-02-14 Nick Clifton <nickc@cygnus.com>
11306
11307 * MAINTAINERS: Add maintainers for MCore port.
11308
11309 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11310
11311 * config.sub: Add mmix-knuth-mmixware.
11312
11313 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11314
11315 * MAINTAINERS: Pair cccp with cpplib maintainership.
11316
11317 2000-01-27 Christopher Faylor <cgf@redhat.com>
11318
11319 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11320 structure stuff to -L library search.
11321 (CXX_FOR_TARGET): Ditto.
11322 (CROSS_CHECK_MODULES): Fix spelling mistake.
11323
11324 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11325
11326 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11327 the C++ compiler.
11328
11329 2000-01-12 Richard Henderson <rth@cygnus.com>
11330
11331 * configure.in: Don't build some bits for beos.
11332
11333 2000-01-12 Joel Sherrill (joel@OARcorp.com)
11334
11335 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11336 as include files.
11337
11338 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11339
11340 * Add self as cpplib maintainer, as requested by Jason
11341 Merrill. Correct my e-mail address.
11342
11343 2000-01-06 Geoff Keating <geoffk@cygnus.com>
11344
11345 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11346 not mh-aix43.
11347
11348 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11349
11350 * MAINTAINERS: Add myself to "write after approval" list.
11351
11352 1999-12-14 Richard Henderson <rth@cygnus.com>
11353
11354 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11355 * config.sub: Accept alphaev[78], alphaev8.
11356
11357 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11358
11359 * config.guess, config.sub: Update from autoconf.
11360
11361 1999-11-29 Bruce Korb <autogen@linuxbox.com>
11362
11363 * MAINTAINERS: update my playtime e-address.
11364
11365 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11366
11367 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11368 necessary libraries are missing.
11369
11370 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11371
11372 * MAINTAINERS: Add new 'write after approval' maintainer.
11373
11374 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11375
11376 * MAINTAINERS: Add new Java maintainer.
11377
11378 1999-10-25 Andreas Schwab <schwab@suse.de>
11379
11380 * configure: Fix quoting inside arguments of eval.
11381
11382 1999-10-21 Nick Clifton <nickc@cygnus.com>
11383
11384 * config-ml.in: Allow suppression of some ARM multilibs.
11385
11386 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11387
11388 * config.guess: Add OS/390 match pattern.
11389 * config.sub: Add mvs, openedition targets.
11390 * configure.in (i370-ibm-opened*): New.
11391
11392 1999-09-04 Steve Chamberlain <sac@pobox.com>
11393
11394 * config.sub: Add support for configuring for pj.
11395
11396 1999-08-31 Nick Clifton <nickc@cygnus.com>
11397
11398 * config.sub (maybe_os): Add support for configuring for fr30.
11399
11400 1999-08-25 Nick Clifton <nickc@cygnus.com>
11401
11402 * configure.in: Do not configure or build ld for AIX
11403 platforms. ld is known to be broken on these platforms.
11404
11405 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11406
11407 * config-ml.in: Pass compiler flag corresponding to multidirs to
11408 subdir configures.
11409
11410 1999-08-09 Ian Lance Taylor <ian@zembu.com>
11411
11412 * Makefile.in (LDFLAGS): Define.
11413
11414 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11415
11416 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11417 noconfigdirs.
11418 (*-*-cygwin*): Likewise.
11419
11420 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11421
11422 * mkdep: New file.
11423 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11424 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11425
11426 From Eli Zaretskii <eliz@is.elta.co.il>:
11427 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11428 long file name when using DJGPP on MS-DOS.
11429
11430 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11431
11432 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11433
11434 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11435
11436 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11437 dependency as this causes "make check" to globally "make all"
11438
11439 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11440
11441 * configure.in (target_libs): Added target-zlib.
11442 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11443 (CONFIGURE_TARGET_MODULES): Likewise.
11444 (CHECK_TARGET_MODULES): Likewise.
11445 (INSTALL_TARGET_MODULES): Likewise.
11446 (CLEAN_TARGET_MODULES): Likewise.
11447 (configure-target-zlib): New target.
11448 (all-target-zlib): Likewise.
11449 (all-target-libjava): Depend on all-target-zlib.
11450 (configure-target-libjava): Depend on configure-target-zlib.
11451
11452 * Makefile.in (configure-target-libjava): Depend on
11453 configure-target-newlib.
11454 (configure-target-boehm-gc): New target.
11455 (configure-target-qthreads): New target.
11456
11457 * configure.in (target_libs): Added target-qthreads.
11458 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11459 (CONFIGURE_TARGET_MODULES): Likewise.
11460 (CHECK_TARGET_MODULES): Likewise.
11461 (INSTALL_TARGET_MODULES): Likewise.
11462 (CLEAN_TARGET_MODULES): Likewise.
11463 (all-target-qthreads): New target.
11464 (configure-target-libjava): Depend on configure-target-qthreads.
11465 (all-target-libjava): Depend on all-target-qthreads.
11466
11467 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11468 (CONFIGURE_TARGET_MODULES): Likewise.
11469 (CHECK_TARGET_MODULES): Likewise.
11470 (INSTALL_TARGET_MODULES): Likewise.
11471 (CLEAN_TARGET_MODULES): Likewise.
11472 (all-target-libjava): New target.
11473 (all-target-boehm-gc): Likewise.
11474 * configure.in (target_libs): Added libjava, boehm-gc.
11475
11476 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11477
11478 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11479 configure.bat in SUPPORT_FILES.
11480 (gas+binutils.tar.bz2): Likewise.
11481
11482 * makeall.bat: Remove; obsolete.
11483
11484 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11485
11486 From Mark Elbrecht:
11487 * configure.bat: Remove; obsolete.
11488
11489 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11490
11491 * configure: Add -W -Wall to the default CFLAGS when compiling with
11492 gcc.
11493
11494 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11495
11496 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11497
11498 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11499
11500 * configure.in: Build ld on IRIX6.
11501
11502 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11503
11504 * Makefile.in: Change distribution targets to use bzip2 instead of
11505 gzip.
11506 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11507 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11508
11509 1999-06-04 Nick Clifton <nickc@cygnus.com>
11510
11511 * config.sub: Add mcore target.
11512
11513 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11514
11515 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11516
11517 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11518
11519 * config.guess (dummy): Changed to $dummy.
11520
11521 1999-05-24 Nick Clifton <nickc@cygnus.com>
11522
11523 * config.sub: Tidied up case statements.
11524
11525 1999-05-22 Ben Elliston <bje@cygnus.com>
11526
11527 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11528 <jiro@din.or.jp>.
11529
11530 * config.guess: Merge with FSF version. Future changes will be
11531 more accurately recorded in this ChangeLog.
11532 * config.sub: Likewise.
11533
11534 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11535
11536 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11537
11538 1999-04-30 Tom Tromey <tromey@cygnus.com>
11539
11540 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11541
11542 1999-04-23 Tom Tromey <tromey@cygnus.com>
11543
11544 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11545
11546 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
11547
11548 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11549 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11550 Bad merge removed these two changes.
11551
11552 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
11553 Martin Heller (Ing.-Buero_Heller@t-online.de)
11554
11555 * config.guess (interix Alpha): Add.
11556
11557 1999-04-11 Richard Henderson <rth@cygnus.com>
11558
11559 * configure.in (i?86-*-beos*): Do config gperf; don't config
11560 gdb, newlib, or libgloss.
11561
11562 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
11563
11564 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11565 link a trivial program with -mabi=64. If it fails, remove mabi=64
11566 from multidirs.
11567
11568 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11569
11570 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11571
11572 1999-04-08 Nick Clifton <nickc@cygnus.com>
11573
11574 * config.sub: Add support for mcore targets.
11575
11576 1999-04-07 Michael Meissner <meissner@cygnus.com>
11577
11578 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11579 not mt-ospace, in order to shut up assembler warning about using
11580 symbols that are named the same as registers.
11581
11582 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
11583
11584 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11585 dependency list for all-target-cygmon.
11586
11587 1999-04-05 Doug Evans <devans@casey.cygnus.com>
11588
11589 * config-ml.in: Check $host, not $target, for selective multilibs.
11590 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11591 thumb interworking, and underscore prefix multilibs.
11592
11593 1999-04-04 Ian Lance Taylor <ian@zembu.com>
11594
11595 * missing: Update to version from current automake.
11596
11597 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11598
11599 * configure (gxx_include_dir): Removed.
11600
11601 * configure.in (gxx_include_dir): Handle it.
11602 * Makefile.in: Likewise.
11603
11604 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11605
11606 * config.sub (mips64vr4111,mips64vr4111el) Add.
11607
11608 1999-03-21 Ben Elliston <bje@cygnus.com>
11609
11610 * config.guess: Correct typo for detecting ELF on FreeBSD.
11611
11612 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11613
11614 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11615 config/mh-djgpp.
11616
11617 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11618
11619 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11620 all-target-newlib to dependency list for all-target-bsp.
11621
11622 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11623
11624 * config.sub: Add i386-uwin support.
11625 * config.guess: Likewise.
11626
11627 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11628
11629 * configure.in: cleanup, add mh-*pic handling for arm, special
11630 case powerpc*-*-aix*
11631
11632 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11633
11634 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11635 can be built.
11636
11637 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11638
11639 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11640 targets.
11641
11642 1999-03-02 Nick Clifton <nickc@cygnus.com>
11643
11644 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11645
11646 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11647
11648 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11649
11650 1999-02-24 Nick Clifton <nickc@cygnus.com>
11651
11652 * config.sub: Fix typo in arm recognition.
11653
11654 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11655
11656 * configure.in (noconfigdirs): Changed target_configdirs to
11657 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11658 rather than m68k-*-* since it is not known to work on
11659 m68k-aout. Ditto for arm-*-*oabi.
11660
11661 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11662
11663 * configure.in (*-*-windows*): Remove, no longer used.
11664
11665 1999-02-19 Ben Elliston <bje@cygnus.com>
11666
11667 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11668 Smart and improved by Andrew Cagney.
11669
11670 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11671
11672 * config.guess: Recognize openbsd-*-hppa.
11673
11674 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11675
11676 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11677 only if it is not empty.
11678
11679 1999-02-17 Nick Clifton <nickc@cygnus.com>
11680
11681 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11682
11683 * config.guess: Modified to recognize uname's armv* syntax.
11684
11685 * config.sub: Modified to recognize uname's armv* syntax.
11686
11687 1999-02-17 Mark Salter <msalter@cygnus.com>
11688
11689 * configure.in: Added target-bsp for sparclite.
11690
11691 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11692
11693 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11694
11695 1999-02-08 Nick Clifton <nickc@cygnus.com>
11696
11697 * configure.in: Add support for strongarm port.
11698 * config.sub: Add support for strongarm target.
11699
11700 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11701
11702 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11703 the old name config/mh-cygwin32.
11704 Enable texinfo.
11705
11706 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11707
11708 * configure.in: Do build ld for ix86 Solaris.
11709
11710 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11711
11712 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11713 $AR_FOR_TARGET. Likewise for RANLIB.
11714
11715 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11716
11717 * config.sub (oabi): Recognize.
11718 * configure.in (arm-*-oabi): Handle.
11719
11720 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11721
11722 * config.guess: Improve detection of i686 on UnixWare 7.
11723
11724 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11725
11726 * config.guess: Add support for i386-pc-interix.
11727 * config.sub: Likewise.
11728 * configure.in: Likewise.
11729
11730 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11731
11732 * Makefile.in: Remove unneeded all-target-libio from
11733 from all-target-winsup target since it is now unneeded.
11734 Add all-target-libtermcap in its place since it is now
11735 needed.
11736
11737 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11738
11739 * configure.in: makefile stub for cygwin target is probably
11740 unnecessary. Remove it for now.
11741
11742 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11743
11744 * configure.in: libtermcap.a should be built when cygwin is the
11745 target as well as the host.
11746 * config.guess: Allow mixed case in cygwin uname output.
11747 * Makefile.in: Add libtermcap target.
11748
11749 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11750
11751 * config.sub: Clean up handling of hppa2.0.
11752
11753 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11754
11755 * config.guess: Use C code to identify more HP machines.
11756
11757 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11758
11759 * config.sub: Handle hppa2.0.
11760
11761 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11762
11763 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11764 cygmon for all sparclite targets, regardless of object format.
11765
11766 1998-12-15 Mark Salter <msalter@cygnus.com>
11767
11768 * configure.in: Added target-bsp for several target architectures.
11769
11770 * Makefile.in: Added rules for bsp.
11771
11772 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11773
11774 * config.guess: Improve detection of hppa2.0 processors.
11775
11776 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11777
11778 * config.guess: Recognize FreeBSD using ELF automatically.
11779
11780 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11781
11782 * configure (skip-this-dir): Add handling for new shell script, which
11783 might be created by a sub-directory's configure to indicate, this particular
11784 directory is "unwanted".
11785 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11786
11787 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11788
11789 * ltconfig: import from libtool, after changing libtool to
11790 account for the cygwin name change.
11791
11792 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11793
11794 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11795 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11796
11797 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11798
11799 * configure.in: Add libtermcap to list of cygwin dependencies.
11800
11801 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11802
11803 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11804 they include winsup/include when it's a cygwin target.
11805
11806 1998-11-12 Tom Tromey <tromey@cygnus.com>
11807
11808 * configure.in (host_tools): Added zip.
11809 * Makefile.in (all-target-libjava): Depend on all-zip.
11810 (all-zip): New target.
11811 (ALL_MODULES): Added all-zip.
11812 (NATIVE_CHECK_MODULES): Added check-zip.
11813 (INSTALL_MODULES): Added install-zip.
11814 (CLEAN_MODULES): Added clean-zip.
11815
11816 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11817
11818 * Makefile.in: lose "32" from comment about cygwin.
11819
11820 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11821
11822 * configure.in: Use -Os to build target libraries for the fr30.
11823
11824 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11825
11826 * config.sub: Add fr30.
11827
11828 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11829
11830 * configure.in: drop "32" from config/mh-cygwin32. Check
11831 cygwin* instead of cygwin32*.
11832 * config.sub: Check cygwin* instead of cygwin32*.
11833
11834 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11835
11836 * config.guess: Match any version of Unixware7.
11837
11838 1998-10-20 Syd Polk <spolk@cygnus.com>
11839
11840 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11841 if desired.
11842
11843 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11844
11845 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11846 these if the appropriate directories and files to not exist.
11847
11848 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11849
11850 * Makefile.in (DEVO_SUPPORT): Add config.if.
11851
11852 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11853
11854 * configure: Add pattern to replace "build_tooldir"'s
11855 definition in the generated Makefile with "tooldir"'s
11856 actual value.
11857
11858 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11859
11860 * config.sub: Bring back lost sparcv9.
11861
11862 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11863
11864 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11865
11866 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11867 CC_FOR_TARGET and friends.
11868
11869 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11870
11871 * Makefile.in (build_tooldir): New variable, same as tooldir.
11872 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11873 -B$(build_tooldir)/bin/.
11874 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11875
11876 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11877
11878 * README: Remove installation instructions and refer to the
11879 INSTALL directory instead.
11880
11881 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11882
11883 * config.sub: Add support for i[34567]86-pc-udk.
11884 * configure.in: Likewise.
11885
11886 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11887
11888 * Makefile.in: add bzip2 package building bits for user
11889 tools module
11890 * configure.in: ditto
11891
11892 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11893
11894 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11895 (ALL_TARGET_MODULES): Add all-target-libobjc.
11896 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11897 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11898 (all-target-libchill): Add dependencies.
11899 * configure.in (target_libs): Add libchill.
11900
11901 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11902
11903 * configure.in (target_subdir): Remove duplicate line.
11904
11905 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11906
11907 * Makefile.in (all-automake): fix dependencies.
11908
11909 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11910
11911 * configure.in: Minor cleanups for building in the $(target_alias)
11912 subdir.
11913
11914 1998-09-22 Jim Wilson <wilson@cygnus.com>
11915
11916 * Makefile.in (bootstrap): Set r and s before make all. Use
11917 BASE_FLAGS_TO_PASS in make all.
11918 (cross): Likewise.
11919
11920 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11921
11922 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11923
11924 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11925
11926 * config.sub: Fix typo in last change.
11927
11928 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11929
11930 * config.sub: Add support for C4x target.
11931 * configure.in: Likewise.
11932
11933 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11934
11935 * config.sub: Recognize sparcv9 just like sparc64.
11936
11937 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11938
11939 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11940
11941 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11942
11943 * config.guess: Correctly identify Pentium II sco boxes.
11944
11945 * config.guess: Fix "tr" code. From Weiwen Liu.
11946
11947 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11948
11949 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11950 stabs.
11951
11952 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11953
11954 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11955 (ALL_TARGET_MODULES): Add all-target-libchill.
11956 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11957 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11958 (all-target-libchill): Add dependencies.
11959 * configure.in (target_libs): Add libchill.
11960
11961 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11962
11963 * config.guess: Avoid assumptions about "tr" behaves when
11964 LANG is set to something other than English.
11965
11966 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11967
11968 * configure (gxx_include_dir): Changed to
11969 '${prefix}/include/g++'-${libstdcxx_interface}.
11970
11971 * config.if: New to determine the interfaces.
11972
11973 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11974
11975 * config.guess: Detect and handle MPE/IX.
11976 * config.sub: Deal with MPE/IX.
11977
11978 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11979
11980 * configure.in: Use mh-aix43.
11981
11982 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11983
11984 * configure: Fix --without/--disable cases for gxx-include-dir.
11985
11986 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11987
11988 * mdata-sh: Imported. Needed for automake support.
11989
11990 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11991
11992 * Makefile.in (taz): Try "chmod -R og=u ." before
11993 "chmod og=u `find . -print`".
11994
11995 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11996
11997 * configure.in: Add arm-elf and thumb-elf support.
11998
11999 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12000
12001 * Makefile.in: Undo previous patch.
12002
12003 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12004
12005 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12006 to here ...
12007 (install-no-fixedincludes): and here
12008 (INSTALL_MODULES): ... from here.
12009
12010 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12011
12012 * config.sub: Merge with FSF.
12013
12014 * config.guess: Merge with FSF.
12015
12016 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12017
12018 * configure (extraconfigdirs): New variable.
12019 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12020 * Makefile.in (all): Move higher in file.
12021 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12022 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12023 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12024 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12025 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12026
12027 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12028
12029 * Makefile.in (all-target-libjava): Depend on all-gcc and
12030 all-target-newlib.
12031 (configure-target-libjava): Depend on $(ALL_GCC).
12032
12033 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12034
12035 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12036 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12037
12038 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12039
12040 * INSTALL/README: Fix typo.
12041
12042 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12043
12044 * ylwrap: Change absolute path checks to check for DOS style path
12045 names.
12046
12047 * ylwrap: Don't use a full path name if the source file is in the
12048 same directory. From hjl@lucon.org (H.J. Lu).
12049
12050 * config-ml.in: Default to being verbose, to match Feb 18 change to
12051 configure.
12052
12053 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12054
12055 Brought over from egcs:
12056
12057 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12058
12059 * configure.in (target_subdir): Set to ${target_alias} instead
12060 of "libraries".
12061
12062 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12063
12064 * configure.in (target_subdir): Set to libraries if enable_multilib.
12065
12066 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12067
12068 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12069 multilibs, force reconfiguration the first time we create
12070 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12071
12072 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12073
12074 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12075 avoid confusion with --no-recursion.
12076
12077 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12078
12079 * configure.in: Win32 hosts shouldn't use install -x
12080 * install-sh: remove -x option, and special .exe-handling
12081 hack.
12082
12083 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12084
12085 * config.guess: Recognize i586-pc-beos.
12086 * configure.in: Don't build some bits for beos.
12087
12088 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12089
12090 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12091 CFLAGS default to -O2.
12092
12093 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12094 when using GNU ld.
12095
12096 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12097
12098 * ltmain.sh: Correct install when using a different shell.
12099
12100 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12101
12102 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12103
12104 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12105
12106 * makefile.vms: Update to build binutils/makefile.vms. Add install
12107 target.
12108
12109 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12110
12111 * ltconfig: Update to correct AIX handling.
12112
12113 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12114
12115 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12116
12117 * configure.in (target_subdir): Set to ${target_alias} instead
12118 of "libraries".
12119
12120 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12121
12122 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12123 (Makefile): Depend on $(gcc_version_trigger).
12124
12125 * configure (gcc_version): Change default initializer to empty
12126 string.
12127 (gcc_version_trigger): New variable; pass this variable down
12128 to subdir configures to enable them checking gcc's version
12129 themselves. Emit make macros for both gcc_version vars.
12130 (topsrcdir): Initialize reliably.
12131 (recursion line): Remove --with-gcc-version=${gcc_version}.
12132
12133 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12134
12135 * configure (enable_version_specific_runtime_libs): Implement new flag
12136 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12137 in $(libsubdir); emit definition in each generated Makefile.
12138 (gxx_include_dir): Initialize depending on
12139 $enable_version_specific_runtime_libs.
12140
12141 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12142
12143 * configure (gcc_version): Initialize properly depending on
12144 how and where configure is started.
12145 (recursion line): Pass a --with-gcc-version=${gcc_version}
12146 to configures in subdirs.
12147
12148 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12149
12150 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12151 cygmon
12152
12153 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12154
12155 * configure.in: Add cygmon and libstub support for mn10200.
12156
12157 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12158
12159 * configure (gcc_version): Add new variable describing the
12160 particular gcc version we're building.
12161 * Makefile.in (libsubdir): Add new macro for the directory
12162 in which the compiler finds executables, libraries, etc.
12163 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12164 and libsubdir.
12165
12166 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12167
12168 * Makefile.in (local-clean): Remove *.log.
12169 (warning.log): Built with warn_summary from build.log.
12170 (mail-report.log): Run test_summary.
12171 (mail-report-with-warnings.log): Run test_summary including
12172 warning.log in the report.
12173
12174 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12175
12176 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12177
12178 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12179
12180 * Makefile.in (grep): Grep no longer depends on libiberty.
12181
12182 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12183
12184 * Makefile.in: all-snavigator needs all-libgui.
12185
12186 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12187
12188 * configure.in: Add cygmon and libstub support for mn10300.
12189
12190 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12191
12192 * missing: Update to version from automake 1.3.
12193
12194 * ltmain.sh: On installation, don't get confused if the same name
12195 appears more than once in the list of library names.
12196
12197 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12198
12199 * config.sub: Accept m68060 and m5200 as CPU names.
12200
12201 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12202
12203 * configure: Use && rather than using -a in test, because odd
12204 strings can confuse test.
12205 * configure.in: Likewise.
12206
12207 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12208
12209 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12210
12211 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12212
12213 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12214 bootstrap4-lean): New targets.
12215
12216 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12217
12218 * mpw-* Delete. Not used.
12219
12220 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12221
12222 * COPYING.LIB: Update FSF address.
12223
12224 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12225
12226 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12227
12228 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12229 GAS_SUPPORT_DIRS.
12230
12231 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12232
12233 * ltconfig, ltmain.sh: Avoid producing a version number if
12234 -version-info was not used.
12235
12236 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12237
12238 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12239 building with newlib.
12240
12241 1998-04-30 Paul Eggert <eggert@twinsun.com>
12242
12243 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12244 Solaris `make' causes it to continue to next definition.
12245
12246 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12247
12248 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12249 the right GUI libraries and files are installed along with GDB.
12250
12251 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12252
12253 * configure.in: Change alpha to alpha* in several places.
12254
12255 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12256
12257 * config.sub: Recognize sparc86x.
12258
12259 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12260
12261 * configure.in (--enable-target-optspace): Remove debug echo.
12262
12263 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12264
12265 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12266
12267 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12268
12269 * ltconfig: Update cygwin32 support.
12270
12271 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12272 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12273 (GDB_SUPPORT_DIRS): Likewise.
12274
12275 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12276
12277 * configure.in (target_makefile_frag): If --enable-target-optspace,
12278 use -Os to compile target libraries rather than -O2. Default to
12279 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12280 not used.
12281 * configure.in (target_cflags): Ditto for d30v.
12282
12283 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12284
12285 * Makefile.in (all-bfd): Depend on all-intl.
12286 (all-binutils): Likewise.
12287 (all-gas): Likewise.
12288 (all-gprof): Likewise.
12289 (all-ld): Likewise.
12290
12291 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
12292
12293 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12294
12295 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12296
12297 * Makefile.in (all-bfd): Depend upon all-libiberty.
12298
12299 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12300
12301 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12302
12303 * Makefile.in: Add libstub.
12304
12305 * configure.in: Ditto. Build libstub for targets that have cygmon
12306 support.
12307
12308 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12309
12310 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12311
12312 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12313
12314 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12315 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12316
12317 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12318
12319 * configure: Define DEFAULT_M4 by searching PATH.
12320 * Makfile.in: Use DEFAULT_M4.
12321
12322 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12323
12324 * ltconfig: Add cygwin32 support.
12325
12326 * Makefile.in, configure.in: Add libtool as a native only directory
12327 to configure and build.
12328
12329 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12330
12331 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12332
12333 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
12334
12335 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12336
12337 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12338
12339 * Makefile.in: add ash make rules
12340 * configure.in: add ash to native_only and host_tools lists
12341
12342 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12343
12344 * Makefile.in (all-gettext, all-intl): New targets.
12345 (ALL_MODULES): Added all-gettext, all-intl.
12346 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12347 (INSTALL_MODULES): Added install-gettext, install-intl.
12348 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12349
12350 * configure.in (host_tools): Added gettext.
12351 (native_only): Likewise.
12352 (noconfigdirs) [various cases]: Likewise.
12353 (host_libs): Added intl.
12354
12355 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12356
12357 * configure: Do not disable building gdbtk for cygwin32 hosts.
12358
12359 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12360
12361 * configure.in: Add thumb-coff target.
12362 * config.sub: Add thumb-coff target.
12363
12364 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12365
12366 * Makefile.in: Revert yesterday's change.
12367 (all-target-winsup): all-target-librx stays out of here.
12368
12369 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12370
12371 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12372 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12373 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12374 Remove references to librx and libg++.
12375
12376 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12377
12378 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12379 recursive makes
12380
12381 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12382
12383 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12384 for newlib directory.
12385 (CXX_FOR_TARGET): Likewise.
12386
12387 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12388
12389 * ltconfig: Update after libtool/ltconfig.in change for
12390 hpux11.
12391
12392 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12393
12394 * ltconfig, ltmain.sh: Update to libtool 1.2.
12395
12396 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12397
12398 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12399 (install-gcc-cross): Instead, override LANGUAGES here.
12400
12401 1998-03-18 Dave Love <d.love@dl.ac.uk>
12402
12403 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12404 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12405
12406 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12407
12408 * configure.in: Add Thumb-pe target.
12409
12410 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
12411
12412 * Makefile.in - changed sn targets to snavigator
12413 * configure.in - changed sn targets to snavigator
12414
12415 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12416
12417 * config-ml.in: After building symlink tree call make distclean
12418 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12419 to be the case for libiberty.
12420
12421 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12422
12423 * configure: When making link, also check the current
12424 directory. The configure scripts may create one.
12425
12426 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12427
12428 * config.sub: Accept alphapca56 and alphaev6 properly.
12429
12430 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12431
12432 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12433
12434 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12435
12436 * config.sub (sco5): Fix typo.
12437
12438 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12439
12440 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12441 install-itcl.
12442 (install-itcl): Remove dependency on install-tcl.
12443
12444 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12445
12446 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12447
12448 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12449
12450 * configure.in: Don't build libgui for a cygwin32 target when not on
12451 a cygwin32 host.
12452
12453 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12454
12455 * configure (redirect): Set to null, so default behavior of
12456 configure is now --verbose.
12457
12458 1998-02-16 Dave Love <d.love@dl.ac.uk>
12459
12460 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12461 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12462
12463 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12464
12465 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12466 this change to sync Makefile.in with its ChangeLog entries.
12467
12468 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12469
12470 * ltmain.sh (mkdir): Check that the directory doesn't exist
12471 before we exit with error, so that we don't get races during
12472 parallel builds.
12473
12474 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12475
12476 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12477
12478 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12479
12480 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12481 PICFLAG_FOR_TARGET.
12482 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12483
12484 * configure: Emit a definition for the new macro enable_shared
12485 into each Makefile.
12486
12487 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12488
12489 * configure.in (host_tools, native_only): Add libtool.
12490
12491 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12492
12493 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12494 Fix typo in ming config comment.
12495
12496 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12497
12498 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12499
12500 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12501
12502 * config.sub: Add tic30 cases, and map c30 to tic30.
12503
12504 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12505
12506 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12507 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12508 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12509 (CLEAN_TARGET_MODULES): Similarly
12510 (all-target-libf2c): Add dependences.
12511 * configure.in (target_libs): Add libf2c.
12512
12513 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12514
12515 * configure.in: Remove expect from noconfigdirs when target
12516 is cygwin32. OK to build expect and dejagnu with Canadian
12517 Cross.
12518
12519 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12520
12521 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12522 host.
12523
12524 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12525 and mingw32.
12526
12527 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12528
12529 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12530 here as it is not defined in the toplevel Makefile.
12531
12532 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12533
12534 * configure (package_makefile_rules_frag): New variable, which names
12535 a file with generic rules, ...
12536 Change comment to mention we now have FIVE parts.
12537 * configure: Undo last change.
12538
12539 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12540
12541 * config.guess: More accurate determination of HP processor types.
12542 * config.sub: More accurate determination of HP processor types.
12543
12544 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12545
12546 * configure (package_makefile_frag): Move inserting the
12547 ${package_makefile_frag} to where it should be according
12548 to the comment.
12549
12550 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12551
12552 * config.guess: Add support for Linux/ARM.
12553
12554 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12555
12556 * .cvsignore: Remove *-info and *-install since they match
12557 release-info and mpw-install, which we don't want to just ignore.
12558
12559 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12560
12561 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12562
12563 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12564
12565 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12566 local_prefix to sub-make invocations.
12567
12568 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12569
12570 * configure.in: Check makefile fragments in the source
12571 directory.
12572
12573 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12574
12575 * configure.in: Check whether host and target makefile
12576 fragments exist before adding them to *_makefile_frag.
12577
12578 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12579
12580 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12581
12582 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12583
12584 * configure.in: Make sure we only replace RPATH_ENVVAR on
12585 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12586 regexp to sed.
12587
12588 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12589 to sub-makes.
12590
12591 1998-01-13 Lee Iverson (leei@ai.sri.com)
12592
12593 * config-ml.in (multi-do): LDFLAGS must include multilib
12594 designator.
12595
12596 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
12597
12598 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12599
12600 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12601
12602 * config.sub: Add mingw32 support.
12603 * configure.in: Likewise.
12604
12605 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12606
12607 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12608
12609 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12610
12611 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12612 * configure (gxx_include_dir): Provide a definition for subdirs
12613 which do not use autoconf.
12614
12615 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12616
12617 * config.guess: Sync with egcs. Picks up new alpha support,
12618 BeOS & some additional linux support.
12619
12620 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12621
12622 * config.guess: HP 9000/803 is a PA1.1 machine.
12623
12624 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12625
12626 * configure.in: It's alpha*-...
12627
12628 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12629
12630 * configure.in (host_makefile_frag, target_makefile_frag):
12631 Handle multiple config files.
12632 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12633 alpha-*-*.
12634
12635 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12636
12637 * mkdep: New file.
12638
12639 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12640
12641 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12642
12643 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12644
12645 * Makefile.in: Add libgui directory.
12646 (GDB_TK): Add all-libgui.
12647 * configure.in: Add libgui directory.
12648 * configure: Add all-libgui to GDB_TK.
12649
12650 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12651
12652 * config-ml.in (multidirs): Add m32r to multilib list.
12653
12654 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12655
12656 * Makefile.in (all-target-gperf): Change dependency to
12657 all-target-libstdc++.
12658
12659 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12660
12661 * config.guess: Add BeOS support.
12662
12663 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12664
12665 Source directory cvs renamed to cvssrc:
12666 * configure.in (host_tools): Change cvs to cvssrc.
12667 (native_only): Likewise.
12668 (noconfigdirs) [various cases]: Likewise.
12669 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12670 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12671 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12672 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12673 (all-cvssrc): Rename target from all-cvs.
12674
12675 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12676
12677 * configure (gxx_include_dir): Fix thinko.
12678
12679 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12680
12681 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12682 (install-cross, install-gcc-cross): New targets.
12683
12684 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12685
12686 * configure.in (noconfigdirs): Add support for Thumb target.
12687
12688 * config.sub (maybe_os): Add support for Thumb target.
12689
12690 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12691
12692 * Makefile.in: Add rules for cygmon.
12693
12694 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12695
12696 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12697
12698 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12699 * configure (gxx_include_dir): Provide a definition for subdirs
12700 which do not use autoconf.
12701
12702 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12703
12704 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12705 11/18/97 build
12706
12707 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12708
12709 * From Franz Sirl.
12710 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12711 found on RedHat Linux systems.
12712
12713 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12714
12715 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12716 guesses.
12717
12718 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12719
12720 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12721
12722 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12723
12724 * ltmain.sh: If mkdir fails, check whether the directory was created
12725 anyhow by some other process.
12726
12727 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12728
12729 * configure.in (d30v-*-*): Configure all directories.
12730
12731 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12732
12733 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12734 for the D30V.
12735
12736 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12737
12738 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12739
12740 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12741
12742 * include/libiberty.h: Add extern "C" { so it can be used with C++
12743 progrms.
12744 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12745 programs.
12746
12747 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12748
12749 * configure.in (d30v-*-*): Configure GCC now.
12750
12751 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12752
12753 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12754 is no longer needed.
12755
12756 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12757
12758 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12759
12760 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12761
12762 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12763 targets using "$@" to provide support for similar but not identical
12764 targets without having to duplicate code.
12765
12766 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12767
12768 * makefile.vms: Fix to work with DEC C.
12769
12770 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12771
12772 * config.sub: Add mips-tx39-elf to marketing names.
12773
12774 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12775
12776 * ltmain.sh: Handle symlinks in generated script.
12777
12778 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12779
12780 * configure: Handle autoconf style directory options: --bindir,
12781 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12782 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12783 --sysconfdir.
12784 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12785 (sharedstatedir, localstatedir, oldincludedir): New variables.
12786 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12787 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12788 sbindir, sharedstatedir, and sysconfdir.
12789
12790 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12791
12792 * Makefile.in (bootstrap-lean): New target.
12793
12794 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12795
12796 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12797 sn, and gnuserv from noconfigdirs.
12798
12799 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12800
12801 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12802
12803 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12804
12805 * Makefile.in (cross): New target.
12806
12807 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12808 Jeff Law <law@cygnus.com>
12809
12810 * Makefile.in (bootstrap2, bootstrap3): New targets.
12811 (all-bootstrap): Remove outdated and confusing target.
12812 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12813
12814 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12815
12816 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12817 windows. Consistent with gdb/configure.
12818
12819 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12820
12821 * configure.in: Name Linux target fragment.
12822
12823 * configure: Rewrite so that project Makefile fragment is inserted
12824 first and appears last in the resulting Makefile.
12825
12826 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12827
12828 * Makefile.in (install-itcl): Install tcl first.
12829
12830 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12831
12832 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12833
12834 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12835
12836 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12837
12838 * configure.in (skipdirs): Add target-librx for Linux.
12839 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12840
12841 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12842
12843 * Makefile.in (bootstrap): New target.
12844
12845 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12846
12847 * config.sub: Accept 'amigados' for backward compatibility.
12848
12849 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12850
12851 * config.guess: Merge with FSF.
12852
12853 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12854
12855 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12856
12857 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12858
12859 * config.sub: Add "marketing-names" patch.
12860
12861 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12862
12863 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12864
12865 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12866
12867 * config.sub: Handle v850-elf.
12868
12869 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12870
12871 * .cvsignore (*-install): Remove.
12872
12873 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12874
12875 * ltconfig: Set CONFIG_SHELL in libtool.
12876 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12877
12878 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12879
12880 * configure.in (target_subdir): Set to libraries if enable_multilib.
12881
12882 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12883
12884 * config.guess: Update from gcc directory.
12885
12886 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12887
12888 * Makefile.in (all-sim): Depends on all-readline.
12889
12890 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12891
12892 * Makefile.in (BISON, YACC): Use $$s.
12893 (all-bison): Depend on all-texinfo.
12894
12895 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12896
12897 * Makefile.in (BISON): Add -L flag.
12898 (YACC): Likewise.
12899
12900 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12901
12902 * configure.in (noconfigdirs): Add support for v850e target.
12903
12904 * config.sub (maybe_os): Add support for v850e target.
12905
12906 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12907
12908 * configure.in (noconfigdirs): Add support for v850ea target.
12909
12910 * config.sub (maybe_os): Add support for v850ea target.
12911
12912 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12913
12914 * config.sub: Add mipstx39. Delete r3900.
12915
12916 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12917
12918 * Makefile.in (all-autoconf): Depends on all-texinfo.
12919
12920 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12921
12922 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12923 eabi targets.
12924
12925 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12926
12927 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12928
12929 * configure: When handling a Canadian Cross, handle YACC as well as
12930 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12931 * Makefile.in (all-bison): Depend upon all-texinfo.
12932
12933 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12934
12935 * Makefile.in (BISON): bison, not byacc or bison -y.
12936 (YACC): bison -y or byacc or yacc.
12937 (various): Add *-bison as appropriate.
12938 (taz): No need to mess with BISON anymore.
12939
12940 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12941
12942 * configure: If OSTYPE matches *win32*, try to find a good value for
12943 CONFIG_SHELL.
12944
12945 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12946
12947 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12948 configure.in if it is present.
12949
12950 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12951
12952 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12953
12954 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12955
12956 * config.sub: Recognize `arc' cpu.
12957 * configure.in: Likewise.
12958 * config-ml.in: Likewise.
12959
12960 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12961
12962 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12963
12964 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12965
12966 * configure: Changed sed delimiter from ':' to '|' when
12967 attempting to substitute ${config_shell} for SHELL. On
12968 NT ${config_shell} may contain a ':' in it.
12969
12970 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12971
12972 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12973
12974 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12975
12976 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12977
12978 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12979
12980 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12981
12982 * ylwrap: If the program is a relative path, force it to be
12983 absolute.
12984
12985 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12986
12987 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12988
12989 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12990
12991 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12992 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12993 for libraries.
12994
12995 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12996
12997 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12998 separated by spaces.
12999
13000 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13001
13002 * ylwrap: New file.
13003 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13004
13005 * ltmain.sh: Handle /bin/sh at start of install program.
13006
13007 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13008
13009 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13010 * missing: New file, from automake 1.2.
13011
13012 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13013
13014 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13015 check-tk to CHECK_X11_MODULES.
13016
13017 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13018
13019 * config.sub: Merge with FSF.
13020
13021 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13022
13023 * config.guess: Merge with FSF.
13024
13025 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13026
13027 * configure: Treat msdosdjgpp like go32.
13028 * configure.in: Likewise. Don't remove gprof for go32.
13029
13030 * configure: Change Makefile.tem2 to Makefile.tm2.
13031
13032 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13033
13034 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13035
13036 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13037
13038 * install-sh (chmodcmd): Set to null if the DST directory already
13039 exists. Same as Nov 11th change.
13040
13041 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13042
13043 * configure (GDB_TK): Needs itcl and tix.
13044
13045 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13046
13047 * config.guess: Update from FSF.
13048
13049 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13050
13051 * Makefile.in (GDB_TK): Depend on itcl and tix.
13052
13053 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13054
13055 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13056 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13057 (INSTALL_SCRIPT): New variable.
13058 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13059 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13060 to -x.
13061 * install-sh: Add support for -x option.
13062
13063 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13064
13065 * configure.in, Makefile.in: Treat tix like itcl.
13066
13067 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13068
13069 * Makefile.in (WINDRES): New variable.
13070 (WINDRES_FOR_TARGET): New variable.
13071 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13072 (EXTRA_HOST_FLAGS): Add WINDRES.
13073 (EXTRA_TARGET_FLAGS): Add WINDRES.
13074 (EXTRA_GCC_FLAGS): Add WINDRES.
13075 ($(DO_X)): Pass down WINDRES.
13076 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13077 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13078 DLLTOOL_FOR_TARGET.
13079
13080 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13081
13082 * configure.in: configure sim before gdb for win32-x-ppc
13083
13084 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13085
13086 Move gperf into the toplevel, from libg++.
13087 * configure.in (target_tools): Add target-gperf.
13088 (native_only): Add target-gperf.
13089 * Makefile.in (all-target-gperf): New target, depend on
13090 all-target-libg++.
13091 (configure-target-gperf): Empty rule.
13092 (ALL_TARGET_MODULES): Add all-target-gperf.
13093 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13094 (CHECK_TARGET_MODULES): Add check-target-gperf.
13095 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13096 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13097
13098 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13099
13100 * config.sub (mn10200): Recognize new basic machine.
13101
13102 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13103
13104 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13105 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13106
13107 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13108
13109 * configure.in: If we're building mips-sgi-irix6* native, turn on
13110 ENABLE_MULTILIB and set TARGET_SUBDIR.
13111
13112 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13113
13114 * Makefile.in (all-sn): Depend on all-grep.
13115
13116 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13117
13118 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13119
13120 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13121 Makefile. From Jeff Makey <jeff@cts.com>.
13122 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13123
13124 * Makefile.in (DISTBISONFILES): Remove.
13125 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13126 $(DEFAULT_YACC).
13127
13128 * configure.in: Build itl, db, sn, etc., when building for native
13129 cygwin32.
13130
13131 * Makefile.in (LD): New variable.
13132 (EXTRA_HOST_FLAGS): Pass down LD.
13133 ($(DO_X)): Likewise.
13134
13135 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13136
13137 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13138
13139 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13140
13141 * configure.in (targargs): Strip out any supplied --build argument
13142 before adding our own. Always add --build.
13143
13144 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13145
13146 * configure.in (targargs): Pass --build if we're doing
13147 a cross-compile.
13148
13149 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13150
13151 * configure: Use '|' instead of ":" as the separator in
13152 sed. Otherwise sed chokes on NT path names with drive
13153 designators. Also look for "?:*" as the leading characters in an
13154 absolute pathname.
13155
13156 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13157
13158 * config.sub: Support for r3900.
13159
13160 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13161
13162 * configure.in: Use install-sh, not install.sh.
13163
13164 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13165
13166 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13167 apply it twice.
13168
13169 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13170
13171 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13172 install-binutils.
13173
13174 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13175
13176 * Makefile.in: Add automake targets.
13177 * configure.in (host_tools): Add automake.
13178
13179 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13180
13181 * configure: Default CXX to c++, not gcc.
13182 * Makefile.in (CXX): Set to c++, not gcc.
13183 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13184
13185 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13186
13187 * install-sh: try appending a .exe if source file doesn't
13188 exist
13189
13190 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13191
13192 * configure.in: Turn on multilib by default.
13193 (cross_only): Remove target-libiberty.
13194
13195 * Makefile.in (all-gcc): Don't depend on libiberty.
13196
13197 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13198
13199 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13200
13201 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13202
13203 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13204 (DISTBISONFILES): Add ld/Makefile.in
13205
13206 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13207
13208 * configure.in: if target is cygwin32 but host isn't cygwin32,
13209 don't configure gdb tcl tk expect, not just gdb.
13210
13211 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13212
13213 * configure.in: Added gnuserv everywhere sn appears.
13214
13215 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13216 (CROSS_CHECK_MODULES): Added check-gnuserv.
13217 (INSTALL_MODULES): Added install-gnuserv.
13218 (CLEAN_MODULES): Added clean-gnuserv.
13219 (all-gnuserv): New target.
13220
13221 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13222
13223 * config.guess: Fixes for MIPS OpenBSD systems.
13224
13225 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13226
13227 * Makefile.in (INSTALL_XFORM): Remove.
13228 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13229
13230 * mkinstalldirs: New file, copied from automake.
13231 * Makefile.in (installdirs): Rename from install-dirs. Use
13232 mkinstalldirs. Change all users.
13233 (DEVO_SUPPORT): Add mkinstalldirs.
13234
13235 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13236
13237 * install-sh: Rename from install.sh.
13238 * Makefile.in (INSTALL): Change install.sh to install-sh.
13239 (DEVO_SUPPORT): Likewise.
13240
13241 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13242 Graichen <graichen@rzpd.de>.
13243
13244 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13245
13246 * config.guess: Recognize OpenBSD systems correctly.
13247
13248 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13249
13250 * README, Makefile.in (ETC_SUPPORT): Remove references to
13251 cfg-paper*, configure.{texi,man,info*}._
13252
13253 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13254
13255 * Makefile.in (all.normal): Ensure that gcc is built after all
13256 the x11 - ie gdb - targets.
13257
13258 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13259
13260 * makefile.vms: Don't run conf-a-gas.
13261
13262 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13263
13264 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13265
13266 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13267
13268 * configure.in: Remove noconfigdirs case since gdb also
13269 configures and builds for tic80-coff.
13270
13271 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13272
13273 * configure: Set cache_file to config.cache.
13274 * Makefile.in (local-distclean): Remove config.cache.
13275
13276 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13277
13278 * COPYING: Update FSF address.
13279
13280 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13281
13282 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13283 noconfigdirs.
13284
13285 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13286
13287 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13288 MAKEDIRS, is empty.
13289
13290 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13291
13292 * config.sub: Tweak mn10300 entry.
13293
13294 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13295
13296 * configure.in (host_tools): Put sim before gdb, so gdb's
13297 configure.tgt can determine if the simulator was configured.
13298
13299 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13300
13301 * config.sub: Move BeOS $os case to be with other Cygnus
13302 local cases.
13303
13304 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13305
13306 * config.sub: Remove misplaced comment that broke Linux.
13307
13308 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13309
13310 * config.sub: Add BeOS support.
13311
13312 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13313
13314 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13315
13316 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13317
13318 * configure.in (noconfigdirs): Remove tcl and tk from
13319 noconfigdirs for cygwin32 builds.
13320
13321 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13322
13323 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13324
13325 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13326
13327 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13328 make-all.com, use makefile.vms instead.
13329
13330 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13331
13332 * config.sub: Accept -lnews*.
13333
13334 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13335
13336 * configure.in (noconfigdirs): Disable target-newlib,
13337 target-examples and target-libiberty for d30v.
13338
13339 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13340
13341 * configure.in (noconfigdirs): Enable ld for d30v.
13342
13343 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13344
13345 * configure.in (tic80-*-*): Build compiler.
13346
13347 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13348
13349 * configure.in (d30v-*): Remove sim directory from list of
13350 unsupported d30v directories
13351
13352 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13353
13354 * config.sub, configure.in: Add d30v target cpu.
13355
13356 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13357
13358 * makefile.vms: New file.
13359 * make-all.com: Remove.
13360
13361 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13362
13363 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13364
13365 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13366
13367 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13368
13369 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13370
13371 * Makefile.in (ALL_MODULES): Added all-db.
13372 (CROSS_CHECK_MODULES): Addec check-db.
13373 (INSTALL_MODULES): Added install-db.
13374 (CLEAN_MODULES): Added clean-db.
13375
13376 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13377
13378 * config.guess: Merge with latest FSF sources.
13379
13380 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13381
13382 * Makefile.in (ALL_MODULES): Added all-itcl.
13383 (CROSS_CHECK_MODULES): Added check-itcl.
13384 (INSTALL_MODULES): Added install-itcl.
13385 (CLEAN_MODULES): Added clean-itcl.
13386
13387 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13388
13389 * configure.in: build gdb for mn10200
13390
13391 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13392
13393 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13394
13395 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13396
13397 * configure.in (tic80-*-*): Turn off most targets right now.
13398
13399 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13400
13401 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13402 rather than the makeinfo program.
13403 (do-info): Depend upon all-texinfo.
13404
13405 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13406
13407 * configure.in: Remove uses of config/mh-linux.
13408
13409 * config.sub, config.guess: Merge with latest FSF sources.
13410
13411 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13412
13413 * config.sub (case $basic_machine): Add tic80 entries.
13414
13415 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13416
13417 * config.sub, config.guess: Merge with latest FSF sources.
13418
13419 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13420
13421 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13422 * mpw-config.in: Test for NewFolderRecursive.
13423 * mpw-install: Use symbolic name for startup filename.
13424 * mpw-README: Add various additional details.
13425
13426 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13427
13428 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13429
13430 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13431
13432 * configure.in: Do build gcc and the target libraries for
13433 the mn10200.
13434
13435 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13436
13437 * configure.in: don't avoid building gdb for mn10300 any more
13438 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13439 instead of single-quoting it.
13440
13441 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13442
13443 * configure.in: Don't use --with-stabs on IRIX 6.
13444
13445 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13446
13447 * configure.in (m32r): Build gdb, libg++ now.
13448
13449 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13450
13451 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13452 directories from noconfigdirs.
13453
13454 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13455
13456 * config.sub (basic_machine): added mips16 configuration
13457
13458 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13459
13460 * config.sub: Handle d10v-unknown.
13461
13462 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13463
13464 * config.sub: Handle v850-unknown.
13465
13466 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13467
13468 * Makefile.in: add findutils
13469 * configure.in: add findutils to list of host_tools
13470
13471 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13472
13473 * config.sub: Handle mn10200 and mn10300.
13474
13475 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13476
13477 * configure.in (d10v-*): Do not build librx.
13478
13479 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13480
13481 * configure.in (mn10300): Build everything except gdb & libgloss.
13482
13483 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13484
13485 * config.guess: Patch for Dansk Data Elektronik servers,
13486 from Niels Skou Olsen <nso@dde.dk>.
13487
13488 For ncr, use /bin/uname rather than uname, since GNU uname does not
13489 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13490
13491 Patch for MIPS R4000 running System V,
13492 from Eric S. Raymond <esr@snark.thyrsus.com>.
13493
13494 Fix thinko for nextstep.
13495
13496 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13497
13498 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13499 * config.guess: Guess mips-dec-mach_bsd4.3.
13500
13501 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13502 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13503 release numbers.
13504 * config.guess (mips-mips-riscos*): Emit just enough of the
13505 release number.
13506
13507 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13508 * config.guess (sparc-auspex-sunos*): Added.
13509 (f300-fujitsu-*): Added.
13510
13511 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13512 * config.guess: Recognize a Tadpole as a sparc.
13513
13514 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13515
13516 * config.guess: Don't assume that NextStep version is either 2 or
13517 3. NextStep 4 (aka OpenStep 4) has come out now.
13518
13519 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13520
13521 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13522 From Rik Faith <faith@cs.unc.edu>.
13523
13524 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13525
13526 * config.sub: Contributions from bug-gnu-utils to:
13527 Support plain "hppa" (no version given) architecture, reported by
13528 OpenStep.
13529 OpenBSD like NetBSD.
13530 LynxOs is not a hardware supplier.
13531
13532 * config.guess: Contributions from bug-gnu-utils to add support for:
13533 OpenBSD like NetBSD.
13534 Stratus systems.
13535 More Pyramid systems.
13536 i[n>4]86 Intel chips.
13537 M680[n>4]0 Motorola chips.
13538 Use unknown instead of lynx for hardware manufacturer.
13539
13540 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13541
13542 * install.sh (chmodcmd): Set to null if the DST directory already
13543 exists.
13544
13545 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13546
13547 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13548 not use mt-ppc target Makefile fragment any more.
13549
13550 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13551
13552 * configure.in (*-*-windows): Exclude everything but those dirs
13553 needed to build windows.
13554
13555 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13556
13557 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13558
13559 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13560
13561 * configure.in: Exclude mmalloc from i386-windows.
13562
13563 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13564
13565 * Undo my previous change.
13566
13567 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13568
13569 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13570 unconditionally.
13571 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13572
13573 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13574
13575 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13576 host to add it's own flags.
13577
13578 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13579
13580 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13581
13582 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13583
13584 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13585 (CXX_FOR_TARGET): Likewise.
13586 (GCC_FOR_TARGET): Define.
13587 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13588 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13589 CC_FOR_TARGET was specified on the command line.
13590 (MAKEOVERRIDES): Don't define.
13591
13592 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13593
13594 * configure.in (m32r): Fix spelling of libg++ libs.
13595
13596 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13597
13598 * config.sub (-apple*): Remove, now redundant.
13599
13600 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13601
13602 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13603
13604 * configure: Rework yesterday's sed script patch.
13605
13606 * config.sub: Merge with FSF.
13607
13608 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13609
13610 * config.guess: Merge from FSF.
13611
13612 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13613 * config.guess: Use pc instead of unknown, for pc clone systems.
13614 Change linux to linux-gnu.
13615
13616 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13617 * config.guess: Avoid non-portable tr syntax.
13618
13619 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13620
13621 * test-build.mk (HOLES): Add "xargs" for gdb.
13622
13623 * configure: Avoid hpux10.20 sed bug.
13624
13625 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13626
13627 * configure.in: Add support for windows host
13628 (that is a build done under the Microsoft build environment).
13629
13630 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13631
13632 * Makefile.in: Replace all uses of srcroot with s, to shrink
13633 command line lengths.
13634
13635 Patches from Geoffrey Noer <noer@cygnus.com>:
13636 * configure.in: If configuring for newlib, pass --with-newlib to
13637 subdirectories.
13638 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13639 -Bnewlib/ and -Lwinsup to gcc.
13640 (CXX_FOR_TARGET): Likewise.
13641
13642 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13643
13644 * Makefile.in (ETC_SUPPORT): Add configure.
13645
13646 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13647
13648 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13649 host configuration file.
13650
13651 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13652
13653 * configure.in: Break mn10x00 support into separate
13654 mn10200 and mn10300 configurations.
13655 * config.sub: Likewise.
13656
13657 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13658
13659 * configure.in: Add lots of stuff to noconfigdirs for
13660 the mn10x00 targets.
13661
13662 * config.sub, configure.in: Add mn10x00 support.
13663
13664 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13665
13666 * make-all.com: Call conf-a-gas, not config-a-gas.
13667
13668 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13669
13670 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13671 targets.
13672
13673 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13674
13675 * mpw-README: Add much more detail for native PowerMac.
13676 * mpw-install: New file.
13677 * mpw-configure: Add --norecursion and --help options.
13678 * mpw-config.in: Translate readme and install files when
13679 copying to objdir.
13680 * mpw-build.in: Don't always depend on byacc and flex.
13681 (install-only-top): New action.
13682
13683 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13684
13685 * configure.in: You can now configure GDB for the v850.
13686
13687 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13688
13689 * configure.in (noconfigdirs): Don't configure any C++ dirs
13690 if targeting D10V.
13691
13692 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13693
13694 * config.sub: Recognize mips64vr5000.
13695
13696 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13697
13698 * configure.in: Use a single line for host_tools and native_only.
13699
13700 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13701
13702 * config.sub, configure.in: Add entries for m32r.
13703
13704 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13705
13706 * Makefile.in (inet-install): Don't run install-gzip.
13707
13708 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13709
13710 * configure.in: Don't config lots of things for *-*-windows*.
13711
13712 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13713
13714 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13715 (host_libs, host_tools): Copy from configure.in.
13716 * mpw-configure: Don't complain about directories not found.
13717
13718 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13719
13720 * configure.in (i[345]86): Recognize i686 for pentium pro.
13721 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13722 file.
13723
13724 * config.guess (i[345]86): Ditto.
13725
13726 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13727
13728 * configure.in (noconfigdirs): Removed gdb for D10V.
13729
13730 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13731
13732 * configure.in: Remove ld, target-libio, target-libg++, and
13733 target-libstdc++ from noconfigdirs.
13734
13735 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13736
13737 * configure: Fix three locations where shell scripts were
13738 being run directly rather than with config_shell.
13739
13740 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13741
13742 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13743 * config.sub (basic_machine): Recognize v850.
13744
13745 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13746
13747 * mpw-configure: Handle multiple enable/disable options and
13748 pass them down recursively, handle -c and -s flags appropriately
13749 depending on choice of compiler, add escape mechanism for
13750 quoted arguments to gC.
13751
13752 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13753
13754 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13755 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13756 so that -mrelocatable-lib and -mno-eabi are used.
13757
13758 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13759 not support --print-multi-lib, don't abort.
13760
13761 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13762
13763 * make-all.com: Run config-a-gas.
13764 * setup.com: Don't copy subdirectory files around.
13765
13766 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13767
13768 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13769 target, it now compiles correctly.
13770
13771 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13772
13773 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13774
13775 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13776
13777 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13778
13779 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13780
13781 * configure.in (native_only): Add prms.
13782
13783 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13784
13785 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13786 (BINUTILS_SUPPORT_DIRS): Likewise.
13787
13788 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13789
13790 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13791 d10v support is added.
13792
13793 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13794
13795 * configure.in (d10v-*-*): New target.
13796
13797 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13798
13799 * config.guess (HP 9000/811): Recognize this as a PA1.1
13800 machine.
13801
13802 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13803
13804 * Makefile.in (do-tar-gz): New target, split out from tail end of
13805 taz target. Run each command separately, don't use pipes.
13806 (taz): Use it.
13807
13808 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13809
13810 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13811 * mpw-build.in: No builds should depend on building byacc or flex,
13812 they are assumed to be installed already.
13813
13814 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13815
13816 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13817 variable that CC_FOR_TARGET needs.
13818
13819 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13820
13821 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13822 options have changed since the last time the subdirectory was
13823 configured, and if it has, reconfigure.
13824 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13825 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13826
13827 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13828
13829 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13830 CLEAN_MODULES): Add bash.
13831 (all-bash): New target.
13832
13833 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13834
13835 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13836
13837 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13838
13839 * config.sub (basic_machine): Recognize d10v as a valid processor.
13840
13841 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13842
13843 * mpw-configure: Add support for --bindir.
13844 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13845
13846 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13847
13848 * configure.in: add bash, time, gawk to list of hosttools and things
13849 to only build for native toolchains
13850
13851 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13852
13853 * Makefile.in (docdir): Remove.
13854
13855 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13856
13857 * Makefile.in (datadir): Set to $(prefix)/share.
13858
13859 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13860
13861 * configure.in: build diff and patch for cygwin32-hosted
13862 toolchains.
13863
13864 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13865
13866 * config.sub: Accept -rtems*.
13867
13868 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13869
13870 * configure.in: enable dosrel for cygwin32-hosted builds,
13871 remove diff from the list of things not buildable
13872 via Canadian Cross
13873
13874 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13875
13876 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13877 don't get ". ".
13878
13879 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13880
13881 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13882
13883 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13884
13885 * Makefile.in (taz): Handle case where tex3patch didn't even get
13886 checked out. Also, if it was found, put the symlink in a new util
13887 subdirectory.
13888
13889 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13890
13891 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13892
13893 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13894
13895 * config.sub: Recognize -openvms.
13896 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13897 * make-all.com, setup.com: New files.
13898
13899 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13900
13901 * Makefile.in (taz): tex3patch moved to texinfo/util.
13902
13903 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13904
13905 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13906 * configure.in: remove make from disable-if-Can-Cross list
13907 enable gdb if ${host} and ${target} are cygwin32
13908
13909 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13910
13911 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13912 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13913
13914 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13915
13916 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13917 distinguish sysv/svr4/bsd variants.
13918 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13919
13920 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13921
13922 * configure.in: Added copyright notice.
13923 * move-if-change: Added copyright notice.
13924
13925 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13926
13927 * configure.in (powerpcle-*-solaris*): Until we get shared
13928 libraries working, don't build gdb, sim, make, tcl, tk, or
13929 expect.
13930
13931 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13932
13933 * config.guess: Merge with FSF:
13934
13935 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13936 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13937
13938 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13939 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13940
13941 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13942 * config.guess: Combine two OSF1 rules.
13943 Also recognize field test versions. From mjr@zk3.dec.com.
13944 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13945 because GNU uname does not support -p. From pmr@pajato.com.
13946
13947 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13948
13949 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13950
13951 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13952
13953 * mpw-README: Document GCCIncludes.
13954
13955 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13956
13957 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13958
13959 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13960
13961 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13962
13963 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13964
13965 * configure.in (*-*-cygwin32): Configure make.
13966
13967 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13968
13969 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13970
13971 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13972
13973 * Makefile.in (all-inet): Depend on all-perl.
13974
13975 * Makefile.in (inet-install): New target.
13976
13977 * Makefile.in (all-inet): Depend on all-tcl.
13978 (all-inet): Depend on all-send-pr.
13979
13980 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13981
13982 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13983 temporarily.
13984
13985 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13986
13987 * configure.in: Don't configure --with-gnu-ld on AIX.
13988
13989 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13990
13991 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13992
13993 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13994
13995 * Makefile.in (ALL_MODULES): Added all-inet.
13996 (CROSS_CHECK_MODULES): Added check-inet.
13997 (INSTALL_MODULES): Added install-inet.
13998 (CLEAN_MODULES): Added clean-inet.
13999 (all-indent): New target.
14000
14001 * configure.in (host_tools): Added inet.
14002 (native_only): Added inet.
14003 (noconfigdirs): Added inet.
14004
14005 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14006
14007 * configure.in: Don't configure libgloss if we are not configuring
14008 newlib.
14009
14010 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14011
14012 * configure.in: Don't configure libgloss for unsupported
14013 architectures.
14014
14015 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14016
14017 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14018
14019 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14020
14021 * Makefile.in (ALL_MODULES): Include all-apache.
14022 (CROSS_CHECK_MODULES): Include check-apache.
14023 (INSTALL_MODULES): Include install-apache.
14024 (all-apache): New target.
14025
14026 * configure.in: Added apache everywhere perl is seen.
14027
14028 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14029
14030 * Makefile.in: Add support for clean-{module} and
14031 clean-target-{module} rules.
14032
14033 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14034
14035 * configure.in (*-*-ose) do not build libgloss.
14036
14037 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14038
14039 * config.guess (prep*:SunOS:5.*:*): Turn into
14040 powerpele-unknown-solaris2.
14041
14042 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14043
14044 * configure.in: Permit --enable-shared to specify a list of
14045 directories.
14046
14047 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14048
14049 * configure.in (host==solaris): Pass only the first word of $CC
14050 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14051
14052 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14053
14054 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14055
14056 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14057
14058 * Makefile.in (ALL_MODULES): Include all-perl.
14059 (CROSS_CHECK_MODULES): Include check-perl.
14060 (INSTALL_MODULES): Include install-perl.
14061 (ALL_X11_MODULES): Include all-guile.
14062 (CHECK_X11_MODULES): Include check-guile.
14063 (INSTALL_X11_MODULES): Include install-guile.
14064 (all-perl): New target.
14065 (all-guile): New target.
14066
14067 * configure.in (host_tools): Include perl and guile.
14068 (native_only): Include perl and guile.
14069 (noconfigdirs): Don't build guile and perl; no ports have been
14070 done.
14071
14072 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14073
14074 * configure (--enable-*): Handle quoted option lists such as
14075 --enable-sim-cflags='-g0 -O' better.
14076
14077 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14078
14079 * Makefile.in ({,inst}all-target): New rule so we can make and
14080 install all of the target directories easily.
14081
14082 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14083
14084 * configure.in: Add missing global flag in sed substitution when
14085 deleting `target-' from ${configdirs}.
14086
14087 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14088
14089 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14090 option.
14091
14092 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14093 config/mh-necv4.
14094
14095 * install.sh: Correct misspelling of transformbasename.
14096
14097 * config.guess: Recognize mips-*-sysv*.
14098
14099 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14100
14101 * config.sub: Recognize mon960.
14102
14103 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14104
14105 * configure: Restore Canadian Cross handling of BISON and LEX,
14106 removed in Feb 20 change.
14107
14108 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14109
14110 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14111 Mention make install. Remove the old copyright date as well the
14112 clumsy and rather pointless copyright on the README file.
14113
14114 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14115
14116 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14117 Makefile after running symlink-tree, then run `make distclean' to
14118 avoid clobbering any generated files in srcdir.
14119
14120 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14121
14122 * configure.in (m68k-*-netbsd*): Build everything now.
14123
14124 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14125
14126 * Makefile.in (taz): Fix quoting.
14127
14128 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14129
14130 * configure.in (sparclet-*-*): Build everything now.
14131
14132 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14133
14134 * configure.in (m68k-*-linux*): New host.
14135
14136 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14137
14138 * configure: Check for bison before byacc.
14139
14140 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14141
14142 * Makefile.in configure: Change the way LEX and BISON/YACC are
14143 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14144 searching PATH. These are used as fallbacks by Makefile.in if
14145 flex/bison/byacc aren't in objdir.
14146
14147 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14148
14149 * Makefile.in: Make everything which depends upon all-bfd also
14150 depend upon all-opcodes, in case --with-commonbfdlib is used.
14151
14152 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14153
14154 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14155 building NT native compilers on Unix.
14156
14157 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14158
14159 * configure.in: Don't get CC from the host Makefile fragment if we
14160 can find gcc in PATH, or if this is a Canadian Cross. Move the
14161 Solaris test for /usr/ucb/cc to the post target script, just after
14162 the compiler sanity test.
14163
14164 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14165
14166 * config.sub: Merge with FSF.
14167
14168 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14169
14170 * Makefile.in (RPATH_ENVVAR): New variable.
14171 (REALLY_SET_LIB_PATH): Use it.
14172 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14173
14174 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14175
14176 * config.sub, configure.in: Recognize sparclet cpu.
14177
14178 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14179
14180 * config.guess: Support m68k-cbm-sysv4.
14181
14182 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14183
14184 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14185 m68k-unknown-linuxaout from linker help string. Put quotes around
14186 $ld_help_string.
14187
14188 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14189
14190 * config.guess (powerpc-harris-powerunix): Add guess for port
14191 to new target.
14192
14193 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14194
14195 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14196
14197 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14198
14199 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14200 $(REALLY_SET_LIB_PATH) in Makefile.
14201 * Makefile.in (SET_LIB_PATH): New variable.
14202 (REALLY_SET_LIB_PATH): New variable.
14203 ($(DO_X)): Use $(SET_LIB_PATH).
14204 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14205 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14206 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14207 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14208 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14209 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14210 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14211 (install-dosrel): Likewise.
14212 (all-opcodes): Depend upon all-libiberty.
14213
14214 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14215
14216 * config.guess (*:CYGWIN*): New
14217
14218 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14219
14220 * Makefile.in (all-target-winsup): All all-target-libiberty.
14221
14222 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14223
14224 * configure.in (noconfigdirs): Add missing # in front of comment.
14225
14226 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14227
14228 * configure.in: add second pass to things added to noconfigdirs
14229 so *-gm-magic can exclude libgloss properly.
14230
14231 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14232
14233 * mpw-configure (extralibs_name, rez_name): Set correctly
14234 for MWC68K compiler.
14235
14236 * mpw-README: Add more info on the necessary build tools.
14237
14238 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14239
14240 * configure.in, config.sub: Recognize cygwin32.
14241
14242 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14243
14244 * config.guess, config.sub: Recognize A/UX.
14245
14246 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14247
14248 * config.sub: Merge with gcc/config.sub.
14249
14250 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14251
14252 * mpw-build.in (do-binutils): Add build of stamps.
14253
14254 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14255
14256 * config.sub: Add recognition for mips64vr4100*-* targets.
14257
14258 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14259
14260 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14261 Add creation of gconfigargs with `--enable-shared' turned on.
14262 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14263 ($(host)-stamp-stage3-configured): Likewise.
14264 (HOLES): Add chatr and ldd.
14265 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14266
14267 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14268
14269 * configure: Pass --nfp to recursive configures.
14270
14271 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14272
14273 * Makefile.in (DLLTOOL): New.
14274 (DLLTOOL_FOR_TARGET): New.
14275 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14276 (EXTRA_TARGET_FLAGS): Ditto.
14277 (EXTRA_GCC_FLAGS): Ditto.
14278 (CONFIGURE_TARGET_MODULES): Ditto.
14279 (DO_X): Ditto.
14280 * configure: Add DLLTOOL.
14281
14282 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14283
14284 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14285 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14286 mh-sco, since old workarounds no longer needed, and don't
14287 build ld, since libraries have weak symbols in COFF.
14288
14289 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14290
14291 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14292
14293 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14294
14295 * configure.in: Make sure that ${CC} can be used to compile an
14296 executable.
14297
14298 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14299
14300 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14301 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14302 nothing depending on whether gdbtk is being built.
14303
14304 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14305
14306 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14307
14308 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14309
14310 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14311 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14312
14313 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14314
14315 * config-ml.in: Add support for
14316 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14317 Simplify setting of multidirs from --disable-foo.
14318
14319 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14320
14321 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14322 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14323 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14324 non-empty, pass them on to the GCC make.
14325 (all-bootstrap): New rule that is like all-gcc, except it executes
14326 the GCC bootstrap rule instead of the GCC all rule.
14327
14328 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14329
14330 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14331
14332 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14333
14334 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14335 DG/UX support.
14336
14337 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14338
14339 * config.sub (i*86*) Change [345] to [3456]
14340
14341 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14342
14343 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14344 --with-gnu-ld=no.
14345
14346 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14347
14348 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14349 AIX multilibs get built.
14350
14351 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14352
14353 * configure.in (i386-win32): Don't build expect if we're not
14354 building the tcl subdir.
14355
14356 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14357
14358 * Makefile.in: (configure-target-examples, all-target-examples):
14359 New targets, configure and build example programs.
14360
14361 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14362
14363 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14364 use it as input to sedit the generated MPW makefile.
14365 * mpw-README: Add a suggestion about Gestalt.h.
14366
14367 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14368
14369 * config.sub: Accept *-*-ieee*.
14370
14371 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14372
14373 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14374 Ronald F. Guilmette <rfg@monkeys.com>.
14375
14376 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14377
14378 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14379 for powerpc-pe native.
14380 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14381 (target==powerpc-pe): duplicate i386-win32 entry.
14382
14383 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14384
14385 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14386 of vxworks, not just vxworks5.1.
14387
14388 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14389
14390 * mpw-configure: Add support for exec-prefix.
14391
14392 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14393
14394 * config.guess: Recognize HP model 816 machines as having
14395 a PA1.1 processor.
14396
14397 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14398
14399 * configure: Ignore new autoconf configure options.
14400
14401 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14402
14403 * config.guess: Recognize Pentium under SCO.
14404 From Robert Lipe <robertl@arnet.com>.
14405
14406 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14407
14408 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14409
14410 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14411
14412 * configure.in: Don't configure gas for alpha-dec-osf*.
14413
14414 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14415
14416 * configure.in: Default to --with-stabs for some targets for which
14417 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14418 i[345]86*-*-unixware*.
14419
14420 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14421
14422 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14423 rather than basing it on the target. Simplify handling of options
14424 controlling which directories to configure. Remove extraneous
14425 slash in multi-clean target.
14426
14427 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14428
14429 * config-ml.in: Prefix more variables with ml_ so they don't collide
14430 with configure's.
14431
14432 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14433
14434 * configure: Don't turn -v into --v.
14435
14436 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14437
14438 * configure.in (targargs): Fix typo.
14439
14440 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14441
14442 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14443
14444 * configure.in: Strip --host and --target options from
14445 CONFIG_ARGUMENTS, and always configure for --host only. Add
14446 --with-cross-host option when building with a cross-compiler.
14447 * configure: Canonicalize the arguments put into config.status by
14448 always using `=' for an option with an argument. Pass a presumed
14449 --host or --target explicitly.
14450
14451 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14452
14453 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14454 into general OS recognition case.
14455
14456 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14457
14458 * configure.in (target_configdirs): add target-winsup only
14459 for win32 target systems.
14460
14461 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14462
14463 * Makefile.in (all-target-libgloss): Depend upon
14464 configure-target-newlib, since when libgloss is built it looks to
14465 see if the newlib directory exists.
14466
14467 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14468
14469 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14470 cfg-ml-*.in.
14471
14472 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14473
14474 * configure: Handle LD and LD_FOR_TARGET when configuring a
14475 Canadian Cross.
14476
14477 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14478
14479 * configure.in (target_libs): add target-winsup.
14480 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14481 (target==ppcle-pe): remove ld from $noconfigdirs.
14482
14483 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14484
14485 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14486 Preserve relative path names in $srcdir. Build symlink tree if
14487 configuring cross target dir and srcdir=. (= no VPATH support).
14488 (configure-target-libg++): Depend on configure-target-librx.
14489 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14490 * config-ml.in: New file.
14491 * symlink-tree: New file.
14492 * configure: Ensure srcdir="." if that's what it is.
14493
14494 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14495
14496 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14497 includes and FLEX_SKELETON setting.
14498 * mpw-configure (--with-gnu-ld): New option, controls whether
14499 to use PPCLink or ld with PowerMac GCC.
14500 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14501 * mpw-config.in: Configure grez if targeting Mac.
14502
14503 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14504 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14505 just macos.
14506 * configure.in: Configure grez resource compiler if targeting Mac.
14507 * Makefile.in (all-grez, install-grez): New targets.
14508
14509 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14510
14511 * configure: CXX defaults to gcc, not g++. If we find
14512 gcc in the path, set CC to gcc -O2.
14513
14514 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14515
14516 * configure: Default ${build} correctly. Avoid picking up extra
14517 spaces when reading CC and CXX from Makefile. When doing a
14518 Canadian Cross, use plausible default values for numerous
14519 variables.
14520 * configure.in: When doing a Canadian Cross, don't try to
14521 configure tools whose configure script can't handle it.
14522
14523 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14524
14525 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14526
14527 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14528
14529 * configure: Remove dubious bug reporting address.
14530
14531 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14532
14533 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14534 configure script, run that instead of this directory's configure.
14535 In either case, print a message that we're configuring the sub-dir.
14536
14537 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14538
14539 * configure.in: Before checking for the existence of various files,
14540 use sed to filter out "target-".
14541
14542 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14543
14544 * Makefile.in (DO_X): Split rule to decrease command line length
14545 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14546 (Philippe De Muyter).
14547
14548 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14549
14550 * Makefile.in (all-patch): depend on all-libiberty.
14551
14552 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14553
14554 * configure.in: If the only directory in target_configdirs which
14555 actually exists is libiberty, then set target_configdirs to empty,
14556 to avoid trying to build a target libiberty in a gas or gdb
14557 distribution.
14558
14559 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14560
14561 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14562 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14563 systems.
14564
14565 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14566
14567 * configure.in (copy_dirs): Use sys-include instead of include
14568 for --with-headers option.
14569
14570 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14571
14572 * Makefile.in, configure.in: Make winsup builds work with
14573 new scheme.
14574
14575 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14576
14577 * configure.in: Build the linker on AIX.
14578
14579 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14580
14581 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14582 where needed.
14583
14584 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14585
14586 * Makefile.in (all-gcc): Fix typo.
14587
14588 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14589
14590 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14591
14592 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14593
14594 * configure.in: Rename libFOO to target-libFOO, and xiberty
14595 to target-xiberty, to provide more flexibility.
14596 (target_subdir): Define. Create if cross.
14597 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14598 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14599 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14600 check-libFOO -> check-target-libFOO, etc.
14601 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14602 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14603 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14604 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14605 allow ALL_GCC="" to only configure.
14606 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14607 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14608 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14609
14610 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14611
14612 * Makefile.in (taz): Build "info" in etc explicitly.
14613
14614 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14615
14616 * configure.in: Make sure that CC is undefined (as opposed to
14617 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14618 problem with autoconf trying to configure on a host without GCC.
14619
14620 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14621
14622 * mpw-configure: Set host alias from choice of host compiler,
14623 only use generic MPW Makefile sed if present, edit a file
14624 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14625 * mpw-README: Add problem notes about CW6 and CW7.
14626
14627 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14628
14629 * Makefile.in (taz): Use ";" instead of ";;".
14630
14631 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14632
14633 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14634 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14635 DISTDOCDIRS.
14636 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14637 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14638
14639 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14640
14641 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14642 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14643 Move bfd to DISTSTUFFDIRS.
14644
14645 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14646
14647 * Makefile.in (X11_LIB): Removed.
14648 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14649
14650 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14651
14652 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14653
14654 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14655 names.
14656
14657 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14658
14659 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14660
14661 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14662
14663 * configure.in (i[345]86-*-win32): Always build newlib.
14664 Don't configure cvs, autoconf or texinfo.
14665 * Makefile.in (LD_FOR_TARGET): New.
14666 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14667 Pass down LD_FOR_TARGET.
14668
14669 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14670
14671 * winsup: New directory.
14672 * Makefile.in: Build winsup.
14673 * configure.in: Winsup is configured when target is win32.
14674 Can only build win32 target GDB when native.
14675
14676 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14677
14678 * config.guess: Recognize HP model 819 machines as having
14679 a PA 1.1 processor.
14680
14681 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14682
14683 * configure: Fix sed loop which substitutes for CC and CXX to
14684 avoid bug found in various sed implementations.
14685
14686 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14687
14688 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14689 simulator. Use standard powerpc-*-eabi*.
14690
14691 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14692
14693 * configure.in: Stop putting gas and binutils in noconfigdirs for
14694 powerpc-*-aix* and rs6000-*-*.
14695
14696 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14697
14698 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14699 -mcall-aixdesc libraries.
14700
14701 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14702
14703 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14704
14705 * config.sub (arm | armel | armeb): Fix shell syntax.
14706
14707 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14708
14709 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14710 -msoft-float and -mcpu=common support.
14711 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14712 libraries.
14713
14714 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14715
14716 * configure.in: Allow configuration and build of emacs19 for the alpha.
14717
14718 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14719
14720 * configure.in (CC): Get ^CC, not just any old CC, from
14721 ${host_makefile_frag}.
14722
14723 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14724
14725 * configure.in (CC): Try to get CC from
14726 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14727
14728 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14729
14730 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14731 only if it exists in $(srcdir).
14732
14733 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14734
14735 * configure: If CC and CXX are not set in the environment, set
14736 them, based on either an existing Makefile or on searching for gcc
14737 in PATH. Substitute for CC and CXX in Makefile.
14738 * configure.in: Remove libm from target_libs. Separate
14739 target_configdirs from configdirs. If CC is not set in
14740 environment, try to get it from a host Makefile fragment. Rewrite
14741 changes of configdirs to use skipdirs instead. A few minor
14742 tweaks. Take directories out of target_configdirs as they are
14743 taken out of configdirs. Remove existing Makefile files from
14744 subdirectories. Substitute for TARGET_CONFIGDIRS and
14745 CONFIG_ARGUMENTS in Makefile.
14746 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14747 by configure.in.
14748 (CONFIG_ARGUMENTS): Likewise.
14749 (CONFIGURE_TARGET_MODULES): New variable.
14750 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14751 ($(CONFIGURE_TARGET_MODULES)): New target.
14752 (configure-libg++, configure-libio): New targets.
14753 (all-libg++): Depend upon configure-libg++.
14754 (all-libio): Depend upon configure-libio.
14755 (configure-libgloss, all-libgloss): New targets.
14756 (configure-libstdc++): New target.
14757 (all-libstdc++): Depend upon configure-libstdc++.
14758 (configure-librx, all-librx): New targets.
14759 (configure-newlib): New target.
14760 (all-newlib): Depend upon configure-newlib
14761 (configure-xiberty): New target.
14762 (all-xiberty): Depend upon configure-xiberty.
14763
14764 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14765
14766 * configure.in (host i[345]86-*-win32): Expand the
14767 noconfigdirs again.
14768
14769 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14770
14771 * mpw-configure: Fix sed command file name.
14772
14773 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14774
14775 * configure.in (host i[345]86-*-win32): Reduce the
14776 noconfigdirs again.
14777
14778 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14779
14780 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14781 or powerpc*-*-pe*, since they are not yet supported.
14782
14783 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14784
14785 Add PowerMac support and many other enhancements.
14786 * mpw-configure: New option --cc to select compiler to use,
14787 paste options set according to --cc into the generated
14788 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14789 if mpw-make.sed is present.
14790 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14791 add forward includes for PowerPC include files.
14792 * mpw-build.in: Build using Makefile.PPC if present.
14793 (do-byacc, etc): Remove separate version resource builds.
14794 (do-gas): Build "stamps" before "all".
14795 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14796 * mpw-README: Update to reflect --cc option, PowerMac support,
14797 and recently-reported compatibility problems.
14798
14799 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14800
14801 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14802 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14803 (--with-multilib-top): Pass to recursive invocations.
14804
14805 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14806
14807 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14808 v810-*-*.
14809
14810 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14811
14812 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14813 gdb, ld and opcodes on v810-*-*.
14814
14815 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14816
14817 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14818 (local-maintainer-clean): New target.
14819 (maintainer-clean): New target.
14820 (realclean): Just depend upon maintainer-clean.
14821
14822 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14823
14824 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14825
14826 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14827
14828 * configure.in: Build ld in mips*-*-bsd* case.
14829
14830 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14831
14832 * config.sub: Accept -lites* OS. From Ian Dall.
14833
14834 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14835
14836 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14837 targets.
14838
14839 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14840
14841 * configure.in: treat i386-win32 canadian cross the same as
14842 i386-go32 canadian cross.
14843
14844 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14845
14846 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14847 running under the simulator to build a reduced set of libraries.
14848 (powerpc-*-eabiaix): Add fine grained multilib support added to
14849 other powerpc targets yesterday.
14850
14851 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14852
14853 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14854 -disable-softfloat, -disable-relocatable, -disable-aix, and
14855 -disable-sysv to control which multilib libraries get built.
14856
14857 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14858
14859 * configure: Add Makefile.tem to list of files to remove in trap
14860 handler.
14861
14862 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14863
14864 * config.guess (*Linux*): Add missing "exit"s.
14865 Also, need specific check for alpha-unknown-linux (uses COFF).
14866
14867 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14868
14869 * config.guess: Merge with FSF:
14870
14871 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14872 * config.guess (AIX4): More robust release numbering discovery.
14873
14874 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14875 * config.guess (i386-sequent-ptx): Properly get version number.
14876
14877 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14878 * config.guess (mips:*:4*:UMIPS): New case.
14879
14880 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14881
14882 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14883 (i386-win32 host): Likewise. Don't build readline.
14884
14885 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14886
14887 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14888 SUPPORT_FILES to submakes.
14889
14890 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14891
14892 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14893 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14894 mpw-configure.
14895
14896 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14897
14898 * configure.in (appdirs): Use =, not ==, in test expression when
14899 trying to build the text to print in the warning message for
14900 Solaris users.
14901
14902 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14903
14904 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14905
14906 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14907
14908 * config.guess: Recognize lynx-2.3.
14909
14910 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14911
14912 * config.sub (z8ksim): Deleted
14913 (z8k-*-coff): New, this is the one true name of the target.
14914
14915 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14916
14917 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14918
14919 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14920
14921 * config.guess (*:Linux:*:*): First try asking the linker what the
14922 default object file format is (elf, aout, or coff). Then if this
14923 fails, try previous methods.
14924
14925 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14926
14927 * configure.in: Don't build newlib for *-*-vxworks5.1.
14928
14929 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14930
14931 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14932 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14933
14934 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14935
14936 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14937
14938 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14939
14940 * cfg-ml-com.in: New file.
14941 * cfg-ml-pos.in: New file.
14942
14943 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14944
14945 * COPYING.NEWLIB: Add HP free copyright to list.
14946
14947 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14948
14949 * config.sub: Recognize -eabi* for the system, not just -eabi.
14950
14951 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14952
14953 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14954 * config.sub, configure.in (win32): New target and host.
14955
14956 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14957
14958 * configure.in: Add i386-pe configuration.
14959
14960 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14961
14962 * mpw-build.in (install): Install GDB after LD.
14963
14964 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14965
14966 * mpw-config.in (elf/mips.h): Always forward-include, needed
14967 for GDB to build.
14968
14969 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14970
14971 * testsuite: New directory for customer acceptance and whole tool
14972 chain tests.
14973
14974 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14975
14976 * configure: If per-host line isn't found, but AC_OUTPUT is found
14977 and a configure script exists, run it instead.
14978
14979 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14980
14981 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14982
14983 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14984
14985 * configure: Set build_{cpu,vendor,os,alias} to host values when
14986 --build isn't specified.
14987
14988 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14989
14990 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14991 (FLAGS_TO_PASS): Pass them.
14992 (EXTRA_TARGET_FLAGS): Ditto.
14993
14994 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14995
14996 * Makefile.in (all-libg++): Depend on all-libstdc++.
14997
14998 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14999
15000 * configure.in (noconfigdirs): Enable all packages for
15001 i386-unknown-netbsd.
15002
15003 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15004
15005 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15006 hosted builds (DOS builds)
15007
15008 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15009
15010 Changes for ARM based on patches from Richard Earnshaw:
15011 * config.sub: Handle armeb and armel.
15012 * configure.in: Omit arm linker only for riscix.
15013
15014 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15015
15016 * config.guess: Update from FSF.
15017
15018 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15019
15020 * config.sub: Recognize powerpcle as the little endian variant of
15021 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15022 powerpcle variant. Convert pentium into i586, not i486. Add p5
15023 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15024 temporarily.
15025
15026 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15027
15028 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15029
15030 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15031
15032 * config.sub: Accept -lites* as a basic system type.
15033
15034 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15035
15036 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15037 installed, and if so return linuxoldld as the system name.
15038
15039 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15040
15041 * config.guess: Add hppa1.1-hp-lites support.
15042
15043 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15044
15045 * configure.in: Don't build newlib for m68k-vxworks5.1.
15046
15047 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15048
15049 * configure.in (mips-sgi-irix6): Use mh-irix5.
15050
15051 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15052
15053 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15054
15055 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15056
15057 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15058 OSF/1. Fix compiler flags.
15059 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15060
15061 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15062
15063 * configure.in: Recognize --with-newlib.
15064 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15065
15066 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15067
15068 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15069 to *_X11_MODULES due to gdbtk needing X include files et al.
15070
15071 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15072
15073 Merge in support for Mac MPW as a host.
15074 (Old change descriptions retained for informational value.)
15075
15076 * mpw-config.in: Add generic include forwards for cpu-specific
15077 include files in aout and elf directories.
15078
15079 * mpw-configure: Added copyright.
15080 * mpw-config.in: Check for presence of required build tools.
15081 (target_libs): Add newlib.
15082 (target_tools): Add examples.
15083 (Read Me): Generate as "Read Me for MPW" instead.
15084 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15085 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15086 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15087
15088 * mpw-configure: Remove subdir-specific makefile hackery,
15089 delete mk.tmp after using it.
15090
15091 * mpw-build.in (all): Display start and end times.
15092
15093 * mpw-configure (host_canonical): Set.
15094 (target_cpu): Always add to makefiles.
15095 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15096 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15097 (mpw-mh-mpw): Look for in srcdir and srcroot.
15098 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15099
15100 * mpw-build.in: (install-only): New target.
15101
15102 * mpw-configure (host_alias, target_alias): Rename from hostalias
15103 and targetalias, add into generated Makefile.
15104 (mk.tmp): If present, add into generated Makefile.
15105 * mpw-build.in (all-gas): Build config.h first before gas proper.
15106
15107 * mpw-configure (config.status): Write only if changed.
15108 * mpw-config.in (readline): Configure it (not built, just used for
15109 definitions).
15110
15111 * mpw-config.in (elf/mips.h): Add a forward include.
15112
15113 * mpw-config.in: Forward-include most .h files in include into
15114 extra-include.
15115 (readline): Don't build.
15116 mpw-build.in (install): Install GDB.
15117
15118 * mpw-configure (prefix, mpw_prefix): Handle it.
15119 * mpw-config.in (mmalloc, readline): Don't configure.
15120 * mpw-build.in (thisscript): Rename to ThisScript.
15121 Use mpw-build instead of BuildProgram everywhere.
15122 (mmalloc, readline): Don't build.
15123 * mpw-README: New file, basic documentation about the MPW port.
15124
15125 * mpw-config.in: Use forward-include to create include files.
15126
15127 * mpw-configure: Add more things to the top of each configured
15128 Makefile, including contents of config/mpw-mh-mpw.
15129 * mpw-config.in (extra-include): Create this directory and fill it
15130 with Posix-like include files when configuring.
15131
15132 * config.sub (apple, mac, mpw): Add various aliases.
15133
15134 * mpw-build.in: New file, top-level build script fragment for MPW.
15135 * mpw-configure: New file, configure script for MPW.
15136 * mpw-config.in: New file, config fragment for MPW.
15137
15138 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15139
15140 * configure.in (host_libs): Remove glob, since it is gone from the
15141 sources.
15142
15143 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15144
15145 * Makefile.in: define empty GDB_NLM_DEPS var.
15146
15147 * configure.in(target_makefile_frag): use config/mt-netware
15148 for netware targets.
15149
15150 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15151
15152 * config.sub: Merge in recent FSF changes. Remove linux special
15153 cases.
15154
15155 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15156
15157 Revert this change:
15158
15159 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15160
15161 * build-all.mk: Use CC=cc -Xs on Solaris.
15162
15163 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15164
15165 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15166 stop using it.
15167 * Makefile.in: Nuke all references to glob subdirectory.
15168
15169 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15170
15171 * configure.in: Fix --enable-shared logic in per-host.
15172
15173 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15174
15175 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15176
15177 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15178
15179 * configure.in (noconfigdirs): Don't build gas on AIX, for
15180 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15181
15182 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15183
15184 * configure: Fix --cache-file to work if the file argument is a
15185 relative path.
15186
15187 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15188
15189 * configure: If the --cache-file is used, pass it down to
15190 configure in subdirectories.
15191
15192 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15193
15194 * config.sub: add vxworks29k configuration.
15195
15196 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15197
15198 * Makefile.in (taz): Do "diststuff" part quietly.
15199
15200 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15201
15202 * config.sub: Mini-merge with gcc/config.sub.
15203
15204 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15205
15206 * config.guess (IRIX): Sed - to _.
15207
15208 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15209
15210 * Makefile.in (source-vault, binary-vault): New targets.
15211
15212 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15213
15214 * config.sub: Recognize -eabi as a basic system type.
15215
15216 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15217
15218 * configure.in (enable_shared stuff): Fix typo.
15219
15220 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15221
15222 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15223
15224 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15225
15226 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15227
15228 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15229
15230 * configure.in (rs6000-*-*): Don't build gas.
15231
15232 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15233
15234 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15235 reduce command line length.
15236 (AS_FOR_TARGET): Check for as.new, not Makefile.
15237 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15238
15239 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15240
15241 * config.guess: Merge from FSF.
15242
15243 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15244
15245 * configure: Don't use $ when handling program_suffix.
15246
15247 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15248
15249 * configure.in: Configure tk for hppa/hpux.
15250
15251 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15252
15253 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15254
15255 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15256
15257 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15258 to LIBCXXFLAGS. Tests are better run without it.
15259
15260 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15261
15262 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15263
15264 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15265
15266 * configure.in (*-*-netware*): Don't configure xiberty.
15267
15268 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15269
15270 * configure.in: Remove tk from native_only list.
15271
15272 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15273
15274 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15275 for special NCD build.
15276
15277 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15278
15279 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15280 makeall.bat, they're only useful for binutils snapshots.
15281 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15282 makeall.bat to specified SUPPORT_FILES.
15283
15284 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15285
15286 * build-all.mk: Add Ericsson targets to sun4 and solaris
15287 hosts. Add BNR's sun4 target to solaris host, so their
15288 build-from-source will be tested in-house first.
15289
15290 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15291
15292 * Makefile.in (LIBCFLAGS): New variable.
15293 (CFLAGS_FOR_TARGET): Ditto.
15294 (LIBCFLAGS_FOR_TARGET): Ditto.
15295 (LIBCXXFLAGS): Ditto.
15296 (CXXFLAGS_FOR_TARGET): Ditto.
15297 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15298 (BASE_FLAGS_TO_PASS): Pass them.
15299 (EXTRA_TARGET_FLAGS): Ditto.
15300
15301 * configure.in: Support --enable-shared.
15302
15303 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15304
15305 * configure.in (target_libs): Include libstdc++ again.
15306 * config.guess: Update from FSF (for FreeBSD).
15307
15308 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15309
15310 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15311 makeall.bat.
15312 (DISTDOCDIRS): Add `etc'.
15313 (ETC_SUPPORT_PFX): New variable.
15314 (taz): Include anything from etc starting with a word in
15315 ETC_SUPPORT_PFX.
15316
15317 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15318
15319 * config.sub: Update for recent FSF changes. Remove obsolete
15320 h8300hds entry. Add -windows* and -osx as basic os. Minor
15321 spacing changes.
15322
15323 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15324
15325 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15326
15327 * config.guess: Merge with FSF.
15328 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15329
15330 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15331
15332 * configure: Since the "trap 0" handler will override the exit
15333 status on many systems, only use it for "exit 1", and make it set
15334 a non-zero exit status; reset it before "exit 0". Also, check
15335 exit status of config.sub, and error out if it failed.
15336
15337 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15338
15339 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15340 and install libgloss.
15341
15342 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15343
15344 * Makefile.in (all-binutils): Depend upon all-byacc.
15345
15346 * configure.in: Don't build emacs on Irix 5.
15347
15348 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15349
15350 * configure.in (*-*-netware*): Add libio.
15351
15352 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15353
15354 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15355 (CHECK_TARGET_MODULES): Ditto.
15356 (INSTALL_TARGET_MODULES): Ditto.
15357 (TARGET_LIBS): Ditto.
15358 (all-libstdc++): Note dependencies.
15359
15360 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15361
15362 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15363
15364 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15365
15366 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15367 -fexternal-templates.
15368
15369 * configure.in (target_libs): Add libstdc++.
15370 (noconfigdirs): Add libstdc++ as appropriate.
15371
15372 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15373
15374 * config.guess: Update from FSF.
15375
15376 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15377
15378 * configure: Use ${config_shell} when running ${configsub}.
15379
15380 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15381
15382 * config.sub: No longer recognize h8300h.
15383
15384 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15385
15386 * config.sub: Remove extraneous differences between config.sub and
15387 gcc/config.sub.
15388
15389 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15390
15391 * Makefile.in (DISTSTUFFDIRS): Add gas.
15392
15393 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15394
15395 * COPYING.NEWLIB: New file.
15396
15397 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15398
15399 * config.guess (HP-UX): Patch from Harlan Stenn
15400 <harlan@landmark.com> to also emit release level.
15401
15402 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15403
15404 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15405
15406 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15407
15408 * config.sub: Merge nextstep cleanup from FSF.
15409
15410 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15411
15412 * configure.in (arm-*-*): Don't configure ld for this target.
15413
15414 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15415
15416 * configure.in (*-*-netware): don't configure libg++, libio,
15417 librx, or newlib.
15418
15419 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15420
15421 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15422 configure ld--it works, but it doesn't support shared libraries.
15423
15424 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15425
15426 * config.guess (*-unknown-freebsd*): Get rid of possible
15427 trailing "(Release)" in version string.
15428 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15429
15430 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15431
15432 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15433 Fix type: *-next-neststep -> *-next-nextstep.
15434
15435 * config.guess: Merge from FSF:
15436
15437 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15438
15439 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15440
15441 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15442
15443 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15444 instead of UNIX_SV for UnixWare 1.0).
15445
15446 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15447
15448 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15449 to make gdb/nlm/* build after the compiler and linker.
15450
15451 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15452
15453 * config.guess (netbsd, freebsd, linux): Accept any machine,
15454 not just i[34]86.
15455 (m68k-atari-sysv4): Relocate to match FSF version.
15456
15457 * config.guess: More merges from the FSF:
15458
15459 Add a space before function call or macro invocation.
15460
15461 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15462
15463 * config.guess: Add trap cmd to remove dummy.c and dummy when
15464 interrupted.
15465
15466 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15467
15468 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15469 (dummy): Redirect stderr from compilation of dummy.c.
15470
15471 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15472
15473 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15474
15475 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15476
15477 * configure: Accept and ignore --cache*, for compatibility with
15478 new autoconf.
15479
15480 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15481
15482 * config.guess: Merge from FSF:
15483
15484 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15485
15486 * config.guess (Pyramid*:OSx*:*:*): New case.
15487 (PATH): Add /.attbin at end for finding uname.
15488 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15489
15490 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15491
15492 * config.guess (M88*:DolphinOS:*:*): New case.
15493
15494 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15495
15496 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15497 to select whether to use ELF or COFF.
15498
15499 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15500
15501 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15502
15503 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15504
15505 * config.guess: Guess the OS version for HPUX.
15506
15507 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15508
15509 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15510
15511 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15512
15513 * configure.in: Recognize --with-headers, --with-libs, and
15514 --without-newlib.
15515 * Makefile.in (all-xiberty): Depend upon all-ld.
15516
15517 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15518
15519 * configure.in: Change i[34]86 to i[345]86.
15520
15521 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15522
15523 * configure (version): A few more tweaks to help message.
15524
15525 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15526
15527 * Makefile.in: Remove (for now) librx as a host library,
15528 now that we're building it for target.
15529
15530 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15531
15532 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15533 (Karl Berry).
15534
15535 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15536
15537 * configure.in: Also configure librx.
15538
15539 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15540
15541 * Makefile.in: Update various rules to reflect that librx
15542 is now needed for libg++.
15543
15544 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15545
15546 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15547
15548 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15549
15550 * configure.in: Configure the examples directory.
15551
15552 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15553
15554 * configure: Simplify Jun 2 1994 change.
15555
15556 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15557
15558 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15559 /bin/gcc isn't good enough to build gcc.
15560
15561 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15562
15563 * Makefile.in (GDB_SUPPORT_FILES): Remove
15564 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15565 (gdb.tar.gz): Add new rule to use standard distribution building
15566 mechanism.
15567
15568 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15569
15570 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15571 Bill Cox <bill@cygnus.com>.
15572
15573 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15574
15575 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15576
15577 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15578
15579 * configure: Search current dir first in .gdbinit.
15580
15581 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15582
15583 * config.sub: Recognize freebsd (merged from gcc config.sub).
15584
15585 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15586
15587 * config.sub: Refer to NeXT's operating system as nextstep.
15588
15589 * config.sub (case $basic_machine): Re-order the cases, to match
15590 the order in the FSF version (which is mostly alphabethical).
15591 Merge in some additions and changes from the FSF.
15592
15593 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15594
15595 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15596 * config.sub: Recognize cxux7.
15597 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15598
15599 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15600
15601 * config.sub: Fix typo powerpc -> powerpc-*.
15602
15603 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15604
15605 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15606
15607 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15608 parallel with all-emacs and install-emacs). Top-level command
15609 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15610
15611 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15612
15613 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15614 $(relbindir)/make before doing ``make install'', and use
15615 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15616 installing over running make binary.
15617 ($(host)-stamp-stage3-installed): Likewise.
15618
15619 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15620
15621 * config.guess: Recognize Mach.
15622
15623 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15624
15625 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15626 see whether --exec-prefix was used.
15627
15628 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15629
15630 * README: Explicitly mention libg++/README. (Zoo's idea.)
15631
15632 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15633
15634 * Makefile.in: Add all-librx target similar to all-libproc.
15635
15636 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15637
15638 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15639 with post 1.2 uname bogosity.
15640
15641 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15642
15643 * configure: Remove temporary files on receipt of a signal.
15644
15645 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15646
15647 * configure: If there is a package_makefile_frag, remove
15648 ${subdir}/Makefile.tem after copying it in.
15649
15650 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15651
15652 * build_all.mk: support rs6000 lynx identifies itself as
15653 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15654 since /bin/gcc is too feeble to compile a modern gcc.
15655
15656 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15657
15658 * brought devo/test-build.mk update-to-date with progressive/
15659 test-build.mk. Add lynx targets and hppa flag info.
15660
15661 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15662
15663 * configure.in: Use mh-ncrsvr43. Patch from
15664 Tom McConnell <tmcconne@sedona.intel.com>.
15665
15666 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15667
15668 * config.guess (i386-unknown-bsdi): No longer need to
15669 check #if defined(__bsdi__) && defined(__i386__).
15670
15671 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15672
15673 * configure: Set program_transform_nameoption correctly.
15674
15675 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15676
15677 * brought build-all.mk update-to-date with progressive build-all.mk,
15678 added new targets and hppa info.
15679
15680 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15681
15682 * configure: If config.guess result is a prefix of the user
15683 specified target, assume a native build and use the user specified
15684 target as the host alias. Remove SunOS patch suffix removal hack.
15685 * configure.in: Remove SunOS patch suffix removal hack.
15686
15687 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15688 in NATIVE_CHECK_MODULES.
15689
15690 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15691
15692 * Makefile.in: Rename HOST_ONLY to NATIVE.
15693 * configure: Delete SunOs patch suffix from host_canonical
15694 and build_canonical variables that are prepended to Makefiles.
15695 * configure.in: Add comments for easier maintenance.
15696
15697 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15698
15699 * Makefile.in: Add all-libproc target similar to all-gui.
15700
15701 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15702
15703 * Makefile.in (CHECK_MODULES): split into
15704 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15705
15706 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15707
15708 * config.guess (i386-unknown-bsdi): New system to guess.
15709
15710 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15711
15712 * Makefile.in: Add all-gui target (but not yet build by "all").
15713
15714 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15715
15716 * config.sub: Move deletion of patch suffix from here...
15717 * configure.in: To here, at Ian's suggestion. The top-
15718 level scripts might need to know of a patch level.
15719
15720 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15721
15722 * config.sub: Strip off patch suffix so rtl is recognized
15723 as a sunos4.1.3 machine, even though it's been patched.
15724
15725 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15726
15727 * Makefile.in (INSTALL_LAST): Delete.
15728 (INSTALL_DOSREL): New.
15729
15730 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15731
15732 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15733 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15734 whether we pass down --with-gnu-ld anyhow.
15735
15736 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15737
15738 * Makefile.in (INSTALL_LAST): Change operation so it works
15739 on more flavors of make.
15740 * configure.in (go32): Don't build libg++ or libio.
15741
15742 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15743
15744 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15745 they can be overriden by templates.
15746
15747 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15748
15749 * configure.in (target==go32): Don't build gdb.
15750 * dosrel: New directory.
15751
15752 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15753
15754 * configure.in (host==go32): Configure dosrel too.
15755 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15756 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15757 be set by incoming names or templates.
15758 (INSTALL_LAST): New rule.
15759
15760 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15761
15762 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15763
15764 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15765
15766 * configure.in (appdirs): New variable. Currently empty, but will
15767 be used in gas distribution. If nonempty, lists a set of
15768 directories at least one of which must get configured, or top
15769 level configuration is considered to have failed.
15770 (rs6000-*-lynxos*): Use new file name.
15771
15772 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15773
15774 Eliminate XTRAFLAGS.
15775 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15776 newlib include files using -idirafter, and also use -nostdinc.
15777 (CXX_FOR_TARGET): Likewise.
15778 (XTRAFLAGS): Removed.
15779 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15780 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15781 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15782 ($(DO_X)): Don't pass down XTRAFLAGS.
15783
15784 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15785
15786 * configure.in (mips*-dec-bsd*): New target; do build linker.
15787 (mips*-*-bsd*): New target; don't build linker.
15788
15789 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15790
15791 * configure.in: support rs6000-*-lynxos* configuration.
15792 support sunos4 as a cross target.
15793
15794 * config.sub: look for lynx*, not lynx since the OS version may
15795 legitimately be part of the name.
15796
15797 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15798
15799 * configure.in (i[34]86-*-sco*): Move to be with other i386
15800 targets.
15801 (romp-*-*): New target. Skip various binary utilities.
15802 (vax-*-*): New target. Don't build newlib.
15803 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15804
15805 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15806
15807 * configure.in: Only set host_makefile_frag if config
15808 directory exists.
15809
15810 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15811
15812 * install.sh: If $dstdir exists, don't check whether each
15813 component does.
15814
15815 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15816
15817 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15818
15819 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15820
15821 * configure.in (*-*-lynxos*): Don't configure newlib for either
15822 native or cross Lynx.
15823
15824 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15825
15826 * config.sub (sparc64-elf): Fix os.
15827 (z8k): Remove duplicate.
15828
15829 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15830
15831 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15832 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15833
15834 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15835
15836 * configure: Make file links cleanly even if Lynx fails on
15837 an NFS symlink (at least fail cleanly).
15838
15839 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15840
15841 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15842 -XNh2000.
15843
15844 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15845
15846 * configure: Unknown options are fatal again.
15847
15848 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15849
15850 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15851 compatibility.
15852
15853 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15854
15855 * build-all.mk: Add `clean' target.
15856
15857 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15858
15859 * config.guess: Add SINIX support.
15860 * configure.in: Add mips-*-sysv4* support.
15861
15862 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15863
15864 * build-all.mk: Document all useful targets.
15865 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15866 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15867
15868 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15869
15870 * configure: Support --silent, --quiet.
15871
15872 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15873
15874 * configure: Support --disable-FEATURE.
15875
15876 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15877
15878 * config.guess: Recognize NCR running SVR4.3.
15879
15880 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15881
15882 * config.guess: Make BSDI generate i386-unknown-bsd386.
15883 Patch from Paul Eggert <eggert@twinsun.com>.
15884
15885 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15886
15887 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15888
15889 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15890
15891 * configure: Make unrecognized options give nonfatal warnings
15892 instead of fatal errors, and pass them to any subdirectory
15893 configures in case they recognize them.
15894 Make --x equivalent to --with-x.
15895
15896 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15897
15898 * configure: Add --enable-* options. Clean up usage message and
15899 some comments.
15900
15901 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15902
15903 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15904
15905 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15906
15907 * configure.in (hppa*-*-*): Enable binutils.
15908
15909 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15910
15911 * config.sub: Recognize cisco.
15912
15913 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15914
15915 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15916
15917 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15918
15919 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15920 than one configuration name. Add comment.
15921
15922 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15923
15924 * config.guess: about target *-hitachi-hiuxwe2, fixed
15925 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15926 macro is incorrect.]
15927
15928 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15929
15930 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15931 than the "make ls" stuff which used to be here.
15932
15933 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15934
15935 * config.guess: Recognize i[34]86-unknown-freebsd.
15936 From Shawn M Carey <smcarey@rodan.syr.edu>.
15937
15938 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15939
15940 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15941
15942 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15943
15944 * config.guess: Check for ptx.
15945
15946 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15947
15948 * config.sub: Add os9k checking.
15949
15950 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15951
15952 * config.guess: Handle OSF1 running on HPPA processors
15953
15954 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15955
15956 * configure: If subdir configure fails, print out a message with
15957 subdirectory name, in case subdir's configure code didn't identify
15958 itself.
15959
15960 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15961
15962 * configure.in: Remove embedded newlines from configdirs.
15963 Avoid mismatches of substrings. Fix matching strings at end
15964 of configdirs.
15965
15966 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15967
15968 * config.guess: Add Lynx/rs6000 config support.
15969
15970 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15971
15972 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15973
15974 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15975
15976 * configure.in (hppa*-*-osf*): Treat this just like most other
15977 PA configurations (eg no binutils or ld).
15978 (hppa*-*-*elf*): These configurations have binutils and ld.
15979
15980 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15981
15982 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15983
15984 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15985
15986 * configure.in (rs6000-*-*): Build gas.
15987
15988 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15989
15990 * Makefile.in: Avoid bug in losing hpux sed.
15991
15992 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15993
15994 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15995 for GDB and GDB has been fixed to not need it.
15996
15997 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15998
15999 * config.guess: Recognize vax hosts.
16000
16001 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16002
16003 * configure (while loop): Don't use "break 2" inside case
16004 statement -- the case statement isn't an enclosing loop.
16005
16006 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16007
16008 * config.guess: Clean up NeXT support, to allow nextstep
16009 on Intel machines. Make OS be nextstep.
16010
16011 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16012
16013 * config.guess: Add alternate forms for Convex.
16014
16015 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16016
16017 * configure: Completely rewrite option processing. Take
16018 advantage of pattern-matching to avoid invoking test frequently.
16019 Also clean up host and target defaulting logic.
16020
16021 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16022
16023 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16024 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16025 commands (plus user environment) will fit SCO limits.
16026
16027 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16028
16029 * configure.in: Don't issue warnings about directories which are
16030 not being configured if -norecursion is set. Correct test for
16031 --with-gnu-as and --with-gnu-ld to not get confused by substring
16032 matches.
16033
16034 * configure.in: Don't build gas for alpha-dec-osf1*.
16035
16036 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16037
16038 * configure: Back out Per's change of 12/19/1993. It changes the
16039 behavior of configure in unexpected and confusing ways.
16040
16041 Also, use different delim char when calculating
16042 program_transform_name so that the name can contain slashes.
16043
16044 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16045
16046 * configure.in, config.sub: Add support for VSTa micro-kernel.
16047
16048 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16049
16050 * configure.in: Nuke hacks which were used to get a special
16051 version of GAS for HPPA configurations.
16052
16053 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16054
16055 * configure: If only ${target_alias} is given, use that
16056 as the default for ${host_alias}.
16057 * configure: Add missing back-slashes before nested quotes.
16058
16059 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16060
16061 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16062
16063 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16064
16065 * config.guess: Recognize some Tektronix configurations.
16066 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16067
16068 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16069
16070 * config.sub: Match any flavor of SH.
16071
16072 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16073
16074 * configure.in: Don't try to configure newlib for Alpha.
16075
16076 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16077
16078 * configure.in: Don't build ld for Irix 5. Don't build gas,
16079 libg++ or libio for any Alpha target.
16080
16081 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16082
16083 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16084
16085 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16086 default arguments -- so it tried to compress itself.
16087
16088 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16089
16090 * configure.in (notsupp): ensure that a space is always at the end
16091 of the configdirs list, since the grep checks for an explicit space
16092
16093 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16094
16095 * configure.in (target i386-sysv4.2): don't build ld, since static
16096 versions of many libraries are not available.
16097
16098 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16099
16100 * config.guess: Recognize Apollos (using environment variables).
16101 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16102
16103 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16104
16105 * config.guess: Recognize Sony news mips running newsos.
16106
16107 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16108
16109 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16110 "fi ; else" for bash.
16111
16112 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16113
16114 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16115
16116 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16117
16118 * config.sub: accept unixware as an alias for svr4.2.
16119 Fix some inconsistancies with the gcc version.
16120
16121 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16122
16123 * Makefile.in (DISTDOCDIRS): Add gdb.
16124
16125 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16126
16127 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16128
16129 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16130
16131 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16132 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16133 this now.
16134
16135 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16136
16137 * config.sub: Accept hiux* as an OS name.
16138
16139 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16140 etc/make-stds.texi. The underscore came from gcc, and dje now
16141 agrees that RUNTESTFLAGS is the correct name.
16142
16143 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16144
16145 * install.sh: Remove 'set -e'. It makes any conditionals
16146 in the script useless.
16147
16148 * config.guess: Automatically recognize arm-acorn-riscix
16149 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16150
16151 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16152
16153 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16154
16155 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16156
16157 * Makefile.in (DISTDOCDIRS): New variable.
16158 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16159 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16160
16161 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16162
16163 * configure.in (hppa target): check the source directory for the
16164 pagas sub-directory
16165
16166 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16167
16168 * config.sub: Allow -aout* and -elf*.
16169
16170 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16171
16172 * configure.in: Don't build ld on i386-solaris2, same as for
16173 sparc-solaris2.
16174
16175 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16176
16177 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16178
16179 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16180
16181 * configure.in: Configure gdb for alpha.
16182
16183 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16184
16185 * Makefile.in (CXXFLAGS): Add -O.
16186
16187 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16188
16189 * config.guess: added support for DG Aviion
16190
16191 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16192
16193 * configure.in: Produce warning message for subdirectories not
16194 configurable for this host/target combination. Don't try to
16195 configure gdb for vms.
16196
16197 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16198
16199 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16200 appropriate files before making "diststuff".
16201 (DISTBISONFILES): New var: list of files to be edited.
16202 (DISTSTUFFDIRS): Add binutils.
16203
16204 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16205
16206 * config.sub: also handle mipsel and mips64el (for little endian mips)
16207
16208 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16209
16210 * configure.in: Add * to end of all OS names.
16211
16212 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16213
16214 * configure.in: Build newlib for LynxOS native.
16215
16216 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16217
16218 * config.guess: Add support for delta 88k running SVR3.
16219
16220 * configure.in: Add comment about HP compiler vs. emacs.
16221
16222 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16223
16224 * configure.in: don't build ld on solaris2 (not a viable option
16225 due to bugs in getpwnam & getpwuid)
16226
16227 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16228
16229 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16230 config.guess will produce a full version number.
16231
16232 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16233
16234 * configure.in: Build linker and binutils for alpha-dec-osf1.
16235
16236 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16237
16238 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16239 and gdb/testsuite/Makefile.in.
16240
16241 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16242
16243 * configure.in: recognize mips*- instead of mips-
16244
16245 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16246
16247 * config.sub: Accept linux*coff and linux*elf as operating
16248 systems.
16249
16250 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16251
16252 * config.sub: Recognize mips64, and mips3 as an alias for it.
16253
16254 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16255
16256 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16257 gdb knows how to handle OSF/1 shared libraries.
16258
16259 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16260
16261 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16262 * config.guess: Recognize Hitachi's HIUX.
16263 * config.sub: Recognize h3050r* and hppahitachi.
16264 Remove redundant cases for hp9k[23]*.
16265
16266 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16267
16268 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16269 if gas and ld are in the source tree and are in ${configdirs}.
16270 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16271 --with options (but still pass them down on the command line,
16272 if they were explicitly specified).
16273
16274 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16275
16276 * configure: substitute SHELL value in Makefile.in with
16277 ${CONFIG_SHELL}
16278
16279 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16280
16281 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16282 *-*-solaris2* targets.
16283
16284 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16285
16286 * Makefile.in: define M4, and pass it down to sub-makes;
16287 all-autoconf now depends on all-m4
16288
16289 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16290
16291 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16292 presence of {ar,ranlib} instead of a configured directory
16293
16294 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16295
16296 * config.guess: Accept 34?? as well as 33?? for NCR.
16297
16298 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16299
16300 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16301 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16302
16303 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16304
16305 * configure: grab values for $(CC) and $(CXX) from the
16306 environment, so that someone can do "CC=gcc configure; make" and
16307 have it work right (matching the way that autoconf works now)
16308
16309 * configure.in, Makefile.in: add support for gash, the tcl
16310 interface to Galaxy
16311
16312 * config.guess: add NetBSD variants (hp300, x86)
16313
16314 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16315
16316 * install.sh: Support -d option (in the manner of SunOS 4 install,
16317 as it is more deterministic than that of GNU install)
16318 (chmodcmd): Set file to mode 755 by default (should also do default
16319 chgrp and chown, but I don't feel like dealing with that now)
16320
16321 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16322
16323 * config.sub: Remove h8300hhms alias.
16324
16325 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16326
16327 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16328
16329 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16330
16331 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16332 as stmp-fixinc
16333
16334 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16335
16336 * config.sub: recognize m88110-bug-coff.
16337
16338 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16339
16340 * Makefile.in (all-libio): all dependencies on the toolchain used
16341 to build this (gcc, gas, ld, etc)
16342
16343 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16344
16345 * config.guess: Deal with OSF/1 1.3 on alpha.
16346
16347 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16348
16349 * install.sh: add some 'else true' clauses for portability
16350
16351 * configure.in: don't build libio for h8[35]00-*-* targets
16352
16353 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16354
16355 * Makefile.in: Add support for new libio.
16356
16357 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16358
16359 * install.sh: If one command fails, don't try the rest. Don't try
16360 to remove $dsttmp (via trap) unless we have already created it.
16361 If $src doesn't exist, detect it and exit with an error.
16362
16363 * config.guess: Recognize BSD on hp300.
16364
16365 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16366
16367 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16368 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16369
16370 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16371
16372 * Makefile.in (all-send-pr): depends on all-prms
16373
16374 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16375
16376 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16377
16378 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16379
16380 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16381 Added test for mips-mips-riscos5.
16382
16383 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16384
16385 * configure.in: use mh-hp300 for 68k HP hosts
16386
16387 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16388
16389 * configure: add support for CONFIG_SHELL, so that you can use
16390 some alternate shell for evaluating configure scripts
16391
16392 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16393
16394 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16395 in configure script to bug-gdb@prep.ai.mit.edu when building
16396 distribution archive.
16397 * Makefile.in (COMPRESS): Remove def.
16398 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16399 gdb.tar.Z and make-gdb.tar.Z respectively.
16400 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16401 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16402 to convergence with 'taz' target in Makefile.in.
16403
16404 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16405
16406 * install.sh (dsttmp): use trap to ensure that tmp files go
16407 away on error conditions
16408
16409 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16410
16411 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16412
16413 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16414
16415 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16416 its parent is '/' not ''.
16417
16418 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16419
16420 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16421
16422 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16423 that ${newsrcdir}/configure.in does.
16424
16425 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16426
16427 * test-build.mk: support for CONFIG_SHELL
16428
16429 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16430
16431 * config.sub (netware): Add as a basic system type.
16432
16433 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16434
16435 * Makefile.in (Makefile): depend on configure.in. Also drop the
16436 $(srcdir)/ from the dependency on Makefile.in.
16437
16438 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16439
16440 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16441 (h8300hhms is temporary until multi-libraries are implemented).
16442 * configure.in: Handle h8300h too.
16443
16444 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16445
16446 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16447
16448 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16449
16450 * configure: Remove extraneous output when guessing host type.
16451 * config.guess: Remove extraneous output when guessing using C
16452 compiler rather than uname, or when guessing fails.
16453
16454 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16455
16456 * Makefile.in: remove all.cross and install.cross targets
16457
16458 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16459 definitions
16460
16461 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16462
16463 * configure.in (target sh): Build gprof.
16464
16465 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16466
16467 * config.sub: change -solaris to -solaris2
16468
16469 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16470
16471 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16472
16473 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16474
16475 * configure: Correct error message for missing Makefile.in to
16476 print correct directory.
16477
16478 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16479
16480 * install.sh: kludge around 386BSD shell bug
16481
16482 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16483
16484 * config.guess: Recognize NeXT.
16485 * config.guess: Recognize i486-ncr-sysv4.
16486 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16487
16488 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16489
16490 * Makefile.in (MAKEINFOFLAGS): New variable.
16491 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16492 * build-all.mk, test-build.mk: Pass down --no-split as
16493 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16494
16495 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16496
16497 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16498
16499 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16500
16501 * Makefile.in (libg++.tar.z): New rule.
16502 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16503 * Makefile.in (taz): Only do a single chmod.
16504
16505 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16506
16507 * install.sh: don't use dirname anymore (replaced with sed usage)
16508
16509 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16510
16511 * Makefile.in: Change extension for gzip'd files from '.z' to
16512 '.gz' per new FSF standard usage.
16513
16514 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16515
16516 * configure: put quotes around the final value of program_transform_name
16517
16518 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16519
16520 * Makefile.in: new install.sh support; update install-info rules
16521
16522 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16523
16524 * configure.in: Build diff for crosses, but not for go32 host.
16525
16526 * configure.in: Build gprof only for native, and don't build it
16527 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16528
16529 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16530
16531 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16532
16533 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16534
16535 * configure.in (host_tools): Add prms.
16536
16537 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16538
16539 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16540 with $(FLAGS_TO_PASS) on the command line
16541
16542 * config.sub: Recognize lynx and lynxos
16543
16544 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16545
16546 * config.sub: Accept -ecoff*, not just -ecoff.
16547
16548 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16549
16550 * Makefile.in (taz): Use .gz suffix instead of .z.
16551 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16552 names.
16553
16554 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16555
16556 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16557
16558 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16559
16560 * Makefile.in (install-no-fixedincludes): install gcc last, so
16561 that rebuilds that might happen during 'make install' don't get
16562 bogus gcc include files
16563
16564 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16565
16566 Change from Utah for HPPA support:
16567 * config.guess: Recognize hppa1.x-hp-bsd.
16568
16569 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16570
16571 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16572 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16573
16574 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16575
16576 * config.sub: Add support for rom68k and bug boot monitors.
16577
16578 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16579
16580 * Makefile.in: Make all-opcodes depend on all-bfd.
16581
16582 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16583
16584 * config.guess: Added special check for i[34]86-univel-sysv4*.
16585
16586 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16587
16588 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16589 the processor rather than assuming i486.
16590
16591 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16592
16593 * config.guess: Recognize SunOS6 as Solaris3.
16594
16595 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16596
16597 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16598 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16599
16600 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16601
16602 * build-all.mk (all-cross): New target for Canadian Cross.
16603 Added Q2 go32 targets.
16604 * test-build.mk: Configure go32 cross sparclite-aout and
16605 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16606 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16607
16608 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16609
16610 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16611 GO32 hosted toolchains
16612
16613 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16614
16615 * configure: change so "-exec-prefix" gets passed down rather
16616 than "-exec_prefix" so autoconf generated Makefiles get the
16617 exec_prefix set right.
16618
16619 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16620
16621 * config.guess: get the Solaris2 minor version number
16622
16623 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16624
16625 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16626
16627 * config.guess: Recognize some Sequent platforms.
16628
16629 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16630
16631 * Makefile.in: added the vault-install target
16632
16633 * configure.in: actually use the Sun3 makefile fragment that's in
16634 config, also added the release dir to configdirs
16635
16636 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16637
16638 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16639
16640 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16641
16642 * configure.in: remove some program from Alpha targetted toolchains
16643
16644 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16645
16646 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16647 gprof.
16648 (taz): Run "make diststuff" in those directories instead of "make
16649 proto-dir". Look for "VERSION=" only at start of line in subdir
16650 Makefile. Use "gzip -9" for compression.
16651 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16652 (binutils.tar.z): New target.
16653
16654 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16655
16656 * Makefile.in (taz): Include gpl.texinfo.
16657
16658 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16659
16660 * Makefile.in (setup-dirs): Merged into "taz" target.
16661 (taz): Only do `proto-dir' stuff if a directory is actually needed
16662 for this target.
16663
16664 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16665
16666 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16667 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16668 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16669 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16670 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16671
16672 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16673
16674 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16675 config.sub, and move-if-change to gdb testsuite distribution
16676 archive, so the testsuite can be extracted, configured, and
16677 run separately from the gdb distribution. Blow away the Chill
16678 tests that require a Chill compiled executable, since GNU Chill
16679 is not yet publically available.
16680
16681 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16682
16683 * test-build.mk: set environment variables in a single command,
16684 instead of a list of assignments and exports
16685
16686 * config.guess: recognize Alpha/OSF1 systems
16687
16688 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16689
16690 * configure: Change help message to prefer --options rather than
16691 -options.
16692
16693 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16694
16695 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16696 zippy@ecst.csuchico.edu.
16697 * config.guess: Recognize miniframe.
16698
16699 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16700
16701 * Makefile.in: Use srcroot to find runtest rather than rootme.
16702 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16703
16704 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16705
16706 * test-build.mk: Extensive additions to support building on a
16707 machine other than the host.
16708
16709 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16710
16711 * configure (tooldir): Fix for i386-aix again.
16712
16713 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16714
16715 * configure, Makefile.in: Change definition of $(tooldir)
16716 to match the FSF.
16717
16718 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16719
16720 * config.guess: Recognize i[34]86/SVR4.
16721
16722 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16723
16724 * Makefile.in (all-gdb): gdb depends on sim.
16725
16726 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16727
16728 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16729 at the same time we make the prototype gdb directory.
16730 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16731 files at the same time as the gdb base release distribution.
16732
16733 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16734
16735 * Makefile.in (check): Use individual check targets rather than
16736 DO_X rule.
16737 (check-gcc): Added.
16738
16739 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16740
16741 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16742 for System V release 3.2.
16743
16744 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16745
16746 * config.sub: Recognize hppaosf.
16747 * configure.in: Do configure ld/binutils/gas for it.
16748
16749 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16750
16751 * configure (tooldir): Alter syntax used to set this, for systems
16752 where "\$" isn't handled right, like i386-aix.
16753
16754 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16755
16756 * configure: Pass program-transform-name, not
16757 program_transform_name, to recursive configures.
16758
16759 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16760
16761 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16762 of gas+ld+binutils.
16763
16764 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16765
16766 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16767
16768 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16769
16770 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16771
16772 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16773
16774 * Makefile.in (PRMS): Set back to all-prms.
16775
16776 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16777
16778 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16779 targets, rather than for MIPS hosts.
16780
16781 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16782
16783 * configure.in: add comment for --with-x default values
16784
16785 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16786
16787 * Makefile.in: add check-* targets for each of the directories in
16788 the tree. Add a definition of RUNTEST that will use the one we
16789 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16790
16791 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16792
16793 * configure.in: Removed obsolete references to bfd_target and
16794 target_makefile_frag.
16795
16796 * build-all.mk: Set assorted targets for Q2.
16797 * config.sub: Recognize z8k-sim and h8300-hms.
16798 * test-build.mk: Really don't pass host to configure.
16799 (HOLES): Added uname.
16800
16801 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16802
16803 * configure: Handle an empty program-prefix, program-suffix or
16804 program-transform-name correctly.
16805
16806 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16807
16808 * build-all.mk: -G 8 no longer required for MIPS targets.
16809 * test-build.mk: Don't pass host argument to configure; make it
16810 guess.
16811
16812 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16813
16814 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16815 * Makefile.in (COMPRESS): New macro, like GZIP.
16816
16817 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16818
16819 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16820
16821 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16822 with gas currently defaults to -G 0.
16823
16824 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16825
16826 * Makefile.in (all-flex): flex depends on byacc.
16827
16828 * build-all.mk: If host not specified, use config.guess. Pass TAG
16829 to test-build.mk as RELEASE_TAG.
16830 * test-build.mk (configargs): New variable containing arguments to
16831 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16832 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16833
16834 * config.guess: Use /bin/uname when checking -X argument on SCO,
16835 to avoid invoking GNU uname which doesn't understand -X.
16836
16837 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16838
16839 * configure.in: Build gas for mips-*-*.
16840
16841 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16842
16843 * Makefile.in (all.normal): insert missing backslash.
16844
16845 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16846
16847 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16848
16849 * Makefile.in: Complete overhaul to merge many almost identical
16850 targets.
16851
16852 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16853
16854 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16855 (gdb.tar.Z): Adjusted.
16856
16857 * Makefile.in (setup-dirs, taz): New targets; should be general
16858 enough to adapt for gdb sometime. Build only .z file.
16859 (gas.tar.z): New target.
16860
16861 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16862
16863 * build-all.mk: Use CC=cc -Xs on Solaris.
16864
16865 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16866
16867 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16868 for handling BISON for FSF releases.
16869
16870 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16871
16872 * configure: Actually implement the change zoo just documented.
16873
16874 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16875
16876 * configure: when using config.guess, only set target_alias when
16877 it's not already been set (ie, on the command line)
16878
16879 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16880
16881 * Makefile.in: add installcheck target, set PRMS to install-prms
16882
16883 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16884
16885 * configure: add support for package_makefile_fragment, handle the
16886 case where a directory has a configure.in file but no Makefile.in
16887 more gracefully (with an actual understandable error message, even);
16888 add support for --without (and add this to the usage message); also
16889 explicitly add a --host=${host_alias} to the command line when
16890 config.guess is used
16891
16892 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16893
16894 * configure: Must use both --host and --target in recursive calls.
16895
16896 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16897
16898 * Makefile.in: Change deja-gnu to dejagnu.
16899
16900 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16901
16902 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16903
16904 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16905
16906 * configure.in: canonicalize all instances to *-*-solaris2*,
16907 also strip out a number of tools to not build for go32 host
16908
16909 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16910
16911 * config.guess: add GPL.
16912
16913 * Makefile.in, config.guess, config.sub, configure: bump
16914 copyrights to 93.
16915
16916 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16917
16918 * Makefile.in (do-info): Removed obsolete check for existence of
16919 localenv file.
16920
16921 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16922
16923 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16924
16925 * Makefile.in: a couple of 'else true' for decstation,
16926 support for TclX
16927
16928 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16929
16930 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16931
16932 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16933
16934 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16935
16936 * config.guess: Recognize i386-ibm-aix (PS/2).
16937 * configure.in: Use config/mh-aix386 file for it.
16938
16939 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16940
16941 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16942 CC_FOR_TARGET instead.
16943 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16944
16945 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16946
16947 * Makefile.in: Add sim to list of directories sent with gdb
16948
16949 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16950
16951 * configure.in: Put back mips-dec-bsd* case.
16952
16953 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16954
16955 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16956 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16957 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16958
16959 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16960
16961 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16962
16963 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16964 (install-info): install dir.info only if it exists,
16965 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16966
16967 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16968
16969 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16970 gas for mips-dec-bsd.
16971
16972 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16973
16974 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16975 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16976
16977 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16978
16979 * configure.in: Added "dejagnu" to hosttools list.
16980
16981 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16982
16983 * config.sub, configure.in, config.guess: Add support
16984 for Bosx, an AIX variant from Bull.
16985 Patches from F.Pierresteguy@frcl.bull.fr.
16986
16987 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16988
16989 * devo/dejagnu: Initial creation of devo/dejagnu.
16990 Migrated dejagnu testcases and support files for testing software
16991 tools to reside as subdirectories, currently called "testsuite",
16992 within the directory of the software tool. Migrated all programs,
16993 support libraries, etc. beloging to dejagnu proper from
16994 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16995 with no modifications. The changes to these files which will
16996 allow them to configure, build, and execute properly will be made
16997 in a future update.
16998
16999 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17000
17001 * Makefile.in: Change send_pr to send-pr.
17002 * configure.in: Likewise.
17003 * send_pr: Renamed directory to send-pr.
17004
17005 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17006
17007 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17008
17009 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17010
17011 * README: Update for gdb-4.8 release.
17012 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17013 gdb-xxx.tar.z (gzip'd) file also.
17014
17015 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17016
17017 * Makefile.in: make all-diff depend on all-libiberty
17018
17019 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17020
17021 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17022
17023 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17024
17025 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17026
17027 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17028
17029 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17030 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17031 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17032
17033 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17034
17035 * Makefile.in: makeinfo binary is in a new location
17036
17037 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17038
17039 * config.sub: Accept -ecoff as an OS.
17040
17041 * Makefile.in: Various changes to eliminate a level of make
17042 recursion and reduce the required command line length.
17043 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17044 sub-makes.
17045 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17046 variables holding settings for specific sub-makes.
17047 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17048 in terms of BASE_FLAGS_TO_PASS.
17049 (TARGET_LIBS): New variable listing directories which use
17050 TARGET_FLAGS_TO_PASS.
17051 (subdir_do): Eliminated.
17052 (do-*): New set of targets to replace subdir_do.
17053 (various): All targets which used subdir_do now depend on do-*.
17054 (local-clean): Renamed from do_clean.
17055 (local-distclean): New target, dependency of distclean and
17056 realclean.
17057 (install-info): Don't create directories. Depend on dir.info
17058 rather than calling make recursively.
17059 (install-dir.info): Eliminated.
17060 (install-info-dirs): Create all info directories here.
17061 (dir.info): Depend upon do-install-info.
17062
17063 * test-build.mk (HOLES): Added false.
17064
17065 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17066
17067 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17068
17069 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17070
17071 * Makefile.in (info): remove dependency on all-texinfo. The
17072 problem was really in texinfo/C, not at this level.
17073
17074 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17075
17076 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17077
17078 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17079
17080 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17081 GDB releases.
17082
17083 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17084
17085 * configure: Include srcdir in message about target of link not
17086 being found. Don't convert `-' to `_' in `with' options being
17087 passed to subdirs.
17088
17089 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17090
17091 * configure.in: add uudecode to host_tools
17092
17093 * Makefile.in: added {all,install}-uudecode targets, added them to
17094 the appropriate lists
17095
17096 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17097
17098 * Makefile.in (all-gcc): Added dependency on all-gas.
17099
17100 * configure.in (mips-*-*): Build ld and binutils.
17101
17102 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17103
17104 * configure: check return code from mkdir, print error message and
17105 exit on failure.
17106
17107 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17108
17109 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17110
17111 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17112
17113 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17114
17115 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17116
17117 * config.sub (h8500): Recognize this as a cpu type.
17118
17119 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17120
17121 * configure: source directory missing is no longer a warning
17122
17123 * configure.in: recognize irix[34]* instead of irix[34]
17124
17125 * Makefile.in: define and pass down X11_LIB
17126
17127 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17128
17129 * guess-systype: Renamed to ...
17130 * config.guess: ... by popular request.
17131 * configure.in, Makefile.in: Update accordingly.
17132
17133 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17134
17135 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17136 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17137 + Execute ./dummy instead of assuming . is in PATH.
17138
17139 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17140
17141 * guess-systype: New shell script. Attempts to guess the
17142 canonical host name of the executing host.
17143 Only a few hosts are supported so far.
17144 * configure: Call guess-systype if no host is specified.
17145
17146 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17147
17148 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17149 gcc Makefile.
17150
17151
17152 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17153
17154 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17155 (all-gcc, install-gcc, subdir_do): Use it.
17156
17157 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17158
17159 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17160
17161 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17162
17163 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17164 set exclusively by configure, using configure.in .
17165
17166 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17167
17168 * test-build.mk: set $PATH for all builds
17169
17170 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17171
17172 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17173
17174 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17175 the one used in gcc/Makefile.in, so that a null expansion doesn't
17176 override the one needed to build gcc with a native cc.
17177
17178
17179 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17180
17181 * configure: Accept -with arguments.
17182
17183 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17184
17185 * Makefile.in: added h8300sim
17186
17187 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17188
17189 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17190 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17191 (all-cygnus, native, build-cygnus): Make
17192 $(canonhost)-stamp-3stage-done, not $(host)....
17193 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17194 i386-sco3.2v4. Added else true to if command.
17195
17196 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17197
17198 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17199
17200 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17201
17202 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17203
17204 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17205
17206 * configure.in: don't remove binutils from Solaris builds
17207
17208 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17209
17210 * Makefile.in: get rid of earlier definitions for *clean,
17211 also handle the recursive info rule better
17212
17213 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17214
17215 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17216 do more-or-less the right thing.
17217
17218 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17219
17220 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17221 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17222
17223 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17224
17225 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17226 $(host_canonical).
17227
17228 * configure.in: split the configdirs list into 4 categories (native
17229 v. cross, library v. tool) and handle the cross-only and native-
17230 only in more reasonable (and correct!) way.
17231
17232 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17233
17234 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17235 configdirs anymore.
17236
17237 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17238
17239 * Makefile.in: extensive cleanup:: removed all of the explicit
17240 clean-* targets, collapsed many wrappers around subdir_do into
17241 one, added additional targets to satisfy standards.texi, deleted
17242 some old targets, some changes for consistency
17243
17244 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17245
17246 * configure.in: handle some programs as cross-only, and others as
17247 native only
17248
17249 * test-build.mk: handle partial holes in a more generic manner
17250
17251 * Makefile.in: m4 depends on libiberty
17252
17253 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17254
17255 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17256 time, wdiff, and find to configdirs
17257
17258 * Makefile.in: all, clean, and install rules for the new programs
17259 added to configure.in
17260
17261 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17262
17263 * configure.in: use mh-sun for all *-sun-* hosts
17264
17265 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17266
17267 * Makefile.in: define flags for X11 include files and library file
17268 locations, pass them down to the programs that need this info
17269
17270 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17271
17272 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17273
17274 * configure.in: start building libg++ for HP-UX targets
17275
17276 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17277
17278 * README: Update references to files moved into etc/.
17279
17280 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17281
17282 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17283 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17284
17285 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17286
17287 * configure: accept dash as well as underscore in long option
17288 names for FSF compatibility.
17289
17290 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17291
17292 * config.sub: added -sco3.2v4 support from FSF.
17293
17294 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17295
17296 * configure.in: expand the section that adds or removes
17297 directories from the list of programs to build, to handle native
17298 vs. cross in addition to host v. native
17299
17300 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17301
17302 * Makefile.in: Replace C++ in macro names with CXX.
17303 This is less likely to break ...
17304
17305 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17306
17307 * test-build.mk: add -w to GNU_MAKE
17308
17309 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17310
17311 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17312 add 'sparc' to list of recognized cpus. This needed to make
17313 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17314 Delete some redundant ose68 variants. Recognize -wrs as an os,
17315 then changes that into $CPU-wrs-vxworks.
17316
17317 * configure.in: remove most references to gdbtest, regularize
17318 target based program removal
17319
17320 * test-build.mk: import from p3 tree (many fixes and changes)
17321
17322 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17323
17324 * Makefile.in: added rules to handle tcl, tk, and expect
17325
17326 * configure.in: handle those directories if they exist
17327
17328 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17329
17330 * config.sub: removed bogus hppabsd and hppahpux names, since
17331 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17332
17333 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17334
17335 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17336 depends upon all-xiberty
17337
17338 * Makefile.in: changes from p3, including:
17339
17340 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17341
17342 * Makefile.in (XTRAFLAGS): include newlib directories if
17343 newlib/Makefile exists, rather than if host != target.
17344
17345 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17346
17347 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17348 from the same source tree and not building a cross-compiler. This
17349 matters for the libg++ configuration if reconfiguring a tree that
17350 has already been installed.
17351
17352 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17353
17354 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17355 pick up the machine and system specific header files.
17356
17357 * Makefile.in: added AS_FOR_TARGET, passed down in
17358 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17359 the C compiler to use to create programs which are run in the
17360 build environment, set it to default to $(CC), and passed it down
17361 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17362
17363 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17364
17365 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17366 We need them for unusual native builds, like systems without
17367 ranlib.
17368
17369 * configure: also define $(host_canonical) and
17370 $(target_canonical), which are the full, canonical names for the
17371 given host and target
17372
17373 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17374
17375 * Makefile.in: Added separate definitions for C++.
17376
17377 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17378
17379 * configure.in (configdirs): Add deja-gnu.
17380
17381 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17382
17383 * README: Update for configure.texi and gdb-4.7 release.
17384
17385 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17386
17387 * Makefile.in: Move "all" target to top of file.
17388 Previously, first target was ".PHONY" which caused BSD4.4 make
17389 to build .PHONY when make was run without arguments.
17390
17391 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17392
17393 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17394 Library-copylefted code in libiberty.
17395
17396 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17397
17398 * config.sub: Replace m68kmote with plain old m68k.
17399
17400 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17401
17402 * Makefile.in: Remove space from blank line, avoid Make complaints.
17403
17404 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17405
17406 * config.sub: Complain if no argument is given. Added support for
17407 386bsd as OS and target alias.
17408
17409 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17410
17411 * Makefile.in (XTRAFLAGS): include newlib directories if
17412 newlib/Makefile exists, rather than if host != target.
17413
17414 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17415
17416 * config.sub: recognize sparclite-wrs-vxworks.
17417
17418 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17419 p3.) Added clean-xiberty to clean.
17420
17421 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17422
17423 * configure.in: use *-*-* instead of nested cases for host and target
17424
17425 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17426
17427 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17428 from the same source tree and not building a cross-compiler. This
17429 matters for the libg++ configuration if reconfiguring a tree that
17430 has already been installed.
17431
17432 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17433
17434 * config.sub (i486v/i486v4): Merge in from FSF version.
17435
17436 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17437
17438 * configure: only set PWD if it is already set.
17439
17440 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17441
17442 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17443 doesn't have unset and all success paths (and most error paths)
17444 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17445 to just ${PWD} to avoid confusion.)
17446
17447 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17448
17449 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17450 even for a native compilation.
17451
17452 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17453
17454 Changes to make the gdb.tar.Z rule work better.
17455
17456 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17457 (DEVO_SUPPORT): Add configure.texi.
17458 (bfd-ilrt.tar.Z): Remove ancient rule.
17459
17460 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17461
17462 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17463 pick up the machine and system specific header files.
17464
17465 * configure.in, config.sub: added new target m68010-adobe-scout,
17466 with alias of adobe68k. Changed configure.in to check for
17467 -scout before -sco* to avoid a false match.
17468
17469 * Makefile.in: added AS_FOR_TARGET, passed down in
17470 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17471 the C compiler to use to create programs which are run in the
17472 build environment, set it to default to $(CC), and passed it down
17473 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17474
17475 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17476
17477 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17478 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17479 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17480 FOR_TARGET variants, to newlib and libg++.
17481
17482 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17483
17484 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17485 first.
17486
17487 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17488
17489 * config.sub: Accept `elf' as an environment.
17490
17491 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17492
17493 * Makefile.in (all-opcodes): cd into the right directory
17494
17495 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17496
17497 * configure: added -program_transform_name option, used as
17498 argument to sed when installing programs.
17499 configure.texi: added documentation for -program_prefix,
17500 -program_suffix and -program_transform_name.
17501
17502 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17503
17504 * config.sub: Accept i486 where i386 ok.
17505
17506 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17507
17508 * config.sub: accept we32k
17509
17510 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17511
17512 * config.sub, configure.in: accept OSE68000 and OSE68k.
17513
17514 * Makefile.in: don't create all directories for ``make install'';
17515 let the subdirectories create the ones they need.
17516
17517 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17518
17519 * COPYING: new file, GPL v2
17520
17521 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17522
17523 * Makefile.in: use the new gen-info-dir, which needs a template
17524 argument (which also lives in texinfo)
17525
17526 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17527
17528 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17529
17530 * config.sub (ncr3000): Change i386 to i486.
17531
17532 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17533
17534 * Makefile.in: add install-rcs, install-grep to
17535 install-no-fixedincludes, removed install-bison and install-libgcc
17536
17537 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17538
17539 * configure.in: grab the HPUX makefile fragment if on HPUX
17540
17541 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17542
17543 * Makefile.in: eradicate bison spoor (ditto libgcc).
17544 configure.in: recognise m68{k,000}-ericsson-OSE.
17545 es1800 is alias for m68k-ericsson-OSE
17546
17547 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17548
17549 * configure.in: rearrange the parts that remove programs from
17550 configdirs, based now on HOST==TARGET or by canonical triple.
17551
17552 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17553
17554 * test-build.mk: recurse explicitly with -f test-build.mk when
17555 appropriate. predicate stage3 and comparison on the existence
17556 of gcc. That is, if gcc isn't around, we aren't three-staging.
17557 On very clean, also remove ...stamp-co. Build in-place before
17558 doing other builds.
17559
17560 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17561
17562 * Makefile.in, configure.in: add tgas
17563
17564 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17565
17566 * Makefile.in: a number of changes merged in from progressive.
17567
17568 * configure.in: add libm.
17569
17570 * .cvsignore: ignore some stuff that comes from test-build.mk.
17571
17572 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17573
17574 * config.sub: Add es1800 (m68k-ericsson-es1800).
17575
17576 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17577
17578 * configure: Add program_suffix (parallel to program_prefix)
17579 * Makefile.in: adjust directory-creating script for losing decstation
17580
17581 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17582
17583 * configure: Minor $subdir-related fixes.
17584
17585 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17586
17587 * configure: fix various problems with propogating
17588 makefile_target_frag in subdirs.
17589 * configure.in: config libgcc if its there
17590
17591 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17592
17593 * config.sub: HPPA merge.
17594
17595 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17596
17597 * Makefile.in: Replace all-bison with all-byacc in all
17598 dependency lines for other tools (which now use byacc).
17599
17600 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17601
17602 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17603
17604 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17605
17606 * Makefile.in: make gprof rules similar to byacc rules (instead of
17607 vestigal $(unsubdir) that didn't work...)
17608
17609 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17610
17611 * config.sub: Add support for Linux.
17612 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17613 (at least for libg++).
17614
17615 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17616
17617 * configure.texi: fix doc for the -nfp option to configure
17618
17619 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17620
17621 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17622
17623 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17624
17625 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17626 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17627 * configure.in: added solaris* host_makefile_frag hook.
17628
17629 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17630
17631 * config.sub: changed recognition of m68000 so that various
17632 m68k types can be specified via m680[01234]0
17633
17634 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17635
17636 * config.sub (basic_machine): fix sed so that '-foo' isn't
17637 completely substituted out while .+'-foo' loses the '-foo'
17638
17639 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17640
17641 * config.sub ($os): Add -aout.
17642
17643 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17644
17645 * configure: If host_makefile_frag is absolute, don't
17646 prefix ${invsubdir} (relevant to libg++ auto-configure).
17647
17648 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17649
17650 * Makefile.in (tooldir): Define it.
17651 (all-ld): Depend on all-flex.
17652
17653 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17654
17655 * Makefile.in (check): Fix libg++ special case.
17656
17657 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17658
17659 * configure: do not bury `pwd` into config.status, thus do fewer
17660 pwd's.
17661
17662 * configure: print the "Building in" message only when building in
17663 other than "." AND verbose.
17664
17665 * configure: remove -s, rework -v to better accommodate guested
17666 configures.
17667
17668 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17669
17670 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17671
17672 * Makefile.in: macroize flags passed on recursion. remove
17673 fileutils.
17674
17675 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17676
17677 * configure: get makesrcdir right for subdirs deeper than 1.
17678
17679 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17680 install.
17681
17682 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17683
17684 * Makefile.in: don't print subdir_do or recursion lines.
17685
17686 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17687
17688 * standards.texi: added menu item.
17689
17690 * Makefile.in: build and install standards.info.
17691
17692 * standards.texi: new file.
17693
17694 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17695
17696 * configure: test for and move config.status pieces from
17697 ${subdir}/.
17698
17699 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17700
17701 * configure: Test for existance of files before trying to mv
17702 them, to avoid numerous non-existance messages.
17703
17704 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17705
17706 * configure: correct final line of config.status.
17707
17708 * configure: patch from eggert. Avoids a protection problem if
17709 the original Makefile.in is read only.
17710
17711 * configure: use move-if-change from gcc to create config.status.
17712 Some makefiles depend on config.status to tell if a directory
17713 has been reconfigured for a different host. This change
17714 prevents those directories from remaking everything in the case
17715 where the reconfig was only intended to rebuild a Makefile.
17716
17717 * configure: test for config.sub with "config.sub sun4" rather
17718 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17719 host alias from a missing config.sub.
17720
17721 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17722
17723 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17724 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17725
17726 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17727
17728 * configure: mkdir ${subdir} as needed.
17729
17730 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17731
17732 * Makefile.in,configure.in: added autoconf.
17733
17734 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17735
17736 * Makefile.in: no longer pass against on recursion.
17737
17738 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17739 definitions are not inherited.
17740
17741 * configure: correct makesrcdir when subdir is .
17742
17743 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17744
17745 * configure: Add support for 'subdirs' variable, which is
17746 like 'configdirs', except that configure doesn't re-invoke
17747 itself for subdirs, it just creates a Makefile for each subdir.
17748 * configure.texi: Document subdirs.
17749
17750 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17751
17752 * configure.in: added flex to configdirs
17753
17754 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17755
17756 * Makefile.in: remove clean-stamps from clean.
17757
17758 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17759
17760 * configure.in: Add gdbtest to configdirs.
17761
17762 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17763
17764 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17765 to recursive makes.
17766 * configure.in: Recognize new ncr3000 config.
17767
17768 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17769
17770 * Makefile.in, configure.in: removed references to gdbm.
17771
17772 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17773
17774 * config.sub: Don't canonicalize os value
17775 newsos* to bsd (readline needs to check for newsos).
17776 (This fix was earlier made Jan 31, but got re-broken.)
17777
17778 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17779
17780 * configure.in: sco is an os, not a vendor!
17781
17782 * configure: Quote $( better. Keep various shells happy.
17783
17784 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17785
17786 * Makefile.in: eliminate stamp-files.
17787
17788 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17789
17790 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17791 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17792
17793 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17794
17795 * config.sub: fix iris/iris3.
17796
17797 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17798
17799 * configure: re-add -rm.
17800
17801 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17802
17803 * Maskefile.in: add .stmp-rcs to all.
17804
17805 * configure.in: remove gas from rs6000 build, use aix host fragment.
17806
17807 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17808
17809 * configure: pass down site_option during recursion.
17810
17811 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17812
17813 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17814
17815 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17816
17817 * configure: Change exec_prefix so that it really defaults to prefix.
17818
17819 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17820
17821 * Makefile.in, configure.in: Add support for mmalloc library.
17822
17823 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17824
17825 * Makefile.in: add stmp dependencies for a few more things.
17826
17827 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17828
17829 * configure: adjusted error message on objdir/srcdir configure
17830 collision, per john's suggestion.
17831
17832 * Makefile.in: add libiberty stmp to all and all.cross.
17833
17834 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17835
17836 * Makefile.in: remove force dependencies, add grep to all.
17837
17838 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17839
17840 * Makefile.in: drop flex. make stamp files work.
17841
17842 * configure: added test for conflicting configuration in srcdir,
17843 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17844 gets cranky. use relative paths for configure and srcdir
17845 whenever possible. Send some error messages to stderr that were
17846 going to stdout.
17847
17848 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17849
17850 * Makefile.in: Fix libg++ rule to check for gcc directory
17851 before using gcc/gcc. Also pass XTRAFLAGS.
17852
17853 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17854
17855 * Makefile.in: added stmp-files so that directories aren't polled
17856 when they are already built.
17857
17858 * configure.texi: fixed a node pointer problem.
17859
17860 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17861
17862 * config.sub configure.in gdb/configure.in
17863 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17864 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17865 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17866
17867 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17868
17869 * configure: -recurring becomes -silent. corrected help message
17870 for -site= option.
17871
17872 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17873
17874 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17875
17876 * configure: when building Makefile for crosses, replace
17877 tooldir and program_prefix. default srcdir from location of
17878 config.sub. remove "for host in hosts" and "for target in
17879 targets" loops.
17880
17881 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17882
17883 * Makefile.in: Do not pass bindir or mandir to cvs.
17884
17885 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17886
17887 * Makefile.in, configure.in: removed traces of namesubdir,
17888 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17889 copyrights to '92, changed some from Cygnus to FSF.
17890
17891 * configure.texi: remove most references to multiple hosts,
17892 multiple targets, subdirs, etc.
17893
17894 * configure.man: removed rcsid. reference config.sub not
17895 config.subr.
17896
17897 * Makefile.in: mkdir $(infodir) on install-info.
17898
17899 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17900
17901 * configure.texi: Explain better about .gdbinit and about
17902 the environment that configure.in sections run in.
17903
17904 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17905
17906 * configure.in: Ultrix is only a decstation if it's a MIPS.
17907
17908 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17909
17910 * README: DOC.configure => cfg-paper.texi.
17911
17912 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17913
17914 * config.sub (near case $os): Don't convert newsos* to bsd!
17915
17916 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17917
17918 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17919 the number of copies of COPYING that go into the GDB tar file.
17920
17921 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17922
17923 * bfd/configure.in, gdb/config/mh-i386sco,
17924 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17925 Fix SCO configuration stuff.
17926
17927 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17928
17929 * Makefile.in: For libg++, make sure the -I pointing
17930 to the gcc directory goes *after* all the libg++-local -I flags.
17931 Also, move just-gcc dependency from just-libg++ to all-libg++.
17932
17933 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17934
17935 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17936
17937 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17938
17939 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17940
17941 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17942
17943 * config.sub: Add stratus configuration frags. Also
17944 submitted to FSF.
17945
17946 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17947
17948 * Makefile.in (DEV_SUPPORT): add configure.man.
17949
17950 * config.sub(Decode manufacturer-specific): add -none*.
17951
17952 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17953
17954 * Makefile.in: remove form feeds to make Sun's make happy.
17955 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17956
17957 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17958
17959 * Makefile.in (AR_FLAGS): Make quieter.
17960
17961 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17962
17963 * configure.in: Add libg++.
17964 * configure: When verbose, don't output the command line at each
17965 level; it will be unremarkably the same as the previous version,
17966 which will be the same as what the user typed.
17967
17968 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17969
17970 * configure.in, Makefile.in: fix clean-info, add flex. add
17971 fileutils.
17972
17973 * configure: be less sensitive to spaces in Makefile.in. Do not
17974 look for sources in "..". Doing so breaks subdirectories that
17975 might have their own configure. If a subdir has it's own
17976 configure script, use it.
17977
17978 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17979
17980 * cfg-paper.texi: some changes suggested by rms.
17981
17982 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17983
17984 * config.sub: Merge in some small additions from the FSF version,
17985 taken from the gcc distribution, to bring the Cygnus and FSF
17986 versions into closer sync.
17987
17988 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17989
17990 * configure.in: Changed svr4 references to sysv4.
17991
17992 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17993
17994 * configure: added -V for version number option.
17995
17996 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17997
17998 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17999 renamed from DOC.configure to cfg-paper.texi.
18000
18001 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18002
18003 * configure, config.subr, config.sub: config.subr is now
18004 config.sub again.
18005
18006 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18007
18008 * configure.texi: new file, in progress.
18009
18010 * Makefile.in: build info file and install the man page for
18011 configure.
18012
18013 * configure.man: new file, first cut.
18014
18015 * configure: find config.subr again now that configuration "none"
18016 has gone. removed all traces of the -ansi option. removed all
18017 traces of the -languages option.
18018
18019 * config.subr: resync from rms.
18020
18021 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18022
18023 * configure, config.sub, config.subr: merge config.sub into
18024 config.subr, call the result config.subr, remove config.sub, use
18025 config.subr.
18026
18027 * Makefile.in: revised install for dir.info.
18028
18029 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18030
18031 * configure.in: add decstation host makefile frag.
18032
18033 * Makefile.in: BISON now bison -y again. also install-gcc on
18034 install. clean-gdbm on clean. infodir belongs in datadir.
18035 Make directories for info install. Build dir.info here then
18036 install it.
18037
18038 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18039
18040 * Makefile.in: fix for bad directory tests.
18041
18042 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18043
18044 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18045 regexp. -srcdir relative was being handled incorrectly.
18046
18047 * Makefile.in: unwrapped some for loops so that parallel makes
18048 work again and so one can focus one's attention on a particular
18049 package.
18050
18051 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18052
18053 * configure: added PWD as a stand in for `pwd` (for speed). use
18054 elif wherever possible. make -srcdir work without -objdir.
18055 -objdir= commented out.
18056
18057 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18058
18059 * configure: +options become --options. -subdirs commented out.
18060 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18061 Makefile now at top of generated Makefile. Removed cvs log
18062 entries. added -srcdir. create .gdbinit only if there is one
18063 in ${srcdir}.
18064
18065 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18066 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18067 and mandir now keyed off datadir by default.
18068
18069 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18070
18071 * Freshly created ChangeLog.
18072
18073 \f
18074 Local Variables:
18075 mode: change-log
18076 left-margin: 8
18077 fill-column: 76
18078 version-control: never
18079 End: