re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan))
[gcc.git] / ChangeLog
1 2014-04-17 Jakub Jelinek <jakub@redhat.com>
2
3 PR sanitizer/56781
4 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
5 and -B* options with -Xcompiler.
6
7 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
8
9 PR bootstrap/60620
10 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
11 * Makefile.in: Regenerate.
12
13 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
14
15 * Makefile.def (dependencies): Make all-ld depend on all-binutils
16 for WINDRES_FOR_TARGET in default-manifest.o rule.
17 * Makefile.in: Regenerate.
18
19 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
20
21 * MAINTAINERS (Write After Approval): Add myself.
22
23 2014-03-26 Jakub Jelinek <jakub@redhat.com>
24
25 PR sanitizer/56781
26 * Makefile.def: Set bootstrap=true; for host fixincludes.
27 * configure.ac: Don't bootstrap host fixincludes unless
28 --with-build-config=bootstrap-{a,ub}san.
29 * Makefile.in: Regenerated.
30 * configure: Regenerated.
31
32 2014-03-21 Jakub Jelinek <jakub@redhat.com>
33
34 * configure.ac: Move BUILD_CONFIG set up earlier. Add
35 --enable-vtable-verify option parsing. Don't add
36 target-libsanitizer to bootstrap_target_libs unless
37 --with-build-config=bootstrap-asan or
38 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
39 to bootstrap_target_libs unless --enable-vtable-verify.
40 * configure: Regenerated.
41
42 2014-03-10 Anatoly Sokolov <aesok@post.ru>
43
44 * MAINTAINERS (Write After Approval): Add myself.
45
46 2014-03-07 Denis Chertykov <chertykov@gmail.com>
47
48 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
49
50 2014-03-07 Jakub Jelinek <jakub@redhat.com>
51
52 PR bootstrap/58572
53 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
54 -I for libstdc++-v3 includes if $(LEAN).
55 * Makefile.in: Regenerated.
56
57 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
58
59 * MAINTAINERS: Update my email address.
60
61 2014-02-24 Walter Lee <walt@tilera.com>
62
63 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
64 (tilegx-*-*): Change to tilegx*-*-*.
65 * configure: Regenerate.
66
67 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
68
69 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
70
71 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
72
73 * MAINTAINERS (Write After Approval): Add myself.
74
75 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
76
77 PR target/59788
78 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
79 *solaris2*.
80
81 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
82
83 * MAINTAINERS: Update my email address.
84
85 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
86
87 * MAINTAINERS: Convert to UTF-8.
88 Properly sort Xinliang David Li's entry.
89
90 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
91 Sandra Loosemore <sandra@codesourcery.com>
92
93 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
94 nios2 port maintainers.
95
96 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
97
98 * MAINTAINERS (Write After Approval): Add myself.
99
100 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
101
102 * configure.ac: Add user-friendly check for native x86_64-linux
103 multilibs.
104 * configure: Regenerate.
105
106 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
107
108 * MAINTAINERS: Add myself as sh maintainer.
109
110 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
111
112 * MAINTAINERS: Add self as SLSR maintainer.
113
114 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
115
116 * MAINTAINERS: Update my email address.
117
118 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
119
120 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
121
122 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
123
124 * Makefile.in: Regenerate.
125
126 * Makefile.tpl: Fix typo.
127 * Makefile.in: Regenerate partially.
128
129 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
130
131 * configure.ac: Added libcilkrts to noconfig list when C++ is not
132 supported.
133 * configure: Regenerated.
134
135 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
136
137 * MAINTAINERS (Write After Approval): Add myself.
138
139 2013-10-30 Jason Merrill <jason@redhat.com>
140
141 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
142 --disable-build-format-warnings.
143
144 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
145
146 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
147 depend on libstdc++ and libgcc.
148 * configure: Regenerate.
149 * configure.ac: Added libcilkrts to target binaries. Also, restrict
150 libcilkrts for POSIX and i*86, and x86_64 architectures.
151 * Makefile.in: Added libcilkrts related fields to support building it.
152
153 2013-10-26 Jeff Law <law@redhat.com>
154
155 * Makefile.def (target_modules): Remove libmudflap
156 (languages): Remove check-target-libmudflap).
157 * Makefile.in: Rebuilt.
158 * Makefile.tpl (check-target-libmudflap-c++): Remove.
159 * configure.ac (target_libraries): Remove target-libmudflap.
160 Remove checks which disabled libmudflap on some systems.
161 * configure: Rebuilt.
162 * libmudflap: Directory removed.
163
164 2013-10-21 Cong Hou <congh@google.com>
165
166 * MAINTAINERS (Write After Approval): Add myself.
167
168 2013-10-16 Mike Stump <mikestump@comcast.net>
169
170 * .dir-locals.el: Add.
171
172 2013-10-15 David Malcolm <dmalcolm@redhat.com>
173
174 * configure.ac: Add --enable-host-shared
175 * configure: Regenerate.
176
177 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
178
179 Import from savannah.gnu.org:
180 * config.guess: Update to 2013-06-10 version.
181 * config.sub: Update to 2013-10-01 version.
182
183 2013-10-01 Simon Cook <simon.cook@embecosm.com>
184
185 Changes to build configuration to allow big endian ARC ELF toolchain
186 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
187 * configure: Regenerate.
188
189 2013-09-20 Alan Modra <amodra@gmail.com>
190
191 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
192 ppc host match. Support little-endian powerpc linux hosts.
193
194 2013-09-19 Dodji Seketeli <dodji@redhat.com>
195
196 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
197 maintainer.
198
199 2013-09-12 DJ Delorie <dj@redhat.com>
200
201 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
202 maintainers.
203
204 2013-09-03 Richard Biener <rguenther@suse.de>
205
206 * configure.ac: Also allow ISL 0.12.
207 * configure: Regenerated.
208
209 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
210
211 * MAINTAINERS (Write After Approval): Add myself.
212
213 2013-08-27 David Malcolm <dmalcolm@redhat.com>
214
215 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
216
217 2013-08-26 Caroline Tice <cmtice@google.com>
218
219 * MAINTAINERS: Correct earliers update: Move myself from libvtv
220 "Various Reviewers" to libvtv "Various Maintainers".
221
222 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
223
224 * MAINTAINERS: Add myself as RTL optimizers reviewer.
225
226 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
227
228 * MAINTAINERS: Update name, email.
229
230 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
231
232 * MAINTAINERS (Write After Approval): Add myself.
233
234 2013-08-12 Caroline Tice <cmtice@google.com>
235
236 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
237 address in the Write After Approval section.
238
239 2013-08-09 Carlos O'Donell <carlos@redhat.com>
240
241 * MAINTAINERS (Write After Approval): Update email.
242
243 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
244
245 * configure.ac: Adjust to check VTV_SUPPORTED.
246 * configure: Regenerated.
247
248 2013-08-02 Caroline Tice <cmtice@google.com>
249
250 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
251 on non-linux systems; add target-libvtv to noconfigdirs; add
252 libsupc++/.libs to C++ library search paths.
253 * configure: Regenerated.
254 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
255 libstdc++ and libgcc.
256 * Makefile.in: Regenerated.
257
258 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
259
260 * MAINTAINERS (Write After Approval): Add myself.
261
262 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
263 Shiva Chen <shiva0217@gmail.com>
264
265 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
266 nds32 port maintainers.
267
268 2013-07-17 Tim Shen <timshen91@gmail.com>
269
270 * MAINTAINERS (Write After Approval): Add myself.
271
272 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
273
274 * configure.ac: Sync from binutils.
275 * configure: Regenerate.
276
277 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
278
279 * MAINTAINERS (Write After Approval): Add myself.
280
281 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
282
283 * MAINTAINERS (Write After Approval): Add myself.
284
285 2013-05-17 David Malcolm <dmalcolm@redhat.com>
286
287 * MAINTAINERS (Write After Approval): Add myself.
288
289 2013-04-30 Brooks Moses <bmoses@google.com>
290
291 * MAINTAINERS: Update my email; move myself from Fortran
292 reviewer to Write After Approval.
293
294 2013-04-16 Andreas Schwab <schwab@suse.de>
295
296 * configure.ac (aarch64-*-*): Don't disable java.
297 * configure: Regenerate.
298
299 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
300
301 * MAINTAINERS (Write After Approval): Add myself.
302
303 2013-03-30 Matthias Klose <doko@ubuntu.com>
304
305 * Makefile.def (target_modules): Don't install libffi.
306 * Makefile.in: Regenerate.
307
308 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
309
310 * MAINTAINERS (Write After Approval): Add myself.
311
312 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
313
314 * MAINTAINERS (Write After Approval): Add myself.
315
316 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
317
318 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
319 * configure: Regenerated.
320
321 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
322
323 * MAINTAINERS: Explicitly add myself as AIX maintainer.
324 Remove Geoff Keating as rs6000 port maintainer, at his request.
325
326 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
327
328 * MAINTAINERS: Update my email.
329
330 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
331
332 * configure: Re-generate.
333
334 2013-01-15 Richard Biener <rguenther@suse.de>
335
336 PR other/55973
337 * configure: Re-generate.
338
339 2013-01-14 Matthias Klose <doko@ubuntu.com>
340
341 * Makefile.def (install-target-libsanitizer): Depend on
342 install-target-libstdc++-v3.
343 * Makefile.in: Regenerate.
344
345 2013-01-14 Richard Biener <rguenther@suse.de>
346
347 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
348 * configure: Re-generate
349
350 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
351
352 * config.sub: Update from config repo.
353
354 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
355
356 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
357 * Makefile.in: Regenerate.
358
359 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
360
361 * MAINTAINERS (arc): Add new port maintainership for myself.
362
363 2013-01-09 Jason Merrill <jason@redhat.com>
364
365 * .gitignore: Import from gdb repository.
366
367 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
368
369 * Makefile.def (configure-gcc): Depend on all-gmp.
370 (all-gcc): Remove dependency on all-gmp.
371 * Makefile.in: Regenerated.
372
373 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
374
375 * config.sub: Merge from config repo.
376 * config.guess: Ditto.
377
378 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
379
380 * Makefile.def: Merge from binutils.
381 * Makefile.in: Ditto.
382
383 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
384
385 * MAINTAINERS: Update my email.
386
387 2012-12-29 Ben Elliston <bje@gnu.org>
388
389 * config.guess: Update to 2012-12-29 version.
390 * config.sub: Likewise.
391
392 2012-12-20 Matthias Klose <doko@ubuntu.com>
393
394 * Makefile.def (install-target-libgfortran): Depend on
395 install-target-libquadmath, install-target-libgcc.
396 (install-target-libsanitizer): Depend on install-target-libgcc.
397 (install-target-libjava): Depend on install-target-libgcc.
398 (install-target-libitm): Depend on install-target-libgcc.
399 (install-target-libobjc): Depend on install-target-libgcc.
400 (install-target-libstdc++-v3): Depend on install-target-libgcc.
401 * Makefile.in: Regenerate.
402
403 2012-12-19 Matthias Klose <doko@ubuntu.com>
404
405 * Makefile.def (install-target-libgo): Depend on
406 install-target-libatomic.
407 * Makefile.in: Regenerate.
408
409 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
410
411 PR go/55201
412 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
413 * Makefile.in: Regenerate.
414
415 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
416
417 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
418 * configure: Regenerate.
419
420 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
421
422 * config.sub: Merge from config repo.
423
424 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
425
426 * Makefile.def (target_modules): Add bootstrap=true and
427 raw_cxx=true to libsanitizer.
428 * configure.ac (bootstrap_target_libs): Add libsanitizer.
429 * Makefile.in: Regenerated.
430 * configure: Likewise.
431
432 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
433
434 * MAINTAINERS: Remove self as RTL optimization maintainer.
435
436 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
437
438 * MAINTAINERS (Write After Approval): Add myself.
439
440 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
441
442 * Makefile.def (target_modules): Remove bootstrap=true and
443 raw_cxx=true from libsanitizer.
444 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
445 * Makefile.in: Regenerated.
446 * configure: Likewise.
447
448 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
449
450 * Makefile.def (target_modules): Add bootstrap=true and
451 raw_cxx=true to libsanitizer.
452 * configure.ac (bootstrap_target_libs): Add libsanitizer.
453 * Makefile.in: Regenerated.
454 * configure: Likewise.
455
456 2012-11-28 Andrew Pinski <apinski@cavium.com>
457
458 PR bootstrap/54279
459 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
460 * configure: Regenerate.
461 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
462 * Makefile.in: Regenerate.
463
464 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
465
466 * configure.ac: Disable libsanitizer if we're not building C++.
467 * configure: Regenerate.
468
469 2012-11-15 Roland McGrath <roland@hack.frob.com>
470
471 * MAINTAINERS (Write After Approval): Add myself.
472
473 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
474
475 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
476 Kostya Serebryany (kcc@google.com) and
477 Jakub Jelinek (jakub@redhat.com).
478 Rename area for Dodji Seketeli (dodji@redhat.com).
479
480 2012-11-15 Dodji Seketeli <dodji@redhat.com>
481
482 * MAINTAINERS: (asan.c, related): Add myself.
483
484 2012-11-14 Roland McGrath <mcgrathr@google.com>
485
486 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
487 * configure: Regenerate.
488
489 2012-11-13 Richard Henderson <rth@redhat.com>
490
491 * configure.ac: Move libsanitizer logic to subdirectory.
492 * configure: Regenerate.
493
494 2012-11-13 Dodji Seketeli <dodji@redhat.com>
495
496 * configure.ac: Enable libsanitizer just on x86 linux for now.
497 * configure: Re-generate.
498
499 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
500
501 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
502 sections.
503 * configure: Regenerate.
504
505 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
506
507 * configure.ac: Add section for configdirs for libsanitizer.
508 Disable for cris-*-* and mmix-*-*.
509 * configure: Regenerate.
510
511 2012-11-12 Wei Mi <wmi@google.com>
512
513 * configure.ac: Add libsanitizer to target_libraries.
514 * Makefile.def: Ditto.
515 * configure: Regenerate.
516 * Makefile.in: Regenerate.
517 * libsanitizer: New directory for asan runtime. Contains an empty
518 tsan directory.
519
520 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
521
522 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
523 against Mingw64 w32api.
524 * configure: Regenerate.
525
526 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
527
528 * configure: Regenerated.
529
530 2012-11-03 Robert Mason <rbmj@verizon.net>
531
532 * configure.ac: add --disable-libstdcxx configure option
533 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
534
535 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
536
537 * MAINTAINERS (Write After Approval): Add myself.
538
539 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
540
541 * MAINTAINERS (Write After Approval): Add myself.
542
543 2012-10-24 Sharad Singhai <singhai@google.com>
544
545 * MAINTAINERS (Write After Approval): Add myself.
546
547 2012-10-24 Eric Christopher <echristo@gmail.com>
548
549 * MAINTAINERS: Update email address.
550
551 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
552
553 PR bootstrap/54820
554 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
555 * configure: Regenerate.
556
557 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
558
559 * MAINTAINERS (aarch64): Add Marcus and myself.
560
561 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
562
563 PR bootstrap/54820
564 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
565 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
566 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
567 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
568 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
569 * Makefile.in: Regenerate.
570 * configure.ac (have_static_libs): New variable and associated check.
571 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
572 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
573 * configure: Regenerate.
574
575 2012-10-10 Richard Biener <rguenther@suse.de>
576
577 * MAINTAINERS: Adjust for changed surname.
578
579 2012-10-04 Lawrence Crowl <crowl@google.com>
580
581 * MAINTAINERS (Write After Approval): Add myself.
582
583 2012-10-01 Cary Coutant <ccoutant@google.com>
584
585 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
586
587 2012-09-28 Ian Lance Taylor <iant@google.com>
588
589 * Makefile.def: Make all-target-libgo depend on
590 all-target-libbacktrace.
591 * Makefile.in: Rebuild.
592
593 2012-09-26 Ian Lance Taylor <iant@google.com>
594
595 * Makefile.def: Make all-gcc depend on all-libbacktrace.
596 * Makefile.in: Rebuild.
597
598 2012-09-20 Walter Lee <walt@tilera.com>
599
600 * configure.ac: Add tilegx to list of targets that support gold.
601 * configure: Regenerate.
602
603 2012-09-20 Marek Polacek <polacek@redhat.com>
604
605 * MAINTAINERS (Write After Approval): Add myself.
606
607 2012-09-19 Steve Ellcey <sellcey@mips.com>
608
609 * configure.ac: Add mips*-mti-elf* target.
610 * configure: Regenerate.
611
612 2012-09-17 Ian Lance Taylor <iant@google.com>
613
614 * MAINTAINERS (Various Maintainers): Add libbacktrace.
615 * configure.ac (host_libs): Add libbacktrace.
616 (target_libraries): Add libbacktrace.
617 * Makefile.def (host_modules): Add libbacktrace.
618 (target_modules): Likewise.
619 * configure, Makefile.in: Rebuild.
620
621 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
622
623 PR target/38607
624 Merge upstream change.
625 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
626
627 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
628 Add libgomp*.o to compare_exclusions for AIX.
629 * configure: Regenerate.
630
631 2012-09-06 Diego Novillo <dnovillo@google.com>
632
633 * configure.ac: Bump minimum GMP version to 4.2.3.
634 * configure: Re-generate.
635
636 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
637
638 PR target/54461
639 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
640 target-libgloss if not configured --with-avrlibc=no.
641 * configure: Regenerate.
642
643 2012-09-04 Jason Merrill <jason@redhat.com>
644
645 * configure.ac: Fix --enable-languages=all.
646
647 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
648
649 * MAINTAINERS (Write After Approval): Add myself.
650
651 2012-09-03 Richard Guenther <rguenther@suse.de>
652
653 PR bootstrap/54138
654 * configure.ac: Re-organize ISL / CLOOG checks to allow
655 disabling with either --without-isl or --without-cloog.
656 * configure: Regenerated.
657
658 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
659
660 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
661 * configure: Regenerate.
662
663 2012-08-27 Ulrich Drepper <drepper@gmail.com>
664
665 * MAINTAINERS: Fix my email address.
666
667 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
668
669 PR binutils/4970
670 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
671 and opcodes.
672 * Makefile.in: Regenerated.
673
674 2012-08-26 Art Haas <ahaas@impactweather.com>
675
676 * configure: Regenerate.
677
678 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
679
680 * INSTALL/README: Also refer to the online installation
681 instructions.
682
683 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
684
685 * MAINTAINERS (Write After Approval): Add myself.
686 (Picochip port): Remove myself.
687
688 2012-08-14 Diego Novillo <dnovillo@google.com>
689
690 Merge from cxx-conversion branch.
691
692 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
693 POSTSTAGE1_CONFIGURE_FLAGS.
694 * Makefile.in: Regenerate.
695 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
696 Force C++ when bootstrapping.
697 * configure: Regenerate.
698
699 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
700
701 * MAINTAINERS (Write After Approval): Add myself.
702
703 2012-07-16 Joseph Myers <joseph@codesourcery.com>
704
705 * README: Document use of ranges of years in copyright notices.
706
707 2012-07-06 Richard Guenther <rguenther@suse.de>
708
709 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
710 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
711 --with-gmp=system.
712 * Makefile.in: Regenerated.
713 * configure: Likewise.
714
715 2012-07-06 Richard Guenther <rguenther@suse.de>
716
717 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
718 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
719 supply V=1 as extra_make_flags.
720 * configure: Regenerated.
721 * Makefile.in: Likewise.
722
723 2012-07-04 Tristan Gingold <gingold@adacore.com>
724
725 * configure: Regenerate.
726
727 2012-07-03 Richard Guenther <rguenther@suse.de>
728
729 * Makfile.def (isl): Remove not necessary extra_exports and
730 extra_make_flags.
731 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
732 * Makefile.in: Regenerated.
733
734 2012-07-03 Richard Guenther <rguenther@suse.de>
735
736 * Makefile.def (cloog): Add V=1 to extra_make_flags.
737 * configure.ac: If either the ISL or the CLooG check failed
738 do not try to build in-tree versions.
739 * Makefile.in: Regenerated.
740 * configure: Regenerated.
741
742 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
743
744 * configure: Regenerate.
745
746 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
747
748 * MAINTAINERS (Various Maintainers): Add myself as testsuite
749 maintainer.
750
751 2012-07-02 Richard Guenther <rguenther@suse.de>
752
753 * configure: Regenerated.
754
755 2012-07-02 Richard Guenther <rguenther@suse.de>
756 Michael Matz <matz@suse.de>
757 Tobias Grosser <tobias@grosser.es>
758 Sebastian Pop <sebpop@gmail.com>
759
760 * Makefile.def: Add ISL host module, remove PPL host module.
761 Adjust ClooG host module to use the proper ISL.
762 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
763 * configure.ac: Include config/isl.m4. Add ISL host library,
764 remove PPL. Remove PPL configury, add ISL configury, adjust
765 ClooG configury.
766 * Makefile.in: Regenerated.
767 * configure: Likewise.
768
769 2012-07-02 Richard Guenther <rguenther@suse.de>
770
771 Merge from graphite branch
772 2011-07-21 Tobias Grosser <tobias@grosser.es>
773
774 * configure: Regenerated.
775 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
776 both cloog.org and legacy versions. The only supported version will
777 be CLooG with the isl backend.
778
779 2011-07-21 Tobias Grosser <tobias@grosser.es>
780
781 * configure: Regenerated.
782 * configure.ac: Require cloog isl 0.17.0
783
784 2011-07-21 Tobias Grosser <tobias@grosser.es>
785
786 * configure: Regenerated.
787 * config/cloog.m4: Do not define CLOOG_ORG
788
789 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
790
791 * configure.ac: Skip C if explicitly selected.
792 * configure: Regenerate.
793
794 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
795
796 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
797 they contain -O2.
798 * configure: Regenerate.
799
800 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
801
802 PR debug/53740
803 * df.h, df-problems.c, dce.c: Revert last patch.
804
805 2012-06-25 Iain Sandoe <iain@codesourcery.com>
806
807 * MAINTAINERS (Write After Approval): Update my email address.
808
809 2012-06-21 Meador Inge <meadori@codesourcery.com>
810
811 * MAINTAINERS (Write After Approval): Add myself.
812
813 2012-06-20 Jason Merrill <jason@redhat.com>
814
815 * Makefile.tpl (check-target-libgomp-c++): New.
816 (check-target-libitm-c++): New.
817 * Makefile.def (c++): Add them.
818 * Makefile.in: Regenerate.
819
820 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
821
822 * MAINTAINERS (Write After Approval): Add myself.
823
824 2012-05-16 Olivier Hainque <hainque@adacore.com>
825
826 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
827 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
828 (install-no-fixedincludes): Adjust accordingly.
829 * Makefile.in: Regenerate.
830
831 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
832
833 Merge upstream change
834 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
835
836 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
837
838 * MAINTAINERS (Write After Approval): Add myself.
839
840 2012-05-09 Nick Clifton <nickc@redhat.com>
841 Paul Smith <psmith@gnu.org>
842
843 PR bootstrap/50461
844 * configure.ac (mpfr-dir): When using in-tree MPFR sources
845 allow for the fact that from release v3.1.0 of MPFR the source
846 files were moved into a src sub-directory.
847 * configure: Regenerate.
848
849 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
850
851 * configure.ac: Bump minimum MPFR version to 2.4.0.
852 * configure: Regenerated.
853
854 2012-05-01 Richard Henderson <rth@redhat.com>
855
856 * Makefile.def (libatomic): New target_module.
857 * configure.ac (target_libraries): Add libatomic.
858 (noconfigdirs): Check if libatomic is supported.
859 * Makefile.in, configure: Rebuild.
860
861 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
862
863 * MAINTAINERS (Write After Approval): Add myself.
864
865 2012-04-25 Joel Brobecker <brobecker@adacore.com>
866
867 * config.sub: Update to 2012-04-18 version from official repo.
868
869 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
870
871 * MAINTAINERS (Write After Approval): Add myself.
872
873 2012-04-11 Steve Ellcey <sellcey@mips.com>
874
875 * MAINTAINERS: Changed email address.
876
877 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
878
879 PR target/52737
880 * contrib/gcc_update (files_and_dependencies):
881 Remove gcc/config/avr/t-multilib from touch data.
882
883 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
884
885 * MAINTAINERS (OS Port Maintainers): Remove irix.
886 * configure.ac (enable_libgomp): Remove *-*-irix6*.
887 (unsupported_languages): Remove mips-sgi-irix6.*.
888 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
889 (with_stabs): Remove.
890 * configure: Regenerate.
891
892 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
893
894 * MAINTAINERS (OS Port Maintainers): Remove osf.
895 * configure.ac (enable_libgomp): Remove *-*-osf*.
896 (with_stabs): Remove alpha*-*-osf*.
897 * configure: Regenerate.
898
899 2012-03-05 Tristan Gingold <gingold@adacore.com>
900
901 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
902 * configure: Regenerate.
903
904 2012-02-17 Walter Lee <walt@tilera.com>
905
906 * MAINTAINERS: (Write After Approval): Delete myself.
907
908 2012-02-14 Walter Lee <walt@tilera.com>
909
910 * MAINTAINERS (tilegx port): Add myself.
911 (tilepro port): Add myself.
912 (Write After Approval): Add myself.
913
914 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
915
916 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
917 and Joseph Myers as docstring relicensing maintainers.
918
919 2012-02-09 Bin Cheng <bin.cheng@arm.com>
920
921 * MAINTAINERS (write-after-approval): Add myself.
922
923 2012-02-08 Ira Rosen <irar@il.ibm.com>
924
925 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
926 maintainer.
927
928 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
929
930 * MAINTAINERS (Write After Approval): Move myself to
931 maintain alphabetical order.
932
933 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
934
935 * MAINTAINERS (Write After Approval): Add myself.
936
937 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
938
939 * MAINTAINERS (Write After Approval): Add myself.
940
941 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
942 Jayant R Sonar <jayant.sonar@kpitcummins.com>
943
944 * configure.ac (cr16-*-*): Remove nonconfigdirs.
945 * configure: Regenerate.
946
947 2012-01-23 Harshit Chopra <harshit@google.com>
948
949 * MAINTAINERS (Write After Approval): Add myself.
950
951 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
952
953 * configure.ac: Remove reference to mh-interix.
954 * configure: Regenerate.
955
956 2012-01-05 Richard Henderson <rth@redhat.com>
957
958 PR bootstrap/51072
959 * configure.ac: Disable libitm if c++ is not enabled.
960 * configure: Rebuild.
961
962 * configure.ac: Fix regexp for same.
963 * configure: Rebuild.
964
965 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
966
967 * MAINTAINERS (Write After Approval): Add myself.
968
969 2012-01-02 Richard Guenther <rguenther@suse.de>
970
971 PR bootstrap/51686
972 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
973 * Makefile.in: Regenerate.
974
975 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
976
977 * MAINTAINERS (Write After Approval): Add myself.
978
979 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
980
981 * configure: Regenerate.
982
983 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
984
985 * MAINTAINERS (picochip): Changed email address.
986
987 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
988
989 * MAINTAINERS (write-after-approval): Add self.
990
991 2011-11-29 DJ Delorie <dj@redhat.com>
992
993 * configure.ac (rl78-*-*) New case.
994 * configure: Regenerate.
995 * MAINTAINERS: Add myself as RL78 maintainer.
996
997 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
998
999 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1000
1001 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1002
1003 * libtool.m4: Additional FreeBSD 10 fixes.
1004
1005 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1006
1007 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1008 Maintainers section, as Epiphany maintainer.
1009
1010 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1011
1012 PR target/49992
1013 * configure.ac: Remove ranlib special-casing for Darwin.
1014 * configure: Regenerate.
1015
1016 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1017
1018 * MAINTAINERS (Reviewers): Keep the list sorted.
1019
1020 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1021
1022 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1023
1024 2011-11-09 Roland McGrath <mcgrathr@google.com>
1025
1026 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1027 * configure: Rebuild.
1028 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1029 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1030 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1031 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1032 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1033 Add READELF.
1034 * Makefile.in: Rebuild.
1035
1036 2011-11-09 Jason Merrill <jason@redhat.com>
1037
1038 * Makefile.def (language=c++): Remove check-c++0x.
1039 * Makefile.in (check-gcc-c++): Regenerate.
1040
1041 2011-11-08 Richard Henderson <rth@redhat.com>
1042
1043 * configure.ac: Test for libitm directory present first.
1044
1045 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1046
1047 * configure.ac: Test libitm/configure.tgt to disable libitm.
1048 * configure: Rebuild.
1049
1050 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1051 Richard Henderson <rth@redhat.com>
1052
1053 Merged from transactional-memory.
1054
1055 * Makefile.def (lang_env_dependencies): libitm is c++.
1056 Add libitm target module.
1057 * configure.ac: Likewise.
1058 * config/mmap.m4: New file.
1059 * contrib/gcc_update: Add libitm to touch data.
1060 * Makefile.in, configure: Rebuild.
1061
1062 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1063
1064 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1065 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1066 * Makefile.in: Regenerate.
1067
1068 2011-11-01 DJ Delorie <dj@redhat.com>
1069
1070 * config.sub: Update to version 2011-10-29 (added rl78)
1071
1072 2011-10-27 Nick Clifton <nickc@redhat.com>
1073
1074 * config.sub: Import these changes from the config project:
1075
1076 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1077 Ben Elliston <bje@gnu.org>
1078
1079 * config.sub (epiphany): New.
1080
1081 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1082 Ben Elliston <bje@gnu.org>
1083
1084 * config.sub (hexagon, hexagon-*): New.
1085
1086 2011-08-23 Roland McGrath <mcgrathr@google.com>
1087
1088 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1089 64eb to be64.
1090
1091 2011-08-16 Roland McGrath <mcgrathr@google.com>
1092
1093 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1094 (nacl): Grok as alias for 32el-unknown-nacl.
1095
1096 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1097
1098 * MAINTAINERS (Write After Approval): Add myself.
1099
1100 2011-10-24 Teresa Johnson <tejohnson@google.com>
1101
1102 * MAINTAINERS (Write After Approval): Add myself.
1103
1104 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1105
1106 * MAINTAINERS (sparc port): Remove myself.
1107
1108 2011-09-14 Tom de Vries <tom@codesourcery.com>
1109
1110 * MAINTAINERS (Write After Approval): Add myself.
1111
1112 2011-08-14 Yao Qi <yao@codesourcery.com>
1113
1114 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1115 * configure: Regenerate.
1116
1117 2011-07-26 Ian Lance Taylor <iant@google.com>
1118
1119 * configure.ac: Set have_compiler based on whether gcc directory
1120 exists, rather than on whether gcc is in configdirs.
1121 * configure: Rebuild.
1122
1123 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1124
1125 * MAINTAINERS (Global Reviewers): Add self.
1126
1127 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1128
1129 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1130 link directories.
1131 * Makefile.in: Rebuild.
1132
1133 2011-07-20 Ian Lance Taylor <iant@google.com>
1134
1135 PR bootstrap/49787
1136 * configure.ac: Move --enable-bootstrap handling earlier in file.
1137 If --enable-bootstrap and either --enable-build-with-cxx or
1138 --enable-build-poststage1-with-cxx, enable C++ automatically.
1139 * configure: Rebuild.
1140
1141 2011-07-19 Ian Lance Taylor <iant@google.com>
1142
1143 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1144 make C++ a boot_language. Set and substitute
1145 POSTSTAGE1_CONFIGURE_FLAGS.
1146 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1147 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1148 * configure, Makefile.in: Rebuild.
1149
1150 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1151
1152 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1153 maintainers.
1154
1155 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1156
1157 * MAINTAINERS (Global Reviewers): Add myself.
1158
1159 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1160
1161 * configure: Regenerate.
1162
1163 2011-07-16 Jason Merrill <jason@redhat.com>
1164
1165 * Makefile.def (language=c++): Add check-c++0x and
1166 check-target-libmudflap-c++.
1167 * Makefile.tpl (check-target-libmudflap-c++): New.
1168 * Makefile.in: Regenerate.
1169
1170 2011-07-16 Matthias Klose <doko@ubuntu.com>
1171
1172 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1173 * Makefile.def (target_modules/libjava): Pass
1174 $(EXTRA_CONFIGARGS_LIBJAVA).
1175 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1176 if not configured with --enable-static-libjava.
1177 * Makefile.in: Regenerate.
1178 * configure: Likewise.
1179
1180 2011-07-15 Jason Merrill <jason@redhat.com>
1181
1182 * Makefile.in (check-c++): Move check-gcc-c++0x after
1183 check-target-libstdc++-v3.
1184
1185 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1186
1187 * MAINTAINERS (c6x port): New entry.
1188
1189 2011-07-13 Jason Merrill <jason@redhat.com>
1190
1191 * Makefile.in (check-gcc-c++0x): New.
1192 (check-c++): Depend on it.
1193
1194 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1195
1196 PR target/39150
1197 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1198 x86_64-*-solaris2.1[0-9]*.
1199 * configure: Regenerate.
1200
1201 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1202
1203 * MAINTAINERS (RTL optimizers): Add self.
1204
1205 2011-06-27 Gabriel Charette <gchare@google.com>
1206
1207 * MAINTAINERS (Write After Approval): Add myself.
1208
1209 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1210
1211 PR regression/47836
1212 PR bootstrap/23656
1213 PR other/47733
1214 PR bootstrap/49247
1215 PR c/48825
1216 * configure.ac (target_libraries): Remove target-libiberty.
1217 Remove case-statement setting skipdirs=target-libiberty for
1218 multiple targets. Remove checking target_configdirs and
1219 removing target-libiberty but keeping target-libgcc if
1220 otherwise empty.
1221 * Makefile.def (target_modules): Don't add libiberty.
1222 (dependencies): Remove all traces of target-libiberty.
1223 * configure, Makefile.in: Regenerate.
1224
1225 2011-06-13 Walter Lee <walt@tilera.com>
1226
1227 * configure.ac (tilepro-*-*) New case.
1228 (tilegx-*-*): Likewise.
1229 * configure: Regenerate.
1230
1231 2011-06-06 Jing Yu <jingyu@google.com>
1232
1233 * configure.ac: Skip target-libiberty for
1234 arm*-*-linux-androideabi.
1235 * configure: Regenerated.
1236
1237 2011-06-06 Nick Clifton <nickc@redhat.com>
1238
1239 * config.sub: Sync from upstream.
1240
1241 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1242
1243 * MAINTAINERS (Write After Approval): Add myself.
1244
1245 2011-06-01 Daniel Jacobowitz <drow@false.org>
1246
1247 * MAINTAINERS: Update my email address.
1248
1249 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1250
1251 * MAINTAINERS (Write After Approval): Update my email address.
1252
1253 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1254
1255 * MAINTAINERS (Write After Approval): Add myself.
1256
1257 2011-05-08 Doug Kwan <dougkwan@google.com>
1258
1259 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1260 * configure: Regenerated.
1261 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1262 value from configure.
1263 * Makefile.in: Regenerated.
1264
1265 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1266
1267 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1268 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1269 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1270 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1271 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1272 *-*-vxworks*): Disable newlib and libgloss in separate case
1273 statement.
1274 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1275 to separate case statement.
1276 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1277 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1278 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1279 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1280 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1281 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1282 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1283 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1284 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1285 i[[3456789]]86-*-rdos*, m32r-*-*,
1286 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1287 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1288 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1289 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1290 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1291 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1292 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1293 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1294 and libgloss in main case over targets. Remove most empty cases
1295 in main case over targets.
1296 * configure: Regenerate.
1297
1298 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
1299
1300 * MAINTAINERS (Write After Approval): Add myself.
1301
1302 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1303
1304 * configure.ac: Remove code setting special library locations for
1305 hppa*64*-*-hpux11*. Remove code setting compiler for
1306 sparc-sun-solaris2*.
1307 * configure: Regenerate.
1308
1309 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1310
1311 * configure.ac: Separate libgloss_dir settings from general case
1312 over targets.
1313 * configure: Regenerate.
1314
1315 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1316
1317 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1318 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1319 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1320 cases in libgcj-disabling case statement.
1321 (hppa*64*-*-linux*): Set unsupported_languages instead of
1322 disabling target-zlib.
1323 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1324 to hppa*64*-*-hpux*.
1325 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1326 hppa*-*-hpux*.
1327 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1328 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1329 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1330 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1331 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1332 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1333 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1334 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1335 libgcj-disabling case statement.
1336 * configure: Regenerate.
1337
1338 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1339
1340 * configure.ac: Disable Java for targets not supporting libffi.
1341 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1342 Remove cases in Java-disabling statement.
1343 (*arm-wince-pe): Change to arm-wince-pe.
1344 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1345 cases in Java-disabling statement.
1346 (bfin-*-*): Don't disable Java again.
1347 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1348 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1349 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1350 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1351 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1352 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1353 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1354 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1355 Java-disabling statement.
1356 (mmix-*-*): Don't disable Java again.
1357 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1358 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1359 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1360 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1361 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1362 statement.
1363 * configure: Regenerate.
1364
1365 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1366
1367 * configure.ac: Separate cases disabling Java and Java libraries
1368 from general case over targets.
1369 * configure: Regenerate.
1370
1371 2011-04-21 Jie Zhang <jzhang918@gmail.com>
1372
1373 * MAINTAINERS: Update my email address.
1374
1375 2011-04-20 Easwaran Raman <eraman@google.com>
1376
1377 * MAINTAINERS (Write After Approval): Add myself.
1378
1379 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1380
1381 PR lto/48086
1382 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1383 * configure: Regenerate.
1384
1385 2011-04-16 Jim Meyering <meyering@redhat.com>
1386
1387 * MAINTAINERS (Write After Approval): Add myself.
1388
1389 2011-04-15 Dodji Seketeli <dodji@redhat.com>
1390
1391 * MAINTAINERS: Update my email address.
1392
1393 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
1394
1395 * MAINTAINERS (Write After Approval): Add myself.
1396
1397 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1398
1399 * MAINTAINERS (Write After Approval): Add myself.
1400
1401 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1402
1403 * MAINTAINERS (Write After Approval): Add myself.
1404
1405 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1406
1407 * configure.ac (build_tools): Remove build-byacc.
1408 (host_libs): Remove mmalloc.
1409 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1410 autoconf automake libtool diff rcs fileutils shellutils time
1411 textutils wdiff find uudecode hello tar gzip indent recode release
1412 sed perl gawk findutils gettext zip.
1413 (libgcj): Remove target-qthreads.
1414 (target_tools): Remove target-examples target-gperf.
1415 (YACC): Don't handle building byacc.
1416 * configure: Regenerate.
1417 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1418 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1419 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1420 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1421 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1422 handle building components.
1423 * Makefile.in: Regenerate.
1424
1425 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1426
1427 * MAINTAINERS: Update my email address as Xtensa maintainer.
1428
1429 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1430
1431 * config.sub: Sync from upstream.
1432
1433 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1434
1435 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1436 (microblaze*): Don't disable libssp.
1437 * configure: Regenerate.
1438
1439 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1440
1441 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1442 moveifchange.
1443 * configure: Regenerate.
1444 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1445 * Makefile.in: Regenerate.
1446
1447 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1448
1449 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1450 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1451 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1452 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1453 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1454 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1455 md_exec_prefix cases.
1456 * configure: Regenerate.
1457
1458 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1459
1460 * configure.ac: Separate cases disabling target-libssp,
1461 target-libiberty, target-libstdc++-v3 and Fortran from general
1462 case over targets.
1463 * configure: Regenerate.
1464
1465 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1466
1467 * configure.ac (*-*-chorusos): Don't disable libgcj.
1468 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1469 Remove case.
1470 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1471 (arm-*-coff): Don't disable libgcj.
1472 (arm*-*-linux-gnueabi): Remove useless assignment.
1473 (arm-*-riscix*): Don't disable libgcj.
1474 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1475 configuration.
1476 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1477 (c54x*-*-*): Remove case.
1478 (tic54x-*-*): Don't disable GCC or GCC libraries.
1479 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1480 to *.
1481 (d10v-*-*): Don't disable GCC libraries.
1482 (d30v-*-*): Don't disable libgcj.
1483 (h8500-*-*): Don't disable GCC libraries.
1484 (i960-*-*): Don't disable libgcj.
1485 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1486 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1487 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1488 libgcj.
1489 (m68k-*-coff*): Remove case.
1490 (mmix-*-*): Don't disable libgloss on host.
1491 (mn10200-*-*, mn10300-*-*): Remove cases.
1492 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1493 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1494 Don't disable libgcj.
1495 (romp-*-*): Remove case.
1496 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1497 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1498 case.
1499 (v810-*-*): Don't disable GCC libraries.
1500 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1501 (ip2k-*-*): Don't disable GCC libraries.
1502 * configure: Regenerate.
1503
1504 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1505
1506 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1507 libffi on host.
1508 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1509 on host.
1510 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1511 * configure: Regenerate.
1512
1513 2011-03-26 John Marino <binutils@marino.st>
1514
1515 * configure.ac: Add support for *-*-dragonfly*
1516 * configure: Regenerate.
1517
1518 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1519
1520 * configure.ac (native_only): Remove.
1521 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1522 send-pr uudecode guile gnuserv on host.
1523 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1524 send-pr rcs guile perl texinfo libtool on host.
1525 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1526 automake send-pr rcs guile perl texinfo libtool on host.
1527 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1528 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1529 (alpha*-dec-osf*): Don't disable fileutils on target.
1530 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1531 texinfo send-pr expect dejagnu on target.
1532 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1533 target-qthreads on target.
1534 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1535 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1536 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1537 x86_64-*-mingw*): Don't disable expect on target.
1538 (*-*-cygwin*): Don't disable target-gperf on target.
1539 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1540 gnuserv on target.
1541 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1542 target.
1543 * configure: Regenerate.
1544
1545 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1546
1547 * configure.ac (target_tools): Remove target-groff.
1548 (native_only): Remove target-groff.
1549 (hppa*64*-*-*): Don't disable byacc.
1550 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1551 setting.
1552 (*-*-kaos*): Don't skip target-librx and target-groff.
1553 (*-*-netware*): Don't skip target-libmudflap.
1554 (*-*-tpf*): Don't skip target-libmudflap.
1555 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1556 directories on the host.
1557 (ia64*-*-*vms*): Don't skip tix.
1558 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1559 host.
1560 * configure: Regenerate.
1561
1562 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1563
1564 * configure.ac: Remove references to mt-mep, mt-netware,
1565 mt-wince.
1566 * Makefile.def: Add all-utils soft dependencies.
1567 * Makefile.tpl: Remove GDB_NLM_DEPS.
1568 * configure: Regenerate.
1569 * Makefile.in: Regenerate.
1570
1571 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1572
1573 * configure.ac: Do not include mh-x86omitfp.
1574 * configure: Regenerate.
1575
1576 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1577
1578 * configure.ac: Remove empty cases.
1579 * configure: Regenerate.
1580
1581 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1582
1583 * Makefile.def: Add dependency from termcap to gdb.
1584 * Makefile.in: Regenerate.
1585
1586 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1587
1588 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1589 * configure: Regenerate.
1590 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1591 * Makefile.tpl: Likewise.
1592 * Makefile.in: Regenerate.
1593
1594 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1595
1596 * configure.ac: Remove all mentions of tentative_cc.
1597 * configure: Regenerate.
1598
1599 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1600
1601 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1602 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1603 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1604 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1605 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1606 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1607 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1608 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1609 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1610 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1611 *-*-rhapsody*): Remove host cases.
1612 * configure: Regenerate.
1613
1614 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1615
1616 * configure.ac (ppc*-*-pe): Remove host case.
1617 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1618 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1619 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1620 cases.
1621 * configure: Regenerate.
1622
1623 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1624
1625 * config.sub: Update to version 2011-03-23.
1626
1627 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1628
1629 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1630 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1631 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1632 * configure: Regenerate.
1633
1634 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1635
1636 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1637 to Write After Approval.
1638 * config-ml.in: Don't handle arc-*-elf*.
1639 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1640 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1641 handle GCC libraries.
1642 * configure: Regenerate.
1643
1644 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1645
1646 PR bootstrap/48120:
1647 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1648 Add -lstdc++ -lm to LIBS.
1649 * configure: Regenerate.
1650
1651 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1652
1653 * config.guess: Update to version 2011-02-02
1654 * config.sub: Update to version 2011-02-24
1655
1656 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1657
1658 PR lto/48086
1659 * configure.ac: Re-enable LTO on *-apple-darwin9.
1660 * configure: Regenerate.
1661
1662 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1663
1664 PR lto/48086
1665 * configure.ac: Disable LTO on darwin due to an assembler change in
1666 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1667 under 256.
1668 * configure: Regenerate.
1669
1670 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1671
1672 * MAINTAINERS: Update myself as score backend maintainer,
1673 update my e-mail address.
1674
1675 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1676
1677 * MAINTAINERS: Update my e-mail address.
1678
1679 2011-03-06 Joey Ye <joey.ye@arm.com>
1680
1681 * MAINTAINERS: Update my e-mail address.
1682
1683 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1684
1685 * configure.ac: Adjust test of with_ppl.
1686 * configure: Regenerated.
1687
1688 2011-03-02 Kai Tietz <ktietz@redhat.com>
1689
1690 * MAINTAINERS: Adjust my e-mail address.
1691
1692 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1693
1694 * configure.ac: Add -lpwl to ppllibs.
1695 * configure: Regenerated.
1696
1697 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1698
1699 * config/cloog.m4: Add -lisl to clooglibs.
1700 * configure: Regenerated.
1701
1702 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1703
1704 * MAINTAINERS (CPU Port maintainers): Add self.
1705
1706 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1707
1708 * MAINTAINERS: Add myself as testsuite maintainer.
1709
1710 2011-02-15 Mike Stump <mikestump@comcast.net>
1711
1712 * MAINTAINERS: Add myself as testsuite maintainer.
1713
1714 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1715
1716 Import from Libtool and gnulib:
1717
1718 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1719
1720 Prepare for supporting FreeBSD 10.
1721 * config.rpath: Remove handling of freebsd1* which soon would
1722 match FreeBSD 10.0.
1723
1724 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1725
1726 Remove support for FreeBSD 1.x.
1727 * libtool.m4 (_LT_LINKER_SHLIBS)
1728 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1729 soon would incorrectly match FreeBSD 10.0.
1730
1731 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1732
1733 PR binutils/12283
1734 * move-if-change: Import version from gnulib.
1735
1736 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1737
1738 PR lto/47225
1739 * Makefile.def (lto-plugin): Double dash for enable-shared.
1740 (configure-gcc): Depend on all-lto-plugin.
1741 * Makefile.in: Rebuilt.
1742
1743 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1744
1745 * configure.ac: Remove extra bracket.
1746 * configure: Regenerate.
1747
1748 2011-02-08 Tobias Burnus <burnus@net-b.de>
1749
1750 * MAINTAINERS: Add myself as libquadmath maintainer.
1751
1752 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1753
1754 * MAINTAINERS: Update my email address.
1755
1756 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1757
1758 * MAINTAINERS (option handling): Add self.
1759
1760 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1761
1762 PR lto/47225
1763 * Makefile.def: Add dependency for install-gcc
1764 on install-lto-plugin.
1765 * Makfile.in: Regenerated
1766
1767 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1768
1769 * MAINTAINERS (CPU Port Maintainers): Add myself.
1770
1771 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1772
1773 PR libgcj/44341
1774 * configure.ac: Discard --with-* flags for host when configuring
1775 target libraries for cross build.
1776 * configure: Rebuilt.
1777
1778 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1779
1780 * MAINTAINERS (linear loop transforms): Removed.
1781
1782 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1783
1784 * configure.ac: If with_ppl is no, move setting with_cloog=no
1785 after CLOOG_REQUESTED check.
1786 * configure: Regenerated.
1787
1788 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1789
1790 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1791 CLooG has been requested.
1792 * configure: Regenerated.
1793
1794 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1795
1796 * configure: Regenerated.
1797 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1798
1799 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1800
1801 * configure: Regenerated.
1802 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1803
1804 2011-01-21 Andreas Schwab <schwab@redhat.com>
1805
1806 * configure.ac: Use AS_HELP_STRING throughout.
1807 * configure: Regenerate.
1808
1809 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1810
1811 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1812 * configure: Regenerate.
1813
1814 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1815
1816 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1817
1818 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1819
1820 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1821 for ia64-hpux.
1822 * configure: Regenerate.
1823
1824 2011-01-07 Jan Hubicka <jh@suse.cz>
1825
1826 PR lto/47225
1827 * Makefile.in: Regenerate.
1828 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1829 configure.
1830
1831 2011-01-07 Jan Hubicka <jh@suse.cz>
1832
1833 * Makefile.in: Regenerate.
1834 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1835 and configure dependency on lto-plugin configure.
1836 (lto-plugin module): Remove dependency on GCC; add dependency on
1837 liniberty.
1838
1839 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1840
1841 * MAINTAINERS (Write After Approval): Add myself.
1842
1843 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1844
1845 * configure: Regenerate.
1846
1847 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1848
1849 * configure.ac: (picochip): Disable libiberty.
1850
1851 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1852
1853 * MAINTAINERS (Write After Approval): Add myself.
1854
1855 2010-12-10 Ian Lance Taylor <iant@google.com>
1856
1857 PR bootstrap/46819
1858 * configure.ac: For --disable-libgcj clear libgcj_saved.
1859 * configure: Rebuild.
1860
1861 2010-12-10 Tobias Burnus <burnus@net-b.de>
1862
1863 PR fortran/46540
1864 * configure.ac: Add --disable-libquadmath and
1865 --disable-libquadmath-support.
1866 * configure: Regenerate.
1867
1868 2010-12-03 Ian Lance Taylor <iant@google.com>
1869
1870 * MAINTAINERS: Add myself as libgo maintainer.
1871
1872 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1873
1874 PR libffi/46792
1875 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1876 * configure: Regenerate.
1877
1878 2010-12-02 Ian Lance Taylor <iant@google.com>
1879
1880 * configure.ac: Always set default for poststage1_ldflags to
1881 -static-libstdc++ -static-libgcc.
1882
1883 2010-11-29 Andreas Schwab <schwab@redhat.com>
1884
1885 * configure.ac: Move comment to remove extra space in last argument
1886 of GCC_TARGET_TOOL.
1887
1888 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1889
1890 PR other/46026
1891 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1892 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1893 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1894 (BASE_FLAGS_TO_PASS): Use it.
1895 * configure: Rebuilt.
1896 * Makefile.in: Rebuilt.
1897
1898 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1899
1900 PR binutils/12258
1901 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1902 Properly check default linker.
1903 * configure: Regnerated.
1904
1905 2010-11-23 Matthias Klose <doko@ubuntu.com>
1906
1907 * configure.ac: For --enable-gold, handle value `default' instead of
1908 `both*'. New configure option --{en,dis}able-ld.
1909 * configure: Regenerate.
1910
1911 2010-11-20 Ian Lance Taylor <iant@google.com>
1912
1913 * configure.ac: Only disable a language library if no language needs
1914 it. Don't let --disable-libgcj uncondtionally disable libffi.
1915 * configure: Rebuild.
1916
1917 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1918
1919 * Makefile.in: Regenerate.
1920
1921 PR other/46202
1922 * configure.ac: Fix just-built in-tree STRIP name to be
1923 binutils/strip-new.
1924 * configure: Regenerate.
1925 * Makefile.def (install-strip-gcc, install-strip-binutils)
1926 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1927 (install-strip-sid): Mirror dependencies on non-strip variants
1928 of these targets on the respective -strip prerequisites.
1929 * Makefile.tpl (install-strip, install-strip-host)
1930 (install-strip-target): New targets.
1931 (install-strip-[+module+], install-strip-target-[+module+]):
1932 New targets.
1933 * Makefile.in: Regenerate.
1934
1935 2010-11-19 Ian Lance Taylor <iant@google.com>
1936 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1937
1938 * configure.ac: Add target-libgo to target_libraries. Set
1939 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1940 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1941 (HOST_EXPORTS): Add GOC.
1942 (BASE_TARGET_EXPORTS): Add GOC.
1943 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1944 (GOCFLAGS_FOR_TARGET): New variable.
1945 (EXTRA_HOST_FLAGS): Add GOC.
1946 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1947 * Makefile.def (target_modules): Add libgo.
1948 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1949 (dependencies): Add dependency from configure-target-libgo to
1950 configure-target-libffi and all-target-libstdc++-v3. Add
1951 dependencies from all-target-libgo to all-target-libffi.
1952 (languages): Add go.
1953 * configure: Rebuild.
1954 * Makefile.in: Rebuild.
1955
1956 2010-11-19 Ian Lance Taylor <iant@google.com>
1957
1958 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1959 compiler/flag environment variables.
1960
1961 2010-11-18 Ian Lance Taylor <iant@google.com>
1962
1963 * configure.ac: Check for lang_requires_boot_languages in
1964 config-lang.in files.
1965 * configure: Rebuild.
1966
1967 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1968 Tobias Burnus <burnus@net-b.de>
1969
1970 PR fortran/32049
1971 * Makefile.def: Add libquadmath; build it with language=fortran.
1972 * configure.ac: Add libquadmath.
1973 * Makefile.tpl: Handle multiple libs in check-[+language+].
1974 * Makefile.in: Regenerate.
1975 * configure: Regenerate.
1976
1977 2010-11-16 Tom Tromey <tromey@redhat.com>
1978
1979 * MAINTAINERS: Moved myself to reviewers section.
1980
1981 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1982
1983 * MAINTAINERS: Moved myself to reviewers section.
1984
1985 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1986
1987 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1988 (Write After Approval): Remove self.
1989
1990 2010-11-15 Andreas Schwab <schwab@redhat.com>
1991
1992 * configure.ac: Fix spelling in option names.
1993 * configure: Regenerated.
1994
1995 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1996
1997 PR bootstrap/39622
1998 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1999 * configure: Regenerated.
2000
2001 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2002
2003 * MAINTAINERS: Update my email address.
2004
2005 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2006
2007 * configure: Regenerate.
2008
2009 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2010
2011 * configure: Regenerate.
2012
2013 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2014
2015 * configure: Regenerate.
2016
2017 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2018
2019 * configure: Regenerate.
2020
2021 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2022
2023 * configure.ac: Support official CLooG.org versions.
2024 * configure: Regenerate.
2025 * config/cloog.m4: New.
2026
2027 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2028
2029 * MAINTAINERS (Write After Approval): Add myself.
2030
2031 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2032
2033 * MAINTAINERS: Update my email address.
2034
2035 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2036
2037 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2038 * configure: Regenerate.
2039
2040 2010-11-03 Ian Lance Taylor <iant@google.com>
2041 Dave Korn <dave.korn.cygwin@gmail.com>
2042
2043 PR lto/46273
2044 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2045 and on other supported platforms whenever LTO is enabled.
2046 * configure: Rebuild.
2047
2048 2010-11-02 Alan Modra <amodra@gmail.com>
2049
2050 PR binutils/12110
2051 * configure.ac: Error when source path contains spaces.
2052 * configure: Regenerate.
2053
2054 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2055
2056 * MAINTAINERS: Update my email address.
2057
2058 2010-10-20 Ian Lance Taylor <iant@google.com>
2059
2060 * Makefile.def (target_modules): Set lib_path to src/.libs for
2061 libstdc++-v3 module.
2062 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2063 * Makefile.in: Rebuild.
2064
2065 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2066
2067 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2068 (Write After Approval): Remove myself.
2069
2070 2010-10-15 Tristan Gingold <gingold@adacore.com>
2071
2072 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2073
2074 2010-10-14 Douglas Rupp <rupp@gnat.com>
2075
2076 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2077
2078 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2079
2080 * configure.ac (build_lto_plugin): New shell variable.
2081 (--enable-lto): Turn on by default for all non-ELF platforms that
2082 have had LTO support added so far. Set build_lto_plugin appropriately
2083 for both ELF and non-ELF.
2084 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2085 * configure: Regenerate.
2086
2087 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2088
2089 Sync from src:
2090 * configure.ac (v850 support): Remove target-libgloss from
2091 noconfigdirs.
2092 * configure: Regenerate.
2093
2094 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2095
2096 PR bootstrap/45326
2097 PR bootstrap/45174
2098 * configure.ac: Honor initial values of $build_configargs,
2099 $host_configargs, $target_configargs. Mark the precious, so
2100 environment settings get recorded.
2101 * configure: Regenerate.
2102
2103 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2104
2105 PR bootstrap/45796
2106 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2107 Depend on all-build-libiberty.
2108 * Makefile.in: Regenerate.
2109
2110 2010-09-30 Michael Eager <eager@eagercon.com>
2111
2112 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2113 * configure: Regenerate.
2114
2115 2010-09-28 Michael Eager <eager@eagercon.com>
2116
2117 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2118
2119 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2120
2121 PR bootstrap/44621
2122 * configure.ac: Fix unportable shell quoting.
2123 * configure: Regenerate.
2124
2125 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2126
2127 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2128 targets and amend comment.
2129 * configure: Regenerate.
2130
2131 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2132
2133 * MAINTAINERS (Write After Approval): Add myself.
2134
2135 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2136
2137 * configure.ac: Enable LTO by default on Darwin.
2138 * configure: Regenerate.
2139
2140 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2141
2142 * MAINTAINERS (Write After Approval): Add myself.
2143
2144 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2145
2146 * MAINTAINERS (Write After Approval): Add myself.
2147
2148 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2149
2150 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2151 ports
2152
2153 2010-07-28 David Yuste <david.yuste@gmail.com>
2154
2155 * MAINTAINERS (Write After Approval): Add myself.
2156
2157 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2158
2159 * configure.ac: Support all v850 targets.
2160 * configure: Regenerate.
2161
2162 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2163
2164 PR bootstrap/44455
2165 * configure.ac (extra_mpfr_configure_flags): Copy from
2166 extra_mpc_gmp_configure_flags.
2167 * configure: Re-generated.
2168
2169 2010-07-22 Andi Kleen <ak@linux.intel.com>
2170
2171 * MAINTAINERS (Write After Approval): Add myself.
2172
2173 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2174
2175 * MAINTAINERS (Write After Approval): Add myself.
2176
2177 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2178
2179 * MAINTAINERS (Write After Approval): Add myself.
2180
2181 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2182
2183 PR target/44862
2184 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2185 Provide -B option to allow for link spec %s substitutions for
2186 libstdc++.a on darwin.
2187 * Makefile.in: Regenerate.
2188
2189 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2190
2191 * MAINTAINERS (Reviewers): Update my e-mail address
2192
2193 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2194
2195 * Makefile.def (configure-gcc): Depend on all-libelf.
2196 * Makefile.in: Rebuild.
2197
2198 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2199
2200 * MAINTAINERS (Write After Approval): Add myself in the right place.
2201
2202 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2203
2204 * MAINTAINERS (Write After Approval): Add myself.
2205
2206 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2207
2208 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2209
2210 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2211
2212 * config.sub: Update to version 2010-05-21.
2213 * config.guess: Update to version 2010-04-03.
2214
2215 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2216
2217 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2218 * configure: Regenerate.
2219
2220 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2221
2222 * MAINTAINERS (Write After Approval): Add myself.
2223
2224 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2225
2226 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2227 a platform that supports LTO.
2228 * configure: Regenerate.
2229
2230 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2231
2232 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2233 * configure: Regenerated.
2234
2235 2010-04-27 Roland McGrath <roland@redhat.com>
2236 H.J. Lu <hongjiu.lu@intel.com>
2237
2238 * configure.ac (--enable-gold): Support both, both/gold and
2239 both/bfd to add gold to configdirs without removing ld.
2240 * configure: Regenerated.
2241
2242 * Makefile.def: Add install-gold dependency to install-ld.
2243 * Makefile.in: Regenerated.
2244
2245 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2246
2247 PR lto/42776
2248 * configure.ac (--enable-lto): Refactor handling so libelf tests
2249 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2250 and allow LTO to be explicitly enabled on non-ELF platforms that
2251 are known to support it inside else-clause.
2252 * configure: Regenerate.
2253
2254 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2255
2256 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2257 * configure: Regenerate.
2258
2259 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2260
2261 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2262 * configure: Regenerate.
2263
2264 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2265
2266 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2267 separately.
2268 * configure: Regenerate.
2269
2270 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
2271
2272 * MAINTAINERS (Write After Approval): Add myself.
2273
2274 2010-04-14 Tristan Gingold <gingold@adacore.com>
2275
2276 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2277 * configure: Regenerate.
2278
2279 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2280
2281 * configure: Regenerate after change to elf.m4.
2282
2283 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2284
2285 * MAINTAINERS (Write After Approval): Add myself.
2286
2287 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2288
2289 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2290 * configure: Regenerated.
2291
2292 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2293
2294 * configure.ac: Print "buggy but acceptable" when CLooG
2295 revision is less than 9.
2296 * configure: Regenerated.
2297
2298 2010-04-01 Diego Novillo <dnovillo@google.com>
2299
2300 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2301
2302 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2303
2304 PR bootstrap/43615
2305 PR bootstrap/43328
2306
2307 Revert:
2308
2309 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2310
2311 * configure.ac: Do not pass --enable-multilib nor
2312 --disable-multilib in baseargs. Accept explicitly passed
2313 --enable_multilib.
2314 * configure: Regenerate.
2315
2316 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2317
2318 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2319
2320 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2321
2322 * MAINTAINERS: Remove myself.
2323
2324 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2325
2326 PR bootstrap/43328
2327 * configure.ac: Do not pass --enable-multilib nor
2328 --disable-multilib in baseargs. Accept explicitly passed
2329 --enable_multilib.
2330 * configure: Regenerate.
2331
2332 2010-03-28 Andrew Pinski <pinskia@gmail.com>
2333
2334 * MAINTAINERS (spu port): Remove me.
2335
2336 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2337
2338 * configure.ac (tic6x-*-*): New case.
2339 * configure: Regenerate.
2340
2341 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2342
2343 * config.sub: Update to version 2010-03-22.
2344 * config.guess: Update to version 2009-12-30.
2345
2346 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2347
2348 PR ada/42554
2349 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2350 * configure: Regenerate.
2351
2352 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2353
2354 * MAINTAINERS: Update my email address.
2355
2356 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2357
2358 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2359 (ghassan.shobaki@amd.com): Removed.
2360
2361 2010-03-17 Alan Modra <amodra@gmail.com>
2362
2363 * MAINTAINERS: Update my email address.
2364
2365 2010-03-16 Diego Novillo <dnovillo@google.com>
2366
2367 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2368 Matthews.
2369
2370 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2371
2372 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2373 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2374
2375 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2376
2377 * MAINTAINERS: Update my email address.
2378
2379 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2380
2381 * MAINTAINERS: Update my email address.
2382
2383 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2384
2385 * MAINTAINERS: Update my email address.
2386
2387 2010-03-09 Jie Zhang <jie@codesourcery.com>
2388
2389 * MAINTAINERS: Update my email address.
2390
2391 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2392
2393 PR libstdc++/32499
2394 * configure.ac (RANLIB): Default to true.
2395 (STRIP): Likewise.
2396 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2397 * configure: Regenerate.
2398
2399 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
2400
2401 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2402 (Write After Approval): Update my email address.
2403
2404 2010-02-17 Nick Clifton <nickc@redhat.com>
2405
2406 PR 11238
2407 * Makefile.tpl (local-distclean): Also remove config.cache files in
2408 sub-directories as there may not be Makefiles present in the
2409 sub-directories.
2410 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2411 the config.cache files found by the find command.
2412
2413 * Makefile.in: Regenerate.
2414 * configure.ac: Revert previous delta.
2415 * configure: Regenerate.
2416
2417 2010-02-15 Nick Clifton <nickc@redhat.com>
2418
2419 PR 11238
2420 * configure.ac: Delete config.cache files in sub-directories when
2421 deleting Makefiles.
2422 * configure: Regenerate.
2423
2424 2010-02-12 Ben Elliston <bje@gnu.org>
2425
2426 * MAINTAINERS: Update my email address.
2427
2428 2010-02-08 Andrew Pinski <pinskia@gmail.com>
2429
2430 * MAINTAINERS (spu port): Update my email address.
2431
2432 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2433
2434 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2435
2436 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2437
2438 * configure.ac: Add "recommended" version checks for GMP/MPC.
2439 Update recommended GMP/MPFR/MPC versions.
2440 * configure: Regenerate.
2441
2442 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2443
2444 * MAINTAINERS: Move my Embecosm email address into the
2445 write-after-approval section.
2446
2447 2010-01-26 Ian Lance Taylor <iant@google.com>
2448
2449 * MAINTAINERS: Add myself as Go frontend maintainer.
2450
2451 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2452
2453 PR libstdc++/36101, PR libstdc++/42813
2454 * configure.ac (bootstrap_target_libs): Make inclusion of
2455 target-libgomp conditional on libgomb being in target_configdirs.
2456 * configure: Regenerate.
2457
2458 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2459
2460 PR libstdc++/36101, PR libstdc++/42813
2461 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2462 * configure: Regenerate.
2463
2464 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2465
2466 PR libstdc++/36101, PR libstdc++/42813
2467 * configure.ac (target_configdirs): Substitute.
2468 * Makefile.def: Bootstrap target module libgomp.
2469 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2470 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2471 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2472 * configure, Makefile.in: Regenerate.
2473
2474 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2475
2476 * MAINTAINERS: Adjust my details.
2477
2478 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2479
2480 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2481
2482 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2483
2484 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2485
2486 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2487
2488 * MAINTAINERS (Write After Approval): Add myself.
2489
2490 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2491
2492 * MAINTAINERS (Write After Approval): Add myself.
2493
2494 2010-01-11 Richard Guenther <rguenther@suse.de>
2495
2496 PR lto/41569
2497 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2498 * Makefile.in: Regenerated.
2499
2500 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2501
2502 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2503 * configure: Regenerate.
2504
2505 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2506 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2507
2508 PR bootstrap/42424
2509 * configure.ac: Include libtool m4 files.
2510 (_LT_CHECK_OBJDIR): Call it.
2511 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2512 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2513
2514 * configure: Regenerate.
2515
2516 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2517
2518 PR bootstrap/41818
2519 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2520 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2521 * Makefile.in: Regenerate.
2522
2523 2010-01-02 Richard Guenther <rguenther@suse.de>
2524
2525 PR lto/41529
2526 * configure.ac: Include config/elf.m4. Disable LTO if not
2527 builting for an elf target.
2528 * configure: Regenerate.
2529
2530 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2531
2532 * MAINTAINERS: Change my email address.
2533
2534 2009-12-18 Ben Elliston <bje@au.ibm.com>
2535
2536 * config.sub, config.guess: Update from upstream sources.
2537
2538 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2539
2540 * MAINTAINERS (Write After Approval): Add myself.
2541
2542 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2543
2544 PR middle-end/30447
2545 PR middle-end/30789
2546 PR other/40302
2547
2548 * configure.ac: Require MPC.
2549 * configure: Regenerate.
2550
2551 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2552
2553 PR target/38384
2554 PR bootstrap/40972
2555 * libtool.m4: Sync from git Libtool.
2556 * ltoptions.m4: Likewise.
2557 * ltversion.m4: Likewise.
2558 * lt~obsolete.m4: Likewise.
2559 * ltmain.sh: Likewise.
2560
2561 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2562
2563 * configure.ac: Update minimum MPC version to 0.8.
2564 * configure: Regenerate.
2565
2566 2009-11-21 Sebastian Pop <sebpop@gmail.com>
2567
2568 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2569 * configure: Regenerated.
2570
2571 2009-11-21 Ian Lance Taylor <iant@google.com>
2572
2573 * configure.ac: Change default of poststage1_ldflags to be empty if
2574 poststage1_libs is set. When poststage1_libs is empty, and
2575 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2576 * configure: Rebuild.
2577
2578 2009-11-21 Adam Nemet <adambnmet@gmail.com>
2579
2580 * MAINTAINERS (Write After Approval): Update my email address.
2581
2582 2009-11-20 Ben Elliston <bje@au.ibm.com>
2583
2584 * config.guess: Update from upstream sources.
2585
2586 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2587
2588 * Makefile.def: Restore host and target settings for gmp.
2589 * Makefile.in: Rebuild.
2590
2591 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2592
2593 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2594 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2595 Fix portability of test of C++ as bootstrap language. Add
2596 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2597 * configure: Rebuild.
2598 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2599 and cloog. Fix in-tree ppl configuration. Introduce libelf
2600 in-tree building.
2601 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2602 (POSTSTAGE1_HOST_EXPORTS): Use it.
2603 (STAGE[+id+]_CXXFLAGS): New.
2604 (BASE_FLAGS_TO_PASS): Pass it down.
2605 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2606 extra_exports.
2607 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2608 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2609 extra_exports.
2610 * Makefile.in: Rebuild.
2611
2612 2009-11-17 Ben Elliston <bje@au.ibm.com>
2613
2614 * config.sub, config.guess: Update from upstream sources.
2615
2616 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2617
2618 * MAINTAINERS (Write After Approval): Add myself.
2619
2620 2009-11-09 Jon Beniston <jon@beniston.com>
2621
2622 * MAINTAINERS (Write After Approval): Add myself.
2623
2624 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2625
2626 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2627 paths for *-w64-mingw* and x86_64-*mingw*.
2628 * configure: Regenerated.
2629
2630 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2631
2632 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2633
2634 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2635
2636 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2637 Phil Edwards to Write-After Approval.
2638
2639 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2640
2641 * configure.ac: Disable target-winsup & co for
2642 x86_64-*-mingw* and *-w64-mingw* targets.
2643 * configure: Regenerated.
2644
2645 2009-10-16 Nick Clifton <nickc@redhat.com>
2646
2647 * MAINTAINERS: Add myself as a maintainer for the RX port.
2648
2649 2009-10-26 Johannes Singler <singler@kit.edu>
2650
2651 * MAINTAINERS (Write After Approval): Update my e-mail address.
2652
2653 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2654
2655 * configure.ac (CLooG test): Use = with test.
2656 * configure: Regenerate.
2657
2658 2009-10-22 Richard Guenther <rguenther@suse.de>
2659
2660 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2661 cloog if the ppl version check failed. Move flags saving
2662 before setting in libelf check.
2663 * configure: Regenerate.
2664
2665 2009-10-21 Richard Guenther <rguenther@suse.de>
2666
2667 * configure.ac: Adjust the ppl and cloog configure to work as
2668 documented. Disable cloog if ppl was disabled. Omit the version
2669 checks if they were disabled.
2670 * configure: Re-generate.
2671
2672 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2673
2674 * configure.ac: Add 'lto' to enable_languages, not
2675 new_enable_languages, and only if not already present.
2676 * configure: Regenerate.
2677
2678 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2679
2680 * README: Refer to the various COPYING* files instead of just
2681 COPYING.
2682 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2683
2684 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2685
2686 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2687
2688 2009-10-07 Richard Guenther <rguenther@suse.de>
2689
2690 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2691 and Richard Guenther as reviewers.
2692 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2693 as reviewers.
2694
2695 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2696
2697 * config.sub: Update from upstream sources.
2698
2699 2009-10-06 Ian Lance Taylor <iant@google.com>
2700
2701 * Makefile.def: check-gold depends upon all-gas.
2702 * Makefile.in: Rebuild.
2703
2704 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2705
2706 * MAINTAINERS (Write After Approval): Add myself.
2707
2708 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2709
2710 * Makefile.def: all-lto-plugin depends on all-libiberty.
2711 set bootstrap=true for lto-plugin.
2712 Add lto-plugin.
2713 * Makefile.in: Regenerate.
2714 * configure.ac (host_libs): Add lto-plugin.
2715 * configure: Regenerate.
2716
2717 2009-10-03 Diego Novillo <dnovillo@google.com>
2718
2719 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2720 (HOST_LIBELFLIBS): Define.
2721 (HOST_LIBELFINC): Define.
2722 * Makefile.in: Regenerate.
2723 * configure.ac: Add --enable-lto.
2724 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2725 If --enable-lto is used, add 'lto' to new_enable_languages.
2726 If --enable-lto is used and gold is enabled, add
2727 lto-plugin to configdirs.
2728 * configure: Regenerate.
2729
2730 2009-10-03 Simon Baldwin <simonb@google.com>
2731
2732 * configure.ac: If --with-system-zlib, suppress local zlib and
2733 pass --with-system-zlib to subdir configure scripts.
2734 * configure: Regenerate.
2735
2736 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2737 Paolo Bonzini <bonzini@gnu.org>
2738
2739 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2740 $(srcdir).
2741 * Makefile.in: Rebuilt.
2742
2743 2009-09-26 Gary Funck <gary@intrepid.com>
2744
2745 * MAINTAINERS (Write After Approval): Add myself.
2746
2747 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2748
2749 * configure.ac: Update minimum MPC version to 0.7.
2750 * configure: Regenerate.
2751
2752 2009-09-25 Nick Clifton <nickc@redhat.com>
2753
2754 * configure.ac: Pass any --cache-file=/dev/null option on to
2755 subconfigures.
2756 * configure: Regenerate.
2757
2758 2009-09-23 Nick Clifton <nickc@redhat.com>
2759
2760 * config.sub, config.guess: Update from upstream sources.
2761
2762 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2763
2764 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2765 * Makefile.in: Rebuilt.
2766
2767 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2768
2769 PR bootstrap/32272
2770 * configure.ac: Error out if $srcdir isn't '.' but contains
2771 host-${host_noncanonical}.
2772 * configure: Regenerate.
2773
2774 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2775
2776 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2777 maintainer.
2778
2779 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2780
2781 * configure.ac: If bootstrapping a combined tree with
2782 --enable-gold, require c++ in stage1_languages.
2783 * configure: Regenerate.
2784
2785 * configure.ac: Also add target_libs of stage1_languages to
2786 bootstrap_target_libs.
2787 * configure: Regenerate.
2788
2789 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2790 with --enable-languages not containing c++.
2791 * configure: Regenerate.
2792
2793 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2794
2795 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2796 * configure: Regenerate.
2797
2798 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2799
2800 * MAINTAINERS (Write After Approval): Update my e-mail address,
2801 and move from from here...
2802 (Waiting for paperwork): To here.
2803
2804 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2805
2806 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2807
2808 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2809
2810 * configure.ac: Do not use $extrasub for replacing @if/@endif
2811 parts in Makefile; instead, use additional arguments to
2812 AC_CONFIG_COMMANDS to do the replacement manually, with several
2813 sed invocations, to avoid HP-UX sed command limits.
2814 * configure: Regenerate.
2815
2816 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2817
2818 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2819 blank before -L.
2820
2821 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2822
2823 * configure.ac (with-build-config): Document. Handle without.
2824 Handle missing argument.
2825 * configure: Rebuilt.
2826
2827 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2828
2829 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2830 Default to bootstrap-debug only if compare-debug works.
2831 * configure: Rebuilt.
2832 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2833 * Makefile.in: Rebuilt.
2834
2835 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2836
2837 * MAINTAINERS (OS Port Maintainers): Update my email address.
2838
2839 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2840
2841 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2842 * Makefile.in: Rebuilt.
2843
2844 2009-09-01 Chris Demetriou <cgd@google.com>
2845
2846 * MAINTAINERS (Write After Approval): Add myself.
2847
2848 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2849
2850 PR debug/30161
2851 * include/dwarf2.h (enum dwarf_tag): Added
2852 DW_TAG_GNU_template_template_param
2853 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2854
2855 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2856
2857 * Makefile.tpl (AWK): Fix typo.
2858 * Makefile.in: Regenerate.
2859
2860 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2861
2862 * configure.ac: Detect awk and sed.
2863 * Makefile.def (flags_to_pass): Add AWK and SED.
2864 * Makefile.tpl (AWK, SED): New.
2865 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2866 * configure: Regenerate.
2867 * Makefile.in: Regenerate.
2868
2869 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2870
2871 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2872 (collapseslashes): Likewise.
2873
2874 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2875
2876 * configure.ac (AC_PREREQ): Bump to 2.64.
2877
2878 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2879
2880 * configure.ac: Remove --with-datarootdir, --with-docdir,
2881 --with-pdfdir, --with-htmldir switches.
2882 * configure: Regenerate.
2883
2884 * configure: Regenerate.
2885
2886 * compile: Sync from Automake 1.11.
2887 * depcomp: Likewise.
2888 * install-sh: Likewise.
2889 * missing: Likewise.
2890 * mkinstalldirs: Likewise.
2891 * ylwrap: Likewise.
2892
2893 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2894
2895 * ltmain.sh (func_normal_abspath): New function.
2896 (func_relative_path): Likewise.
2897 (func_mode_help): Document new -bindir option for link mode.
2898 (func_mode_link): Add new -bindir option, and use it to place
2899 output DLL if specified.
2900
2901 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2902
2903 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2904 (baseargs): Add --disable-option-checking.
2905 * configure: Regenerate.
2906
2907 * Makefile.def (configure-target-libiberty): Depend on
2908 all-binutils and all-ld.
2909 (configure-target-newlib): Likewise.
2910 * Makefile.in: Regenerate.
2911
2912 2009-08-17 Ben Elliston <bje@au.ibm.com>
2913
2914 * config.sub, config.guess: Update from upstream sources.
2915
2916 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2917
2918 Sync from src, merge:
2919
2920 2009-07-02 Tristan Gingold <gingold@adacore.com>
2921
2922 * configure.ac: Do not exclude gas for i386-*-darwin.
2923 Add a case for x86_64-*-darwin.
2924 * configure: Regenerate.
2925
2926 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2927
2928 * MAINTAINERS: Add my name to Write After Approval list.
2929
2930 2009-08-06 Michael Eager <eager@eagercon.com>
2931
2932 * configure.ac: Add Microblaze target.
2933 * configure: Regenerate.
2934
2935 2009-07-31 Christian Bruel <christian.bruel@st.com>
2936
2937 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2938 * configure: Regenerate.
2939
2940 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2941
2942 * MAINTAINERS (Write After Approval): Update my e-mail address.
2943
2944 2009-07-06 Ian Lance Taylor <iant@google.com>
2945
2946 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2947 * configure: Rebuild.
2948
2949 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2950
2951 * MAINTAINERS: Move myself to the Graphite Reviewers.
2952
2953 2009-06-30 Wei Guozhi <carrot@google.com>
2954
2955 * MAINTAINERS: Add my name to Write After Approval list.
2956
2957 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2958
2959 PR bootstrap/40338
2960 * configure.ac (comparestring): Create new variable.
2961 * Makefile.tpl (comparestring): Use to skip some comparisions.
2962 * configure: Regenerate.
2963 * Makefile.in: Regenerate.
2964
2965 2009-06-26 Doug Evans <dje@sebabeach.org>
2966
2967 * Makefile.def (host_modules): Add cgen.
2968 * Makefile.in: Regenerate.
2969 * configure.ac (host_tools): Add cgen.
2970 * configure: Regenerate.
2971
2972 2009-06-23 DJ Delorie <dj@redhat.com>
2973
2974 * MAINTAINERS: Add myself as mep maintainer.
2975
2976 2009-06-23 Ian Lance Taylor <iant@google.com>
2977
2978 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2979 boot_languages. Only bootstrap target libraries listed in
2980 target_libs for some boot language. Add --with-stage1-ldflags,
2981 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2982 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2983 if not building with C++.
2984 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2985 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2986 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2987 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2988 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2989 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2990 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2991 * configure, Makefile.in: Rebuild.
2992
2993 2009-06-23 Li Feng <nemokingdom@gmail.com>
2994
2995 * MAINTAINERS: Added my name to write-after-approval list.
2996
2997 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2998
2999 * configure.ac: Define is_elf for QNX Neutrino targets.
3000 * configure: Regenerate.
3001
3002 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3003
3004 * MAINTAINERS: Added my name to the write-after-approval list
3005
3006 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3007
3008 * configure.ac: Detect MPC in default directory.
3009 * configure: Regenerate.
3010
3011 2009-06-03 Jerome Guitton <guitton@adacore.com>
3012 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3013
3014 * Makefile.tpl (all): Avoid a trailing backslash.
3015 * Makefile.in: Regenerate.
3016
3017 2009-06-03 Ben Elliston <bje@au.ibm.com>
3018
3019 * config.sub, config.guess: Update from upstream sources.
3020
3021 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3022
3023 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3024 to noconfdirs.
3025 * configure: Regenerate.
3026
3027 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3028
3029 * Makefile.tpl ([+compare-target+]): Compare all stage
3030 directories, rather than just gcc.
3031 * Makefile.in: Rebuilt.
3032
3033 2009-06-01 Doug Kwan <dougkwan@google.com>
3034
3035 * configure.ac: Support gold for target arm*-*-*.
3036 * configure: Regenerate.
3037
3038 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3039
3040 * Makefile.def: Add MPC support and dependencies.
3041 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3042
3043 * Makefile.in, configure: Regenerate.
3044
3045 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3046
3047 * Makefile.tpl (all): Avoid harmless warning in make all when
3048 gcc-bootstrap is enabled but stage_last does not exist.
3049 * Makefile.in: Rebuilt.
3050
3051 2009-05-24 Nicolas Roche <roche@adacore.com>
3052
3053 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3054 * Makefile.in: Regenerate.
3055
3056 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3057
3058 * MAINTAINERS: Update my e-mail address.
3059
3060 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3061
3062 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3063 * configure: Regenerate.
3064
3065 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3066
3067 PR other/40159
3068 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3069 gcc-no-bootstrap are mutually exclusive.
3070 * Makefile.in: Rebuilt.
3071
3072 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3073
3074 PR other/40159
3075 * Makefile.tpl (all): Don't end with unconditional success.
3076 * Makefile.in: Rebuilt.
3077
3078 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3079
3080 PR target/37137
3081 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3082 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3083 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3084 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3085 stage_configureflags, stage_cflags and stage_libcflags into
3086 explicit Makefile macros.
3087 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3088 GFORTRAN.
3089 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3090 CC. Set CC_FOR_BUILD from CC.
3091 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3092 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3093 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3094 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3095 and GFORTRAN.
3096 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3097 (_LIBCFLAGS): Renamed to _TFLAGS.
3098 (do-compare-debug, do-compare3-debug): Drop.
3099 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3100 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3101 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3102 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3103 (XGCC_FLAGS_FOR_TARGET): New.
3104 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3105 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3106 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3107 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3108 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3109 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3110 TFLAGS.
3111 (BUILD_CONFIG): Include if requested.
3112 (all): Set TFLAGS on bootstrap.
3113 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3114 (all-stageid-prefixmodule): Likewise.
3115 (do-clean, distclean-stageid): Set TFLAGS.
3116 (restrap): Fix whitespace.
3117 * Makefile.in: Rebuilt.
3118
3119 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3120
3121 * config.guess: Sync with src.
3122
3123 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3124
3125 * configure.ac ($with_ppl): Default to no if not supplied.
3126 ($with_cloog): Likewise.
3127 configure: Regenerate.
3128
3129 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3130
3131 * MAINTAINERS: Update my e-mail address.
3132
3133 2009-04-27 Nick Clifton <nickc@redhat.com>
3134
3135 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3136
3137 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3138
3139 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3140 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3141 * Makefile.in: Regenerate.
3142
3143 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3144
3145 PR bootstrap/39739
3146 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3147 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3148
3149 * configure, Makefile.in: Regenerate.
3150
3151 2009-04-21 Taras Glek <tglek@mozilla.com>
3152
3153 * include/hashtab.h: Update GTY annotations to new syntax
3154 * include/splay-tree.h: Likewise
3155
3156 2009-04-17 Ben Elliston <bje@au.ibm.com>
3157
3158 * config.sub, config.guess: Update from upstream sources.
3159
3160 2009-04-15 Anthony Green <green@moxielogic.com>
3161
3162 * configure.ac: Add moxie support.
3163 * configure: Rebuilt.
3164
3165 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3166
3167 * configure.ac: Change copyright header to refer to version
3168 3 of the GNU General Public License and to point readers at the
3169 COPYING3 file and the FSF's license web page.
3170 * Makefile.def: Likewise.
3171 * Makefile.tpl: Likewise.
3172 * Makefile.in: Regenerate.
3173
3174 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3175
3176 * configure.ac: Restore match for darwin9 or later. Use double
3177 brackets since regeneration eats one pair.
3178 * configure: Regenerate.
3179
3180 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3181
3182 PR gas/10039
3183 * configure.ac: Require texinfo 4.7.
3184 * configure: Regenerated.
3185
3186 2009-04-09 Nick Clifton <nickc@redhat.com>
3187
3188 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3189 the GCC Runtime Library Exception.
3190
3191 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3192
3193 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3194 * configure: Regenerate.
3195
3196 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3197
3198 * Makefil.def (languages): New entries.
3199 * Makefile.tpl (check-gcc-*): New generic target.
3200 * Makefile.in: Regenerate.
3201
3202 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3203
3204 * MAINTAINERS: Update my email address.
3205
3206 2009-03-18 Tom Tromey <tromey@redhat.com>
3207
3208 * configure: Rebuild.
3209 * configure.ac (host_libs): Add libiconv.
3210 * Makefile.in: Rebuild.
3211 * Makefile.def (host_modules): Add libiconv.
3212 (configure-gdb, all-gdb): Depend on libiconv.
3213
3214 2009-03-16 Tristan Gingold <gingold@adacore.com>
3215
3216 * configure.ac: Treat gdb as supported on x86_64-darwin.
3217 * configure: Regenerate.
3218
3219 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3220
3221 * configure.ac (--with-host-libstdcxx): New option.
3222 * configure: Regenerate.
3223
3224 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3225
3226 * MAINTAINERS: Move myself into the write after approval list.
3227
3228 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3229
3230 * MAINTAINERS: Update e-mail address.
3231
3232 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3233
3234 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3235
3236 2009-03-10 Ira Rosen <irar@il.ibm.com>
3237
3238 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3239
3240 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3241
3242 Backport from git Libtool:
3243
3244 2009-01-19 Robert Millan <rmh@aybabtu.com>
3245 Support GNU/kOpenSolaris.
3246 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3247 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3248 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3249 GNU/kOpenSolaris.
3250
3251 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3252
3253 * MAINTAINERS: Update e-mail address.
3254
3255 2009-02-24 Michael Eager <eager@eagercon.com>
3256
3257 * MAINTAINERS (Write After Approval): Add self.
3258
3259 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
3260
3261 * MAINTAINERS (Write After Approval): Add myself.
3262
3263 2009-02-05 Andreas Schwab <schwab@suse.de>
3264
3265 * Makefile.tpl (stage_last): Define $r and $s before using
3266 $(RECURSE_FLAGS_TO_PASS).
3267 * Makefile.in: Regenerate
3268
3269 2009-01-30 Ian Lance Taylor <iant@google.com>
3270
3271 * MAINTAINERS: Move myself to the Global Reviewers list.
3272
3273 2009-01-29 Robert Millan <rmh@aybabtu.com>
3274
3275 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3276 * configure: Regenerate.
3277
3278 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3279
3280 * MAINTAINERS: Make whitespace consistent.
3281 Remove Robert Millan from Write After Approval.
3282
3283 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3284
3285 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3286 (all-opcodes): Depend on all-libiberty.
3287 * Makefile.in: Regenerate.
3288
3289 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3290
3291 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3292 * configure: Regenerate.
3293
3294 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3295
3296 * MAINTAINERS (Write After Approval): Add myself.
3297
3298 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3299
3300 * MAINTAINERS: Add myself to reviewers (Fortran).
3301
3302 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3303
3304 PR tree-optimization/38515
3305 * configure.ac (cloog-polylib): Removed.
3306 (with_ppl, with_cloog): Test for "no".
3307 * configure: Regenerated.
3308
3309 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3310
3311 * MAINTAINERS: Moved myself to reviewers (Fortran).
3312
3313 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3314
3315 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3316 (Write After Approval): Remove myself.
3317
3318 2009-01-03 Diego Novillo <dnovillo@google.com>
3319
3320 * MAINTAINERS: Remove myself from alias maintainership.
3321
3322 2009-01-02 David Ayers <ayers@fsfe.org>
3323
3324 * MAINTAINERS: Update e-mail address.
3325
3326 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3327
3328 * MAINTAINERS: Make whitespace consistent.
3329
3330 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3331
3332 Backport from upstream Libtool:
3333 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3334 Add cache variables to tests that require the linker to work.
3335 For shlibpath_overrides_runpath, this also changes the semantics
3336 to let the result from the C compiler take precedence.
3337
3338 2008-12-02 Ben Elliston <bje@au.ibm.com>
3339
3340 * config.sub, config.guess: Update from upstream sources.
3341
3342 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3343
3344 * configure.ac (ppllibs): Add by default the lib flags.
3345 * configure: Regenerate.
3346
3347 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
3348
3349 * MAINTAINERS: Add myself to the write after approval list.
3350
3351 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3352
3353 * configure.ac: Add double brackets on darwin[912].
3354 * configure: Regenerate.
3355
3356 2008-12-03 Daniel Kraft <d@domob.eu>
3357
3358 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3359 Approval to Reviewer section (for Fortran front-end).
3360
3361 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3362
3363 * configure.ac: Expand to darwin10 and later.
3364 * configure: Regenerate.
3365
3366 2008-12-02 Andreas Schwab <schwab@suse.de>
3367
3368 * Makefile.def: configure-target-boehm-gc depends on
3369 all-target-libstdc++-v3.
3370 * Makefile.in: Regenerate.
3371
3372 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
3373
3374 * MAINTAINERS: Add myself as mingw maintainer.
3375
3376 2008-12-02 Ben Elliston <bje@au.ibm.com>
3377
3378 * config.sub, config.guess: Update from upstream sources.
3379
3380 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3381
3382 * README.SCO: Remove.
3383
3384 2008-11-29 Fernando Pereira <pronesto@gmail.com>
3385
3386 * MAINTAINERS: Add myself to the write after approval list.
3387
3388 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3389
3390 * MAINTAINERS: Update my email address in WAA section.
3391
3392 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
3393
3394 * MAINTAINERS: Update e-mail address.
3395
3396 2008-11-27 Toon Moene <toon@moene.org>
3397
3398 * MAINTAINERS: Change e-mail address.
3399
3400 2008-11-27 Tristan Gingold <gingold@adacore.com>
3401
3402 * configure.ac: Build gdb for i?86-*-darwin*
3403 * configure: Regenerated.
3404
3405 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
3406
3407 * MAINTAINERS: Added my full name.
3408
3409 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3410
3411 PR bootstrap/38014
3412 PR bootstrap/37923
3413
3414 Revert:
3415
3416 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3417
3418 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3419 * Makefile.in: Regenerated.
3420
3421 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3422
3423 PR gdb/921
3424 PR gdb/1646
3425 PR gdb/2175
3426 PR gdb/2176
3427
3428 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3429 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3430 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3431 (HOST_EXPORTS): Pass CPPFLAGS.
3432 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3433 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3434 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3435 * Makefile.in, configure: Regenerated.
3436 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3437 and CPPFLAGS_FOR_BUILD.
3438
3439 2008-11-06 Jeff Law <law@redhat.com>
3440
3441 * MAINTAINERS: Add myself as middle end maintainer.
3442
3443 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3444
3445 * MAINTAINERS (Write after approval): Add myself.
3446
3447 2008-11-05 Diego Novillo <dnovillo@google.com>
3448
3449 * MAINTAINERS (Global Reviewers): Add myself.
3450 (Non-Algorithmic Maintainers): Remove myself.
3451
3452 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3453
3454 * MAINTAINERS (Write after approval): Add myself.
3455
3456 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3457
3458 * MAINTAINERS (Write after approval): Add myself.
3459
3460 2008-10-31 Ben Elliston <bje@au.ibm.com>
3461
3462 * configure.ac (spu-*-*): Remove special case.
3463 * configure: Regenerate.
3464
3465 2008-10-30 Catherine Moore <clm@codesourcery.com>
3466
3467 * MAINTAINERS (Write after approval): Update my email address.
3468
3469 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3470
3471 * configure.ac [spu-*-*]: Do not set skipdirs.
3472 * configure: Re-generate.
3473
3474 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3475
3476 * MAINTAINERS (Various Maintainers): Add myself to reload.
3477
3478 2008-10-25 Richard Guenther <rguenther@suse.de>
3479
3480 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3481 maintainer. Remove myself as libgcc-math maintainer.
3482 (Non-Algorithmic Maintainers): Remove myself.
3483
3484 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3485
3486 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3487 * Makefile.in: Regenerated.
3488
3489 2008-10-23 Cary Coutant <ccoutant@google.com>
3490
3491 * MAINTAINERS (Write after approval): Add myself.
3492
3493 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3494
3495 PR gdb/921
3496 PR gdb/1646
3497 PR gdb/2175
3498 PR gdb/2176
3499
3500 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3501 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3502 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3503 (HOST_EXPORTS): Pass CPPFLAGS.
3504 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3505 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3506 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3507 * Makefile.in, configure: Regenerated.
3508 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3509 and CPPFLAGS_FOR_BUILD.
3510
3511 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3512
3513 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3514 Sebastian Pop.
3515
3516 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3517
3518 * MAINTAINERS (Write After Approval): Added myself.
3519
3520 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3521
3522 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3523 recommended version to 2.3.2.
3524
3525 * configure: Regenerate.
3526
3527 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3528
3529 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3530
3531 2008-09-29 David Daney <david.daney@caviumnetworks.com>
3532
3533 * MAINTAINERS (Write After Approval): Update e-mail address.
3534
3535 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3536
3537 * libtool.m4: Update to libtool 2.2.6.
3538 * lt~obsolete.m4: Update to libtool 2.2.6.
3539 * ltmain.sh: Update to libtool 2.2.6.
3540 * ltsugar.m4: Update to libtool 2.2.6.
3541 * ltversion.m4: Update to libtool 2.2.6.
3542 * ltoptions.m4: Update to libtool 2.2.6.
3543 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3544
3545 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3546
3547 * MAINTAINERS (Write After Approval): Add myself.
3548
3549 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3550
3551 * MAINTAINERS (Write After Approval): Update my name.
3552
3553 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3554
3555 * MAINTAINERS: Add myself in "Write After Approval".
3556
3557 2008-09-18 Steve Ellcey <sje@cup.hp.com>
3558
3559 * MAINTAINERS: Add myself as ia64 maintainer.
3560
3561 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3562
3563 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3564 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3565 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3566 and Michael Tiemann from Write After Approval since they do not
3567 actually have access.
3568
3569 2008-09-05 Richard Guenther <rguenther@suse.de>
3570
3571 * configure.ac: Initialize clooglibs to -lcloog.
3572 * configure: Re-generate.
3573
3574 2008-09-04 Le-Chun Wu <lcwu@google.com>
3575
3576 * MAINTAINERS (Write After Approval): Add myself.
3577
3578 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3579
3580 * configure.ac (--with-cloog-polylib): New.
3581 (--disable-cloog-version-check): New.
3582 (--disable-ppl-version-check): New.
3583 * configure: Re-generate.
3584
3585 2008-09-03 Richard Guenther <rguenther@suse.de>
3586
3587 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3588 cloog test.
3589 * configure: Re-generate.
3590
3591 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3592
3593 Add picoChip port.
3594 * MAINTAINERS: Add picoChip maintainers.
3595
3596 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3597 Tobias Grosser <grosser@fim.uni-passau.de>
3598 Jan Sjodin <jan.sjodin@amd.com>
3599 Harsha Jagasia <harsha.jagasia@amd.com>
3600 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3601 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3602 Adrien Eliche <aeliche@isty.uvsq.fr>
3603
3604 Merge from graphite branch.
3605 * configure: Regenerate.
3606 * Makefile.in: Regenerate.
3607 * configure.ac (host_libs): Add ppl and cloog.
3608 Add checks for PPL and CLooG.
3609 * Makefile.def (ppl, cloog): Added modules and dependences.
3610 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3611 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3612
3613 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3614
3615 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3616 (GCC_SHLIB_SUBDIR): New.
3617 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3618 * configure: Regenerate.
3619 * Makefile.in: Regenerate.
3620
3621 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3622
3623 * MAINTAINERS: Consistently use tabs to separate columns.
3624
3625 2008-08-29 Tristan Gingold <gingold@adacore.com>
3626
3627 * MAINTAINERS (Write after Approval): Add myself.
3628
3629 2008-08-28 Tristan Gingold <gingold@adacore.com>
3630
3631 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3632 Enable bfd, binutils and opcodes.
3633 * configure: Regenerate.
3634
3635 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3636
3637 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3638
3639 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3640
3641 * MAINTAINERS: Use correct Umlaut for last name.
3642
3643 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3644
3645 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3646
3647 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3648
3649 * MAINTAINERS: Update my email address.
3650
3651 2008-08-16 Nicolas Roche <roche@adacore.com>
3652
3653 * Makefile.tpl: Add BOOT_ADAFLAGS.
3654 * Makefile.in: Regenerate.
3655
3656 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3657
3658 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3659 * configure: Regenerate.
3660
3661 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3662
3663 * configure.ac: Add makefile fragments for hpux.
3664 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3665 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3666 * configure: Regenerate.
3667 * Makefile.in: Regenerate.
3668
3669 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3670
3671 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3672
3673 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3674
3675 * MAINTAINERS (Write after Approval): Add myself.
3676
3677 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3678
3679 * MAINTAINERS (Write After Approval): Add myself.
3680
3681 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3682
3683 * MAINTAINERS (Write After Approval): Add myself.
3684
3685 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3686
3687 * MAINTAINERS: Update my email address.
3688
3689 2008-06-25 Joey Ye <joey.ye@intel.com>
3690
3691 * MAINTAINERS (Write After Approval): Add myself.
3692
3693 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3694
3695 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3696 * Makefile.in: Regenerate.
3697 * configure: Regenerate.
3698
3699 2008-06-17 Daniel Kraft <d@domob.eu>
3700
3701 * MAINTAINERS (Write After Approval): Add myself.
3702
3703 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3704
3705 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3706 "$@" is still intact with both Autoconf 2.59 and 2.62.
3707 * configure: Regenerate.
3708
3709 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3710
3711 * Makefile.tpl: Fix comment errors.
3712 * Makefile.in: Regenerate.
3713
3714 2008-06-12 David S. Miller <davem@davemloft.net>
3715 David Edelsohn <edelsohn@gnu.org>
3716
3717 * configure.ac: Add powerpc*-*-* to gold supported targets.
3718 * configure: Regenerate.
3719
3720 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3721
3722 PR tree-optimization/36218
3723 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3724 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3725 (all prefix="build-"): Pass them to build-system sub-makes.
3726 * Makefile.in: Regenerate.
3727
3728 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3729
3730 * MAINTAINERS (mt port): Remove.
3731 (sco5, unixware, sco udk): Remove.
3732 (Kean Johnston): Add to Write After Approval.
3733
3734 2008-05-30 Julian Brown <julian@codesourcery.com>
3735
3736 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3737 of libobjc for ARM EABI Linux.
3738 * configure: Regenerate.
3739
3740 2008-05-18 Xinliang David Li <davidxl@google.com>
3741
3742 * ChangeLog: Remove wrong ChangeLog entry.
3743
3744 2008-05-17 Xinliang David Li <davidxl@google.com>
3745
3746 * MAINTAINERS (Write After Approval): Add myself.
3747
3748 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3749
3750 * MAINTAINERS (Write After Approval): Add myself.
3751
3752 2008-05-14 Rafael Espíndola <espindola@google.com>
3753
3754 * config-ml.in: don't handle --enable-shared and --enable-static.
3755
3756 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3757
3758 * MAINTAINERS: Update my email address.
3759
3760 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3761
3762 * MAINTAINERS: Update my email address.
3763
3764 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3765
3766 * MAINTAINERS (Write After Approval): Add myself.
3767
3768 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3769
3770 * MAINTAINERS (Write After Approval): Add myself.
3771
3772 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3773
3774 * MAINTAINERS (crx): Add myself.
3775
3776 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3777
3778 Sync with src:
3779 2008-04-14 David S. Miller <davem@davemloft.net>
3780
3781 * configure.ac: Add sparc*-*-* to gold supported targets.
3782 * configure: Regenerate.
3783
3784 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3785
3786 PR bootstrap/35457
3787 * configure.ac: Include override.m4.
3788 * configure: Regenerate.
3789
3790 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3791
3792 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3793 * Makefile.in: Regenerate.
3794
3795 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3796
3797 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3798 as nonconfigurable directories list.
3799 * configure: Regenerate.
3800
3801 2008-04-14 Ben Elliston <bje@au.ibm.com>
3802
3803 * config.sub, config.guess: Update from upstream sources.
3804
3805 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3806
3807 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3808 * Makefile.in: Regenerate.
3809
3810 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3811
3812 * configure.ac: Do not build libssp for the AVR.
3813 * configure: Regenerate.
3814
3815 2008-04-07 Ian Lance Taylor <iant@google.com>
3816
3817 * Makefile.def: check-gold depends upon all-binutils.
3818 * Makefile.in: Regenerate.
3819
3820 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3821
3822 * MAINTAINERS (Write After Approval): Add myself.
3823
3824 2008-04-04 Nick Clifton <nickc@redhat.com>
3825
3826 PR binutils/4334
3827 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3828 builds.
3829 * configure: Regenerate.
3830
3831 2008-04-04 NightStrike <NightStrike@gmail.com>
3832
3833 PR other/35151
3834 * configure.ac: Combine rules for mingw32 and mingw64.
3835 * configure: Regenerate.
3836
3837 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3838
3839 * MAINTAINERS (Write After Approval): Add myself.
3840
3841 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3842
3843 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3844 * Makefile.in (.NOTPARALLEL): Ditto.
3845
3846 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3847
3848 * MAINTAINERS (Write After Approval): Add myself.
3849
3850 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3851
3852 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3853 * Makefile.in (.NOTPARALLEL): Regenerate.
3854
3855 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3856
3857 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3858 * Makefile.in: Regenerate.
3859
3860 2008-03-26 Jakub Staszak <kuba@et.pl>
3861
3862 * MAINTAINERS (Write After Approval): Add myself.
3863
3864 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3865
3866 * MAINTAINERS: Update e-mail address.
3867
3868 2008-03-20 Ian Lance Taylor <iant@google.com>
3869
3870 * configure.ac: Add support for --enable-gold.
3871 * Makefile.def: Add gold as a directory like ld.
3872 * configure, Makefile.in: Regenerate.
3873
3874 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3875
3876 * configure.ac: m4_include config/proginstall.m4.
3877 * configure: Regenerate.
3878
3879 Backport from upstream Libtool:
3880
3881 2007-10-12 Eric Blake <ebb9@byu.net>
3882
3883 Deal with Autoconf 2.62's semantic change in m4_append.
3884 * ltsugar.m4 (lt_append): Replace broken versions of
3885 m4_append.
3886 (lt_if_append_uniq): Don't require separator to be overquoted,
3887 and avoid broken m4_append.
3888 (lt_dict_add): Fix typo.
3889 * libtool.m4 (_LT_DECL): Don't overquote separator.
3890
3891 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3892
3893 * config.rpath: Add AIX 6 support.
3894
3895 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3896
3897 * Makefile.def (stageprofile). Remove -fprofile-generate
3898 from stage_libcflags.
3899 * Makefile.in: Regenerate.
3900
3901 2008-03-13 Ben Elliston <bje@au.ibm.com>
3902
3903 * config.sub, config.guess: Update from upstream sources.
3904
3905 2008-03-06 Tom Tromey <tromey@redhat.com>
3906
3907 * MAINTAINERS: Update for treelang deletion.
3908
3909 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3910
3911 * MAINTAINERS: Update my email address.
3912
3913 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3914
3915 * MAINTAINERS (darwin port): Add myself as a maintainer.
3916 (objective-c/c++): Add myself as a maintainer.
3917
3918 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3919
3920 * MAINTAINERS (Write After Approval): Update my email address.
3921
3922 2008-02-25 Tomas Bily <tbily@suse.cz>
3923
3924 * MAINTAINERS (Write After Approval): Add myself.
3925
3926 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3927
3928 * MAINTAINERS (OpenMP): Add myself.
3929
3930 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3931
3932 PR bootstrap/32009
3933 PR bootstrap/32161
3934
3935 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3936 * configure: Regenerate.
3937
3938 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3939 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3940 STAGE4_LIBCFLAGS): New.
3941 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3942 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3943 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3944 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3945 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3946 for target modules. Don't export LIBCFLAGS.
3947 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3948 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3949 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3950 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3951 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3952 * Makefile.in: Regenerate.
3953
3954 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3955
3956 PR libgcj/33085
3957 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3958 Do not use -DDLL_EXPORT. Backport from upstream.
3959
3960 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3961
3962 * MAINTAINERS (Write After Approval): Add myself.
3963
3964 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3965
3966 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3967 * configure: Regenerate.
3968
3969 2008-01-31 Marc Gauthier <marc@tensilica.com>
3970
3971 * configure.ac (xtensa*-*-*): Recognize processor variants.
3972 * configure: Regenerate.
3973
3974 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3975
3976 PR bootstrap/34922
3977 * configure.ac (PARSE_ARGS): Push suitable setting of
3978 ac_subdirs_all, for `./configure --help=recursive'.
3979 Handle `+' in generic toplevel directory disabling.
3980 * configure: Regenerate.
3981
3982 2008-01-28 Nick Clifton <nickc@redhat.com>
3983
3984 * MAINTAINERS (xstormy16): Take over maintainership.
3985
3986 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3987
3988 * MAINTAINERS (c4x port): Remove.
3989
3990 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3991
3992 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3993
3994 2008-01-23 Ben Elliston <bje@au.ibm.com>
3995
3996 * config.sub, config.guess: Update from upstream sources.
3997
3998 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3999
4000 * MAINTAINERS (Write After Approval): Add myself.
4001
4002 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
4003
4004 * MAINTAINERS: Update my email address.
4005
4006 2008-01-09 Raksit Ashok <raksit@google.com>
4007
4008 * MAINTAINERS (Write After Approval): Add myself.
4009
4010 2008-01-09 Raksit Ashok <raksit@google.com>
4011
4012 * MAINTAINERS (Write After Approval): Add myself.
4013
4014 2008-01-08 Ben Elliston <bje@au.ibm.com>
4015
4016 * config.sub, config.guess: Update from upstream sources.
4017
4018 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4019
4020 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4021 Change recommended MPFR from 2.2.1 -> 2.3.0.
4022 * configure: Regenerate.
4023
4024 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4025
4026 * MAINTAINERS: Update my email address.
4027
4028 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4029
4030 * MAINTAINERS: Update my email address.
4031
4032 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4033
4034 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4035 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4036 * Makefile.in: Regenerate.
4037
4038 2007-12-10 Mark Heffernan <meheff@google.com>
4039
4040 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4041 misplaced entries.
4042
4043 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4044
4045 * configure.ac: Enable libjava for x86_64-*-darwin9.
4046 * configure: Regenerate.
4047
4048 2007-12-07 Bill Maddox <maddox@google.com>
4049
4050 * MAINTAINERS (Write After Approval): Add myself.
4051
4052 2007-12-05 Ben Elliston <bje@au.ibm.com>
4053
4054 * config.sub, config.guess: Update from upstream sources.
4055
4056 2007-12-02 Matthias Klose <doko@ubuntu.com>
4057
4058 * config-ml.in: Remove 64bit configure tests.
4059
4060 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4061
4062 * config-ml.in: Robustify against white space in absolute file
4063 names.
4064
4065 * config-ml.in (multi-clean): Substitute ${Makefile}.
4066 Remove superfluous ${Makefile} in list.
4067
4068 2007-11-19 Thiemo Seufer <ths@mips.com>
4069
4070 * config-ml.in: Don't hardcode the Makefile name.
4071
4072 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4073
4074 * MAINTAINERS (Write After Approval): Add myself.
4075
4076 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4077
4078 * MAINTAINERS (Write After Approval): Add myself.
4079
4080 2007-11-06 Doug Kwan <dougkwan@google.com>
4081
4082 * MAINTAINERS (Write After Approval): Add myself.
4083
4084 2007-10-25 Ben Elliston <bje@au.ibm.com>
4085
4086 * MAINTAINERS (mercury): Remove entry.
4087 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4088
4089 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4090
4091 * Makefile.def (dependencies): Make configure-gdb depend on
4092 all-intl.
4093 * Makefile.in: Regenerated.
4094
4095 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4096
4097 * MAINTAINERS (Fortran maintainer): Remove myself.
4098
4099 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4100
4101 * Makefile.def: To avoid problems running with parallel makes,
4102 build newlib before libgloss so that target specific header
4103 files are availble.
4104 * Makefile.in: Regenerate
4105
4106 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4107
4108 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4109 * Makefile.in: Regenerate.
4110
4111 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4112
4113 * MAINTAINERS (Register allocation reviewer): Add myself.
4114
4115 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4116
4117 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4118 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4119 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4120 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4121 * configure: Regenerate.
4122
4123 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4124
4125 * MAINTAINERS (Register allocation reviewer): Add myself.
4126
4127 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4128
4129 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4130 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4131 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4132 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4133 * configure.ac: Default them to host tools for $host = $build.
4134 Subst them.
4135
4136 * configure: Regenerate.
4137 * Makefile.in: Regenerate.
4138
4139 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4140
4141 * MAINTAINERS (Register allocation reviewer): Add myself.
4142
4143 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4144
4145 * MAINTAINERS (Register allocation reviewer): Add myself.
4146
4147 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4148
4149 * MAINTAINERS (Write After Approval): Fix typo.
4150
4151 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4152
4153 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4154 * configure: Regenerate.
4155
4156 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4157
4158 PR bootstrap/31906
4159 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4160 they're already prefixed.
4161
4162 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4163
4164 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4165 libstdc++.
4166 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4167 * configure: Regenerate.
4168 * Makefile.in: Regenerate.
4169
4170 2007-09-17 Andreas Schwab <schwab@suse.de>
4171
4172 * configure.ac: Raise minimum makeinfo version to 4.6.
4173 * configure: Regenerate.
4174
4175 2007-09-17 Johannes Singler <singler@ira.uka.de>
4176
4177 * MAINTAINERS (write-after-approval) add myself
4178
4179 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4180
4181 * configure.ac: Correct makeinfo version check.
4182 * configure: Regenerate.
4183
4184 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4185
4186 * MAINTAINERS: Update my email address.
4187
4188 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4189
4190 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4191 to $skipdirs and only disable gprof for newlib. Use the normal
4192 mips*-elf* handling in other respects.
4193 * configure: Regnerate.
4194
4195 2007-09-12 David Daney <ddaney@avtrex.com>
4196
4197 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4198 enabling libgcj.
4199 * configure: Regenerate.
4200
4201 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4202
4203 PR other/32154
4204 * configure.ac: For libgloss targets, point the linker to the linker
4205 script, startup code and simulator library.
4206 * configure: Regenerate.
4207
4208 2007-09-07 Andrew Haley <aph@redhat.com>
4209
4210 * configure.ac (noconfigdirs): Remove target-libffi and
4211 target-libjava.
4212 * configure: Regenerate.
4213
4214 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4215
4216 PR target/33281
4217 * configure.ac: Use config/mh-mingw on mingw.
4218 * configure: Regenerate.
4219
4220 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4221
4222 * MAINTAINERS (Write After Approval): Add myself.
4223
4224 2007-09-05 Richard Guenther <rguenther@suse.de>
4225
4226 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4227 nor --disable-checking is provided also turn on yes and types
4228 checking for stage1.
4229 * configure: Re-generate.
4230
4231 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4232
4233 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4234 (Write After Approval): Remove myself.
4235
4236 2007-08-29 Nick Clifton <nickc@redhat.com>
4237
4238 * config.sub, config.guess: Update from upstream sources.
4239
4240 2007-08-22 Bud Davis <jmdavis@link.com>
4241
4242 * MAINTAINERS (Write After Approval): Added myself.
4243 * MAINTAINERS (Reviewers): Removed myself.
4244
4245 2007-08-18 Paul Brook <paul@codesourcery.com>
4246 Joseph Myers <joseph@codesourcery.com>
4247
4248 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4249 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4250 * Makefile.in: Regenerate.
4251 * configure.ac (--with-debug-prefix-map): New.
4252 * configure: Regenerate.
4253
4254 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4255 Nigel Stephens <nigel@mips.com>
4256
4257 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4258 as target_makefile_frag.
4259 * configure: Regenerate.
4260
4261 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4262
4263 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4264 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4265 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4266 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4267 (do-compare, do-compare3, do-compare-debug): New.
4268 ([+compare-target+]): Use them.
4269
4270 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4271
4272 * MAINTAINERS (Write After Approval): Change my email address.
4273
4274 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4275 Ben Elliston <bje@au.ibm.com>
4276
4277 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4278 --silent if $silent.
4279 * configure: Regenerate.
4280
4281 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
4282
4283 * MAINTAINERS (Various Maintainers): Add myself as
4284 loop infrastructure maintainer. Update my e-mail
4285 address.
4286
4287 2007-07-31 Diego Novillo <dnovillo@google.com>
4288
4289 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4290 Adjust description.
4291
4292 2007-07-26 Richard Guenther <rguenther@suse.de>
4293
4294 * configure.ac: Add types checking to stage1 checking flags.
4295 * configure: Regenerate.
4296
4297 2007-07-17 Nick Clifton <nickc@redhat.com>
4298
4299 * COPYING3: New file. Contains version 3 of the GNU General
4300 Public License.
4301 * COPYING3.LIB: New file. Contains version 3 of the GNU
4302 Lesser General Public License.
4303
4304 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4305
4306 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4307
4308 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4309
4310 * MAINTAINERS (S/390 co-maintainer): Add myself.
4311 (Write After Approval): Remove myself.
4312
4313 2007-07-13 Dan Hipschman <dsh@google.com>
4314
4315 * MAINTAINERS (Write After Approval): Add myself.
4316
4317 2007-07-11 Nick Clifton <nickc@redhat.com>
4318
4319 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4320 WINDRES export.
4321 * Makefile.in: Regenerate.
4322
4323 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4324
4325 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4326 maintainer.
4327
4328 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4329
4330 * lt~obsolete.m4: New. Import from 20070318 libtool.
4331
4332 2007-07-03 Julian Brown <julian@codesourcery.com>
4333
4334 * MAINTAINERS (Write After Approval): Add myself.
4335
4336 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4337
4338 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4339 * configure: Regenerate.
4340
4341 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4342
4343 * configure.ac: Add some missing m4 quotation.
4344 * configure: Regenerate.
4345
4346 2007-07-02 Simon Baldwin <simonb@google.com>
4347
4348 * MAINTAINERS (Write After Approval): Add myself.
4349
4350 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
4351
4352 * configure: Regenerate.
4353
4354 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
4355
4356 * Makefile.def: Add windmc tool to build.
4357 * Makefile.tpl: Likewise.
4358 * configure.ac: Likewise.
4359 * Makefile.in: Regenerate.
4360 * configure: Regenerate.
4361
4362 2007-06-28 DJ Delorie <dj@redhat.com>
4363
4364 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4365 not building newlib.
4366 * configure: Regenerated.
4367
4368 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4369
4370 * MAINTAINERS (Write After Approval): Add myself.
4371
4372 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
4373
4374 * MAINTAINERS (Write After Approval): Add myself.
4375
4376 2007-06-19 Chris Matthews <chrismatthews@google.com>
4377
4378 * MAINTAINERS (Write After Approval): Add myself.
4379
4380 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4381
4382 * MAINTAINERS (Write After Approval): Add myself.
4383
4384 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4385
4386 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4387 * Makefile.in: Regenerated.
4388
4389 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4390
4391 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4392 bfin*-*-uclinux* targets.
4393 * configure: Regenerate.
4394
4395 2007-06-14 Ian Lance Taylor <iant@google.com>
4396
4397 * MAINTAINERS: Add myself as non-algorithmic global write
4398 maintainer.
4399
4400 2007-06-14 Diego Novillo <dnovillo@google.com>
4401
4402 * MAINTAINERS: Add self as middle-end maintainer and
4403 non-algorithmic global write maintainer.
4404
4405 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4406
4407 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4408 Move all Fortran maintainers except Paul Brook into the
4409 Non-Autopoiesis section.
4410
4411 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4412
4413 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4414 (distclean-stage[+id+]): Possibly delete stage_last.
4415 * Makefile.in: Regenerate.
4416
4417 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
4418
4419 * MAINTAINERS (Various Maintainer): Fix typo.
4420
4421 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
4422
4423 * MAINTAINERS (Various Maintainer): Add myself as
4424 dataflow maintainer.
4425
4426 2007-06-07 Ben Elliston <bje@au.ibm.com>
4427
4428 * config.sub, config.guess: Update from upstream sources.
4429
4430 2007-06-07 Ben Elliston <bje@au.ibm.com>
4431
4432 * Makefile.tpl: Fix spelling error.
4433 * Makefile.in: Regenerate.
4434
4435 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4436
4437 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4438 lt_cv_sys_max_cmd_len.
4439
4440 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4441
4442 * MAINTAINERS (Various Maintainers): Add myself as
4443 auto-vectorizer maintainer.
4444
4445 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4446
4447 PR libjava/32098
4448 * libtool.m4: Revert previous change.
4449 * ltgcc.m4: Put it here.
4450
4451 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4452
4453 * MAINTAINERS (Various Maintainers): Add myself as
4454 auto-vectorizer maintainer.
4455
4456 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4457
4458 PR libjava/32098
4459 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4460
4461 2007-05-30 Richard Guenther <rguenther@suse.de>
4462
4463 * MAINTAINERS (Various Maintainers): Add myself as
4464 auto-vectorizer maintainer.
4465
4466 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4467
4468 PR bootstrap/29382
4469 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4470 * configure: Rebuilt.
4471
4472 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4473
4474 * MAINTAINERS (Write After Approval): Removed my name.
4475
4476 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4477
4478 * MAINTAINERS (Write After Approval): Remove myself.
4479
4480 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4481
4482 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4483
4484 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4485
4486 * ltmain.sh: Update from ToT Libtool.
4487 * libtool.m4: Update from ToT Libtool.
4488 * ltsugar.m4: New. Update from ToT Libtool.
4489 * ltversion.m4: New. Update from ToT Libtool.
4490 * ltoptions.m4: New. Update from ToT Libtool.
4491 * ltconfig: Remove.
4492 * ltcf-c.sh: Remove.
4493 * ltcf-cxx.sh: Remove.
4494 * ltcf-gcj.sh: Remove.
4495
4496 2007-05-22 Ollie Wild <aaw@google.com>
4497
4498 * MAINTAINERS (Write After Approval): Add myself.
4499
4500 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4501
4502 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4503 stage_cflags.
4504 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4505 Remove CFLAGS/LIBCFLAGS.
4506 (configure-stage[+id+]-[+prefix+][+module+],
4507 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4508 * Makefile.in: Regenerate.
4509
4510 2007-05-15 Diego Novillo <dnovillo@google.com>
4511
4512 * MAINTAINERS: Update e-mail address.
4513
4514 2007-05-15 Revital Eres <eres@il.ibm.com>
4515
4516 * MAINTAINERS (Write After Approval): Add myself.
4517
4518 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4519
4520 * MAINTAINERS (Write After Approval): Updated my address.
4521
4522 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4523
4524 * MAINTAINERS (Write After Approval): Add myself.
4525
4526 2007-05-11 Silvius Rus <rus@google.com>
4527
4528 * MAINTAINERS (Write After Approval): Add myself.
4529
4530 2007-04-23 Tom Tromey <tromey@redhat.com>
4531
4532 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4533
4534 2007-04-22 Mark Mitchell <mark@codesourcery.com>
4535
4536 * MAINTAINERS (cpplib): Rename to ...
4537 (libcpp): ... this. Add C/C++ front end maintainers.
4538
4539 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4540
4541 * config-ml.in: Pass ${ml_config_env} to configure calls.
4542
4543 2007-04-04 Christian Bruel <christian.bruel@st.com>
4544
4545 * MAINTAINERS (Write After Approval): Add myself.
4546
4547 2007-04-02 Dave Korn <dave.korn@artimi.com>
4548
4549 * MAINTAINERS (Write After Approval): Add myself.
4550
4551 2007-03-31 Tobias Burnus <burnus@net-b.de>
4552
4553 * MAINTAINERS (fortran 95 front end): Add myself.
4554
4555 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4556
4557 * MAINTAINERS (Write After Approval): Add myself.
4558
4559 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
4560
4561 * MAINTAINERS (Modulo Scheduler): Add myself.
4562
4563 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4564
4565 * MAINTAINERS (fortran 95 front end): Add myself.
4566 (c++ front end): whitespace fix.
4567
4568 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4569
4570 * MAINTAINERS (Write After Approval): Add myself.
4571
4572 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4573
4574 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4575 of glob. Quote arguments with single quotes too.
4576 * configure: Regenerate.
4577
4578 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4579
4580 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4581 * Makefile.in: Regenerate
4582
4583 2007-03-07 Andreas Schwab <schwab@suse.de>
4584
4585 * configure: Regenerate.
4586
4587 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4588
4589 * configure.ac: Add "--with-pdfdir" configure option,
4590 which defines pdfdir variable.
4591 * Makefile.def (target=fixincludes): Add install-pdf to
4592 missing targets.
4593 (recursive_targets): Add install-pdf target.
4594 (flags_to_pass): Add pdfdir.
4595 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4596 target.
4597 * configure: Regenerate
4598 * Makefile.in: Regenerate
4599
4600 2007-02-28 Eric Christopher <echristo@apple.com>
4601
4602 Revert:
4603 2006-12-07 Mike Stump <mrs@apple.com>
4604
4605 * Makefile.def (dependencies): Add dependency for
4606 install-target-libssp and install-target-libgomp on
4607 install-gcc.
4608 * Makefile.in: Regenerate.
4609
4610 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4611
4612 * configure: Regenerate.
4613 * configure.ac: Move statements after variable declarations.
4614
4615 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4616
4617 * MAINTAINERS: Add myself as sh maintainer.
4618
4619 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4620
4621 * configure.ac: Adjust for loop syntax.
4622 * configure: Regenerate.
4623
4624 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4625
4626 * configure: Rebuilt.
4627
4628 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4629
4630 * configure.ac: Drop multiple occurrences of --enable-languages,
4631 and fix its quoting.
4632 * configure: Rebuilt.
4633
4634 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4635 Nathan Sidwell <nathan@codesourcery.com>
4636 Vladimir Prus <vladimir@codesourcery.com>
4637 Joseph Myers <joseph@codesourcery.com>
4638
4639 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4640 * configure: Regenerate.
4641
4642 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4643
4644 * ltconfig (freebsd*): Default to elf.
4645
4646 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4647
4648 * configure.ac (target_libraries): Move libgcc before libiberty.
4649 * configure: Regenerated.
4650
4651 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4652 Paolo Bonzini <bonzini@gnu.org>
4653
4654 PR bootstrap/30753
4655 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4656 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4657 * configure: Regenerated.
4658
4659 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4660
4661 * MAINTAINERS (Language Front End Maintainers): Update my mail
4662 address.
4663
4664 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4665
4666 PR bootstrap/30748
4667 * configure.ac: Correct syntax for Solaris ksh.
4668 * configure: Regenerated.
4669
4670 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4671
4672 * configure.ac: Sync with src.
4673 * configure: Regenerate.
4674
4675 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4676
4677 * Makefile.in: Regenerate.
4678
4679 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4680
4681 * config.sub: Sync with src.
4682
4683 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4684
4685 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4686 noncanonical equivalents.
4687 * configure.in: Rename to...
4688 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4689 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4690 target_noncanonical. Use them. Rewrite removal of configure
4691 arguments for autoconf 2.59. Discard variable settings. Force
4692 program_transform_name for native tools.
4693
4694 * Makefile.in: Regenerated.
4695 * configure: Regenerated with autoconf 2.59.
4696
4697 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4698
4699 * MAINTAINERS (Write After Approval): Add myself.
4700
4701 2007-01-31 Andreas Schwab <schwab@suse.de>
4702
4703 * Makefile.tpl (LDFLAGS): Substitute it.
4704 * Makefile.in: Regenerate.
4705
4706 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4707
4708 * MAINTAINERS (Write After Approval): Add myself.
4709
4710 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4711
4712 * MAINTAINERS (spu port): Add myself.
4713
4714 2007-01-23 Richard Guenther <rguenther@suse.de>
4715
4716 PR bootstrap/30541
4717 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4718 * Makefile.tpl (GNATBIND): Substitute it.
4719 (GNATMAKE): Likewise.
4720 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4721 of STAGE_PREFIX.
4722 * Makefile.in: Regenerate.
4723 * configure: Regenerate.
4724
4725 2007-01-18 Mike Stump <mrs@apple.com>
4726
4727 * configure.in: Re-enable -Werror for gcc builds.
4728
4729 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4730
4731 * MAINTAINERS (Write After Approval): Add myself.
4732
4733 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4734
4735 * configure.in: Change == to = in test command.
4736 * configure: Regenerate.
4737
4738 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4739 Nick Clifton <nickc@redhat.com>
4740 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4741
4742 * configure.in (build_configargs, host_configargs, target_configargs):
4743 Remove build/host/target parameters.
4744 (host_libs): Add gmp and mpfr.
4745 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4746 * Makefile.def (gmp, mpfr): New.
4747 (gcc): Remove target.
4748 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4749 target_os, target_vendor): New.
4750 (configure): Add host_alias/target_alias arguments; adjust invocations.
4751 * configure: Regenerate.
4752 * Makefile.in: Regenerate.
4753
4754 2007-01-11 Matt Fago <fago@earthlink.net>
4755
4756 * configure.in: Try to link to functions only in mpfr 2.2.x
4757 to improve robustness of configure tests.
4758 * configure: Regenerate.
4759
4760 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4761
4762 * MAINTAINERS: Add myself as i386 maintainer.
4763
4764 2007-01-08 Jan Hubicka <jh@suse.cz>
4765
4766 * MAINTAINERS: Add myself as i386 maintainer.
4767
4768 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4769
4770 * configure.in: Add support for an x86_64-mingw* target.
4771 * configure: Regenerate.
4772
4773 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4774
4775 * Makefile.tpl (all-target): Correct @if conditional for target
4776 modules.
4777 * configure.in: Omit libiberty if building only target libgcc.
4778 * configure, Makefile.in: Regenerated.
4779
4780 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4781
4782 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4783 * configure: Regenerate.
4784
4785 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4786
4787 * Makefile.def (target_modules): Add libgcc.
4788 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4789 * Makefile.tpl (clean-target-libgcc): Delete.
4790 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4791 on gcc even for bootstrapped modules. Rewrite handling of
4792 lang_env_dependencies to loop over target_modules.
4793 * configure.in (target_libraries): Add target-libgcc.
4794 * Makefile.in, configure: Regenerated.
4795
4796 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4797
4798 * configure.in: Reorganize recognition of languages. Add
4799 --enable-stage1-languages. Show supported languages for the chosen
4800 target rather than all recognized languages.
4801 * configure: Regenerate.
4802
4803 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4804
4805 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4806 * Makefile.in: Regenerate.
4807
4808 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4809
4810 * configure.in: Warn that MPFR 2.2.0 is buggy.
4811 * configure: Regenerate.
4812
4813 2006-12-27 Ian Lance Taylor <iant@google.com>
4814
4815 * configure.in: When removing Makefiles to force a reconfigure, also
4816 remove prev-DIR*/Makefile.
4817 * configure: Regenerate.
4818
4819 2006-12-22 Andreas Schwab <schwab@suse.de>
4820
4821 * configure: Regenerate with correct autoconf version.
4822
4823 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4824
4825 * configure.in: add AC_SUBST for *_FOR_TARGET.
4826 * configure: Regenerate.
4827
4828 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4829
4830 * configure.in: Simplify logic for rejecting languages that cannot
4831 be built. Separate the case when a language is unsupported,
4832 from the case when the user chooses not to build a language.
4833
4834 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4835
4836 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4837 it only affects bootstrap and could be tested on "$host" as well.
4838 * configure: Regenerate.
4839 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4840
4841 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4842
4843 PR bootstrap/29544
4844 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4845 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4846 move here comment from Makefile.tpl.
4847 * Makefile.tpl: Move some definitions higher in the file.
4848 (STAGE1_CHECKING): New.
4849 * configure.in: Add --enable-stage1-checking.
4850 * configure: Regenerate.
4851 * Makefile.in: Regenerate.
4852
4853 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4854
4855 * MAINTAINERS: Add myself as build system maintainer.
4856
4857 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4858
4859 * MAINTAINERS (Write After Approval): Add myself.
4860
4861 2006-12-13 Eric Christopher <echristo@apple.com>
4862
4863 * MAINTAINERS: Add myself as darwin maintainer.
4864
4865 2006-12-11 Ian Lance Taylor <ian@airs.com>
4866
4867 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4868
4869 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4870
4871 MAINTAINERS: Update my entry.
4872
4873 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4874
4875 * configure.in: Handle spu makefile frag.
4876 * Makefile.tpl (MAINT): Define
4877 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4878 * configure: Regenerate.
4879 * Makefile.in: Regenerate.
4880
4881 2006-12-11 Ben Elliston <bje@au.ibm.com>
4882
4883 * config.guess: Import latest version.
4884 * config.sub: Likewise.
4885
4886 2006-12-11 Ben Elliston <bje@au.ibm.com>
4887
4888 * configure.in (spu-*-*): Don't skip target-libiberty.
4889 * configure: Regenerate.
4890
4891 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4892
4893 PR bootstrap/30134
4894 * configure.in: Correct x86 darwin support for libjava to powerpc
4895 and i?86 only.
4896 * configure: Regenerate.
4897
4898 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4899
4900 * configure.in: Add x86 darwin support for libjava.
4901 * configure: Regenerate.
4902
4903 2006-12-07 Mike Stump <mrs@apple.com>
4904
4905 * Makefile.def (dependencies): Add dependency for
4906 install-target-libssp and install-target-libgomp on
4907 install-gcc.
4908 * Makefile.in: Regenerate.
4909
4910 2006-12-04 Richard Guenther <rguenther@suse.de>
4911
4912 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4913 (Non-Algorithmic Maintainers): Move over non-algorithmic
4914 loop optimizer maintainers, add myself as a non-algorithmic
4915 middle-end maintainer.
4916
4917 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4918
4919 * MAINTAINERS (Write After Approval): Add myself.
4920
4921 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4922
4923 * configure.in: Update error message for missing GMP/MPFR.
4924
4925 * configure: Regenerate.
4926
4927 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4928
4929 * configure.in: Update MPFR version in error message.
4930
4931 * configure: Regenerate.
4932
4933 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4934
4935 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4936 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4937 --with-gmp-lib): New flags.
4938
4939 * configure: Regenerate.
4940
4941 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4942
4943 * MAINTAINERS (Write After Approval): Change my email address.
4944
4945 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4946
4947 * MAINTAINERS (Write After Approval): Add myself.
4948
4949 2006-11-22 Philipp Thomas <pth@suse.de>
4950
4951 * MAINTAINERS (i18n): Update e-mail address.
4952
4953 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4954
4955 * MAINTAINERS (spu port): Add myself as maintainer.
4956 (Write After Approval): Remove myself.
4957
4958 2006-11-22 Ben Elliston <bje@au.ibm.com>
4959
4960 * configure.in (skipdirs): Don't build libssp for SPU.
4961 * configure: Regenerate.
4962
4963 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4964
4965 * MAINTAINERS (spu port): Add myself as maintainer.
4966 (libobjc): Update my email address.
4967
4968 2006-11-21 Andrea Bona <andrea.bona@st.com>
4969
4970 * MAINTAINERS (Write After Approval): Add myself.
4971
4972 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4973
4974 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4975 * configure : Rebuilt.
4976
4977 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4978
4979 * MAINTAINERS (Write After Approval): Add myself.
4980
4981 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4982
4983 * MAINTAINERS (Write After Approval): Add myself.
4984
4985 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4986
4987 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4988 libmpfr.a.
4989 * configure: Regenerate.
4990
4991 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4992
4993 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4994 (unstage): Test for stage_last presence.
4995
4996 PR bootstrap/29802
4997 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4998 STAGE_PREFIX.
4999 * Makefile.in: Regenerate.
5000
5001 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5002
5003 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5004 maintainers.
5005
5006 2006-11-14 Erven Rohou <erven.rohou@st.com>
5007
5008 * MAINTAINERS (Write After Approval): Add myself.
5009
5010 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
5011
5012 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5013 and stageN-package/Makefile.
5014 * Makefile.in: Regenerated.
5015
5016 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5017
5018 * configure.in: Remove target-libgloss from noconfigdirs for
5019 bfin-*-*.
5020 * configure: Regenerated.
5021
5022 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5023
5024 * configure.in (have_gmp): Only error if the gcc directory exists.
5025
5026 * configure: Regenerate.
5027
5028 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5029
5030 * configure.in: Robustify error message for missing GMP/MPFR.
5031
5032 * configure: Regenerate.
5033
5034 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5035
5036 * MAINTAINERS (Write After Approval): Add myself.
5037
5038 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5039
5040 * MAINTAINERS: Change email address.
5041
5042 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5043
5044 * MAINTAINERS (Write After Approval): Add myself.
5045
5046 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5047
5048 * MAINTAINERS (Write After Approval): Add myself.
5049
5050 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5051
5052 * MAINTAINERS (Write After Approval): Move myself to
5053 Write After Approval section.
5054
5055 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5056
5057 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5058 need_gmp anymore.
5059 * configure: Regenerate.
5060
5061 2006-10-16 Tobias Burnus <burnus@net-b.de>
5062
5063 * MAINTAINERS (Write After Approval): Add myself.
5064
5065 2006-10-16 Ben Elliston <bje@au.ibm.com>
5066
5067 * config.guess: Import latest version.
5068 * config.sub: Likewise.
5069
5070 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5071
5072 * Makefile.def: Added pdf target handling.
5073 * Makefile.tpl: Added pdf target handling.
5074 * Makefile.in: Regenerated.
5075
5076 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5077
5078 * MAINTAINERS: Add self as score port maintainer.
5079
5080 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5081
5082 * MAINTAINERS (Write After Approval): Add myself.
5083
5084 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5085
5086 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5087 or newer.
5088 * configure: Regenerated.
5089
5090 2006-09-27 Dave Brolley <brolley@redhat.com>
5091
5092 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5093 using $s instead of $r.
5094 * configure: Regenerated.
5095
5096 2006-09-26 Thiemo Seufer <ths@mips.com>
5097
5098 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5099 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5100 * configure: Regenerate.
5101
5102 2006-09-24 Graeme Peterson <gridly@gmail.com>
5103
5104 * MAINTAINERS (Write After Approval): Remove myself.
5105
5106 2006-09-22 Chao-ying Fu <fu@mips.com>
5107
5108 * MAINTAINERS (Write After Approval): Add myself.
5109
5110 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5111
5112 * MAINTAINERS: Add self as soft-fp maintainer.
5113
5114 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5115
5116 * MAINTAINERS: Add myself as avr maintainer.
5117 Remove Marek Michalkiewicz as avr maintainer.
5118
5119 2006-09-07 Roberto Costa <roberto.costa@st.com>
5120
5121 * MAINTAINERS (Write After Approval): Add myself.
5122
5123 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5124
5125 * configure.in: Never build newlib for a Mingw host.
5126 Never build newlib as Mingw target library.
5127 Test the existence of winsup/cygwin for building a Cygwin newlib,
5128 rather than just winsup.
5129 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5130 building a Mingw target.
5131 * configure: Regenerate.
5132
5133 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5134
5135 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5136
5137 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5138
5139 * config.guess: Import from src (was more updated).
5140 * config.sub: Likewise.
5141
5142 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5143
5144 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5145 * configure: Regenerated.
5146
5147 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5148
5149 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5150 for stages after the first.
5151
5152 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5153
5154 * Makefile.def: Add dependencies for configure-opcodes
5155 on configure-intl and all-opcodes on all-intl.
5156 * Makefile.in: Regenerated.
5157
5158 2006-07-13 Ben Elliston <bje@au.ibm.com>
5159
5160 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5161
5162 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5163
5164 Port to hosts whose 'sort' and 'tail' implementations
5165 treat operands with leading '+' as file names, as POSIX
5166 has required since 2001. However, make sure the code still
5167 works on pre-POSIX hosts.
5168 * ltmain.sh: Don't assume "sort +2" is equivalent to
5169 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5170
5171 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5172
5173 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5174
5175 2006-07-04 Peter O'Gorman <peter@pogma.com>
5176
5177 * ltconfig: chmod 644 before ranlib during install.
5178
5179 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5180
5181 PR bootstrap/18058
5182 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5183 if the bootstrap compiler is a GCC version that supports it.
5184 * configure: Regenerate.
5185
5186 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5187
5188 * configure.in: Fix thinkos in previous check-in.
5189 * configure: Regenerate.
5190
5191 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5192
5193 PR other/27063
5194 * configure.in: Test subdir_requires and give an appropriate
5195 error message.
5196 * configure: Regenerate.
5197
5198 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5199
5200 * MAINTAINERS (Write After Approval): Add myself.
5201
5202 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5203
5204 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5205
5206 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5207
5208 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5209
5210 2006-06-20 David Ayers <d.ayers@inode.at>
5211
5212 PR bootstrap/28072
5213 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5214 whether target-libjava is being configured instead of whether the
5215 java front end is enabled.
5216 * configure: Regenerate.
5217
5218 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5219
5220 PR target/27540
5221 * configure.in: Only enable libgomp on IRIX 6.
5222 * configure: Regenerate.
5223
5224 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5225
5226 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5227 too.
5228 * Makefile.in: Regenerate.
5229
5230 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5231
5232 * config-ml.in: Alter CCASFLAGS to include special
5233 multilib options the same as is done for CFLAGS.
5234
5235 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5236
5237 * configure.in: Don't enable libgomp on hpux10.
5238 * configure: Rebuilt.
5239
5240 2006-06-12 David Ayers <d.ayers@inode.at>
5241
5242 PR bootstrap/27963
5243 PR target/19970
5244 * configure.in: Remove target-boehm-gc from noconfigdirs where
5245 ${libgcj} is specified.
5246 * configure: Regenerate.
5247
5248 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5249
5250 Sync from src:
5251
5252 * configure.in: Sync.
5253 * configure: Regenerated.
5254
5255 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 * Makefile.def: Added dependencies from sim and gdb on intl, and
5258 added configure dependencies to everything with an all dependency
5259 on intl.
5260 * Makefile.in: Regenerated.
5261
5262 2006-06-06 David Ayers <d.ayers@inode.at>
5263
5264 PR libobjc/13946
5265 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5266 * Makefile.in: Regenerate.
5267 * configure.in: Add --enable-objc-gc at toplevel and have it
5268 enable boehm-gc for Objective-C.
5269 Remove target-boehm-gc from libgcj.
5270 Add target-boehm-gc to target_libraries.
5271 Add target-boehm-gc to noconfigdirs where ${libgcj}
5272 is specified.
5273 Assert that boehm-gc is supported when requested for Objective-C.
5274 Only build boehm-gc if needed either for Java or Objective-C.
5275 * configure: Regenerate.
5276
5277 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5278
5279 PR 27674
5280 * Makefile.tpl (configure-[+prefix+][+module+],
5281 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5282 Remove rule to unstage bootstrapped modules.
5283 (stage_current): New.
5284 * Makefile.in: Regenerate.
5285
5286 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5287
5288 * MAINTAINERS (Write After Approval): Update my e-mail address.
5289
5290 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5291
5292 * include/libiberty.h: Declare pex_run_in_environment.
5293
5294 2006-05-31 Asher Langton <langton2@llnl.gov>
5295
5296 * MAINTAINERS (Write After Approval): Add myself.
5297
5298 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5299
5300 * Makefile.def (bfd, opcodes): Fix lib_path.
5301 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5302 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5303 * Makefile.in: Regenerate.
5304
5305 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5306
5307 * Makefile.in: Regenerate.
5308
5309 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5310
5311 * Makefile.def: Add install-html target. Add datarootdir
5312 docdir and htmldir to flags_to_pass.
5313 * Makefile.tpl: Add install-html target.
5314 * Makefile.in: Regenerate.
5315 * configure.in: Add --with-datarootdir, --with-docdir, and
5316 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5317 * configure: Regenerate.
5318
5319 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5320
5321 * configure.in: Enable gprof for cross builds.
5322 * configure: Regenerate.
5323
5324 2006-05-22 Richard Guenther <rguenther@suse.de>
5325
5326 Revert
5327 2006-01-31 Richard Guenther <rguenther@suse.de>
5328 Paolo Bonzini <bonzini@gnu.org>
5329
5330 * Makefile.def (target_modules): Add libgcc-math target module.
5331 * configure.in (target_libraries): Add libgcc-math target library.
5332 (--enable-libgcc-math): New configure switch.
5333 * Makefile.in: Re-generate.
5334 * configure: Re-generate.
5335 * libgcc-math: New toplevel directory.
5336
5337 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5338 Andreas Tobler <a.tobler@schweiz.ch>
5339
5340 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5341 * configure: Rebuilt.
5342
5343 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
5344
5345 * MAINTAINERS (Write After Approval): Add myself.
5346
5347 2006-05-01 DJ Delorie <dj@redhat.com>
5348
5349 * configure.in: Restore CFLAGS if GMP isn't present.
5350 * configure: Regenerate.
5351
5352 2006-05-01 Richard Guenther <rguenther@suse.de>
5353
5354 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5355 maintainer.
5356
5357 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
5358
5359 * MAINTAINERS (Write After Approval): Add myself.
5360
5361 2006-04-28 Jan Beulich <jbeulich@novell.com>
5362
5363 * MAINTAINERS (Write After Approval): Add myself.
5364
5365 2006-04-18 DJ Delorie <dj@redhat.com>
5366
5367 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5368 reference libgloss so that libssp can be built in a combined
5369 tree.
5370 * configure: Regenerate.
5371
5372 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
5373
5374 * MAINTAINERS (Write After Approval): Add myself.
5375
5376 2006-04-05 Ben Elliston <bje@au.ibm.com>
5377
5378 * configure.in: Require makeinfo 4.4 or higher.
5379 * configure: Regenerate.
5380
5381 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5382
5383 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5384 Rearrange the entries of other libraries to have them in one place.
5385
5386 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5387
5388 * MAINTAINERS (Write After Approval): Remove myself.
5389 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5390
5391 2006-03-14 Richard Guenther <rguenther@suse.de>
5392
5393 * configure: Regenerate with autoconf 2.13.
5394
5395 2006-03-13 Jim Blandy <jimb@codesourcery.com>
5396
5397 * MAINTAINERS: Use my work address.
5398
5399 * MAINTAINERS: Update my E-mail address.
5400
5401 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5402
5403 * configure.in: Handle --disable-<component> generically.
5404 * configure: Regenerate.
5405
5406 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5407
5408 PR libgcj/17311
5409 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5410
5411 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5412
5413 * MAINTAINERS (Write After Approval): Remove myself.
5414 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5415
5416 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
5417
5418 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5419 (TARGET_CONFIGDIRS): Remove.
5420 * configure.in: Remove AC_SUBST(target_configdirs).
5421 * Makefile.in, configure: Regenerated.
5422
5423 2006-02-20 Steven G. Kargl <kargls@comcast.net>
5424
5425 * MAINTAINERS (Write After Approval): Remove myself.
5426 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5427
5428 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5429
5430 PR bootstrap/25670
5431
5432 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5433
5434 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5435 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5436 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5437 BUILD_PREFIX, BUILD_PREFIX_1.
5438 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5439
5440 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5441 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5442
5443 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5444 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5445 of `cat stage_current`. Always provide the `r' and `s' variables.
5446 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5447 a single shell execution.
5448 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5449 bootstrapped modules, make the stage1 module if the build was not
5450 started yet, else build the current stage.
5451 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5452 (all-build, all-host, all-target, [+make_target+]-host,
5453 [+make_target+]-target): Do not use \-continued lines.
5454 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5455 (current_stage, restrap, stage_last): New.
5456
5457 * Makefile.in: Regenerate.
5458 * configure: Regenerate.
5459
5460 2006-02-19 Bud Davis <jmdavis@link.com>
5461
5462 * MAINTAINERS (Write After Approval): Remove myself.
5463 (Language Front End Maintainers): Add myself as fortran 95
5464 maintainer and update e-mail address.
5465
5466 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5467
5468 * MAINTAINERS (Write After Approval): Remove myself.
5469 (Language Front End Maintainers): Add myself as fortran 95
5470 maintainer.
5471
5472 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5473
5474 * MAINTAINERS (Write After Approval): Add myself.
5475
5476 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5477
5478 * MAINTAINERS (Write After Approval): Remove myself.
5479 (Language Front End Maintainers): Add myself as
5480 fortran 95 maintainer.
5481
5482 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5483
5484 Sync from src:
5485
5486 2005-12-27 Leif Ekblad <leif@rdos.net>
5487
5488 * configure.in: Add support for RDOS target.
5489 * configure: Regenerate.
5490
5491 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5492 Andreas Schwab <schwab@suse.de>
5493
5494 * configure: Regenerate.
5495
5496 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5497
5498 * configure.in (enable_libgomp): Add AIX.
5499 * configure: Regenerate.
5500
5501 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5502
5503 * MAINTAINERS (Write After Approval): Add myself.
5504
5505 2006-02-03 Lee Millward <lee.millward@gmail.com>
5506
5507 * MAINTAINERS (Write After Approval): Add myself.
5508
5509 2006-01-31 Richard Guenther <rguenther@suse.de>
5510 Paolo Bonzini <bonzini@gnu.org>
5511
5512 * Makefile.def (target_modules): Add libgcc-math target module.
5513 * configure.in (target_libraries): Add libgcc-math target library.
5514 (--enable-libgcc-math): New configure switch.
5515 * Makefile.in: Re-generate.
5516 * configure: Re-generate.
5517 * libgcc-math: New toplevel directory.
5518
5519 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5520
5521 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5522 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5523 the assembler, linker and binutils.
5524 * configure: Regenerate.
5525
5526 2006-01-22 Dirk Mueller <dmueller@suse.de>
5527
5528 * MAINTAINERS (Write After Approval): Add myself.
5529
5530 2006-01-20 Diego Novillo <dnovillo@redhat.com>
5531
5532 * configure: Regenerate.
5533
5534 2006-01-18 Richard Henderson <rth@redhat.com>
5535 Jakub Jelinek <jakub@redhat.com>
5536 Diego Novillo <dnovillo@redhat.com>
5537
5538 * libgomp: New directory.
5539 * Makefile.def: Add target_module libgomp.
5540 * Makefile.in: Regenerate.
5541 * configure.in (target_libraries): Add target-libgomp.
5542 * configure: Regenerate.
5543
5544 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5545
5546 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5547 @ from continuation.
5548 * Makefile.in: Rebuilt.
5549
5550 2006-01-04 Chris Lattner <sabre@gnu.org>
5551
5552 * MAINTAINERS (Write After Approval): Add myself.
5553
5554 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5555
5556 PR bootstrap/24252
5557
5558 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5559 * Makefile.tpl (OBJDUMP): New.
5560 (EXTRA_HOST_FLAGS): Add it.
5561 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5562
5563 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5564 to use symbolic links between directories. Avoid race conditions
5565 or make them harmless.
5566 * configure.in: Do not try to use symbolic links between directories.
5567
5568 * Makefile.def (LEAN): Pass.
5569 * Makefile.tpl (LEAN): Define.
5570 (stage[+id+]-start): Accept that the previous directory does not
5571 exist, if the bootstrap is lean.
5572 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5573 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5574 configure substitution.
5575 ([+compare-target+]): Likewise.
5576 ([+bootstrap-target+]-lean): New.
5577 * configure.in: Remove lean bootstrap support from here.
5578
5579 * Makefile.in: Regenerate.
5580 * configure: Regenerate.
5581
5582 2006-01-04 Ben Elliston <bje@au.ibm.com>
5583
5584 * MAINTAINERS (libdecnumber): Add myself.
5585
5586 2006-01-02 Mark Mitchell <mark@codesourcery.com>
5587
5588 * libtool-ldflags: New script.
5589
5590 2006-01-02 Andreas Schwab <schwab@suse.de>
5591
5592 * configure.in: When reconfiguring remove Makefile in
5593 all stage directories.
5594 * configure: Regenerate.
5595
5596 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5597
5598 * MAINTAINERS: Update my email address.
5599
5600 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5601
5602 Revert Ada-related part of the previous change.
5603
5604 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5605 Do not pass.
5606 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5607 * Makefile.in: Regenerate.
5608 * configure.in: Do not include mt-ppc-aix target fragment.
5609 * configure: Regenerate.
5610
5611 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5612
5613 * configure.in: Select appropriate fragments for PowerPC/AIX.
5614 * configure: Regenerate.
5615
5616 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5617 BOOT_CFLAGS, BOOT_LDFLAGS.
5618 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5619 BOOT_CFLAGS, BOOT_LDFLAGS.
5620 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5621 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5622 (stage): Fail if we cannot complete the work.
5623 * Makefile.in: Regenerate.
5624
5625 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5626
5627 * configure.in: Replace ms1 with mt.
5628 * configure: Rebuilt.
5629
5630 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5631
5632 * MAINTAINERS: Update my email address.
5633
5634 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5635
5636 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5637 install-host-nogcc): Don't invoke $(stage) at the end.
5638 * Makefile.in: Regenerate.
5639
5640 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5641
5642 * configure.in: Flip the top-level bootstrap switch.
5643 * configure: Regenerate.
5644
5645 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5646
5647 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5648 $(stage) and $(unstage).
5649 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5650 (all): Remove stray semicolon.
5651 (local-distclean): Don't handle multilib.tmp and multilib.out.
5652 (install.all): Set $s for consistency.
5653 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5654 check_multilibs setting. Always make the install directory.
5655 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5656 Correct @if/@endif.
5657 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5658 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5659 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5660 (multilib.out): Remove.
5661 * Makefile.in: Regenerated.
5662
5663 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5664
5665 * MAINTAINERS (Write After Approval): Add myself.
5666
5667 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5668
5669 * MAINTAINERS: Add myself as mt maintainer.
5670
5671 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5672
5673 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5674
5675 * MAINTAINERS: Change email address.
5676
5677 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5678
5679 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5680 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5681 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5682 Find in-tree tools if available.
5683 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5684 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5685 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5686 (COMPILER_*_FOR_TARGET): New.
5687 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5688 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5689 (CONFIGURED_*, USUAL_*): Remove.
5690 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5691 STRIP): Use autoconf substitutions.
5692 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5693 COMPILER_NM_FOR_TARGET): New.
5694 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5695
5696 (all): Make all-host and all-target in parallel.
5697 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5698 that $$r and $$s are set before invoking a recursive make.
5699 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5700 ([+bootstrap-target+]): Inline most of the `all' target.
5701
5702 2005-11-29 Ben Elliston <bje@au.ibm.com>
5703
5704 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5705 from the gcc build directory.
5706 * Makefile.in: Regenerate.
5707
5708 2005-11-29 Ben Elliston <bje@au.ibm.com>
5709
5710 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5711 depend on all-libdecnumber.
5712 * configure.in (host_libs): Include libdecnumber.
5713 * Makefile.in: Regenerate.
5714 * configure: Likewise.
5715
5716 2005-11-29 Ben Elliston <bje@au.ibm.com>
5717
5718 * libdecnumber: Import decNumber sources from the dfp-branch.
5719
5720 2005-11-21 Kean Johnston <jkj@sco.com>
5721
5722 * config.sub, config.guess: Sync from upstream sources.
5723
5724 2005-11-21 Ben Elliston <bje@au.ibm.com>
5725
5726 Import from Autoconf sources:
5727
5728 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5729 * config/move-if-change: Don't output "$2 is unchanged";
5730 suggested by Ben Elliston. Handle weird characters correctly.
5731
5732 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5733
5734 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5735 to match upstream libtool for darwin.
5736
5737 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5738
5739 * Makefile.def: Remove gdb dependencies for gdbtk.
5740 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5741 (configure-gdb, install-gdb): New rules.
5742 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5743 * Makefile.in, configure: Regenerated.
5744
5745 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5746
5747 * MAINTAINERS (Write After Approval): Add myself.
5748
5749 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5750
5751 * MAINTAINERS (Write After Approval): Add myself.
5752
5753 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5754
5755 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5756 Diego Novillo.
5757
5758 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5759
5760 PR bootstrap/24297
5761 * Makefile.tpl (do-[+make-target+], do-check, install,
5762 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5763 are set before recursing.
5764 * Makefile.in: Regenerate.
5765
5766 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5767
5768 PR bootstrap/18939
5769 * Makefile.def (gcc) <target>: Fix thinko.
5770 * Makefile.in: Regenerate.
5771
5772 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5773
5774 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5775 * configure: Regenerate.
5776
5777 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5778
5779 * MAINTAINERS (Write After Approval): Add self.
5780
5781 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5782
5783 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5784 target-libffi, target-qthreads, target-libjava, and
5785 targetlibobjc.
5786 * configure: Regenerate.
5787
5788 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5789
5790 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5791 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5792 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5793 (USUAL_OBJDUMP_FOR_TARGET): New.
5794 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5795 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5796 * configure, Makefile.in: Regenerated.
5797
5798 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5799
5800 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5801 before other host packages.
5802
5803 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5804
5805 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5806
5807 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5808
5809 PR bootstrap/22340
5810
5811 * configure.in (default_target): Remove.
5812 * Makefile.tpl (all): Do not use prerequisites as subroutines
5813 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5814 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5815 use prerequisites as subroutines.
5816 (check-host, check-target): New.
5817 (bootstrap configure & all targets): Do not use stage*-start
5818 if the directory layout is already ok.
5819 (non-bootstrap configure & all targets): Prepend a $(unstage).
5820 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5821 (NOTPARALLEL): Remove.
5822 (unstage, stage variables): New variables.
5823 (unstage, stage targets): Simply expand to those variables.
5824
5825 * configure: Regenerate.
5826 * Makefile.in: Regenerate.
5827
5828 2005-10-04 James E Wilson <wilson@specifix.com>
5829
5830 * Makefile.def (lang_env_dependencies): Add libmudflap.
5831 * Makefile.in: Regenerate.
5832
5833 2005-10-03 Andreas Schwab <schwab@suse.de>
5834
5835 Backport from libtool CVS:
5836 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5837
5838 * ltmain.sh: add support for installing into temporary
5839 staging area (e.g. 'make install DESTDIR=...')
5840
5841 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5842
5843 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5844 * configure: Regenerated.
5845
5846 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5847
5848 * configure: Regenerate with the correct
5849 autoconf version.
5850
5851 2005-09-30 Catherine Moore <clm@cm00re.com>
5852
5853 * configure.in (bfin-*-*): New.
5854 * configure: Regenerated.
5855
5856 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5857
5858 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5859 (LIPO_FOR_TARGET): New.
5860 (CONFIGURED_LIPO_FOR_TARGET): New.
5861 (USUAL_LIPO_FOR_TARGET): New.
5862 (STRIP_FOR_TARGET): New.
5863 (CONFIGURED_STRIP_FOR_TARGET): New.
5864 (USUAL_STRIP_FOR_TARGET): New.
5865 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5866 STRIP_FOR_TARGET.
5867 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5868 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5869 * Makefile.in: Regenerate.
5870 * configure: Regenerate.
5871
5872 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5873
5874 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5875 (rs6000-*-aix*): Same.
5876 * configure: Regenerate.
5877
5878 2005-09-16 Tom Tromey <tromey@redhat.com>
5879
5880 * MAINTAINERS: Add self as java maintainer.
5881
5882 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5883
5884 * configure.in: Recognize f95 in the --enable-languages option,
5885 and substitute it for fortran, issuing a warning.
5886 * configure: Regenerate.
5887
5888 2005-08-30 Phil Edwards <phil@codesourcery.com>
5889
5890 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5891 * configure: Regenerated.
5892
5893 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5894
5895 * MAINTAINERS: Add self as ms1 maintainer.
5896
5897 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5898
5899 * Makefile.def (libssp): Add to lang_env_dependencies.
5900 * Makefile.in: Regenerate.
5901
5902 2005-08-18 Ian Lance Taylor <ian@airs.com>
5903
5904 * MAINTAINERS: Add myself as middle-end maintainer.
5905
5906 2005-08-17 Christian Groessler <chris@groessler.org>
5907
5908 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5909 * Makefile.in: Regenerate.
5910
5911 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5912
5913 * MAINTAINERS (write after approval): Added myself.
5914
5915 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5916
5917 * MAINTAINERS (Write After Approval): Add myself.
5918
5919 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5920
5921 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5922 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5923 Look for alternate names of the target cc and c++
5924 * configure: Regenerate.
5925
5926 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5927
5928 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5929 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5930 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5931 tools; remove code to manually set them.
5932 (Target tools): Look in the environment for them.
5933 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5934 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5935 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5936 build directory.
5937 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5938 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5939 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5940 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5941 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5942 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5943 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5944 * configure: Regenerate.
5945 * Makefile.in: Regenerate.
5946
5947 2005-07-28 Ben Elliston <bje@au.ibm.com>
5948
5949 * MAINTAINERS: Update for removed CPU targets.
5950
5951 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5952
5953 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5954 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5955 * Makefile.in: Regenerated.
5956
5957 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5958
5959 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5960 (CFLAGS_FOR_TARGET): Use it.
5961 (CXXFLAGS_FOR_TARGET): Likewise.
5962 * Makefile.in: Regenerated.
5963 * configure.in (--with-build-sysroot): New option.
5964 * configure: Regenerated.
5965
5966 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5967
5968 * Makefile.tpl: Wrap install between unstage and stage
5969 * Makefile.in: Regenerate.
5970
5971 2005-07-21 Eric Christopher <echristo@apple.com>
5972
5973 * MAINTAINERS: Update affiliation.
5974
5975 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5976
5977 * MAINTAINERS: Add self as crx port maintainer.
5978
5979 2005-07-20 DJ Delorie <dj@redhat.com>
5980
5981 * MAINTAINERS: Add self as m32c maintainer.
5982
5983 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5984
5985 * all files: Update FSF address.
5986
5987 2005-07-15 Eric Christopher <echristo@redhat.com>
5988
5989 * MAINTAINERS: Change affiliation.
5990
5991 2005-07-14 Jim Blandy <jimb@redhat.com>
5992
5993 * configure.in: Add cases for Renesas m32c.
5994 * configure: Regenerated.
5995
5996 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5997
5998 * COPYING.LIB: Update from fsf.org.
5999
6000 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6001
6002 * COPYING, compile, config.guess,
6003 config.sub, install-sh, missing, mkinstalldirs,
6004 symlink-tree, ylwrap: Sync from upstream sources.
6005 * config-ml.in: Update FSF address.
6006
6007 2005-07-13 Eric Christopher <echristo@redhat.com>
6008
6009 * configure.in: Add toplevel noconfigdir support for tpf.
6010 * configure: Regenerate.
6011
6012 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6013
6014 PR ada/22340
6015
6016 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6017 * Makefile.in: Regenerate.
6018
6019 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6020
6021 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6022 Brolley to write-after-approval.
6023
6024 2005-07-07 Andreas Schwab <schwab@suse.de>
6025
6026 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6027 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6028 * Makefile.in: Regenerated.
6029
6030 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6031
6032 * configure.in: Don't build sim or rda when targetting darwin.
6033 * configure: Regenerate.
6034
6035 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6036
6037 * configure.in: Add --enable-libssp and --disable-libssp.
6038 * configure: Regenerate with autoconf-2.13.
6039
6040 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6041
6042 * Makefile.def (target_modules): Add libssp.
6043 * configure.in (target_libraries): Add target-libssp.
6044 * configure: Rebuilt.
6045 * Makefile.in: Rebuilt.
6046
6047 2005-07-01 Zack Weinberg <zackw@panix.com>
6048
6049 * MAINTAINERS: Change email address. Resign from maintainership.
6050
6051 2005-07-01 Richard Guenther <rguenther@suse.de>
6052
6053 * MAINTAINERS: Change my e-mail address and affiliation.
6054
6055 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6056
6057 * Makefile.def (stagefeedback): Come after profile.
6058 Define profiledbootstrap target.
6059 * Makefile.tpl (profiledbootstrap): Remove.
6060 (stageprofile-end): Zap stagefeedback.
6061 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6062 * Makefile.in: Regenerate.
6063
6064 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6065
6066 * MAINTAINERS: Update my email address.
6067
6068 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6069
6070 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6071 In 'cpp' stanza, support '#line' as well as '# '.
6072
6073 2005-06-08 Andreas Schwab <schwab@suse.de>
6074
6075 * MAINTAINERS: Move myself from 'Write After Approval' to
6076 'CPU Port Maintainers' section as m68k maintainer.
6077
6078 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6079
6080 * configure.in (unsupported_languages): New macro.
6081 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6082 non-ported target libraries in noconfigdirs.
6083 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6084 non-linux-gnu. Remove libgcj_ex_libffi.
6085 <lang_frag loop>: Set add_this_lang=no if the language is in
6086 unsupported_languages.
6087 * configure: Regenerate.
6088
6089 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6090
6091 * configure.in: Fix typo in handling of --with-mpfr-dir.
6092 * configure: Regenerate.
6093
6094 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6095
6096 * MAINTAINERS: Update my email address.
6097
6098 2005-06-02 Jim Blandy <jimb@redhat.com>
6099
6100 * config.sub: Add cases for the Renesas m32c. (This patch has been
6101 accepted into the master sources.)
6102
6103 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6104 Michael Snyder <msnyder@redhat.com>
6105 Stan Cox <scox@redhat.com>
6106
6107 * configure.in: Set noconfigdirs for ms1.
6108
6109 * configure: Regenerate.
6110
6111 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6112
6113 * MAINTAINERS (Write After Approval): Add self.
6114
6115 2005-06-01 Josh Conner <jconner@apple.com>
6116
6117 * MAINTAINERS (Write After Approval): Add self.
6118
6119 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6120
6121 * MAINTAINERS: Update my email address.
6122
6123 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6124
6125 * MAINTAINERS (Write After Approval): Add self.
6126
6127 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6128
6129 * MAINTAINERS (Write After Approval): Remove self.
6130
6131 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6132
6133 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6134 (Dependencies): Consider target modules for bootstrap dependencies.
6135 Make target bootstrap modules depend on each stage's gcc.
6136 * Makefile.in: Regenerate.
6137
6138 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6139
6140 * Makefile.def (configure-gcc): Depend on binutils having been built.
6141 (all-gcc): No need to do it here.
6142 * Makefile.in: Regenerate.
6143
6144 2005-05-19 Paul Brook <paul@codesourcery.com>
6145
6146 * configure.in: Rewrite misleading error message when requested
6147 language cannot be built.
6148 * configure: Regenerate.
6149
6150 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6151
6152 * ylwrap: Import from Automake 1.9.5.
6153
6154 2005-05-13 David Ung <davidu@mips.com>
6155
6156 * MAINTAINERS (Write After Approval): Add self.
6157
6158 2005-05-09 Mike Stump <mrs@apple.com>
6159
6160 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6161 lt_cv_sys_max_cmd_len for now.
6162
6163 2005-05-09 Stan Cox <scox@redhat.com>
6164
6165 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6166
6167 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6168
6169 * README.SCO: Update the URL.
6170
6171 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6172
6173 * ltconfig: Define file_list_spec. Pass file_list_spec and
6174 with_gnu_ld to libtool.
6175 * ltcf-c.sh (aix[45]): Define file_list_spec.
6176 * ltcf-cxx.sh (aix[45]): Same.
6177 * ltcf-gcj.sh (aix[45]): Same.
6178 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6179 exists, write list of input files to temporary file.
6180
6181 2005-05-04 Mike Stump <mrs@apple.com>
6182
6183 * configure.in: Always pass --target to target configures as
6184 otherwise rebuilds that do --recheck will fail.
6185 * confiugure: Rebuilt.
6186
6187 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6188
6189 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6190 STAGE_HOST_EXPORTS.
6191 (configure, all): Add bootstrap support.
6192 (Host modules, target modules): Pass post-stage1 flags and exports.
6193 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6194 * Makefile.in: Regenerate.
6195
6196 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6197
6198 * configure: Regenerate.
6199
6200 2005-04-27 Mike Stump <mrs@apple.com>
6201
6202 * MAINTAINERS: Add self as darwin maintainer.
6203
6204 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6205
6206 * config.sub: Update from master copy.
6207
6208 2005-04-21 Mike Stump <mrs@apple.com>
6209
6210 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6211 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6212
6213 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6214
6215 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6216 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6217 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6218 "*-*-elf" and "*-*-linux*".
6219 * configure: Regenerate.
6220
6221 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6222
6223 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6224
6225 2005-04-12 Mike Stump <mrs@apple.com>
6226
6227 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6228
6229 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6230
6231 * MAINTAINERS (Write After Approval): Add myself.
6232
6233 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6234
6235 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6236
6237 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6238
6239 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6240 (TARGET_CONFIGARGS): Include --with-target-subdir.
6241 (configure, all): New macros. Use them throughout.
6242 * Makefile.in: Regenerate.
6243
6244 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6245
6246 * MAINTAINERS (Write After Approval): Add myself.
6247
6248 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6249
6250 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6251
6252 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6253
6254 * MAINTAINERS: Move John Carr to Write After Approval.
6255
6256 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
6257
6258 * config/mh-mingw32: Delete.
6259 * configure.in: Don't use it.
6260 * configure: Regenerate.
6261
6262 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
6263
6264 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6265 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6266 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6267 (HOST_LIB_PATH): Generate from Makefile.def.
6268 (TARGET_LIB_PATH): Likewise.
6269 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6270 * Makefile.in: Regenerate.
6271 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6272 (RPATH_ENVVAR): Include Darwin case.
6273 * configure: Regenerate.
6274
6275 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6276
6277 * MAINTAINERS (Various Maintainers): Remove self.
6278 (Write After Approval): Add self.
6279
6280 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6281
6282 * MAINTAINERS (Various Maintainers): Add self.
6283
6284 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
6285
6286 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6287 * configure: Regenerate.
6288
6289 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6290
6291 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6292 gcc_version, and gcc_version_trigger from set of flags to pass.
6293 * Makefile.tpl: Remove definitions of above variables.
6294 (config.status): Remove dependency on $(gcc_version_trigger).
6295 * Makefile.in: Regenerate.
6296 * configure.in: Do not reference config/gcc-version.m4 nor
6297 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6298 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6299 * configure: Regenerate.
6300
6301 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
6302 Andrew Pinski <pinskia@physics.uc.edu>
6303
6304 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6305 * Makefile.in: Regenerate.
6306
6307 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6308
6309 * MAINTAINERS (Write After Approval): Add myself.
6310
6311 2005-03-03 David Ayers <d.ayers@inode.at>
6312
6313 * MAINTAINERS (Write After Approval): Add myself.
6314
6315 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6316
6317 PR libgcj/20160
6318 * ltmain.sh: Avoid creating archives with components that have
6319 duplicate basenames.
6320
6321 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6322
6323 PR bootstrap/20250
6324 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6325 instead of check.
6326 * Makefile.in: Regenerate.
6327
6328 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6329
6330 * Makefile.in: Regenerate to fix conflict between the previous two
6331 patches.
6332
6333 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6334
6335 PR bootstrap/17383
6336 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6337 * Makefile.tpl (HOST_SUBDIR): New substitution.
6338 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6339 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6340 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6341 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6342 (Host modules, Bootstrapped modules): Use it.
6343 (Build modules, Target modules): Do not create symlink trees,
6344 always configure out-of-srcdir.
6345 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6346 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6347 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6348 $(HOST_SUBDIR). Create a symlink for host_subdir.
6349
6350 * Makefile.in: Regenerate.
6351 * configure: Regenerate.
6352
6353 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6354
6355 Merged from libada-gnattools-branch:
6356 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6357
6358 * gnattools: New directory.
6359 * Makefile.def: Add gnattools as a module, depending on target-libada.
6360 * Makefile.in: Regenerate.
6361 * configure.in: Include gnattools in host_tools; disable it if ada
6362 is disabled.
6363 * configure: Regenerate.
6364
6365 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
6366
6367 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6368 treelang maintainer.
6369 (Write After Approval): Remove myself.
6370
6371 2005-02-23 Paul Schlie <schlie@comcast.net>
6372
6373 * configure.in: Allow darwin targeted ports to build tk, itcl and
6374 libgui.
6375 * configure: Regenerate.
6376
6377 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6378
6379 PR libgcj/10353
6380 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6381 * configure: Regenerate.
6382
6383 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6384
6385 * MAINTAINERS (Write After Approval): Add myself.
6386
6387 2005-02-10 Ian Lance Taylor <ian@airs.com>
6388
6389 * MAINTAINERS: Update my e-mail address.
6390
6391 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6392
6393 * MAINTAINERS (Write After Approval): Add myself.
6394
6395 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6396
6397 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6398 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6399 target-libgloss when not *-*-elf and *-*-aout.
6400 * configure: Regenerate.
6401
6402 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6403
6404 * MAINTAINERS: Remove obsolete entries.
6405
6406 * MAINTAINERS (Write After Approval): Add Michael Matz.
6407
6408 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
6409
6410 * MAINTAINERS: Remove self as cpplib maintainer.
6411
6412 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6413
6414 * install-sh, config.sub: Import from upstream.
6415
6416 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6417
6418 PR bootstrap/18222
6419 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6420 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6421 * Makefile.in: Regenerate.
6422
6423 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6424
6425 * MAINTAINERS: Update my email address.
6426
6427 2005-01-12 David Edelsohn <edelsohn@gnu.org>
6428 Andreas Schwab <schwab@suse.de>
6429
6430 PR bootstrap/18033
6431 * config-ml.in: Eval option if surrounded by single quotes.
6432
6433 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6434
6435 Revert 2004-12-28 Makefile changes, a better fix will be
6436 applied to mainline and src after GCC 4.0 branches.
6437
6438 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6439
6440 PR bootstrap/17383
6441
6442 * Makefile.def (target_modules): Remove stage parameter,
6443 it is always true now.
6444 * Makefile.tpl (configure-build-[+module+],
6445 configure-target-[+module+]): Always build symlink tree
6446 for the directory and for include. BUILD_SUBDIR and
6447 TARGET_SUBDIR cannot be . anymore.
6448 * Makefile.in: Regenerate.
6449
6450 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6451
6452 Revert 2004-12-08 Makefile changes.
6453
6454 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6455
6456 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6457 cygwin, mingw.
6458
6459 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6460
6461 * configure.in (sh64-*-*): Reenable gprof.
6462 * configure: Regenerate.
6463
6464 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6465
6466 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6467 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6468 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6469 * Makefile.in: Regenerate.
6470
6471 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6472
6473 * MAINTAINERS: Update my email address.
6474
6475 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6476
6477 * Makefile.tpl: Generate normal dependencies if the LHS module is
6478 not bootstrapped.
6479 * Makefile.in: Regenerate.
6480
6481 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6482
6483 * configure.in: Include config/gxx-include-dir.m4. Use
6484 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6485 * configure: Regenerate.
6486
6487 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6488
6489 * config.if: Delete.
6490 * configure.in: Set libstdcxx_incdir directly.
6491 * configure: Regenerate.
6492
6493 2004-12-02 Eric Christopher <echristo@redhat.com>
6494
6495 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6496 * Makefile.in: Regenerate.
6497
6498 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6499
6500 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6501 * configure: Regenerate.
6502
6503 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6504
6505 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6506 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6507 * configure: Regenerate.
6508
6509 2004-12-01 Eric Christopher <echristo@redhat.com>
6510
6511 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6512 of things to remove.
6513
6514 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6515
6516 * MAINTAINERS (Write After Approval): Update my e-mail address.
6517
6518 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6519
6520 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6521 from CVS libtool to always pass_all.
6522
6523 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6524
6525 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6526 (hppa*64*-*-*): Delete incorrect comment.
6527 * configure: Rebuilt.
6528
6529 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6530
6531 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6532
6533 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6534
6535 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6536 from CVS libtool to always pass_all.
6537
6538 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6539
6540 * install-sh, compile: Import from automake.
6541
6542 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6543
6544 * config.guess, config.sub: Import from savannnah.
6545
6546 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
6547
6548 * MAINTAINERS (Write After Approval): Add myself
6549
6550 2004-11-12 Mike Stump <mrs@apple.com>
6551
6552 * Makefile.def: Add html support.
6553 * Makefile.tpl: Likewise.
6554 * Makefile.in: Regenerate.
6555
6556 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6557
6558 PR 18423
6559 * configure.in: Remove all instances of build-fixincludes from
6560 noconfigdirs.
6561 (build_configargs): Supply --target to subdirectories.
6562 * configure: Regenerate.
6563
6564 * Makefile.def: Make gcc install depend on fixincludes install.
6565 * Makefile.in: Regenerate.
6566
6567 2004-11-10 Janis Johnson <janis187@us.ibm.com>
6568
6569 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6570
6571 2004-11-11 Paul Brook <paul@codesourcery.com>
6572
6573 * MAINTAINERS: Add self as arm maintainer. Update email address.
6574
6575 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6576
6577 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6578 target-libgfortran.
6579 * configure: Regenerate.
6580
6581 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6582
6583 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6584 like CC.
6585
6586 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6587
6588 * Makefile.def (host fixincludes): Specify missing targets.
6589 * Makefile.in: Regenerate.
6590
6591 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6592
6593 * MAINTAINERS: Add myself
6594
6595 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6596
6597 * MAINTAINERS (Write After Approval): Add myself.
6598
6599 2004-11-04 Geoffrey Keating <geoffk@apple.com>
6600
6601 * Makefile.def: Build fixincludes for the host, too.
6602 * Makefile.in: Regenerate.
6603 * configure.in (host_tools): Add fixincludes.
6604 * configure: Regenerate.
6605
6606 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6607
6608 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6609 * configure: Regenerated.
6610
6611 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6612
6613 PR other/17783
6614 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6615 * configure: Regenerated.
6616
6617 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6618
6619 * README.SCO: Update per FSF instructions.
6620
6621 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6622
6623 PR target/18151
6624 * configure.in (case ${target}): Do not build fixincludes for avr.
6625 * configure: Regenerated.
6626
6627 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6628
6629 * configure.in (case ${target}): Do not build fixincludes
6630 on platforms where it is not used.
6631 * configure: Regenerated.
6632
6633 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6634
6635 * configure.in: Use an absolute path to install-sh.
6636 * configure: Regenerated.
6637
6638 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6639
6640 * MAINTAINERS (Write After Approval): Add myself.
6641
6642 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6643
6644 * MAINTAINERS: Remove from Write After Approval those that are
6645 already maintainers.
6646
6647 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6648
6649 * MAINTAINERS: Update my email address.
6650
6651 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6652
6653 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6654 * configure: Regenerate.
6655
6656 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6657
6658 * MAINTAINERS: Update my email address.
6659
6660 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6661
6662 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6663 entries belonging to this category.
6664
6665 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6666
6667 * MAINTAINERS: Update my e-mail address.
6668
6669 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6670
6671 Fix wrong conflict resolution in:
6672
6673 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6674
6675 * Makefile.in: Regenerate.
6676 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6677 in the recursive `make', instead of hardwiring `all'.
6678 (Autogenerated TARGET-* variables): New.
6679
6680 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6681
6682 * configure.in: Enable target-libgloss for crx-*-*.
6683 * configure: Regenerate.
6684
6685 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6686
6687 * MAINTAINERS (Various Maintainers): Move the "windows,
6688 cygwin, mingw" maintainer to ...
6689 (OS Port Maintainers): ... here.
6690
6691 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6692
6693 * MAINTAINERS (Write After Approval): Remove those that are
6694 maintainers of some subsystem.
6695
6696 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6697
6698 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6699 * ltcf-cxx.sh (tpf*): Likewise.
6700 * ltconfig (tpf*): Add TPF OS configuration support.
6701
6702 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6703
6704 * MAINTAINERS: Change my email address to my new work account.
6705
6706 2004-09-24 Michael Roth <mroth@nessie.de>
6707
6708 * configure.in (--without-headers): Add missing double quotes.
6709 * configure: Regenerate.
6710
6711 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6712
6713 * ylwrap: Revert to previous version.
6714
6715 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6716
6717 PR bootstrap/17369
6718 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6719 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6720 SET_GCC_LIB_PATH_CMD.
6721 (BASE_TARGET_EXPORTS): Likewise.
6722 * Makefile.in: Regenerated.
6723
6724 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6725 * configure: Regenerated.
6726
6727 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6728
6729 * config.guess: New upstream version
6730 * compile, depcomp, install-sh, ylwrap: Likewise.
6731
6732 2004-09-19 Roger Sayle <roger@eyesopen.com>
6733
6734 * config/mh-x86omitfp: New host makefile fragment. Add
6735 -fomit-frame-pointer to the default BOOT_CFLAGS.
6736 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6737 * configure: Regenerate.
6738
6739 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6740
6741 PR target/11572
6742 * configure.in (*-*-darwin*): Renable libobjc.
6743 * configure: Regenerate.
6744
6745 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6746
6747 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6748
6749 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6750
6751 * Makefile.def: Remove libbanshee.
6752 * Makefile.tpl: Ditto.
6753 * configure.in: Ditto.
6754 * Makefile.in: Regen.
6755 * configure: Ditto.
6756
6757 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6758
6759 * ltmain.sh: Use $pic_object as $non_pic_object if
6760 $non_pic_object=none.
6761
6762 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6763
6764 * missing: Import latest version from master repository.
6765
6766 2004-09-06 Nick Clifton <nickc@redhat.com>
6767
6768 * config.sub: Import latest version from master repository.
6769 * config.guess: Likewise.
6770 This includes these changes:
6771
6772 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6773
6774 * config.sub: Handle crisv32, alias etraxfs.
6775 * config.guess (crisv32:Linux:*:*): Handle.
6776
6777 2004-08-13 Brad Smith <brad@comstyle.com>
6778
6779 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6780 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6781
6782 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6783
6784 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6785 assume the processor is a powerpc. This is because coreutils
6786 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6787 in this case, due to a MacOS X bug that causes
6788 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6789 to return a negative number.
6790 Problem reported by Petter Reinholdtsen in:
6791 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6792
6793 2004-07-19 Ben Elliston <bje@gnu.org>
6794
6795 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6796
6797 2004-06-24 Ben Elliston <bje@gnu.org>
6798
6799 * config.guess: Update copyright years.
6800 * config.sub: Likewise.
6801
6802 2004-06-22 Robert Millan <robertmh@gnu.org>
6803
6804 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6805 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6806
6807 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6808
6809 * config.guess (*:*VMS:*:*): New entry. Replaces
6810 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6811 manufacturer.
6812
6813 2004-06-22 Ben Elliston <bje@gnu.org>
6814
6815 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6816 * config.sub: Likewise.
6817
6818 2004-06-22 Ben Elliston <bje@gnu.org>
6819
6820 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6821 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6822
6823 2004-06-11 Ben Elliston <bje@gnu.org>
6824
6825 * config.guess (pegasos:OpenBSD:*:*): Remove.
6826
6827 2004-06-11 Ben Elliston <bje@gnu.org>
6828
6829 From Wouter Verhelst <wouter@grep.be>:
6830 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6831
6832 2004-06-11 Ben Elliston <bje@gnu.org>
6833
6834 * config.guess (luna88k:OpenBSD:*:*): New.
6835
6836 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6837
6838 * config.guess (m32r*:Linux:*:*): New case.
6839 * config.sub: Handle m32rle.
6840
6841 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6842
6843 From Jens Petersen <petersen@redhat.com>:
6844 * config.sub: Handle sparcv8.
6845
6846 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6847
6848 From Tom Smith <smith@cag.lkg.hp.com>:
6849 * config.guess: Version suffixes are equally significant on Tru64
6850 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6851 prefix of "P" (patched kernel).
6852
6853 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6854
6855 * config.sub: Add support for National Semiconductor CRX target.
6856
6857 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6858
6859 * MAINTAINERS (Various Maintainers): Remove myself as web page
6860 maintainer, add myself as maintainer of build status lists.
6861
6862 2004-09-03 Jan Beulich <jbeulich@novell.com>
6863
6864 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6865 *-*-netware, but add target-libmudflap.
6866 Consolidate *-*-netware targets (of which really only i?86 exists)
6867 into a single entry.
6868 * configure: Likewise.
6869
6870 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6871
6872 * Makefile.tpl (sorry): Remove.
6873 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6874 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6875 (do-clean): Clean per-stage directories too.
6876 (do-distclean): Run distclean-stage1 too.
6877 (.NOTPARALLEL): Enable during toplevel bootstrap.
6878 (stage[+id+]-bubble): Enable parallel execution during
6879 the recursive invocation.
6880 * Makefile.in: Regenerate.
6881
6882 Fix previous checkin:
6883
6884 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6885 include.
6886 * configure.in: Fix indentation.
6887 * configure: Regenerate.
6888
6889 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6890
6891 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6892 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6893 * configure: regenerate
6894 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6895 -mdynamic-no-pic
6896
6897 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6898
6899 * Makefile.def (build_modules): Add fixincludes.
6900 (dependencies): Make gcc depend on fixincludes.
6901 * configure.in (build_tools): Add fixincludes.
6902 (build_configdirs): Always include build_libs.
6903 * Makefile.in: Regenerate.
6904 * configure: Regenerate.
6905
6906 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6907
6908 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6909 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6910 phony targets; do not generate timestamp files.
6911 (distclean-stageN): Remove references to their timestamp files.
6912 (restageN, touch-stageN): Remove.
6913 (stageN-bubble): Rewritten.
6914 (compare): Support lean bootstraps.
6915 * Makefile.in: Regenerate.
6916
6917 * configure.in: Only warn when bootstrapping but
6918 build != host or build != target. Support lean bootstraps.
6919 * configure: Regenerate.
6920
6921 2004-08-26 Phil Edwards <phil@codesourcery.com>
6922
6923 * configure.in: Give a better error message if GMP/MPFR are missing
6924 and a language needing them has been requested.
6925 * configure: Regenerated.
6926
6927 2004-08-25 Phil Edwards <phil@codesourcery.com>
6928
6929 * configure.in: Print a list of available language front-ends if
6930 a requested one is missing. Tidy stray tab characters.
6931 * configure: Regenerated.
6932
6933 2004-08-19 Michael Koch <konqueror@gmx.de>
6934
6935 * gcc/doc/install.texi: Update entry about automake for libjava.
6936
6937 2004-08-17 Robert Millan <robertmh@gnu.org>
6938
6939 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6940 (instead of FreeBSD).
6941 * configure: Regenerate.
6942
6943 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6944
6945 * Makefile.in: Regenerate.
6946 * configure: Regenerate.
6947
6948 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6949 stage_*_flags.
6950 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6951 for bootstrapped modules if toplevel bootstrap is going.
6952 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6953 modules. Adjust for changes in Makefile.def. Enable several
6954 rules even in non-bootstrap mode, just to avoid peppering the
6955 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6956 (stage-[+prev+]-bubble): Remove.
6957
6958 * Makefile.def (Dependencies): Depend on all-build-bison,
6959 all-build-flex, all-build-byacc, all-build-texinfo, rather
6960 than the host variations.
6961 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6962 with BUILD_SUBDIR.
6963 (BISON): Update for recent Bisons.
6964 (YACC): Fix typo.
6965 (cross): Depend on all-build.
6966 (all): Do not depend on all-build.
6967 (prebootstrap): Remove.
6968 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6969 (Prebootstrap dependencies): Add them to the per-stage targets
6970 and to all-prebootstrap.
6971 * configure.in (build_configdirs): Always enable build_tools.
6972 (BUILD_DIR_PREFIX): Remove.
6973
6974 * Makefile.def (gcc): Add target variable.
6975 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6976 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6977 in the recursive `make', instead of hardwiring `all'.
6978 (Autogenerated TARGET-* variables): New.
6979
6980 2004-08-13 Brian Booth <bbooth@redhat.com>
6981
6982 * MAINTAINERS: Remove myself from write-after-approval.
6983
6984 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6985
6986 * src-release: Stop distributing mmalloc with gdb (which doesn't
6987 use it).
6988 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6989 * Makefile.in: Regenerate.
6990
6991 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6992
6993 * configure.in (arm*-*-eabi*): New target.
6994 * configure: Regenerate.
6995
6996 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6997
6998 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6999 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7000 (Dependencies): New section.
7001 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7002 (configure-target-[+module+]): Depend on maybe-all-gcc
7003 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7004 (toplevel profiledbootstrap): Fix dependencies.
7005 * Makefile.in: Regenerate.
7006
7007 2004-08-03 Mark Mitchell <mark@codesourcery.com>
7008
7009 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7010 target-libiberty to noconfigdirs.
7011 * configure: Regenerate.
7012
7013 2004-08-03 Paul Brook <paul@codesourcery.com>
7014
7015 * configure.in: Check for MPFR as well as GMP.
7016 * configure: Regenerate.
7017
7018 2004-08-01 Robert Millan <robertmh@gnu.org>
7019
7020 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7021 libmudflap for all GNU-based systems (with Glibc).
7022 * configure: Regenerate.
7023
7024 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7025
7026 * Makefile.def (host-modules): Add gcc.
7027 * Makefile.in: Regenerate.
7028 * Makefile.tpl (sorry): New rule.
7029 (configure-host, all-host, [+make_target+]-host, do-check,
7030 install-host): Do not add gcc as a special case.
7031 (host modules): Add a small special-casing for gcc. Export
7032 extra_make_flags through the environment.
7033 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7034 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7035 other recursive targets for gcc): Remove.
7036
7037 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7038 (stage, unstage): New rules.
7039 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7040 distclean-stage[+id+]): Use stage_current.
7041 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7042 the stage*-start rules.
7043
7044 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7045
7046 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7047 use -all_load flag.
7048
7049 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7050
7051 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7052 * configure: Regenerate.
7053
7054 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7055
7056 * maintainer-scripts/gcc_release: Revert yesterday's change.
7057
7058 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7059
7060 * MAINTAINERS: Add myself to write-after-approval.
7061
7062 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7063
7064 * libf2c: Removed.
7065 * gcc/gccbug.in: Updated because of libf2c removal.
7066 * maintainer-scripts/gcc_release: Ditto.
7067
7068 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7069
7070 * configure.in: Build libmudflap by default on FreeBSD.
7071 * configure: Regenerated.
7072
7073 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7074
7075 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7076 systems.
7077 * configure: Regenerated.
7078
7079 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7080
7081 PR target/16344
7082 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7083 feedback based compiler.
7084 * Makefile.in: Rebuilt.
7085
7086 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7087
7088 * Makefile.def (host_modules): Set bootstrap=true for flex.
7089 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7090 * Makefile.in: Rebuilt.
7091
7092 2004-07-07 Jan Hubicka <jh@suse.cz>
7093
7094 * MAINTAINERS: Add self as a profile feedback maintainer.
7095
7096 2004-07-05 Phil Edwards <phil@codesourcery.com>
7097
7098 * configure.in: Do not prepend $srcdir to /dev/null in
7099 makefile fragments.
7100 * configure: Regenerate.
7101
7102 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7103
7104 * Makefile.def (build_modules): Add bison, byacc, flex,
7105 m4, texinfo.
7106 (flags_to_pass): Add FLEX.
7107 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7108 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7109 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7110 DEFAULT_MAKEINFO): Remove.
7111 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7112 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7113 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7114 objdir or else use configured tool.
7115 (all-build): New.
7116 (all): Depend on it.
7117 (Build module dependencies): Add.
7118 * Makefile.in: Regenerate.
7119 * configure.in: Better support for multiple build modules,
7120 matching what is done for host/target modules. Do not look
7121 for "plausible" locations of build tools if Canadian cross.
7122 Use autoconf's AC_PROG_CC to find a C compiler. Define
7123 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7124 * configure: Regenerate.
7125
7126 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7127
7128 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7129 * Makefile.in: Regenerate.
7130
7131 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7132
7133 * Makefile.tpl (configure-build-[+module+],
7134 configure-[+module+], configure-target-[+module+]): Pass
7135 [+extra_configure_args+].
7136 (all-build-[+module+], all-[+module+], check-[+module+],
7137 install-[+module+], [+make_target+]-[+module+],
7138 all-target-[+module+], check-target-[+module+],
7139 install-target-[+module+], [+make_target+]-target-[+module+]):
7140 Pass [+extra_make_args+].
7141 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7142 (GCC_HOST_EXPORTS): Remove.
7143 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7144 cross, check-gcc, check-gcc-c++, install-gcc,
7145 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7146 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7147 * Makefile.in: Regenerate.
7148
7149 2004-06-21 Matthew Sachs <msachs@apple.com>
7150
7151 * MAINTAINERS: Added self to write-after-approval.
7152
7153 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7154
7155 * configure.in: Check for srcdir/winsup rather than build directory
7156 winsup.
7157 * configure: Regenerate.
7158
7159 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7160
7161 * configure.in: Don't build Cygwin native newlib if winsup
7162 directory is missing. Emit warning instead.
7163 * configure: Regenerate.
7164
7165 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7166
7167 * Makefile.tpl (touch-stage[+id+]): New.
7168 (restage[+prev+]): Depend on touch-stage[+id+].
7169
7170 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7171 Use it throughout.
7172
7173 * Makefile.def: Add profile and feedback bootstrap stages.
7174 Remove next field from bootstrap stages.
7175 * Makefile.tpl (LN, LN_S): Substitute.
7176 (stageN-start, stageN-end): Use double-colon rules, to
7177 provide a hook for additional setup commands.
7178 (distclean-stageN-gcc, restageN): Create dependencies from
7179 [+prev+], not from [+next+].
7180 (stageN-bubble): Add commands for successive stages from
7181 [+prev+], using double-colon rules.
7182 (all-stageN-gcc): Fix typo.
7183 (stagefeedback-start, profiledbootstrap): New.
7184 * Makefile.in: Regenerate.
7185 * configure.in: Call ACX_PROG_LN.
7186 * configure: Regenerate.
7187
7188 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7189
7190 * MAINTAINERS (Write After Approval): Add myself.
7191
7192 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7193
7194 * MAINTAINERS (Write After Approval): Add myself.
7195
7196 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7197
7198 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7199 without gcc.
7200 * configure: Regenerate.
7201
7202 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7203
7204 * Makefile.tpl: Fix typo.
7205 * Makefile.in: Regenerate.
7206
7207 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7208
7209 * configure.in: Remove new- prefix from toplevel
7210 bootstrap targets.
7211 * configure: Regenerate.
7212
7213 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7214
7215 * Makefile.tpl (all.normal): Rename to all.
7216 (all): Replace with a rule to pick the default
7217 target from configure.
7218 (all-gcc, configure-gcc): Use conditionals to
7219 do nothing when toplevel bootstrap is going on.
7220 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7221 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7222 * configure.in: Support --enable-bootstrap.
7223
7224 * Makefile.def: Remove new- prefix from toplevel
7225 bootstrap targets.
7226 * Makefile.tpl: Likewise.
7227
7228 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7229 target.
7230
7231 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7232 $(RECURSE_FLAGS) to recursive invocation of make.
7233
7234 * Makefile.in: Regenerate.
7235 * configure: Regenerate.
7236
7237 2004-05-30 Andreas Jaeger <aj@suse.de>
7238 Jim Wilson <wilson@specifixinc.com>
7239
7240 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7241 like CC.
7242
7243 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7244
7245 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7246 * configure: Regenerate.
7247
7248 2004-05-25 Daniel Jacobowitz <drow@false.org>
7249
7250 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7251 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7252 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7253 targets.
7254 * Makefile.in: Regenerate.
7255
7256 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
7257
7258 * configure.in: Test the ability to symlink directories.
7259 * configure: Regenerate.
7260
7261 * Makefile.def (bootstrap-stage): New definitions.
7262 * Makefile.tpl (configure-stage1-gcc,
7263 configure-stage2-gcc, configure-stage3-gcc,
7264 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7265 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7266 new-restage3, compare): Autogenerate, see Makefile.in
7267 entry for behavioral changes.
7268 (distclean-stage1, new-stage1-start, new-stage1-end,
7269 new-stage1-bubble, distclean-stage2, new-stage2-start,
7270 new-stage2-end, new-stage2-bubble, distclean-stage3,
7271 new-stage3-start, new-stage3-end): New autogenerated targets.
7272 (objext, prebootstrap, BOOT_CFLAGS,
7273 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7274 targets.
7275
7276 * Makefile.in: Regenerate.
7277 (distclean-stage1, new-stage1-start, new-stage1-end,
7278 new-stage1-bubble, distclean-stage2, new-stage2-start,
7279 new-stage2-end, new-stage2-bubble, distclean-stage3,
7280 new-stage3-start, new-stage3-end): New targets.
7281 (all-stage1-gcc): Move prebootstrap dependency from here...
7282 (configure-stage1-gcc): ...to here.
7283 (new-bootstrap): Use bubble targets.
7284 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7285 Use per-stage distclean targets.
7286 (configure-stage1-gcc, configure-stage2-gcc,
7287 configure-stage3-gcc, all-stage1-gcc,
7288 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7289 Use new-stageN-start to prepare the tree.
7290
7291 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
7292
7293 * Makefile.def (host_modules): add libcpp.
7294 * Makefile.tpl: Add dependencies on and for libcpp.
7295 * Makefile.in: Regenerate.
7296 * configure.in: Add libcpp host module.
7297 * configure: Regenerate.
7298
7299 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
7300
7301 * Makefile.tpl: Whenever a recursive target is defined, wrap
7302 it in a special @if/@endif block, and prepare its maybe
7303 dependency in the @if/@endif block
7304 * configure.in: Instead of writing maybe dependencies, remove
7305 the @if/@endif statements, and remove the @if/@endif blocks
7306 that remain.
7307 * configure: Regenerate.
7308 * Makefile.in: Regenerate.
7309
7310 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7311
7312 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7313
7314 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7315
7316 PR bootstrap/15120
7317 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7318 * */configure: Rebuilt.
7319
7320 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7321
7322 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7323 of libf2c.
7324 * configure, Makefile.in: Regenerate.
7325
7326 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7327
7328 * MAINTAINERS (Write After Approval): Add myself.
7329
7330 2004-05-13 Diego Novillo <dnovillo@redhat.com>
7331
7332 Merge from tree-ssa-20020619-branch.
7333
7334 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7335 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7336 (HOST_GMPLIBS): Define.
7337 (HOST_GMPINC): Define.
7338 (TARGET_LIB_PATH): Add libmudflap.
7339 (GFORTRAN_FOR_TARGET): Define.
7340 (configure-build*): Export GFORTRAN.
7341 (configure-gcc): Export GMPLIBS and GMPINC.
7342 (all-gcc): Add maybe-all-libbanshee.
7343 (configure-target-libgfortran): Define.
7344 * Makefile.in: Regenerate.
7345 * configure.in (host_libs): Add libbanshee.
7346 (target_libraries): Add target-libmudflap and target-libgfortran.
7347 Add --with-libbanshee.
7348 Handle --disable-libmudflap.
7349 (*-*-freebsd*): Use with_gmp.
7350 Add $(libgcj) to noconfigdirs.
7351 * configure: Regenerate.
7352 * depcomp: New file.
7353 * MAINTAINERS: Add tree-ssa maintainers.
7354
7355 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7356
7357 * MAINTAINERS (Various Maintainers): Add myself.
7358
7359 2004-04-30 Brian Ford <ford@vss.fsi.com>
7360
7361 * MAINTAINERS (Write After Approval): Add myself.
7362
7363 2004-04-29 Uros Bizjak <uros@kss-loka.si>
7364
7365 * MAINTAINERS (Write After Approval): Add myself.
7366
7367 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
7368
7369 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7370 * configure: Regenerate.
7371
7372 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
7373
7374 Revert:
7375 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7376
7377 * Makefile.def (flags_to_pass): Remove *dir variables that
7378 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7379 as well as prefix and exec_prefix.
7380 * Makefile.in: Regenerate.
7381
7382 2004-04-26 Robert Millan <robertmh@gnu.org>
7383
7384 Add patches from libtool CVS.
7385 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7386 * ltconfig: Likewise.
7387 * ltcf-c.sh: Likewise.
7388 * ltcf-cxx.sh: Likewise.
7389 * ltcf-gcj.sh: Likewise.
7390
7391 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7392
7393 * Makefile.def (host_modules): Mark with the bootstrap
7394 flag packages on which gcc depends.
7395 * Makefile.tpl (all-bootstrap): Use it.
7396 * Makefile.in: Regenerate.
7397
7398 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7399
7400 * Makefile.def (flags_to_pass): Remove *dir variables that
7401 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7402 as well as prefix and exec_prefix.
7403 * Makefile.in: Regenerate.
7404
7405 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7406
7407 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7408 * configure: Regenerate.
7409 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7410 * gcc/Makefile.tpl (compare): Use the result of the test.
7411 * gcc/Makefile.in: Regenerate.
7412
7413 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
7414
7415 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7416 Always relocate gcc and prev-gcc to the original names, even
7417 if the build fails.
7418 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7419 New targets.
7420
7421 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7422
7423 * MAINTAINERS: Update my email address.
7424
7425 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7426
7427 * configure.in (mips*-*-irix5*): Enable ld.
7428 * configure: Regenerate.
7429
7430 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7431
7432 * configure: Regenerate.
7433
7434 2004-04-15 James E Wilson <wilson@specifixinc.com>
7435
7436 * Makefile.tpl (configure-[+module+], configure-gcc,
7437 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7438 Set and export LDFLAGS.
7439 * Makefile.in: Regenerate.
7440
7441 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7442
7443 * MAINTAINERS: Add myself to write-after-approval.
7444
7445 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7446
7447 PR bootstrap/14871
7448 * Makefile.tpl: If we don't have built-in-tree target tools,
7449 use the ones found by configure rather than hacking around with
7450 program_transform_name.
7451 * configure.in: Give Makefile.tpl the information necessary
7452 to do that.
7453 * Makefile.in: Regenerate.
7454 * configure: Regenerate.
7455
7456 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7457
7458 PR bootstrap/14760
7459 * configure.in: When computing baseargs, strip *all* copies of
7460 offending options. Also, don't match/substitute the trailing space,
7461 so that this actually works when two similar options are separated by
7462 only one space.
7463 * configure: Regenerate.
7464
7465 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7466
7467 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7468 (rs6000-*-aix*): Same.
7469 * configure: Regenerate.
7470
7471 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7472
7473 * MAINTAINERS: Add myself to write-after-approval.
7474
7475 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7476
7477 * MAINTAINERS: Add myself to write-after-approval.
7478
7479 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7480
7481 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7482 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7483 * Makefile.in: Regenerate.
7484
7485 * configure.in (top level bootstrap support): Rework --enable-werror
7486 to set @stage2_werror_flag@.
7487 * configure: Regenerate.
7488 * Makefile.tpl (top level bootstrap support): Pass
7489 @stage2_werror_flag@ down to configure in stages 2 and 3.
7490 * Makefile.in: Regenerate.
7491
7492 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7493
7494 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7495 for stages 2 and 3 as well as in make. As a consequence, remove
7496 OUTPUT_OPTION (now detected by configure) from the flags passed down
7497 to make.
7498 * Makefile.in: Regenerate.
7499
7500 * Makefile.tpl (new-bootstrap): Fix typo.
7501 * Makefile.in: Regenerate.
7502
7503 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7504
7505 * Makefile.tpl: Rearrange by moving recursive_targets rules
7506 into their proper sections.
7507 * Makefile.tpl (top level bootstrap support): Move disabling
7508 of coverage flags from 'make' to 'configure'; improve comments.
7509 * Makefile.in: Regenerate.
7510
7511 * Makefile.tpl (experimental top level bootstrap) Move stage1
7512 language setting from all- target to configure- target; disable
7513 intermodule optimization in stage 1; prevent gratuitous rebuilds
7514 of stage 1.
7515 * Makefile.in: Regenerate.
7516 * configure.in: Comma-separate stage 1 language list for top
7517 level bootstrap.
7518 * configure: Regenerate.
7519
7520 * Makefile.tpl: Clean up experimental top level bootstrap support:
7521 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7522 prev-gcc in configure- targets as well as all- targets.
7523 * Makefile.in: Regenerate.
7524
7525 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7526
7527 * compile: New file imported from automake.
7528
7529 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
7530
7531 * configure.in: Remove symbolic link section.
7532 * configure: Regenerate.
7533 * Makefile.tpl (links): Remove.
7534 * Makefile.in: Regenerate.
7535
7536 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
7537 Nathanael Nerode <neroden@gcc.gnu.org>
7538
7539 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7540 Set with AC_CHECK_PROGS.
7541 * configure.in: Fix comment typo from last patch.
7542 * configure: Regenerate.
7543
7544 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7545
7546 * Makefile.tpl: Introduce experimental top level bootstrap support.
7547 * Makefile.in: Regenerate.
7548 * configure.in: Introduce support for top level bootstrap.
7549 * configure: Regenerate.
7550
7551 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
7552 Paolo Bonzini <bonzini@gnu.org>
7553
7554 PR bootstrap/14522
7555 * configure.in: Cope with shells that do not support unquoted ^
7556 * configure: Regenerate.
7557
7558 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
7559 Paolo Bonzini <bonzini@gnu.org>
7560
7561 PR bootstrap/14522
7562 * configure.in: Cope with shells that do not support nesting
7563 quotes inside quoted backquote substitutions.
7564 * configure: Regenerate.
7565
7566 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7567
7568 PR bootstrap/14522
7569 * configure.in: Fix escaping of $.
7570 * configure: Regenerate.
7571
7572 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7573
7574 * configure: Regenerate, since I forgot to while committing Paolo's
7575 changes.
7576
7577 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7578
7579 PR ada/14131
7580 Move language detection to the top level.
7581 * configure.in: Find default values for the tools as
7582 soon as possible. Disable ada if GNAT is not found.
7583 Emit error message about missing languages. Expand
7584 --enable-languages=all for the gcc subdirectory.
7585
7586 2004-03-10 Ben Elliston <bje@gnu.org>
7587
7588 * MAINTAINERS: Update my email address.
7589
7590 2004-03-05 David Edelsohn <edelsohn@gnu.org>
7591
7592 * ltconfig: Disable building static libraries if building shared
7593 libraries on AIX 5L.
7594
7595 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7596
7597 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7598 and disable libgcj.
7599 * configure: Regenerated.
7600
7601 2004-03-01 Brian Booth <bbooth@redhat.com>
7602
7603 * MAINTAINERS: Add myself to write-after-approval.
7604
7605 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
7606
7607 * MAINTAINERS: Add myself to write-after-approval.
7608
7609 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7610
7611 PR bootstrap/7087
7612 * Makefile.tpl: Guard XFOO sed statements better.
7613 * Makefile.tpl: Add dependency for configure-target-libada.
7614 * Makefile.in: Regenerate (incidentally fixes broken
7615 commit when libada-branch was merged).
7616
7617 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7618
7619 * MAINTAINERS: Add myself to write-after-approval.
7620
7621 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7622
7623 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7624 maintainers.
7625
7626 2004-02-20 Andrew Cagney <cagney@redhat.com>
7627
7628 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7629 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7630
7631 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7632
7633 PR bootstrap/11932
7634 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7635
7636 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7637
7638 * MAINTAINERS: Added myself to write-after-approval.
7639
7640 2004-02-14 Michael Koch <konqueror@gmx.de>
7641
7642 * MAINTAINERS: Added myself to write-after-approval.
7643
7644 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7645
7646 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7647 some OS port maintainers to OS port maintainers section.
7648
7649 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7650
7651 * MAINTAINERS: Add self.
7652
7653 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7654
7655 * MAINTAINERS: Alphabetize.
7656
7657 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7658
7659 * MAINTAINERS: Remove myself.
7660
7661 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7662
7663 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7664 (rs6000-*-aix*): Same.
7665 * configure: Regenerate.
7666
7667 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7668
7669 * configure.in (host): Add in missing $noconfigdirs to defines.
7670 * configure: Regenerate.
7671
7672 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7673 Nathanael Nerode <neroden@gcc.gnu.org>
7674
7675 PR ada/6637, PR ada/5911
7676 Merge with libada-branch:
7677 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7678 with appropriate dependencies. Add --enable-libada configure switch.
7679 * configure, Makefile.in: Regenerate.
7680
7681 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7682
7683 * MAINTAINERS: Add myself to write-after-approval.
7684
7685 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7686
7687 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7688 * configure: Regenerate.
7689
7690 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7691
7692 Merge from upstream:
7693
7694 * ltmain.in: When setting IFS to '~', be careful about user
7695 arguments that contain '~'.
7696
7697 2004-02-04 Peter O'Gorman <peter@pogma.com>
7698
7699 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7700 Also test $base_compile against $CC with escaped arguments. Bug
7701 reported by Geoff Keating <geoffk@apple.com>.
7702
7703 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7704
7705 * MAINTAINERS: Remove i960 port.
7706
7707 2004-01-23 DJ Delorie <dj@redhat.com>
7708
7709 * Makefile.def (target_modules) [libiberty]: Don't stage.
7710 * Makefile.in: Rebuilt.
7711
7712 2004-01-20 Caroline Tice <ctice@apple.com>
7713
7714 * MAINTAINERS: Add myself to write-after-approval.
7715
7716 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7717
7718 * MAINTAINERS: Update my email address.
7719
7720 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7721
7722 * MAINTAINERS: Add myself to write-after-approval.
7723
7724 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7725
7726 * MAINTAINERS: Remove entries without email address.
7727
7728 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7729
7730 * MAINTAINERS: Add myself to write-after-approval.
7731
7732 2004-01-15 Steven Bosscher <stevenb@suse.de>
7733
7734 * MAINTAINERS: Update my email address.
7735
7736 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7737
7738 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7739 * Makefile.tpl (configure-target-[+module+]): Support stage.
7740 * Makefile.in: Rebuilt.
7741
7742 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7743
7744 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7745
7746 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7747
7748 * MAINTAINERS: Add myself as a MIPS maintainer.
7749
7750 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7751
7752 * configure.in: Use ./config.cache, not config.cache.
7753 * configure: Regenerate.
7754 * Makefile.tpl: Special-casing not needed for GCC any more.
7755 * Makefile.in: Regenerate.
7756
7757 * configure.in: Don't share a cache file for host dirs.
7758 * configure: Regenerate.
7759
7760 * config-ml.in: Don't mess with the cache file.
7761
7762 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7763
7764 * MAINTAINERS: Move myself from 'Write After Approval' to
7765 'CPU Port Maintainers' section as SPARC maintainer.
7766
7767 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7768
7769 * Makefile.tpl: Make GCC use a separate config.cache.
7770 * Makefile.in: Regenerate.
7771
7772 PR bootstrap/11932, PR bootstrap/11933
7773 (I don't know if it will fix either of them, but it relates
7774 to them.)
7775 * configure.in: Don't use shared config.cache for target
7776 directories.
7777 * configure: Regenerate.
7778
7779 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7780
7781 * MAINTAINERS: Add myself to 'Write After Approval' section.
7782
7783 2003-12-31 Roger Sayle <roger@eyesopen.com>
7784
7785 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7786 * configure: Regenerated.
7787
7788 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7789
7790 * MAINTAINERS: Remove the mn10200 maintainer.
7791
7792 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7793
7794 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7795 * configure: Regenerated.
7796
7797 2003-12-16 Jan Hubicka <jh@suse.cz>
7798
7799 * MAINTAINERS: Add myself as callgraph maintainer.
7800
7801 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7802
7803 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7804 * configure: Regenerate.
7805
7806 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7807
7808 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7809 'Write After Approval' section. Update email.
7810
7811 2003-12-01 James Lemke <jim@wasabisystems.com>
7812
7813 * MAINTAINERS (Write After Approval): Add myself.
7814
7815 2003-11-20 Matt Thomas <matt@3am-software.com>
7816
7817 * MAINTAINERS: Add myself as a vax port maintainer.
7818
7819 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7820
7821 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7822 (configure-build-[+module+], configure-[+module+]): Likewise.
7823 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7824 * Makefile.in: Regenerate.
7825
7826 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7827
7828 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7829 shared/dylibed libraries.
7830 * ltmain.sh: Likewise.
7831 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7832 * ltcf-cxx.sh: Likewise.
7833 * ltcf-gcj.sh: Likewise.
7834 * ltconfig: Likewise.
7835
7836 2003-11-17 Stan Cox <scox@redhat.com>
7837
7838 * MAINTAINERS: Add myself as iq2000 port maintainer.
7839
7840 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7841
7842 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7843 * Makefile.in: Regenerate.
7844
7845 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7846
7847 * config.sub: Update to 2003-11-03 version.
7848
7849 2003-10-20 Phil Edwards <phil@codesourcery.com>
7850
7851 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7852 * configure: Regenerate.
7853
7854 2003-10-20 Nicolas Pitre <nico@cam.org>
7855
7856 * MAINTAINERS: Add myself to 'Write After Approval' section.
7857
7858 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7859
7860 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7861
7862 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7863
7864 * MAINTAINERS: Update my email address.
7865
7866 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7867
7868 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7869
7870 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7871
7872 * MAINTAINERS: Add myself to 'Write After Approval' section.
7873
7874 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7875
7876 * config.guess: Update to 2003-10-16 version.
7877 * config.sub: Update to 2003-10-16 version.
7878
7879 2003-10-15 David Daney <ddaney@avtrex.com>
7880
7881 * MAINTAINERS: Added myself to 'Write After Approval' section.
7882
7883 2003-10-15 Falk Hueffner <falk@debian.org>
7884
7885 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7886 'Write After Approval' section. Update email.
7887
7888 2003-10-14 Roger Sayle <roger@eyesopen.com>
7889
7890 * MAINTAINERS: Move myself from 'Write After Approval' to
7891 'Various Maintainers' section as middle-end maintainer.
7892
7893 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7894
7895 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7896 HOST_FLAGS_TO_PASS.
7897 * Makefile.in: Regenerate.
7898
7899 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7900
7901 * config.guess: Update to 2003-10-07 version.
7902 * config.sub: Update to 2003-10-07 version.
7903
7904 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7905
7906 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7907 * ltconfig (irix5*, irix6*): Don't override version_type.
7908
7909 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7910
7911 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7912 * configure: Rebuilt
7913 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7914 * Makefile.in: Rebuilt
7915
7916 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7917
7918 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7919
7920 2003-09-30 Carlo Wood <carlo@alinoe.com>
7921
7922 * MAINTAINERS (Write After Approval): Add myself.
7923
7924 2003-09-29 Paul Koning <ni1d@arrl.net>
7925
7926 * MAINTAINERS: Move myself from "Write After Approval"
7927 to CPU platform maintainers for pdp11 platform.
7928
7929 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7930
7931 * MAINTAINERS: Move myself from 'Write After Approval' to
7932 'Various Maintainers' section as libffi testsuite maintainer.
7933
7934 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7935
7936 * configure.in: Pass a computed --program-transform-name
7937 to subconfigures.
7938 * configure: Regenerated.
7939
7940 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7941
7942 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7943 * Makefile.in: Regenerate.
7944
7945 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7946 * Makefile.in: Regenerate.
7947
7948 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7949
7950 * MAINTAINERS: Move myself from 'Write After Approval'
7951 to 'Various Maintainers' (objective-c) section.
7952
7953 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7954
7955 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7956 quoting.
7957 * configure: Regenerated.
7958
7959 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7960
7961 * MAINTAINERS (Write After Approval): Add myself to write after
7962 approval list.
7963
7964 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7965
7966 * MAINTAINERS (Write After Approval): Add myself.
7967
7968 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7969
7970 * MAINTAINERS: Update my e-mail address.
7971
7972 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7973
7974 * libtool.m4 (LD): Correct powerpc64 host match.
7975
7976 2003-09-06 James E Wilson <wilson@tuliptree.org>
7977
7978 * MAINTAINTERS: Update my affiliation and email address.
7979
7980 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7981
7982 * MAINTAINERS (Write After Approval): Add myself.
7983
7984 2003-09-04 DJ Delorie <dj@redhat.com>
7985
7986 * configure: Regenerate.
7987
7988 2003-09-04 Robert Millan <robertmh@gnu.org>
7989
7990 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7991
7992 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7993
7994 * configure.in: Ensure arguments to sed are properly spaced.
7995 * configure: Regenerate.
7996
7997 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7998
7999 * MAINTAINERS: Update my e-mail address.
8000
8001 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8002
8003 * MAINTAINERS (Write After Approval): Add myself.
8004
8005 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
8006
8007 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8008 * configure: Regenerated.
8009
8010 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8011
8012 * MAINTAINERS: Update my email address.
8013
8014 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8015
8016 * configure.in: Use newline instead of semicolon when assuming
8017 shell arguments in a for loop.
8018 * configure: Regenerated.
8019
8020 2003-08-22 Jason Eckhardt <jle@rice.edu>
8021
8022 * MAINTAINERS: Resurrect the i860 maintainer.
8023
8024 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8025
8026 PR 8180
8027 * configure.in: When testing with_libs and with_headers, treat
8028 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8029 * configure: Regenerate.
8030
8031 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8032 make, shell, etc.
8033 (baseargs): Likewise.
8034 * configure: Regenerate.
8035
8036 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8037
8038 * MAINTAINERS (Write After Approval): Add myself.
8039
8040 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8041
8042 * configure.in: Disable libgcj for darwin not on powerpc.
8043 * configure: Rebuild.
8044
8045 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8046
8047 * config-ml.in, symlink-tree: Add license.
8048
8049 2003-08-03 Richard Stallman <rms@gnu.org>
8050 Eben Moglen <moglen@columbia.edu>
8051
8052 * README.SCO: New file.
8053
8054 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8055
8056 * Makefile.tpl (check, check-c++): Express dependencies using
8057 dependencies rather than commands.
8058 * Makefile.in: Regenerate.
8059
8060 2003-08-01 Andrew Cagney <cagney@redhat.com>
8061
8062 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8063 * configure: Ditto.
8064
8065 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8066
8067 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8068 * Makefile.in: Update.
8069
8070 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8071
8072 * configure.in: Enable libgcj for darwin.
8073 * configure: Rebuild.
8074
8075 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8076
8077 * config-ml.in: Use ac_configure_args directly instead of
8078 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8079 actually seen.
8080
8081 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8082
8083 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8084 creating target and build subdirs to build all parent dirs as needed.
8085 * Makefile.in: Rebuild.
8086 * configure.in: Don't build dirs explicitly here.
8087 * configure: Rebuild.
8088
8089 2003-07-26 Paul Brook <paul@nowt.org>
8090
8091 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8092
8093 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8094
8095 * Makefile.tpl (all-make): Depend on intl.
8096 * Makefile.in: Rebuilt.
8097
8098 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8099
8100 * install-sh: Update to newer upstream versions (associated with
8101 aclocal 1.7).
8102 * mkinstalldirs: Likewise.
8103 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8104
8105 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8106
8107 * MAINTAINERS: Move self from Bug database only accounts
8108 to write-after-approval.
8109
8110 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8111
8112 * config.if: Remove unused libc_interface determination.
8113
8114 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8115
8116 * MAINTAINERS: Move self from write-after-approval to
8117 build machinery (*.in).
8118
8119 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8120
8121 PR bootstrap/11273
8122 PR bootstrap/11408
8123 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8124 unused INSTALL_PROGRAM_ARGS.
8125 * configure.in: Use AC_PROG_INSTALL.
8126 * Makefile.in: Regenerate.
8127 * configure: Regenerate.
8128
8129 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8130
8131 * MAINTAINERS: Alphabetize.
8132
8133 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8134
8135 * configure: Rebuilt.
8136 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8137 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8138 newlib nor libgloss.
8139 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8140 * configure.in (am33_2.0-*-linux*): Added.
8141
8142 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8143
8144 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8145 * configure: Regenerate.
8146
8147 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8148
8149 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8150 * Makefile.in: Regenerate.
8151
8152 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8153
8154 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8155 * Makefile.in: Regenerate.
8156
8157 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8158
8159 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8160 * Makefile.in: Regenerated.
8161
8162 * config-ml.in: Replace PWD with PWD_COMMAND.
8163
8164 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8165
8166 * intl: New directory; see intl/ChangeLog for details.
8167 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8168 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8169 * Makefile.in: Regenerate.
8170
8171 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8172
8173 * configure.in: Clean up config-lang.in handling. Delete
8174 useless assignment to "subdirs".
8175 * configure: Regenerate.
8176
8177 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8178
8179 * configure.in: Rename 'target_libs' to 'target_libraries'.
8180 Remove useless reference to 'target_libs'.
8181 * configure: Regenerate.
8182
8183 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8184
8185 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8186 * Makefile.in: Regenerate.
8187
8188 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8189
8190 * Makefile.def: Introduce flags_to_pass.
8191 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8192 * Makefile.in: Regenerate.
8193
8194 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8195
8196 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8197 and target-libgloss.
8198 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8199 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8200 * configure: Regenerate.
8201
8202 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8203
8204 * configure.in: Update testsuite_flags to new location.
8205 * configure. Regenerate.
8206
8207 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8208
8209 * Makefile.tpl: Remove BUILD_CC stuff.
8210 * Makefile.in: Regenerate.
8211
8212 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8213
8214 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8215
8216 2003-06-16 Graeme Peterson <gp@qnx.com>
8217
8218 * MAINTAINERS (Write After Approval): Add myself.
8219
8220 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8221
8222 * config.guess: Update to 2003-06-12 version.
8223 * config.sub: Update to 2003-06-13 version.
8224
8225 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8226
8227 * config.guess: Update to 2003-06-06 version.
8228 * config.sub: Update to 2003-06-06 version.
8229
8230 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8231
8232 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8233 * configure. Regenerate.
8234
8235 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8236
8237 * configure.in: Disable serial configure by default.
8238 * configure: Regenerate.
8239 * Makefile.tpl: Abolish .NOTPARALLEL.
8240 * Makefile.in: Regenerate.
8241
8242 * Makefile.tpl: Replace {build,host,target}_canonical by
8243 {build,host,target}.
8244 * Makefile.in: Regenerate.
8245
8246 * Makefile.tpl: Fix stupid pasto.
8247 * Makefile.in: Regenerate.
8248
8249 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8250
8251 * Makefile.tpl: Remove bogus conditional.
8252 * Makefile.in: Regenerate.
8253
8254 2003-06-05 Jan Hubicka <jh@suse.cz>
8255
8256 * Makefile.tpl (profiledbootstrap): New target.
8257 * Makefile.in (profiledbootstrap): New target.
8258
8259 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
8260
8261 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8262 Pinski. Remove user names from other bugzilla-only maintainers.
8263
8264 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8265
8266 * Makefile.tpl: Make 'recursive targets' using autogen rather
8267 than shell loop. Remove duplicate 'clean' targets and false
8268 comments.
8269 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8270 Add systematic method of specifying missing targets in subdirs.
8271 Add copyright boilerplate.
8272 * Makefile.in: Regenerate.
8273 * configure.in: Add 'recursive targets' to maybe list.
8274 * configure: Regenerate.
8275
8276 * MAINTAINERS: "GNATS only" -> "Bug database only".
8277
8278 * Makefile.tpl: Rename [+target+] to [+make_target+].
8279 * Makefile.def: Rename 'target' to 'make_target'.
8280
8281 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
8282
8283 * MAINTAINERS: Add self as options handling maintainer.
8284
8285 2003-05-28 Michael Meissner <gnu@the-meissners.org>
8286
8287 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8288 been too long since I touched those ports.
8289
8290 2003-05-28 DJ Delorie <dj@redhat.com>
8291
8292 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8293 * Makefile.in: Regenerate.
8294
8295 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8296
8297 * configure.in: Use curly braces in the definition of tooldir.
8298 * configure: Regenerate.
8299
8300 2003-05-21 DJ Delorie <dj@redhat.com>
8301
8302 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8303 newlib or libgloss.
8304 * Makefile.in: Regenerate.
8305
8306 2003-05-21 DJ Delorie <dj@redhat.com>
8307
8308 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8309 * Makefile.in: Regenerate.
8310
8311 2003-05-20 Ian Lance Taylor <ian@airs.com>
8312
8313 * MAINTAINERS: Update my e-mail address.
8314
8315 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8316
8317 * configure.in: Switch more things to use maybe dependencies.
8318 * Makefile.tpl: Switch more things to use maybe dependencies.
8319 Factor out common code from autogen IF statements.
8320 * configure: Regenerate.
8321 * Makefile.in: Regenerate.
8322
8323 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8324
8325 * configure.in: Accept i[3456789]86 for machine type.
8326 * configure: Regenerate.
8327
8328 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8329
8330 * configure.in: Switch more things to use maybe dependencies.
8331 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8332 * configure: Regenerate.
8333 * Makefile.tpl: Switch more things to use maybe dependencies.
8334 * Makefile.in: Regenerate.
8335
8336 2003-05-16 Andreas Schwab <schwab@suse.de>
8337
8338 * Makefile.tpl (install-opcodes): Define.
8339 * Makefile.in: Rebuild.
8340
8341 2003-05-13 Andreas Jaeger <aj@suse.de>
8342
8343 * config.guess: Update to 2003-05-09 version.
8344 * config.sub: Update to 2003-05-09 version.
8345
8346 2003-05-13 Michael Eager <eager@mvista.com>
8347
8348 * configure.in: Correct sed script so that options in quotes are not
8349 deleted.
8350 * configure: Rebuild.
8351
8352 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
8353
8354 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8355 and $$s/newlib/libc/sys/cygwin32 include paths.
8356 * configure: Ditto.
8357
8358 2003-05-12 Michael Meissner <gnu@the-meissners.org>
8359
8360 * MAINTAINERS: Update my email addresses.
8361
8362 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8363
8364 * config-ml.in: Propagate INSTALL variables.
8365
8366 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8367
8368 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8369
8370 2003-05-02 Chris Demetriou <cgd@broadcom.com>
8371
8372 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8373 * Makefile.in: Regenerate.
8374
8375 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8376
8377 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8378
8379 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8380
8381 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8382
8383 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
8384
8385 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8386 * Makefile.in: Regenerated.
8387
8388 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8389
8390 * MAINTAINERS (Write After Approval): Upgrade myself from
8391 GNATS only to write-after-approval. Update my mail address.
8392
8393 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
8394
8395 (OS Port Maintainers: freebsd): Add myself.
8396
8397 2003-04-22 Mark Mitchell <mark@codesourcery.com>
8398
8399 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8400
8401 2003-04-22 Kean Johnston <jkj@sco.com>
8402
8403 * MAINTAINERS (SCO ports): Added myself.
8404
8405 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8406
8407 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8408
8409 2003-04-19 Kean Johnston <jkj@sco.com>
8410
8411 * MAINTAINERS (Write After Approval): Add myself.
8412
8413 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8414
8415 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8416 * Makefile.in: Regenerate.
8417
8418 2003-04-18 Jakub Jelinek <jakub@redhat.com>
8419
8420 * configure.in (powerpc64*-*-linux*): Remove.
8421 * configure: Rebuilt.
8422
8423 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
8424
8425 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8426 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8427 and restrap.
8428 * Makefile.in: Regenerate.
8429
8430 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8431
8432 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8433 * configure: Regenerated.
8434
8435 2003-04-15 DJ Delorie <dj@redhat.com>
8436
8437 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8438
8439 2003-04-13 Nick Clifton <nickc@redhat.com>
8440
8441 * config-ml.in: Remove support for --disable-aix removing
8442 call-aix multilibs.
8443
8444 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8445
8446 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8447 * */configure: Rebuilt.
8448
8449 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8450
8451 * MAINTAINERS: Add my email address.
8452
8453 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8454
8455 * MAINTAINERS (Write After Approval): Add myself.
8456
8457 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8458
8459 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8460 * Makefile.in: Regenerate.
8461
8462 2003-03-14 Michael Chastain <mec@shout.net>
8463
8464 * Makefile.in: Regenerate with correct Makefile.def.
8465
8466 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8467
8468 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8469 Make macro.
8470 * Makefile.in: Regenerate.
8471 * configure.in: Clean up gxx_include_dir logic.
8472 * configure: Regenerate.
8473
8474 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8475
8476 * MAINTAINERS (Write After Approval): Add myself.
8477
8478 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8479
8480 * MAINTAINERS: Update my mail address.
8481
8482 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8483
8484 * configure.in (gxx_include_dir): Fix typo.
8485 * configure: Regenerated.
8486
8487 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8488
8489 * Makefile.tpl: Reindent.
8490 * Makefile.in: Regenerate.
8491 * configure.in: Reindent. Don't set unused variables.
8492 * configure: Regenerate.
8493
8494 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8495
8496 * configure.in: Include $(build_tooldir)/sys-include in
8497 FLAGS_FOR_TARGET.
8498 * configure: Regenerated.
8499
8500 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8501
8502 * Makefile.tpl: Always pass down RANLIB.
8503 * Makefile.in: Regenerate.
8504
8505 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8506 * Makefile.in: Regenerate.
8507 * configure.in: Remove unused logic relating to --enable-shared
8508 and --enable-threads. Remove bogus comments. Remove redundant
8509 noconfigdirs.
8510 * configure: Regenerate.
8511
8512 * configure.in: Replace ${libstdcxx_version} by its value.
8513 Remove reference to mh-dgux.
8514 * configure: Regenerate.
8515
8516 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8517
8518 * MAINTAINERS (Write After Approval): Add myself.
8519
8520 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8521
8522 * Makefile.tpl: Rearrange.
8523 * Makefile.in: Regenerate.
8524
8525 2003-02-25 Uwe Stieber <uwe@wwws.de>
8526
8527 * configure.in: Add support for kaOS as cross build target system.
8528 * configure: Regenerated.
8529
8530 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8531
8532 * MAINTAINERS (Write after approval): Add myself.
8533
8534 2003-02-21 James E Wilson <wilson@tuliptree.org>
8535
8536 * MAINTAINERS: Update my email address.
8537
8538 2003-02-21 Zack Weinberg <zack@codesourcery.com>
8539
8540 * MAINTAINERS: Add self to blanket write privs. section.
8541
8542 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
8543
8544 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8545 configure-target-* as some target builds may require additional
8546 flags for preprocessor tests.
8547 * Makefile.in: Regenerated.
8548
8549 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
8550
8551 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8552 * ltconfig: Handle it.
8553 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8554 auto-detecting it.
8555
8556 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8557 it is used as argument to $CC.
8558 * ltcf-gcj.sh: Likewise.
8559
8560 * configure.in: Introduce --enable-maintainer-mode.
8561 * configure: Rebuilt.
8562 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8563 for maintainer mode.
8564 * Makefile.in: Rebuilt.
8565
8566 2003-02-18 Jason Merrill <jason@redhat.com>
8567
8568 * Makefile.tpl (check-c++): Allow parallelism.
8569
8570 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8571
8572 * MAINTAINERS: Remove John Carr (who never actually had access to
8573 gcc.gnu.org).
8574
8575 2003-02-15 Geoffrey Keating <geoffk@apple.com>
8576
8577 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8578 don't configure target-libobjc.
8579 * configure: Regenerate.
8580
8581 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8582
8583 * Makefile.tpl (RANLIB): Define.
8584 * Makefile.in: Regenerate.
8585
8586 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8587
8588 * MAINTAINERS: Update my email.
8589
8590 2003-02-06 Keith R Seitz <keiths@redhat.com>
8591
8592 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8593 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8594 * Makefile.in: Regenerated.
8595 * configure.in: Remove all traces of snavigator, db, and grep.
8596 * configure: Regenerated.
8597
8598 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8599
8600 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8601 After Approval.
8602
8603 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8604
8605 * MAINTAINERS (Write after approval): Add myself.
8606
8607 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
8608
8609 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8610 * Makefile.in: Regenerated.
8611
8612 2003-01-30 Roger Sayle <roger@eyesopen.com>
8613
8614 * config.guess: Updated to 2003-01-30's version.
8615 * config.sub: Updated to 2003-01-28's version.
8616
8617 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8618
8619 * config.if: If gcc_version is already set, just use it. Don't set
8620 gcc_version_trigger if it's already set, otherwise set it to
8621 gcc/version.c, but only if the file exists. If it is not set and
8622 gcc/version.c does not exist, try to extract the version number from
8623 $CC.
8624
8625 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8626
8627 * MAINTAINERS: Add myself to write-after-approval list.
8628
8629 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8630
8631 * configure.in: Revert 24Jan change.
8632 * configure: Regenerate.
8633
8634 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8635
8636 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8637 entry of HJ Lu.
8638
8639 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8640
8641 * configure.in: Revert previous change.
8642 * configure: Regenerate.
8643
8644 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8645
8646 * configure.in: Make rda native-only.
8647 * configure: Regenerate.
8648
8649 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8650
8651 * MAINTAINERS: Move myself from GNATS-only-accounts to
8652 write-after-approval.
8653
8654 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8655
8656 * configure.in: Add missing \.
8657 * configure: Rebuilt.
8658
8659 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8660
8661 * configure.in (baseargs): Avoid using \| in sed regular
8662 expressions.
8663 * configure: Rebuilt.
8664
8665 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8666
8667 * configure.in (baseargs): Remove all supported forms of
8668 --cache-file, --srcdir, --host, --build and --target options
8669 from argument lists.
8670 * configure: Rebuilt.
8671
8672 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8673
8674 * MAINTAINERS: Add myself to write-after-approval list.
8675
8676 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8677
8678 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8679 * configure: Rebuilt.
8680
8681 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8682
8683 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8684 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8685 * Makefile.in: Regenerate.
8686 * configure: Regenerate.
8687
8688 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8689
8690 * configure.in: Remove Makefile in build, host and target modules
8691 unless configure was run with --no-recursion.
8692 * configure: Rebuilt.
8693
8694 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8695
8696 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8697 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8698 * Makefile.in: Regenerate.
8699
8700 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8701
8702 * config.guess: Update to 2003-01-03 version.
8703 * config.sub: Update to 2003-01-03 version.
8704
8705 2003-01-07 Christopher Faylor <cgf@redhat.com>
8706
8707 * configure: Regenerate with proper autoconf 2.13.
8708
8709 2003-01-07 Christopher Faylor <cgf@redhat.com>
8710
8711 * configure.in: Add AC_PREREQ for consistency.
8712 * configure: Regenerate.
8713
8714 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8715
8716 * configure.in (GDB_TK): Add tcl directories conditional on
8717 gdb/gdbtk directory being present.
8718 * configure: Regenerate.
8719
8720 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8721
8722 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8723 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8724 * configure: Rebuilt.
8725
8726 2002-12-31 Tom Tromey <tromey@redhat.com>
8727
8728 * Makefile.in: Rebuilt.
8729 * Makefile.def (target_modules) [libffi]: Allow installation.
8730
8731 2002-12-31 Andreas Schwab <schwab@suse.de>
8732
8733 * configure.in: Fix use of $program_transform_name.
8734 * configure: Regenerated.
8735
8736 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8737
8738 * configure.in (baseargs): Don't remove first configure argument.
8739 * configure: Regenerated.
8740
8741 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8742
8743 * Makefile.tpl (local-distclean): Don't remove...
8744 (multilib.ts): ... this. Moved into...
8745 (multilib.out): ... this. Don't use sub-make.
8746 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8747 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8748 (configure-build-[+module+], configure-[+module+],
8749 configure-target-[+module+], configure-gcc): ... these. Test
8750 for Makefile existence. Drop config.status from dependencies.
8751 * Makefile.in: Rebuilt.
8752 * configure.in: Move gcc-version-trigger to the end of
8753 ac_configure_args. Add comments to maybedep.tmp and
8754 serdep.tmp. Introduce --disable-serial-configure. Remove
8755 nonopt from baseargs, matching and removing corresponding
8756 whitespace while at it.
8757 * configure: Rebuilt.
8758
8759 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8760
8761 * configure.in (host_configargs): Replace reference to
8762 no-longer-defined buildopts with --build=${build_alias}.
8763 * configure: Rebuilt.
8764
8765 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8766 program_transform_name to standard idiom.
8767 (AUTOGEN, AUTOCONF): Define.
8768 (Makefile.in): Use $(AUTOGEN).
8769 (Makefile): Depend on config.status, and use autoconf-style rule to
8770 build it. Move original commands to...
8771 (config.status): ... this new target.
8772 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8773 $(AUTOCONF).
8774 * Makefile.in: Rebuilt.
8775
8776 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8777
8778 * Makefile.tpl: Fix dramatic bustage due to change in
8779 program_transform_name.
8780 * Makefile.in: Regenerate.
8781
8782 * configure.in: Remove unnecessary PATH setting.
8783 * configure: Regnerate.
8784
8785 * configure.in: Don't default to unprefixed tools unless
8786 the native tools will work.
8787 * configure: Regenerate.
8788
8789 * configure.in: Convert to autoconf script. Blow away lots
8790 of now-redundant Makefile fragments.
8791 * configure: Generate using Autoconf.
8792 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8793 * Makefile.in: Regenerate.
8794
8795 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8796
8797 * configure: Fix stupid bug where RANLIB was mistakenly included.
8798
8799 * configure.in: Rename (buildargs, hostargs, targargs) to
8800 (build_configargs, host_configargs, target_configargs).
8801
8802 * configure.in: Move logic out of sed statement.
8803
8804 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8805 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8806
8807 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8808
8809 * config.sub: Import from master repository
8810 * config.guess: Ditto
8811
8812 2002-12-24 Andreas Schwab <schwab@suse.de>
8813
8814 * Makefile.tpl (multilib.out): Fix missing space.
8815 * Makefile.in: Regenerate.
8816
8817 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8818
8819 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8820 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8821 * Makefile.in: Regenerate.
8822 * configure.in: Remove unnecessary leftovers.
8823
8824 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8825
8826 * configure.in (extra_ranlibflags_for_target): New variable.
8827 (*-*-darwin): Add -c to ranlib commands.
8828 * configure (tooldir): Handle extra_ranlibflags_for_target.
8829
8830 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8831
8832 * Makefile.tpl: Revert HJL's change.
8833 * Makefile.in: Regenerated.
8834 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8835 always.
8836
8837 2002-12-19 Andreas Schwab <schwab@suse.de>
8838
8839 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8840 * Makefile.in: Regenerate.
8841
8842 2002-12-18 H.J. Lu <hjl@gnu.org>
8843
8844 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8845 * Makefile.in: Regenerated.
8846
8847 * configure.in (build_prefix): New. Substitute.
8848
8849 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8850
8851 * Makefile.tpl: Don't let real targets depend on phony targets.
8852 * Makefile.in: Regenerate.
8853
8854 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8855 * Makefile.in: Regenerate.
8856
8857 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8858
8859 * config.sub: Import from master repository
8860 * config.guess: Ditto
8861
8862 2002-12-16 Jason Merrill <jason@redhat.com>
8863
8864 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8865 previous 'make bootstrap'.
8866 * Makefile.in: Regenerate.
8867
8868 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8869
8870 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8871
8872 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8873
8874 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8875 * Makefile.in: Regenerate.
8876
8877 2002-12-13 Jason Merrill <jason@redhat.com>
8878
8879 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8880 library tests.
8881 (check-c++): Just depend on it and check-target-libstdc++-v3.
8882 * Makefile.in: Regenerate.
8883
8884 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8885
8886 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8887 * Makefile.in: Rebuilt.
8888
8889 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8890
8891 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8892
8893 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8894
8895 * configure: Fix bug put in by gremlins.
8896
8897 * Makefile.tpl: Substitute more autoconfily.
8898 * configure: Substitute more autoconfily.
8899 * Makefile.in: Regenerate.
8900
8901 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8902
8903 * config.sub: Import from master repository
8904 * config.guess: Ditto
8905 * MAINTAINERS: Added Svein Seldal under write after approval
8906
8907 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8908
8909 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8910 * Makefile.in (all-sim): Ditto.
8911
8912 2002-12-06 DJ Delorie <dj@redhat.com>
8913
8914 * Makefile.tpl: Change configure dependencies to not have real
8915 targets depend on phony targets.
8916
8917 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8918
8919 * configure.in: Revert unintentional change.
8920
8921 * Makefile.tpl: Change dependency for */multilib.out so that
8922 it works when gcc isn't in the tree.
8923
8924 * configure.in: Substitute more.
8925 * configure: Run subconfigures from the Makefile.
8926 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8927 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8928
8929 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8930
8931 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8932
8933 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8934
8935 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8936 and corresponding dependencies.
8937 * Makefile.in: Regenerate.
8938
8939 * configure.in (host_tools): Order binutils, gas and ld for
8940 convenience in running the testsuites.
8941
8942 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8943 * Makefile.in: Regenerate.
8944 * configure.in: Introduce rules to serialize subconfigure runs.
8945
8946 * configure.in: Introduce BASE_CC_FOR_TARGET.
8947 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8948 Realize configure-build-* targets. Realize configure-target-* targets.
8949 * Makefile.in: Regenerate.
8950
8951 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8952
8953 * configure: Move gcc_version_trigger stuff from here...
8954 * configure.in: ...to here.
8955
8956 * configure.in: Separate subconfigure options added by this file from
8957 options given by the user. Add machinery to put args for host
8958 subconfigures into the Makefile.
8959
8960 * Makefile.tpl: Remove 'vault' targets.
8961 * Makefile.tpl: Reorder and comment dependencies.
8962 * Makefile.in: Regenerate.
8963
8964 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8965 * configure.in: Fix my broken commit of previous patch. (sigh)
8966
8967 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8968
8969 * configure.in: Move host-specific darwin noconfigdirs into
8970 the host-specific section.
8971
8972 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8973
8974 * configure.in: Move host-specific darwin noconfigdirs into
8975 the host-specific section.
8976
8977 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8978
8979 * configure: Remove skip-this-dir support.
8980 * Makefile.tpl: Remove skip-this-dir support.
8981
8982 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8983 subdirectories.
8984 * Makefile.in: Regenerate.
8985
8986 * Makefile.tpl: Strip out useless setting of 'dir'.
8987 * Makefile.in: Regenerate.
8988
8989 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8990
8991 * configure.in: Fix deeply stupid bug.
8992
8993 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8994 shell code in CXX_FOR_TARGET
8995 * Makefile.def: Introduce raw_cxx.
8996 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8997 RAW_CXX_FOR_TARGET.
8998 * Makefile.in: Regenerate.
8999
9000 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9001
9002 * Makefile.tpl: Remove unnecessary ifs.
9003 * Makefile.in: Regenerate.
9004
9005 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9006 dependencies. Maybe-ize build-libiberty. Create dummy install
9007 targets for 'no_install' modules.
9008 * configure: Move GDB_TK substitution to configure.in. Move
9009 build_modules stuff to configure.in.
9010 * configure.in: Implement soft dependency machinery. Maybe-ize
9011 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9012 * Makefile.in: Regenerate.
9013
9014 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9015
9016 * Makefile.tpl: Make all-target, install-target behave similarly
9017 to all, install (only hitting configured targets). Eliminate
9018 unused macro defintions.
9019
9020 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9021 build != host.
9022
9023 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9024
9025 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9026
9027 * configure.in: Produce lists of subdir targets we're actually
9028 configuring. Remove references to "dosrel".
9029 * Makefile.tpl: Let configure set which subdir targets are hit.
9030 Remove install-cross; clean up install; remove ALL. Remove
9031 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9032 Autogenerate host module targets. Remove empty dependency lines
9033 and redundant dependency; rearrange slightly.
9034 * Makefile.def: Add host-side libtermcap, utils.
9035
9036 * Makefile.in: Regenerate.
9037
9038 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9039
9040 * ltconfig (osf[345]): Append $major to soname_spec.
9041 Reflect this in library_names_spec.
9042 * ltmain.sh (osf): Prefix $major with . for use as extension.
9043
9044 2002-11-19 Andreas Jaeger <aj@suse.de>
9045
9046 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9047 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9048 and sparc64 GNU/Linux systems.
9049
9050 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9051
9052 * MAINTAINERS: Update email.
9053
9054 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9055
9056 * MAINTAINERS: Complete James Dennett's entry.
9057
9058 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9059
9060 * MAINTAINERS (Write After Approval): Add myself.
9061
9062 2002-11-13 Bruce Korb <bkorb@gnu.org>
9063
9064 * Makefile.tpl: syntactic cleanup
9065
9066 2002-11-13 Stuart Hastings <stuart@apple.com>
9067
9068 * MAINTAINERS: Add myself to write-after-approval list.
9069
9070 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9071
9072 * Makefile.def: Add list of recursive targets to autogenerate.
9073 Add build_modules.
9074 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9075 targets. Autogenerate *-build-* targets.
9076 * Makefile.in: Regenerate.
9077
9078 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9079
9080 * configure: More autoconf-style substitutions.
9081 * Makefile.tpl: More autoconf-style substitutions.
9082 * Makefile.in: Regenerate.
9083
9084 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9085
9086 * configure: Substitute more variables in a more autoconf-friendly
9087 way. Simplify slightly.
9088 * Makefile.tpl: Make more variables substitutable in an
9089 autoconf-friendly way.
9090 * Makefile.in: Regenerate.
9091
9092 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9093
9094 * MAINTAINERS (Write After Approval): Add myself.
9095
9096 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9097
9098 * configure.in (v810*): Remove special setting of tools.
9099
9100 * configure: Add support for extra required flags for ar or nm.
9101 * configure.in (aix4.3+): Use above support for target-specific
9102 issues, rather than using config/mt-aix43.
9103
9104 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9105
9106 * configure: Remove 'removing', which doesn't work. Replace $subdir
9107 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9108 with $srcdir. Reformat indentation. Substitute some variables
9109 formerly hard-coded in the Makefile for build=host.
9110 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9111 * Makefile.def: Autogenerate more.
9112 * Makefile.in: Regenerate.
9113
9114 2002-11-04 Adam Nemet <anemet@lnxw.com>
9115
9116 * MAINTAINERS (Write After Approval): Add myself.
9117
9118 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9119
9120 * Makefile.def (host_modules): Add rda.
9121 * Makefile.in: Regenerate.
9122 * configure.in (target_tool): Add target-rda to list.
9123
9124 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9125
9126 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9127
9128 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9129
9130 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9131 and restrap targets to this rule.
9132 * Makefile.in: Regenerate.
9133
9134 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9135
9136 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9137 GNATS only accounts.
9138
9139 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9140
9141 * configure.in (i[3456]86-*-linux*): Add check to disable
9142 ${libgcj} for glibc1.
9143
9144 2002-10-24 Denis Chertykov <denisc@overta.ru>
9145
9146 * MAINTAINERS: Add myself as ip2k port maintainer.
9147
9148 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9149
9150 * configure.in: Add tic4x target.
9151
9152 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9153
9154 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9155 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9156 * Makefile.in: Regenerate.
9157
9158 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9159 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9160 * Makefile.in: Regenerate.
9161
9162 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9163
9164 * MAINTAINERS: Add myself as web pages co-maintainer.
9165
9166 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9167
9168 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9169 * Makefile.in: Regenerate.
9170
9171 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9172
9173 * MAINTAINERS: Add myself and Nathan Sidwell
9174 <nathan@codesourcery.com> as VxWorks maintainers.
9175
9176 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9177
9178 * Makefile.def: Remove order dependency comments.
9179 * Makefile.tpl: Add explicit install-install dependencies.
9180 * Makefile.in: Regenerate.
9181
9182 * Makefile.tpl: Remove material now in src-release. (Finally!)
9183 * Makefile.in: Regenerate.
9184
9185 * Makefile.tpl: Add configure-target (for src-release in src)
9186 * Makefile.in: Regenerate.
9187
9188 2002-09-30 Nick Clifton <nickc@redhat.com>
9189
9190 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9191
9192 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9193
9194 * configure.in (s390*-*-linux*): Enable libgcj.
9195
9196 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9197
9198 * configure: Revert accidentally applied changes.
9199
9200 * Makefile.tpl: Make more autoconf-friendly.
9201 * Makefile.in: Regenerate.
9202 * configure: Make substitution more autoconf-like.
9203
9204 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9205
9206 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9207 single entry to handle all these.
9208 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9209 libjava on arm-*-elf.
9210
9211 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9212
9213 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9214 things that depend on them.
9215
9216 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9217
9218 * Makefile.tpl: Make subsituted variables more autoconfy.
9219 * Makefile.in: Regenerate.
9220 * configure: Make seds more autoconfy.
9221
9222 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9223
9224 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9225 * Makefile.in: Regenerate.
9226 * configure.in: Rewrite sed statements to look autoconfy.
9227
9228 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9229 all-target-foo on configure-target-foo.
9230 * Makefile.def: Ditto.
9231 * Makefile.in: Rebuild.
9232
9233 2002-09-25 Andrew Haley <aph@redhat.com>
9234
9235 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9236
9237 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9238
9239 * Makefile.def: New file.
9240 * Makefile.tpl: New file.
9241 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9242 * contrib/gcc_update: Note that Makefile.in is a generated file.
9243
9244 * configure.in: Minor rearrangement. Simplify tests.
9245
9246 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9247
9248 * configure.in (with_headers): Skip copy if value is "yes".
9249 (with_libs): Likewise.
9250
9251 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9252
9253 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9254 * configure.in (sh*-*-pe*): Ditto.
9255 * configure.in (mips*-*-pe*): Ditto.
9256 * configure.in (*arm-wince-pe): Ditto.
9257
9258 * configure.in: Rearrange.
9259
9260 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9261
9262 * MAINTAINERS: Update my email address.
9263
9264 2002-08-30 Paul Koning <pkoning@equallogic.com>
9265
9266 * MAINTAINERS: (Write After Approval): Add myself.
9267
9268 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
9269
9270 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9271
9272 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
9273
9274 * MAINTAINERS: Change my mailing address.
9275
9276 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
9277
9278 * MAINTAINERS (Write After Approval): Remove myself.
9279 (Various Maintainers: c++ runtime libs): Add myself.
9280
9281 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
9282
9283 * MAINTAINERS (Write After Approval): Remove myself.
9284 (Various Maintainers: c++ runtime libs): Add myself.
9285
9286 2002-08-15 Eric Christopher <echristo@redhat.com>
9287
9288 * config.sub: Import from master repository.
9289 * config.guess: Ditto.
9290
9291 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
9292
9293 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9294 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9295 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9296
9297 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
9298
9299 * MAINTAINERS: Add self to rs6000 vector extensions.
9300
9301 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
9302
9303 * libiberty/configure: Reverted unintended yesterday's check in.
9304
9305 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9306
9307 * boehm-gc/configure, libf2c/configure: Rebuilt.
9308 * libffi/configure, libiberty/configure: Ditto.
9309 * libjava/configure, libobjc/configure: Ditto.
9310 * libstdc++-v3/configure, zlib/configure: Ditto.
9311 Merged from binutils:
9312 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9313 From Steve Ellcey <sje@cup.hp.com>:
9314 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9315 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9316 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9317 IA64.
9318 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9319 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9320 soname_spec, sys_lib_search_path_spec): Ditto.
9321
9322 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9323
9324 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9325
9326 2002-08-04 H.J. Lu (hjl@gnu.org)
9327
9328 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9329
9330 2002-08-02 Krister Walfridsson <cato@df.lth.se>
9331
9332 * MAINTAINERS (Write After Approval): Add myself.
9333
9334 2002-07-31 Alan Modra <amodra@bigpond.net.au>
9335
9336 * configure.in: Move generic linux case to end. Copy generic
9337 linux noconfigdirs to mips*-*-linux* entry and new
9338 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9339
9340 2002-07-19 Michael Matz <matz@suse.de>
9341
9342 * MAINTAINERS: Add myself as ra* maintainer.
9343
9344 2002-07-16 Chris Demetriou <cgd@broadcom.com>
9345
9346 * config.guess: Update to 2002-07-09 version.
9347 * config.sub: Update to 2002-07-03 version.
9348
9349 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9350
9351 * MAINTAINERS: Fix typo in a maintainer email address.
9352
9353 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9354
9355 * configure.in: Remove two redundant tests.
9356
9357 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9358
9359 * configure.in (mips*-*-irix6*o32): Enable stabs.
9360
9361 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9362
9363 * configure.in: Don't build grez.
9364 * Makefile.in: Ditto.
9365
9366 * Makefile.in: Remove references to bsp, cygmon, libstub.
9367 * configure.in: Ditto.
9368
9369 * configure.in: Remove leftover reference to gdbtest.
9370
9371 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
9372
9373 * configure.in (gxx_include_dir): Change to match versioned
9374 C++ headers if --enable-version-specific-runtime-libs is used.
9375
9376 2002-07-04 Steve Ellcey <sje@cup.hp.com>
9377
9378 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9379
9380 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9381
9382 * configure.in: Make --without-x work.
9383
9384 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9385
9386 * configure.in: Rearrange target Makefile fragment collection.
9387
9388 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9389 cvs[src].
9390 * configure.in: Ditto.
9391
9392 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9393
9394 * MAINTAINERS (Write After Approval): Update my e-mail address.
9395
9396 2002-06-24 Ben Elliston <bje@redhat.com>
9397
9398 * configure.in (host_tools): Remove cgen.
9399
9400 * Makefile.in (all-cgen): Remove; runs from its source directory.
9401 (check-cgen, install-cgen, clean-cgen): Likewise.
9402 (all-opcodes): Do not depend on all-cgen.
9403 (all-sim): Likewise.
9404
9405 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
9406
9407 * Makefile.in: Eliminate 'apache' targets.
9408 * configure.in: Eliminate 'apache' targets.
9409
9410 * configure.in: Eliminate redundant tests. Reorganize.
9411
9412 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9413
9414 * config-ml.in: Eliminate references to Cygnus configure.
9415
9416 * Makefile.in: Eliminate references to building emacs.
9417
9418 2002-06-28 Graham Stott <graham.stott@btinternet.com>
9419
9420 * MAINTAINERS: Update my email address.
9421
9422 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9423
9424 * config.if (libstdcxx_incdir): Version C++ headers.
9425 (cxx_incdir): Remove.
9426
9427 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9428
9429 * MAINTAINERS (Write After Approval): Add self.
9430
9431 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9432
9433 * configure.in: Add support for ip2k.
9434
9435 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9436
9437 * configure.in: Fix AIX configury bug.
9438
9439 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9440
9441 * MAINTAINERS (Write After Approval): Add self.
9442
9443 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9444
9445 * configure.in: replace ${topsrcdir} with ${srcdir}
9446
9447 * configure.in: Move definition of libstdcxx_flags
9448 right above usage, rather than waaay earlier.
9449
9450 * configure.in: Pull definition of is_cross_compiler earlier.
9451
9452 * configure.in: Rearrange a little.
9453
9454 * configure.in: Remove references to librx.
9455 * Makefile.in: Remove references to librx.
9456
9457 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9458
9459 * config.sub: Add support for avr target.
9460 Import from master sources, rev 1.255
9461
9462 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9463
9464 * configure, .cvsignore: Revert previous change...
9465 * Makefile: ...delete.
9466
9467 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9468
9469 * configure.in: Eliminate ${gasdir} variable.
9470
9471 2002-06-18 Dave Brolley <brolley@redhat.com>
9472
9473 * configure.in: Add support for frv.
9474 * config.sub: Add support for frv.
9475
9476 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9477
9478 * configure: Remove garbage from previous commit.
9479
9480 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9481
9482 * configure: For in-source builds, make a subdir and re-exec there.
9483 * Makefile: New file. Pass targets through to build directory.
9484 * .cvsignore: No longer ignore "Makefile".
9485
9486 2002-06-16 Douglas Rupp <rupp@gnat.com>
9487
9488 * MAINTAINERS (Write After Approval): Add self.
9489
9490 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9491
9492 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9493
9494 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9495
9496 * configure.in (vax-*-netbsd*): Re-enable gas.
9497
9498 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9499
9500 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9501 BUILD_PREFIX_1, to correct nomenclature.
9502 * configure: Likewise.
9503
9504 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9505 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9506
9507 2002-05-31 Olaf Hering <olh@suse.de>
9508
9509 * config-ml.in: Propogate DESTDIR also.
9510
9511 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9512
9513 * configure.in (vax-*-netbsd*): Don't build gas for this
9514 platform.
9515
9516 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9517
9518 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9519 and libgcj for AVR.
9520
9521 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9522
9523 * MAINTAINERS (Write After Approval): Add myself.
9524
9525 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9526
9527 * config.guess: Update to 2002-05-22 version.
9528 * config.sub: Likewise.
9529
9530 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9531
9532 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9533 * config-ml.in: Likewise.
9534 * configure: Likewise.
9535 * configure.in: Likewise.
9536
9537 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9538
9539 * MAINTAINERS: Update my email address.
9540
9541 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9542
9543 * configure.in: Simplify makefile fragment collection.
9544
9545 * configure.in: Remove code to build emacs.
9546
9547 * configure.in : Remove --srcdir argument from targargs and buildargs
9548 (it's always overridden in the Makefile anyway). Rearrange a bit.
9549
9550 * configure: Move some logic to configure.in.
9551 * configure.in: Move some logic from configure.
9552
9553 2002-05-11 Tom Tromey <tromey@redhat.com>
9554
9555 * MAINTAINERS: Reflect libgcj reality.
9556
9557 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9558
9559 * Makefile.in: Honour DESTDIR.
9560
9561 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9562
9563 * config.guess: Import 2002-03-20 version.
9564 * config.sub: Import 2002-04-26 version.
9565
9566 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9567
9568 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9569
9570 2002-05-07 Tim Josling <tej@melbpc.org.au>
9571
9572 * MAINTAINERS: Add self.
9573
9574 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
9575
9576 * ltmain.sh: Detect and handle object name conflicts
9577 while piecewise linking a static library.
9578
9579 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9580
9581 * configure.in (noconfigdirs): Don't disable libgcj on
9582 sparc64-*-solaris* and sparcv9-*-solaris*.
9583
9584 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
9585
9586 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9587
9588 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9589
9590 * configure.in (FLAGS_FOR_TARGET): Do not add
9591 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9592 on i[3456]86-*-linux*.
9593
9594 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9595
9596 * configure.in (noconfigdirs): Replace [ ] with test.
9597
9598 * configure.in (noconfigdirs): Do not add target-newlib if
9599 target == i[3456]86-*-linux*, and host == target.
9600
9601 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9602
9603 * configure.in: delete reference to absent file
9604
9605 * configure.in: replace '[' with 'test'
9606
9607 * configure.in: Eliminate references to gash.
9608 * Makefile.in: Eliminate references to gash.
9609
9610 * configure.in: remove useless references to 'pic' makefile fragments.
9611
9612 * configure.in: (*-*-windows*) Finish removing.
9613
9614 * configure.in: Eliminate redundant test for libgui.
9615
9616 2002-04-29 Roger Sayle <roger@eyesopen.com>
9617
9618 * MAINTAINERS: Add self and realphabetize. Update entries
9619 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9620 entry for a29k port maintainer.
9621
9622 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9623
9624 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9625 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9626
9627 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9628
9629 * configure.in: remove references to dead files
9630
9631 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9632
9633 * MAINTAINERS: Add information about purpose of this file.
9634
9635 2002-04-18 Tom Tromey <tromey@redhat.com>
9636
9637 * configure.in: Disallow configuring libgcj when it is already
9638 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9639 Solaris 2.8 by default. For PR libgcj/6158.
9640
9641 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9642
9643 * configure.in: Move default CC setting out of config/mh-* fragments
9644 directly into here.
9645
9646 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9647
9648 * configure.in: don't even try to configure or make a subdirectory
9649 if there's no configure script for it.
9650
9651 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9652
9653 * MAINTAINERS: Remove chill maintainers.
9654 * Makefile.in (CHILLFLAGS): Remove.
9655 (CHILL_LIB): Remove.
9656 (TARGET_CONFIGDIRS): Remove libchill.
9657 (CHILL_FOR_TARGET): Remove.
9658 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9659 CHILL_LIB.
9660 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9661 (CHECK_TARGET_MODULES): Likewise.
9662 (INSTALL_TARGET_MODULES): Likewise.
9663 (CLEAN_TARGET_MODULES): Likewise.
9664 (configure-target-libchill): Remove.
9665 (all-target-libchill): Remove.
9666 * configure.in (target_libs): Remove target-libchill.
9667 Do not compute CHILL_FOR_TARGET.
9668 * libchill: Remove directory.
9669
9670 2002-04-11 DJ Delorie <dj@redhat.com>
9671
9672 * Makefile.in, configure.in: Sync with binutils, entries
9673 follow...
9674
9675 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9676
9677 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9678 (do-tar, do-bz2): New rules.
9679 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9680 (gdb-tar): New rule.
9681 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9682 (insight_dejagnu.tar): New rule.
9683 (insight.tar): New rule.
9684 (gdb+dejagnu.tar): New rule.
9685 (gdb.tar): New rule.
9686
9687 2002-02-01 Mo DeJong <supermo@bayarea.net>
9688
9689 * Makefile.in: Add all-tix to deps for all-snavigator
9690 so that tix is built when building snavigator.
9691
9692 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9693
9694 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9695 ld and gdb are not supported.
9696
9697 2002-01-07 Mark Salter <msalter@redhat.com>
9698
9699 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9700 Allow target-libgloss to be built for arm, strongarm, and xscale.
9701
9702 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9703
9704 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9705 options for i[3456]86-pc-linux* native builds.
9706
9707 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9708
9709 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9710 files from .po files for a distribution.
9711
9712 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9713
9714 * configure.in: Enable libstdc++-v3 for h8300 targets.
9715
9716 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9717
9718 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9719 version from bfd/.
9720
9721 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9722
9723 * Makefile.in (VER): When present, extract the version number from
9724 the file version.in.
9725
9726 2001-05-24 Tom Rix <trix@redhat.com>
9727
9728 * configure.in : enable ld for aix
9729
9730 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9731
9732 * config.guess: Add linux target for S/390.
9733
9734 2000-11-07 Philip Blundell <pb@futuretv.com>
9735
9736 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9737
9738 2000-11-03 Philip Blundell <pb@futuretv.com>
9739
9740 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9741 files.
9742
9743 2001-01-15 Ben Elliston <bje@redhat.com>
9744
9745 * configure.in (host_tools): Add sid.
9746 Always configure cgen.
9747
9748 2000-11-24 Nick Clifton <nickc@redhat.com>
9749
9750 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9751
9752
9753 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9754
9755 * Makefile.in (ALL_MODULES): Add all-cgen.
9756 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9757 (all-cgen): New target.
9758 (all-opcodes,all-sim): Depend on all-cgen.
9759 * configure.in (host_tools): Add cgen.
9760 Only configure cgen if --enable-cgen-maint.
9761
9762 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9763
9764 * configure.in: Add *-*-freebsd* configurations.
9765
9766 2002-04-08 Tom Tromey <tromey@redhat.com>
9767
9768 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9769 Fixes PR libgcj/6068.
9770
9771 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9772
9773 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9774
9775 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9776
9777 * configure.in (alpha*-dec-osf*): Enable libgcj.
9778
9779 2003-03-27 Matthew Gingell <gingell@gnat.com>
9780
9781 * MAINTAINERS (Write After Approval): Add myself.
9782
9783 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9784
9785 Fix for: PR bootstrap/3591, target/5676
9786 * configure.in (mcore-pe): Disable the configuration of
9787 libstdc++-v3 since exceptions are not supported.
9788
9789 2002-03-20 Anthony Green <green@redhat.com>
9790
9791 * configure.in: Enable libgcj for xscale-elf target.
9792
9793 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9794
9795 * MAINTAINERS: Update my email address.
9796
9797 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9798
9799 * ltmain.sh (relink_command): Fix typo in previous change.
9800
9801 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9802
9803 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9804 (relink_command): Added --tag flags.
9805 (mode=install): If relinking fails; error out.
9806
9807 2002-03-12 Richard Henderson <rth@redhat.com>
9808
9809 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9810 .NOTPARALLEL tag.
9811 (do-check): Rename from check.
9812 (check): Allow parallel check.
9813
9814 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9815
9816 * MAINTAINERS: Add myself as maintainer for xtensa port.
9817 Fix alphabetical order in CPU port maintainer list.
9818 Remove myself from Write After Approval list.
9819
9820 2002-03-11 Richard Henderson <rth@redhat.com>
9821
9822 * Makefile.in (.NOTPARALLEL): Add fake tag.
9823
9824 2002-03-07 H.J. Lu (hjl@gnu.org)
9825
9826 * configure.in: Enable gprof for mips*-*-linux*.
9827
9828 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9829
9830 * MAINTAINERS (Write After Approval): Add myself.
9831
9832 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9833
9834 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9835 libjava.
9836 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9837
9838 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9839
9840 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9841 because its Makefile is there; test for the executable instead.
9842
9843 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9844
9845 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9846 libstdc++-v3 and libjava.
9847
9848 2002-02-11 Adam Megacz <adam@xwt.org>
9849
9850 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9851 boehm-gc
9852
9853 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9854
9855 * config.guess: Updated to 2002-01-30's version.
9856 * config.sub: Updated to 2002-02-01's version.
9857 Contribute sh64-elf.
9858 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9859 * configure.in: Added sh64-*-*.
9860
9861 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9862
9863 * MAINTAINERS: Belatedly add myself to write after approval list.
9864
9865 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9866
9867 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9868 Remove self as Write After Approval.
9869
9870 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9871
9872 * MAINTAINERS: Put self in as maintainer for contrib/regression
9873 directory.
9874
9875 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9876
9877 * MAINTAINERS: Update my email address.
9878
9879 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9880
9881 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9882 target-libiberty, and target-libgloss. Skip Java-related
9883 libraries if not supported for NetBSD on target CPU.
9884
9885 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9886
9887 * install-sh: Use _inst.$$_ for temp file name.
9888
9889 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9890
9891 * MAINTAINERS (Write After Approval): Move my contact info
9892 from here...
9893 (OS Port Maintainers): ...to here (netbsd).
9894
9895 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9896
9897 * MAINTAINERS (Write After Approval): Add myself.
9898
9899 2002-01-17 H.J. Lu <hjl@gnu.org>
9900
9901 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9902 (all-target-fastjar): Also depend on all-target-libiberty.
9903
9904 2002-01-16 H.J. Lu (hjl@gnu.org)
9905
9906 * config.guess: Import from master sources, rev 1.225.
9907 * config.sub: Import from master sources, rev 1.238.
9908
9909 2002-01-16 Kazu Hirata <kazu@hxi.com>
9910
9911 * MAINTAINERS (Write After Approval): Remove myself.
9912
9913 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9914
9915 * MAINTAINERS (Write After Approval): Add myself.
9916
9917 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9918
9919 * MAINTAINERS: Add self as docs co-maintainer.
9920
9921 2001-12-11 Matthias Klose <doko@debian.org>
9922
9923 * MAINTAINERS (Write After Approval): Add myself.
9924
9925 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9926
9927 * MAINTAINERS: Update my email address.
9928
9929 2001-12-07 Turly O'Connor <turly@apple.com>
9930 * MAINTAINERS (Write After Approval): Add myself.
9931 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9932 (rs6000_initialize_trampoline): Call __trampoline_setup for
9933 ABI_DARWIN too.
9934 * darwin-tramp.asm: New file, implements __trampoline_setup.
9935 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9936
9937 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9938
9939 * MAINTAINERS (Write After Approval): Add myself.
9940
9941 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9942
9943 * configure, configure.in: Use temp file for long sed commands.
9944
9945 2001-12-03 Laurent Guerby <guerby@acm.org>
9946
9947 * config.sub: Update to version 1.232 on subversion.
9948
9949 2001-12-03 Ben Elliston <bje@redhat.com>
9950
9951 * MAINTAINERS: Update mail address for config.* patches.
9952
9953 2001-11-27 DJ Delorie <dj@redhat.com>
9954 Zack Weinberg <zack@codesourcery.com>
9955
9956 When build != host, create libiberty for the build machine.
9957
9958 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9959 CONFIG_ARGUMENTS.
9960 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9961 New variables.
9962 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9963 and rules.
9964 (all.normal): Depend on ALL_BUILD_MODULES.
9965 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9966 (all-build-libiberty): Depend on configure-build-libiberty.
9967
9968 * configure: Calculate and substitute proper value for
9969 ALL_BUILD_MODULES.
9970 * configure.in: Create the build subdirectory.
9971 Calculate and substitute TARGET_CONFIGARGS (formerly
9972 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9973
9974 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9975
9976 * MAINTAINERS (write-after-approval): Add self.
9977
9978 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9979
9980 * MAINTAINERS (GNATS only accounts): Remove self.
9981
9982 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9983
9984 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9985 libf2c.
9986
9987 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9988
9989 * MAINTAINERS (Write After Approval): Add self.
9990
9991 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9992
9993 * MAINTAINERS: mips and s390 are also CPU ports.
9994
9995 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9996
9997 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9998
9999 2001-11-11 David O'Brien <obrien@FreeBSD.org>
10000
10001 * MAINTAINERS: Alphabetize.
10002
10003 2001-11-09 Kazu Hirata <kazu@hxi.com>
10004
10005 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10006
10007 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10008
10009 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10010
10011 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10012
10013 * configure.in (--enable-languages): Be more permissive about
10014 syntax. Check for empty lists better. Warn about $LANGUAGES.
10015
10016 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10017
10018 * config.sub: Import from master sources, rev. 1.230.
10019 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10020
10021 2001-11-07 Laurent Guerby <guerby@acm.org>
10022
10023 * MAINTAINERS (Write After Approval): Add self.
10024
10025 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10026
10027 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10028
10029 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10030
10031 * config.sub: Import from master sources, rev 1.226.
10032 * config.guess: Import from master sources, rev 1.216.
10033
10034 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10035
10036 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10037 * MAINTAINERS: Add self as maintainer of MMIX port.
10038 Remove old after-approval entry.
10039
10040 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10041
10042 * ChangeLog, configure: Fix spelling errors.
10043
10044 2001-10-20 Brendan Kehoe <brendan@zen.org>
10045
10046 * MAINTAINERS: Tweak my address.
10047
10048 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10049
10050 * MAINTAINERS: Update my email address.
10051
10052 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10053
10054 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10055 * MAINTAINERS: Add self as maintainer of CRIS port.
10056
10057 2001-10-10 Geert Bosch <bosch@gnat.com>
10058
10059 * MAINTAINERS (Various maintainers: Ada front end):
10060 Added Robert Dewar.
10061
10062 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10063
10064 * MAINTAINERS (Write After Approval): Added self
10065
10066 2001-10-02 Geert Bosch <bosch@gnat.com>
10067
10068 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10069
10070 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10071
10072 * configure: Handle temporary files securely using mkdir.
10073
10074 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10075
10076 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10077
10078 2001-09-26 Will Cohen <wcohen@redhat.com>
10079
10080 * configure.in (*-*-linux*): Disable configuration of target-newlib
10081 and target-libgloss.
10082
10083 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10084
10085 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10086 RANLIB.
10087
10088 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10089
10090 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10091 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10092 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10093 avoid quotes nesting problems.
10094 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10095 (DO_X): Export only variables that are set.
10096
10097 2001-09-19 Ben Elliston <bje@redhat.com>
10098
10099 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10100 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10101 semantics. Use the shell built-in "type" command instead.
10102
10103 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10104
10105 Merged from gcc-3_0-branch:
10106 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10107 * ltcf-c.sh: Use $objext, not $ac_objext.
10108 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10109 * ltcf-cxx.sh: Add support for GNU.
10110 2001-07-22 Timothy Wall <twall@redhat.com>
10111 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10112 default settings if using GNU tools with that configuration.
10113 * ltcf-cxx.sh: Ditto.
10114 * ltcf-gcj.sh: Ditto.
10115 2001-07-21 Michael Chastain <chastain@redhat.com>
10116 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10117 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10118 * ltmain.sh: Mark as gcc-local.
10119
10120 2001-08-30 Eric Christopher <echristo@redhat.com>
10121 Jason Eckhardt <jle@redhat.com>
10122
10123 * config.guess: Merge from master sources.
10124 * config.sub: Merge from master sources, add support for mipsisa32.
10125
10126 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10127 * config.sub: Merge from master sources, rev 1.219.
10128 * MAINTAINERS: Add self as contact for stormy16 port.
10129
10130 2001-08-14 Zack Weinberg <zackw@panix.com>
10131
10132 * config.sub: Merge from master sources, rev 1.218.
10133 * config.guess: Merge from master sources, rev 1.209.
10134
10135 2001-08-11 Graham Stott <grahams@redhat.com>
10136
10137 * Makefile.in (check-c++): Add missing semicolon.
10138
10139 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10140
10141 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10142
10143 2001-07-30 Eric Christopher <echristo@redhat.com>
10144
10145 * MAINTAINERS (Various maintainers: mips port): Added myself.
10146
10147 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10148
10149 * configure.in (sh-*-linux*): New.
10150
10151 2001-07-27 Richard Henderson <rth@redhat.com>
10152
10153 * .cvsignore: Add LAST_UPDATED.
10154
10155 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10156
10157 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10158
10159 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10160
10161 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10162
10163 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10164
10165 * MAINTAINERS (Write After Approval): Added myself.
10166
10167 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10168
10169 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10170 and libgcj on m68hc11/m68hc12.
10171
10172 2001-06-27 H.J. Lu (hjl@gnu.org)
10173
10174 * Makefile (CFLAGS_FOR_BUILD): New.
10175 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10176
10177 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10178
10179 * README: Remove version number.
10180
10181 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10182
10183 * INSTALL/README: Update wrt. to the installation instructions now
10184 residing in gcc/doc/install.texi.
10185
10186 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10187
10188 * README: Replace with a cut-down and updated version of gcc/README.
10189
10190 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10191
10192 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10193 multilibs to be disabled.
10194
10195 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10196
10197 * MAINTAINERS (Write After Approval): Add myself.
10198
10199 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10200
10201 * config.guess: Import CVS version 1.195.
10202 * config.sub: Import CVS version 1.212.
10203
10204 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10205
10206 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10207 gcc/xgcc is built, use -print-prog-name to find out the program
10208 name to use.
10209
10210 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10211
10212 * config.guess: Import CVS version 1.194. All gcc-local changes
10213 appear to also be in the master copy.
10214 * config.sub: Import CVS version 1.211.
10215
10216 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10217
10218 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10219 with_gcc]: Use `gcc -shared' to build a shared library.
10220
10221 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10222
10223 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10224 archives.
10225
10226 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10227
10228 * MAINTAINERS (Write After Approval): Add myself.
10229
10230 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10231
10232 * configure.in (libstdcxx_flags): Do not try to execute
10233 libstdc++-v3/testsuite_flags until it exists.
10234
10235 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10236
10237 * MAINTAINERS: Update my email address.
10238
10239 2001-05-31 Graham Stott <grahams@redhat.com>
10240
10241 * MAINTAINERS (Write After Approval): Add myself.
10242
10243 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10244
10245 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10246 libraries when using g++ with native linker.
10247
10248 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10249
10250 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10251
10252 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10253
10254 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10255 [aix4*|aix5*]: Prepend blank.
10256
10257 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
10258
10259 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10260 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10261 of subdir/configure scripts to use the new libtool.m4.
10262
10263 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10264
10265 * MAINTAINERS (Write After Approval): Add myself.
10266
10267 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10268
10269 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10270
10271 2001-05-11 Ben Elliston <bje@redhat.com>
10272
10273 * Makefile.in (all-sid): New target.
10274 (check-sid, clean-sid, install-sid): Likewise.
10275
10276 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10277
10278 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10279
10280 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10281
10282 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10283 libgcj.
10284
10285 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10286
10287 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10288 gcc/xgcc is built, use -print-prog-name to find out the program
10289 name to use.
10290
10291 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
10292
10293 * configure.in (noconfigdirs): Don't reset it from scratch in the
10294 target case; only append to it.
10295
10296 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10297 sparc-*-solaris2.8]: Disable ${libgcj}.
10298
10299 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
10300
10301 * configure.in (libgcj_saved): Copy from $libgcj.
10302 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10303 --disable-libgcj.
10304
10305 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10306
10307 * MAINTAINERS: Remove self as MIPS maintainer and
10308 C front end maintainer.
10309
10310 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10311
10312 * configure.in: Move *-chorusos target case to the proper switch.
10313 Disable libgcj.
10314
10315 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10316
10317 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10318 1.641.2.228.
10319
10320 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10321
10322 * Makefile.in (STAGE1_CFLAGS): Pass down.
10323
10324 2001-04-13 Alan Modra <amodra@one.net.au>
10325
10326 * config.guess: Add hppa64-linux support. Note for next import that
10327 this is already in the master file.
10328 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10329
10330 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10331
10332 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10333 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10334
10335 2001-04-11 Stan Shebs <shebs@apple.com>
10336
10337 * MAINTAINERS: Add self as Darwin port maintainer.
10338
10339 2001-04-11 Alan Modra <amodra@one.net.au>
10340
10341 * MAINTAINERS: Update my email address.
10342
10343 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
10344
10345 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10346 recent versions of FreeBSD (release 3 or later).
10347 * ltconfig: On FreeBSD, -lc must not be provided when building
10348 a shared library or else the standard -pthread gcc option is
10349 rendered worthless to later users of the built library.
10350
10351 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10352
10353 * MAINTAINERS: Add self and RTH as C front end maintainers.
10354
10355 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
10356
10357 * config.sub: Make sure to match an already-canonicalized
10358 machine name (eg. mn10300-unknown-elf).
10359
10360 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
10361
10362 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10363 New macros.
10364 (bootstrap, cross): Use RECURSE_FLAGS.
10365 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10366
10367 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
10368
10369 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10370
10371 2001-03-22 Colin Howell <chowell@redhat.com>
10372
10373 * Makefile.in (DO_X): Do not backslash single-quotes in
10374 backquotes (two places).
10375
10376 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10377
10378 Re-installed:
10379 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10380 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10381 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10382 * ltcf-cxx.sh: Likewise.
10383 * ltcf-gcj.sh: Likewise.
10384
10385 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10386
10387 * MAINTAINERS: Add myself as "documentation co-maintainer".
10388
10389 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10390
10391 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10392 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10393
10394 2001-03-19 Tom Tromey <tromey@redhat.com>
10395
10396 * config-ml.in: Handle GCJ and GCJFLAGS.
10397
10398 2001-03-21 Michael Chastain <chastain@redhat.com>
10399
10400 * Makefile.in: all-m4 depends on all-texinfo.
10401
10402 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
10403
10404 * MAINTAINERS: Add myself to write after approval list.
10405
10406 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
10407
10408 * Makefile.in (DO_X): Quote nested quotes.
10409
10410 2001-03-18 Alan Modra <alan@linuxcare.com.au>
10411
10412 * MAINTAINERS: Add myself to write after approval list.
10413
10414 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
10415
10416 * Makefile.in (DO_X): Use double quotes for quoting
10417 "RANLIB=$${RANLIB}".
10418
10419 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10420
10421 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10422
10423 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
10424
10425 * configure.in: Only use `lang_requires' for languages athat are
10426 actually enabled.
10427
10428 2001-03-08 Phil Edwards <pme@sources.redhat.com>
10429
10430 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10431
10432 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10433
10434 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10435
10436 2001-03-07 Tom Tromey <tromey@redhat.com>
10437
10438 * configure.in: Allow config-lang.in to set `lang_requires' to list
10439 of other required languages.
10440
10441 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10442
10443 * Makefile.in: Remove RANLIB definition. Use RANLIB
10444 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10445 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10446
10447 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10448 Alexandre Oliva <aoliva@redhat.com>
10449
10450 * Makefile.in (check-c++): Use tabs, not spaces.
10451
10452 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10453
10454 * MAINTAINERS: add myself to Write After Approval list.
10455
10456 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10457
10458 * Makefile.in (check-c++): New rule.
10459
10460 * configure.in (target_libs): Remove libg++.
10461 (noconfigdirs): Remove libg++.
10462 (noconfigdirs): Same.
10463 (noconfigdirs): Same.
10464 (noconfigdirs): Same.
10465
10466 * config-ml.in: Remove libg++ references.
10467
10468 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10469 (ALL_TARGET_MODULES): Same.
10470 (configure-target-libg++): Remove.
10471 (all-target-libg++): Remove.
10472 (configure-target-libio): Remove.
10473 (all-target-libio): Remove.
10474 (check-target-libio): Remove.
10475 (.PHONY): Remove.
10476 (libg++.tar.bz2): Remove.
10477 (all-target-cygmon): Remove libio.
10478 (all-target-libstdc++): Remove.
10479 (configure-target-libstdc++): Remove.
10480 (TARGET_LIB_PATH): Remove libstdc++.
10481 (ALL_GCC_CXX): Remove libstdc++.
10482 (all-target-gperf): Correct.
10483
10484 2001-02-16 Nick Clifton <nickc@redhat.com>
10485
10486 * configure.in (noconfigdirs): Allow configuration of texinfo
10487 for Cygwin hosts.
10488
10489 2001-02-15 Anthony Green <green@redhat.com>
10490
10491 * configure: Introduce GCJ_FOR_TARGET.
10492 * configure.in: Ditto.
10493 * Makefile.in: Ditto.
10494
10495 2001-02-13 Andreas Schwab <schwab@suse.de>
10496
10497 * MAINTAINERS: Update mail address.
10498
10499 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10500
10501 * config.guess: Add linux target for S/390.
10502 * config.sub: Likewise.
10503
10504 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10505
10506 * configure.in: for *-chorusos, don't config target-newlib and
10507 target-libgloss.
10508
10509 2001-02-06 Ben Elliston <bje@redhat.com>
10510
10511 * configure: Output host type to stdout, not stderr.
10512
10513 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10514
10515 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10516 * ltcf-cxx.sh: Likewise.
10517
10518 * config.if: Assume enable_libstdcxx_v3 is defined.
10519
10520 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10521
10522 Remove V2 C++ library.
10523 * configure.in: Remove --enable-libstdcxx_v3 support.
10524
10525 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10526
10527 * include/demangle.h: Add prototype for java_demangle_v3.
10528
10529 2001-01-29 Phil Edwards <pme@sources.redhat.com>
10530
10531 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10532
10533 2001-01-27 Richard Henderson <rth@redhat.com>
10534
10535 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10536
10537 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10538
10539 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10540 Don't unset, it's non-portable and no longer necessary, set to empty
10541 instead.
10542
10543 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10544
10545 * ltconfig: Shell portability fix for the tagname validity check.
10546
10547 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
10548
10549 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10550 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10551
10552 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10553
10554 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10555
10556 2001-01-26 Tom Tromey <tromey@redhat.com>
10557
10558 * configure.in: Allow libgcj to be built on Sparc Solaris.
10559
10560 2001-01-25 David Edelsohn <edelsohn@gnu.org>
10561
10562 * ltcf-c.sh: Add aix5 case.
10563 * ltcf-cxx.sh: Likewise.
10564 * ltconfig: Likewise.
10565
10566 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
10567
10568 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10569 keep at least one of build_libtool_libs or build_old_libs set to
10570 yes.
10571
10572 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10573 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10574
10575 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10576
10577 * configure.in: Enable libgcj on several additional platforms.
10578
10579 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10580
10581 * configure.in: Enable libgcj for linux targets.
10582
10583 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10584
10585 * MAINTAINERS (Write After Approval): Add myself.
10586
10587 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10588
10589 * MAINTAINERS: Add myself as vax port maintainer.
10590
10591 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10592
10593 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10594
10595 2001-01-09 Mike Stump <mrs@wrs.com>
10596
10597 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10598 failures of subdirectories.
10599
10600 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10601
10602 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10603 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10604 * ltcf-cxx.sh: Likewise.
10605 * ltcf-gcj.sh: Likewise.
10606 * ltconfig.sh: Fix typo.
10607
10608 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10609
10610 * configure: handle DOS-style absolute paths.
10611
10612 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10613
10614 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10615
10616 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10617
10618 * MAINTAINERS: Add myself as avr port co-maintainer.
10619
10620 2000-12-28 Ben Elliston <bje@redhat.com>
10621
10622 * MAINTAINERS: Add myself under ``Write After Approval''.
10623
10624 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10625
10626 * texinfo: Remove directory from GCC.
10627
10628 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10629
10630 * COPYING: Update to current
10631 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10632 to 19yy as example year in copyright notice).
10633
10634 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10635
10636 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10637 (libstdcxx_incdir): Pass down.
10638 * config.if: Remove expired bits for cxx_interface, add stub.
10639 (libstdcxx_incdir): Add variable for g++ include directory.
10640 * configure.in (gxx_include_dir): Use it.
10641
10642 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10643
10644 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10645 with old-email address from ``Write After Approval''.
10646
10647 2000-12-15 Andreas Jaeger <aj@suse.de>
10648
10649 * configure.in: Handle lang_dirs.
10650
10651 2000-12-14 Tom Tromey <tromey@redhat.com>
10652
10653 * MAINTAINERS: Removed brads.
10654
10655 * MAINTAINERS: Added gcj developers.
10656
10657 2000-12-13 Anthony Green <green@redhat.com>
10658
10659 * configure.in: Disable libgcj for any target not specifically
10660 listed. Disable libgcj for x86 and Alpha Linux until compatible
10661 with g++ abi.
10662
10663 2000-12-13 Mike Stump <mrs@wrs.com>
10664
10665 * Makefile.in (local-distclean): Also remove fastjar.
10666
10667 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10668
10669 * contrib/gcc_update: Add fastjar --touch entries.
10670
10671 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10672
10673 * configure.in: Disable language-specific target libraries for
10674 languages that aren't enabled.
10675
10676 2000-12-10 Anthony Green <green@redhat.com>
10677
10678 * configure.in: Define libgcj. Disable libgcj target libraries for
10679 most targets.
10680
10681 2000-12-10 Neil Booth <neilb@earthling.net>
10682
10683 * MAINTAINERS: Update mail address, remove from WAA list.
10684
10685 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10686
10687 * libjava: Imported from /cvs/java.
10688 * libffi: Likewise.
10689 * Boehm-gc: Likewise.
10690
10691 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10692
10693 * configure.in (target_libs): Revert 2000-12-08 patch.
10694 (noconfigdirs): Added target-libjava.
10695
10696 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10697
10698 * djunpack.bat: removed.
10699
10700 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10701
10702 * Makefile.in: handle DOS-style absolute paths.
10703 * config-ml.in: likewise.
10704 * symlink-tree: likewise.
10705
10706 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10707
10708 * fastjar: Imported.
10709
10710 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10711
10712 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10713 libjava.
10714 * configure.in (target_libs): Removed `target-libjava'.
10715
10716 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10717
10718 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10719 (ALL_MODULES): Added fastjar.
10720 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10721 (all-target-libjava): all-fastjar replaces all-zip.
10722 (all-fastjar): Added.
10723 (configure-target-fastjar, all-target-fastjar): Likewise.
10724 * configure.in (host_tools): Added fastjar.
10725
10726 2000-12-07 Mike Stump <mrs@wrs.com>
10727
10728 * Makefile.in (local-distclean): Remove leftover built files.
10729
10730 2000-11-24 Nick Clifton <nickc@redhat.com>
10731
10732 * configure.in (xscale-elf): Add target.
10733 (xscale-coff): Add target.
10734
10735 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10736
10737 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10738 recent versions of FreeBSD (release 3 or later).
10739 * ltconfig: On FreeBSD, -lc must not be provided when building
10740 a shared library or else the standard -pthread gcc option is
10741 rendered worthless to later users of the built library.
10742
10743 2000-11-16 Fred Fish <fnf@be.com>
10744
10745 * configure.in (enable_libstdcxx_v3): Fix typo,
10746 libstd++ -> libstdc++.
10747
10748 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10749
10750 * MAINTAINERS: Add self to Write After Approval list.
10751
10752 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10753
10754 * MAINTAINERS: Update my email address. Add myself to global write
10755 privs list.
10756
10757 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10758
10759 * Makefile.in: Merge with src and libgcj.
10760 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10761 configure-target-<library> when their configure scripts need the C
10762 or C++ library to have already been built to work properly.
10763 (do_proto_toplev): Set them to an empty string.
10764
10765 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10766 (REALLY_SET_LIB_PATH): Use them.
10767
10768 2000-11-17 Stan Shebs <shebs@apple.com>
10769
10770 * MAINTAINERS: Add self to Write After Approval list.
10771
10772 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10773
10774 * configure: Provide the original toplevel configure arguments
10775 (including $0) to subprocesses in the environment rather than
10776 through gcc/configargs.h.
10777
10778 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10779
10780 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10781 C99. Alphabetise "Write After Approval" list.
10782
10783 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10784
10785 * configure: Turn on libstdc++ V3 by default.
10786
10787 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10788 if we've got GCC.
10789
10790 2000-11-11 Philip Blundell <philb@gnu.org>
10791
10792 * MAINTAINERS: Add self to Write After Approval list.
10793
10794 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10795
10796 * ltcf-c.sh (aix4): Improve shared library configuration; require
10797 exporting symbols.
10798 * ltcf-cxx.sh (aix4): Define.
10799 * ltconfig (aix4): Define library and soname specs appropriate for
10800 AIX. Define command to create export symbols list.
10801
10802 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10803
10804 * config.sub: Add support for Sun Chorus
10805
10806 2000-10-31 Nick Clifton <nickc@redhat.com>
10807
10808 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10809 <name>@redhat.com. Also installed new email address for Clint
10810 Popetz.
10811
10812 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10813
10814 * etc: Remove directory from GCC.
10815
10816 2000-10-16 Michael Meissner <meissner@redhat.com>
10817
10818 * configure (gcc/configargs.h): Only create if there is a build GCC
10819 directory created.
10820
10821 2000-10-16 Matthias Klose <doko@debian.org>
10822
10823 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10824 when configured for libstdc++-v3.
10825
10826 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10827
10828 * configure: Save configure arguments to gcc/configargs.h.
10829
10830 2000-10-04 Philipp Thomas <pthomas@suse.de>
10831
10832 * config.guess: Import CVS version 1.157.
10833 * config.sub: Import CVS version 1.181.
10834
10835 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10836
10837 * Makefile.in (bootstrap): avoid recursion if subdir missing
10838 (cross): ditto
10839 (do-proto-toplev): ditto
10840
10841 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10842
10843 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10844 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10845
10846 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10847 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10848 all affected `configure' scripts.
10849
10850 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10851
10852 * MAINTAINERS: Add self as cpplib co-maintainer.
10853
10854 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10855
10856 * MAINTAINERS: Add self to Write After Approval list.
10857
10858 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10859
10860 * INSTALL/README: egcs -> GCC update.
10861
10862 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10863
10864 * MAINTAINERS: Add myself to Write After Approval list.
10865
10866 2000-09-15 Kazu Hirata <kazu@hxi.com>
10867
10868 * MAINTAINERS: Add myself to Write After Approval list.
10869
10870 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10871
10872 * configure.in: Do not build byacc for hppa64. Provide paths to the
10873 X11 libraries for hppa64.
10874
10875 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10876
10877 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10878
10879 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10880
10881 * Makefile.in (all-zlib): Added dummy target.
10882
10883 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10884 ltcf-gcj.sh: Updated from libtool multi-language branch.
10885
10886 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10887
10888 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10889 (bootstrap*): Depend on all-bootstrap.
10890
10891 2000-09-05 Philipp Thomas <pthomas@suse.de>
10892
10893 * config.guess: Import CVS version 1.156.
10894 * config.sub: Import CVS version 1.179.
10895
10896 2000-09-02 Anthony Green <green@cygnus.com>
10897
10898 * Makefile.in (all-gcc): Depend on all-zlib.
10899 (CLEAN_MODULES): Add clean-zlib.
10900 (ALL_MODULES): Add all-zlib.
10901 * configure.in (host_libs): Add zlib.
10902
10903 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10904
10905 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10906 crosses, but add gcc/include to the header search path for them.
10907
10908 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10909
10910 * MAINTAINERS: Add self to Write After Approval list.
10911
10912 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10913
10914 * config.guess: Import CVS version 1.152.
10915 * config.sub: Import CVS version 1.177.
10916
10917 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10918
10919 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10920 $targargs to tell whether newlib is going to be built.
10921
10922 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10923 $$r/TARGET_SUBDIR/libio for _G_config.h.
10924
10925 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10926
10927 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10928
10929 2000-08-22 DJ Delorie <dj@redhat.com>
10930
10931 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10932
10933 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10934
10935 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10936 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10937 sub-configures.
10938
10939 2000-08-21 DJ Delorie <dj@redhat.com>
10940
10941 * MAINTAINERS: Add self as a libiberty maintainer
10942
10943 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10944
10945 * configure.in (libstdcxx_flags): Use
10946 libstdc++-v3/src/libstdc++.INC.
10947
10948 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10949
10950 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10951
10952 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10953
10954 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10955
10956 * configure: Make enable_threads and enable_shared defaults
10957 explicit. Substitute enable_threads into generated Makefiles.
10958 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10959 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10960
10961 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10962
10963 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10964
10965 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10966
10967 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10968 previous delta.
10969
10970 2000-08-11 Jason Merrill <jason@redhat.com>
10971
10972 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10973 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10974 (FLAGS_FOR_TARGET): Not here.
10975 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10976
10977 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10978
10979 * config-ml.in (CC, CXX): Don't introduce a leading space.
10980
10981 2000-08-07 DJ Delorie <dj@delorie.com>
10982
10983 * MAINTAINERS: Add self as a DJGPP maintainer
10984
10985 2000-08-07 DJ Delorie <dj@redhat.com>
10986
10987 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10988 "if we're also building gcc, and it's a gcc that will run on the
10989 build machine, we want to use its includes instead of the system's
10990 default includes".
10991
10992 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10993
10994 * MAINTAINERS: Add self to Write After Approval list.
10995
10996 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10997
10998 * configure.in (libstdcxx_flags): Don't use `"'.
10999
11000 * config-ml.in: Adjust multilib search paths to the
11001 appropriate multilib tree.
11002
11003 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
11004
11005 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11006 commas in $LANGUAGES.
11007
11008 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
11009
11010 * configure.in: Re-enable all references to libg++ and librx.
11011
11012 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11013
11014 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11015 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11016 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11017 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11018
11019 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11020
11021 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11022
11023 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11024 CXX_FOR_TARGET for sed.
11025
11026 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11027
11028 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11029 Do not override if already set in the environment or in configure.
11030 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11031 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11032
11033 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11034
11035 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11036 the libtool CVS tree multi-language branch.
11037 * ltconfig, ltmain.sh: Updated.
11038
11039 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11040
11041 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11042 (clean-target): Depend on it.
11043
11044 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11045 (GCC_FOR_TARGET): Use it.
11046 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11047 * configure.in: ... here.
11048 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11049 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11050
11051 2000-07-24 Eric Christopher <echristo@cygnus.com>
11052
11053 * MAINTAINERS: Add self to Write After Approval list.
11054
11055 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11056
11057 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11058 (configure-target-libchill, configure-target-libobjc): Likewise.
11059
11060 * configure.in: Use the same cache file for all target libs.
11061 * config-ml.in: But different cache files per multilib variant.
11062
11063 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11064
11065 * configure (topsrcdir): Don't use dirname.
11066
11067 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11068
11069 * MAINTAINERS: Add self to Write After Approval list.
11070
11071 2000-07-20 Jason Merrill <jason@redhat.com>
11072
11073 * configure.in: Remove all references to libg++ and librx.
11074
11075 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11076
11077 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11078
11079 * config.sub: Update to subversions version 2000-07-06.
11080
11081 2000-07-12 Andrew Haley <aph@cygnus.com>
11082
11083 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11084 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11085
11086 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11087
11088 * symlink-tree: Check number of arguments.
11089
11090 2000-07-05 Jim Wilson <wilson@cygnus.com>
11091
11092 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11093 search path for a g++ extracted from the build tree. This
11094 will allow link tests run by configure scripts in
11095 subdirectories to succeed.
11096
11097 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11098
11099 * ltconfig: Add support for mips-dde-sysv4.2MP
11100
11101 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11102
11103 * MAINTAINERS: Add myself as loop discovery maintainer.
11104
11105 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11106
11107 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11108 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11109
11110 2000-06-19 Timothy Wall <twall@cygnus.com>
11111
11112 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11113 * config.sub: Add tic54x target.
11114
11115 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11116
11117 * MAINTAINERS: Add self as Fortran maintainer,
11118 remove Craig Burley.
11119
11120 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11121
11122 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11123 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11124
11125 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11126
11127 * MAINTAINERS: Add self as i18n maintainer
11128
11129 20000-05-21 H.J. Lu (hjl@gnu.org)
11130
11131 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11132 directory are used if they exist. Make sure
11133 $(build_tooldir)/include is searched for header files,
11134 $(build_tooldir)/lib/ for library files.
11135 (GCC_FOR_TARGET): Likewise.
11136 (CXX_FOR_TARGET): Likewise.
11137
11138 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11139
11140 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11141
11142 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11143
11144 * Makefile.in (configure-target-libiberty): Depend on
11145 configure-target-newlib.
11146
11147 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11148
11149 * configure.in, Makefile.in: Merge all libffi-related
11150 configury stuff from the libgcj tree.
11151
11152 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11153
11154 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11155 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11156
11157 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11158
11159 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11160 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11161 current version information. Add to proto-toplev directory.
11162 (gdb-taz): Build do-djunpack.
11163
11164 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11165
11166 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11167
11168 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11169
11170 * MAINTAINERS: Add self to Write After Approval list.
11171
11172 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11173
11174 * ltmain.sh: Preserve in relink_command any environment
11175 variables that may affect the linker behavior.
11176
11177 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11178
11179 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11180
11181 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11182
11183 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11184
11185 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11186
11187 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11188 with the version name.
11189
11190 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11191
11192 * MAINTAINERS: Add self as bb-reorder maintainer.
11193
11194 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11195
11196 * config.if: Tweak.
11197
11198 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11199
11200 * djunpack.bat: New file.
11201
11202 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11203
11204 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11205 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11206 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11207 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11208
11209 2000-04-16 Dave Pitts <dpitts@cozx.com>
11210
11211 * config.sub (case $basic_machine): Change default for "ibm-*"
11212 to "openedition".
11213
11214 2000-04-13 Andreas Jaeger <aj@suse.de>
11215
11216 * MAINTAINERS: Added myself.
11217
11218 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11219
11220 * Makefile.in (gdb-taz): New target. GDB specific archive.
11221 (do-md5sum): New target.
11222 (MD5PROG): Define.
11223 (PACKAGE): Default to TOOL.
11224 (VER): Default to a shell script.
11225 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11226 md5 checksum generation.
11227 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11228 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11229 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11230 insight.tar.bz2): Use gdb-taz to create archive.
11231
11232 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11233
11234 * configure (warn_cflags): Delete.
11235
11236 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11237
11238 * MAINTAINERS: Added myself.
11239
11240 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11241 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11242
11243 * configure.in (enable_libstdcxx_v3): Add.
11244 (target_libs): Add bits here to switch between libstdc++-v2 and
11245 libstdc++-v3.
11246 * config.if: And this file too.
11247 * Makefile.in: Add libstdc++-v3 targets.
11248
11249 2000-04-05 Michael Meissner <meissner@redhat.com>
11250
11251 * config.sub (d30v): Add d30v as a basic machine type.
11252
11253 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
11254
11255 * configure.in: -linux-gnu*, not -linux-gnu.
11256
11257 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11258
11259 * MAINTAINERS: Add self in write-after-approval section.
11260
11261 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11262
11263 * MAINTAINERS: Add self as ia64 port maintainer.
11264
11265 2000-03-08 Neil Booth <NeilB@earthling.net>
11266
11267 * MAINTAINERS: Add self in write-after-approval section.
11268
11269 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
11270
11271 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11272 (do-tar-bz2): Replace TOOL with PACKAGE.
11273 (gdb.tar.bz2): Remove GDBTK from GDB package.
11274 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11275 dejagnu.tar.bz2): New packages.
11276
11277 2000-02-27 Andreas Jaeger <aj@suse.de>
11278
11279 * configure.in: Add entry for mips*-*-linux*, move catch all
11280 *-*-*linux* entry below this one.
11281
11282 2000-02-27 Ian Lance Taylor <ian@zembu.com>
11283
11284 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11285
11286 2000-02-24 Nick Clifton <nickc@cygnus.com>
11287
11288 * config.sub: Support an OS of "wince".
11289
11290 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11291
11292 * config.guess, config.sub: Updated to match config's 2000-02-15
11293 version.
11294
11295 2000-02-23 Linas Vepstas <linas@linas.org>
11296
11297 * config.sub: Add support for Linux/IBM 370.
11298 * configure.in: Likewise.
11299
11300 2000-02-22 Nick Clifton <nickc@cygnus.com>
11301
11302 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11303
11304 2000-02-20 Christopher Faylor <cgf@cygnus.com>
11305
11306 * config.guess: Guess "cygwin" rather than "cygwin32".
11307
11308 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11309
11310 * configure (gcc_version): When setting, narrow search to
11311 lines containing `version_string'.
11312
11313 2000-02-15 Denis Chertykov <denisc@overta.ru>
11314
11315 * config.sub: Add support for avr target.
11316
11317 2000-02-14 Nick Clifton <nickc@cygnus.com>
11318
11319 * MAINTAINERS: Add maintainers for MCore port.
11320
11321 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11322
11323 * config.sub: Add mmix-knuth-mmixware.
11324
11325 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11326
11327 * MAINTAINERS: Pair cccp with cpplib maintainership.
11328
11329 2000-01-27 Christopher Faylor <cgf@redhat.com>
11330
11331 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11332 structure stuff to -L library search.
11333 (CXX_FOR_TARGET): Ditto.
11334 (CROSS_CHECK_MODULES): Fix spelling mistake.
11335
11336 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11337
11338 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11339 the C++ compiler.
11340
11341 2000-01-12 Richard Henderson <rth@cygnus.com>
11342
11343 * configure.in: Don't build some bits for beos.
11344
11345 2000-01-12 Joel Sherrill (joel@OARcorp.com)
11346
11347 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11348 as include files.
11349
11350 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11351
11352 * Add self as cpplib maintainer, as requested by Jason
11353 Merrill. Correct my e-mail address.
11354
11355 2000-01-06 Geoff Keating <geoffk@cygnus.com>
11356
11357 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11358 not mh-aix43.
11359
11360 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11361
11362 * MAINTAINERS: Add myself to "write after approval" list.
11363
11364 1999-12-14 Richard Henderson <rth@cygnus.com>
11365
11366 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11367 * config.sub: Accept alphaev[78], alphaev8.
11368
11369 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11370
11371 * config.guess, config.sub: Update from autoconf.
11372
11373 1999-11-29 Bruce Korb <autogen@linuxbox.com>
11374
11375 * MAINTAINERS: update my playtime e-address.
11376
11377 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11378
11379 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11380 necessary libraries are missing.
11381
11382 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11383
11384 * MAINTAINERS: Add new 'write after approval' maintainer.
11385
11386 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11387
11388 * MAINTAINERS: Add new Java maintainer.
11389
11390 1999-10-25 Andreas Schwab <schwab@suse.de>
11391
11392 * configure: Fix quoting inside arguments of eval.
11393
11394 1999-10-21 Nick Clifton <nickc@cygnus.com>
11395
11396 * config-ml.in: Allow suppression of some ARM multilibs.
11397
11398 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11399
11400 * config.guess: Add OS/390 match pattern.
11401 * config.sub: Add mvs, openedition targets.
11402 * configure.in (i370-ibm-opened*): New.
11403
11404 1999-09-04 Steve Chamberlain <sac@pobox.com>
11405
11406 * config.sub: Add support for configuring for pj.
11407
11408 1999-08-31 Nick Clifton <nickc@cygnus.com>
11409
11410 * config.sub (maybe_os): Add support for configuring for fr30.
11411
11412 1999-08-25 Nick Clifton <nickc@cygnus.com>
11413
11414 * configure.in: Do not configure or build ld for AIX
11415 platforms. ld is known to be broken on these platforms.
11416
11417 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11418
11419 * config-ml.in: Pass compiler flag corresponding to multidirs to
11420 subdir configures.
11421
11422 1999-08-09 Ian Lance Taylor <ian@zembu.com>
11423
11424 * Makefile.in (LDFLAGS): Define.
11425
11426 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11427
11428 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11429 noconfigdirs.
11430 (*-*-cygwin*): Likewise.
11431
11432 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11433
11434 * mkdep: New file.
11435 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11436 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11437
11438 From Eli Zaretskii <eliz@is.elta.co.il>:
11439 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11440 long file name when using DJGPP on MS-DOS.
11441
11442 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11443
11444 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11445
11446 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11447
11448 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11449 dependency as this causes "make check" to globally "make all"
11450
11451 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11452
11453 * configure.in (target_libs): Added target-zlib.
11454 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11455 (CONFIGURE_TARGET_MODULES): Likewise.
11456 (CHECK_TARGET_MODULES): Likewise.
11457 (INSTALL_TARGET_MODULES): Likewise.
11458 (CLEAN_TARGET_MODULES): Likewise.
11459 (configure-target-zlib): New target.
11460 (all-target-zlib): Likewise.
11461 (all-target-libjava): Depend on all-target-zlib.
11462 (configure-target-libjava): Depend on configure-target-zlib.
11463
11464 * Makefile.in (configure-target-libjava): Depend on
11465 configure-target-newlib.
11466 (configure-target-boehm-gc): New target.
11467 (configure-target-qthreads): New target.
11468
11469 * configure.in (target_libs): Added target-qthreads.
11470 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11471 (CONFIGURE_TARGET_MODULES): Likewise.
11472 (CHECK_TARGET_MODULES): Likewise.
11473 (INSTALL_TARGET_MODULES): Likewise.
11474 (CLEAN_TARGET_MODULES): Likewise.
11475 (all-target-qthreads): New target.
11476 (configure-target-libjava): Depend on configure-target-qthreads.
11477 (all-target-libjava): Depend on all-target-qthreads.
11478
11479 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11480 (CONFIGURE_TARGET_MODULES): Likewise.
11481 (CHECK_TARGET_MODULES): Likewise.
11482 (INSTALL_TARGET_MODULES): Likewise.
11483 (CLEAN_TARGET_MODULES): Likewise.
11484 (all-target-libjava): New target.
11485 (all-target-boehm-gc): Likewise.
11486 * configure.in (target_libs): Added libjava, boehm-gc.
11487
11488 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11489
11490 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11491 configure.bat in SUPPORT_FILES.
11492 (gas+binutils.tar.bz2): Likewise.
11493
11494 * makeall.bat: Remove; obsolete.
11495
11496 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11497
11498 From Mark Elbrecht:
11499 * configure.bat: Remove; obsolete.
11500
11501 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11502
11503 * configure: Add -W -Wall to the default CFLAGS when compiling with
11504 gcc.
11505
11506 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11507
11508 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11509
11510 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11511
11512 * configure.in: Build ld on IRIX6.
11513
11514 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11515
11516 * Makefile.in: Change distribution targets to use bzip2 instead of
11517 gzip.
11518 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11519 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11520
11521 1999-06-04 Nick Clifton <nickc@cygnus.com>
11522
11523 * config.sub: Add mcore target.
11524
11525 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11526
11527 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11528
11529 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11530
11531 * config.guess (dummy): Changed to $dummy.
11532
11533 1999-05-24 Nick Clifton <nickc@cygnus.com>
11534
11535 * config.sub: Tidied up case statements.
11536
11537 1999-05-22 Ben Elliston <bje@cygnus.com>
11538
11539 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11540 <jiro@din.or.jp>.
11541
11542 * config.guess: Merge with FSF version. Future changes will be
11543 more accurately recorded in this ChangeLog.
11544 * config.sub: Likewise.
11545
11546 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11547
11548 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11549
11550 1999-04-30 Tom Tromey <tromey@cygnus.com>
11551
11552 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11553
11554 1999-04-23 Tom Tromey <tromey@cygnus.com>
11555
11556 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11557
11558 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
11559
11560 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11561 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11562 Bad merge removed these two changes.
11563
11564 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
11565 Martin Heller (Ing.-Buero_Heller@t-online.de)
11566
11567 * config.guess (interix Alpha): Add.
11568
11569 1999-04-11 Richard Henderson <rth@cygnus.com>
11570
11571 * configure.in (i?86-*-beos*): Do config gperf; don't config
11572 gdb, newlib, or libgloss.
11573
11574 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
11575
11576 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11577 link a trivial program with -mabi=64. If it fails, remove mabi=64
11578 from multidirs.
11579
11580 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11581
11582 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11583
11584 1999-04-08 Nick Clifton <nickc@cygnus.com>
11585
11586 * config.sub: Add support for mcore targets.
11587
11588 1999-04-07 Michael Meissner <meissner@cygnus.com>
11589
11590 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11591 not mt-ospace, in order to shut up assembler warning about using
11592 symbols that are named the same as registers.
11593
11594 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
11595
11596 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11597 dependency list for all-target-cygmon.
11598
11599 1999-04-05 Doug Evans <devans@casey.cygnus.com>
11600
11601 * config-ml.in: Check $host, not $target, for selective multilibs.
11602 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11603 thumb interworking, and underscore prefix multilibs.
11604
11605 1999-04-04 Ian Lance Taylor <ian@zembu.com>
11606
11607 * missing: Update to version from current automake.
11608
11609 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11610
11611 * configure (gxx_include_dir): Removed.
11612
11613 * configure.in (gxx_include_dir): Handle it.
11614 * Makefile.in: Likewise.
11615
11616 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11617
11618 * config.sub (mips64vr4111,mips64vr4111el) Add.
11619
11620 1999-03-21 Ben Elliston <bje@cygnus.com>
11621
11622 * config.guess: Correct typo for detecting ELF on FreeBSD.
11623
11624 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11625
11626 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11627 config/mh-djgpp.
11628
11629 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11630
11631 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11632 all-target-newlib to dependency list for all-target-bsp.
11633
11634 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11635
11636 * config.sub: Add i386-uwin support.
11637 * config.guess: Likewise.
11638
11639 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11640
11641 * configure.in: cleanup, add mh-*pic handling for arm, special
11642 case powerpc*-*-aix*
11643
11644 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11645
11646 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11647 can be built.
11648
11649 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11650
11651 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11652 targets.
11653
11654 1999-03-02 Nick Clifton <nickc@cygnus.com>
11655
11656 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11657
11658 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11659
11660 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11661
11662 1999-02-24 Nick Clifton <nickc@cygnus.com>
11663
11664 * config.sub: Fix typo in arm recognition.
11665
11666 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11667
11668 * configure.in (noconfigdirs): Changed target_configdirs to
11669 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11670 rather than m68k-*-* since it is not known to work on
11671 m68k-aout. Ditto for arm-*-*oabi.
11672
11673 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11674
11675 * configure.in (*-*-windows*): Remove, no longer used.
11676
11677 1999-02-19 Ben Elliston <bje@cygnus.com>
11678
11679 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11680 Smart and improved by Andrew Cagney.
11681
11682 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11683
11684 * config.guess: Recognize openbsd-*-hppa.
11685
11686 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11687
11688 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11689 only if it is not empty.
11690
11691 1999-02-17 Nick Clifton <nickc@cygnus.com>
11692
11693 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11694
11695 * config.guess: Modified to recognize uname's armv* syntax.
11696
11697 * config.sub: Modified to recognize uname's armv* syntax.
11698
11699 1999-02-17 Mark Salter <msalter@cygnus.com>
11700
11701 * configure.in: Added target-bsp for sparclite.
11702
11703 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11704
11705 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11706
11707 1999-02-08 Nick Clifton <nickc@cygnus.com>
11708
11709 * configure.in: Add support for strongarm port.
11710 * config.sub: Add support for strongarm target.
11711
11712 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11713
11714 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11715 the old name config/mh-cygwin32.
11716 Enable texinfo.
11717
11718 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11719
11720 * configure.in: Do build ld for ix86 Solaris.
11721
11722 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11723
11724 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11725 $AR_FOR_TARGET. Likewise for RANLIB.
11726
11727 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11728
11729 * config.sub (oabi): Recognize.
11730 * configure.in (arm-*-oabi): Handle.
11731
11732 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11733
11734 * config.guess: Improve detection of i686 on UnixWare 7.
11735
11736 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11737
11738 * config.guess: Add support for i386-pc-interix.
11739 * config.sub: Likewise.
11740 * configure.in: Likewise.
11741
11742 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11743
11744 * Makefile.in: Remove unneeded all-target-libio from
11745 from all-target-winsup target since it is now unneeded.
11746 Add all-target-libtermcap in its place since it is now
11747 needed.
11748
11749 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11750
11751 * configure.in: makefile stub for cygwin target is probably
11752 unnecessary. Remove it for now.
11753
11754 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11755
11756 * configure.in: libtermcap.a should be built when cygwin is the
11757 target as well as the host.
11758 * config.guess: Allow mixed case in cygwin uname output.
11759 * Makefile.in: Add libtermcap target.
11760
11761 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11762
11763 * config.sub: Clean up handling of hppa2.0.
11764
11765 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11766
11767 * config.guess: Use C code to identify more HP machines.
11768
11769 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11770
11771 * config.sub: Handle hppa2.0.
11772
11773 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11774
11775 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11776 cygmon for all sparclite targets, regardless of object format.
11777
11778 1998-12-15 Mark Salter <msalter@cygnus.com>
11779
11780 * configure.in: Added target-bsp for several target architectures.
11781
11782 * Makefile.in: Added rules for bsp.
11783
11784 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11785
11786 * config.guess: Improve detection of hppa2.0 processors.
11787
11788 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11789
11790 * config.guess: Recognize FreeBSD using ELF automatically.
11791
11792 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11793
11794 * configure (skip-this-dir): Add handling for new shell script, which
11795 might be created by a sub-directory's configure to indicate, this particular
11796 directory is "unwanted".
11797 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11798
11799 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11800
11801 * ltconfig: import from libtool, after changing libtool to
11802 account for the cygwin name change.
11803
11804 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11805
11806 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11807 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11808
11809 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11810
11811 * configure.in: Add libtermcap to list of cygwin dependencies.
11812
11813 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11814
11815 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11816 they include winsup/include when it's a cygwin target.
11817
11818 1998-11-12 Tom Tromey <tromey@cygnus.com>
11819
11820 * configure.in (host_tools): Added zip.
11821 * Makefile.in (all-target-libjava): Depend on all-zip.
11822 (all-zip): New target.
11823 (ALL_MODULES): Added all-zip.
11824 (NATIVE_CHECK_MODULES): Added check-zip.
11825 (INSTALL_MODULES): Added install-zip.
11826 (CLEAN_MODULES): Added clean-zip.
11827
11828 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11829
11830 * Makefile.in: lose "32" from comment about cygwin.
11831
11832 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11833
11834 * configure.in: Use -Os to build target libraries for the fr30.
11835
11836 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11837
11838 * config.sub: Add fr30.
11839
11840 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11841
11842 * configure.in: drop "32" from config/mh-cygwin32. Check
11843 cygwin* instead of cygwin32*.
11844 * config.sub: Check cygwin* instead of cygwin32*.
11845
11846 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11847
11848 * config.guess: Match any version of Unixware7.
11849
11850 1998-10-20 Syd Polk <spolk@cygnus.com>
11851
11852 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11853 if desired.
11854
11855 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11856
11857 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11858 these if the appropriate directories and files to not exist.
11859
11860 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11861
11862 * Makefile.in (DEVO_SUPPORT): Add config.if.
11863
11864 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11865
11866 * configure: Add pattern to replace "build_tooldir"'s
11867 definition in the generated Makefile with "tooldir"'s
11868 actual value.
11869
11870 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11871
11872 * config.sub: Bring back lost sparcv9.
11873
11874 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11875
11876 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11877
11878 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11879 CC_FOR_TARGET and friends.
11880
11881 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11882
11883 * Makefile.in (build_tooldir): New variable, same as tooldir.
11884 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11885 -B$(build_tooldir)/bin/.
11886 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11887
11888 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11889
11890 * README: Remove installation instructions and refer to the
11891 INSTALL directory instead.
11892
11893 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11894
11895 * config.sub: Add support for i[34567]86-pc-udk.
11896 * configure.in: Likewise.
11897
11898 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11899
11900 * Makefile.in: add bzip2 package building bits for user
11901 tools module
11902 * configure.in: ditto
11903
11904 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11905
11906 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11907 (ALL_TARGET_MODULES): Add all-target-libobjc.
11908 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11909 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11910 (all-target-libchill): Add dependencies.
11911 * configure.in (target_libs): Add libchill.
11912
11913 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11914
11915 * configure.in (target_subdir): Remove duplicate line.
11916
11917 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11918
11919 * Makefile.in (all-automake): fix dependencies.
11920
11921 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11922
11923 * configure.in: Minor cleanups for building in the $(target_alias)
11924 subdir.
11925
11926 1998-09-22 Jim Wilson <wilson@cygnus.com>
11927
11928 * Makefile.in (bootstrap): Set r and s before make all. Use
11929 BASE_FLAGS_TO_PASS in make all.
11930 (cross): Likewise.
11931
11932 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11933
11934 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11935
11936 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11937
11938 * config.sub: Fix typo in last change.
11939
11940 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11941
11942 * config.sub: Add support for C4x target.
11943 * configure.in: Likewise.
11944
11945 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11946
11947 * config.sub: Recognize sparcv9 just like sparc64.
11948
11949 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11950
11951 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11952
11953 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11954
11955 * config.guess: Correctly identify Pentium II sco boxes.
11956
11957 * config.guess: Fix "tr" code. From Weiwen Liu.
11958
11959 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11960
11961 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11962 stabs.
11963
11964 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11965
11966 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11967 (ALL_TARGET_MODULES): Add all-target-libchill.
11968 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11969 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11970 (all-target-libchill): Add dependencies.
11971 * configure.in (target_libs): Add libchill.
11972
11973 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11974
11975 * config.guess: Avoid assumptions about "tr" behaves when
11976 LANG is set to something other than English.
11977
11978 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11979
11980 * configure (gxx_include_dir): Changed to
11981 '${prefix}/include/g++'-${libstdcxx_interface}.
11982
11983 * config.if: New to determine the interfaces.
11984
11985 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11986
11987 * config.guess: Detect and handle MPE/IX.
11988 * config.sub: Deal with MPE/IX.
11989
11990 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11991
11992 * configure.in: Use mh-aix43.
11993
11994 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11995
11996 * configure: Fix --without/--disable cases for gxx-include-dir.
11997
11998 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11999
12000 * mdata-sh: Imported. Needed for automake support.
12001
12002 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12003
12004 * Makefile.in (taz): Try "chmod -R og=u ." before
12005 "chmod og=u `find . -print`".
12006
12007 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12008
12009 * configure.in: Add arm-elf and thumb-elf support.
12010
12011 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12012
12013 * Makefile.in: Undo previous patch.
12014
12015 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12016
12017 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12018 to here ...
12019 (install-no-fixedincludes): and here
12020 (INSTALL_MODULES): ... from here.
12021
12022 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12023
12024 * config.sub: Merge with FSF.
12025
12026 * config.guess: Merge with FSF.
12027
12028 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12029
12030 * configure (extraconfigdirs): New variable.
12031 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12032 * Makefile.in (all): Move higher in file.
12033 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12034 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12035 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12036 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12037 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12038
12039 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12040
12041 * Makefile.in (all-target-libjava): Depend on all-gcc and
12042 all-target-newlib.
12043 (configure-target-libjava): Depend on $(ALL_GCC).
12044
12045 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12046
12047 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12048 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12049
12050 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12051
12052 * INSTALL/README: Fix typo.
12053
12054 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12055
12056 * ylwrap: Change absolute path checks to check for DOS style path
12057 names.
12058
12059 * ylwrap: Don't use a full path name if the source file is in the
12060 same directory. From hjl@lucon.org (H.J. Lu).
12061
12062 * config-ml.in: Default to being verbose, to match Feb 18 change to
12063 configure.
12064
12065 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12066
12067 Brought over from egcs:
12068
12069 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12070
12071 * configure.in (target_subdir): Set to ${target_alias} instead
12072 of "libraries".
12073
12074 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12075
12076 * configure.in (target_subdir): Set to libraries if enable_multilib.
12077
12078 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12079
12080 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12081 multilibs, force reconfiguration the first time we create
12082 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12083
12084 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12085
12086 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12087 avoid confusion with --no-recursion.
12088
12089 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12090
12091 * configure.in: Win32 hosts shouldn't use install -x
12092 * install-sh: remove -x option, and special .exe-handling
12093 hack.
12094
12095 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12096
12097 * config.guess: Recognize i586-pc-beos.
12098 * configure.in: Don't build some bits for beos.
12099
12100 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12101
12102 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12103 CFLAGS default to -O2.
12104
12105 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12106 when using GNU ld.
12107
12108 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12109
12110 * ltmain.sh: Correct install when using a different shell.
12111
12112 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12113
12114 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12115
12116 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12117
12118 * makefile.vms: Update to build binutils/makefile.vms. Add install
12119 target.
12120
12121 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12122
12123 * ltconfig: Update to correct AIX handling.
12124
12125 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12126
12127 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12128
12129 * configure.in (target_subdir): Set to ${target_alias} instead
12130 of "libraries".
12131
12132 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12133
12134 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12135 (Makefile): Depend on $(gcc_version_trigger).
12136
12137 * configure (gcc_version): Change default initializer to empty
12138 string.
12139 (gcc_version_trigger): New variable; pass this variable down
12140 to subdir configures to enable them checking gcc's version
12141 themselves. Emit make macros for both gcc_version vars.
12142 (topsrcdir): Initialize reliably.
12143 (recursion line): Remove --with-gcc-version=${gcc_version}.
12144
12145 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12146
12147 * configure (enable_version_specific_runtime_libs): Implement new flag
12148 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12149 in $(libsubdir); emit definition in each generated Makefile.
12150 (gxx_include_dir): Initialize depending on
12151 $enable_version_specific_runtime_libs.
12152
12153 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12154
12155 * configure (gcc_version): Initialize properly depending on
12156 how and where configure is started.
12157 (recursion line): Pass a --with-gcc-version=${gcc_version}
12158 to configures in subdirs.
12159
12160 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12161
12162 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12163 cygmon
12164
12165 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12166
12167 * configure.in: Add cygmon and libstub support for mn10200.
12168
12169 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12170
12171 * configure (gcc_version): Add new variable describing the
12172 particular gcc version we're building.
12173 * Makefile.in (libsubdir): Add new macro for the directory
12174 in which the compiler finds executables, libraries, etc.
12175 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12176 and libsubdir.
12177
12178 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12179
12180 * Makefile.in (local-clean): Remove *.log.
12181 (warning.log): Built with warn_summary from build.log.
12182 (mail-report.log): Run test_summary.
12183 (mail-report-with-warnings.log): Run test_summary including
12184 warning.log in the report.
12185
12186 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12187
12188 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12189
12190 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12191
12192 * Makefile.in (grep): Grep no longer depends on libiberty.
12193
12194 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12195
12196 * Makefile.in: all-snavigator needs all-libgui.
12197
12198 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12199
12200 * configure.in: Add cygmon and libstub support for mn10300.
12201
12202 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12203
12204 * missing: Update to version from automake 1.3.
12205
12206 * ltmain.sh: On installation, don't get confused if the same name
12207 appears more than once in the list of library names.
12208
12209 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12210
12211 * config.sub: Accept m68060 and m5200 as CPU names.
12212
12213 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12214
12215 * configure: Use && rather than using -a in test, because odd
12216 strings can confuse test.
12217 * configure.in: Likewise.
12218
12219 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12220
12221 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12222
12223 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12224
12225 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12226 bootstrap4-lean): New targets.
12227
12228 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12229
12230 * mpw-* Delete. Not used.
12231
12232 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12233
12234 * COPYING.LIB: Update FSF address.
12235
12236 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12237
12238 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12239
12240 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12241 GAS_SUPPORT_DIRS.
12242
12243 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12244
12245 * ltconfig, ltmain.sh: Avoid producing a version number if
12246 -version-info was not used.
12247
12248 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12249
12250 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12251 building with newlib.
12252
12253 1998-04-30 Paul Eggert <eggert@twinsun.com>
12254
12255 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12256 Solaris `make' causes it to continue to next definition.
12257
12258 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12259
12260 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12261 the right GUI libraries and files are installed along with GDB.
12262
12263 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12264
12265 * configure.in: Change alpha to alpha* in several places.
12266
12267 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12268
12269 * config.sub: Recognize sparc86x.
12270
12271 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12272
12273 * configure.in (--enable-target-optspace): Remove debug echo.
12274
12275 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12276
12277 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12278
12279 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12280
12281 * ltconfig: Update cygwin32 support.
12282
12283 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12284 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12285 (GDB_SUPPORT_DIRS): Likewise.
12286
12287 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12288
12289 * configure.in (target_makefile_frag): If --enable-target-optspace,
12290 use -Os to compile target libraries rather than -O2. Default to
12291 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12292 not used.
12293 * configure.in (target_cflags): Ditto for d30v.
12294
12295 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12296
12297 * Makefile.in (all-bfd): Depend on all-intl.
12298 (all-binutils): Likewise.
12299 (all-gas): Likewise.
12300 (all-gprof): Likewise.
12301 (all-ld): Likewise.
12302
12303 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
12304
12305 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12306
12307 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12308
12309 * Makefile.in (all-bfd): Depend upon all-libiberty.
12310
12311 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12312
12313 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12314
12315 * Makefile.in: Add libstub.
12316
12317 * configure.in: Ditto. Build libstub for targets that have cygmon
12318 support.
12319
12320 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12321
12322 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12323
12324 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12325
12326 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12327 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12328
12329 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12330
12331 * configure: Define DEFAULT_M4 by searching PATH.
12332 * Makfile.in: Use DEFAULT_M4.
12333
12334 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12335
12336 * ltconfig: Add cygwin32 support.
12337
12338 * Makefile.in, configure.in: Add libtool as a native only directory
12339 to configure and build.
12340
12341 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12342
12343 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12344
12345 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
12346
12347 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12348
12349 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12350
12351 * Makefile.in: add ash make rules
12352 * configure.in: add ash to native_only and host_tools lists
12353
12354 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12355
12356 * Makefile.in (all-gettext, all-intl): New targets.
12357 (ALL_MODULES): Added all-gettext, all-intl.
12358 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12359 (INSTALL_MODULES): Added install-gettext, install-intl.
12360 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12361
12362 * configure.in (host_tools): Added gettext.
12363 (native_only): Likewise.
12364 (noconfigdirs) [various cases]: Likewise.
12365 (host_libs): Added intl.
12366
12367 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12368
12369 * configure: Do not disable building gdbtk for cygwin32 hosts.
12370
12371 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12372
12373 * configure.in: Add thumb-coff target.
12374 * config.sub: Add thumb-coff target.
12375
12376 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12377
12378 * Makefile.in: Revert yesterday's change.
12379 (all-target-winsup): all-target-librx stays out of here.
12380
12381 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12382
12383 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12384 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12385 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12386 Remove references to librx and libg++.
12387
12388 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12389
12390 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12391 recursive makes
12392
12393 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12394
12395 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12396 for newlib directory.
12397 (CXX_FOR_TARGET): Likewise.
12398
12399 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12400
12401 * ltconfig: Update after libtool/ltconfig.in change for
12402 hpux11.
12403
12404 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12405
12406 * ltconfig, ltmain.sh: Update to libtool 1.2.
12407
12408 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12409
12410 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12411 (install-gcc-cross): Instead, override LANGUAGES here.
12412
12413 1998-03-18 Dave Love <d.love@dl.ac.uk>
12414
12415 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12416 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12417
12418 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12419
12420 * configure.in: Add Thumb-pe target.
12421
12422 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
12423
12424 * Makefile.in - changed sn targets to snavigator
12425 * configure.in - changed sn targets to snavigator
12426
12427 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12428
12429 * config-ml.in: After building symlink tree call make distclean
12430 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12431 to be the case for libiberty.
12432
12433 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12434
12435 * configure: When making link, also check the current
12436 directory. The configure scripts may create one.
12437
12438 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12439
12440 * config.sub: Accept alphapca56 and alphaev6 properly.
12441
12442 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12443
12444 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12445
12446 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12447
12448 * config.sub (sco5): Fix typo.
12449
12450 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12451
12452 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12453 install-itcl.
12454 (install-itcl): Remove dependency on install-tcl.
12455
12456 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12457
12458 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12459
12460 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12461
12462 * configure.in: Don't build libgui for a cygwin32 target when not on
12463 a cygwin32 host.
12464
12465 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12466
12467 * configure (redirect): Set to null, so default behavior of
12468 configure is now --verbose.
12469
12470 1998-02-16 Dave Love <d.love@dl.ac.uk>
12471
12472 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12473 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12474
12475 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12476
12477 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12478 this change to sync Makefile.in with its ChangeLog entries.
12479
12480 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12481
12482 * ltmain.sh (mkdir): Check that the directory doesn't exist
12483 before we exit with error, so that we don't get races during
12484 parallel builds.
12485
12486 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12487
12488 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12489
12490 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12491
12492 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12493 PICFLAG_FOR_TARGET.
12494 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12495
12496 * configure: Emit a definition for the new macro enable_shared
12497 into each Makefile.
12498
12499 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12500
12501 * configure.in (host_tools, native_only): Add libtool.
12502
12503 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12504
12505 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12506 Fix typo in ming config comment.
12507
12508 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12509
12510 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12511
12512 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12513
12514 * config.sub: Add tic30 cases, and map c30 to tic30.
12515
12516 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12517
12518 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12519 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12520 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12521 (CLEAN_TARGET_MODULES): Similarly
12522 (all-target-libf2c): Add dependences.
12523 * configure.in (target_libs): Add libf2c.
12524
12525 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12526
12527 * configure.in: Remove expect from noconfigdirs when target
12528 is cygwin32. OK to build expect and dejagnu with Canadian
12529 Cross.
12530
12531 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12532
12533 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12534 host.
12535
12536 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12537 and mingw32.
12538
12539 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12540
12541 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12542 here as it is not defined in the toplevel Makefile.
12543
12544 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12545
12546 * configure (package_makefile_rules_frag): New variable, which names
12547 a file with generic rules, ...
12548 Change comment to mention we now have FIVE parts.
12549 * configure: Undo last change.
12550
12551 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12552
12553 * config.guess: More accurate determination of HP processor types.
12554 * config.sub: More accurate determination of HP processor types.
12555
12556 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12557
12558 * configure (package_makefile_frag): Move inserting the
12559 ${package_makefile_frag} to where it should be according
12560 to the comment.
12561
12562 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12563
12564 * config.guess: Add support for Linux/ARM.
12565
12566 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12567
12568 * .cvsignore: Remove *-info and *-install since they match
12569 release-info and mpw-install, which we don't want to just ignore.
12570
12571 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12572
12573 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12574
12575 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12576
12577 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12578 local_prefix to sub-make invocations.
12579
12580 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12581
12582 * configure.in: Check makefile fragments in the source
12583 directory.
12584
12585 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12586
12587 * configure.in: Check whether host and target makefile
12588 fragments exist before adding them to *_makefile_frag.
12589
12590 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12591
12592 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12593
12594 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12595
12596 * configure.in: Make sure we only replace RPATH_ENVVAR on
12597 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12598 regexp to sed.
12599
12600 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12601 to sub-makes.
12602
12603 1998-01-13 Lee Iverson (leei@ai.sri.com)
12604
12605 * config-ml.in (multi-do): LDFLAGS must include multilib
12606 designator.
12607
12608 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
12609
12610 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12611
12612 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12613
12614 * config.sub: Add mingw32 support.
12615 * configure.in: Likewise.
12616
12617 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12618
12619 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12620
12621 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12622
12623 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12624 * configure (gxx_include_dir): Provide a definition for subdirs
12625 which do not use autoconf.
12626
12627 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12628
12629 * config.guess: Sync with egcs. Picks up new alpha support,
12630 BeOS & some additional linux support.
12631
12632 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12633
12634 * config.guess: HP 9000/803 is a PA1.1 machine.
12635
12636 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12637
12638 * configure.in: It's alpha*-...
12639
12640 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12641
12642 * configure.in (host_makefile_frag, target_makefile_frag):
12643 Handle multiple config files.
12644 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12645 alpha-*-*.
12646
12647 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12648
12649 * mkdep: New file.
12650
12651 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12652
12653 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12654
12655 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12656
12657 * Makefile.in: Add libgui directory.
12658 (GDB_TK): Add all-libgui.
12659 * configure.in: Add libgui directory.
12660 * configure: Add all-libgui to GDB_TK.
12661
12662 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12663
12664 * config-ml.in (multidirs): Add m32r to multilib list.
12665
12666 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12667
12668 * Makefile.in (all-target-gperf): Change dependency to
12669 all-target-libstdc++.
12670
12671 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12672
12673 * config.guess: Add BeOS support.
12674
12675 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12676
12677 Source directory cvs renamed to cvssrc:
12678 * configure.in (host_tools): Change cvs to cvssrc.
12679 (native_only): Likewise.
12680 (noconfigdirs) [various cases]: Likewise.
12681 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12682 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12683 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12684 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12685 (all-cvssrc): Rename target from all-cvs.
12686
12687 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12688
12689 * configure (gxx_include_dir): Fix thinko.
12690
12691 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12692
12693 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12694 (install-cross, install-gcc-cross): New targets.
12695
12696 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12697
12698 * configure.in (noconfigdirs): Add support for Thumb target.
12699
12700 * config.sub (maybe_os): Add support for Thumb target.
12701
12702 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12703
12704 * Makefile.in: Add rules for cygmon.
12705
12706 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12707
12708 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12709
12710 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12711 * configure (gxx_include_dir): Provide a definition for subdirs
12712 which do not use autoconf.
12713
12714 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12715
12716 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12717 11/18/97 build
12718
12719 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12720
12721 * From Franz Sirl.
12722 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12723 found on RedHat Linux systems.
12724
12725 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12726
12727 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12728 guesses.
12729
12730 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12731
12732 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12733
12734 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12735
12736 * ltmain.sh: If mkdir fails, check whether the directory was created
12737 anyhow by some other process.
12738
12739 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12740
12741 * configure.in (d30v-*-*): Configure all directories.
12742
12743 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12744
12745 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12746 for the D30V.
12747
12748 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12749
12750 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12751
12752 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12753
12754 * include/libiberty.h: Add extern "C" { so it can be used with C++
12755 progrms.
12756 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12757 programs.
12758
12759 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12760
12761 * configure.in (d30v-*-*): Configure GCC now.
12762
12763 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12764
12765 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12766 is no longer needed.
12767
12768 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12769
12770 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12771
12772 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12773
12774 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12775 targets using "$@" to provide support for similar but not identical
12776 targets without having to duplicate code.
12777
12778 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12779
12780 * makefile.vms: Fix to work with DEC C.
12781
12782 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12783
12784 * config.sub: Add mips-tx39-elf to marketing names.
12785
12786 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12787
12788 * ltmain.sh: Handle symlinks in generated script.
12789
12790 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12791
12792 * configure: Handle autoconf style directory options: --bindir,
12793 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12794 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12795 --sysconfdir.
12796 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12797 (sharedstatedir, localstatedir, oldincludedir): New variables.
12798 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12799 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12800 sbindir, sharedstatedir, and sysconfdir.
12801
12802 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12803
12804 * Makefile.in (bootstrap-lean): New target.
12805
12806 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12807
12808 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12809 sn, and gnuserv from noconfigdirs.
12810
12811 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12812
12813 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12814
12815 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12816
12817 * Makefile.in (cross): New target.
12818
12819 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12820 Jeff Law <law@cygnus.com>
12821
12822 * Makefile.in (bootstrap2, bootstrap3): New targets.
12823 (all-bootstrap): Remove outdated and confusing target.
12824 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12825
12826 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12827
12828 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12829 windows. Consistent with gdb/configure.
12830
12831 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12832
12833 * configure.in: Name Linux target fragment.
12834
12835 * configure: Rewrite so that project Makefile fragment is inserted
12836 first and appears last in the resulting Makefile.
12837
12838 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12839
12840 * Makefile.in (install-itcl): Install tcl first.
12841
12842 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12843
12844 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12845
12846 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12847
12848 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12849
12850 * configure.in (skipdirs): Add target-librx for Linux.
12851 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12852
12853 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12854
12855 * Makefile.in (bootstrap): New target.
12856
12857 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12858
12859 * config.sub: Accept 'amigados' for backward compatibility.
12860
12861 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12862
12863 * config.guess: Merge with FSF.
12864
12865 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12866
12867 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12868
12869 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12870
12871 * config.sub: Add "marketing-names" patch.
12872
12873 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12874
12875 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12876
12877 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12878
12879 * config.sub: Handle v850-elf.
12880
12881 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12882
12883 * .cvsignore (*-install): Remove.
12884
12885 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12886
12887 * ltconfig: Set CONFIG_SHELL in libtool.
12888 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12889
12890 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12891
12892 * configure.in (target_subdir): Set to libraries if enable_multilib.
12893
12894 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12895
12896 * config.guess: Update from gcc directory.
12897
12898 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12899
12900 * Makefile.in (all-sim): Depends on all-readline.
12901
12902 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12903
12904 * Makefile.in (BISON, YACC): Use $$s.
12905 (all-bison): Depend on all-texinfo.
12906
12907 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12908
12909 * Makefile.in (BISON): Add -L flag.
12910 (YACC): Likewise.
12911
12912 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12913
12914 * configure.in (noconfigdirs): Add support for v850e target.
12915
12916 * config.sub (maybe_os): Add support for v850e target.
12917
12918 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12919
12920 * configure.in (noconfigdirs): Add support for v850ea target.
12921
12922 * config.sub (maybe_os): Add support for v850ea target.
12923
12924 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12925
12926 * config.sub: Add mipstx39. Delete r3900.
12927
12928 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12929
12930 * Makefile.in (all-autoconf): Depends on all-texinfo.
12931
12932 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12933
12934 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12935 eabi targets.
12936
12937 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12938
12939 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12940
12941 * configure: When handling a Canadian Cross, handle YACC as well as
12942 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12943 * Makefile.in (all-bison): Depend upon all-texinfo.
12944
12945 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12946
12947 * Makefile.in (BISON): bison, not byacc or bison -y.
12948 (YACC): bison -y or byacc or yacc.
12949 (various): Add *-bison as appropriate.
12950 (taz): No need to mess with BISON anymore.
12951
12952 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12953
12954 * configure: If OSTYPE matches *win32*, try to find a good value for
12955 CONFIG_SHELL.
12956
12957 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12958
12959 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12960 configure.in if it is present.
12961
12962 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12963
12964 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12965
12966 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12967
12968 * config.sub: Recognize `arc' cpu.
12969 * configure.in: Likewise.
12970 * config-ml.in: Likewise.
12971
12972 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12973
12974 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12975
12976 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12977
12978 * configure: Changed sed delimiter from ':' to '|' when
12979 attempting to substitute ${config_shell} for SHELL. On
12980 NT ${config_shell} may contain a ':' in it.
12981
12982 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12983
12984 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12985
12986 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12987
12988 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12989
12990 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12991
12992 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12993
12994 * ylwrap: If the program is a relative path, force it to be
12995 absolute.
12996
12997 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12998
12999 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13000
13001 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13002
13003 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13004 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13005 for libraries.
13006
13007 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13008
13009 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13010 separated by spaces.
13011
13012 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13013
13014 * ylwrap: New file.
13015 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13016
13017 * ltmain.sh: Handle /bin/sh at start of install program.
13018
13019 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13020
13021 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13022 * missing: New file, from automake 1.2.
13023
13024 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13025
13026 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13027 check-tk to CHECK_X11_MODULES.
13028
13029 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13030
13031 * config.sub: Merge with FSF.
13032
13033 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13034
13035 * config.guess: Merge with FSF.
13036
13037 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13038
13039 * configure: Treat msdosdjgpp like go32.
13040 * configure.in: Likewise. Don't remove gprof for go32.
13041
13042 * configure: Change Makefile.tem2 to Makefile.tm2.
13043
13044 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13045
13046 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13047
13048 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13049
13050 * install-sh (chmodcmd): Set to null if the DST directory already
13051 exists. Same as Nov 11th change.
13052
13053 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13054
13055 * configure (GDB_TK): Needs itcl and tix.
13056
13057 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13058
13059 * config.guess: Update from FSF.
13060
13061 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13062
13063 * Makefile.in (GDB_TK): Depend on itcl and tix.
13064
13065 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13066
13067 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13068 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13069 (INSTALL_SCRIPT): New variable.
13070 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13071 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13072 to -x.
13073 * install-sh: Add support for -x option.
13074
13075 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13076
13077 * configure.in, Makefile.in: Treat tix like itcl.
13078
13079 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13080
13081 * Makefile.in (WINDRES): New variable.
13082 (WINDRES_FOR_TARGET): New variable.
13083 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13084 (EXTRA_HOST_FLAGS): Add WINDRES.
13085 (EXTRA_TARGET_FLAGS): Add WINDRES.
13086 (EXTRA_GCC_FLAGS): Add WINDRES.
13087 ($(DO_X)): Pass down WINDRES.
13088 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13089 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13090 DLLTOOL_FOR_TARGET.
13091
13092 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13093
13094 * configure.in: configure sim before gdb for win32-x-ppc
13095
13096 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13097
13098 Move gperf into the toplevel, from libg++.
13099 * configure.in (target_tools): Add target-gperf.
13100 (native_only): Add target-gperf.
13101 * Makefile.in (all-target-gperf): New target, depend on
13102 all-target-libg++.
13103 (configure-target-gperf): Empty rule.
13104 (ALL_TARGET_MODULES): Add all-target-gperf.
13105 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13106 (CHECK_TARGET_MODULES): Add check-target-gperf.
13107 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13108 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13109
13110 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13111
13112 * config.sub (mn10200): Recognize new basic machine.
13113
13114 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13115
13116 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13117 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13118
13119 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13120
13121 * configure.in: If we're building mips-sgi-irix6* native, turn on
13122 ENABLE_MULTILIB and set TARGET_SUBDIR.
13123
13124 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13125
13126 * Makefile.in (all-sn): Depend on all-grep.
13127
13128 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13129
13130 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13131
13132 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13133 Makefile. From Jeff Makey <jeff@cts.com>.
13134 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13135
13136 * Makefile.in (DISTBISONFILES): Remove.
13137 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13138 $(DEFAULT_YACC).
13139
13140 * configure.in: Build itl, db, sn, etc., when building for native
13141 cygwin32.
13142
13143 * Makefile.in (LD): New variable.
13144 (EXTRA_HOST_FLAGS): Pass down LD.
13145 ($(DO_X)): Likewise.
13146
13147 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13148
13149 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13150
13151 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13152
13153 * configure.in (targargs): Strip out any supplied --build argument
13154 before adding our own. Always add --build.
13155
13156 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13157
13158 * configure.in (targargs): Pass --build if we're doing
13159 a cross-compile.
13160
13161 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13162
13163 * configure: Use '|' instead of ":" as the separator in
13164 sed. Otherwise sed chokes on NT path names with drive
13165 designators. Also look for "?:*" as the leading characters in an
13166 absolute pathname.
13167
13168 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13169
13170 * config.sub: Support for r3900.
13171
13172 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13173
13174 * configure.in: Use install-sh, not install.sh.
13175
13176 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13177
13178 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13179 apply it twice.
13180
13181 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13182
13183 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13184 install-binutils.
13185
13186 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13187
13188 * Makefile.in: Add automake targets.
13189 * configure.in (host_tools): Add automake.
13190
13191 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13192
13193 * configure: Default CXX to c++, not gcc.
13194 * Makefile.in (CXX): Set to c++, not gcc.
13195 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13196
13197 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13198
13199 * install-sh: try appending a .exe if source file doesn't
13200 exist
13201
13202 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13203
13204 * configure.in: Turn on multilib by default.
13205 (cross_only): Remove target-libiberty.
13206
13207 * Makefile.in (all-gcc): Don't depend on libiberty.
13208
13209 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13210
13211 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13212
13213 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13214
13215 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13216 (DISTBISONFILES): Add ld/Makefile.in
13217
13218 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13219
13220 * configure.in: if target is cygwin32 but host isn't cygwin32,
13221 don't configure gdb tcl tk expect, not just gdb.
13222
13223 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13224
13225 * configure.in: Added gnuserv everywhere sn appears.
13226
13227 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13228 (CROSS_CHECK_MODULES): Added check-gnuserv.
13229 (INSTALL_MODULES): Added install-gnuserv.
13230 (CLEAN_MODULES): Added clean-gnuserv.
13231 (all-gnuserv): New target.
13232
13233 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13234
13235 * config.guess: Fixes for MIPS OpenBSD systems.
13236
13237 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13238
13239 * Makefile.in (INSTALL_XFORM): Remove.
13240 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13241
13242 * mkinstalldirs: New file, copied from automake.
13243 * Makefile.in (installdirs): Rename from install-dirs. Use
13244 mkinstalldirs. Change all users.
13245 (DEVO_SUPPORT): Add mkinstalldirs.
13246
13247 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13248
13249 * install-sh: Rename from install.sh.
13250 * Makefile.in (INSTALL): Change install.sh to install-sh.
13251 (DEVO_SUPPORT): Likewise.
13252
13253 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13254 Graichen <graichen@rzpd.de>.
13255
13256 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13257
13258 * config.guess: Recognize OpenBSD systems correctly.
13259
13260 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13261
13262 * README, Makefile.in (ETC_SUPPORT): Remove references to
13263 cfg-paper*, configure.{texi,man,info*}._
13264
13265 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13266
13267 * Makefile.in (all.normal): Ensure that gcc is built after all
13268 the x11 - ie gdb - targets.
13269
13270 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13271
13272 * makefile.vms: Don't run conf-a-gas.
13273
13274 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13275
13276 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13277
13278 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13279
13280 * configure.in: Remove noconfigdirs case since gdb also
13281 configures and builds for tic80-coff.
13282
13283 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13284
13285 * configure: Set cache_file to config.cache.
13286 * Makefile.in (local-distclean): Remove config.cache.
13287
13288 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13289
13290 * COPYING: Update FSF address.
13291
13292 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13293
13294 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13295 noconfigdirs.
13296
13297 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13298
13299 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13300 MAKEDIRS, is empty.
13301
13302 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13303
13304 * config.sub: Tweak mn10300 entry.
13305
13306 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13307
13308 * configure.in (host_tools): Put sim before gdb, so gdb's
13309 configure.tgt can determine if the simulator was configured.
13310
13311 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13312
13313 * config.sub: Move BeOS $os case to be with other Cygnus
13314 local cases.
13315
13316 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13317
13318 * config.sub: Remove misplaced comment that broke Linux.
13319
13320 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13321
13322 * config.sub: Add BeOS support.
13323
13324 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13325
13326 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13327
13328 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13329
13330 * configure.in (noconfigdirs): Remove tcl and tk from
13331 noconfigdirs for cygwin32 builds.
13332
13333 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13334
13335 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13336
13337 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13338
13339 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13340 make-all.com, use makefile.vms instead.
13341
13342 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13343
13344 * config.sub: Accept -lnews*.
13345
13346 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13347
13348 * configure.in (noconfigdirs): Disable target-newlib,
13349 target-examples and target-libiberty for d30v.
13350
13351 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13352
13353 * configure.in (noconfigdirs): Enable ld for d30v.
13354
13355 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13356
13357 * configure.in (tic80-*-*): Build compiler.
13358
13359 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13360
13361 * configure.in (d30v-*): Remove sim directory from list of
13362 unsupported d30v directories
13363
13364 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13365
13366 * config.sub, configure.in: Add d30v target cpu.
13367
13368 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13369
13370 * makefile.vms: New file.
13371 * make-all.com: Remove.
13372
13373 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13374
13375 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13376
13377 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13378
13379 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13380
13381 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13382
13383 * Makefile.in (ALL_MODULES): Added all-db.
13384 (CROSS_CHECK_MODULES): Addec check-db.
13385 (INSTALL_MODULES): Added install-db.
13386 (CLEAN_MODULES): Added clean-db.
13387
13388 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13389
13390 * config.guess: Merge with latest FSF sources.
13391
13392 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13393
13394 * Makefile.in (ALL_MODULES): Added all-itcl.
13395 (CROSS_CHECK_MODULES): Added check-itcl.
13396 (INSTALL_MODULES): Added install-itcl.
13397 (CLEAN_MODULES): Added clean-itcl.
13398
13399 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13400
13401 * configure.in: build gdb for mn10200
13402
13403 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13404
13405 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13406
13407 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13408
13409 * configure.in (tic80-*-*): Turn off most targets right now.
13410
13411 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13412
13413 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13414 rather than the makeinfo program.
13415 (do-info): Depend upon all-texinfo.
13416
13417 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13418
13419 * configure.in: Remove uses of config/mh-linux.
13420
13421 * config.sub, config.guess: Merge with latest FSF sources.
13422
13423 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13424
13425 * config.sub (case $basic_machine): Add tic80 entries.
13426
13427 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13428
13429 * config.sub, config.guess: Merge with latest FSF sources.
13430
13431 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13432
13433 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13434 * mpw-config.in: Test for NewFolderRecursive.
13435 * mpw-install: Use symbolic name for startup filename.
13436 * mpw-README: Add various additional details.
13437
13438 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13439
13440 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13441
13442 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13443
13444 * configure.in: Do build gcc and the target libraries for
13445 the mn10200.
13446
13447 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13448
13449 * configure.in: don't avoid building gdb for mn10300 any more
13450 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13451 instead of single-quoting it.
13452
13453 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13454
13455 * configure.in: Don't use --with-stabs on IRIX 6.
13456
13457 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13458
13459 * configure.in (m32r): Build gdb, libg++ now.
13460
13461 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13462
13463 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13464 directories from noconfigdirs.
13465
13466 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13467
13468 * config.sub (basic_machine): added mips16 configuration
13469
13470 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13471
13472 * config.sub: Handle d10v-unknown.
13473
13474 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13475
13476 * config.sub: Handle v850-unknown.
13477
13478 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13479
13480 * Makefile.in: add findutils
13481 * configure.in: add findutils to list of host_tools
13482
13483 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13484
13485 * config.sub: Handle mn10200 and mn10300.
13486
13487 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13488
13489 * configure.in (d10v-*): Do not build librx.
13490
13491 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13492
13493 * configure.in (mn10300): Build everything except gdb & libgloss.
13494
13495 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13496
13497 * config.guess: Patch for Dansk Data Elektronik servers,
13498 from Niels Skou Olsen <nso@dde.dk>.
13499
13500 For ncr, use /bin/uname rather than uname, since GNU uname does not
13501 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13502
13503 Patch for MIPS R4000 running System V,
13504 from Eric S. Raymond <esr@snark.thyrsus.com>.
13505
13506 Fix thinko for nextstep.
13507
13508 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13509
13510 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13511 * config.guess: Guess mips-dec-mach_bsd4.3.
13512
13513 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13514 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13515 release numbers.
13516 * config.guess (mips-mips-riscos*): Emit just enough of the
13517 release number.
13518
13519 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13520 * config.guess (sparc-auspex-sunos*): Added.
13521 (f300-fujitsu-*): Added.
13522
13523 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13524 * config.guess: Recognize a Tadpole as a sparc.
13525
13526 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13527
13528 * config.guess: Don't assume that NextStep version is either 2 or
13529 3. NextStep 4 (aka OpenStep 4) has come out now.
13530
13531 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13532
13533 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13534 From Rik Faith <faith@cs.unc.edu>.
13535
13536 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13537
13538 * config.sub: Contributions from bug-gnu-utils to:
13539 Support plain "hppa" (no version given) architecture, reported by
13540 OpenStep.
13541 OpenBSD like NetBSD.
13542 LynxOs is not a hardware supplier.
13543
13544 * config.guess: Contributions from bug-gnu-utils to add support for:
13545 OpenBSD like NetBSD.
13546 Stratus systems.
13547 More Pyramid systems.
13548 i[n>4]86 Intel chips.
13549 M680[n>4]0 Motorola chips.
13550 Use unknown instead of lynx for hardware manufacturer.
13551
13552 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13553
13554 * install.sh (chmodcmd): Set to null if the DST directory already
13555 exists.
13556
13557 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13558
13559 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13560 not use mt-ppc target Makefile fragment any more.
13561
13562 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13563
13564 * configure.in (*-*-windows): Exclude everything but those dirs
13565 needed to build windows.
13566
13567 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13568
13569 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13570
13571 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13572
13573 * configure.in: Exclude mmalloc from i386-windows.
13574
13575 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13576
13577 * Undo my previous change.
13578
13579 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13580
13581 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13582 unconditionally.
13583 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13584
13585 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13586
13587 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13588 host to add it's own flags.
13589
13590 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13591
13592 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13593
13594 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13595
13596 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13597 (CXX_FOR_TARGET): Likewise.
13598 (GCC_FOR_TARGET): Define.
13599 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13600 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13601 CC_FOR_TARGET was specified on the command line.
13602 (MAKEOVERRIDES): Don't define.
13603
13604 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13605
13606 * configure.in (m32r): Fix spelling of libg++ libs.
13607
13608 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13609
13610 * config.sub (-apple*): Remove, now redundant.
13611
13612 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13613
13614 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13615
13616 * configure: Rework yesterday's sed script patch.
13617
13618 * config.sub: Merge with FSF.
13619
13620 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13621
13622 * config.guess: Merge from FSF.
13623
13624 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13625 * config.guess: Use pc instead of unknown, for pc clone systems.
13626 Change linux to linux-gnu.
13627
13628 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13629 * config.guess: Avoid non-portable tr syntax.
13630
13631 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13632
13633 * test-build.mk (HOLES): Add "xargs" for gdb.
13634
13635 * configure: Avoid hpux10.20 sed bug.
13636
13637 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13638
13639 * configure.in: Add support for windows host
13640 (that is a build done under the Microsoft build environment).
13641
13642 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13643
13644 * Makefile.in: Replace all uses of srcroot with s, to shrink
13645 command line lengths.
13646
13647 Patches from Geoffrey Noer <noer@cygnus.com>:
13648 * configure.in: If configuring for newlib, pass --with-newlib to
13649 subdirectories.
13650 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13651 -Bnewlib/ and -Lwinsup to gcc.
13652 (CXX_FOR_TARGET): Likewise.
13653
13654 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13655
13656 * Makefile.in (ETC_SUPPORT): Add configure.
13657
13658 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13659
13660 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13661 host configuration file.
13662
13663 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13664
13665 * configure.in: Break mn10x00 support into separate
13666 mn10200 and mn10300 configurations.
13667 * config.sub: Likewise.
13668
13669 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13670
13671 * configure.in: Add lots of stuff to noconfigdirs for
13672 the mn10x00 targets.
13673
13674 * config.sub, configure.in: Add mn10x00 support.
13675
13676 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13677
13678 * make-all.com: Call conf-a-gas, not config-a-gas.
13679
13680 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13681
13682 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13683 targets.
13684
13685 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13686
13687 * mpw-README: Add much more detail for native PowerMac.
13688 * mpw-install: New file.
13689 * mpw-configure: Add --norecursion and --help options.
13690 * mpw-config.in: Translate readme and install files when
13691 copying to objdir.
13692 * mpw-build.in: Don't always depend on byacc and flex.
13693 (install-only-top): New action.
13694
13695 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13696
13697 * configure.in: You can now configure GDB for the v850.
13698
13699 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13700
13701 * configure.in (noconfigdirs): Don't configure any C++ dirs
13702 if targeting D10V.
13703
13704 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13705
13706 * config.sub: Recognize mips64vr5000.
13707
13708 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13709
13710 * configure.in: Use a single line for host_tools and native_only.
13711
13712 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13713
13714 * config.sub, configure.in: Add entries for m32r.
13715
13716 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13717
13718 * Makefile.in (inet-install): Don't run install-gzip.
13719
13720 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13721
13722 * configure.in: Don't config lots of things for *-*-windows*.
13723
13724 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13725
13726 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13727 (host_libs, host_tools): Copy from configure.in.
13728 * mpw-configure: Don't complain about directories not found.
13729
13730 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13731
13732 * configure.in (i[345]86): Recognize i686 for pentium pro.
13733 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13734 file.
13735
13736 * config.guess (i[345]86): Ditto.
13737
13738 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13739
13740 * configure.in (noconfigdirs): Removed gdb for D10V.
13741
13742 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13743
13744 * configure.in: Remove ld, target-libio, target-libg++, and
13745 target-libstdc++ from noconfigdirs.
13746
13747 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13748
13749 * configure: Fix three locations where shell scripts were
13750 being run directly rather than with config_shell.
13751
13752 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13753
13754 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13755 * config.sub (basic_machine): Recognize v850.
13756
13757 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13758
13759 * mpw-configure: Handle multiple enable/disable options and
13760 pass them down recursively, handle -c and -s flags appropriately
13761 depending on choice of compiler, add escape mechanism for
13762 quoted arguments to gC.
13763
13764 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13765
13766 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13767 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13768 so that -mrelocatable-lib and -mno-eabi are used.
13769
13770 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13771 not support --print-multi-lib, don't abort.
13772
13773 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13774
13775 * make-all.com: Run config-a-gas.
13776 * setup.com: Don't copy subdirectory files around.
13777
13778 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13779
13780 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13781 target, it now compiles correctly.
13782
13783 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13784
13785 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13786
13787 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13788
13789 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13790
13791 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13792
13793 * configure.in (native_only): Add prms.
13794
13795 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13796
13797 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13798 (BINUTILS_SUPPORT_DIRS): Likewise.
13799
13800 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13801
13802 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13803 d10v support is added.
13804
13805 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13806
13807 * configure.in (d10v-*-*): New target.
13808
13809 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13810
13811 * config.guess (HP 9000/811): Recognize this as a PA1.1
13812 machine.
13813
13814 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13815
13816 * Makefile.in (do-tar-gz): New target, split out from tail end of
13817 taz target. Run each command separately, don't use pipes.
13818 (taz): Use it.
13819
13820 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13821
13822 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13823 * mpw-build.in: No builds should depend on building byacc or flex,
13824 they are assumed to be installed already.
13825
13826 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13827
13828 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13829 variable that CC_FOR_TARGET needs.
13830
13831 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13832
13833 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13834 options have changed since the last time the subdirectory was
13835 configured, and if it has, reconfigure.
13836 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13837 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13838
13839 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13840
13841 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13842 CLEAN_MODULES): Add bash.
13843 (all-bash): New target.
13844
13845 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13846
13847 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13848
13849 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13850
13851 * config.sub (basic_machine): Recognize d10v as a valid processor.
13852
13853 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13854
13855 * mpw-configure: Add support for --bindir.
13856 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13857
13858 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13859
13860 * configure.in: add bash, time, gawk to list of hosttools and things
13861 to only build for native toolchains
13862
13863 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13864
13865 * Makefile.in (docdir): Remove.
13866
13867 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13868
13869 * Makefile.in (datadir): Set to $(prefix)/share.
13870
13871 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13872
13873 * configure.in: build diff and patch for cygwin32-hosted
13874 toolchains.
13875
13876 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13877
13878 * config.sub: Accept -rtems*.
13879
13880 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13881
13882 * configure.in: enable dosrel for cygwin32-hosted builds,
13883 remove diff from the list of things not buildable
13884 via Canadian Cross
13885
13886 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13887
13888 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13889 don't get ". ".
13890
13891 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13892
13893 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13894
13895 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13896
13897 * Makefile.in (taz): Handle case where tex3patch didn't even get
13898 checked out. Also, if it was found, put the symlink in a new util
13899 subdirectory.
13900
13901 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13902
13903 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13904
13905 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13906
13907 * config.sub: Recognize -openvms.
13908 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13909 * make-all.com, setup.com: New files.
13910
13911 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13912
13913 * Makefile.in (taz): tex3patch moved to texinfo/util.
13914
13915 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13916
13917 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13918 * configure.in: remove make from disable-if-Can-Cross list
13919 enable gdb if ${host} and ${target} are cygwin32
13920
13921 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13922
13923 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13924 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13925
13926 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13927
13928 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13929 distinguish sysv/svr4/bsd variants.
13930 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13931
13932 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13933
13934 * configure.in: Added copyright notice.
13935 * move-if-change: Added copyright notice.
13936
13937 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13938
13939 * configure.in (powerpcle-*-solaris*): Until we get shared
13940 libraries working, don't build gdb, sim, make, tcl, tk, or
13941 expect.
13942
13943 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13944
13945 * config.guess: Merge with FSF:
13946
13947 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13948 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13949
13950 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13951 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13952
13953 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13954 * config.guess: Combine two OSF1 rules.
13955 Also recognize field test versions. From mjr@zk3.dec.com.
13956 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13957 because GNU uname does not support -p. From pmr@pajato.com.
13958
13959 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13960
13961 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13962
13963 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13964
13965 * mpw-README: Document GCCIncludes.
13966
13967 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13968
13969 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13970
13971 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13972
13973 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13974
13975 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13976
13977 * configure.in (*-*-cygwin32): Configure make.
13978
13979 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13980
13981 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13982
13983 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13984
13985 * Makefile.in (all-inet): Depend on all-perl.
13986
13987 * Makefile.in (inet-install): New target.
13988
13989 * Makefile.in (all-inet): Depend on all-tcl.
13990 (all-inet): Depend on all-send-pr.
13991
13992 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13993
13994 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13995 temporarily.
13996
13997 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13998
13999 * configure.in: Don't configure --with-gnu-ld on AIX.
14000
14001 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14002
14003 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14004
14005 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14006
14007 * Makefile.in (ALL_MODULES): Added all-inet.
14008 (CROSS_CHECK_MODULES): Added check-inet.
14009 (INSTALL_MODULES): Added install-inet.
14010 (CLEAN_MODULES): Added clean-inet.
14011 (all-indent): New target.
14012
14013 * configure.in (host_tools): Added inet.
14014 (native_only): Added inet.
14015 (noconfigdirs): Added inet.
14016
14017 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14018
14019 * configure.in: Don't configure libgloss if we are not configuring
14020 newlib.
14021
14022 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14023
14024 * configure.in: Don't configure libgloss for unsupported
14025 architectures.
14026
14027 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14028
14029 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14030
14031 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14032
14033 * Makefile.in (ALL_MODULES): Include all-apache.
14034 (CROSS_CHECK_MODULES): Include check-apache.
14035 (INSTALL_MODULES): Include install-apache.
14036 (all-apache): New target.
14037
14038 * configure.in: Added apache everywhere perl is seen.
14039
14040 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14041
14042 * Makefile.in: Add support for clean-{module} and
14043 clean-target-{module} rules.
14044
14045 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14046
14047 * configure.in (*-*-ose) do not build libgloss.
14048
14049 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14050
14051 * config.guess (prep*:SunOS:5.*:*): Turn into
14052 powerpele-unknown-solaris2.
14053
14054 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14055
14056 * configure.in: Permit --enable-shared to specify a list of
14057 directories.
14058
14059 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14060
14061 * configure.in (host==solaris): Pass only the first word of $CC
14062 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14063
14064 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14065
14066 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14067
14068 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14069
14070 * Makefile.in (ALL_MODULES): Include all-perl.
14071 (CROSS_CHECK_MODULES): Include check-perl.
14072 (INSTALL_MODULES): Include install-perl.
14073 (ALL_X11_MODULES): Include all-guile.
14074 (CHECK_X11_MODULES): Include check-guile.
14075 (INSTALL_X11_MODULES): Include install-guile.
14076 (all-perl): New target.
14077 (all-guile): New target.
14078
14079 * configure.in (host_tools): Include perl and guile.
14080 (native_only): Include perl and guile.
14081 (noconfigdirs): Don't build guile and perl; no ports have been
14082 done.
14083
14084 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14085
14086 * configure (--enable-*): Handle quoted option lists such as
14087 --enable-sim-cflags='-g0 -O' better.
14088
14089 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14090
14091 * Makefile.in ({,inst}all-target): New rule so we can make and
14092 install all of the target directories easily.
14093
14094 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14095
14096 * configure.in: Add missing global flag in sed substitution when
14097 deleting `target-' from ${configdirs}.
14098
14099 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14100
14101 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14102 option.
14103
14104 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14105 config/mh-necv4.
14106
14107 * install.sh: Correct misspelling of transformbasename.
14108
14109 * config.guess: Recognize mips-*-sysv*.
14110
14111 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14112
14113 * config.sub: Recognize mon960.
14114
14115 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14116
14117 * configure: Restore Canadian Cross handling of BISON and LEX,
14118 removed in Feb 20 change.
14119
14120 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14121
14122 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14123 Mention make install. Remove the old copyright date as well the
14124 clumsy and rather pointless copyright on the README file.
14125
14126 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14127
14128 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14129 Makefile after running symlink-tree, then run `make distclean' to
14130 avoid clobbering any generated files in srcdir.
14131
14132 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14133
14134 * configure.in (m68k-*-netbsd*): Build everything now.
14135
14136 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14137
14138 * Makefile.in (taz): Fix quoting.
14139
14140 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14141
14142 * configure.in (sparclet-*-*): Build everything now.
14143
14144 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14145
14146 * configure.in (m68k-*-linux*): New host.
14147
14148 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14149
14150 * configure: Check for bison before byacc.
14151
14152 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14153
14154 * Makefile.in configure: Change the way LEX and BISON/YACC are
14155 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14156 searching PATH. These are used as fallbacks by Makefile.in if
14157 flex/bison/byacc aren't in objdir.
14158
14159 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14160
14161 * Makefile.in: Make everything which depends upon all-bfd also
14162 depend upon all-opcodes, in case --with-commonbfdlib is used.
14163
14164 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14165
14166 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14167 building NT native compilers on Unix.
14168
14169 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14170
14171 * configure.in: Don't get CC from the host Makefile fragment if we
14172 can find gcc in PATH, or if this is a Canadian Cross. Move the
14173 Solaris test for /usr/ucb/cc to the post target script, just after
14174 the compiler sanity test.
14175
14176 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14177
14178 * config.sub: Merge with FSF.
14179
14180 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14181
14182 * Makefile.in (RPATH_ENVVAR): New variable.
14183 (REALLY_SET_LIB_PATH): Use it.
14184 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14185
14186 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14187
14188 * config.sub, configure.in: Recognize sparclet cpu.
14189
14190 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14191
14192 * config.guess: Support m68k-cbm-sysv4.
14193
14194 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14195
14196 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14197 m68k-unknown-linuxaout from linker help string. Put quotes around
14198 $ld_help_string.
14199
14200 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14201
14202 * config.guess (powerpc-harris-powerunix): Add guess for port
14203 to new target.
14204
14205 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14206
14207 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14208
14209 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14210
14211 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14212 $(REALLY_SET_LIB_PATH) in Makefile.
14213 * Makefile.in (SET_LIB_PATH): New variable.
14214 (REALLY_SET_LIB_PATH): New variable.
14215 ($(DO_X)): Use $(SET_LIB_PATH).
14216 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14217 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14218 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14219 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14220 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14221 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14222 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14223 (install-dosrel): Likewise.
14224 (all-opcodes): Depend upon all-libiberty.
14225
14226 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14227
14228 * config.guess (*:CYGWIN*): New
14229
14230 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14231
14232 * Makefile.in (all-target-winsup): All all-target-libiberty.
14233
14234 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14235
14236 * configure.in (noconfigdirs): Add missing # in front of comment.
14237
14238 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14239
14240 * configure.in: add second pass to things added to noconfigdirs
14241 so *-gm-magic can exclude libgloss properly.
14242
14243 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14244
14245 * mpw-configure (extralibs_name, rez_name): Set correctly
14246 for MWC68K compiler.
14247
14248 * mpw-README: Add more info on the necessary build tools.
14249
14250 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14251
14252 * configure.in, config.sub: Recognize cygwin32.
14253
14254 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14255
14256 * config.guess, config.sub: Recognize A/UX.
14257
14258 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14259
14260 * config.sub: Merge with gcc/config.sub.
14261
14262 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14263
14264 * mpw-build.in (do-binutils): Add build of stamps.
14265
14266 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14267
14268 * config.sub: Add recognition for mips64vr4100*-* targets.
14269
14270 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14271
14272 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14273 Add creation of gconfigargs with `--enable-shared' turned on.
14274 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14275 ($(host)-stamp-stage3-configured): Likewise.
14276 (HOLES): Add chatr and ldd.
14277 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14278
14279 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14280
14281 * configure: Pass --nfp to recursive configures.
14282
14283 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14284
14285 * Makefile.in (DLLTOOL): New.
14286 (DLLTOOL_FOR_TARGET): New.
14287 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14288 (EXTRA_TARGET_FLAGS): Ditto.
14289 (EXTRA_GCC_FLAGS): Ditto.
14290 (CONFIGURE_TARGET_MODULES): Ditto.
14291 (DO_X): Ditto.
14292 * configure: Add DLLTOOL.
14293
14294 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14295
14296 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14297 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14298 mh-sco, since old workarounds no longer needed, and don't
14299 build ld, since libraries have weak symbols in COFF.
14300
14301 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14302
14303 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14304
14305 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14306
14307 * configure.in: Make sure that ${CC} can be used to compile an
14308 executable.
14309
14310 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14311
14312 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14313 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14314 nothing depending on whether gdbtk is being built.
14315
14316 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14317
14318 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14319
14320 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14321
14322 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14323 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14324
14325 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14326
14327 * config-ml.in: Add support for
14328 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14329 Simplify setting of multidirs from --disable-foo.
14330
14331 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14332
14333 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14334 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14335 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14336 non-empty, pass them on to the GCC make.
14337 (all-bootstrap): New rule that is like all-gcc, except it executes
14338 the GCC bootstrap rule instead of the GCC all rule.
14339
14340 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14341
14342 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14343
14344 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14345
14346 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14347 DG/UX support.
14348
14349 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14350
14351 * config.sub (i*86*) Change [345] to [3456]
14352
14353 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14354
14355 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14356 --with-gnu-ld=no.
14357
14358 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14359
14360 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14361 AIX multilibs get built.
14362
14363 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14364
14365 * configure.in (i386-win32): Don't build expect if we're not
14366 building the tcl subdir.
14367
14368 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14369
14370 * Makefile.in: (configure-target-examples, all-target-examples):
14371 New targets, configure and build example programs.
14372
14373 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14374
14375 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14376 use it as input to sedit the generated MPW makefile.
14377 * mpw-README: Add a suggestion about Gestalt.h.
14378
14379 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14380
14381 * config.sub: Accept *-*-ieee*.
14382
14383 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14384
14385 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14386 Ronald F. Guilmette <rfg@monkeys.com>.
14387
14388 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14389
14390 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14391 for powerpc-pe native.
14392 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14393 (target==powerpc-pe): duplicate i386-win32 entry.
14394
14395 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14396
14397 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14398 of vxworks, not just vxworks5.1.
14399
14400 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14401
14402 * mpw-configure: Add support for exec-prefix.
14403
14404 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14405
14406 * config.guess: Recognize HP model 816 machines as having
14407 a PA1.1 processor.
14408
14409 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14410
14411 * configure: Ignore new autoconf configure options.
14412
14413 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14414
14415 * config.guess: Recognize Pentium under SCO.
14416 From Robert Lipe <robertl@arnet.com>.
14417
14418 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14419
14420 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14421
14422 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14423
14424 * configure.in: Don't configure gas for alpha-dec-osf*.
14425
14426 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14427
14428 * configure.in: Default to --with-stabs for some targets for which
14429 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14430 i[345]86*-*-unixware*.
14431
14432 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14433
14434 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14435 rather than basing it on the target. Simplify handling of options
14436 controlling which directories to configure. Remove extraneous
14437 slash in multi-clean target.
14438
14439 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14440
14441 * config-ml.in: Prefix more variables with ml_ so they don't collide
14442 with configure's.
14443
14444 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14445
14446 * configure: Don't turn -v into --v.
14447
14448 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14449
14450 * configure.in (targargs): Fix typo.
14451
14452 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14453
14454 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14455
14456 * configure.in: Strip --host and --target options from
14457 CONFIG_ARGUMENTS, and always configure for --host only. Add
14458 --with-cross-host option when building with a cross-compiler.
14459 * configure: Canonicalize the arguments put into config.status by
14460 always using `=' for an option with an argument. Pass a presumed
14461 --host or --target explicitly.
14462
14463 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14464
14465 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14466 into general OS recognition case.
14467
14468 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14469
14470 * configure.in (target_configdirs): add target-winsup only
14471 for win32 target systems.
14472
14473 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14474
14475 * Makefile.in (all-target-libgloss): Depend upon
14476 configure-target-newlib, since when libgloss is built it looks to
14477 see if the newlib directory exists.
14478
14479 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14480
14481 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14482 cfg-ml-*.in.
14483
14484 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14485
14486 * configure: Handle LD and LD_FOR_TARGET when configuring a
14487 Canadian Cross.
14488
14489 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14490
14491 * configure.in (target_libs): add target-winsup.
14492 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14493 (target==ppcle-pe): remove ld from $noconfigdirs.
14494
14495 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14496
14497 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14498 Preserve relative path names in $srcdir. Build symlink tree if
14499 configuring cross target dir and srcdir=. (= no VPATH support).
14500 (configure-target-libg++): Depend on configure-target-librx.
14501 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14502 * config-ml.in: New file.
14503 * symlink-tree: New file.
14504 * configure: Ensure srcdir="." if that's what it is.
14505
14506 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14507
14508 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14509 includes and FLEX_SKELETON setting.
14510 * mpw-configure (--with-gnu-ld): New option, controls whether
14511 to use PPCLink or ld with PowerMac GCC.
14512 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14513 * mpw-config.in: Configure grez if targeting Mac.
14514
14515 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14516 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14517 just macos.
14518 * configure.in: Configure grez resource compiler if targeting Mac.
14519 * Makefile.in (all-grez, install-grez): New targets.
14520
14521 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14522
14523 * configure: CXX defaults to gcc, not g++. If we find
14524 gcc in the path, set CC to gcc -O2.
14525
14526 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14527
14528 * configure: Default ${build} correctly. Avoid picking up extra
14529 spaces when reading CC and CXX from Makefile. When doing a
14530 Canadian Cross, use plausible default values for numerous
14531 variables.
14532 * configure.in: When doing a Canadian Cross, don't try to
14533 configure tools whose configure script can't handle it.
14534
14535 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14536
14537 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14538
14539 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14540
14541 * configure: Remove dubious bug reporting address.
14542
14543 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14544
14545 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14546 configure script, run that instead of this directory's configure.
14547 In either case, print a message that we're configuring the sub-dir.
14548
14549 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14550
14551 * configure.in: Before checking for the existence of various files,
14552 use sed to filter out "target-".
14553
14554 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14555
14556 * Makefile.in (DO_X): Split rule to decrease command line length
14557 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14558 (Philippe De Muyter).
14559
14560 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14561
14562 * Makefile.in (all-patch): depend on all-libiberty.
14563
14564 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14565
14566 * configure.in: If the only directory in target_configdirs which
14567 actually exists is libiberty, then set target_configdirs to empty,
14568 to avoid trying to build a target libiberty in a gas or gdb
14569 distribution.
14570
14571 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14572
14573 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14574 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14575 systems.
14576
14577 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14578
14579 * configure.in (copy_dirs): Use sys-include instead of include
14580 for --with-headers option.
14581
14582 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14583
14584 * Makefile.in, configure.in: Make winsup builds work with
14585 new scheme.
14586
14587 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14588
14589 * configure.in: Build the linker on AIX.
14590
14591 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14592
14593 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14594 where needed.
14595
14596 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14597
14598 * Makefile.in (all-gcc): Fix typo.
14599
14600 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14601
14602 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14603
14604 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14605
14606 * configure.in: Rename libFOO to target-libFOO, and xiberty
14607 to target-xiberty, to provide more flexibility.
14608 (target_subdir): Define. Create if cross.
14609 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14610 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14611 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14612 check-libFOO -> check-target-libFOO, etc.
14613 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14614 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14615 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14616 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14617 allow ALL_GCC="" to only configure.
14618 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14619 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14620 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14621
14622 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14623
14624 * Makefile.in (taz): Build "info" in etc explicitly.
14625
14626 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14627
14628 * configure.in: Make sure that CC is undefined (as opposed to
14629 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14630 problem with autoconf trying to configure on a host without GCC.
14631
14632 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14633
14634 * mpw-configure: Set host alias from choice of host compiler,
14635 only use generic MPW Makefile sed if present, edit a file
14636 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14637 * mpw-README: Add problem notes about CW6 and CW7.
14638
14639 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14640
14641 * Makefile.in (taz): Use ";" instead of ";;".
14642
14643 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14644
14645 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14646 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14647 DISTDOCDIRS.
14648 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14649 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14650
14651 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14652
14653 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14654 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14655 Move bfd to DISTSTUFFDIRS.
14656
14657 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14658
14659 * Makefile.in (X11_LIB): Removed.
14660 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14661
14662 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14663
14664 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14665
14666 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14667 names.
14668
14669 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14670
14671 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14672
14673 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14674
14675 * configure.in (i[345]86-*-win32): Always build newlib.
14676 Don't configure cvs, autoconf or texinfo.
14677 * Makefile.in (LD_FOR_TARGET): New.
14678 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14679 Pass down LD_FOR_TARGET.
14680
14681 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14682
14683 * winsup: New directory.
14684 * Makefile.in: Build winsup.
14685 * configure.in: Winsup is configured when target is win32.
14686 Can only build win32 target GDB when native.
14687
14688 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14689
14690 * config.guess: Recognize HP model 819 machines as having
14691 a PA 1.1 processor.
14692
14693 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14694
14695 * configure: Fix sed loop which substitutes for CC and CXX to
14696 avoid bug found in various sed implementations.
14697
14698 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14699
14700 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14701 simulator. Use standard powerpc-*-eabi*.
14702
14703 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14704
14705 * configure.in: Stop putting gas and binutils in noconfigdirs for
14706 powerpc-*-aix* and rs6000-*-*.
14707
14708 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14709
14710 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14711 -mcall-aixdesc libraries.
14712
14713 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14714
14715 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14716
14717 * config.sub (arm | armel | armeb): Fix shell syntax.
14718
14719 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14720
14721 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14722 -msoft-float and -mcpu=common support.
14723 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14724 libraries.
14725
14726 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14727
14728 * configure.in: Allow configuration and build of emacs19 for the alpha.
14729
14730 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14731
14732 * configure.in (CC): Get ^CC, not just any old CC, from
14733 ${host_makefile_frag}.
14734
14735 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14736
14737 * configure.in (CC): Try to get CC from
14738 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14739
14740 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14741
14742 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14743 only if it exists in $(srcdir).
14744
14745 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14746
14747 * configure: If CC and CXX are not set in the environment, set
14748 them, based on either an existing Makefile or on searching for gcc
14749 in PATH. Substitute for CC and CXX in Makefile.
14750 * configure.in: Remove libm from target_libs. Separate
14751 target_configdirs from configdirs. If CC is not set in
14752 environment, try to get it from a host Makefile fragment. Rewrite
14753 changes of configdirs to use skipdirs instead. A few minor
14754 tweaks. Take directories out of target_configdirs as they are
14755 taken out of configdirs. Remove existing Makefile files from
14756 subdirectories. Substitute for TARGET_CONFIGDIRS and
14757 CONFIG_ARGUMENTS in Makefile.
14758 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14759 by configure.in.
14760 (CONFIG_ARGUMENTS): Likewise.
14761 (CONFIGURE_TARGET_MODULES): New variable.
14762 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14763 ($(CONFIGURE_TARGET_MODULES)): New target.
14764 (configure-libg++, configure-libio): New targets.
14765 (all-libg++): Depend upon configure-libg++.
14766 (all-libio): Depend upon configure-libio.
14767 (configure-libgloss, all-libgloss): New targets.
14768 (configure-libstdc++): New target.
14769 (all-libstdc++): Depend upon configure-libstdc++.
14770 (configure-librx, all-librx): New targets.
14771 (configure-newlib): New target.
14772 (all-newlib): Depend upon configure-newlib
14773 (configure-xiberty): New target.
14774 (all-xiberty): Depend upon configure-xiberty.
14775
14776 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14777
14778 * configure.in (host i[345]86-*-win32): Expand the
14779 noconfigdirs again.
14780
14781 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14782
14783 * mpw-configure: Fix sed command file name.
14784
14785 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14786
14787 * configure.in (host i[345]86-*-win32): Reduce the
14788 noconfigdirs again.
14789
14790 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14791
14792 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14793 or powerpc*-*-pe*, since they are not yet supported.
14794
14795 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14796
14797 Add PowerMac support and many other enhancements.
14798 * mpw-configure: New option --cc to select compiler to use,
14799 paste options set according to --cc into the generated
14800 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14801 if mpw-make.sed is present.
14802 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14803 add forward includes for PowerPC include files.
14804 * mpw-build.in: Build using Makefile.PPC if present.
14805 (do-byacc, etc): Remove separate version resource builds.
14806 (do-gas): Build "stamps" before "all".
14807 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14808 * mpw-README: Update to reflect --cc option, PowerMac support,
14809 and recently-reported compatibility problems.
14810
14811 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14812
14813 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14814 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14815 (--with-multilib-top): Pass to recursive invocations.
14816
14817 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14818
14819 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14820 v810-*-*.
14821
14822 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14823
14824 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14825 gdb, ld and opcodes on v810-*-*.
14826
14827 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14828
14829 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14830 (local-maintainer-clean): New target.
14831 (maintainer-clean): New target.
14832 (realclean): Just depend upon maintainer-clean.
14833
14834 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14835
14836 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14837
14838 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14839
14840 * configure.in: Build ld in mips*-*-bsd* case.
14841
14842 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14843
14844 * config.sub: Accept -lites* OS. From Ian Dall.
14845
14846 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14847
14848 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14849 targets.
14850
14851 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14852
14853 * configure.in: treat i386-win32 canadian cross the same as
14854 i386-go32 canadian cross.
14855
14856 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14857
14858 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14859 running under the simulator to build a reduced set of libraries.
14860 (powerpc-*-eabiaix): Add fine grained multilib support added to
14861 other powerpc targets yesterday.
14862
14863 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14864
14865 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14866 -disable-softfloat, -disable-relocatable, -disable-aix, and
14867 -disable-sysv to control which multilib libraries get built.
14868
14869 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14870
14871 * configure: Add Makefile.tem to list of files to remove in trap
14872 handler.
14873
14874 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14875
14876 * config.guess (*Linux*): Add missing "exit"s.
14877 Also, need specific check for alpha-unknown-linux (uses COFF).
14878
14879 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14880
14881 * config.guess: Merge with FSF:
14882
14883 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14884 * config.guess (AIX4): More robust release numbering discovery.
14885
14886 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14887 * config.guess (i386-sequent-ptx): Properly get version number.
14888
14889 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14890 * config.guess (mips:*:4*:UMIPS): New case.
14891
14892 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14893
14894 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14895 (i386-win32 host): Likewise. Don't build readline.
14896
14897 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14898
14899 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14900 SUPPORT_FILES to submakes.
14901
14902 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14903
14904 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14905 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14906 mpw-configure.
14907
14908 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14909
14910 * configure.in (appdirs): Use =, not ==, in test expression when
14911 trying to build the text to print in the warning message for
14912 Solaris users.
14913
14914 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14915
14916 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14917
14918 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14919
14920 * config.guess: Recognize lynx-2.3.
14921
14922 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14923
14924 * config.sub (z8ksim): Deleted
14925 (z8k-*-coff): New, this is the one true name of the target.
14926
14927 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14928
14929 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14930
14931 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14932
14933 * config.guess (*:Linux:*:*): First try asking the linker what the
14934 default object file format is (elf, aout, or coff). Then if this
14935 fails, try previous methods.
14936
14937 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14938
14939 * configure.in: Don't build newlib for *-*-vxworks5.1.
14940
14941 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14942
14943 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14944 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14945
14946 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14947
14948 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14949
14950 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14951
14952 * cfg-ml-com.in: New file.
14953 * cfg-ml-pos.in: New file.
14954
14955 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14956
14957 * COPYING.NEWLIB: Add HP free copyright to list.
14958
14959 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14960
14961 * config.sub: Recognize -eabi* for the system, not just -eabi.
14962
14963 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14964
14965 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14966 * config.sub, configure.in (win32): New target and host.
14967
14968 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14969
14970 * configure.in: Add i386-pe configuration.
14971
14972 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14973
14974 * mpw-build.in (install): Install GDB after LD.
14975
14976 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14977
14978 * mpw-config.in (elf/mips.h): Always forward-include, needed
14979 for GDB to build.
14980
14981 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14982
14983 * testsuite: New directory for customer acceptance and whole tool
14984 chain tests.
14985
14986 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14987
14988 * configure: If per-host line isn't found, but AC_OUTPUT is found
14989 and a configure script exists, run it instead.
14990
14991 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14992
14993 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14994
14995 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14996
14997 * configure: Set build_{cpu,vendor,os,alias} to host values when
14998 --build isn't specified.
14999
15000 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15001
15002 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15003 (FLAGS_TO_PASS): Pass them.
15004 (EXTRA_TARGET_FLAGS): Ditto.
15005
15006 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15007
15008 * Makefile.in (all-libg++): Depend on all-libstdc++.
15009
15010 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15011
15012 * configure.in (noconfigdirs): Enable all packages for
15013 i386-unknown-netbsd.
15014
15015 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15016
15017 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15018 hosted builds (DOS builds)
15019
15020 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15021
15022 Changes for ARM based on patches from Richard Earnshaw:
15023 * config.sub: Handle armeb and armel.
15024 * configure.in: Omit arm linker only for riscix.
15025
15026 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15027
15028 * config.guess: Update from FSF.
15029
15030 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15031
15032 * config.sub: Recognize powerpcle as the little endian variant of
15033 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15034 powerpcle variant. Convert pentium into i586, not i486. Add p5
15035 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15036 temporarily.
15037
15038 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15039
15040 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15041
15042 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15043
15044 * config.sub: Accept -lites* as a basic system type.
15045
15046 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15047
15048 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15049 installed, and if so return linuxoldld as the system name.
15050
15051 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15052
15053 * config.guess: Add hppa1.1-hp-lites support.
15054
15055 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15056
15057 * configure.in: Don't build newlib for m68k-vxworks5.1.
15058
15059 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15060
15061 * configure.in (mips-sgi-irix6): Use mh-irix5.
15062
15063 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15064
15065 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15066
15067 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15068
15069 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15070 OSF/1. Fix compiler flags.
15071 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15072
15073 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15074
15075 * configure.in: Recognize --with-newlib.
15076 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15077
15078 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15079
15080 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15081 to *_X11_MODULES due to gdbtk needing X include files et al.
15082
15083 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15084
15085 Merge in support for Mac MPW as a host.
15086 (Old change descriptions retained for informational value.)
15087
15088 * mpw-config.in: Add generic include forwards for cpu-specific
15089 include files in aout and elf directories.
15090
15091 * mpw-configure: Added copyright.
15092 * mpw-config.in: Check for presence of required build tools.
15093 (target_libs): Add newlib.
15094 (target_tools): Add examples.
15095 (Read Me): Generate as "Read Me for MPW" instead.
15096 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15097 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15098 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15099
15100 * mpw-configure: Remove subdir-specific makefile hackery,
15101 delete mk.tmp after using it.
15102
15103 * mpw-build.in (all): Display start and end times.
15104
15105 * mpw-configure (host_canonical): Set.
15106 (target_cpu): Always add to makefiles.
15107 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15108 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15109 (mpw-mh-mpw): Look for in srcdir and srcroot.
15110 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15111
15112 * mpw-build.in: (install-only): New target.
15113
15114 * mpw-configure (host_alias, target_alias): Rename from hostalias
15115 and targetalias, add into generated Makefile.
15116 (mk.tmp): If present, add into generated Makefile.
15117 * mpw-build.in (all-gas): Build config.h first before gas proper.
15118
15119 * mpw-configure (config.status): Write only if changed.
15120 * mpw-config.in (readline): Configure it (not built, just used for
15121 definitions).
15122
15123 * mpw-config.in (elf/mips.h): Add a forward include.
15124
15125 * mpw-config.in: Forward-include most .h files in include into
15126 extra-include.
15127 (readline): Don't build.
15128 mpw-build.in (install): Install GDB.
15129
15130 * mpw-configure (prefix, mpw_prefix): Handle it.
15131 * mpw-config.in (mmalloc, readline): Don't configure.
15132 * mpw-build.in (thisscript): Rename to ThisScript.
15133 Use mpw-build instead of BuildProgram everywhere.
15134 (mmalloc, readline): Don't build.
15135 * mpw-README: New file, basic documentation about the MPW port.
15136
15137 * mpw-config.in: Use forward-include to create include files.
15138
15139 * mpw-configure: Add more things to the top of each configured
15140 Makefile, including contents of config/mpw-mh-mpw.
15141 * mpw-config.in (extra-include): Create this directory and fill it
15142 with Posix-like include files when configuring.
15143
15144 * config.sub (apple, mac, mpw): Add various aliases.
15145
15146 * mpw-build.in: New file, top-level build script fragment for MPW.
15147 * mpw-configure: New file, configure script for MPW.
15148 * mpw-config.in: New file, config fragment for MPW.
15149
15150 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15151
15152 * configure.in (host_libs): Remove glob, since it is gone from the
15153 sources.
15154
15155 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15156
15157 * Makefile.in: define empty GDB_NLM_DEPS var.
15158
15159 * configure.in(target_makefile_frag): use config/mt-netware
15160 for netware targets.
15161
15162 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15163
15164 * config.sub: Merge in recent FSF changes. Remove linux special
15165 cases.
15166
15167 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15168
15169 Revert this change:
15170
15171 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15172
15173 * build-all.mk: Use CC=cc -Xs on Solaris.
15174
15175 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15176
15177 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15178 stop using it.
15179 * Makefile.in: Nuke all references to glob subdirectory.
15180
15181 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15182
15183 * configure.in: Fix --enable-shared logic in per-host.
15184
15185 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15186
15187 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15188
15189 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15190
15191 * configure.in (noconfigdirs): Don't build gas on AIX, for
15192 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15193
15194 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15195
15196 * configure: Fix --cache-file to work if the file argument is a
15197 relative path.
15198
15199 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15200
15201 * configure: If the --cache-file is used, pass it down to
15202 configure in subdirectories.
15203
15204 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15205
15206 * config.sub: add vxworks29k configuration.
15207
15208 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15209
15210 * Makefile.in (taz): Do "diststuff" part quietly.
15211
15212 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15213
15214 * config.sub: Mini-merge with gcc/config.sub.
15215
15216 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15217
15218 * config.guess (IRIX): Sed - to _.
15219
15220 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15221
15222 * Makefile.in (source-vault, binary-vault): New targets.
15223
15224 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15225
15226 * config.sub: Recognize -eabi as a basic system type.
15227
15228 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15229
15230 * configure.in (enable_shared stuff): Fix typo.
15231
15232 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15233
15234 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15235
15236 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15237
15238 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15239
15240 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15241
15242 * configure.in (rs6000-*-*): Don't build gas.
15243
15244 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15245
15246 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15247 reduce command line length.
15248 (AS_FOR_TARGET): Check for as.new, not Makefile.
15249 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15250
15251 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15252
15253 * config.guess: Merge from FSF.
15254
15255 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15256
15257 * configure: Don't use $ when handling program_suffix.
15258
15259 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15260
15261 * configure.in: Configure tk for hppa/hpux.
15262
15263 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15264
15265 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15266
15267 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15268
15269 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15270 to LIBCXXFLAGS. Tests are better run without it.
15271
15272 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15273
15274 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15275
15276 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15277
15278 * configure.in (*-*-netware*): Don't configure xiberty.
15279
15280 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15281
15282 * configure.in: Remove tk from native_only list.
15283
15284 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15285
15286 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15287 for special NCD build.
15288
15289 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15290
15291 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15292 makeall.bat, they're only useful for binutils snapshots.
15293 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15294 makeall.bat to specified SUPPORT_FILES.
15295
15296 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15297
15298 * build-all.mk: Add Ericsson targets to sun4 and solaris
15299 hosts. Add BNR's sun4 target to solaris host, so their
15300 build-from-source will be tested in-house first.
15301
15302 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15303
15304 * Makefile.in (LIBCFLAGS): New variable.
15305 (CFLAGS_FOR_TARGET): Ditto.
15306 (LIBCFLAGS_FOR_TARGET): Ditto.
15307 (LIBCXXFLAGS): Ditto.
15308 (CXXFLAGS_FOR_TARGET): Ditto.
15309 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15310 (BASE_FLAGS_TO_PASS): Pass them.
15311 (EXTRA_TARGET_FLAGS): Ditto.
15312
15313 * configure.in: Support --enable-shared.
15314
15315 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15316
15317 * configure.in (target_libs): Include libstdc++ again.
15318 * config.guess: Update from FSF (for FreeBSD).
15319
15320 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15321
15322 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15323 makeall.bat.
15324 (DISTDOCDIRS): Add `etc'.
15325 (ETC_SUPPORT_PFX): New variable.
15326 (taz): Include anything from etc starting with a word in
15327 ETC_SUPPORT_PFX.
15328
15329 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15330
15331 * config.sub: Update for recent FSF changes. Remove obsolete
15332 h8300hds entry. Add -windows* and -osx as basic os. Minor
15333 spacing changes.
15334
15335 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15336
15337 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15338
15339 * config.guess: Merge with FSF.
15340 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15341
15342 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15343
15344 * configure: Since the "trap 0" handler will override the exit
15345 status on many systems, only use it for "exit 1", and make it set
15346 a non-zero exit status; reset it before "exit 0". Also, check
15347 exit status of config.sub, and error out if it failed.
15348
15349 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15350
15351 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15352 and install libgloss.
15353
15354 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15355
15356 * Makefile.in (all-binutils): Depend upon all-byacc.
15357
15358 * configure.in: Don't build emacs on Irix 5.
15359
15360 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15361
15362 * configure.in (*-*-netware*): Add libio.
15363
15364 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15365
15366 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15367 (CHECK_TARGET_MODULES): Ditto.
15368 (INSTALL_TARGET_MODULES): Ditto.
15369 (TARGET_LIBS): Ditto.
15370 (all-libstdc++): Note dependencies.
15371
15372 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15373
15374 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15375
15376 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15377
15378 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15379 -fexternal-templates.
15380
15381 * configure.in (target_libs): Add libstdc++.
15382 (noconfigdirs): Add libstdc++ as appropriate.
15383
15384 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15385
15386 * config.guess: Update from FSF.
15387
15388 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15389
15390 * configure: Use ${config_shell} when running ${configsub}.
15391
15392 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15393
15394 * config.sub: No longer recognize h8300h.
15395
15396 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15397
15398 * config.sub: Remove extraneous differences between config.sub and
15399 gcc/config.sub.
15400
15401 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15402
15403 * Makefile.in (DISTSTUFFDIRS): Add gas.
15404
15405 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15406
15407 * COPYING.NEWLIB: New file.
15408
15409 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15410
15411 * config.guess (HP-UX): Patch from Harlan Stenn
15412 <harlan@landmark.com> to also emit release level.
15413
15414 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15415
15416 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15417
15418 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15419
15420 * config.sub: Merge nextstep cleanup from FSF.
15421
15422 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15423
15424 * configure.in (arm-*-*): Don't configure ld for this target.
15425
15426 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15427
15428 * configure.in (*-*-netware): don't configure libg++, libio,
15429 librx, or newlib.
15430
15431 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15432
15433 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15434 configure ld--it works, but it doesn't support shared libraries.
15435
15436 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15437
15438 * config.guess (*-unknown-freebsd*): Get rid of possible
15439 trailing "(Release)" in version string.
15440 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15441
15442 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15443
15444 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15445 Fix type: *-next-neststep -> *-next-nextstep.
15446
15447 * config.guess: Merge from FSF:
15448
15449 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15450
15451 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15452
15453 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15454
15455 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15456 instead of UNIX_SV for UnixWare 1.0).
15457
15458 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15459
15460 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15461 to make gdb/nlm/* build after the compiler and linker.
15462
15463 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15464
15465 * config.guess (netbsd, freebsd, linux): Accept any machine,
15466 not just i[34]86.
15467 (m68k-atari-sysv4): Relocate to match FSF version.
15468
15469 * config.guess: More merges from the FSF:
15470
15471 Add a space before function call or macro invocation.
15472
15473 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15474
15475 * config.guess: Add trap cmd to remove dummy.c and dummy when
15476 interrupted.
15477
15478 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15479
15480 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15481 (dummy): Redirect stderr from compilation of dummy.c.
15482
15483 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15484
15485 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15486
15487 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15488
15489 * configure: Accept and ignore --cache*, for compatibility with
15490 new autoconf.
15491
15492 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15493
15494 * config.guess: Merge from FSF:
15495
15496 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15497
15498 * config.guess (Pyramid*:OSx*:*:*): New case.
15499 (PATH): Add /.attbin at end for finding uname.
15500 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15501
15502 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15503
15504 * config.guess (M88*:DolphinOS:*:*): New case.
15505
15506 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15507
15508 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15509 to select whether to use ELF or COFF.
15510
15511 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15512
15513 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15514
15515 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15516
15517 * config.guess: Guess the OS version for HPUX.
15518
15519 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15520
15521 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15522
15523 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15524
15525 * configure.in: Recognize --with-headers, --with-libs, and
15526 --without-newlib.
15527 * Makefile.in (all-xiberty): Depend upon all-ld.
15528
15529 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15530
15531 * configure.in: Change i[34]86 to i[345]86.
15532
15533 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15534
15535 * configure (version): A few more tweaks to help message.
15536
15537 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15538
15539 * Makefile.in: Remove (for now) librx as a host library,
15540 now that we're building it for target.
15541
15542 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15543
15544 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15545 (Karl Berry).
15546
15547 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15548
15549 * configure.in: Also configure librx.
15550
15551 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15552
15553 * Makefile.in: Update various rules to reflect that librx
15554 is now needed for libg++.
15555
15556 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15557
15558 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15559
15560 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15561
15562 * configure.in: Configure the examples directory.
15563
15564 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15565
15566 * configure: Simplify Jun 2 1994 change.
15567
15568 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15569
15570 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15571 /bin/gcc isn't good enough to build gcc.
15572
15573 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15574
15575 * Makefile.in (GDB_SUPPORT_FILES): Remove
15576 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15577 (gdb.tar.gz): Add new rule to use standard distribution building
15578 mechanism.
15579
15580 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15581
15582 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15583 Bill Cox <bill@cygnus.com>.
15584
15585 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15586
15587 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15588
15589 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15590
15591 * configure: Search current dir first in .gdbinit.
15592
15593 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15594
15595 * config.sub: Recognize freebsd (merged from gcc config.sub).
15596
15597 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15598
15599 * config.sub: Refer to NeXT's operating system as nextstep.
15600
15601 * config.sub (case $basic_machine): Re-order the cases, to match
15602 the order in the FSF version (which is mostly alphabethical).
15603 Merge in some additions and changes from the FSF.
15604
15605 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15606
15607 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15608 * config.sub: Recognize cxux7.
15609 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15610
15611 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15612
15613 * config.sub: Fix typo powerpc -> powerpc-*.
15614
15615 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15616
15617 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15618
15619 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15620 parallel with all-emacs and install-emacs). Top-level command
15621 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15622
15623 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15624
15625 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15626 $(relbindir)/make before doing ``make install'', and use
15627 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15628 installing over running make binary.
15629 ($(host)-stamp-stage3-installed): Likewise.
15630
15631 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15632
15633 * config.guess: Recognize Mach.
15634
15635 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15636
15637 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15638 see whether --exec-prefix was used.
15639
15640 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15641
15642 * README: Explicitly mention libg++/README. (Zoo's idea.)
15643
15644 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15645
15646 * Makefile.in: Add all-librx target similar to all-libproc.
15647
15648 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15649
15650 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15651 with post 1.2 uname bogosity.
15652
15653 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15654
15655 * configure: Remove temporary files on receipt of a signal.
15656
15657 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15658
15659 * configure: If there is a package_makefile_frag, remove
15660 ${subdir}/Makefile.tem after copying it in.
15661
15662 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15663
15664 * build_all.mk: support rs6000 lynx identifies itself as
15665 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15666 since /bin/gcc is too feeble to compile a modern gcc.
15667
15668 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15669
15670 * brought devo/test-build.mk update-to-date with progressive/
15671 test-build.mk. Add lynx targets and hppa flag info.
15672
15673 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15674
15675 * configure.in: Use mh-ncrsvr43. Patch from
15676 Tom McConnell <tmcconne@sedona.intel.com>.
15677
15678 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15679
15680 * config.guess (i386-unknown-bsdi): No longer need to
15681 check #if defined(__bsdi__) && defined(__i386__).
15682
15683 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15684
15685 * configure: Set program_transform_nameoption correctly.
15686
15687 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15688
15689 * brought build-all.mk update-to-date with progressive build-all.mk,
15690 added new targets and hppa info.
15691
15692 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15693
15694 * configure: If config.guess result is a prefix of the user
15695 specified target, assume a native build and use the user specified
15696 target as the host alias. Remove SunOS patch suffix removal hack.
15697 * configure.in: Remove SunOS patch suffix removal hack.
15698
15699 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15700 in NATIVE_CHECK_MODULES.
15701
15702 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15703
15704 * Makefile.in: Rename HOST_ONLY to NATIVE.
15705 * configure: Delete SunOs patch suffix from host_canonical
15706 and build_canonical variables that are prepended to Makefiles.
15707 * configure.in: Add comments for easier maintenance.
15708
15709 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15710
15711 * Makefile.in: Add all-libproc target similar to all-gui.
15712
15713 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15714
15715 * Makefile.in (CHECK_MODULES): split into
15716 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15717
15718 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15719
15720 * config.guess (i386-unknown-bsdi): New system to guess.
15721
15722 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15723
15724 * Makefile.in: Add all-gui target (but not yet build by "all").
15725
15726 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15727
15728 * config.sub: Move deletion of patch suffix from here...
15729 * configure.in: To here, at Ian's suggestion. The top-
15730 level scripts might need to know of a patch level.
15731
15732 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15733
15734 * config.sub: Strip off patch suffix so rtl is recognized
15735 as a sunos4.1.3 machine, even though it's been patched.
15736
15737 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15738
15739 * Makefile.in (INSTALL_LAST): Delete.
15740 (INSTALL_DOSREL): New.
15741
15742 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15743
15744 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15745 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15746 whether we pass down --with-gnu-ld anyhow.
15747
15748 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15749
15750 * Makefile.in (INSTALL_LAST): Change operation so it works
15751 on more flavors of make.
15752 * configure.in (go32): Don't build libg++ or libio.
15753
15754 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15755
15756 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15757 they can be overriden by templates.
15758
15759 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15760
15761 * configure.in (target==go32): Don't build gdb.
15762 * dosrel: New directory.
15763
15764 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15765
15766 * configure.in (host==go32): Configure dosrel too.
15767 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15768 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15769 be set by incoming names or templates.
15770 (INSTALL_LAST): New rule.
15771
15772 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15773
15774 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15775
15776 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15777
15778 * configure.in (appdirs): New variable. Currently empty, but will
15779 be used in gas distribution. If nonempty, lists a set of
15780 directories at least one of which must get configured, or top
15781 level configuration is considered to have failed.
15782 (rs6000-*-lynxos*): Use new file name.
15783
15784 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15785
15786 Eliminate XTRAFLAGS.
15787 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15788 newlib include files using -idirafter, and also use -nostdinc.
15789 (CXX_FOR_TARGET): Likewise.
15790 (XTRAFLAGS): Removed.
15791 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15792 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15793 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15794 ($(DO_X)): Don't pass down XTRAFLAGS.
15795
15796 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15797
15798 * configure.in (mips*-dec-bsd*): New target; do build linker.
15799 (mips*-*-bsd*): New target; don't build linker.
15800
15801 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15802
15803 * configure.in: support rs6000-*-lynxos* configuration.
15804 support sunos4 as a cross target.
15805
15806 * config.sub: look for lynx*, not lynx since the OS version may
15807 legitimately be part of the name.
15808
15809 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15810
15811 * configure.in (i[34]86-*-sco*): Move to be with other i386
15812 targets.
15813 (romp-*-*): New target. Skip various binary utilities.
15814 (vax-*-*): New target. Don't build newlib.
15815 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15816
15817 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15818
15819 * configure.in: Only set host_makefile_frag if config
15820 directory exists.
15821
15822 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15823
15824 * install.sh: If $dstdir exists, don't check whether each
15825 component does.
15826
15827 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15828
15829 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15830
15831 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15832
15833 * configure.in (*-*-lynxos*): Don't configure newlib for either
15834 native or cross Lynx.
15835
15836 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15837
15838 * config.sub (sparc64-elf): Fix os.
15839 (z8k): Remove duplicate.
15840
15841 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15842
15843 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15844 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15845
15846 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15847
15848 * configure: Make file links cleanly even if Lynx fails on
15849 an NFS symlink (at least fail cleanly).
15850
15851 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15852
15853 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15854 -XNh2000.
15855
15856 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15857
15858 * configure: Unknown options are fatal again.
15859
15860 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15861
15862 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15863 compatibility.
15864
15865 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15866
15867 * build-all.mk: Add `clean' target.
15868
15869 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15870
15871 * config.guess: Add SINIX support.
15872 * configure.in: Add mips-*-sysv4* support.
15873
15874 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15875
15876 * build-all.mk: Document all useful targets.
15877 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15878 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15879
15880 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15881
15882 * configure: Support --silent, --quiet.
15883
15884 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15885
15886 * configure: Support --disable-FEATURE.
15887
15888 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15889
15890 * config.guess: Recognize NCR running SVR4.3.
15891
15892 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15893
15894 * config.guess: Make BSDI generate i386-unknown-bsd386.
15895 Patch from Paul Eggert <eggert@twinsun.com>.
15896
15897 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15898
15899 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15900
15901 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15902
15903 * configure: Make unrecognized options give nonfatal warnings
15904 instead of fatal errors, and pass them to any subdirectory
15905 configures in case they recognize them.
15906 Make --x equivalent to --with-x.
15907
15908 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15909
15910 * configure: Add --enable-* options. Clean up usage message and
15911 some comments.
15912
15913 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15914
15915 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15916
15917 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15918
15919 * configure.in (hppa*-*-*): Enable binutils.
15920
15921 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15922
15923 * config.sub: Recognize cisco.
15924
15925 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15926
15927 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15928
15929 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15930
15931 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15932 than one configuration name. Add comment.
15933
15934 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15935
15936 * config.guess: about target *-hitachi-hiuxwe2, fixed
15937 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15938 macro is incorrect.]
15939
15940 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15941
15942 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15943 than the "make ls" stuff which used to be here.
15944
15945 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15946
15947 * config.guess: Recognize i[34]86-unknown-freebsd.
15948 From Shawn M Carey <smcarey@rodan.syr.edu>.
15949
15950 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15951
15952 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15953
15954 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15955
15956 * config.guess: Check for ptx.
15957
15958 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15959
15960 * config.sub: Add os9k checking.
15961
15962 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15963
15964 * config.guess: Handle OSF1 running on HPPA processors
15965
15966 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15967
15968 * configure: If subdir configure fails, print out a message with
15969 subdirectory name, in case subdir's configure code didn't identify
15970 itself.
15971
15972 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15973
15974 * configure.in: Remove embedded newlines from configdirs.
15975 Avoid mismatches of substrings. Fix matching strings at end
15976 of configdirs.
15977
15978 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15979
15980 * config.guess: Add Lynx/rs6000 config support.
15981
15982 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15983
15984 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15985
15986 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15987
15988 * configure.in (hppa*-*-osf*): Treat this just like most other
15989 PA configurations (eg no binutils or ld).
15990 (hppa*-*-*elf*): These configurations have binutils and ld.
15991
15992 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15993
15994 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15995
15996 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15997
15998 * configure.in (rs6000-*-*): Build gas.
15999
16000 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16001
16002 * Makefile.in: Avoid bug in losing hpux sed.
16003
16004 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16005
16006 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16007 for GDB and GDB has been fixed to not need it.
16008
16009 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16010
16011 * config.guess: Recognize vax hosts.
16012
16013 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16014
16015 * configure (while loop): Don't use "break 2" inside case
16016 statement -- the case statement isn't an enclosing loop.
16017
16018 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16019
16020 * config.guess: Clean up NeXT support, to allow nextstep
16021 on Intel machines. Make OS be nextstep.
16022
16023 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16024
16025 * config.guess: Add alternate forms for Convex.
16026
16027 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16028
16029 * configure: Completely rewrite option processing. Take
16030 advantage of pattern-matching to avoid invoking test frequently.
16031 Also clean up host and target defaulting logic.
16032
16033 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16034
16035 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16036 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16037 commands (plus user environment) will fit SCO limits.
16038
16039 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16040
16041 * configure.in: Don't issue warnings about directories which are
16042 not being configured if -norecursion is set. Correct test for
16043 --with-gnu-as and --with-gnu-ld to not get confused by substring
16044 matches.
16045
16046 * configure.in: Don't build gas for alpha-dec-osf1*.
16047
16048 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16049
16050 * configure: Back out Per's change of 12/19/1993. It changes the
16051 behavior of configure in unexpected and confusing ways.
16052
16053 Also, use different delim char when calculating
16054 program_transform_name so that the name can contain slashes.
16055
16056 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16057
16058 * configure.in, config.sub: Add support for VSTa micro-kernel.
16059
16060 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16061
16062 * configure.in: Nuke hacks which were used to get a special
16063 version of GAS for HPPA configurations.
16064
16065 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16066
16067 * configure: If only ${target_alias} is given, use that
16068 as the default for ${host_alias}.
16069 * configure: Add missing back-slashes before nested quotes.
16070
16071 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16072
16073 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16074
16075 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16076
16077 * config.guess: Recognize some Tektronix configurations.
16078 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16079
16080 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16081
16082 * config.sub: Match any flavor of SH.
16083
16084 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16085
16086 * configure.in: Don't try to configure newlib for Alpha.
16087
16088 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16089
16090 * configure.in: Don't build ld for Irix 5. Don't build gas,
16091 libg++ or libio for any Alpha target.
16092
16093 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16094
16095 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16096
16097 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16098 default arguments -- so it tried to compress itself.
16099
16100 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16101
16102 * configure.in (notsupp): ensure that a space is always at the end
16103 of the configdirs list, since the grep checks for an explicit space
16104
16105 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16106
16107 * configure.in (target i386-sysv4.2): don't build ld, since static
16108 versions of many libraries are not available.
16109
16110 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16111
16112 * config.guess: Recognize Apollos (using environment variables).
16113 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16114
16115 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16116
16117 * config.guess: Recognize Sony news mips running newsos.
16118
16119 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16120
16121 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16122 "fi ; else" for bash.
16123
16124 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16125
16126 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16127
16128 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16129
16130 * config.sub: accept unixware as an alias for svr4.2.
16131 Fix some inconsistancies with the gcc version.
16132
16133 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16134
16135 * Makefile.in (DISTDOCDIRS): Add gdb.
16136
16137 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16138
16139 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16140
16141 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16142
16143 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16144 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16145 this now.
16146
16147 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16148
16149 * config.sub: Accept hiux* as an OS name.
16150
16151 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16152 etc/make-stds.texi. The underscore came from gcc, and dje now
16153 agrees that RUNTESTFLAGS is the correct name.
16154
16155 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16156
16157 * install.sh: Remove 'set -e'. It makes any conditionals
16158 in the script useless.
16159
16160 * config.guess: Automatically recognize arm-acorn-riscix
16161 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16162
16163 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16164
16165 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16166
16167 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16168
16169 * Makefile.in (DISTDOCDIRS): New variable.
16170 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16171 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16172
16173 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16174
16175 * configure.in (hppa target): check the source directory for the
16176 pagas sub-directory
16177
16178 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16179
16180 * config.sub: Allow -aout* and -elf*.
16181
16182 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16183
16184 * configure.in: Don't build ld on i386-solaris2, same as for
16185 sparc-solaris2.
16186
16187 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16188
16189 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16190
16191 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16192
16193 * configure.in: Configure gdb for alpha.
16194
16195 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16196
16197 * Makefile.in (CXXFLAGS): Add -O.
16198
16199 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16200
16201 * config.guess: added support for DG Aviion
16202
16203 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16204
16205 * configure.in: Produce warning message for subdirectories not
16206 configurable for this host/target combination. Don't try to
16207 configure gdb for vms.
16208
16209 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16210
16211 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16212 appropriate files before making "diststuff".
16213 (DISTBISONFILES): New var: list of files to be edited.
16214 (DISTSTUFFDIRS): Add binutils.
16215
16216 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16217
16218 * config.sub: also handle mipsel and mips64el (for little endian mips)
16219
16220 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16221
16222 * configure.in: Add * to end of all OS names.
16223
16224 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16225
16226 * configure.in: Build newlib for LynxOS native.
16227
16228 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16229
16230 * config.guess: Add support for delta 88k running SVR3.
16231
16232 * configure.in: Add comment about HP compiler vs. emacs.
16233
16234 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16235
16236 * configure.in: don't build ld on solaris2 (not a viable option
16237 due to bugs in getpwnam & getpwuid)
16238
16239 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16240
16241 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16242 config.guess will produce a full version number.
16243
16244 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16245
16246 * configure.in: Build linker and binutils for alpha-dec-osf1.
16247
16248 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16249
16250 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16251 and gdb/testsuite/Makefile.in.
16252
16253 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16254
16255 * configure.in: recognize mips*- instead of mips-
16256
16257 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16258
16259 * config.sub: Accept linux*coff and linux*elf as operating
16260 systems.
16261
16262 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16263
16264 * config.sub: Recognize mips64, and mips3 as an alias for it.
16265
16266 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16267
16268 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16269 gdb knows how to handle OSF/1 shared libraries.
16270
16271 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16272
16273 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16274 * config.guess: Recognize Hitachi's HIUX.
16275 * config.sub: Recognize h3050r* and hppahitachi.
16276 Remove redundant cases for hp9k[23]*.
16277
16278 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16279
16280 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16281 if gas and ld are in the source tree and are in ${configdirs}.
16282 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16283 --with options (but still pass them down on the command line,
16284 if they were explicitly specified).
16285
16286 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16287
16288 * configure: substitute SHELL value in Makefile.in with
16289 ${CONFIG_SHELL}
16290
16291 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16292
16293 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16294 *-*-solaris2* targets.
16295
16296 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16297
16298 * Makefile.in: define M4, and pass it down to sub-makes;
16299 all-autoconf now depends on all-m4
16300
16301 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16302
16303 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16304 presence of {ar,ranlib} instead of a configured directory
16305
16306 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16307
16308 * config.guess: Accept 34?? as well as 33?? for NCR.
16309
16310 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16311
16312 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16313 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16314
16315 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16316
16317 * configure: grab values for $(CC) and $(CXX) from the
16318 environment, so that someone can do "CC=gcc configure; make" and
16319 have it work right (matching the way that autoconf works now)
16320
16321 * configure.in, Makefile.in: add support for gash, the tcl
16322 interface to Galaxy
16323
16324 * config.guess: add NetBSD variants (hp300, x86)
16325
16326 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16327
16328 * install.sh: Support -d option (in the manner of SunOS 4 install,
16329 as it is more deterministic than that of GNU install)
16330 (chmodcmd): Set file to mode 755 by default (should also do default
16331 chgrp and chown, but I don't feel like dealing with that now)
16332
16333 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16334
16335 * config.sub: Remove h8300hhms alias.
16336
16337 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16338
16339 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16340
16341 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16342
16343 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16344 as stmp-fixinc
16345
16346 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16347
16348 * config.sub: recognize m88110-bug-coff.
16349
16350 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16351
16352 * Makefile.in (all-libio): all dependencies on the toolchain used
16353 to build this (gcc, gas, ld, etc)
16354
16355 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16356
16357 * config.guess: Deal with OSF/1 1.3 on alpha.
16358
16359 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16360
16361 * install.sh: add some 'else true' clauses for portability
16362
16363 * configure.in: don't build libio for h8[35]00-*-* targets
16364
16365 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16366
16367 * Makefile.in: Add support for new libio.
16368
16369 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16370
16371 * install.sh: If one command fails, don't try the rest. Don't try
16372 to remove $dsttmp (via trap) unless we have already created it.
16373 If $src doesn't exist, detect it and exit with an error.
16374
16375 * config.guess: Recognize BSD on hp300.
16376
16377 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16378
16379 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16380 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16381
16382 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16383
16384 * Makefile.in (all-send-pr): depends on all-prms
16385
16386 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16387
16388 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16389
16390 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16391
16392 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16393 Added test for mips-mips-riscos5.
16394
16395 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16396
16397 * configure.in: use mh-hp300 for 68k HP hosts
16398
16399 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16400
16401 * configure: add support for CONFIG_SHELL, so that you can use
16402 some alternate shell for evaluating configure scripts
16403
16404 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16405
16406 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16407 in configure script to bug-gdb@prep.ai.mit.edu when building
16408 distribution archive.
16409 * Makefile.in (COMPRESS): Remove def.
16410 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16411 gdb.tar.Z and make-gdb.tar.Z respectively.
16412 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16413 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16414 to convergence with 'taz' target in Makefile.in.
16415
16416 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16417
16418 * install.sh (dsttmp): use trap to ensure that tmp files go
16419 away on error conditions
16420
16421 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16422
16423 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16424
16425 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16426
16427 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16428 its parent is '/' not ''.
16429
16430 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16431
16432 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16433
16434 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16435 that ${newsrcdir}/configure.in does.
16436
16437 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16438
16439 * test-build.mk: support for CONFIG_SHELL
16440
16441 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16442
16443 * config.sub (netware): Add as a basic system type.
16444
16445 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16446
16447 * Makefile.in (Makefile): depend on configure.in. Also drop the
16448 $(srcdir)/ from the dependency on Makefile.in.
16449
16450 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16451
16452 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16453 (h8300hhms is temporary until multi-libraries are implemented).
16454 * configure.in: Handle h8300h too.
16455
16456 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16457
16458 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16459
16460 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16461
16462 * configure: Remove extraneous output when guessing host type.
16463 * config.guess: Remove extraneous output when guessing using C
16464 compiler rather than uname, or when guessing fails.
16465
16466 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16467
16468 * Makefile.in: remove all.cross and install.cross targets
16469
16470 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16471 definitions
16472
16473 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16474
16475 * configure.in (target sh): Build gprof.
16476
16477 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16478
16479 * config.sub: change -solaris to -solaris2
16480
16481 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16482
16483 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16484
16485 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16486
16487 * configure: Correct error message for missing Makefile.in to
16488 print correct directory.
16489
16490 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16491
16492 * install.sh: kludge around 386BSD shell bug
16493
16494 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16495
16496 * config.guess: Recognize NeXT.
16497 * config.guess: Recognize i486-ncr-sysv4.
16498 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16499
16500 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16501
16502 * Makefile.in (MAKEINFOFLAGS): New variable.
16503 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16504 * build-all.mk, test-build.mk: Pass down --no-split as
16505 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16506
16507 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16508
16509 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16510
16511 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16512
16513 * Makefile.in (libg++.tar.z): New rule.
16514 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16515 * Makefile.in (taz): Only do a single chmod.
16516
16517 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16518
16519 * install.sh: don't use dirname anymore (replaced with sed usage)
16520
16521 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16522
16523 * Makefile.in: Change extension for gzip'd files from '.z' to
16524 '.gz' per new FSF standard usage.
16525
16526 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16527
16528 * configure: put quotes around the final value of program_transform_name
16529
16530 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16531
16532 * Makefile.in: new install.sh support; update install-info rules
16533
16534 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16535
16536 * configure.in: Build diff for crosses, but not for go32 host.
16537
16538 * configure.in: Build gprof only for native, and don't build it
16539 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16540
16541 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16542
16543 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16544
16545 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16546
16547 * configure.in (host_tools): Add prms.
16548
16549 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16550
16551 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16552 with $(FLAGS_TO_PASS) on the command line
16553
16554 * config.sub: Recognize lynx and lynxos
16555
16556 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16557
16558 * config.sub: Accept -ecoff*, not just -ecoff.
16559
16560 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16561
16562 * Makefile.in (taz): Use .gz suffix instead of .z.
16563 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16564 names.
16565
16566 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16567
16568 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16569
16570 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16571
16572 * Makefile.in (install-no-fixedincludes): install gcc last, so
16573 that rebuilds that might happen during 'make install' don't get
16574 bogus gcc include files
16575
16576 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16577
16578 Change from Utah for HPPA support:
16579 * config.guess: Recognize hppa1.x-hp-bsd.
16580
16581 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16582
16583 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16584 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16585
16586 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16587
16588 * config.sub: Add support for rom68k and bug boot monitors.
16589
16590 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16591
16592 * Makefile.in: Make all-opcodes depend on all-bfd.
16593
16594 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16595
16596 * config.guess: Added special check for i[34]86-univel-sysv4*.
16597
16598 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16599
16600 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16601 the processor rather than assuming i486.
16602
16603 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16604
16605 * config.guess: Recognize SunOS6 as Solaris3.
16606
16607 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16608
16609 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16610 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16611
16612 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16613
16614 * build-all.mk (all-cross): New target for Canadian Cross.
16615 Added Q2 go32 targets.
16616 * test-build.mk: Configure go32 cross sparclite-aout and
16617 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16618 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16619
16620 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16621
16622 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16623 GO32 hosted toolchains
16624
16625 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16626
16627 * configure: change so "-exec-prefix" gets passed down rather
16628 than "-exec_prefix" so autoconf generated Makefiles get the
16629 exec_prefix set right.
16630
16631 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16632
16633 * config.guess: get the Solaris2 minor version number
16634
16635 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16636
16637 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16638
16639 * config.guess: Recognize some Sequent platforms.
16640
16641 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16642
16643 * Makefile.in: added the vault-install target
16644
16645 * configure.in: actually use the Sun3 makefile fragment that's in
16646 config, also added the release dir to configdirs
16647
16648 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16649
16650 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16651
16652 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16653
16654 * configure.in: remove some program from Alpha targetted toolchains
16655
16656 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16657
16658 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16659 gprof.
16660 (taz): Run "make diststuff" in those directories instead of "make
16661 proto-dir". Look for "VERSION=" only at start of line in subdir
16662 Makefile. Use "gzip -9" for compression.
16663 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16664 (binutils.tar.z): New target.
16665
16666 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16667
16668 * Makefile.in (taz): Include gpl.texinfo.
16669
16670 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16671
16672 * Makefile.in (setup-dirs): Merged into "taz" target.
16673 (taz): Only do `proto-dir' stuff if a directory is actually needed
16674 for this target.
16675
16676 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16677
16678 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16679 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16680 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16681 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16682 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16683
16684 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16685
16686 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16687 config.sub, and move-if-change to gdb testsuite distribution
16688 archive, so the testsuite can be extracted, configured, and
16689 run separately from the gdb distribution. Blow away the Chill
16690 tests that require a Chill compiled executable, since GNU Chill
16691 is not yet publically available.
16692
16693 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16694
16695 * test-build.mk: set environment variables in a single command,
16696 instead of a list of assignments and exports
16697
16698 * config.guess: recognize Alpha/OSF1 systems
16699
16700 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16701
16702 * configure: Change help message to prefer --options rather than
16703 -options.
16704
16705 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16706
16707 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16708 zippy@ecst.csuchico.edu.
16709 * config.guess: Recognize miniframe.
16710
16711 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16712
16713 * Makefile.in: Use srcroot to find runtest rather than rootme.
16714 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16715
16716 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16717
16718 * test-build.mk: Extensive additions to support building on a
16719 machine other than the host.
16720
16721 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16722
16723 * configure (tooldir): Fix for i386-aix again.
16724
16725 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16726
16727 * configure, Makefile.in: Change definition of $(tooldir)
16728 to match the FSF.
16729
16730 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16731
16732 * config.guess: Recognize i[34]86/SVR4.
16733
16734 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16735
16736 * Makefile.in (all-gdb): gdb depends on sim.
16737
16738 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16739
16740 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16741 at the same time we make the prototype gdb directory.
16742 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16743 files at the same time as the gdb base release distribution.
16744
16745 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16746
16747 * Makefile.in (check): Use individual check targets rather than
16748 DO_X rule.
16749 (check-gcc): Added.
16750
16751 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16752
16753 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16754 for System V release 3.2.
16755
16756 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16757
16758 * config.sub: Recognize hppaosf.
16759 * configure.in: Do configure ld/binutils/gas for it.
16760
16761 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16762
16763 * configure (tooldir): Alter syntax used to set this, for systems
16764 where "\$" isn't handled right, like i386-aix.
16765
16766 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16767
16768 * configure: Pass program-transform-name, not
16769 program_transform_name, to recursive configures.
16770
16771 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16772
16773 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16774 of gas+ld+binutils.
16775
16776 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16777
16778 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16779
16780 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16781
16782 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16783
16784 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16785
16786 * Makefile.in (PRMS): Set back to all-prms.
16787
16788 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16789
16790 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16791 targets, rather than for MIPS hosts.
16792
16793 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16794
16795 * configure.in: add comment for --with-x default values
16796
16797 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16798
16799 * Makefile.in: add check-* targets for each of the directories in
16800 the tree. Add a definition of RUNTEST that will use the one we
16801 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16802
16803 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16804
16805 * configure.in: Removed obsolete references to bfd_target and
16806 target_makefile_frag.
16807
16808 * build-all.mk: Set assorted targets for Q2.
16809 * config.sub: Recognize z8k-sim and h8300-hms.
16810 * test-build.mk: Really don't pass host to configure.
16811 (HOLES): Added uname.
16812
16813 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16814
16815 * configure: Handle an empty program-prefix, program-suffix or
16816 program-transform-name correctly.
16817
16818 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16819
16820 * build-all.mk: -G 8 no longer required for MIPS targets.
16821 * test-build.mk: Don't pass host argument to configure; make it
16822 guess.
16823
16824 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16825
16826 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16827 * Makefile.in (COMPRESS): New macro, like GZIP.
16828
16829 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16830
16831 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16832
16833 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16834 with gas currently defaults to -G 0.
16835
16836 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16837
16838 * Makefile.in (all-flex): flex depends on byacc.
16839
16840 * build-all.mk: If host not specified, use config.guess. Pass TAG
16841 to test-build.mk as RELEASE_TAG.
16842 * test-build.mk (configargs): New variable containing arguments to
16843 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16844 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16845
16846 * config.guess: Use /bin/uname when checking -X argument on SCO,
16847 to avoid invoking GNU uname which doesn't understand -X.
16848
16849 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16850
16851 * configure.in: Build gas for mips-*-*.
16852
16853 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16854
16855 * Makefile.in (all.normal): insert missing backslash.
16856
16857 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16858
16859 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16860
16861 * Makefile.in: Complete overhaul to merge many almost identical
16862 targets.
16863
16864 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16865
16866 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16867 (gdb.tar.Z): Adjusted.
16868
16869 * Makefile.in (setup-dirs, taz): New targets; should be general
16870 enough to adapt for gdb sometime. Build only .z file.
16871 (gas.tar.z): New target.
16872
16873 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16874
16875 * build-all.mk: Use CC=cc -Xs on Solaris.
16876
16877 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16878
16879 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16880 for handling BISON for FSF releases.
16881
16882 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16883
16884 * configure: Actually implement the change zoo just documented.
16885
16886 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16887
16888 * configure: when using config.guess, only set target_alias when
16889 it's not already been set (ie, on the command line)
16890
16891 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16892
16893 * Makefile.in: add installcheck target, set PRMS to install-prms
16894
16895 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16896
16897 * configure: add support for package_makefile_fragment, handle the
16898 case where a directory has a configure.in file but no Makefile.in
16899 more gracefully (with an actual understandable error message, even);
16900 add support for --without (and add this to the usage message); also
16901 explicitly add a --host=${host_alias} to the command line when
16902 config.guess is used
16903
16904 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16905
16906 * configure: Must use both --host and --target in recursive calls.
16907
16908 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16909
16910 * Makefile.in: Change deja-gnu to dejagnu.
16911
16912 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16913
16914 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16915
16916 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16917
16918 * configure.in: canonicalize all instances to *-*-solaris2*,
16919 also strip out a number of tools to not build for go32 host
16920
16921 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16922
16923 * config.guess: add GPL.
16924
16925 * Makefile.in, config.guess, config.sub, configure: bump
16926 copyrights to 93.
16927
16928 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16929
16930 * Makefile.in (do-info): Removed obsolete check for existence of
16931 localenv file.
16932
16933 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16934
16935 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16936
16937 * Makefile.in: a couple of 'else true' for decstation,
16938 support for TclX
16939
16940 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16941
16942 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16943
16944 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16945
16946 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16947
16948 * config.guess: Recognize i386-ibm-aix (PS/2).
16949 * configure.in: Use config/mh-aix386 file for it.
16950
16951 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16952
16953 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16954 CC_FOR_TARGET instead.
16955 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16956
16957 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16958
16959 * Makefile.in: Add sim to list of directories sent with gdb
16960
16961 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16962
16963 * configure.in: Put back mips-dec-bsd* case.
16964
16965 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16966
16967 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16968 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16969 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16970
16971 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16972
16973 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16974
16975 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16976 (install-info): install dir.info only if it exists,
16977 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16978
16979 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16980
16981 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16982 gas for mips-dec-bsd.
16983
16984 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16985
16986 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16987 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16988
16989 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16990
16991 * configure.in: Added "dejagnu" to hosttools list.
16992
16993 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16994
16995 * config.sub, configure.in, config.guess: Add support
16996 for Bosx, an AIX variant from Bull.
16997 Patches from F.Pierresteguy@frcl.bull.fr.
16998
16999 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17000
17001 * devo/dejagnu: Initial creation of devo/dejagnu.
17002 Migrated dejagnu testcases and support files for testing software
17003 tools to reside as subdirectories, currently called "testsuite",
17004 within the directory of the software tool. Migrated all programs,
17005 support libraries, etc. beloging to dejagnu proper from
17006 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17007 with no modifications. The changes to these files which will
17008 allow them to configure, build, and execute properly will be made
17009 in a future update.
17010
17011 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17012
17013 * Makefile.in: Change send_pr to send-pr.
17014 * configure.in: Likewise.
17015 * send_pr: Renamed directory to send-pr.
17016
17017 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17018
17019 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17020
17021 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17022
17023 * README: Update for gdb-4.8 release.
17024 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17025 gdb-xxx.tar.z (gzip'd) file also.
17026
17027 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17028
17029 * Makefile.in: make all-diff depend on all-libiberty
17030
17031 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17032
17033 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17034
17035 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17036
17037 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17038
17039 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17040
17041 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17042 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17043 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17044
17045 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17046
17047 * Makefile.in: makeinfo binary is in a new location
17048
17049 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17050
17051 * config.sub: Accept -ecoff as an OS.
17052
17053 * Makefile.in: Various changes to eliminate a level of make
17054 recursion and reduce the required command line length.
17055 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17056 sub-makes.
17057 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17058 variables holding settings for specific sub-makes.
17059 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17060 in terms of BASE_FLAGS_TO_PASS.
17061 (TARGET_LIBS): New variable listing directories which use
17062 TARGET_FLAGS_TO_PASS.
17063 (subdir_do): Eliminated.
17064 (do-*): New set of targets to replace subdir_do.
17065 (various): All targets which used subdir_do now depend on do-*.
17066 (local-clean): Renamed from do_clean.
17067 (local-distclean): New target, dependency of distclean and
17068 realclean.
17069 (install-info): Don't create directories. Depend on dir.info
17070 rather than calling make recursively.
17071 (install-dir.info): Eliminated.
17072 (install-info-dirs): Create all info directories here.
17073 (dir.info): Depend upon do-install-info.
17074
17075 * test-build.mk (HOLES): Added false.
17076
17077 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17078
17079 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17080
17081 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17082
17083 * Makefile.in (info): remove dependency on all-texinfo. The
17084 problem was really in texinfo/C, not at this level.
17085
17086 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17087
17088 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17089
17090 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17091
17092 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17093 GDB releases.
17094
17095 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17096
17097 * configure: Include srcdir in message about target of link not
17098 being found. Don't convert `-' to `_' in `with' options being
17099 passed to subdirs.
17100
17101 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17102
17103 * configure.in: add uudecode to host_tools
17104
17105 * Makefile.in: added {all,install}-uudecode targets, added them to
17106 the appropriate lists
17107
17108 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17109
17110 * Makefile.in (all-gcc): Added dependency on all-gas.
17111
17112 * configure.in (mips-*-*): Build ld and binutils.
17113
17114 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17115
17116 * configure: check return code from mkdir, print error message and
17117 exit on failure.
17118
17119 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17120
17121 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17122
17123 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17124
17125 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17126
17127 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17128
17129 * config.sub (h8500): Recognize this as a cpu type.
17130
17131 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17132
17133 * configure: source directory missing is no longer a warning
17134
17135 * configure.in: recognize irix[34]* instead of irix[34]
17136
17137 * Makefile.in: define and pass down X11_LIB
17138
17139 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17140
17141 * guess-systype: Renamed to ...
17142 * config.guess: ... by popular request.
17143 * configure.in, Makefile.in: Update accordingly.
17144
17145 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17146
17147 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17148 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17149 + Execute ./dummy instead of assuming . is in PATH.
17150
17151 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17152
17153 * guess-systype: New shell script. Attempts to guess the
17154 canonical host name of the executing host.
17155 Only a few hosts are supported so far.
17156 * configure: Call guess-systype if no host is specified.
17157
17158 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17159
17160 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17161 gcc Makefile.
17162
17163
17164 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17165
17166 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17167 (all-gcc, install-gcc, subdir_do): Use it.
17168
17169 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17170
17171 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17172
17173 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17174
17175 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17176 set exclusively by configure, using configure.in .
17177
17178 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17179
17180 * test-build.mk: set $PATH for all builds
17181
17182 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17183
17184 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17185
17186 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17187 the one used in gcc/Makefile.in, so that a null expansion doesn't
17188 override the one needed to build gcc with a native cc.
17189
17190
17191 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17192
17193 * configure: Accept -with arguments.
17194
17195 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17196
17197 * Makefile.in: added h8300sim
17198
17199 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17200
17201 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17202 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17203 (all-cygnus, native, build-cygnus): Make
17204 $(canonhost)-stamp-3stage-done, not $(host)....
17205 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17206 i386-sco3.2v4. Added else true to if command.
17207
17208 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17209
17210 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17211
17212 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17213
17214 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17215
17216 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17217
17218 * configure.in: don't remove binutils from Solaris builds
17219
17220 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17221
17222 * Makefile.in: get rid of earlier definitions for *clean,
17223 also handle the recursive info rule better
17224
17225 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17226
17227 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17228 do more-or-less the right thing.
17229
17230 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17231
17232 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17233 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17234
17235 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17236
17237 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17238 $(host_canonical).
17239
17240 * configure.in: split the configdirs list into 4 categories (native
17241 v. cross, library v. tool) and handle the cross-only and native-
17242 only in more reasonable (and correct!) way.
17243
17244 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17245
17246 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17247 configdirs anymore.
17248
17249 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17250
17251 * Makefile.in: extensive cleanup:: removed all of the explicit
17252 clean-* targets, collapsed many wrappers around subdir_do into
17253 one, added additional targets to satisfy standards.texi, deleted
17254 some old targets, some changes for consistency
17255
17256 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17257
17258 * configure.in: handle some programs as cross-only, and others as
17259 native only
17260
17261 * test-build.mk: handle partial holes in a more generic manner
17262
17263 * Makefile.in: m4 depends on libiberty
17264
17265 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17266
17267 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17268 time, wdiff, and find to configdirs
17269
17270 * Makefile.in: all, clean, and install rules for the new programs
17271 added to configure.in
17272
17273 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17274
17275 * configure.in: use mh-sun for all *-sun-* hosts
17276
17277 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17278
17279 * Makefile.in: define flags for X11 include files and library file
17280 locations, pass them down to the programs that need this info
17281
17282 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17283
17284 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17285
17286 * configure.in: start building libg++ for HP-UX targets
17287
17288 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17289
17290 * README: Update references to files moved into etc/.
17291
17292 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17293
17294 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17295 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17296
17297 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17298
17299 * configure: accept dash as well as underscore in long option
17300 names for FSF compatibility.
17301
17302 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17303
17304 * config.sub: added -sco3.2v4 support from FSF.
17305
17306 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17307
17308 * configure.in: expand the section that adds or removes
17309 directories from the list of programs to build, to handle native
17310 vs. cross in addition to host v. native
17311
17312 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17313
17314 * Makefile.in: Replace C++ in macro names with CXX.
17315 This is less likely to break ...
17316
17317 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17318
17319 * test-build.mk: add -w to GNU_MAKE
17320
17321 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17322
17323 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17324 add 'sparc' to list of recognized cpus. This needed to make
17325 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17326 Delete some redundant ose68 variants. Recognize -wrs as an os,
17327 then changes that into $CPU-wrs-vxworks.
17328
17329 * configure.in: remove most references to gdbtest, regularize
17330 target based program removal
17331
17332 * test-build.mk: import from p3 tree (many fixes and changes)
17333
17334 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17335
17336 * Makefile.in: added rules to handle tcl, tk, and expect
17337
17338 * configure.in: handle those directories if they exist
17339
17340 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17341
17342 * config.sub: removed bogus hppabsd and hppahpux names, since
17343 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17344
17345 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17346
17347 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17348 depends upon all-xiberty
17349
17350 * Makefile.in: changes from p3, including:
17351
17352 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17353
17354 * Makefile.in (XTRAFLAGS): include newlib directories if
17355 newlib/Makefile exists, rather than if host != target.
17356
17357 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17358
17359 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17360 from the same source tree and not building a cross-compiler. This
17361 matters for the libg++ configuration if reconfiguring a tree that
17362 has already been installed.
17363
17364 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17365
17366 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17367 pick up the machine and system specific header files.
17368
17369 * Makefile.in: added AS_FOR_TARGET, passed down in
17370 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17371 the C compiler to use to create programs which are run in the
17372 build environment, set it to default to $(CC), and passed it down
17373 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17374
17375 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17376
17377 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17378 We need them for unusual native builds, like systems without
17379 ranlib.
17380
17381 * configure: also define $(host_canonical) and
17382 $(target_canonical), which are the full, canonical names for the
17383 given host and target
17384
17385 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17386
17387 * Makefile.in: Added separate definitions for C++.
17388
17389 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17390
17391 * configure.in (configdirs): Add deja-gnu.
17392
17393 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17394
17395 * README: Update for configure.texi and gdb-4.7 release.
17396
17397 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17398
17399 * Makefile.in: Move "all" target to top of file.
17400 Previously, first target was ".PHONY" which caused BSD4.4 make
17401 to build .PHONY when make was run without arguments.
17402
17403 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17404
17405 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17406 Library-copylefted code in libiberty.
17407
17408 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17409
17410 * config.sub: Replace m68kmote with plain old m68k.
17411
17412 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17413
17414 * Makefile.in: Remove space from blank line, avoid Make complaints.
17415
17416 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17417
17418 * config.sub: Complain if no argument is given. Added support for
17419 386bsd as OS and target alias.
17420
17421 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17422
17423 * Makefile.in (XTRAFLAGS): include newlib directories if
17424 newlib/Makefile exists, rather than if host != target.
17425
17426 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17427
17428 * config.sub: recognize sparclite-wrs-vxworks.
17429
17430 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17431 p3.) Added clean-xiberty to clean.
17432
17433 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17434
17435 * configure.in: use *-*-* instead of nested cases for host and target
17436
17437 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17438
17439 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17440 from the same source tree and not building a cross-compiler. This
17441 matters for the libg++ configuration if reconfiguring a tree that
17442 has already been installed.
17443
17444 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17445
17446 * config.sub (i486v/i486v4): Merge in from FSF version.
17447
17448 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17449
17450 * configure: only set PWD if it is already set.
17451
17452 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17453
17454 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17455 doesn't have unset and all success paths (and most error paths)
17456 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17457 to just ${PWD} to avoid confusion.)
17458
17459 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17460
17461 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17462 even for a native compilation.
17463
17464 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17465
17466 Changes to make the gdb.tar.Z rule work better.
17467
17468 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17469 (DEVO_SUPPORT): Add configure.texi.
17470 (bfd-ilrt.tar.Z): Remove ancient rule.
17471
17472 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17473
17474 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17475 pick up the machine and system specific header files.
17476
17477 * configure.in, config.sub: added new target m68010-adobe-scout,
17478 with alias of adobe68k. Changed configure.in to check for
17479 -scout before -sco* to avoid a false match.
17480
17481 * Makefile.in: added AS_FOR_TARGET, passed down in
17482 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17483 the C compiler to use to create programs which are run in the
17484 build environment, set it to default to $(CC), and passed it down
17485 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17486
17487 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17488
17489 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17490 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17491 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17492 FOR_TARGET variants, to newlib and libg++.
17493
17494 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17495
17496 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17497 first.
17498
17499 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17500
17501 * config.sub: Accept `elf' as an environment.
17502
17503 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17504
17505 * Makefile.in (all-opcodes): cd into the right directory
17506
17507 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17508
17509 * configure: added -program_transform_name option, used as
17510 argument to sed when installing programs.
17511 configure.texi: added documentation for -program_prefix,
17512 -program_suffix and -program_transform_name.
17513
17514 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17515
17516 * config.sub: Accept i486 where i386 ok.
17517
17518 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17519
17520 * config.sub: accept we32k
17521
17522 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17523
17524 * config.sub, configure.in: accept OSE68000 and OSE68k.
17525
17526 * Makefile.in: don't create all directories for ``make install'';
17527 let the subdirectories create the ones they need.
17528
17529 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17530
17531 * COPYING: new file, GPL v2
17532
17533 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17534
17535 * Makefile.in: use the new gen-info-dir, which needs a template
17536 argument (which also lives in texinfo)
17537
17538 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17539
17540 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17541
17542 * config.sub (ncr3000): Change i386 to i486.
17543
17544 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17545
17546 * Makefile.in: add install-rcs, install-grep to
17547 install-no-fixedincludes, removed install-bison and install-libgcc
17548
17549 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17550
17551 * configure.in: grab the HPUX makefile fragment if on HPUX
17552
17553 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17554
17555 * Makefile.in: eradicate bison spoor (ditto libgcc).
17556 configure.in: recognise m68{k,000}-ericsson-OSE.
17557 es1800 is alias for m68k-ericsson-OSE
17558
17559 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17560
17561 * configure.in: rearrange the parts that remove programs from
17562 configdirs, based now on HOST==TARGET or by canonical triple.
17563
17564 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17565
17566 * test-build.mk: recurse explicitly with -f test-build.mk when
17567 appropriate. predicate stage3 and comparison on the existence
17568 of gcc. That is, if gcc isn't around, we aren't three-staging.
17569 On very clean, also remove ...stamp-co. Build in-place before
17570 doing other builds.
17571
17572 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17573
17574 * Makefile.in, configure.in: add tgas
17575
17576 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17577
17578 * Makefile.in: a number of changes merged in from progressive.
17579
17580 * configure.in: add libm.
17581
17582 * .cvsignore: ignore some stuff that comes from test-build.mk.
17583
17584 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17585
17586 * config.sub: Add es1800 (m68k-ericsson-es1800).
17587
17588 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17589
17590 * configure: Add program_suffix (parallel to program_prefix)
17591 * Makefile.in: adjust directory-creating script for losing decstation
17592
17593 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17594
17595 * configure: Minor $subdir-related fixes.
17596
17597 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17598
17599 * configure: fix various problems with propogating
17600 makefile_target_frag in subdirs.
17601 * configure.in: config libgcc if its there
17602
17603 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17604
17605 * config.sub: HPPA merge.
17606
17607 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17608
17609 * Makefile.in: Replace all-bison with all-byacc in all
17610 dependency lines for other tools (which now use byacc).
17611
17612 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17613
17614 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17615
17616 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17617
17618 * Makefile.in: make gprof rules similar to byacc rules (instead of
17619 vestigal $(unsubdir) that didn't work...)
17620
17621 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17622
17623 * config.sub: Add support for Linux.
17624 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17625 (at least for libg++).
17626
17627 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17628
17629 * configure.texi: fix doc for the -nfp option to configure
17630
17631 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17632
17633 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17634
17635 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17636
17637 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17638 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17639 * configure.in: added solaris* host_makefile_frag hook.
17640
17641 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17642
17643 * config.sub: changed recognition of m68000 so that various
17644 m68k types can be specified via m680[01234]0
17645
17646 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17647
17648 * config.sub (basic_machine): fix sed so that '-foo' isn't
17649 completely substituted out while .+'-foo' loses the '-foo'
17650
17651 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17652
17653 * config.sub ($os): Add -aout.
17654
17655 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17656
17657 * configure: If host_makefile_frag is absolute, don't
17658 prefix ${invsubdir} (relevant to libg++ auto-configure).
17659
17660 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17661
17662 * Makefile.in (tooldir): Define it.
17663 (all-ld): Depend on all-flex.
17664
17665 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17666
17667 * Makefile.in (check): Fix libg++ special case.
17668
17669 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17670
17671 * configure: do not bury `pwd` into config.status, thus do fewer
17672 pwd's.
17673
17674 * configure: print the "Building in" message only when building in
17675 other than "." AND verbose.
17676
17677 * configure: remove -s, rework -v to better accommodate guested
17678 configures.
17679
17680 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17681
17682 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17683
17684 * Makefile.in: macroize flags passed on recursion. remove
17685 fileutils.
17686
17687 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17688
17689 * configure: get makesrcdir right for subdirs deeper than 1.
17690
17691 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17692 install.
17693
17694 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17695
17696 * Makefile.in: don't print subdir_do or recursion lines.
17697
17698 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17699
17700 * standards.texi: added menu item.
17701
17702 * Makefile.in: build and install standards.info.
17703
17704 * standards.texi: new file.
17705
17706 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17707
17708 * configure: test for and move config.status pieces from
17709 ${subdir}/.
17710
17711 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17712
17713 * configure: Test for existance of files before trying to mv
17714 them, to avoid numerous non-existance messages.
17715
17716 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17717
17718 * configure: correct final line of config.status.
17719
17720 * configure: patch from eggert. Avoids a protection problem if
17721 the original Makefile.in is read only.
17722
17723 * configure: use move-if-change from gcc to create config.status.
17724 Some makefiles depend on config.status to tell if a directory
17725 has been reconfigured for a different host. This change
17726 prevents those directories from remaking everything in the case
17727 where the reconfig was only intended to rebuild a Makefile.
17728
17729 * configure: test for config.sub with "config.sub sun4" rather
17730 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17731 host alias from a missing config.sub.
17732
17733 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17734
17735 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17736 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17737
17738 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17739
17740 * configure: mkdir ${subdir} as needed.
17741
17742 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17743
17744 * Makefile.in,configure.in: added autoconf.
17745
17746 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17747
17748 * Makefile.in: no longer pass against on recursion.
17749
17750 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17751 definitions are not inherited.
17752
17753 * configure: correct makesrcdir when subdir is .
17754
17755 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17756
17757 * configure: Add support for 'subdirs' variable, which is
17758 like 'configdirs', except that configure doesn't re-invoke
17759 itself for subdirs, it just creates a Makefile for each subdir.
17760 * configure.texi: Document subdirs.
17761
17762 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17763
17764 * configure.in: added flex to configdirs
17765
17766 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17767
17768 * Makefile.in: remove clean-stamps from clean.
17769
17770 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17771
17772 * configure.in: Add gdbtest to configdirs.
17773
17774 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17775
17776 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17777 to recursive makes.
17778 * configure.in: Recognize new ncr3000 config.
17779
17780 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17781
17782 * Makefile.in, configure.in: removed references to gdbm.
17783
17784 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17785
17786 * config.sub: Don't canonicalize os value
17787 newsos* to bsd (readline needs to check for newsos).
17788 (This fix was earlier made Jan 31, but got re-broken.)
17789
17790 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17791
17792 * configure.in: sco is an os, not a vendor!
17793
17794 * configure: Quote $( better. Keep various shells happy.
17795
17796 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17797
17798 * Makefile.in: eliminate stamp-files.
17799
17800 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17801
17802 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17803 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17804
17805 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17806
17807 * config.sub: fix iris/iris3.
17808
17809 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17810
17811 * configure: re-add -rm.
17812
17813 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17814
17815 * Maskefile.in: add .stmp-rcs to all.
17816
17817 * configure.in: remove gas from rs6000 build, use aix host fragment.
17818
17819 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17820
17821 * configure: pass down site_option during recursion.
17822
17823 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17824
17825 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17826
17827 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17828
17829 * configure: Change exec_prefix so that it really defaults to prefix.
17830
17831 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17832
17833 * Makefile.in, configure.in: Add support for mmalloc library.
17834
17835 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17836
17837 * Makefile.in: add stmp dependencies for a few more things.
17838
17839 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17840
17841 * configure: adjusted error message on objdir/srcdir configure
17842 collision, per john's suggestion.
17843
17844 * Makefile.in: add libiberty stmp to all and all.cross.
17845
17846 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17847
17848 * Makefile.in: remove force dependencies, add grep to all.
17849
17850 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17851
17852 * Makefile.in: drop flex. make stamp files work.
17853
17854 * configure: added test for conflicting configuration in srcdir,
17855 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17856 gets cranky. use relative paths for configure and srcdir
17857 whenever possible. Send some error messages to stderr that were
17858 going to stdout.
17859
17860 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17861
17862 * Makefile.in: Fix libg++ rule to check for gcc directory
17863 before using gcc/gcc. Also pass XTRAFLAGS.
17864
17865 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17866
17867 * Makefile.in: added stmp-files so that directories aren't polled
17868 when they are already built.
17869
17870 * configure.texi: fixed a node pointer problem.
17871
17872 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17873
17874 * config.sub configure.in gdb/configure.in
17875 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17876 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17877 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17878
17879 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17880
17881 * configure: -recurring becomes -silent. corrected help message
17882 for -site= option.
17883
17884 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17885
17886 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17887
17888 * configure: when building Makefile for crosses, replace
17889 tooldir and program_prefix. default srcdir from location of
17890 config.sub. remove "for host in hosts" and "for target in
17891 targets" loops.
17892
17893 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17894
17895 * Makefile.in: Do not pass bindir or mandir to cvs.
17896
17897 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17898
17899 * Makefile.in, configure.in: removed traces of namesubdir,
17900 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17901 copyrights to '92, changed some from Cygnus to FSF.
17902
17903 * configure.texi: remove most references to multiple hosts,
17904 multiple targets, subdirs, etc.
17905
17906 * configure.man: removed rcsid. reference config.sub not
17907 config.subr.
17908
17909 * Makefile.in: mkdir $(infodir) on install-info.
17910
17911 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17912
17913 * configure.texi: Explain better about .gdbinit and about
17914 the environment that configure.in sections run in.
17915
17916 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17917
17918 * configure.in: Ultrix is only a decstation if it's a MIPS.
17919
17920 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17921
17922 * README: DOC.configure => cfg-paper.texi.
17923
17924 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17925
17926 * config.sub (near case $os): Don't convert newsos* to bsd!
17927
17928 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17929
17930 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17931 the number of copies of COPYING that go into the GDB tar file.
17932
17933 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17934
17935 * bfd/configure.in, gdb/config/mh-i386sco,
17936 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17937 Fix SCO configuration stuff.
17938
17939 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17940
17941 * Makefile.in: For libg++, make sure the -I pointing
17942 to the gcc directory goes *after* all the libg++-local -I flags.
17943 Also, move just-gcc dependency from just-libg++ to all-libg++.
17944
17945 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17946
17947 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17948
17949 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17950
17951 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17952
17953 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17954
17955 * config.sub: Add stratus configuration frags. Also
17956 submitted to FSF.
17957
17958 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17959
17960 * Makefile.in (DEV_SUPPORT): add configure.man.
17961
17962 * config.sub(Decode manufacturer-specific): add -none*.
17963
17964 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17965
17966 * Makefile.in: remove form feeds to make Sun's make happy.
17967 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17968
17969 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17970
17971 * Makefile.in (AR_FLAGS): Make quieter.
17972
17973 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17974
17975 * configure.in: Add libg++.
17976 * configure: When verbose, don't output the command line at each
17977 level; it will be unremarkably the same as the previous version,
17978 which will be the same as what the user typed.
17979
17980 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17981
17982 * configure.in, Makefile.in: fix clean-info, add flex. add
17983 fileutils.
17984
17985 * configure: be less sensitive to spaces in Makefile.in. Do not
17986 look for sources in "..". Doing so breaks subdirectories that
17987 might have their own configure. If a subdir has it's own
17988 configure script, use it.
17989
17990 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17991
17992 * cfg-paper.texi: some changes suggested by rms.
17993
17994 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17995
17996 * config.sub: Merge in some small additions from the FSF version,
17997 taken from the gcc distribution, to bring the Cygnus and FSF
17998 versions into closer sync.
17999
18000 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18001
18002 * configure.in: Changed svr4 references to sysv4.
18003
18004 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18005
18006 * configure: added -V for version number option.
18007
18008 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18009
18010 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18011 renamed from DOC.configure to cfg-paper.texi.
18012
18013 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18014
18015 * configure, config.subr, config.sub: config.subr is now
18016 config.sub again.
18017
18018 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18019
18020 * configure.texi: new file, in progress.
18021
18022 * Makefile.in: build info file and install the man page for
18023 configure.
18024
18025 * configure.man: new file, first cut.
18026
18027 * configure: find config.subr again now that configuration "none"
18028 has gone. removed all traces of the -ansi option. removed all
18029 traces of the -languages option.
18030
18031 * config.subr: resync from rms.
18032
18033 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18034
18035 * configure, config.sub, config.subr: merge config.sub into
18036 config.subr, call the result config.subr, remove config.sub, use
18037 config.subr.
18038
18039 * Makefile.in: revised install for dir.info.
18040
18041 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18042
18043 * configure.in: add decstation host makefile frag.
18044
18045 * Makefile.in: BISON now bison -y again. also install-gcc on
18046 install. clean-gdbm on clean. infodir belongs in datadir.
18047 Make directories for info install. Build dir.info here then
18048 install it.
18049
18050 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18051
18052 * Makefile.in: fix for bad directory tests.
18053
18054 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18055
18056 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18057 regexp. -srcdir relative was being handled incorrectly.
18058
18059 * Makefile.in: unwrapped some for loops so that parallel makes
18060 work again and so one can focus one's attention on a particular
18061 package.
18062
18063 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18064
18065 * configure: added PWD as a stand in for `pwd` (for speed). use
18066 elif wherever possible. make -srcdir work without -objdir.
18067 -objdir= commented out.
18068
18069 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18070
18071 * configure: +options become --options. -subdirs commented out.
18072 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18073 Makefile now at top of generated Makefile. Removed cvs log
18074 entries. added -srcdir. create .gdbinit only if there is one
18075 in ${srcdir}.
18076
18077 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18078 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18079 and mandir now keyed off datadir by default.
18080
18081 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18082
18083 * Freshly created ChangeLog.
18084
18085 \f
18086 Local Variables:
18087 mode: change-log
18088 left-margin: 8
18089 fill-column: 76
18090 version-control: never
18091 End: